.fc [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1)}.fc [data-reveal].is-visible,.fc-onboard-grid.is-visible .fc-onboard-step,.fc-pillars-grid.is-visible .fc-pillar{opacity:1;transform:none}@keyframes fcFadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:none}}.fc-fade-up{opacity:0;animation:fcFadeUp 1.2s cubic-bezier(.16,1,.3,1) .3s forwards}.fc{overflow-x:hidden}.fc,.fc-hero{position:relative}.fc-hero{display:flex;align-items:center;justify-content:center;min-height:85vh;padding:8rem 4vw 6rem;text-align:center;overflow:hidden}.fc-hero-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.fc-hero-orb{position:absolute;border-radius:50%;filter:blur(100px)}.fc-hero-orb--1{width:60vw;height:60vw;max-width:800px;max-height:800px;top:30%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(var(--accent-blue-rgb),.06) 0,transparent 70%)}.fc-hero-orb--2{width:40vw;height:40vw;max-width:500px;max-height:500px;bottom:10%;right:10%;background:radial-gradient(circle,rgba(var(--accent-blue-rgb),.03) 0,transparent 70%)}.fc-hero-content{position:relative;z-index:1;max-width:820px}.fc-eyebrow{display:block;font-family:var(--font-body);font-size:.6875rem;text-transform:uppercase;letter-spacing:.14em;color:var(--accent-blue)}.fc-eyebrow,.fc-hero-h1{font-weight:600;margin:0 0 1.5rem}.fc-hero-h1{font-family:var(--font-display);font-size:clamp(2.75rem,5.5vw,4.5rem);line-height:1.08;letter-spacing:-.03em;color:var(--text-primary)}.fc-hero-accent{background:linear-gradient(135deg,var(--accent-blue) 0,rgba(var(--accent-blue-rgb),.7) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fc-hero-sub{font-family:var(--font-body);font-size:1.0625rem;line-height:1.75;color:var(--text-secondary);margin:0 auto 2.5rem;max-width:600px}.fc-hero-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.fc-stats{border-top:1px solid rgba(var(--white-rgb),.04);border-bottom:1px solid rgba(var(--white-rgb),.04)}.fc-stats-inner{max-width:1400px;margin:0 auto;padding:3rem;justify-content:center;gap:3rem}.fc-stat,.fc-stats-inner{display:flex;align-items:center}.fc-stat{flex-direction:column;gap:.375rem;text-align:center}.fc-stat-value{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;letter-spacing:-.02em;color:var(--text-primary)}.fc-stat-label{font-family:var(--font-body);font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.fc-stat-divider{width:1px;height:40px;background:rgba(var(--white-rgb),.06);flex-shrink:0}.fc-preview{max-width:1400px;margin:0 auto;padding:6rem 3rem}.fc-preview-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.fc-preview-text{max-width:480px}.fc-section-h2{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;line-height:1.15;letter-spacing:-.025em;color:var(--text-primary);margin:0 0 1.25rem}.fc-body{font-family:var(--font-body);font-size:.9375rem;line-height:1.75;color:var(--text-secondary);margin:0}.fc-preview-card{border-radius:16px;border:1px solid rgba(var(--white-rgb),.06);background:rgba(var(--white-rgb),.02);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.fc-preview-card:hover{border-color:rgba(var(--accent-blue-rgb),.15);box-shadow:0 24px 80px rgba(0,0,0,.3),0 0 0 1px rgba(var(--accent-blue-rgb),.08)}.fc-preview-header{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border-bottom:1px solid rgba(var(--white-rgb),.04);background:rgba(var(--white-rgb),.015)}.fc-preview-dot{width:8px;height:8px;border-radius:50%;background:rgba(var(--white-rgb),.2)}.fc-preview-dot--green{background:#34d399;box-shadow:0 0 6px rgba(52,211,153,.4)}.fc-preview-title{font-family:var(--font-body);font-size:.8125rem;font-weight:600;color:var(--text-secondary);flex:1 1}.fc-preview-live{font-family:var(--font-mono);font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:#34d399;padding:2px 8px;border-radius:4px;background:rgba(52,211,153,.08);border:1px solid rgba(52,211,153,.15)}.fc-preview-body{padding:1.5rem}.fc-preview-row{display:flex;justify-content:space-between;align-items:baseline;padding:.5rem 0}.fc-preview-row--total{padding-bottom:.75rem}.fc-preview-label{font-family:var(--font-body);font-size:.8125rem;color:var(--text-muted)}.fc-preview-amount{font-family:var(--font-mono);font-size:1.375rem;font-weight:600;letter-spacing:-.02em;color:var(--text-primary)}.fc-preview-row .fc-preview-amount{font-size:.875rem}.fc-preview-amount--positive{color:#34d399}.fc-preview-divider{height:1px;background:rgba(var(--white-rgb),.04);margin:.75rem 0}.fc-preview-allocations{display:flex;flex-direction:column;gap:.625rem}.fc-preview-alloc{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.75rem;position:relative}.fc-preview-bar{height:4px;border-radius:2px;background:var(--accent-blue);opacity:.8;transition:width 1s ease-out}.fc-preview-bar--secondary{background:rgba(var(--accent-blue-rgb),.5)}.fc-preview-bar--tertiary{background:rgba(var(--white-rgb),.2)}.fc-preview-bar--quaternary{background:rgba(var(--white-rgb),.1)}.fc-preview-alloc-label{font-family:var(--font-body);font-size:.75rem;color:var(--text-muted);white-space:nowrap}.fc-preview-alloc-pct{font-family:var(--font-mono);font-size:.75rem;font-weight:500;color:var(--text-secondary);min-width:32px;text-align:right}.fc-preview-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.fc-preview-metric{display:flex;flex-direction:column;gap:.25rem;text-align:center;padding:.75rem .5rem;border-radius:8px;background:rgba(var(--white-rgb),.015)}.fc-preview-metric-label{font-family:var(--font-body);font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.fc-preview-metric-value{font-family:var(--font-mono);font-size:.875rem;font-weight:600;color:var(--text-primary)}.fc-rule{max-width:1400px;margin:0 auto;padding:0 3rem;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--white-rgb),.06) 15%,rgba(var(--white-rgb),.06) 85%,transparent)}.fc-pillars{padding:6rem 0}.fc-pillars-inner{max-width:1400px;margin:0 auto;padding:0 3rem}.fc-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border-radius:12px;overflow:hidden;background:rgba(var(--white-rgb),.04);margin-top:2.5rem}.fc-pillar{padding:2.5rem;background:var(--bg-primary);display:flex;flex-direction:column;gap:.875rem;transition:background .3s ease}.fc-pillar:hover{background:rgba(var(--accent-blue-rgb),.02)}.fc-pillar-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(var(--accent-blue-rgb),.06);border:1px solid rgba(var(--accent-blue-rgb),.1);color:var(--accent-blue);flex-shrink:0}.fc-pillar-title{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--text-primary);margin:0;letter-spacing:-.01em}.fc-access{padding:6rem 0}.fc-access-inner{max-width:1400px;margin:0 auto;padding:0 3rem}.fc-access-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border-radius:12px;overflow:hidden;background:rgba(var(--white-rgb),.04);margin-top:2rem}.fc-access-path{padding:2.5rem;background:var(--bg-primary);display:flex;flex-direction:column;gap:.875rem;position:relative}.fc-access-path--featured{background:rgba(var(--accent-blue-rgb),.025)}.fc-access-featured-badge{position:absolute;top:1rem;right:1rem;font-family:var(--font-body);font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent-blue);padding:4px 10px;border-radius:4px;background:rgba(var(--accent-blue-rgb),.08);border:1px solid rgba(var(--accent-blue-rgb),.15)}.fc-access-min{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;color:var(--accent-blue);letter-spacing:-.02em}.fc-access-title{font-family:var(--font-body);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:rgba(var(--white-rgb),.35);margin:0}.fc-access-btn{margin-top:auto;align-self:flex-start;padding:.625rem 1.5rem;font-size:.8125rem}.fc-models{padding:6rem 0}.fc-models-inner{max-width:1400px;margin:0 auto;padding:0 3rem}.fc-models-sub{font-family:var(--font-body);font-size:.9375rem;line-height:1.75;color:var(--text-muted);margin:0 0 2.5rem;max-width:560px}.fc-models-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border-radius:12px;overflow:hidden;background:rgba(var(--white-rgb),.04)}.fc-model{padding:2.5rem;background:var(--bg-primary);display:flex;flex-direction:column}.fc-model--featured{background:rgba(var(--accent-blue-rgb),.025)}.fc-model-label{display:block;font-family:var(--font-body);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--accent-blue);margin-bottom:1.25rem}.fc-model-label .fc-brandcase{text-transform:none}.fc-model-title{font-family:var(--font-display);font-size:clamp(1.25rem,2vw,1.5rem);font-weight:500;line-height:1.2;letter-spacing:-.02em;color:var(--text-primary);margin:0 0 1.25rem}.fc-model .fc-body{margin-bottom:1.5rem}.fc-model-features{list-style:none;padding:0;margin:auto 0 0;display:flex;flex-direction:column;gap:.5rem}.fc-model-features li{font-family:var(--font-body);font-size:.8125rem;line-height:1.5;color:var(--text-muted);padding-left:1.25rem;position:relative}.fc-model-features li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background:rgba(var(--accent-blue-rgb),.3)}.fc-model--featured .fc-model-features li:before{background:var(--accent-blue);box-shadow:0 0 6px rgba(var(--accent-blue-rgb),.3)}.fc-onboard{padding:6rem 0}.fc-onboard-inner{max-width:1400px;margin:0 auto;padding:0 3rem}.fc-onboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border-radius:12px;overflow:hidden;background:rgba(var(--white-rgb),.04);margin-top:2.5rem}.fc-onboard-step{padding:2.5rem 2rem;background:var(--bg-primary);display:flex;flex-direction:column;gap:.75rem;transition:background .3s ease}.fc-onboard-step:hover{background:rgba(var(--accent-blue-rgb),.02)}.fc-onboard-num{font-family:var(--font-display);font-size:2rem;font-weight:600;color:rgba(var(--accent-blue-rgb),.25);letter-spacing:-.02em;line-height:1}.fc-onboard-title{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--text-primary);margin:0}.fc-cta{position:relative;padding:6rem 3rem 8rem;text-align:center;overflow:hidden}.fc-cta-inner{position:relative;z-index:1;max-width:680px;margin:0 auto}.fc-cta-orb{position:absolute;width:600px;height:600px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(var(--accent-blue-rgb),.06) 0,transparent 60%);filter:blur(60px);pointer-events:none}.fc-cta-h2{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:600;line-height:1.15;letter-spacing:-.03em;color:var(--text-primary);margin:0 0 1rem}.fc-cta-sub{font-family:var(--font-body);font-size:.9375rem;line-height:1.75;color:var(--text-secondary);margin:0 0 2.5rem}.fc-cta-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.fc-cta-fine{font-family:var(--font-body);font-size:.6875rem;color:var(--text-muted);margin-top:2rem;letter-spacing:.02em}.fc-ethos{position:relative;padding:7rem 3rem;text-align:center;overflow:hidden}.fc-ethos-orb{position:absolute;width:620px;height:620px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(var(--accent-blue-rgb),.07) 0,transparent 62%);filter:blur(70px);pointer-events:none}.fc-ethos-inner{position:relative;z-index:1;max-width:900px;margin:0 auto}.fc-ethos-quote{font-family:var(--font-display);font-size:clamp(1.75rem,3.6vw,2.875rem);font-weight:600;line-height:1.16;letter-spacing:-.03em;color:var(--text-primary);margin:1.25rem 0 0;text-wrap:balance}.fc-ethos-quote em{font-style:italic;color:var(--accent-blue)}.fc-ethos-support{font-family:var(--font-body);font-size:1.0625rem;line-height:1.8;color:var(--text-secondary);margin:1.75rem auto 0;max-width:700px}.fc-ethos-points{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap;margin-top:2.75rem}.fc-ethos-point{display:flex;align-items:center;gap:.625rem;font-family:var(--font-body);font-size:.8125rem;font-weight:600;letter-spacing:.02em;color:var(--text-primary)}.fc-ethos-point i,.fc-ethos-point svg{color:var(--accent-blue);flex-shrink:0}@media (max-width:1280px){.fc-hero{min-height:75vh;padding:7rem 3rem 5rem}.fc-preview{padding:5rem 3rem}.fc-preview-inner{gap:3rem}.fc-onboard-grid,.fc-pillars-grid{grid-template-columns:repeat(2,1fr)}.fc-stats-inner{gap:2rem}}@media (max-width:1024px){.fc-hero{min-height:auto;padding:6rem 2.5rem 4rem}.fc-hero-h1{font-size:clamp(2.25rem,4.5vw,3.5rem)}.fc-preview{padding:4rem 2.5rem}.fc-preview-inner{grid-template-columns:1fr;gap:2.5rem}.fc-preview-text{max-width:100%;text-align:center}.fc-preview-card{max-width:560px;margin:0 auto}.fc-access-inner,.fc-models-inner,.fc-onboard-inner,.fc-pillars-inner{padding:0 2.5rem}.fc-access-grid,.fc-models-grid{grid-template-columns:1fr}.fc-rule{padding:0 2.5rem}.fc-stats-inner{flex-wrap:wrap;gap:1.5rem 2.5rem;padding:2.5rem}.fc-stat-divider{display:none}.fc-cta{padding:4rem 2.5rem 6rem}.fc-ethos{padding:5.5rem 2.5rem}}@media (max-width:768px){.fc-hero{padding:5rem 1.5rem 3rem}.fc-hero-h1{font-size:clamp(2rem,6vw,2.75rem)}.fc-hero-sub{font-size:.9375rem}.fc-hero-actions{flex-direction:column;width:100%}.fc-hero-actions .s-btn{width:100%;justify-content:center}.fc-stats-inner{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem 1.5rem}.fc-preview{padding:3rem 1.5rem}.fc-section-h2{font-size:clamp(1.5rem,4vw,2rem)}.fc-access-inner,.fc-models-inner,.fc-onboard-inner,.fc-pillars-inner{padding:0 1.5rem}.fc-access,.fc-models,.fc-onboard,.fc-pillars{padding:4rem 0}.fc-onboard-grid,.fc-pillars-grid{grid-template-columns:1fr}.fc-rule{padding:0 1.5rem}.fc-cta{padding:3rem 1.5rem 5rem}.fc-ethos{padding:4rem 1.5rem}.fc-ethos-points{flex-direction:column;gap:1.25rem}.fc-cta-actions{flex-direction:column;width:100%}.fc-cta-actions .s-btn{width:100%;justify-content:center}.fc-preview-metrics{grid-template-columns:1fr;gap:.5rem}.fc-preview-metric{flex-direction:row;justify-content:space-between;text-align:left;padding:.5rem .75rem}}@media (max-width:480px){.fc-hero{padding:3.5rem 1rem 2.5rem}.fc-hero-h1{font-size:1.875rem}.fc-hero-sub{font-size:.875rem;margin-bottom:2rem}.fc-stats-inner{grid-template-columns:1fr 1fr;gap:1.25rem;padding:1.5rem 1rem}.fc-stat-value{font-size:1.25rem}.fc-preview{padding:2.5rem 1rem}.fc-preview-body{padding:1rem}.fc-preview-amount{font-size:1.125rem}.fc-access-inner,.fc-models-inner,.fc-onboard-inner,.fc-pillars-inner{padding:0 1rem}.fc-access,.fc-models,.fc-onboard,.fc-pillars{padding:3rem 0}.fc-access-path,.fc-model,.fc-onboard-step,.fc-pillar{padding:2rem 1.25rem}.fc-rule{padding:0 1rem}.fc-cta{padding:2.5rem 1rem 4rem}.fc-cta-h2{font-size:1.5rem}.fc-access-btn{width:100%;justify-content:center}}@media (prefers-reduced-motion:reduce){.fc-fade-up{opacity:1!important;animation:none!important}.fc [data-reveal]{opacity:1!important;transform:none!important}.fc [data-reveal],.fc-onboard-step,.fc-pillar,.fc-preview-card{transition:none!important}}