.rankhero-tc {
    --rh-tc-navy: #08224a;
    --rh-tc-ink: #101827;
    --rh-tc-muted: #536173;
    --rh-tc-line: rgba(123, 142, 166, 0.28);
    --rh-tc-soft: #f4f7fb;
    --rh-tc-surface: #ffffff;
    --rh-tc-accent: #efa81a;
    --rh-tc-accent-strong: #d88f00;
    width: min(1180px, calc(100vw - 40px));
    max-width: 100%;
    margin: 0 auto;
    padding: 34px 0 70px;
    overflow-x: hidden;
    overflow-x: clip;
    color: var(--rh-tc-ink);
    font-family: inherit;
}

    .rankhero-tc *,
    .rankhero-tc *::before,
    .rankhero-tc *::after {
    box-sizing: border-box;
    min-width: 0;
}

    .rankhero-tc__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.38fr) minmax(280px, 0.62fr);
    gap: 28px;
    align-items: stretch;
    margin-bottom: 28px;
    padding: 44px;
    background: linear-gradient(135deg, var(--rh-tc-navy) 0%, #111827 100%);
    color: #ffffff;
    border-top: 5px solid var(--rh-tc-accent);
    box-shadow: 0 26px 60px rgba(8, 34, 74, 0.22);
}

    .rankhero-tc__hero,
    .rankhero-tc__tool,
    .rankhero-tc__analysis,
    .rankhero-tc__breadcrumb,
    .rankhero-tc__content {
    width: 100%;
    max-width: 100%;
}

    .rankhero-tc__breadcrumb {
    display: none;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.82);
}

    .rankhero-tc__breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .rankhero-tc__breadcrumb li {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    color: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

    .rankhero-tc__breadcrumb li + li::before {
    content: "/";
    margin-right: 8px;
    color: var(--rh-tc-accent);
    font-weight: 950;
}

    .rankhero-tc__breadcrumb a,
    .rankhero-tc__breadcrumb a:visited {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
}

    .rankhero-tc__breadcrumb a:hover,
    .rankhero-tc__breadcrumb a:focus {
    color: var(--rh-tc-accent);
    text-decoration: none;
}

    .rankhero-tc__breadcrumb span {
    color: rgba(255, 255, 255, 0.66);
}

    .rankhero-tc__eyebrow {
    margin: 0 0 13px;
    color: var(--rh-tc-accent);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
}

    .rankhero-tc h1,
    .rankhero-tc .rankhero-calculator-title,
    .rankhero-tc h2,
    .rankhero-tc h3,
    .rankhero-tc p {
    letter-spacing: 0;
    overflow-wrap: anywhere;
    white-space: normal;
}

    .rankhero-tc h1,
    .rankhero-tc .rankhero-calculator-title,
    .rankhero-tc h2,
    .rankhero-tc h3 {
    white-space: normal !important;
}

    .rankhero-tc h1,
    .rankhero-tc .rankhero-calculator-title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 58px;
    font-weight: 950;
    line-height: 1;
}

    .rankhero-tc__lead {
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    line-height: 1.68;
}

    .rankhero-tc__summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 230px;
    padding: 30px;
    background: #ffffff;
    color: var(--rh-tc-ink);
    border: 1px solid rgba(239, 168, 26, 0.38);
}

    .rankhero-tc__summary-label,
    .rankhero-tc__results span {
    color: var(--rh-tc-muted);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
}

    .rankhero-tc__summary strong {
    margin: 12px 0;
    color: var(--rh-tc-navy);
    font-size: 54px;
    font-weight: 950;
    line-height: 1.05;
}

    .rankhero-tc__summary span:last-child {
    color: var(--rh-tc-muted);
    font-size: 15px;
    line-height: 1.5;
}

    .rankhero-tc__tool {
    display: grid;
    grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
    gap: 24px;
    margin-bottom: 28px;
}

    .rankhero-tc__editor,
    .rankhero-tc__results article,
    .rankhero-tc__panel,
    .rankhero-tc__grid article,
    .rankhero-tc__content,
    .rankhero-tc__cta {
    background: var(--rh-tc-surface);
    border: 1px solid var(--rh-tc-line);
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
}

    .rankhero-tc__editor {
    display: grid;
    gap: 18px;
    padding: 28px;
}

    .rankhero-tc__field {
    display: grid;
    gap: 8px;
    margin: 0;
}

    .rankhero-tc__field span {
    color: var(--rh-tc-ink);
    font-size: 15px;
    font-weight: 900;
}

    .rankhero-tc__field textarea {
    width: 100%;
    min-height: 140px;
    resize: vertical;
    padding: 14px;
    color: var(--rh-tc-ink);
    background: var(--rh-tc-soft);
    border: 1px solid rgba(83, 97, 115, 0.22);
    border-radius: 0;
    font: inherit;
    font-size: 16px;
    line-height: 1.55;
}

    .rankhero-tc__field textarea[data-tc-text] {
    min-height: 360px;
}

    .rankhero-tc__field textarea:focus {
    outline: 3px solid rgba(239, 168, 26, 0.28);
    border-color: var(--rh-tc-accent);
}

    .rankhero-tc__field small {
    color: var(--rh-tc-muted);
    font-size: 13px;
    line-height: 1.45;
}

    .rankhero-tc__results {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

    .rankhero-tc__results article {
    display: flex;
    flex-direction: column;
    min-height: 152px;
    padding: 24px;
    border-top: 4px solid var(--rh-tc-accent);
}

    .rankhero-tc__results strong {
    margin: 10px 0 8px;
    color: var(--rh-tc-navy);
    font-size: 34px;
    font-weight: 950;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

    .rankhero-tc__results p,
    .rankhero-tc__panel-heading p,
    .rankhero-tc__grid p,
    .rankhero-tc__intro p,
    .rankhero-tc__cta p {
    margin: 0;
    color: var(--rh-tc-muted);
    font-size: 16px;
    line-height: 1.72;
}

    .rankhero-tc__analysis {
    display: grid;
    gap: 24px;
    margin-bottom: 48px;
    min-width: 0;
}

    .rankhero-tc__panel {
    padding: 30px;
    min-width: 0;
    overflow: hidden;
}

    .rankhero-tc__panel-heading {
    display: grid;
    gap: 8px;
    margin-bottom: 20px;
}

    .rankhero-tc h2 {
    margin: 0;
    color: var(--rh-tc-navy);
    font-size: 36px;
    font-weight: 950;
    line-height: 1.12;
}

    .rankhero-tc h3 {
    margin: 0 0 12px;
    color: var(--rh-tc-navy);
    font-size: 21px;
    font-weight: 950;
    line-height: 1.2;
}

    .rankhero-tc .rankhero-tc__grid article h3,
    .rankhero-tc .rankhero-tc__panel h3,
    .rankhero-tc .rankhero-tc__density-list h3 {
    display: block;
    width: auto;
    color: var(--rh-tc-navy) !important;
    background: transparent !important;
    text-shadow: none !important;
}

    .rankhero-tc__table-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .rankhero-tc__table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    color: var(--rh-tc-ink);
    font-size: 15px;
}

    .rankhero-tc__table th,
    .rankhero-tc__table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--rh-tc-line);
    text-align: left;
    vertical-align: top;
}

    .rankhero-tc__table th {
    color: var(--rh-tc-muted);
    background: var(--rh-tc-soft);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

    .rankhero-tc__table td:nth-child(2),
    .rankhero-tc__table td:nth-child(3),
    .rankhero-tc__table th:nth-child(2),
    .rankhero-tc__table th:nth-child(3) {
    width: 150px;
}

    .rankhero-tc__density-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

    .rankhero-tc__density-list {
    min-width: 0;
    padding: 22px;
    background: var(--rh-tc-soft);
    border: 1px solid var(--rh-tc-line);
}

    .rankhero-tc__density-list ol {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
}

    .rankhero-tc__density-list li {
    color: var(--rh-tc-muted);
    font-size: 14px;
    line-height: 1.45;
}

    .rankhero-tc__density-list li span {
    display: block;
    color: var(--rh-tc-ink);
    font-weight: 800;
    overflow-wrap: anywhere;
}

    .rankhero-tc__density-list li strong {
    display: block;
    color: var(--rh-tc-muted);
    font-size: 12px;
    font-weight: 900;
}

    .rankhero-tc__content {
    display: grid;
    gap: 28px;
    padding: 34px;
}

    .rankhero-tc__intro {
    max-width: 940px;
}

    .rankhero-tc__intro h2 {
    margin-bottom: 16px;
    font-size: 40px;
}

    .rankhero-tc__intro p + p {
    margin-top: 14px;
}

    .rankhero-tc__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

    .rankhero-tc__grid article,
    .rankhero-tc__cta {
    padding: 30px;
}

    .rankhero-tc__grid article {
    border-top: 4px solid var(--rh-tc-accent);
}

    .rankhero-tc__cta {
    display: grid;
    gap: 18px;
    background: linear-gradient(135deg, #ffffff 0%, #fff7df 100%);
    border-color: rgba(239, 168, 26, 0.42);
}

    .rankhero-tc__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 48px;
    padding: 14px 20px;
    background: var(--rh-tc-accent);
    color: #07111f;
    font-size: 14px;
    font-weight: 950;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 12px 22px rgba(239, 168, 26, 0.24);
}

    .rankhero-tc__button:hover,
    .rankhero-tc__button:focus {
    background: var(--rh-tc-accent-strong);
    color: #07111f;
    text-decoration: none;
}

@media (max-width: 1040px) {
    .rankhero-tc__tool,
    .rankhero-tc__density-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .rankhero-tc {
        width: 100%;
        max-width: 100%;
        padding: 20px 24px 70px;
    }

    .rankhero-tc__breadcrumb {
        display: block;
    }

    .rankhero-tc__hero,
    .rankhero-tc__grid {
        grid-template-columns: 1fr;
    }

    .rankhero-tc__hero {
        padding: 30px 24px;
    }

    .rankhero-tc__summary {
        min-height: 180px;
    }

    .rankhero-tc h1,
    .rankhero-tc .rankhero-calculator-title {
        font-size: 44px;
    }

    .rankhero-tc h2,
    .rankhero-tc__intro h2 {
        font-size: 34px;
        line-height: 1.18;
    }
}

@media (max-width: 620px) {
    .rankhero-tc {
        padding-right: 20px;
        padding-left: 20px;
    }

    .rankhero-tc__results {
        grid-template-columns: 1fr;
    }

    .rankhero-tc__editor,
    .rankhero-tc__results article,
    .rankhero-tc__panel,
    .rankhero-tc__grid article,
    .rankhero-tc__content,
    .rankhero-tc__cta {
        padding: 22px;
    }

    .rankhero-tc h1,
    .rankhero-tc .rankhero-calculator-title {
        font-size: 38px;
    }

    .rankhero-tc h2,
    .rankhero-tc__intro h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .rankhero-tc h3 {
        font-size: 20px;
        line-height: 1.24;
    }

    .rankhero-tc__table {
        min-width: 480px;
        font-size: 14px;
    }

    .rankhero-tc__table th,
    .rankhero-tc__table td {
        padding: 12px 14px;
    }

    .rankhero-tc__results strong,
    .rankhero-tc__summary strong {
        font-size: 29px;
    }

    .rankhero-tc__field textarea[data-tc-text] {
        min-height: 280px;
    }
}
