.investor__hero{padding:5rem 1.5rem 3rem;text-align:center;position:relative;overflow:hidden}.investor__hero:before{background:radial-gradient(ellipse at 50% 0,rgba(5,150,105,.1) 0,transparent 65%)}.investor__hero:after,.investor__hero:before{content:"";position:absolute;inset:0;pointer-events:none}.investor__hero:after{background-image:radial-gradient(ellipse at 12% 60%,rgba(5,150,105,.08) 0,transparent 48%),radial-gradient(circle,rgba(5,150,105,.09) 1.5px,transparent 0);background-size:100% 100%,44px 44px}@media(min-width:768px){.investor__hero{padding:6rem 3rem 3rem}}@media(min-width:1024px){.investor__hero{padding:7rem 6rem 3rem}}.investor__hero-inner{max-width:1200px;margin-inline:auto;width:100%;position:relative;z-index:1}.investor__hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.03em;color:var(--text-primary);margin:.75rem 0 1rem}.investor__hero-title span{color:var(--primary-text)}.investor__hero-sub{font-size:1rem;color:var(--text-secondary);max-width:560px;margin:0 auto;line-height:1.7}.investor__body{padding:4rem 1.5rem 5rem}@media(min-width:768px){.investor__body{padding:5rem 3rem}}@media(min-width:1024px){.investor__body{padding:5rem 6rem}}.investor__inner{max-width:1200px;margin-inline:auto;width:100%;display:flex;flex-direction:column;gap:4rem}.investor__section-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.investor__section-title .material-symbols-outlined{color:var(--primary-text);font-size:1.375rem}.investor__charter-grid{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem}@media(min-width:768px){.investor__charter-grid{grid-template-columns:1fr 1fr}}.investor__charter-card{position:relative;background:var(--bg-card);border:1px solid var(--border-color);border-radius:1.125rem;padding:1.9rem;box-shadow:var(--shadow-card);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1),border-color .3s cubic-bezier(.22,1,.36,1)}.investor__charter-card:hover{transform:translateY(-6px);border-color:var(--e-200,#a7f3d0);box-shadow:var(--shadow-card-hover)}.investor__charter-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--primary-text);margin-bottom:.75rem}.investor__charter-text{font-size:.9rem;color:var(--text-secondary);line-height:1.7}.investor__grievance-steps{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem}@media(min-width:768px){.investor__grievance-steps{grid-template-columns:repeat(3,1fr)}}.investor__grievance-step{position:relative;background:var(--bg-card);border:1px solid var(--border-color);border-radius:.75rem;padding:1.75rem 1.5rem}.investor__grievance-num{font-size:3rem;font-weight:900;color:rgba(5,150,105,.12);line-height:1;margin-bottom:1rem;letter-spacing:-.04em}.investor__grievance-title{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.investor__grievance-desc{font-size:.875rem;color:var(--text-secondary);line-height:1.6}.investor__grievance-link{color:var(--primary-text);font-weight:600;text-decoration:none}.investor__grievance-link:hover{text-decoration:underline}.investor__table-wrapper{overflow-x:auto;border:1px solid var(--border-color);border-radius:.75rem}.investor__table{width:100%;border-collapse:collapse;font-size:.875rem}.investor__table th{background:rgba(5,150,105,.05);text-align:left;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary-text);white-space:nowrap}.investor__table td,.investor__table th{padding:.875rem 1.25rem;border-bottom:1px solid var(--border-color)}.investor__table td{color:var(--text-secondary)}.investor__table tr:last-child td{border-bottom:none}.investor__table tr:hover td{background:var(--input-bg)}.investor__reg-card{background:rgba(5,150,105,.04);border:1px solid rgba(5,150,105,.15);border-radius:.75rem;padding:2rem}.investor__reg-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-top:1.25rem}@media(min-width:768px){.investor__reg-grid{grid-template-columns:repeat(2,1fr)}}.investor__reg-item{display:flex;flex-direction:column;gap:.25rem}.investor__reg-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.investor__reg-value{font-size:.9375rem;color:var(--text-primary);font-weight:600}.investor__reg-value--primary{color:var(--primary-text)}.investor__disclaimer{background:var(--bg-card);border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem;font-size:.8125rem;color:var(--text-muted);line-height:1.7}.investor__disclaimer strong{color:var(--text-secondary)}