.seo-landing-body {
    background: #f5f8fb;
    color: #14324a;
}

.seo-landing-body h1,
.seo-landing-body h2,
.seo-landing-body h3,
.seo-landing-body h4,
.seo-landing-body .navbar-brand {
    font-family: 'Jost', sans-serif;
}

.seo-landing-nav {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(8, 33, 56, 0.06);
}

.seo-landing-nav .navbar-brand img {
    height: 72px;
    width: auto;
}

.seo-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0d2337 0%, #0f4870 48%, #cba557 100%);
    color: #fff;
    padding: 110px 0 70px;
}

.seo-hero::before,
.seo-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    opacity: 0.22;
}

.seo-hero::before {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, #ffffff 0%, rgba(255, 255, 255, 0) 68%);
    top: -120px;
    right: -80px;
}

.seo-hero::after {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 72%);
    bottom: -80px;
    left: -60px;
}

.seo-kicker {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.seo-hero h1 {
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 18px;
}

.seo-hero p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

.seo-card,
.seo-feature-card,
.seo-case-card,
.seo-faq-card,
.seo-link-card {
    background: #fff;
    border: 1px solid #deebf4;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(8, 33, 56, 0.06);
}

.seo-card,
.seo-feature-card,
.seo-case-card,
.seo-link-card {
    padding: 26px;
}

.seo-section {
    padding: 28px 0;
}

.seo-section h2 {
    color: #0d5d88;
    margin-bottom: 18px;
}

.seo-body-copy p,
.seo-body-copy li {
    color: #395267;
    line-height: 1.85;
    font-size: 1rem;
}

.seo-body-copy ul {
    padding-left: 1.1rem;
}

.seo-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.seo-stat {
    background: linear-gradient(180deg, #ffffff 0%, #f3f8fc 100%);
    border: 1px solid #deebf4;
    border-radius: 16px;
    padding: 22px;
    text-align: center;
}

.seo-stat strong {
    display: block;
    font-size: 1.9rem;
    line-height: 1;
    color: #0d5d88;
    margin-bottom: 10px;
}

.seo-breadcrumb-wrap {
    margin-top: -26px;
    position: relative;
    z-index: 2;
}

.seo-breadcrumb {
    background: #fff;
    border: 1px solid #deebf4;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(8, 33, 56, 0.06);
}

.seo-breadcrumb .breadcrumb {
    margin-bottom: 0;
}

.seo-link-grid,
.seo-case-grid,
.seo-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.seo-case-card small,
.seo-muted {
    color: #647a8b;
}

.seo-anchor-list a,
.seo-link-card a,
.seo-case-card a {
    color: #0d5d88;
    font-weight: 600;
    text-decoration: none;
}

.seo-anchor-list a:hover,
.seo-link-card a:hover,
.seo-case-card a:hover {
    text-decoration: underline;
}

.seo-country-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.seo-country-list span {
    background: #edf7fc;
    border: 1px solid #d1eaf6;
    border-radius: 999px;
    color: #0f5d88;
    padding: 8px 12px;
    font-size: 0.92rem;
}

.seo-cta {
    background: linear-gradient(135deg, #10253a 0%, #0d5d88 100%);
    color: #fff;
    border-radius: 24px;
    padding: 34px;
}

.seo-cta p {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0;
}

.seo-cta .btn-outline-light:hover {
    color: #0d5d88;
}

.seo-faq-card .accordion-button {
    font-weight: 600;
    color: #14324a;
}

.seo-footer {
    background: #0f2030;
    color: rgba(255, 255, 255, 0.84);
}

.seo-footer a {
    color: #f2d48c;
    text-decoration: none;
}

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

@media (max-width: 767.98px) {
    .seo-hero {
        padding: 100px 0 56px;
    }

    .seo-card,
    .seo-feature-card,
    .seo-case-card,
    .seo-link-card,
    .seo-cta {
        padding: 22px;
    }
}