.seo-invest-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 42px 22px 86px;
    color: #0f172a;
}

.seo-invest-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 5vw, 56px);
    border-radius: 32px;
    background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.22), transparent 34%), linear-gradient(135deg, #07111f 0%, #102033 54%, #0f172a 100%);
    color: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
    margin-bottom: 28px;
}

.seo-invest-hero::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -90px;
    top: -90px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
}

.seo-invest-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    margin-bottom: 18px;
}

.seo-invest-hero h1 {
    position: relative;
    z-index: 1;
    max-width: 900px;
    font-size: clamp(2.15rem, 5vw, 4.65rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
    font-weight: 850;
    margin: 0 0 18px;
}

.seo-invest-lead {
    position: relative;
    z-index: 1;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 1.75;
    margin-bottom: 24px;
}

.seo-invest-hero-metrics {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 840px;
    margin: 24px 0 28px;
}

.seo-invest-hero-metrics > div {
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.seo-invest-hero-metrics span {
    display: block;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.84rem;
    margin-bottom: 5px;
}

.seo-invest-hero-metrics strong {
    display: block;
    color: #ffffff;
    font-size: 1.2rem;
}

.seo-invest-cta-row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.seo-invest-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 800;
    transition: transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
}

.seo-invest-btn:hover {
    transform: translateY(-1px);
    opacity: 0.96;
}

.seo-invest-btn-primary {
    background: #16a34a;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(22, 163, 74, 0.28);
}

.seo-invest-btn-secondary {
    background: rgba(255, 255, 255, 0.95);
    color: #0f172a !important;
}

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

.seo-invest-metric-card {
    padding: 24px;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.seo-invest-metric-card p {
    margin: 0 0 8px;
    color: #667085;
    font-size: 0.9rem;
    font-weight: 800;
}

.seo-invest-metric-card h3 {
    margin: 0 0 8px;
    color: #16a34a;
    font-size: clamp(1.65rem, 2.6vw, 2.35rem);
    letter-spacing: -0.04em;
    font-weight: 850;
}

.seo-invest-metric-card span {
    color: #667085;
    font-size: 0.94rem;
}

.seo-invest-content {
    max-width: 920px;
}

.seo-invest-content h2 {
    margin: 44px 0 14px;
    color: #0f172a;
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    letter-spacing: -0.04em;
    font-weight: 850;
}

.seo-invest-content h3 {
    margin: 26px 0 8px;
    color: #111827;
    font-size: 1.2rem;
    font-weight: 800;
}

.seo-invest-content p {
    color: #475467;
    line-height: 1.82;
    font-size: 1.02rem;
}

.seo-invest-table-wrap {
    overflow-x: auto;
    margin: 20px 0 30px;
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.05);
}

.seo-invest-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #ffffff;
}

.seo-invest-table th,
.seo-invest-table td {
    padding: 15px 16px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    text-align: left;
}

.seo-invest-table th {
    background: #f8fafc;
    color: #334155;
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.seo-invest-table td {
    color: #334155;
    font-weight: 600;
}

.seo-invest-highlight-box {
    margin: 36px 0 10px;
    padding: clamp(22px, 4vw, 34px);
    border-radius: 28px;
    background: linear-gradient(135deg, #ecfdf3 0%, #f8fafc 100%);
    border: 1px solid rgba(22, 163, 74, 0.16);
}

.seo-invest-highlight-box h2 {
    margin-top: 0;
}

.seo-invest-related {
    margin-top: 44px;
    padding: clamp(22px, 4vw, 32px);
    border-radius: 28px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.07);
}

.seo-invest-related h2 {
    margin-top: 0;
}

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

.seo-invest-related-link {
    display: block;
    padding: 14px 15px;
    border-radius: 16px;
    background: #ffffff;
    color: #0f172a !important;
    text-decoration: none !important;
    font-weight: 750;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 8px 18px rgba(16, 24, 40, 0.04);
}

@media (max-width: 850px) {
    .seo-invest-page {
        padding: 24px 16px 64px;
    }

    .seo-invest-hero {
        border-radius: 24px;
    }

    .seo-invest-hero-metrics,
    .seo-invest-card-grid,
    .seo-invest-related-grid {
        grid-template-columns: 1fr;
    }

    .seo-invest-btn {
        width: 100%;
    }
}
