.seo-intent-body {
    background: #15171a;
    color: #f4f1e8;
}

.seo-intent-body .app-shell-main {
    max-width: none;
    padding: 0;
}

.seo-intent-body .app-shell-main > .row {
    margin: 0;
}

.seo-intent-page {
    box-sizing: border-box;
    margin: 0 auto;
    min-height: 100vh;
    padding: clamp(1rem, 2.5vw, 2rem);
    width: min(100%, 1180px);
}

.seo-intent-page__hero {
    padding-block: clamp(1rem, 2vw, 1.5rem) clamp(2rem, 5vw, 4rem);
}

.seo-intent-page__nav {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: clamp(2.5rem, 8vw, 5.5rem);
}

.seo-intent-page__brand {
    color: #f4f1e8;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.95;
    text-decoration: none;
}

.seo-intent-page__nav-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.9rem;
    justify-content: flex-end;
}

.seo-intent-page__nav-links a {
    color: rgba(244, 241, 232, 0.72);
    font-size: 0.9rem;
    font-weight: 650;
    text-decoration-color: rgba(67, 223, 231, 0.34);
    text-underline-offset: 4px;
}

.seo-intent-page__nav-links a:hover,
.seo-intent-page__nav-links a:focus-visible {
    color: #f4f1e8;
    text-decoration-color: #43dfe7;
}

.seo-intent-page__hero-grid {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 6vw, 5rem);
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 24rem);
}

.seo-intent-page__copy {
    max-width: 52rem;
}

.seo-intent-page__eyebrow {
    color: #ffcc8c;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.seo-intent-page h1 {
    color: #f4f1e8;
    font-size: clamp(2.65rem, 8vw, 5.75rem);
    letter-spacing: 0;
    line-height: 0.96;
    margin: 0;
    max-width: 11ch;
}

.seo-intent-page__lead {
    color: rgba(244, 241, 232, 0.76);
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.6;
    margin: 1.3rem 0 0;
    max-width: 44rem;
}

.seo-intent-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.6rem;
}

.seo-intent-page__button {
    align-items: center;
    border: 1px solid rgba(244, 241, 232, 0.16);
    border-radius: 999px;
    display: inline-flex;
    font-weight: 750;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0 1.1rem;
    text-decoration: none;
}

.seo-intent-page__button--primary {
    background: #43dfe7;
    color: #111315;
}

.seo-intent-page__button--secondary {
    background: rgba(244, 241, 232, 0.06);
    color: #f4f1e8;
}

.seo-intent-page__visual {
    align-self: stretch;
    border-left: 1px solid rgba(244, 241, 232, 0.1);
    display: grid;
    margin: 0;
    min-height: 24rem;
    place-items: center;
}

.seo-intent-page__visual img {
    display: block;
    height: min(58vh, 32rem);
    max-width: 100%;
    object-fit: contain;
    opacity: 0.9;
    width: auto;
}

.seo-intent-page__body {
    display: grid;
    gap: clamp(1rem, 2vw, 1.5rem);
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    padding-bottom: clamp(3rem, 8vw, 6rem);
}

.seo-intent-page__section {
    border-top: 1px solid rgba(244, 241, 232, 0.12);
    padding-top: 1.25rem;
}

.seo-intent-page__section h2 {
    color: #f4f1e8;
    font-size: 1.05rem;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 0.8rem;
}

.seo-intent-page__bullets {
    color: rgba(244, 241, 232, 0.76);
    display: grid;
    gap: 0.7rem;
    line-height: 1.55;
    margin: 0;
    padding-left: 1.15rem;
}

.seo-intent-page__section--answers {
    display: grid;
    gap: 1.25rem;
}

.seo-intent-page__answer p {
    color: rgba(244, 241, 232, 0.74);
    line-height: 1.6;
    margin: 0;
}

.seo-intent-page__section--faq {
    grid-column: 1 / -1;
}

.seo-intent-page__faq-item {
    border-bottom: 1px solid rgba(244, 241, 232, 0.1);
    color: rgba(244, 241, 232, 0.76);
    padding: 0.75rem 0;
}

.seo-intent-page__faq-item:first-of-type {
    border-top: 1px solid rgba(244, 241, 232, 0.1);
}

.seo-intent-page__faq-item summary {
    color: #f4f1e8;
    cursor: pointer;
    font-weight: 750;
    line-height: 1.4;
}

.seo-intent-page__faq-item p {
    line-height: 1.58;
    margin: 0.65rem 0 0;
    max-width: 48rem;
}

@media (max-width: 820px) {
    .seo-intent-page__nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .seo-intent-page__nav-links {
        justify-content: flex-start;
    }

    .seo-intent-page__hero-grid,
    .seo-intent-page__body {
        grid-template-columns: 1fr;
    }

    .seo-intent-page h1 {
        max-width: 12ch;
    }

    .seo-intent-page__visual {
        border-left: 0;
        border-top: 1px solid rgba(244, 241, 232, 0.1);
        min-height: 16rem;
        padding-top: 1.5rem;
    }

    .seo-intent-page__visual img {
        height: min(42vh, 22rem);
    }
}
