:root {
    --recono-bg: #080b0e;
    --recono-surface: #0c1115;
    --recono-surface-2: #10161a;
    --recono-border: #202931;
    --recono-border-strong: #2b3942;
    --recono-text: #f4f7f8;
    --recono-muted: #84919c;
    --recono-muted-2: #65727c;
    --recono-accent: #3bd0bd;
    --recono-accent-strong: #62dfcf;
    --recono-amber: #d4a44e;
}

.seo-page,
.seo-page * {
    box-sizing: border-box;
}

.seo-page {
    min-height: 100vh;
    overflow-x: hidden;
    background: radial-gradient(circle at 50% -8%, rgba(59, 208, 189, .075), transparent 28%), var(--recono-bg);
    color: var(--recono-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

    .seo-page a {
        color: inherit;
        text-decoration: none;
    }

    .seo-page img {
        display: block;
        max-width: 100%;
    }

.seo-shell {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
}

.seo-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255,255,255,.05);
    background: rgba(8, 11, 14, .92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.seo-nav-shell {
    width: min(1240px, calc(100% - 40px));
    min-height: 72px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    margin-inline: auto;
}

.seo-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.seo-brand-mark {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    border: 1px solid #29333b;
    border-radius: 10px;
    background: linear-gradient(145deg, #131a1f, #0c1115);
}

    .seo-brand-mark img {
        width: 24px;
        height: 24px;
    }

.seo-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

    .seo-brand-copy strong {
        font-size: 15px;
        font-weight: 780;
    }

    .seo-brand-copy small {
        margin-top: 5px;
        color: #586670;
        font-size: 9px;
        font-weight: 850;
        letter-spacing: .9px;
    }

.seo-nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

    .seo-nav-links a,
    .seo-signin {
        color: #84919b;
        font-size: 13px;
        font-weight: 650;
        transition: color .15s ease;
    }

        .seo-nav-links a:hover,
        .seo-signin:hover {
            color: #e6ecee;
        }

.seo-nav-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.seo-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid #28343b;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 820;
    transition: transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

    .seo-button:hover {
        transform: translateY(-1px);
    }

.seo-button-small {
    min-height: 38px;
    padding-inline: 14px;
}

.seo-button-primary {
    border-color: rgba(105, 233, 215, .38);
    background: linear-gradient(180deg, #58dfcd, #38c7b4);
    color: #05110f;
    box-shadow: 0 13px 30px rgba(49, 202, 181, .15);
}

    .seo-button-primary:hover {
        box-shadow: 0 16px 36px rgba(49, 202, 181, .23);
    }

.seo-button-secondary {
    background: #0d1317;
    color: #c0c9cd;
}

    .seo-button-secondary:hover {
        border-color: #3a4851;
        background: #11191e;
    }

.seo-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    color: #66757f;
    font-size: 12px;
}

    .seo-breadcrumbs a:hover {
        color: var(--recono-accent);
    }

.seo-hero {
    padding: 76px 0 74px;
}

.seo-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(430px, 1.14fr);
    align-items: center;
    gap: 58px;
}

.seo-hero-grid-single {
    grid-template-columns: minmax(0, 820px);
}

.seo-eyebrow,
.seo-section-heading > span,
.seo-final-cta > div > span,
.seo-answer-label {
    color: var(--recono-accent);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.seo-hero h1 {
    max-width: 850px;
    margin: 14px 0 20px;
    color: #fff;
    font-size: clamp(42px, 5.4vw, 68px);
    font-weight: 750;
    line-height: 1.01;
    letter-spacing: -2.7px;
}

.seo-lead {
    max-width: 720px;
    margin: 0;
    color: #8c99a2;
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.75;
}

.seo-updated {
    margin: 16px 0 0;
    color: #5f6c75;
    font-size: 12px;
}

.seo-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.seo-product-window {
    overflow: hidden;
    border: 1px solid rgba(59,208,189,.22);
    border-radius: 16px;
    background: #070b0e;
    box-shadow: 0 36px 90px rgba(0,0,0,.38), 0 0 0 1px rgba(59,208,189,.025);
}

.seo-window-bar {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 14px;
    border-bottom: 1px solid #20292f;
    background: linear-gradient(180deg, #11171b, #0d1216);
    color: #66747d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .8px;
}

.seo-live-dot {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    letter-spacing: 0;
    font-weight: 650;
}

    .seo-live-dot::before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--recono-accent);
        box-shadow: 0 0 8px rgba(59,208,189,.62);
    }

.seo-answer {
    display: grid;
    grid-template-columns: minmax(180px, .42fr) minmax(0, 1.58fr);
    gap: 38px;
    margin-bottom: 76px;
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 1px solid var(--recono-border);
    border-bottom: 1px solid var(--recono-border);
}

    .seo-answer h2 {
        margin: 0 0 10px;
        color: #edf2f4;
        font-size: clamp(24px, 3vw, 34px);
        line-height: 1.16;
        letter-spacing: -.8px;
    }

    .seo-answer p {
        max-width: 800px;
        margin: 0;
        color: #93a0a9;
        font-size: 17px;
        line-height: 1.78;
    }

.seo-main-content {
    display: grid;
    gap: 22px;
}

.seo-section {
    padding: 54px 0;
    border-top: 1px solid rgba(255,255,255,.045);
}

    .seo-section:first-child {
        border-top: 0;
    }

.seo-section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

    .seo-section-heading h2,
    .seo-copy h2,
    .seo-final-cta h2 {
        margin: 9px 0 12px;
        color: #f1f5f6;
        font-size: clamp(29px, 4vw, 44px);
        font-weight: 725;
        line-height: 1.1;
        letter-spacing: -1.45px;
    }

    .seo-section-heading p,
    .seo-copy > p,
    .seo-copy li,
    .seo-source-note,
    .seo-definition p,
    .seo-callout p {
        color: #7f8c95;
        font-size: 16px;
        line-height: 1.78;
    }

.seo-copy {
    max-width: 860px;
}

    .seo-copy h3 {
        margin: 30px 0 8px;
        color: #d9e1e4;
        font-size: 21px;
        letter-spacing: -.35px;
    }

    .seo-copy p {
        margin: 0 0 18px;
    }

    .seo-copy ul,
    .seo-copy ol {
        margin: 18px 0;
        padding-left: 24px;
    }

    .seo-copy li {
        margin-bottom: 8px;
    }

    .seo-copy strong,
    .seo-card strong,
    .seo-definition strong,
    .seo-callout strong {
        color: #dce4e7;
    }

.seo-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

    .seo-card-grid.two {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

.seo-card {
    min-height: 210px;
    padding: 22px;
    border: 1px solid var(--recono-border);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,.012), transparent 58%), var(--recono-surface);
}

    .seo-card .seo-card-index {
        display: block;
        margin-bottom: 38px;
        color: #4c5b65;
        font-size: 11px;
        font-weight: 850;
    }

    .seo-card h3 {
        margin: 0 0 9px;
        color: #dce4e7;
        font-size: 18px;
        line-height: 1.3;
    }

    .seo-card p {
        margin: 0;
        color: #73808a;
        font-size: 14px;
        line-height: 1.7;
    }

.seo-definition,
.seo-callout {
    margin: 24px 0;
    padding: 22px 24px;
    border: 1px solid rgba(59,208,189,.17);
    border-radius: 13px;
    background: radial-gradient(circle at 0 0, rgba(59,208,189,.055), transparent 45%), #0c1216;
}

    .seo-callout.amber {
        border-color: rgba(212,164,78,.22);
        background: radial-gradient(circle at 0 0, rgba(212,164,78,.055), transparent 45%), #0c1216;
    }

    .seo-definition p,
    .seo-callout p {
        margin: 5px 0 0;
    }

.seo-table-wrap {
    overflow-x: auto;
    margin-top: 22px;
    border: 1px solid var(--recono-border);
    border-radius: 13px;
    background: var(--recono-surface);
}

.seo-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
}

    .seo-table th,
    .seo-table td {
        padding: 15px 17px;
        border-bottom: 1px solid var(--recono-border);
        text-align: left;
        vertical-align: top;
    }

    .seo-table th {
        color: #cad3d7;
        background: #10161a;
        font-size: 13px;
    }

    .seo-table td {
        color: #7d8a94;
        font-size: 14px;
        line-height: 1.6;
    }

    .seo-table tr:last-child td {
        border-bottom: 0;
    }

.seo-steps {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: recon-step;
}

    .seo-steps li {
        counter-increment: recon-step;
        position: relative;
        margin-bottom: 12px;
        padding: 18px 18px 18px 58px;
        border: 1px solid var(--recono-border);
        border-radius: 12px;
        background: var(--recono-surface);
        color: #7c8992;
        font-size: 15px;
        line-height: 1.7;
    }

        .seo-steps li::before {
            content: counter(recon-step, decimal-leading-zero);
            position: absolute;
            left: 18px;
            top: 18px;
            color: var(--recono-accent);
            font-size: 11px;
            font-weight: 900;
        }

.seo-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px;
    margin-top: 24px;
}

.seo-checklist-group {
    padding: 21px;
    border: 1px solid var(--recono-border);
    border-radius: 13px;
    background: var(--recono-surface);
}

    .seo-checklist-group h3 {
        margin: 0 0 14px;
        color: #dce4e7;
        font-size: 18px;
    }

.seo-check-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 10px 0;
    color: #7d8a93;
    font-size: 14px;
    line-height: 1.55;
}

    .seo-check-item input {
        margin-top: 3px;
        accent-color: var(--recono-accent);
    }

.seo-source-note {
    padding-left: 14px;
    border-left: 2px solid #33414a;
    font-size: 13px;
}

    .seo-source-note a {
        color: #69d9cb;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

.seo-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 10px;
    margin-top: 22px;
}

.seo-stat {
    padding: 18px;
    border: 1px solid var(--recono-border);
    border-radius: 12px;
    background: var(--recono-surface);
}

    .seo-stat strong {
        display: block;
        margin-bottom: 4px;
        color: #e2e8ea;
        font-size: 20px;
    }

    .seo-stat span {
        color: #6d7a84;
        font-size: 12px;
    }

.seo-faq,
.seo-related {
    padding: 78px 0;
    border-top: 1px solid rgba(255,255,255,.045);
}

.seo-faq-list {
    display: grid;
    gap: 8px;
    max-width: 900px;
}

    .seo-faq-list details {
        border: 1px solid var(--recono-border);
        border-radius: 11px;
        background: var(--recono-surface);
    }

    .seo-faq-list summary {
        min-height: 62px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        padding: 0 17px;
        cursor: pointer;
        color: #c7d0d4;
        font-size: 15px;
        font-weight: 700;
        list-style: none;
    }

        .seo-faq-list summary::-webkit-details-marker {
            display: none;
        }

        .seo-faq-list summary span {
            font-size: 20px;
            color: #61707a;
        }

    .seo-faq-list details[open] summary span {
        transform: rotate(45deg);
        color: var(--recono-accent);
    }

    .seo-faq-list details p {
        margin: 0 17px 17px;
        padding-top: 14px;
        border-top: 1px solid var(--recono-border);
        color: #76838d;
        font-size: 14px;
        line-height: 1.75;
    }

.seo-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 11px;
}

.seo-related-card {
    min-height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 19px;
    border: 1px solid var(--recono-border);
    border-radius: 12px;
    background: var(--recono-surface);
    transition: transform .15s ease, border-color .15s ease;
}

    .seo-related-card:hover {
        transform: translateY(-2px);
        border-color: rgba(59,208,189,.25);
    }

    .seo-related-card strong {
        color: #d9e1e4;
        font-size: 16px;
    }

    .seo-related-card span {
        color: var(--recono-accent);
        font-size: 12px;
        font-weight: 750;
    }

.seo-final-cta {
    margin-bottom: 80px;
    padding: 70px 28px;
    border: 1px solid rgba(59,208,189,.18);
    border-radius: 18px;
    background: radial-gradient(circle at 50% 0%, rgba(59,208,189,.09), transparent 45%), #0c1216;
    text-align: center;
}

    .seo-final-cta > div {
        width: min(790px,100%);
        margin-inline: auto;
    }

    .seo-final-cta p {
        margin: 0 auto;
        max-width: 650px;
        color: #7e8b95;
        font-size: 16px;
    }

.seo-centered-actions {
    justify-content: center;
}

.seo-footer {
    border-top: 1px solid rgba(255,255,255,.05);
    background: #070a0d;
}

.seo-footer-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 70px;
    padding: 48px 0 36px;
}

    .seo-footer-grid > div:first-child p {
        max-width: 390px;
        margin: 15px 0 0;
        color: #596671;
        font-size: 13px;
    }

.seo-footer-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 28px;
}

    .seo-footer-links > div {
        display: flex;
        flex-direction: column;
        gap: 9px;
    }

    .seo-footer-links strong {
        margin-bottom: 3px;
        color: #adb8bd;
        font-size: 12px;
    }

    .seo-footer-links a {
        color: #61707a;
        font-size: 12px;
    }

        .seo-footer-links a:hover {
            color: #c7d0d4;
        }

.seo-footer-bottom {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,.045);
    color: #4f5c65;
    font-size: 11px;
}

/* Calculator */
.seo-calculator {
    display: grid;
    grid-template-columns: minmax(0,.88fr) minmax(340px,1.12fr);
    gap: 18px;
    margin-top: 24px;
}

.seo-calculator-panel,
.seo-calculator-results {
    padding: 24px;
    border: 1px solid var(--recono-border);
    border-radius: 14px;
    background: var(--recono-surface);
}

.seo-field-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 13px;
}

.seo-field label {
    display: block;
    margin-bottom: 6px;
    color: #aeb9be;
    font-size: 12px;
    font-weight: 700;
}

.seo-field input {
    width: 100%;
    min-height: 46px;
    padding: 0 13px;
    border: 1px solid #2c3941;
    border-radius: 9px;
    outline: none;
    background: #090e11;
    color: #eef3f4;
    font: inherit;
}

    .seo-field input:focus {
        border-color: rgba(59,208,189,.62);
        box-shadow: 0 0 0 3px rgba(59,208,189,.09);
    }

.seo-result-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
}

.seo-result {
    padding: 16px;
    border: 1px solid #222d34;
    border-radius: 10px;
    background: #090e11;
}

    .seo-result span {
        display: block;
        margin-bottom: 5px;
        color: #65727c;
        font-size: 11px;
    }

    .seo-result strong {
        color: #e6ecee;
        font-size: 24px;
    }

    .seo-result.highlight {
        border-color: rgba(59,208,189,.24);
        background: rgba(59,208,189,.04);
    }

.seo-calculator-note {
    margin: 16px 0 0;
    color: #687680;
    font-size: 12px;
    line-height: 1.65;
}

/* ============================================================
   PRODUCT MEDIA
   Keep application screenshots proportional at every breakpoint.
   ============================================================ */

.seo-hero-visual {
    min-width: 0;
    width: 100%;
    align-self: center;
}

.seo-product-window {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid rgba(59,208,189,.22);
    border-radius: 16px;
    background: #070b0e;
    box-shadow: 0 36px 90px rgba(0,0,0,.38), 0 0 0 1px rgba(59,208,189,.025);
}

.seo-page .seo-product-window > img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
}

/* Keep long copy, links, and generated content from forcing the page wider. */
.seo-page p,
.seo-page li,
.seo-page a,
.seo-page h1,
.seo-page h2,
.seo-page h3,
.seo-page strong,
.seo-page span {
    overflow-wrap: break-word;
}

.seo-button,
.seo-faq-list summary {
    touch-action: manipulation;
}

/* ============================================================
   RESPONSIVE / TABLET
   ============================================================ */

@media (max-width: 1050px) {
    .seo-nav-links {
        display: none;
    }

    .seo-nav-shell {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
    }

    .seo-hero {
        padding: 66px 0 62px;
    }

    .seo-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 38px;
    }

    .seo-hero-grid-single {
        grid-template-columns: minmax(0, 820px);
    }

    .seo-hero-copy {
        max-width: 820px;
    }

    .seo-hero-visual {
        max-width: 850px;
        margin-inline: auto;
    }

    .seo-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seo-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seo-footer-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }
}

/* ============================================================
   RESPONSIVE / MOBILE
   ============================================================ */

@media (max-width: 760px) {
    .seo-page {
        line-height: 1.58;
    }

    .seo-shell,
    .seo-nav-shell {
        width: min(calc(100% - 24px), 1160px);
    }

    /* Header: keep the CTA compact instead of inheriting full-width buttons. */
    .seo-nav-shell {
        min-height: 62px;
        gap: 10px;
    }

    .seo-brand {
        min-width: 0;
        gap: 8px;
    }

    .seo-brand-mark {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        border-radius: 9px;
    }

        .seo-brand-mark img {
            width: 21px;
            height: 21px;
        }

    .seo-brand-copy {
        min-width: 0;
    }

        .seo-brand-copy strong {
            font-size: 14px;
        }

        .seo-brand-copy small,
        .seo-signin {
            display: none;
        }

    .seo-nav-actions {
        min-width: 0;
        gap: 8px;
    }

        .seo-nav-actions .seo-button,
        .seo-nav-actions .seo-button-small {
            width: auto;
            min-height: 38px;
            padding: 0 12px;
            font-size: 12px;
            white-space: nowrap;
        }

    /* Hero */
    .seo-hero {
        padding: 42px 0 44px;
    }

    .seo-breadcrumbs {
        max-width: 100%;
        margin-bottom: 22px;
        overflow-x: auto;
        gap: 7px;
        white-space: nowrap;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

        .seo-breadcrumbs::-webkit-scrollbar {
            display: none;
        }

    .seo-hero-grid {
        gap: 28px;
    }

    .seo-eyebrow,
    .seo-section-heading > span,
    .seo-final-cta > div > span,
    .seo-answer-label {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .seo-hero h1 {
        margin: 11px 0 16px;
        font-size: clamp(34px, 10.4vw, 48px);
        line-height: 1.03;
        letter-spacing: -1.8px;
    }

    .seo-lead {
        font-size: 16px;
        line-height: 1.68;
    }

    .seo-updated {
        margin-top: 13px;
        font-size: 11px;
    }

    .seo-hero-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        margin-top: 22px;
    }

        .seo-hero-actions .seo-button,
        .seo-final-cta .seo-button {
            width: 100%;
            min-height: 48px;
        }

    .seo-product-window {
        border-radius: 12px;
        box-shadow: 0 22px 56px rgba(0,0,0,.32), 0 0 0 1px rgba(59,208,189,.02);
    }

    .seo-window-bar {
        min-height: 38px;
        gap: 8px;
        padding: 0 10px;
        font-size: 9px;
        letter-spacing: .6px;
    }

    .seo-live-dot {
        min-width: 0;
        max-width: 72%;
        overflow: hidden;
        font-size: 9px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .seo-live-dot::before {
            width: 5px;
            height: 5px;
            flex: 0 0 5px;
        }

    /* Direct-answer block */
    .seo-answer {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 34px;
        padding-top: 22px;
        padding-bottom: 22px;
    }

        .seo-answer h2 {
            margin-bottom: 8px;
            font-size: clamp(24px, 7.6vw, 30px);
            line-height: 1.14;
            letter-spacing: -.6px;
        }

        .seo-answer p {
            font-size: 15px;
            line-height: 1.7;
        }

    /* Main content */
    .seo-main-content {
        gap: 0;
    }

    .seo-section {
        padding: 38px 0;
    }

    .seo-section-heading {
        margin-bottom: 22px;
    }

        .seo-section-heading h2,
        .seo-copy h2,
        .seo-final-cta h2 {
            margin: 8px 0 10px;
            font-size: clamp(28px, 8.5vw, 36px);
            line-height: 1.1;
            letter-spacing: -1px;
        }

        .seo-section-heading p,
        .seo-copy > p,
        .seo-copy li,
        .seo-source-note,
        .seo-definition p,
        .seo-callout p {
            font-size: 15px;
            line-height: 1.7;
        }

    .seo-copy h3 {
        margin-top: 25px;
        font-size: 19px;
    }

    .seo-copy ul,
    .seo-copy ol {
        margin: 15px 0;
        padding-left: 20px;
    }

    .seo-card-grid,
    .seo-card-grid.two,
    .seo-checklist,
    .seo-related-grid,
    .seo-stat-grid,
    .seo-calculator,
    .seo-field-grid,
    .seo-result-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .seo-card {
        min-height: 0;
        padding: 18px;
        border-radius: 12px;
    }

        .seo-card .seo-card-index {
            margin-bottom: 20px;
            font-size: 10px;
        }

        .seo-card h3 {
            font-size: 17px;
        }

        .seo-card p {
            font-size: 14px;
            line-height: 1.65;
        }

    .seo-definition,
    .seo-callout {
        margin: 18px 0;
        padding: 18px;
    }

    /* Tables intentionally scroll horizontally instead of crushing columns. */
    .seo-table-wrap {
        max-width: 100%;
        margin-top: 18px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-inline: contain;
    }

    .seo-table {
        min-width: 620px;
    }

        .seo-table th,
        .seo-table td {
            padding: 12px 14px;
        }

        .seo-table th {
            font-size: 12px;
        }

        .seo-table td {
            font-size: 13px;
            line-height: 1.55;
        }

    .seo-steps li {
        margin-bottom: 10px;
        padding: 16px 16px 16px 49px;
        font-size: 14px;
        line-height: 1.65;
    }

        .seo-steps li::before {
            left: 15px;
            top: 17px;
        }

    .seo-checklist-group {
        padding: 18px;
    }

    .seo-check-item {
        font-size: 14px;
    }

    .seo-stat {
        padding: 16px;
    }

        .seo-stat strong {
            font-size: 19px;
        }

    /* FAQ / related */
    .seo-faq,
    .seo-related {
        padding: 48px 0;
    }

    .seo-faq-list summary {
        min-height: 56px;
        gap: 12px;
        padding: 0 14px;
        font-size: 14px;
        line-height: 1.35;
    }

        .seo-faq-list summary span {
            flex: 0 0 auto;
        }

    .seo-faq-list details p {
        margin: 0 14px 14px;
        padding-top: 12px;
        font-size: 14px;
        line-height: 1.65;
    }

    .seo-related-card {
        min-height: 108px;
        padding: 17px;
    }

    /* CTA */
    .seo-final-cta {
        margin-bottom: 46px;
        padding: 42px 18px;
        border-radius: 14px;
    }

        .seo-final-cta p {
            font-size: 15px;
            line-height: 1.68;
        }

    .seo-centered-actions {
        margin-inline: auto;
    }

    /* Footer */
    .seo-footer-grid {
        gap: 34px;
        padding: 36px 0 28px;
    }

    .seo-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 20px;
    }

    .seo-footer-bottom {
        min-height: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding: 14px 0 18px;
    }

    /* Calculator */
    .seo-calculator {
        gap: 12px;
    }

    .seo-calculator-panel,
    .seo-calculator-results {
        padding: 18px;
    }

    .seo-field input {
        min-height: 48px;
        font-size: 16px; /* prevents iOS Safari input zoom */
    }

    .seo-result strong {
        font-size: 22px;
    }
}

/* ============================================================
   RESPONSIVE / SMALL PHONES
   ============================================================ */

@media (max-width: 520px) {
    .seo-shell,
    .seo-nav-shell {
        width: calc(100% - 20px);
    }

    .seo-nav-shell {
        min-height: 60px;
    }

    .seo-nav-actions .seo-button,
    .seo-nav-actions .seo-button-small {
        min-height: 36px;
        padding-inline: 10px;
        font-size: 11px;
    }

    .seo-hero {
        padding: 34px 0 40px;
    }

    .seo-breadcrumbs {
        margin-bottom: 18px;
        font-size: 11px;
    }

    .seo-hero h1 {
        font-size: clamp(31px, 10.7vw, 40px);
        letter-spacing: -1.35px;
    }

    .seo-lead {
        font-size: 15px;
        line-height: 1.65;
    }

    .seo-window-bar > span:first-child {
        display: none;
    }

    .seo-window-bar {
        justify-content: flex-end;
    }

    .seo-live-dot {
        max-width: 100%;
    }

    .seo-section {
        padding: 34px 0;
    }

    .seo-section-heading h2,
    .seo-copy h2,
    .seo-final-cta h2 {
        font-size: clamp(27px, 8.7vw, 33px);
    }

    .seo-card-grid,
    .seo-card-grid.two,
    .seo-checklist,
    .seo-related-grid,
    .seo-stat-grid {
        gap: 10px;
    }

    .seo-table {
        min-width: 580px;
    }

    .seo-footer-links {
        grid-template-columns: 1fr;
        gap: 24px;
    }

        .seo-footer-links > div {
            gap: 8px;
        }

    .seo-final-cta {
        width: calc(100% - 20px);
        padding: 38px 16px;
    }
}

@media (max-width: 380px) {
    .seo-shell,
    .seo-nav-shell {
        width: calc(100% - 16px);
    }

    .seo-brand-mark {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

        .seo-brand-mark img {
            width: 20px;
            height: 20px;
        }

    .seo-brand-copy strong {
        font-size: 13px;
    }

    .seo-nav-actions .seo-button,
    .seo-nav-actions .seo-button-small {
        padding-inline: 9px;
        font-size: 10.5px;
    }

    .seo-hero h1 {
        font-size: 30px;
    }

    .seo-window-bar {
        min-height: 35px;
    }

    .seo-live-dot {
        font-size: 8px;
    }

    .seo-table {
        min-width: 540px;
    }

    .seo-final-cta {
        width: calc(100% - 16px);
    }
}

/* ============================================================
   PRINT
   ============================================================ */

@media print {
    .seo-header,
    .seo-hero-actions,
    .seo-related,
    .seo-final-cta,
    .seo-footer,
    .seo-faq {
        display: none !important;
    }

    .seo-page {
        background: #fff;
        color: #111;
    }

    .seo-shell {
        width: 100%;
    }

    .seo-section,
    .seo-checklist-group,
    .seo-card {
        border-color: #ddd;
        background: #fff;
    }

    .seo-page h1,
    .seo-page h2,
    .seo-page h3,
    .seo-page strong {
        color: #111 !important;
    }

    .seo-page p,
    .seo-page li,
    .seo-check-item {
        color: #333 !important;
    }
}

/* ============================================================
   MOBILE WIDTH CONTAINMENT FIX
   Prevent intrinsic-width children (especially wide tables)
   from widening the single-column CSS Grid and clipping all
   following sections on narrow screens.
   ============================================================ */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.seo-page {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
}

.seo-shell,
.seo-nav-shell,
.seo-main-content,
.seo-main-content > *,
.seo-section,
.seo-copy,
.seo-section-heading,
.seo-answer,
.seo-hero-grid,
.seo-hero-copy,
.seo-hero-visual,
.seo-card-grid,
.seo-card-grid.two,
.seo-card,
.seo-checklist,
.seo-checklist-group,
.seo-stat-grid,
.seo-stat,
.seo-faq-list,
.seo-related-grid,
.seo-related-card,
.seo-calculator,
.seo-calculator-panel,
.seo-calculator-results {
    min-width: 0;
    max-width: 100%;
}

/*
   Critical fix:
   A one-column CSS grid normally uses an intrinsic "auto" minimum.
   The 620px/680px table can therefore make the implicit grid track
   wider than the phone. Force the track to be allowed to shrink.
*/
.seo-main-content {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
}

/* Wide tables scroll INSIDE their wrapper instead of widening the page. */
.seo-table-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

/* Keep the table readable; only the wrapper scrolls. */
.seo-table {
    width: 100%;
}

/* Make every ordinary block respect its parent's available width. */
.seo-page section,
.seo-page article,
.seo-page div,
.seo-page ol,
.seo-page ul {
    max-width: 100%;
}

/* Text should wrap normally and never establish a wider intrinsic box. */
.seo-page h1,
.seo-page h2,
.seo-page h3,
.seo-page p,
.seo-page li {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
}

@media (max-width: 760px) {
    .seo-shell,
    .seo-nav-shell {
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
    }

    .seo-main-content,
    .seo-section,
    .seo-copy,
    .seo-section-heading {
        width: 100%;
    }

    .seo-table-wrap {
        width: 100%;
        max-width: 100%;
    }

    /*
       Do not remove the table's minimum width. The table itself should
       remain readable and be horizontally scrollable inside its wrapper.
    */
    .seo-table {
        min-width: 620px;
    }

    .seo-steps {
        width: 100%;
        max-width: 100%;
    }

        .seo-steps li {
            width: 100%;
            max-width: 100%;
        }
}

@media (max-width: 520px) {
    .seo-shell,
    .seo-nav-shell {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
}

@media (max-width: 380px) {
    .seo-shell,
    .seo-nav-shell {
        width: calc(100% - 16px);
        max-width: calc(100% - 16px);
    }
}

/* ============================================================
   DEALERSHIP RECON SOFTWARE — VISUAL POLISH
   Page-specific presentation layer. Kept at the end so it can
   safely refine the shared SEO system without breaking mobile.
   ============================================================ */

.seo-inline-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    color: var(--recono-accent);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

    .seo-inline-kicker::before {
        content: "";
        width: 18px;
        height: 1px;
        background: linear-gradient(90deg, var(--recono-accent), rgba(59,208,189,.15));
    }

/* Give the content column a deliberate desktop measure. */
.seo-main-content {
    width: min(1160px, 100%);
    margin-inline: auto;
}

/* Sections feel like distinct story beats rather than one long document. */
.seo-section {
    position: relative;
    padding: 76px 0;
    border-top: 0;
}

    .seo-section + .seo-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient( 90deg, transparent, rgba(59,208,189,.13) 16%, rgba(255,255,255,.07) 50%, rgba(59,208,189,.13) 84%, transparent );
    }

.seo-section-heading {
    max-width: 900px;
    margin-bottom: 36px;
}

    .seo-section-heading h2,
    .seo-copy h2 {
        max-width: 960px;
        font-size: clamp(34px, 3.5vw, 50px);
        line-height: 1.06;
        letter-spacing: -1.9px;
    }

    .seo-section-heading p,
    .seo-copy > p {
        max-width: 840px;
        color: #8a98a2;
        font-size: 17px;
        line-height: 1.75;
    }

/* ---------- Problem cards ---------- */

.seo-section-problem .seo-card-grid {
    gap: 16px;
}

.seo-section-problem .seo-card {
    position: relative;
    min-height: 238px;
    overflow: hidden;
    padding: 26px;
    border-color: rgba(255,255,255,.08);
    border-radius: 18px;
    background: radial-gradient(circle at 15% 0%, rgba(59,208,189,.075), transparent 36%), linear-gradient(180deg, rgba(255,255,255,.018), transparent 60%), #0c1115;
    box-shadow: 0 18px 45px rgba(0,0,0,.16);
}

    .seo-section-problem .seo-card::after {
        content: "";
        position: absolute;
        inset: auto 22px 0 22px;
        height: 2px;
        border-radius: 2px 2px 0 0;
        background: linear-gradient(90deg, transparent, rgba(59,208,189,.52), transparent);
        opacity: .5;
    }

.seo-section-problem .seo-card-index {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-bottom: 48px;
    border: 1px solid rgba(59,208,189,.18);
    border-radius: 9px;
    background: rgba(59,208,189,.045);
    color: var(--recono-accent);
}

.seo-section-problem .seo-card h3 {
    font-size: 20px;
}

.seo-section-problem .seo-card p {
    font-size: 15px;
}

/* ---------- Tracking table ---------- */

.seo-section-table-feature .seo-copy {
    max-width: none;
}

.seo-section-table-feature .seo-table-wrap {
    position: relative;
    margin-top: 34px;
    border-color: rgba(255,255,255,.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(59,208,189,.025), transparent 26%), #0b1014;
    box-shadow: 0 22px 60px rgba(0,0,0,.16);
}

.seo-section-table-feature .seo-table th {
    padding-block: 17px;
    background: #11181c;
    color: #dce5e8;
    font-size: 12px;
    letter-spacing: .55px;
    text-transform: uppercase;
}

.seo-section-table-feature .seo-table td {
    padding-block: 18px;
}

.seo-section-table-feature .seo-table tbody tr {
    transition: background .15s ease;
}

    .seo-section-table-feature .seo-table tbody tr:hover {
        background: rgba(59,208,189,.025);
    }

.seo-section-table-feature .seo-table td:first-child {
    color: #cbd5d9;
    font-weight: 730;
}

/* ---------- Spreadsheet vs live operations ---------- */

.seo-section-contrast {
    margin: 18px 0;
    padding: 70px 30px;
    border: 1px solid rgba(255,255,255,.055);
    border-radius: 24px;
    background: radial-gradient(circle at 75% 10%, rgba(59,208,189,.055), transparent 35%), linear-gradient(180deg, rgba(255,255,255,.012), transparent 55%), #090d10;
}

    .seo-section-contrast::before {
        display: none !important;
    }

    .seo-section-contrast .seo-card-grid.two {
        gap: 16px;
    }

    .seo-section-contrast .seo-card {
        min-height: 230px;
        padding: 28px;
        border-radius: 18px;
    }

    .seo-section-contrast .seo-card-index {
        margin-bottom: 40px;
    }

    .seo-section-contrast .seo-card-static {
        border-color: rgba(212,164,78,.16);
        background: radial-gradient(circle at 0 0, rgba(212,164,78,.055), transparent 40%), #0d1216;
    }

        .seo-section-contrast .seo-card-static .seo-card-index {
            color: #b5955c;
        }

    .seo-section-contrast .seo-card-live {
        border-color: rgba(59,208,189,.20);
        background: radial-gradient(circle at 0 0, rgba(59,208,189,.08), transparent 42%), #0d1316;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.015);
    }

        .seo-section-contrast .seo-card-live .seo-card-index {
            color: var(--recono-accent);
        }

    .seo-section-contrast .seo-card h3 {
        font-size: 21px;
    }

/* ---------- Process section ---------- */

.seo-section-process .seo-copy {
    max-width: none;
}

    .seo-section-process .seo-copy > p {
        max-width: 880px;
    }

.seo-section-process .seo-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

    .seo-section-process .seo-steps li {
        min-height: 150px;
        margin: 0;
        padding: 24px 24px 24px 68px;
        border-color: rgba(255,255,255,.075);
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255,255,255,.014), transparent 62%), #0c1115;
        color: #85939c;
        transition: transform .15s ease, border-color .15s ease, background .15s ease;
    }

        .seo-section-process .seo-steps li:hover {
            transform: translateY(-2px);
            border-color: rgba(59,208,189,.19);
            background: radial-gradient(circle at 0 0, rgba(59,208,189,.05), transparent 40%), #0c1216;
        }

        .seo-section-process .seo-steps li::before {
            left: 22px;
            top: 24px;
            width: 30px;
            height: 30px;
            display: grid;
            place-items: center;
            border: 1px solid rgba(59,208,189,.18);
            border-radius: 8px;
            background: rgba(59,208,189,.04);
            color: var(--recono-accent);
        }

    .seo-section-process .seo-steps strong {
        display: block;
        margin-bottom: 5px;
        color: #e5ecee;
        font-size: 16px;
    }

/* ---------- Buyer checklist ---------- */

.seo-section-buyer .seo-card-grid {
    gap: 14px;
}

.seo-section-buyer .seo-card {
    position: relative;
    min-height: 205px;
    padding: 24px;
    border-radius: 16px;
    transition: transform .15s ease, border-color .15s ease, background .15s ease;
}

    .seo-section-buyer .seo-card:hover {
        transform: translateY(-2px);
        border-color: rgba(59,208,189,.2);
        background: radial-gradient(circle at 0 0, rgba(59,208,189,.045), transparent 42%), #0d1216;
    }

.seo-section-buyer .seo-card-index {
    margin-bottom: 32px;
    color: rgba(59,208,189,.72);
}

/* ---------- Mobile refinement ---------- */

@media (max-width: 900px) {
    .seo-section-process .seo-steps {
        grid-template-columns: minmax(0, 1fr);
    }

    .seo-section-contrast {
        padding: 54px 22px;
    }
}

@media (max-width: 760px) {
    .seo-section {
        padding: 46px 0;
    }

        .seo-section + .seo-section::before {
            left: 6%;
            width: 88%;
        }

    .seo-section-heading {
        margin-bottom: 26px;
    }

        .seo-section-heading h2,
        .seo-copy h2 {
            font-size: clamp(29px, 8.7vw, 36px);
            line-height: 1.08;
            letter-spacing: -1.1px;
        }

        .seo-section-heading p,
        .seo-copy > p {
            font-size: 15px;
            line-height: 1.7;
        }

    .seo-section-problem .seo-card {
        min-height: 0;
        padding: 20px;
    }

    .seo-section-problem .seo-card-index {
        margin-bottom: 28px;
    }

    .seo-section-table-feature .seo-table-wrap {
        margin-top: 24px;
        border-radius: 14px;
    }

    .seo-section-contrast {
        width: 100%;
        margin: 10px 0;
        padding: 40px 16px;
        border-radius: 18px;
    }

        .seo-section-contrast .seo-card {
            min-height: 0;
            padding: 20px;
        }

        .seo-section-contrast .seo-card-index {
            margin-bottom: 26px;
        }

    .seo-section-process .seo-steps {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        margin-top: 26px;
    }

        .seo-section-process .seo-steps li {
            min-height: 0;
            padding: 20px 18px 20px 60px;
        }

            .seo-section-process .seo-steps li::before {
                left: 17px;
                top: 19px;
                width: 28px;
                height: 28px;
            }

    .seo-section-buyer .seo-card {
        min-height: 0;
        padding: 20px;
    }
}
