.seo-landing-page {
    background: #f6f8fb;
    color: #16212f;
    font-family: "Open Sans", Arial, sans-serif;
}

.seo-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(5, 18, 34, 0.92), rgba(5, 18, 34, 0.72) 48%, rgba(5, 18, 34, 0.42)),
        url("/static/mavefund-home-images/hero-bg.webp") center / cover no-repeat;
}

.seo-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 18, 34, 0.08), rgba(5, 18, 34, 0.54));
    pointer-events: none;
}

.seo-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1040px;
    padding-top: 72px;
    padding-bottom: 72px;
}

.seo-eyebrow {
    margin: 0 0 14px;
    color: #24cfa6;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.seo-hero h1 {
    max-width: 850px;
    margin: 0;
    font-size: 82px;
    line-height: 0.96;
    font-weight: 800;
    letter-spacing: 0;
}

.seo-hero h1 span,
.seo-section h2 span {
    color: #24cfa6;
}

.seo-hero__lead {
    max-width: 720px;
    margin: 26px 0 0;
    color: #dce7f3;
    font-size: 20px;
    line-height: 1.6;
}

.seo-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.seo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.seo-button:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.seo-button--primary {
    background: #24cfa6;
    color: #07121f;
    box-shadow: 0 14px 30px rgba(36, 207, 166, 0.24);
}

.seo-button--primary:hover {
    color: #07121f;
}

.seo-button--secondary {
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.seo-button--secondary:hover {
    border-color: #ffffff;
    color: #ffffff;
}

.seo-hero__disclaimer {
    max-width: 760px;
    margin: 22px 0 0;
    color: #b9c7d7;
    font-size: 14px;
    line-height: 1.55;
}

.seo-proof {
    background: #07121f;
    color: #ffffff;
}

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

.seo-proof article {
    padding: 30px 28px;
    background: rgba(255, 255, 255, 0.045);
}

.seo-proof strong {
    display: block;
    color: #24cfa6;
    font-size: 34px;
    line-height: 1;
}

.seo-proof span {
    display: block;
    margin-top: 8px;
    color: #d7e1ed;
    font-size: 15px;
}

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

.seo-section--light {
    background: #f6f8fb;
}

.seo-section--dark {
    background: #0d1a2a;
    color: #ffffff;
}

.seo-section--cta {
    background: #ffffff;
}

.seo-section__heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.seo-section h2 {
    margin: 0;
    color: inherit;
    font-size: 50px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.seo-section__heading p,
.seo-stock-layout p,
.seo-risk-layout p,
.seo-next p {
    margin: 18px 0 0;
    color: #586576;
    font-size: 17px;
    line-height: 1.65;
}

.seo-section--dark .seo-stock-layout p {
    color: #d2dce8;
}

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

.seo-card {
    min-height: 260px;
    padding: 28px;
    border: 1px solid #dce4ee;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(22, 33, 47, 0.06);
}

.seo-card h3 {
    margin: 0;
    color: #16212f;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.seo-card p {
    margin: 16px 0 0;
    color: #5b6777;
    font-size: 15px;
    line-height: 1.65;
}

.seo-card a {
    display: inline-flex;
    margin-top: 20px;
    color: #0e8f73;
    font-weight: 800;
    text-decoration: none;
}

.seo-card a:hover,
.seo-stock-links a:hover {
    text-decoration: underline;
}

.seo-stock-layout,
.seo-risk-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 44px;
    align-items: start;
}

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

.seo-stock-links a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.seo-risk-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo-risk-list li {
    position: relative;
    padding: 18px 18px 18px 46px;
    border: 1px solid #dce4ee;
    border-radius: 8px;
    background: #ffffff;
    color: #354253;
    font-size: 16px;
    line-height: 1.55;
}

.seo-risk-list li::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #24cfa6;
    box-shadow: 0 0 0 6px rgba(36, 207, 166, 0.14);
}

.seo-next {
    max-width: 760px;
}

.seo-next .seo-button--secondary {
    border-color: #c7d2df;
    color: #16212f;
    background: #ffffff;
}

.seo-next .seo-button--secondary:hover {
    border-color: #16212f;
    color: #16212f;
}

@media (max-width: 991px) {
    .seo-hero {
        min-height: 590px;
        background:
            linear-gradient(90deg, rgba(5, 18, 34, 0.94), rgba(5, 18, 34, 0.68)),
            url("/static/mavefund-home-images/hero-bg.webp") center / cover no-repeat;
    }

    .seo-proof__grid,
    .seo-card-grid,
    .seo-stock-layout,
    .seo-risk-layout {
        grid-template-columns: 1fr;
    }

    .seo-hero h1 {
        font-size: 58px;
    }

    .seo-section h2 {
        font-size: 40px;
    }

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

@media (max-width: 640px) {
    .seo-hero {
        min-height: 620px;
    }

    .seo-hero__inner {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .seo-hero h1 {
        font-size: 42px;
        line-height: 1;
    }

    .seo-section h2 {
        font-size: 32px;
    }

    .seo-hero__lead {
        font-size: 17px;
    }

    .seo-button {
        width: 100%;
    }

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

    .seo-proof article {
        padding: 24px 20px;
    }

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