/* Public SEO / marketing pages — extends home.css landing tokens */

.page-seo .seo-breadcrumbs {
    position: relative;
    z-index: 1;
    padding: 1rem 0 0;
}

.seo-breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin: 0;
    padding: 0 1.25rem;
    max-width: var(--layout-max-width, 1400px);
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    font-size: 0.8125rem;
    color: var(--landing-muted, #475569);
}

.seo-breadcrumbs-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.seo-breadcrumbs a {
    color: var(--landing-accent, #0891b2);
    text-decoration: none;
}

.seo-breadcrumbs a:hover {
    text-decoration: underline;
}

.seo-breadcrumbs-current {
    color: var(--landing-ink, #0f172a);
    font-weight: 600;
}

.seo-breadcrumbs-sep {
    color: #cbd5e1;
    user-select: none;
}

.seo-landing-page {
    color: var(--landing-ink, #0f172a);
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

.seo-landing-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2rem, 5vw, 3rem);
}

.seo-landing-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 90% 60% at 15% 10%, rgba(236, 253, 245, 0.95) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 85% 20%, rgba(224, 231, 255, 0.55) 0%, transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    pointer-events: none;
}

.seo-landing-hero-inner {
    position: relative;
}

.seo-landing-eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--landing-accent, #0891b2);
}

.seo-landing-h1 {
    margin: 0 0 1rem;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.seo-landing-lede {
    margin: 0 0 1.5rem;
    font-size: clamp(1.05rem, 1.5vw, 1.15rem);
    line-height: 1.65;
    color: var(--landing-muted, #475569);
    max-width: 40rem;
}

.seo-landing-section {
    padding: clamp(2.5rem, 5vw, 3.5rem) 0;
}

.seo-landing-section--soft {
    background: var(--landing-soft-bg, #f8fafc);
}

.seo-landing-section-head {
    margin-bottom: 1.75rem;
}

.seo-landing-h2 {
    margin: 0 0 0.5rem;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.seo-landing-section-lede {
    margin: 0;
    color: var(--landing-muted, #475569);
    max-width: 42rem;
    line-height: 1.6;
}

.seo-landing-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 720px) {
    .seo-landing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .seo-landing-grid--3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.seo-landing-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: var(--landing-radius, 14px);
    padding: 1.25rem 1.35rem;
    box-shadow: var(--landing-card-shadow, 0 4px 24px rgba(15, 23, 42, 0.06));
}

.seo-landing-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 650;
}

.seo-landing-card p {
    margin: 0;
    color: var(--landing-muted, #475569);
    font-size: 0.9375rem;
    line-height: 1.55;
}

.seo-landing-inline-links {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
    color: var(--landing-muted, #475569);
}

.seo-landing-inline-links a {
    color: var(--landing-accent, #0891b2);
    text-decoration: none;
}

.seo-landing-inline-links a:hover {
    text-decoration: underline;
}

.seo-landing-template-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .seo-landing-template-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 960px) {
    .seo-landing-template-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.seo-landing-template-card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem 1.35rem;
    border-radius: var(--landing-radius, 14px);
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: var(--landing-card-shadow, 0 4px 24px rgba(15, 23, 42, 0.06));
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

a.seo-landing-template-card:hover {
    border-color: var(--landing-accent, #0891b2);
    box-shadow: 0 8px 28px rgba(8, 145, 178, 0.12);
}

.seo-landing-template-card h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 650;
    color: var(--landing-ink, #0f172a);
}

.seo-landing-template-card p {
    margin: 0;
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--landing-muted, #475569);
}

.seo-landing-template-card .seo-landing-template-cta {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--landing-accent, #0891b2);
}

.seo-landing-cta {
    padding: clamp(2.5rem, 5vw, 3.5rem) 0;
    background: linear-gradient(135deg, #0f172a 0%, #134e4a 100%);
    color: #f8fafc;
}

.seo-landing-cta-inner {
    text-align: center;
}

.seo-landing-cta-title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 700;
}

.seo-landing-cta-sub {
    margin: 0 0 1.5rem;
    opacity: 0.9;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.55;
}

.seo-landing-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}

.seo-landing-cta .landing-btn-secondary {
    border-color: rgba(255, 255, 255, 0.35);
    color: #f8fafc;
}

.seo-landing-cta .landing-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
}
