.seo-landing {
    --landing-navy: #111827;
    --landing-ink: #172033;
    --landing-muted: #5d6a7c;
    --landing-line: #dfe7ef;
    --landing-soft: #f5f8fb;
    --landing-blue: #0e59f2;
    --landing-blue-dark: #0a46c4;
    --landing-teal: #0f9f8c;
    color: var(--landing-ink);
    overflow-x: hidden;
    text-transform: none;
}

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

.seo-hero {
    background: linear-gradient(135deg, #101827 0%, #143256 54%, #0e5967 100%);
    color: #fff;
    padding: 88px 0 70px;
}

.seo-hero-grid {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
}

.seo-eyebrow {
    color: #8ddbd0;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.seo-hero h1 {
    color: #fff;
    font-size: clamp(30px, 4vw, 35px);
    line-height: 1.18;
    margin: 0 0 18px;
}

.seo-hero p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.75;
    margin: 0 0 26px;
    max-width: 720px;
}

.seo-cta-row {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.seo-landing .seo-cta-row .btn-one,
.seo-landing .seo-cta-row .btn-three {
    align-items: center;
    border: 1px solid transparent !important;
    border-radius: 8px;
    box-shadow: none;
    display: inline-flex !important;
    font-size: 15px;
    gap: 10px;
    line-height: 1.35;
    justify-content: center;
    margin: 0 !important;
    min-height: 52px;
    padding: 13px 22px;
    text-align: center;
    text-decoration: none;
    text-transform: none !important;
    transform: none;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
    white-space: normal;
}

.seo-landing .seo-cta-row .btn-one {
    background: var(--landing-blue) !important;
    border-color: var(--landing-blue) !important;
    color: #fff !important;
}

.seo-landing .seo-cta-row .btn-three {
    background: #fff !important;
    border-color: var(--landing-line) !important;
    color: var(--landing-ink) !important;
}

.seo-hero .seo-cta-row .btn-three,
.seo-inline-cta .seo-cta-row .btn-three,
.seo-final-cta .seo-cta-row .btn-three {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
    color: #fff !important;
}

.seo-landing .seo-cta-row .btn-one::before,
.seo-landing .seo-cta-row .btn-three::before {
    display: none;
}

.seo-landing .seo-cta-row .btn-one i,
.seo-landing .seo-cta-row .btn-three i {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    height: 22px;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
    position: static;
    transform: none;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
    width: 22px;
}

.seo-landing .seo-cta-row .btn-one i {
    background: rgba(255, 255, 255, 0.16);
    color: #fff !important;
}

.seo-landing .seo-cta-row .btn-three i {
    background: rgba(14, 89, 242, 0.1);
    color: var(--landing-blue) !important;
}

.seo-hero .seo-cta-row .btn-three i,
.seo-inline-cta .seo-cta-row .btn-three i,
.seo-final-cta .seo-cta-row .btn-three i {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
}

.seo-landing .seo-cta-row .btn-one:hover,
.seo-landing .seo-cta-row .btn-three:hover {
    box-shadow: 0 16px 32px rgba(14, 89, 242, 0.18);
    transform: translateY(-2px);
}

.seo-landing .seo-cta-row .btn-one:hover {
    background: var(--landing-blue-dark) !important;
    border-color: var(--landing-blue-dark) !important;
    color: #fff !important;
}

.seo-landing .seo-cta-row .btn-three:hover {
    background: #f8fbff !important;
    border-color: rgba(14, 89, 242, 0.28) !important;
    color: var(--landing-blue) !important;
}

.seo-hero .seo-cta-row .btn-three:hover,
.seo-inline-cta .seo-cta-row .btn-three:hover,
.seo-final-cta .seo-cta-row .btn-three:hover {
    background: rgba(255, 255, 255, 0.16) !important;
    border-color: rgba(255, 255, 255, 0.44) !important;
    color: #fff !important;
}

.seo-landing .seo-cta-row .btn-one:hover i,
.seo-landing .seo-cta-row .btn-three:hover i {
    transform: translateX(3px);
}

.seo-hero-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    padding: 22px;
}

.seo-hero-panel img {
    aspect-ratio: 1708 / 780;
    background: #fff;
    border-radius: 8px;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.seo-breadcrumb {
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px;
    margin-bottom: 18px;
}

.seo-breadcrumb a {
    color: #fff;
}

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

.seo-section.alt {
    background: var(--landing-soft);
}

.seo-section h2 {
    color: var(--landing-ink);
    font-size: clamp(26px, 2.8vw, 34px);
    line-height: 1.25;
    margin: 0 0 16px;
}

.seo-section-intro {
    color: var(--landing-muted);
    font-size: 17px;
    line-height: 1.85;
    margin: 0 0 30px;
    max-width: 860px;
}

.seo-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-split-section {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.seo-module-grid,
.seo-industry-grid,
.seo-cost-grid,
.seo-proof-grid,
.seo-comparison-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-industry-grid,
.seo-cost-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-integration-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.seo-integration-list span,
.seo-integration-list li {
    align-items: center;
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 999px;
    color: var(--landing-ink);
    display: inline-flex;
    font-size: 14px;
    gap: 8px;
    font-weight: 800;
    list-style: none;
    padding: 10px 14px;
}

.seo-integration-list span::before,
.seo-integration-list li::before {
    background: linear-gradient(135deg, var(--landing-blue), var(--landing-teal));
    border-radius: 999px;
    content: "";
    flex: 0 0 auto;
    height: 8px;
    width: 8px;
}

.seo-muted-panel {
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(23, 32, 51, 0.07);
    padding: 28px;
}

.seo-muted-panel p {
    color: var(--landing-muted);
    line-height: 1.85;
    margin: 0 0 16px;
}

.seo-muted-panel p:last-child {
    margin-bottom: 0;
}

.seo-stat-row {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 24px;
}

.seo-stat,
.seo-stat-row > article {
    background: rgba(15, 159, 140, 0.08);
    border: 1px solid rgba(15, 159, 140, 0.18);
    border-left: 4px solid var(--landing-teal);
    border-radius: 8px;
    padding: 18px;
}

.seo-stat strong,
.seo-stat-row > article strong {
    color: var(--landing-teal);
    display: block;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 6px;
}

.seo-stat span,
.seo-stat-row > article span {
    color: var(--landing-muted);
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

.seo-inline-cta {
    align-items: center;
    background: linear-gradient(135deg, #172033 0%, #123c5f 100%);
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 34px auto;
    max-width: 1170px;
    padding: 30px;
    width: calc(100% - 30px);
}

.seo-inline-cta .seo-cta-row {
    justify-content: flex-end;
    min-width: 280px;
}

.seo-inline-cta h2,
.seo-inline-cta h3 {
    color: #fff;
    font-size: clamp(22px, 2vw, 28px);
    margin: 0 0 8px;
}

.seo-inline-cta p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    margin: 0;
}

.seo-card,
.seo-link-card,
.seo-process-card,
.seo-faq-card,
.seo-module-card,
.seo-industry-card,
.seo-cost-card,
.seo-proof-card,
.seo-comparison-card,
.seo-grid > article,
.seo-module-grid > article,
.seo-industry-grid > article,
.seo-cost-grid > article,
.seo-proof-grid > article,
.seo-comparison-grid > article {
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(23, 32, 51, 0.06);
    min-height: 100%;
    padding: 24px;
    position: relative;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.seo-card h3,
.seo-link-card h3,
.seo-process-card h3,
.seo-faq-card h3,
.seo-module-card h3,
.seo-industry-card h3,
.seo-cost-card h3,
.seo-proof-card h3,
.seo-comparison-card h3,
.seo-grid > article h3,
.seo-module-grid > article h3,
.seo-industry-grid > article h3,
.seo-cost-grid > article h3,
.seo-proof-grid > article h3,
.seo-comparison-grid > article h3 {
    color: var(--landing-ink);
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.seo-card p,
.seo-link-card p,
.seo-process-card p,
.seo-faq-card p,
.seo-module-card p,
.seo-industry-card p,
.seo-cost-card p,
.seo-proof-card p,
.seo-comparison-card p,
.seo-grid > article p,
.seo-module-grid > article p,
.seo-industry-grid > article p,
.seo-cost-grid > article p,
.seo-proof-grid > article p,
.seo-comparison-grid > article p {
    color: var(--landing-muted);
    line-height: 1.75;
    margin: 0;
}

.seo-card:hover,
.seo-link-card:hover,
.seo-process-card:hover,
.seo-faq-card:hover,
.seo-grid > article:hover,
.seo-module-grid > article:hover,
.seo-industry-grid > article:hover,
.seo-cost-grid > article:hover,
.seo-proof-grid > article:hover,
.seo-comparison-grid > article:hover {
    border-color: rgba(14, 89, 242, 0.24);
    box-shadow: 0 18px 42px rgba(23, 32, 51, 0.09);
    transform: translateY(-2px);
}

.seo-check-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.seo-check-list li {
    background: #fff;
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    color: var(--landing-ink);
    list-style: none;
    line-height: 1.65;
    padding: 15px 16px 15px 48px;
    position: relative;
}

.seo-check-list li::before {
    align-items: center;
    background: rgba(15, 159, 140, 0.1);
    border: 1px solid rgba(15, 159, 140, 0.2);
    border-radius: 999px;
    content: "";
    display: inline-flex;
    height: 24px;
    justify-content: center;
    left: 15px;
    position: absolute;
    top: 17px;
    width: 24px;
}

.seo-check-list li::after {
    border-bottom: 2px solid var(--landing-teal);
    border-right: 2px solid var(--landing-teal);
    content: "";
    height: 10px;
    left: 24px;
    position: absolute;
    top: 22px;
    transform: rotate(45deg);
    width: 6px;
}

.seo-process {
    counter-reset: process;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.seo-process-card::before {
    align-items: center;
    background: rgba(14, 89, 242, 0.08);
    border: 1px solid rgba(14, 89, 242, 0.14);
    border-radius: 8px;
    color: var(--landing-blue);
    content: counter(process, decimal-leading-zero);
    counter-increment: process;
    display: inline-flex;
    font-size: 16px;
    font-weight: 900;
    height: 38px;
    justify-content: center;
    margin-bottom: 12px;
    width: 52px;
}

.seo-link-card {
    color: inherit;
    display: block;
    min-height: 100%;
    text-decoration: none;
}

.seo-link-card:hover {
    border-color: rgba(15, 159, 140, 0.45);
    color: inherit;
    transform: translateY(-3px);
}

.seo-final-cta {
    background: #111827;
    color: #fff;
    padding: 72px 0;
    text-align: center;
}

.seo-final-cta h2 {
    color: #fff;
}

.seo-final-cta p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
    margin: 0 auto 24px;
    max-width: 820px;
}

.seo-final-cta .seo-cta-row {
    justify-content: center;
}

@media (max-width: 1199px) {
    .seo-stat-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seo-process {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .seo-module-grid,
    .seo-industry-grid,
    .seo-cost-grid,
    .seo-proof-grid,
    .seo-comparison-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .seo-hero-grid,
    .seo-grid,
    .seo-grid.two,
    .seo-split-section,
    .seo-inline-cta {
        grid-template-columns: 1fr;
    }

    .seo-hero {
        padding: 70px 0 56px;
    }

    .seo-inline-cta .seo-cta-row {
        justify-content: flex-start;
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .seo-section {
        padding: 58px 0;
    }

    .seo-process {
        grid-template-columns: 1fr;
    }

    .seo-module-grid,
    .seo-industry-grid,
    .seo-cost-grid,
    .seo-proof-grid,
    .seo-comparison-grid,
    .seo-stat-row {
        grid-template-columns: 1fr;
    }

    .seo-cta-row {
        flex-direction: column;
    }

    .seo-cta-row .btn-one,
    .seo-cta-row .btn-three {
        width: 100%;
    }

    .seo-inline-cta {
        padding: 22px;
    }

    .seo-hero-panel {
        padding: 14px;
    }
}
