.accredited-investors-hero {
    padding: 140px 0 100px;
    background:
        linear-gradient(rgba(22, 50, 79, 0.72), rgba(22, 50, 79, 0.72)),
        url('/resources/accredited-investors.webp') center/cover no-repeat;
    color: #fff;
}

.accredited-investors-hero .hero-content {
    max-width: 760px;
}

.accredited-investors-hero .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.accredited-investors-hero h1 {
    margin: 0 0 24px;
    font-size: clamp(3rem, 6vw, 5.25rem);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 700;
}

.accredited-investors-hero p {
    margin: 0;
    max-width: 700px;
    font-size: 1.12rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

.page-accredited-investors .accredited-investors-content {
    padding: 90px 0;
}

.page-accredited-investors .accredited-investors-content .section-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 32px;
}

.page-accredited-investors .content-card {
    padding: 42px;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
}

.page-accredited-investors .content-card + .content-card {
    margin-top: 28px;
}

.page-accredited-investors .content-card h2 {
    margin: 0 0 18px;
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    line-height: 1.15;
    color: var(--color-primary);
    letter-spacing: -0.03em;
}

.page-accredited-investors .content-card p {
    margin: 0 0 18px;
    font-size: 1.02rem;
    line-height: 1.85;
    color: var(--color-text-light);
}

.page-accredited-investors .content-card p:last-child {
    margin-bottom: 0;
}