.investor-hero{background:var(--color-bg-secondary)}.investor-hero__content{gap:1.25rem}.investor-hero__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;width:100%;max-width:640px;margin-top:1.5rem;background:var(--color-border-subtle);border:1px solid var(--color-border-subtle);border-radius:12px;overflow:hidden}@media(min-width:640px){.investor-hero__stats{grid-template-columns:repeat(4,1fr)}}.investor-hero__stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1.25rem 1rem;background:var(--color-bg-card);text-align:center}.investor-hero__stat-value{font-size:1.5rem;font-weight:700;color:var(--color-accent-text);line-height:1.2}@media(min-width:900px){.investor-hero__stat-value{font-size:1.75rem}}.investor-hero__stat-label{font-size:.8rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.investor-content__body{max-width:800px;padding:4rem var(--section-padding-inline)3rem;color:var(--color-text-secondary);line-height:180%;font-size:1.05rem}.investor-content__body h2{color:var(--color-text-primary);font-size:1.5rem;font-weight:600;margin-top:3rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border-subtle)}.investor-content__body h2:first-child{margin-top:0}@media(min-width:900px){.investor-content__body h2{font-size:1.75rem}}.investor-content__body h3{color:var(--color-text-primary);font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem}.investor-content__body p{margin-bottom:1.25rem}.investor-content__body ul{list-style:none;padding:0;margin-bottom:1.5rem}.investor-content__body li{position:relative;padding:.75rem 0 .75rem 1.5rem;border-bottom:1px solid var(--color-border-subtle)}.investor-content__body li::before{content:"";position:absolute;left:0;top:1.15rem;width:6px;height:6px;border-radius:50%;background:var(--color-accent)}.investor-content__body li:last-child{border-bottom:none}.investor-content__body li strong{color:var(--color-text-primary)}.investor-content__section-title{font-size:1.75rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}@media(min-width:900px){.investor-content__section-title{font-size:2rem}}.investor-content__section-subtitle{font-size:1.05rem;color:var(--color-text-secondary);margin-bottom:2.5rem;max-width:640px;line-height:160%}.investor-content__highlights-section{padding:4rem var(--section-padding-inline)5rem;background:var(--color-bg-secondary)}.investor-content__highlights{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.investor-content__highlights{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.investor-content__highlights{grid-template-columns:repeat(3,1fr)}}.investor-content__highlight-card{background:var(--color-bg-card);border:1px solid var(--color-border-subtle);border-radius:12px;padding:2rem;transition:border-color .2s ease,transform .2s ease}.investor-content__highlight-card:hover{border-color:var(--color-accent);transform:translateY(-2px)}.investor-content__highlight-title{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}.investor-content__highlight-description{font-size:.95rem;color:var(--color-text-secondary);line-height:165%}.investor-content__governance{padding:4rem var(--section-padding-inline)5rem;max-width:1280px;margin:0 auto}.investor-content__governance-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.investor-content__governance-grid{grid-template-columns:repeat(3,1fr)}}.investor-content__governance-card{position:relative;padding:2rem;border-radius:12px;background:var(--color-bg-card);border:1px solid var(--color-border-subtle);border-top:3px solid var(--color-accent)}.investor-content__governance-title{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}.investor-content__governance-description{font-size:.95rem;color:var(--color-text-secondary);line-height:165%}.investor-content .container{max-width:1280px;margin:0 auto}