.seo-page {
    background: #f7f4ef;
    color: #2d2625;
}

.seo-page .header {
    border-bottom: 1px solid #e5dfd9;
    box-shadow: none;
}

.seo-page .nav-links a:not(.btn-primary) {
    color: #4f4643;
}

.seo-main {
    overflow: hidden;
}

.seo-hero {
    padding: 5.5rem 0 4.5rem;
    background:
        linear-gradient(110deg, rgba(247, 244, 239, 0.96) 0%, rgba(247, 244, 239, 0.82) 52%, rgba(233, 225, 216, 0.72) 100%);
}

.seo-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    gap: 4rem;
    align-items: center;
}

.seo-eyebrow,
.dossier-label,
.proof-label,
.seo-kicker {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.seo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #7a2f25;
    margin-bottom: 1.15rem;
}

.seo-eyebrow::before {
    content: '';
    width: 2rem;
    height: 2px;
    background: #9c3d31;
}

.seo-hero h1 {
    max-width: 760px;
    margin-bottom: 1.25rem;
    font-size: clamp(2.9rem, 6.5vw, 5.8rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
    color: #2c211f;
}

.seo-hero h1 em {
    color: #9c3d31;
    font-style: normal;
}

.seo-lede {
    max-width: 650px;
    color: #5c5553;
    font-size: clamp(1.08rem, 2vw, 1.28rem);
    line-height: 1.65;
}

.seo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin: 2rem 0 1.1rem;
}

.seo-actions .btn-primary,
.seo-actions .btn-secondary {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.25rem;
}

.seo-fine-print {
    color: #746b67;
    font-size: 0.88rem;
}

.property-dossier {
    position: relative;
    padding: 1rem;
    border: 1px solid #d9cec4;
    background: #fff;
    box-shadow: 18px 20px 0 #d9d4cf;
}

.property-dossier::before {
    content: '';
    position: absolute;
    inset: 0.45rem;
    border: 1px solid rgba(156, 61, 49, 0.18);
    pointer-events: none;
}

.dossier-head,
.dossier-foot {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 0.25rem 0.25rem 0.85rem;
}

.dossier-foot {
    padding: 0.85rem 0.25rem 0.2rem;
    color: #665d59;
    font-size: 0.82rem;
}

.dossier-id {
    color: #9c3d31;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}

.dossier-images,
.proof-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background: #d9cec4;
}

.dossier-shot,
.proof-shot {
    position: relative;
    min-width: 0;
    background: #ede8e2;
}

.dossier-shot img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.proof-shot img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.proof-label {
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
    padding: 0.35rem 0.55rem;
    background: rgba(44, 33, 31, 0.86);
    color: #fff;
}

.proof-label.after {
    background: rgba(156, 61, 49, 0.92);
}

.seo-band {
    background: #332725;
    color: #fff;
}

.seo-band-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.seo-band-item {
    min-height: 134px;
    padding: 1.75rem 2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.seo-band-item:last-child {
    border-right: 0;
}

.seo-band-item strong {
    display: block;
    margin-bottom: 0.4rem;
    color: #f4d5ce;
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
}

.seo-band-item span {
    color: #e3dcd8;
}

.seo-section {
    padding: 5.5rem 0;
}

.seo-section-white {
    background: #fff;
}

.seo-section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1.28fr);
    gap: 3rem;
    margin-bottom: 2.5rem;
    align-items: end;
}

.seo-kicker {
    color: #9c3d31;
}

.seo-section h2 {
    max-width: 860px;
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    color: #332725;
}

.seo-section-copy {
    max-width: 660px;
    color: #635a56;
    font-size: 1.05rem;
}

.capability-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d8cec5;
    border-left: 1px solid #d8cec5;
}

.capability-card {
    min-height: 220px;
    padding: 2rem;
    border-right: 1px solid #d8cec5;
    border-bottom: 1px solid #d8cec5;
    background: rgba(255, 255, 255, 0.5);
}

.capability-card h3 {
    margin: 0.8rem 0 0.65rem;
    color: #332725;
    font-size: 1.45rem;
}

.capability-card p {
    color: #675e5a;
}

.capability-mark {
    color: #9c3d31;
    font-family: 'Outfit', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.proof-card {
    border: 1px solid #d8cec5;
    background: #fff;
}

.proof-copy {
    padding: 1.35rem 1.5rem 1.5rem;
}

.proof-copy h3 {
    margin-bottom: 0.35rem;
    font-size: 1.25rem;
}

.proof-copy p {
    color: #675e5a;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.step-card {
    padding: 1.75rem;
    border-top: 3px solid #9c3d31;
    background: #fff;
    box-shadow: 0 12px 30px rgba(51, 39, 37, 0.07);
}

.step-number {
    display: block;
    margin-bottom: 1rem;
    color: #9c3d31;
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
}

.step-card h3 {
    margin-bottom: 0.55rem;
}

.step-card p {
    color: #675e5a;
}

.faq-list {
    max-width: 900px;
    margin: 2.5rem auto 0;
    border-top: 1px solid #d8cec5;
}

.faq-list details {
    border-bottom: 1px solid #d8cec5;
}

.faq-list summary {
    cursor: pointer;
    padding: 1.35rem 2.5rem 1.35rem 0;
    color: #332725;
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
}

.faq-list details p {
    max-width: 760px;
    padding: 0 0 1.4rem;
    color: #675e5a;
}

.seo-cta {
    padding: 5rem 0;
    background: #9c3d31;
    color: #fff;
}

.seo-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
}

.seo-cta h2 {
    margin-bottom: 0.65rem;
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.02;
}

.seo-cta p {
    max-width: 680px;
    color: #f4e5e1;
    font-size: 1.05rem;
}

.seo-cta .btn-primary {
    background: #fff;
    color: #7a2f25;
}

.seo-cta .btn-primary:hover {
    background: #f7f4ef;
}

.seo-page a:focus-visible,
.seo-page summary:focus-visible {
    outline: 3px solid #d98f7f;
    outline-offset: 4px;
}

@media (max-width: 900px) {
    .seo-hero-grid,
    .seo-section-head,
    .seo-cta-grid {
        grid-template-columns: 1fr;
    }

    .seo-hero-grid {
        gap: 3rem;
    }

    .property-dossier {
        max-width: 680px;
    }

    .seo-band-grid,
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .seo-band-item {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .seo-band-item:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 680px) {
    .seo-page {
        padding-top: 62px;
    }

    .seo-page .nav {
        flex-direction: row;
        gap: 0.75rem;
        padding: 0.65rem 0;
    }

    .seo-page .logo {
        font-size: 1.05rem;
    }

    .seo-page .nav-links {
        gap: 0;
    }

    .seo-page .nav-links a:not(.btn-primary) {
        display: none;
    }

    .seo-page .nav-links .btn-primary {
        padding: 0.55rem 0.7rem;
        font-size: 0;
        white-space: nowrap;
    }

    .seo-page .nav-links .btn-primary::after {
        content: 'Try Free';
        font-size: 0.78rem;
    }

    .seo-hero {
        padding: 3.5rem 0 3rem;
    }

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

    .seo-hero h1 {
        font-size: clamp(2.65rem, 15vw, 4.4rem);
    }

    .dossier-shot img {
        height: 220px;
    }

    .capability-grid,
    .proof-grid {
        grid-template-columns: 1fr;
    }

    .capability-card {
        min-height: 0;
    }

    .seo-section {
        padding: 4rem 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .seo-page *,
    .seo-page *::before,
    .seo-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
