.app{position:relative;min-height:100vh}section{position:relative;z-index:1}:root{--bg-deep: #0a0c0f;--bg-card: #12161c;--accent-amber: #e8a838;--accent-teal: #2dd4bf;--accent-coral: #f97316;--text-primary: #f8fafc;--text-muted: #94a3b8;--gradient-hero: linear-gradient(135deg, #0a0c0f 0%, #1a1f2e 40%, #0f172a 100%);--font-display: "Playfair Display", serif;--font-sans: "Outfit", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg-deep);color:var(--text-primary);line-height:1.6;overflow-x:hidden}#root{min-height:100vh}.noise{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");z-index:9999}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;position:relative;background:var(--gradient-hero)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);will-change:transform,opacity}.hero-orb-1{width:min(70vw,500px);height:min(70vw,500px);background:var(--accent-amber);top:10%;left:50%;transform:translate(-50%)}.hero-orb-2{width:min(50vw,360px);height:min(50vw,360px);background:var(--accent-teal);bottom:20%;right:10%}.hero-orb-3{width:min(40vw,280px);height:min(40vw,280px);background:var(--accent-coral);bottom:30%;left:5%}.hero-content{position:relative;z-index:2;max-width:900px}.hero-title{font-family:var(--font-display);font-size:clamp(3rem,12vw,6.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.05;margin-bottom:1rem;background:linear-gradient(180deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.35rem);color:var(--text-muted);font-weight:400;margin-bottom:.75rem}.hero-tagline{font-size:clamp(.95rem,2vw,1.1rem);color:var(--accent-teal);font-weight:500;margin-bottom:2.5rem}.hero-cta{padding:.75rem 1.5rem;border:1px solid rgba(45,212,191,.4);border-radius:999px;display:inline-block;cursor:default;position:relative;overflow:hidden}.hero-cta:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:999px;padding:2px;background:linear-gradient(90deg,transparent,rgba(45,212,191,.6),transparent,rgba(232,168,56,.5),transparent);background-size:200% 100%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:hero-cta-shine 4s linear infinite}@keyframes hero-cta-shine{to{background-position:200% 0}}.hero-cta-label{font-size:.9rem;color:var(--accent-teal);font-weight:500}.hero-scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);font-size:1.5rem;color:var(--text-muted);opacity:.8}.flow{padding:6rem 1.5rem;background:var(--bg-card)}.flow-inner{max-width:1000px;margin:0 auto}.flow-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,2.75rem);font-weight:600;margin-bottom:3rem;text-align:center;color:var(--text-primary)}.flow-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 768px){.flow-steps{grid-template-columns:1fr}}.flow-step{position:relative;padding:2rem;background:#ffffff08;border-radius:16px;border:1px solid rgba(255,255,255,.06)}.flow-num{font-size:2.5rem;font-weight:800;color:var(--accent-amber);opacity:.9;display:block;margin-bottom:.5rem}.flow-step-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.flow-step-desc{font-size:.95rem;color:var(--text-muted);line-height:1.5}.flow-connector{position:absolute;right:-1rem;top:50%;width:2rem;height:2px;background:var(--accent-teal);opacity:.5}@media (max-width: 768px){.flow-connector{display:none}}.pillars{padding:6rem 1.5rem;background:var(--bg-deep)}.pillars-inner{max-width:1200px;margin:0 auto}.pillars-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,2.75rem);font-weight:600;margin-bottom:3rem;text-align:center}.pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.pillar-card{padding:2rem;background:var(--bg-card);border-radius:16px;border:1px solid rgba(255,255,255,.06);list-style:none}.pillar-icon{font-size:2rem;display:block;margin-bottom:1rem}.pillar-title{font-size:1.15rem;font-weight:600;margin-bottom:.35rem;color:var(--accent-teal)}.pillar-sub{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem}.pillar-points{list-style:none;font-size:.9rem;color:var(--text-muted);line-height:1.6}.pillar-points li{padding-left:1.2rem;position:relative;margin-bottom:.4rem}.pillar-points li:before{content:"→";position:absolute;left:0;color:var(--accent-amber);font-weight:600}.subscription{padding:6rem 1.5rem;background:var(--bg-card)}.subscription-inner{max-width:700px;margin:0 auto;text-align:center}.subscription-demo-cta{margin-bottom:2rem}.demo-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.demo-open-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:1rem;font-weight:600;color:var(--bg-deep);background:var(--accent-teal);border:none;border-radius:999px;cursor:pointer;transition:transform .2s,box-shadow .2s}.demo-open-btn:hover{transform:scale(1.04);box-shadow:0 0 24px #2dd4bf66}.demo-open-btn-icon{font-size:.75rem}.demo-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#0009;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.demo-modal{background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:16px;max-width:520px;width:100%;max-height:90vh;overflow:auto;box-shadow:0 24px 48px #0000004d}.demo-modal-two{max-width:95vw;width:100%;max-height:95vh;overflow-y:auto}.demo-modal-single{max-width:95vw;width:fit-content;overflow:visible}.demo-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.06)}.demo-modal-title{font-family:var(--font-display);font-size:1.25rem;font-weight:600;margin:0;color:var(--text)}.demo-modal-close{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:var(--text-muted);background:transparent;border:none;cursor:pointer;border-radius:8px;transition:color .2s,background .2s}.demo-modal-close:hover{color:var(--text);background:#ffffff0f}.demo-modal-videos{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem;align-items:center}.demo-modal-cell{display:flex;flex-direction:column;align-items:center;gap:.75rem}.demo-modal-video-btn{padding:.9rem 1.25rem;font-size:1rem;font-weight:600;color:var(--bg-deep);background:var(--accent-teal);border:none;border-radius:12px;cursor:pointer;transition:transform .15s,box-shadow .15s;text-align:center;white-space:nowrap}.demo-modal-video-btn:hover{transform:scale(1.02);box-shadow:0 0 20px #2dd4bf59}.demo-modal-single .demo-modal-video-wrap{padding:0 1.25rem 1.25rem}.demo-modal-video{width:90vw;height:90vh;max-height:calc(95vh - 80px);border-radius:12px;background:#000;object-fit:contain;display:block}.subscription-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,2.75rem);font-weight:600;margin-bottom:.75rem}.subscription-tagline{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.05rem}.subscription-tiers{display:flex;flex-direction:column;gap:1rem}.tier{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.06)}.tier-label{font-weight:500;text-align:left}.tier-price{font-weight:700;color:var(--accent-amber);font-size:1.1rem}.tier-period{font-size:.9rem;color:var(--text-muted)}.placeholder-section{padding:4rem 1.5rem;border-top:1px solid rgba(255,255,255,.06)}.placeholder-investment{background:var(--bg-deep)}.investment-inner{max-width:600px;margin:0 auto;text-align:center}.investment-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.investment-intro{color:var(--text-muted);font-size:1.05rem;line-height:1.6;margin-bottom:2rem}.investment-intro strong{color:var(--accent-teal);font-weight:600}.investment-tiers{display:flex;flex-direction:column;gap:1rem}.investment-tier{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.06)}.investment-tier-label{font-weight:500;text-align:left}.investment-tier-value{font-weight:700;color:var(--accent-amber);font-size:1.1rem}.investment-tier-value-tbd{color:var(--text-muted)}.investment-tier-period{font-size:.9rem;color:var(--text-muted)}.placeholder-inner{max-width:600px;margin:0 auto;text-align:center}.placeholder-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.placeholder-desc{color:var(--text-muted);font-size:1rem}
