.seo-landing {
    --seo-ink: #172033;
    --seo-muted: #64748b;
    --seo-line: #e4eaf4;
    --seo-brand: #4338ca;
    --seo-brand-light: #eef2ff;
    --seo-surface: #ffffff;
    background: #f8fafc !important;
    color: var(--seo-ink);
}

.seo-landing * { box-sizing: border-box; }

.seo-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255,255,255,.94) !important;
    border-bottom: 1px solid var(--seo-line) !important;
    box-shadow: none !important;
    backdrop-filter: blur(12px);
}

.seo-header-inner {
    width: min(1120px, calc(100% - 32px));
    min-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.seo-brand, .seo-header nav a { text-decoration: none; }
.seo-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.seo-brand-logo { display: block; width: 35px; height: 35px; object-fit: contain; }
.seo-header nav { display: flex; align-items: center; gap: 8px; }
.seo-header nav a { color: #334155 !important; padding: 8px 10px; font-size: 14px; font-weight: 600; }
.seo-header nav .seo-header-cta { color: #fff !important; background: var(--seo-brand); border-radius: 10px; padding: 9px 14px; }

.seo-hero { overflow: hidden; padding: 68px 0 44px; }
.seo-hero-row { display: flex; align-items: center; }
.seo-hero-copy { padding: 26px 15px; }
.seo-eyebrow, .seo-section-heading > span, .seo-final-cta span {
    color: var(--seo-brand);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -.15px;
}
.seo-hero h1 { margin: 13px 0 16px; color: var(--seo-ink); font-size: clamp(30px, 4vw, 48px); font-weight: 800; line-height: 1.45; }
.seo-hero p { max-width: 610px; margin: 0; color: var(--seo-muted); font-size: 17px; line-height: 2.05; }
.seo-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; flex-wrap: wrap; }
.seo-primary-action { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 12px; padding: 13px 20px; color: #fff !important; background: var(--seo-brand); text-decoration: none !important; font-weight: 800; box-shadow: 0 10px 24px rgba(67,56,202,.22); }
.seo-text-action { color: var(--seo-brand); font-size: 14px; font-weight: 700; text-decoration: none; }
.seo-hero-visual { text-align: center; }
.seo-hero-visual img { width: min(100%, 420px); height: auto; aspect-ratio: 1; object-fit: cover; border: 10px solid #fff; border-radius: 30px; box-shadow: 0 24px 55px rgba(15,23,42,.14); }

.seo-features, .seo-faq { padding: 54px 0; }
.seo-section-heading { margin-bottom: 23px; }
.seo-section-heading h2 { color: var(--seo-ink); font-size: clamp(23px,3vw,32px); font-weight: 800; margin: 7px 0 0; }
.seo-feature-card { height: calc(100% - 18px); margin-bottom: 18px; padding: 23px; border: 1px solid var(--seo-line); border-radius: 18px; background: var(--seo-surface); }
.seo-feature-icon { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 12px; color: var(--seo-brand); background: var(--seo-brand-light); font-size: 19px; }
.seo-feature-card h3 { margin: 15px 0 8px; color: var(--seo-ink); font-size: 18px; font-weight: 800; }
.seo-feature-card p { margin: 0; color: var(--seo-muted); font-size: 14px; line-height: 1.95; }

.seo-faq { padding-top: 20px; }
.seo-faq-box { padding: 30px; border: 1px solid var(--seo-line); border-radius: 22px; background: #fff; }
.seo-faq-box details { border-top: 1px solid var(--seo-line); padding: 15px 0; }
.seo-faq-box summary { color: var(--seo-ink); cursor: pointer; font-weight: 800; }
.seo-faq-box details p { margin: 10px 0 0; color: var(--seo-muted); font-size: 14px; line-height: 1.9; }

.seo-related-pages { padding: 20px 0 54px; }
.seo-related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.seo-related-links a { position: relative; min-height: 112px; padding: 18px 46px 18px 18px; border: 1px solid var(--seo-line); border-radius: 14px; color: var(--seo-ink); background: #fff; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.seo-related-links a:hover, .seo-related-links a:focus { border-color: var(--seo-brand); color: var(--seo-ink); transform: translateY(-2px); }
.seo-related-links strong, .seo-related-links span { display: block; }
.seo-related-links strong { margin-bottom: 6px; font-size: 15px; font-weight: 800; }
.seo-related-links span { color: var(--seo-muted); font-size: 12px; line-height: 1.75; }
.seo-related-links i { position: absolute; top: calc(50% - 7px); right: 18px; color: var(--seo-brand); }

.seo-final-cta { padding: 40px 0 68px; }
.seo-final-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 31px 34px; border-radius: 24px; color: #fff; background: linear-gradient(135deg, #312e81, #4338ca); }
.seo-final-cta span { color: #c7d2fe; }
.seo-final-cta h2 { color: #fff; margin: 6px 0; font-size: 25px; font-weight: 800; }
.seo-final-cta p { margin: 0; color: #e0e7ff; font-size: 14px; }
.seo-primary-action-light { flex: 0 0 auto; color: #3730a3 !important; background: #fff; box-shadow: none; }

@media (max-width: 767px) {
    .seo-header-inner { min-height: 62px; }
    .seo-header nav a:not(.seo-header-cta):not(.seo-home-link) { display: none; }
    .seo-hero { padding-top: 32px; }
    .seo-hero-row { display: flex; flex-direction: column-reverse; }
    .seo-hero-copy { padding: 22px 15px 8px; text-align: center; }
    .seo-hero p { margin: auto; font-size: 15px; }
    .seo-actions { justify-content: center; }
    .seo-hero-visual img { width: min(85%, 330px); border-width: 7px; border-radius: 24px; }
    .seo-features, .seo-faq { padding: 36px 0; }
    .seo-section-heading { text-align: center; }
    .seo-faq-box { padding: 22px; }
    .seo-related-pages { padding-bottom: 36px; }
    .seo-related-links { grid-template-columns: 1fr; }
    .seo-related-links a { min-height: 0; }
    .seo-final-cta .container { display: block; text-align: center; padding: 27px 22px; }
    .seo-primary-action-light { margin-top: 20px; }
}
