.OverviewPageWrapper{width:100%;background-color:var(--whitebg);font-family:var(--satoshi-font);color:var(--black-text);padding-bottom:60px}.OverviewHeroSec{position:relative;background:linear-gradient(135deg,var(--color-brand-300) 0,var(--color-brand-100) 100%);padding:60px 0;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--lightgrey)}.OverviewHeroContainer{max-width:1280px;width:100%;padding:0 24px;margin:0 auto;text-align:center}.OverviewHeroTitle{font-family:var(--grotesk-font);font-size:2.75rem;font-weight:500;line-height:1.1;color:var(--color-text-primary);margin:0 0 20px;letter-spacing:-.02em}.OverviewHeroSubtitle{font-family:var(--satoshi-font);font-size:1.1rem;font-weight:400;line-height:1.6;color:var(--color-text-primary);opacity:.9;margin:0 auto;max-width:820px;text-align:center}.OverviewHeroSubtitle p{margin:0}.OverviewContentContainer{max-width:1280px;margin:0 auto;padding:60px 24px 10px;display:flex;flex-direction:column;gap:60px}.OverviewSectionTitle{font-family:var(--grotesk-font);font-weight:500;font-size:1.75rem;line-height:1.2;color:var(--black-text);display:flex;align-items:center;justify-content:space-between;gap:12px}.ChartGrid{display:grid;grid-template-columns:1fr;gap:24px}@media screen and (min-width:1024px){.ChartGrid{grid-template-columns:1fr 1fr}}.PremiumCard{background:var(--whitebg);border:1px solid var(--lightgrey);border-radius:20px;padding:32px;box-shadow:0 0 8px 0 rgba(0,0,0,.04);display:flex;flex-direction:column}.CardTitle{font-family:var(--grotesk-font);font-size:1.25rem;font-weight:500;line-height:1.2;color:var(--color-text-primary);margin:0 0 20px}.ChartWrapper{min-height:320px;width:100%;position:relative}.DataToggle{position:absolute;top:24px;right:24px;display:flex;background:var(--color-neutral-100);border-radius:100px;padding:4px;z-index:10}.TogglePill{padding:6px 16px;border-radius:100px;border:none;background:transparent;font-family:var(--satoshi-font);font-size:.85rem;font-weight:600;color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease}.TogglePill.Active{background:var(--whitebg);color:var(--black-text);box-shadow:0 2px 8px rgba(0,0,0,.05)}.LeftAlignLegend .recharts-default-legend{display:flex!important;justify-content:flex-start!important;padding-left:45px!important}.WhyWeDoThisSec{margin-top:20px;margin-bottom:40px}.WhyWeDoThisGrid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.WhyWeDoThisContent{display:flex;flex-direction:column;gap:20px}.WhyWeDoThisTitle{font-family:var(--grotesk-font);font-size:2.25rem;font-weight:500;color:var(--color-text-primary);margin:0;line-height:1.1}.WhyWeDoThisText{font-family:var(--satoshi-font);font-size:1.05rem;line-height:1.6;color:var(--color-text-primary);opacity:.85}.WhyWeDoThisText p{margin:0 0 20px}.WhyWeDoThisText p:last-child{margin:0}.WhyWeDoThisImageWrapper{width:100%;border-radius:24px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.06)}.WhyWeDoThisImage{width:100%;height:auto;display:block;object-fit:cover}@media screen and (max-width:1024px){.OverviewHeroTitle{font-size:2.25rem}.WhyWeDoThisGrid{gap:40px}}@media screen and (max-width:768px){.WhyWeDoThisGrid{grid-template-columns:1fr}.WhyWeDoThisTitle{font-size:2rem}.DataToggle{top:auto;bottom:100%;right:0;margin-bottom:10px}}