/* Páginas SEO de serviço — landing leve, sem interferir na vitrine */
.seo-landing {
    min-height: 100vh;
    background-color: var(--gunmetal-dark);
    color: rgba(255, 255, 255, 0.82);
}

.seo-landing-shell {
    max-width: 44rem;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 4rem;
}

.seo-landing-kicker {
    font-size: 0.62rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--rose-gold);
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.seo-landing h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.85rem, 4.5vw, 2.75rem);
    color: var(--champagne);
    line-height: 1.15;
    margin: 0 0 1rem;
}

.seo-landing-lead {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 300;
    margin-bottom: 1.75rem;
}

.seo-landing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.35rem;
    margin-right: 0.65rem;
    margin-bottom: 0.65rem;
    border: 1px solid var(--rose-gold);
    background: var(--rose-gold);
    color: var(--gunmetal-dark);
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.2s ease;
}

.seo-landing-cta:hover {
    background: var(--rose-gold-light);
}

.seo-landing-cta--ghost {
    background: transparent;
    color: var(--champagne);
}

.seo-landing-cta--ghost:hover {
    background: rgba(183, 110, 121, 0.12);
}

.seo-landing-faq {
    margin-top: 2.5rem;
    border-top: 1px solid rgba(183, 110, 121, 0.2);
    padding-top: 2rem;
}

.seo-landing-faq h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    color: var(--champagne);
    margin: 0 0 1rem;
    font-style: italic;
}

.seo-landing-faq details {
    border: 1px solid rgba(183, 110, 121, 0.25);
    background: rgba(36, 38, 43, 0.65);
    border-radius: 2px;
    margin-bottom: 0.65rem;
}

.seo-landing-faq summary {
    cursor: pointer;
    list-style: none;
    padding: 0.9rem 1rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--champagne);
    font-weight: 600;
}

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

.seo-landing-faq p {
    margin: 0;
    padding: 0 1rem 1rem;
    font-size: 0.82rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.68);
    font-weight: 300;
}

.seo-landing-regional {
    margin-top: 2rem;
    padding: 1.25rem 1rem;
    border: 1px solid rgba(183, 110, 121, 0.2);
    background: rgba(36, 38, 43, 0.45);
    border-radius: 2px;
}

.seo-landing-regional h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--champagne);
    margin: 0 0 0.75rem;
    font-style: italic;
}

.seo-landing-regional p {
    font-size: 0.84rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.68);
    font-weight: 300;
    margin: 0 0 0.75rem;
}

.seo-landing-regional p:last-child {
    margin-bottom: 0;
}

.seo-landing-services {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(183, 110, 121, 0.15);
}

.seo-landing-services h2 {
    font-size: 0.62rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--rose-gold);
    font-weight: 700;
    margin: 0 0 0.75rem;
}

.seo-landing-services nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

.seo-landing-services a {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.2s ease;
}

.seo-landing-services a:hover {
    color: var(--rose-gold-light);
}

.site-regional-seo {
    max-width: 36rem;
    text-align: center;
    font-size: 0.58rem;
    letter-spacing: 0.12em;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.28);
    font-weight: 300;
}

.protocol-local-seo {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1.6;
    opacity: 0.55;
    max-width: 36rem;
}

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 1rem;
    margin-bottom: 0.5rem;
}

.site-seo-links a {
    font-size: 0.58rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-seo-links a:hover {
    color: var(--rose-gold-light);
}
