/* SEO long-form pages — matches Lumi dark system, scrollable article layout */

.seo-body {
    overflow-y: auto;
}

.seo-top {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    max-width: 760px;
    margin: 0 auto;
}

.seo-brand {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 900;
    font-size: 1.55rem;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.02em;
}

.seo-top-cta {
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 8px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
}

.seo-top-cta:hover {
    background: rgba(255,255,255,.12);
}

.seo-main {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    padding: 8px 22px 64px;
}

.seo-article {
    text-align: left;
}

.seo-hero {
    padding: 28px 0 36px;
    animation: fadeUp .55s cubic-bezier(.4,0,.2,1);
}

.seo-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
    margin-bottom: 14px;
}

.seo-hero h1 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 900;
    font-size: clamp(2.1rem, 6vw, 3.1rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.seo-lede {
    font-size: 1.05rem;
    line-height: 1.55;
    color: rgba(255,255,255,.72);
    max-width: 38em;
    margin-bottom: 22px;
}

.seo-cta-row {
    margin-bottom: 22px;
}

.seo-cta {
    display: inline-flex;
    width: auto;
    min-width: 220px;
    text-decoration: none;
}

.seo-cta--compact {
    min-width: 0;
    padding: 14px 22px;
    font-size: 0.95rem;
}

.seo-cta-note {
    margin-top: 10px;
    font-size: 0.85rem;
    color: var(--muted);
}

.seo-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.seo-thumbs img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid var(--line);
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
}

.seo-section {
    padding: 28px 0;
    border-top: 1px solid var(--line);
}

.seo-section h2 {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    line-height: 1.25;
}

.seo-section p {
    font-size: 1.02rem;
    line-height: 1.65;
    color: rgba(255,255,255,.78);
    margin-bottom: 12px;
    max-width: 40em;
}

.seo-section ul {
    margin: 8px 0 12px 1.15em;
    color: rgba(255,255,255,.78);
}

.seo-section li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.seo-inline-cta {
    margin-top: 18px;
    padding: 18px 0 4px;
}

.seo-inline-cta p {
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.seo-faq details {
    border-top: 1px solid var(--line);
    padding: 14px 0;
}

.seo-faq details:first-of-type {
    border-top: none;
    padding-top: 4px;
}

.seo-faq summary {
    cursor: pointer;
    font-weight: 600;
    list-style: none;
}

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

.seo-faq details p {
    margin-top: 10px;
}

.seo-final-cta {
    text-align: center;
    padding-top: 36px;
}

.seo-final-cta p {
    margin-left: auto;
    margin-right: auto;
}

.seo-app-link {
    margin-top: 16px;
    font-size: 0.9rem;
}

.seo-app-link a {
    color: rgba(255,255,255,.65);
}

.seo-related h2 {
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.seo-related ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.seo-related li {
    margin-bottom: 10px;
}

.seo-related a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(168,85,247,.45);
}

.seo-related a:hover {
    border-bottom-color: #fff;
}

.seo-foot {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0 22px 40px;
    font-size: 0.85rem;
    color: var(--muted);
}

.seo-foot a {
    color: rgba(255,255,255,.65);
}

@media (max-width: 520px) {
    .seo-thumbs img {
        width: 58px;
        height: 58px;
    }
    .seo-cta {
        width: 100%;
        justify-content: center;
    }
}
