@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300;0,14..32,400;0,14..32,500;0,14..32,600;0,14..32,700;0,14..32,800;0,14..32,900;1,14..32,400&display=swap";html,body{width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:#374151}#root{width:100%;min-height:100vh}.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0;transition:all .3s ease}.navigation:not(.scrolled){background:transparent}.navigation.scrolled{background:#fffffff7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px #0000000f,0 4px 20px #0000000f}.nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:72px;display:flex;align-items:center;justify-content:space-between;gap:32px}.nav-logo{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;flex-shrink:0}.nav-logo img{height:38px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:4px}.nav-link{background:none;border:none;cursor:pointer;padding:8px 14px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#ffffffe0;border-radius:6px;transition:all .2s ease;letter-spacing:.01em}.navigation.scrolled .nav-link{color:#374151}.nav-link:hover{color:#fff;background:#ffffff1f}.navigation.scrolled .nav-link:hover{color:var(--accent);background:var(--accent-light)}.nav-right-btns{display:flex;align-items:center;gap:10px;flex-shrink:0}.nav-waitlist-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;font-family:Inter,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.02em;color:#f26522;background:#f265221a;border:1.5px solid rgba(242,101,34,.35);border-radius:100px;cursor:pointer;transition:all .25s ease;white-space:nowrap;animation:waitlist-pulse 2.5s ease-in-out infinite}.nav-waitlist-btn:hover{background:#f26522;color:#fff;border-color:#f26522;box-shadow:0 4px 16px #f2652259;transform:translateY(-1px);animation:none}.navigation.scrolled .nav-waitlist-btn{background:#f2652214;border-color:#f265224d;color:#f26522}.navigation.scrolled .nav-waitlist-btn:hover{background:#f26522;color:#fff}.nav-links>.nav-waitlist-btn{display:none}@keyframes waitlist-pulse{0%,to{box-shadow:0 0 #f2652200}50%{box-shadow:0 0 0 6px #f265221f}}.nav-cta-desktop{flex-shrink:0}.nav-cta-mobile{display:none!important;width:100%;margin-top:8px;border-radius:8px}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px;border-radius:6px;flex-shrink:0}.hamburger span{display:block;width:22px;height:2px;background:#ffffffe6;border-radius:2px;transition:all .25s ease;transform-origin:center}.navigation.scrolled .hamburger span{background:#374151}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-overlay{display:none;position:fixed;inset:0;background:#0006;z-index:-1}@media (max-width: 768px){.hamburger{display:flex}.nav-right-btns{display:none}.nav-cta-mobile{display:flex!important}.nav-links>.nav-waitlist-btn{display:flex;width:100%;justify-content:center;margin-top:4px;padding:12px 16px;font-size:.88rem;border-radius:8px}.nav-overlay{display:block}.nav-links{position:fixed;top:72px;right:-100%;width:280px;height:calc(100vh - 72px);background:#fff;flex-direction:column;align-items:stretch;padding:20px 16px;gap:4px;box-shadow:-8px 0 32px #0000001f;transition:right .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}.nav-links.open{right:0}.nav-link{color:#374151;padding:12px 16px;font-size:1rem;border-radius:8px;text-align:left}.nav-link:hover{color:var(--accent);background:var(--accent-light)}}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding-top:72px}.hero-video-wrap{position:absolute;inset:0;z-index:0}.hero-video{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#08131fe0,#08131fbd,#08131fd6)}.hero-container{position:relative;z-index:2;width:100%;padding-top:48px;padding-bottom:80px}.hero-content{max-width:820px;margin:0 auto;text-align:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffff94;margin-bottom:24px}.eyebrow-dot{display:inline-block;width:7px;height:7px;background:var(--accent);border-radius:50%;flex-shrink:0;animation:pulse-dot 2.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{box-shadow:0 0 #f26522b3}50%{box-shadow:0 0 0 8px #f2652200}}.hero-title{font-size:clamp(2.5rem,6.5vw,5rem);font-weight:800;color:#fff;line-height:1.08;letter-spacing:-.03em;margin-bottom:24px}.hero-title-accent{color:var(--accent)}.hero-subtitle{font-size:clamp(1rem,2vw,1.18rem);color:#ffffffa6;line-height:1.8;max-width:620px;margin:0 auto 40px;font-weight:400}.hero-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:52px}.hero-stats{display:flex;align-items:center;justify-content:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px 32px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.hero-stat{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0 28px}.stat-value{font-size:1.75rem;font-weight:800;color:#fff;letter-spacing:-.025em;line-height:1}.stat-desc{font-size:.71rem;color:#ffffff73;text-transform:uppercase;letter-spacing:.08em;font-weight:500;white-space:nowrap}.stat-divider{width:1px;height:36px;background:#ffffff1a;flex-shrink:0}.hero-solution-cards{display:flex;gap:16px;justify-content:center;margin-top:48px;flex-wrap:wrap}.solution-preview-card{display:flex;align-items:center;gap:14px;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:18px 22px;cursor:pointer;transition:all .25s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);min-width:280px;max-width:380px;flex:1;text-align:left}.solution-preview-card:hover{background:#ffffff1f;border-color:#f2652280;transform:translateY(-3px)}.spc-icon{width:44px;height:44px;background:#f265222e;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.spc-icon-ai{background:#63b3ed24;color:#63b3ed}.spc-icon-video{background:#8b5cf624;color:#a78bfa}.spc-body{flex:1}.spc-body h4{font-size:.92rem;font-weight:600;color:#fff;margin-bottom:3px;letter-spacing:-.01em}.spc-body p{font-size:.76rem;color:#ffffff7a;line-height:1.45}.spc-arrow{color:var(--accent);font-size:1rem;flex-shrink:0;font-weight:600;line-height:1;transition:transform .2s ease}.solution-preview-card:hover .spc-arrow{transform:translate(4px)}.hero-scroll-hint{position:absolute;bottom:28px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;z-index:2;background:none;border:none;cursor:pointer;color:#ffffff61;font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;font-family:Inter,sans-serif;transition:color .2s ease}.hero-scroll-hint:hover{color:#ffffffb3}.scroll-wheel{width:20px;height:32px;border:1.5px solid rgba(255,255,255,.25);border-radius:10px;position:relative}.scroll-wheel:after{content:"";position:absolute;top:5px;left:50%;transform:translate(-50%);width:3px;height:6px;background:#ffffff6b;border-radius:2px;animation:scroll-pulse 2s ease-in-out infinite}@keyframes scroll-pulse{0%,to{opacity:1;transform:translate(-50%) translateY(0)}50%{opacity:.2;transform:translate(-50%) translateY(5px)}}@media (max-width: 768px){.hero{padding-top:72px;min-height:100svh}.hero-container{padding-top:28px;padding-bottom:96px}.hero-stats{padding:14px 8px}.hero-stat{padding:4px 14px}.stat-value{font-size:1.4rem}.stat-desc{font-size:.63rem}.stat-divider{height:28px}.hero-cta{flex-direction:column;align-items:center;gap:10px;margin-bottom:36px}.hero-cta .btn{width:100%;max-width:300px}.hero-solution-cards{margin-top:28px}.solution-preview-card{min-width:unset;max-width:unset;width:100%}.hero-scroll-hint{bottom:12px}}@media (max-width: 480px){.hero-title{font-size:clamp(2rem,9vw,2.8rem)}.hero-subtitle{font-size:.95rem}.hero-stats{flex-wrap:wrap}.stat-divider{display:none}.hero-stat{width:50%;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.07)}.hero-stat:nth-last-child(-n+2){border-bottom:none}}.problem-section{background:#f7f8fa;padding:96px 0}.problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-bottom:52px}.problem-card{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:28px 24px;transition:all .25s ease}.problem-card:hover{box-shadow:0 12px 32px #00000014;transform:translateY(-3px);border-color:#f26522}.problem-icon{font-size:1.8rem;margin-bottom:14px;line-height:1}.problem-card h3{font-size:1.05rem;font-weight:700;color:#0d1117;margin-bottom:8px;letter-spacing:-.01em}.problem-card p{font-size:.9rem;color:#6b7280;line-height:1.65}.problem-footer{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.problem-footer p{font-size:1.05rem;color:#374151;max-width:560px;margin:0}@media (max-width: 768px){.problem-section{padding:64px 0}.problems-grid{grid-template-columns:1fr}}.services-section{background:#fff;padding:96px 0}.solutions-split{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.solution-block{background:#f7f8fa;border:1px solid #E5E7EB;border-radius:20px;overflow:hidden}.solution-block-header{display:flex;align-items:flex-start;gap:14px;padding:28px 28px 24px;border-bottom:1px solid #E5E7EB}.solution-block-header.paid-ads{background:linear-gradient(135deg,#fff7f3,#fff)}.solution-block-header.ai-solution{background:linear-gradient(135deg,#f0f7ff,#fff)}.sb-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f265221f;color:#f26522}.ai-solution .sb-icon{background:#3b82f61f;color:#3b82f6}.solution-block-header h3{font-size:1.1rem;font-weight:700;color:#0d1117;margin-bottom:4px}.solution-block-header p{font-size:.82rem;color:#6b7280;line-height:1.45}.sb-features{padding:20px 28px 28px;display:flex;flex-direction:column;gap:16px}.sb-feature{display:flex;align-items:flex-start;gap:12px}.sb-f-icon{font-size:1.15rem;line-height:1;flex-shrink:0;margin-top:2px}.sb-feature strong{display:block;font-size:.875rem;font-weight:600;color:#0d1117;margin-bottom:2px}.sb-feature p{font-size:.8rem;color:#6b7280;line-height:1.5;margin:0}.video-community-block{background:#f7f8fa;border:1px solid #E5E7EB;border-radius:20px;overflow:hidden;position:relative}.vcb-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 28px 24px;border-bottom:1px solid #E5E7EB;flex-wrap:wrap;background:linear-gradient(135deg,#fff9f6,#fff)}.vcb-header-left{display:flex;align-items:flex-start;gap:14px}.vcb-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f265221f;color:#f26522}.vcb-new-badge{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#b74c0e;background:#f265221a;border:1px solid rgba(242,101,34,.2);border-radius:100px;padding:3px 10px;margin-bottom:6px}.vcb-header-left h3{font-size:1.1rem;font-weight:700;color:#0d1117;margin-bottom:4px;letter-spacing:-.015em}.vcb-header-left p{font-size:.82rem;color:#6b7280;line-height:1.45;margin:0;max-width:460px}.vcb-platforms{display:flex;gap:8px;align-items:center;flex-wrap:wrap;flex-shrink:0;align-self:center}.platform-chip{display:inline-flex;align-items:center;padding:6px 14px;border-radius:100px;font-size:.75rem;font-weight:700;letter-spacing:.02em;border:1px solid transparent;white-space:nowrap}.platform-chip.higgsfield{background:#8b5cf61a;color:#5b21b6;border-color:#8b5cf638}.platform-chip.veo{background:#3b82f61a;color:#1e3a8a;border-color:#3b82f638}.platform-chip.sora{background:#10b9811a;color:#064e3b;border-color:#10b98138}.vcb-body{display:grid;grid-template-columns:1fr 1fr;gap:0}.vcb-framework{padding:20px 28px 28px;border-right:1px solid #E5E7EB}.vcb-section-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#9ca3af;margin-bottom:20px}.framework-steps{display:flex;flex-direction:column;gap:0}.framework-step{position:relative;padding-left:44px;padding-bottom:24px}.framework-step:last-child{padding-bottom:0}.fs-num{position:absolute;left:0;top:0;width:28px;height:28px;background:#f2652226;border:1px solid rgba(242,101,34,.3);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:800;color:#f26522;letter-spacing:.02em;flex-shrink:0}.fs-connector{position:absolute;left:13px;top:28px;width:1px;height:calc(100% - 28px);background:linear-gradient(to bottom,rgba(242,101,34,.2),transparent)}.framework-step:last-child .fs-connector{display:none}.framework-step h5{font-size:.875rem;font-weight:700;color:#0d1117;margin-bottom:5px;margin-top:2px;letter-spacing:-.01em}.framework-step p{font-size:.8rem;color:#6b7280;line-height:1.6;margin:0}.vcb-community{padding:20px 28px 28px;display:flex;flex-direction:column}.community-perks{display:flex;flex-direction:column;gap:12px;margin-bottom:28px;flex:1}.community-perk{display:flex;align-items:flex-start;gap:10px}.community-perk span{font-size:1rem;flex-shrink:0;margin-top:1px;line-height:1}.community-perk p{font-size:.82rem;color:#6b7280;line-height:1.55;margin:0}.vcb-join-btn{width:100%;justify-content:center;font-size:.95rem;padding:14px 24px;border-radius:10px}.vcb-join-disabled{background:#ffffff0f;color:#ffffff8c;border:1.5px dashed rgba(255,255,255,.15);cursor:not-allowed;font-size:.875rem;letter-spacing:.03em}.vcb-join-disabled:hover{background:#ffffff0f;transform:none;box-shadow:none}@media (max-width: 1024px){.vcb-body{grid-template-columns:1fr}.vcb-framework{border-right:none;border-bottom:1px solid #E5E7EB}}@media (max-width: 900px){.solutions-split{grid-template-columns:1fr}}@media (max-width: 768px){.services-section{padding:64px 0}.solution-block-header{padding:20px}.sb-features{padding:16px 20px 20px}.vcb-header{padding:24px 20px;flex-direction:column}.vcb-framework,.vcb-community{padding:20px}}.solution-section{background:#08131f;padding:96px 0}.differentiators-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.diff-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px 24px;transition:all .25s ease}.diff-card:hover{background:#ffffff14;border-color:#f2652259}.diff-num{font-size:.75rem;font-weight:700;color:#f26522;letter-spacing:.1em;margin-bottom:16px;text-transform:uppercase}.diff-card h3{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:10px;letter-spacing:-.01em}.diff-card p{font-size:.87rem;color:#ffffff8c;line-height:1.65;margin:0}@media (max-width: 768px){.solution-section{padding:64px 0}.differentiators-grid{grid-template-columns:1fr}}.pricing-section{background:#f7f8fa;padding:96px 0}.pricing-tabs{display:flex;background:#fff;border:1px solid #E5E7EB;border-radius:14px;padding:6px;max-width:580px;margin:0 auto 48px;gap:4px}.pricing-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:none;border-radius:10px;background:transparent;color:#6b7280;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.pricing-tab.active{background:#f26522;color:#fff;box-shadow:0 4px 12px #f265224d}.pricing-tab:not(.active):hover{background:#f7f8fa;color:#374151}.tab-icon{font-size:1rem}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:28px}.plan-card{background:#fff;border:1px solid #E5E7EB;border-radius:20px;padding:28px 24px;position:relative;display:flex;flex-direction:column;transition:all .25s ease}.plan-card:hover{box-shadow:0 12px 32px #00000014;transform:translateY(-3px)}.plan-featured{border-color:#f26522;border-width:2px;box-shadow:0 8px 24px #f2652226}.plan-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:#f26522;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:5px 16px;border-radius:100px;white-space:nowrap}.plan-header{margin-bottom:20px}.plan-header h3{font-size:1.05rem;font-weight:700;color:#0d1117;margin-bottom:10px}.plan-price{display:flex;align-items:baseline;gap:4px;margin-bottom:8px}.price-amount{font-size:2rem;font-weight:800;color:#f26522;letter-spacing:-.03em;line-height:1}.price-period{font-size:.85rem;color:#6b7280;font-weight:500}.plan-tagline{font-size:.82rem;color:#6b7280;line-height:1.5;margin:0}.plan-cta{width:100%;margin-bottom:24px;border-radius:8px}.btn-outline{background:transparent;color:#f26522;border:1.5px solid #f26522}.btn-outline:hover{background:#f26522;color:#fff}.plan-features{list-style:none;display:flex;flex-direction:column;gap:10px;margin:0;padding:0}.plan-features li{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;color:#374151;line-height:1.45}.check{color:#f26522;font-weight:700;font-size:.9rem;flex-shrink:0;margin-top:1px}.ai-crm-banner{margin-bottom:20px}.ai-crm-banner-inner{background:linear-gradient(135deg,#0d1117,#1a1f2e);border-radius:14px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.ai-crm-text{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.ai-crm-icon{font-size:1.6rem;flex-shrink:0}.ai-crm-text strong{display:block;font-size:1rem;font-weight:700;color:#fff;margin-bottom:2px}.ai-crm-text p{font-size:.84rem;color:#fff9;margin:0;line-height:1.4}.ai-crm-btn{flex-shrink:0;padding:12px 24px;font-size:.88rem;text-decoration:none}.ai-addons{margin-bottom:28px}.addon-card{background:#fff;border:1px dashed #E5E7EB;border-radius:14px;padding:20px 24px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.addon-card strong{font-size:.95rem;font-weight:700;color:#0d1117;white-space:nowrap}.addon-card span{font-size:.85rem;color:#6b7280;flex:1}.addon-card .btn{flex-shrink:0;padding:10px 20px;font-size:.82rem}.pricing-note{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.pricing-note p{font-size:.9rem;color:#6b7280;margin:0}.addon-btn{flex-shrink:0;padding:10px 20px;font-size:.82rem}.community-pricing-block{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}.cpb-platforms{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.platform-chip{display:inline-flex;align-items:center;padding:5px 13px;border-radius:100px;font-size:.74rem;font-weight:700;letter-spacing:.02em;border:1px solid transparent}.platform-chip.higgsfield{background:#8b5cf61a;color:#5b21b6;border-color:#8b5cf640}.platform-chip.veo{background:#3b82f61a;color:#1e3a8a;border-color:#3b82f640}.platform-chip.sora{background:#10b9811a;color:#064e3b;border-color:#10b98140}.cpb-left h3{font-size:1.5rem;font-weight:700;color:#0d1117;margin-bottom:12px;letter-spacing:-.02em;line-height:1.2}.cpb-left>p{font-size:.95rem;color:#6b7280;line-height:1.7;margin-bottom:28px}.cpb-framework{background:#f7f8fa;border:1px solid #E5E7EB;border-radius:14px;padding:20px 22px}.cpb-framework-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#9ca3af;margin-bottom:14px}.cpb-steps{display:flex;flex-direction:column;gap:12px}.cpb-step{display:flex;align-items:flex-start;gap:12px;font-size:.875rem;color:#374151;line-height:1.5}.cpb-step-num{font-size:.68rem;font-weight:800;color:#b74c0e;background:#f265221a;border-radius:6px;padding:3px 7px;flex-shrink:0;margin-top:2px;letter-spacing:.04em}.cpb-card{background:#fff;border:2px solid #E5E7EB;border-radius:20px;padding:28px 26px;display:flex;flex-direction:column}.cpb-card-header{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #F3F4F6}.cpb-early-badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;background:#f26522;border-radius:100px;padding:5px 14px;margin-bottom:10px}.cpb-card-header h4{font-size:1.15rem;font-weight:700;color:#0d1117;margin-bottom:8px}.cpb-price-row{display:flex;align-items:baseline;gap:12px}.cpb-price-early{font-size:2rem;font-weight:800;color:#f26522;line-height:1;letter-spacing:-.03em}.cpb-price-early span{font-size:.85rem;font-weight:500;color:#6b7280}.cpb-price-original{font-size:1rem;font-weight:600;color:#9ca3af;text-decoration:line-through}.cpb-card-header p{font-size:.84rem;color:#9ca3af;margin:0}.cpb-includes{list-style:none;display:flex;flex-direction:column;gap:10px;margin:0 0 24px;padding:0}.cpb-includes li{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;color:#374151;line-height:1.45}.cpb-waitlist-btn{width:100%;justify-content:center;font-size:.95rem;margin-bottom:10px;border-radius:8px}.cpb-note{font-size:.78rem;color:#9ca3af;text-align:center;margin-bottom:0}@media (max-width: 900px){.community-pricing-block{grid-template-columns:1fr}}@media (max-width: 768px){.pricing-section{padding:64px 0}.pricing-tabs{max-width:100%}.plans-grid{grid-template-columns:1fr}.pricing-tab{font-size:.78rem;padding:10px;gap:5px}}.proof-section{background:#fff;padding:96px 0}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:64px}.stat-box{background:#f7f8fa;border:1px solid #E5E7EB;border-radius:16px;padding:28px 20px;text-align:center;transition:all .25s ease}.stat-box:hover{border-color:#f26522;box-shadow:0 8px 24px #f265221a}.stat-box-value{font-size:2.2rem;font-weight:800;color:#f26522;letter-spacing:-.03em;line-height:1;margin-bottom:8px}.stat-box-label{font-size:.78rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.06em}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background:#f7f8fa;border:1px solid #E5E7EB;border-radius:16px;padding:24px;transition:all .25s ease}.testimonial-card:hover{box-shadow:0 8px 24px #00000012;transform:translateY(-2px)}.t-stars{color:#f59e0b;font-size:.9rem;letter-spacing:2px;margin-bottom:12px}.t-quote{font-size:.9rem;color:#374151;line-height:1.7;margin-bottom:16px;font-style:italic}.t-author{display:flex;flex-direction:column;gap:2px}.t-author strong{font-size:.875rem;font-weight:700;color:#0d1117}.t-author span{font-size:.78rem;color:#6b7280}@media (max-width: 1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.proof-section{padding:64px 0}.stats-row{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}}@media (max-width: 480px){.stats-row{grid-template-columns:repeat(2,1fr)}}.faq-section{background:#f7f8fa;padding:96px 0}.faq-list{max-width:760px;margin:0 auto 48px;display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid #E5E7EB}.faq-item:first-child{border-top:1px solid #E5E7EB}.faq-trigger{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:Inter,sans-serif;font-size:.975rem;font-weight:600;color:#0d1117;line-height:1.45;transition:color .2s ease}.faq-trigger:hover,.faq-item.open .faq-trigger{color:#f26522}.faq-chevron{font-size:1.3rem;font-weight:400;color:#f26522;flex-shrink:0;margin-top:-2px}.faq-body{padding:0 0 20px}.faq-body p{font-size:.9rem;color:#6b7280;line-height:1.75;max-width:680px;margin:0}.faq-cta{text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.faq-cta p{font-size:1rem;color:#374151;margin:0}@media (max-width: 768px){.faq-section{padding:64px 0}.faq-trigger{font-size:.9rem}}.contact-section{background:#08131f;padding:96px 0}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.contact-text .eyebrow{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#f26522;margin-bottom:16px;padding:6px 14px;background:#f265221f;border-radius:100px}.contact-text h2{color:#fff;margin-bottom:16px;font-size:clamp(1.8rem,3vw,2.5rem)}.contact-text>p{color:#ffffff9e;font-size:1rem;line-height:1.75;margin-bottom:36px}.contact-details{display:flex;flex-direction:column;gap:20px}.contact-item{display:flex;align-items:flex-start;gap:14px}.contact-icon{font-size:1.2rem;line-height:1;flex-shrink:0;margin-top:2px}.contact-item div{display:flex;flex-direction:column;gap:2px}.contact-item strong{font-size:.8rem;font-weight:700;color:#ffffff73;text-transform:uppercase;letter-spacing:.06em}.contact-item a,.contact-item span{font-size:.95rem;color:#ffffffd1;text-decoration:none;transition:color .2s ease}.contact-item a:hover{color:#f26522}.contact-cta-box{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:36px 32px;text-align:center}.contact-cta-box h3{color:#fff;font-size:1.3rem;margin-bottom:10px}.contact-cta-box>p{color:#ffffff8c;font-size:.9rem;margin-bottom:24px;line-height:1.6}.contact-cta-box .btn{width:100%;justify-content:center;margin-bottom:12px}.contact-note{font-size:.78rem;color:#ffffff59;margin:0}@media (max-width: 900px){.contact-inner{grid-template-columns:1fr;gap:40px}}@media (max-width: 768px){.contact-section{padding:64px 0}.contact-cta-box{padding:24px 20px}}.footer{background:#0d1117;padding:72px 0 32px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand .footer-logo{height:36px;width:auto;margin-bottom:16px;display:block;filter:brightness(0) invert(1);opacity:.85}.footer-brand p{font-size:.875rem;color:#ffffff73;line-height:1.65;margin-bottom:20px;max-width:280px}.footer-socials{display:flex;gap:12px;flex-wrap:wrap}.footer-socials a{font-size:.8rem;color:#ffffff73;text-decoration:none;transition:color .2s ease}.footer-socials a:hover{color:#f26522}.footer-col h4{font-size:.8rem;font-weight:700;color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col ul li button,.footer-col ul li a,.footer-col ul li span{background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:.875rem;color:#ffffff80;text-decoration:none;padding:0;transition:color .2s ease;text-align:left}.footer-col ul li button:hover,.footer-col ul li a:hover{color:#ffffffe6}.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-bottom p{font-size:.8rem;color:#ffffff4d;margin:0}.footer-links{display:flex;gap:20px}.footer-links a{font-size:.8rem;color:#ffffff4d;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#ffffffa6}@media (max-width: 900px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1 / -1}}@media (max-width: 480px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start}}.waitlist-page{min-height:100vh;background:#f7f8fa}.waitlist-hero{padding:140px 0 64px;background:linear-gradient(135deg,#0d1117,#1a1f2e,#0d1117);text-align:center}.waitlist-hero-content{max-width:800px;margin:0 auto}.waitlist-badge{display:inline-block;background:#f2652226;color:#f26522;font-size:.82rem;font-weight:700;padding:8px 20px;border-radius:100px;border:1px solid rgba(242,101,34,.3);margin-bottom:28px}.waitlist-hero h1{color:#fff;font-size:clamp(1.8rem,4.5vw,3rem);font-weight:800;line-height:1.2;letter-spacing:-.03em;margin-bottom:20px}.waitlist-subtitle{color:#ffffffa6!important;font-size:1.1rem;max-width:600px;margin:0 auto 28px;line-height:1.7}.waitlist-earn-badge{display:inline-block;background:#10b9811f;color:#10b981;border:1px solid rgba(16,185,129,.3);padding:12px 24px;border-radius:12px;font-size:1rem;font-weight:600}.waitlist-earn-badge strong{color:#34d399}.platform-section{padding:80px 0;background:#fff}.platform-shell{background:#fff;border:1px solid #E5E7EB;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0000000f,0 1px 2px #0000000a}.platform-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#fafafa;border-bottom:1px solid #E5E7EB}.platform-header-left{display:flex;align-items:center;gap:14px}.platform-logo{width:40px;height:40px;border-radius:10px;overflow:hidden;flex-shrink:0;border:1px solid #E5E7EB}.platform-logo img{width:100%;height:100%;object-fit:cover}.platform-title-group{display:flex;flex-direction:column}.platform-name{font-size:1rem;font-weight:700;color:#0d1117;line-height:1.3}.platform-members{font-size:.78rem;color:#9ca3af;font-weight:500}.platform-header-right{display:flex;align-items:center;gap:6px}.platform-status-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}.platform-status-dot.dev{background:#f59e0b}.platform-status-text.dev{color:#f59e0b}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.platform-status-text{font-size:.78rem;font-weight:600;color:#10b981}.platform-tabs{display:flex;padding:0 16px;border-bottom:1px solid #E5E7EB;overflow-x:auto;background:#fafafa;gap:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.platform-tabs::-webkit-scrollbar{display:none}.platform-tab{display:flex;align-items:center;gap:6px;background:none;border:none;padding:14px 18px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#6b7280;cursor:pointer;position:relative;white-space:nowrap;transition:color .2s ease}.platform-tab:hover{color:#0d1117}.platform-tab.active{color:#f26522;font-weight:600}.platform-tab.active:after{content:"";position:absolute;bottom:0;left:14px;right:14px;height:2.5px;background:#f26522;border-radius:2px 2px 0 0}.platform-tab-icon{font-size:.95rem}.platform-content{min-height:400px;padding:28px 24px}.tab-community{display:grid;grid-template-columns:1fr 320px;gap:24px}.community-feed{display:flex;flex-direction:column;gap:16px}.feed-post{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:20px;transition:box-shadow .2s ease}.feed-post:hover{box-shadow:0 2px 12px #0000000f}.feed-post-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.feed-avatar{width:36px;height:36px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.feed-author{display:block;font-size:.88rem;font-weight:600;color:#0d1117}.feed-time{font-size:.75rem;color:#9ca3af}.feed-body h4{font-size:.95rem;font-weight:700;color:#0d1117;margin-bottom:6px}.feed-body p{font-size:.88rem;color:#374151;line-height:1.6;margin:0}.feed-actions{display:flex;gap:16px;margin-top:14px;padding-top:12px;border-top:1px solid #F3F4F6}.feed-action{font-size:.8rem;color:#6b7280;font-weight:500;cursor:pointer;transition:color .15s}.feed-action:hover{color:#f26522}.community-sidebar{display:flex;flex-direction:column;gap:12px}.community-feature-card{display:flex;gap:12px;padding:16px;background:#f7f8fa;border:1px solid #E5E7EB;border-radius:12px;transition:border-color .2s ease}.community-feature-card:hover{border-color:#f26522}.community-feature-icon{font-size:1.3rem;flex-shrink:0;margin-top:2px}.community-feature-card strong{display:block;font-size:.88rem;font-weight:700;color:#0d1117;margin-bottom:2px}.community-feature-card p{font-size:.8rem;color:#6b7280;margin:0;line-height:1.45}.community-chatbox{grid-column:1 / -1;margin-top:8px}.chatbox-inner{display:flex;gap:10px;padding:12px 16px;background:#fff;border:1.5px solid #E5E7EB;border-radius:12px;transition:border-color .2s}.chatbox-inner:focus-within{border-color:#f26522;box-shadow:0 0 0 3px #f2652214}.chatbox-input{flex:1;border:none;outline:none;font-family:Inter,sans-serif;font-size:.9rem;color:#0d1117;background:transparent}.chatbox-input::placeholder{color:#9ca3af}.chatbox-send{background:#f26522;color:#fff;border:none;padding:8px 20px;border-radius:8px;font-family:Inter,sans-serif;font-size:.84rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.chatbox-send:hover{background:#d9541a;transform:translateY(-1px);box-shadow:0 4px 12px #f265224d}.chatbox-hint{font-size:.75rem;color:#9ca3af;margin:8px 0 0;text-align:center}.classroom-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px;margin-bottom:24px}.course-card{background:#fff;border:1px solid #E5E7EB;border-radius:14px;overflow:hidden;transition:all .2s ease;cursor:pointer}.course-card:hover{border-color:#f26522;box-shadow:0 4px 16px #f265221a;transform:translateY(-2px)}.course-thumb{height:100px;background:linear-gradient(135deg,#1a1f2e,#2d1b4e,#1a1f2e);display:flex;position:relative;align-items:center;justify-content:center}.course-thumb-emoji{font-size:2.2rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.course-thumb-cta{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#f26522d9;color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.03em;opacity:0;transition:opacity .2s ease}.course-card:hover .course-thumb-cta{opacity:1}.course-body{padding:16px}.course-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.course-tag{font-size:.72rem;font-weight:600;color:#f26522;background:#f2652214;padding:3px 10px;border-radius:100px}.course-tag.resource{color:#7c3aed;background:#7c3aed14}.course-value{font-size:.75rem;font-weight:700;color:#9ca3af;text-decoration:line-through}.course-title{font-size:.95rem;font-weight:700;color:#0d1117;margin-bottom:4px;line-height:1.3}.course-desc{font-size:.8rem;color:#6b7280;line-height:1.5;margin-bottom:14px}.course-progress-row{display:flex;align-items:center;gap:10px}.course-progress-bar{flex:1;height:5px;background:#e5e7eb;border-radius:100px;overflow:hidden}.course-progress-fill{height:100%;background:#f26522;border-radius:100px}.course-progress-label{font-size:.7rem;font-weight:600;color:#9ca3af;white-space:nowrap}.classroom-upcoming{margin-bottom:24px}.classroom-upcoming-title{font-size:1.05rem;font-weight:700;color:#0d1117;margin-bottom:16px}.upcoming-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.upcoming-card{background:#fff;border:1px dashed #D1D5DB;border-radius:14px;overflow:hidden;opacity:.75;transition:all .2s ease}.upcoming-card:hover{opacity:.9;border-color:#9ca3af}.upcoming-thumb{height:80px;background:linear-gradient(135deg,#1f2937,#374151);display:flex;align-items:center;justify-content:center;position:relative}.upcoming-thumb-emoji{font-size:1.8rem;filter:grayscale(40%)}.upcoming-lock{position:absolute;top:8px;right:10px;font-size:.8rem}.upcoming-body{padding:14px}.upcoming-tag{display:inline-block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;background:#f3f4f6;border:1px solid #E5E7EB;padding:2px 8px;border-radius:100px;margin-bottom:8px}.upcoming-body h4{font-size:.88rem;font-weight:700;color:#374151;margin-bottom:4px;line-height:1.3}.upcoming-body p{font-size:.78rem;color:#9ca3af;line-height:1.45;margin:0}.classroom-total-banner{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:linear-gradient(135deg,#0d1117,#1a1f2e);border-radius:14px}.classroom-total-left strong{display:block;font-size:.95rem;color:#fff;font-weight:700}.classroom-total-left span{font-size:.8rem;color:#ffffff80}.classroom-total-right{text-align:right}.classroom-total-value{display:block;font-size:1.4rem;font-weight:800;color:#f26522;line-height:1;margin-bottom:2px}.classroom-total-yours{font-size:.78rem;font-weight:600;color:#10b981}.tab-calendar{max-width:700px}.calendar-header-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.calendar-header-bar h3{font-size:1.1rem;font-weight:700;color:#0d1117}.calendar-month{font-size:.82rem;font-weight:600;color:#f26522;background:#f2652214;padding:4px 12px;border-radius:100px}.calendar-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.calendar-event{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#fff;border:1px solid #E5E7EB;border-radius:12px;transition:all .2s ease;cursor:pointer}.calendar-event:hover{border-color:#f26522;box-shadow:0 2px 12px #f2652214}.calendar-date-block{display:flex;flex-direction:column;align-items:center;min-width:44px}.calendar-day{font-size:.65rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.calendar-date{font-size:1.5rem;font-weight:800;color:#0d1117;line-height:1}.calendar-event-info{flex:1}.calendar-event-info h4{font-size:.92rem;font-weight:600;color:#0d1117;margin-bottom:2px}.calendar-time{font-size:.78rem;color:#6b7280}.calendar-event-badge{font-size:.7rem;font-weight:700;color:#10b981;background:#10b9811a;border:1px solid rgba(16,185,129,.2);padding:3px 10px;border-radius:100px;flex-shrink:0}.calendar-event-badge.dev{color:#f59e0b;background:#f59e0b1a;border-color:#f59e0b33}.calendar-note{display:flex;align-items:flex-start;gap:10px;padding:16px;background:#f7f8fa;border-radius:12px;border:1px solid #E5E7EB}.calendar-note span{font-size:1.1rem;flex-shrink:0}.calendar-note p{font-size:.84rem;color:#6b7280;margin:0;line-height:1.5}.tier-intro{margin-bottom:28px}.tier-intro h3{font-size:1.15rem;font-weight:700;color:#0d1117;margin-bottom:6px}.tier-intro p{font-size:.88rem;color:#6b7280;margin:0;line-height:1.6}.tier-list{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.tier-block{background:#fff;border:1px solid #E5E7EB;border-radius:14px;overflow:hidden;position:relative}.tier-unlocked{border-color:#10b981;box-shadow:0 2px 12px #10b98114}.tier-locked{border-style:dashed;border-color:#d1d5db}.tier-header{padding:18px 20px 14px;border-bottom:1px solid #F3F4F6;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tier-badge{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:4px 12px;border-radius:100px;flex-shrink:0}.tier-1{background:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.25)}.tier-2{background:#3b82f61a;color:#2563eb;border:1px solid rgba(59,130,246,.25)}.tier-3{background:#f265221a;color:#f26522;border:1px solid rgba(242,101,34,.25)}.tier-4{background:#8b5cf61a;color:#7c3aed;border:1px solid rgba(139,92,246,.25)}.tier-header h4{font-size:1rem;font-weight:700;color:#0d1117;margin:0}.tier-desc{font-size:.78rem;color:#9ca3af;font-weight:500}.tier-members-row{padding:14px 20px;display:flex;flex-direction:column;gap:10px}.tier-members-row.blurred{filter:blur(4px);user-select:none;pointer-events:none}.tier-member{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#f7f8fa;border-radius:10px}.tier-member-avatar{width:36px;height:36px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.tier-member div{flex:1;min-width:0}.tier-member-name{display:block;font-size:.88rem;font-weight:600;color:#0d1117;line-height:1.3}.tier-member-role{display:block;font-size:.75rem;color:#9ca3af}.tier-member-pts{font-size:.78rem;font-weight:700;color:#6b7280;flex-shrink:0}.tier-msg-btn{background:#f2652214;color:#f26522;border:1px solid rgba(242,101,34,.2);padding:5px 12px;border-radius:8px;font-family:Inter,sans-serif;font-size:.74rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0;white-space:nowrap}.tier-msg-btn:hover{background:#f26522;color:#fff;border-color:#f26522}.tier-lock-overlay{position:absolute;bottom:0;left:0;right:0;padding:14px 20px;background:linear-gradient(to top,#fffffff7 60%,#fff0);display:flex;align-items:center;justify-content:center;gap:8px;font-size:.84rem;font-weight:600;color:#f26522;cursor:pointer;transition:color .2s}.tier-lock-overlay:hover{color:#d9541a}.tier-note{padding:14px 18px;background:#f7f8fa;border:1px solid #E5E7EB;border-radius:12px}.tier-note p{font-size:.84rem;color:#6b7280;margin:0;line-height:1.5}.leaderboard-header{margin-bottom:24px}.leaderboard-header h3{font-size:1.1rem;font-weight:700;color:#0d1117;margin-bottom:4px}.leaderboard-header p{font-size:.88rem;color:#6b7280;margin:0}.leaderboard-table{display:flex;flex-direction:column;gap:8px;max-width:600px;margin-bottom:20px}.leaderboard-row{display:flex;align-items:center;gap:14px;padding:14px 20px;background:#fff;border:1px solid #E5E7EB;border-radius:10px;transition:border-color .2s}.leaderboard-row:hover{border-color:#f26522}.leaderboard-row.top-rank{background:linear-gradient(135deg,#f265220a,#f2652214);border-color:#f26522}.leaderboard-rank{font-size:.82rem;font-weight:800;color:#9ca3af;min-width:28px}.leaderboard-row.top-rank .leaderboard-rank{color:#f26522}.leaderboard-avatar{font-size:1.3rem}.leaderboard-name{flex:1;font-size:.9rem;font-weight:600;color:#0d1117}.leaderboard-points{font-size:.82rem;font-weight:600;color:#9ca3af}.leaderboard-note{max-width:600px;padding:14px 16px;background:#f265220d;border:1px solid rgba(242,101,34,.15);border-radius:10px}.leaderboard-note p{font-size:.84rem;color:#b74c0e;font-weight:500;margin:0}.tools-header{margin-bottom:24px}.tools-header h3{font-size:1.1rem;font-weight:700;color:#0d1117;margin-bottom:4px}.tools-header p{font-size:.88rem;color:#6b7280;margin:0}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.tool-card{padding:24px;background:#fff;border:1px solid #E5E7EB;border-radius:14px;transition:all .2s ease}.tool-card:hover{border-color:#f26522;box-shadow:0 4px 16px #f265221a}.tool-card-icon{font-size:2rem;margin-bottom:14px}.tool-card h4{font-size:1rem;font-weight:700;color:#0d1117;margin-bottom:6px}.tool-card p{font-size:.84rem;color:#6b7280;line-height:1.5;margin-bottom:14px}.tool-card-badge{display:inline-block;font-size:.72rem;font-weight:700;color:#10b981;background:#10b98114;border:1px solid rgba(16,185,129,.2);padding:4px 12px;border-radius:100px}.tool-card-badge.coming{color:#9ca3af;background:#f3f4f6;border-color:#e5e7eb}.tool-card-coming{border-style:dashed;opacity:.7}.waitlist-pricing-section{padding:80px 0;background:#f7f8fa}.waitlist-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}.waitlist-includes{display:flex;flex-direction:column;gap:20px}.waitlist-pricing-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.waitlist-price-card{background:#fff;border-radius:16px;padding:24px 20px;text-align:center;border:1px solid #E5E7EB}.waitlist-price-card.early-bird{border:2px solid #f26522;box-shadow:0 8px 24px #f2652226}.price-card-badge{display:inline-block;background:#f26522;color:#fff;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:4px 14px;border-radius:100px;margin-bottom:14px}.price-card-label{font-size:.78rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}.price-card-price{display:flex;align-items:baseline;justify-content:center;gap:2px;margin-bottom:8px}.price-dollar{font-size:1.2rem;font-weight:700;color:#f26522;margin-top:4px}.price-number{font-size:3rem;font-weight:800;color:#f26522;line-height:1;letter-spacing:-.03em}.original .price-dollar,.original .price-number{color:#9ca3af}.price-period{font-size:.9rem;font-weight:500;color:#6b7280}.price-card-note{font-size:.78rem;color:#6b7280;margin:0}.price-card-lock{font-size:.76rem;color:#10b981;font-weight:600;margin:6px 0 0}.waitlist-warning{background:#fffbeb;border:1px solid #fcd34d;border-radius:12px;padding:14px 20px;font-size:.88rem;font-weight:600;color:#92400e;text-align:center}.waitlist-card{background:#fff;border:1px solid #E5E7EB;border-radius:20px;padding:28px 24px}.waitlist-card h3{font-size:1.1rem;font-weight:700;color:#0d1117;margin-bottom:18px}.waitlist-items{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:12px}.waitlist-items li{display:flex;align-items:center;gap:12px;font-size:.88rem;color:#374151}.waitlist-item-emoji{font-size:1rem;flex-shrink:0;width:24px;text-align:center}.waitlist-item-label{flex:1;font-weight:500}.waitlist-item-value{font-size:.78rem;font-weight:700;color:#9ca3af;text-decoration:line-through;flex-shrink:0}.waitlist-total{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:2px dashed #E5E7EB;font-size:.95rem;font-weight:600;color:#374151}.waitlist-total-amount{font-size:1.4rem;font-weight:800;color:#f26522}.waitlist-right{position:sticky;top:96px}.waitlist-form-card{background:#fff;border:1px solid #E5E7EB;border-radius:20px;padding:32px 28px}.waitlist-form-card h3{font-size:1.2rem;font-weight:700;color:#0d1117;margin-bottom:6px}.waitlist-form-card>p{font-size:.88rem;color:#6b7280;margin-bottom:24px}.waitlist-form{display:flex;flex-direction:column;gap:18px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.82rem;font-weight:600;color:#374151}.form-group input{padding:12px 16px;border:1.5px solid #E5E7EB;border-radius:10px;font-family:Inter,sans-serif;font-size:.9rem;color:#0d1117;background:#f7f8fa;transition:all .2s ease;outline:none}.form-group input:focus{border-color:#f26522;background:#fff;box-shadow:0 0 0 3px #f265221a}.form-group input::placeholder{color:#9ca3af}.waitlist-submit{width:100%;margin-top:4px;font-size:1rem!important}.waitlist-form-note{font-size:.78rem;color:#9ca3af;text-align:center;margin:0}.waitlist-footer{padding:28px 0;text-align:center;border-top:1px solid #E5E7EB;background:#fff}.waitlist-footer p{font-size:.82rem;color:#9ca3af;margin:0}@media (max-width: 900px){.waitlist-grid{grid-template-columns:1fr}.waitlist-right{position:static}.tab-community{grid-template-columns:1fr}}@media (max-width: 768px){.waitlist-hero{padding:120px 0 48px}.waitlist-hero h1{font-size:1.6rem}.platform-section{padding:48px 0}.platform-content{padding:20px 16px}.platform-tab{padding:12px 14px;font-size:.8rem}.classroom-grid{grid-template-columns:1fr}.calendar-event{padding:14px 16px}.waitlist-pricing-section{padding:48px 0}.waitlist-pricing-cards{grid-template-columns:1fr 1fr}.waitlist-form-card{padding:24px 20px}}@media (max-width: 480px){.waitlist-hero{padding:100px 0 36px}.waitlist-pricing-cards{grid-template-columns:1fr}.price-number{font-size:2.5rem}.platform-header{padding:12px 16px}.platform-tabs{padding:0 12px}.platform-tab{padding:10px;font-size:.75rem;gap:4px}.platform-tab-icon{font-size:.85rem}.classroom-total-banner{flex-direction:column;text-align:center;gap:12px}.classroom-total-right{text-align:center}}:root{--bg-primary: #FFFFFF;--bg-dark: #08131f;--bg-dark-2: #0d1f30;--bg-grey: #F7F8FA;--text-primary: #374151;--text-muted: #6B7280;--heading-dark: #0d1117;--accent: #f26522;--accent-hover: #d9541a;--accent-light: rgba(242, 101, 34, .1);--white: #FFFFFF;--border-light: #E5E7EB;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 12px 32px rgba(0,0,0,.1);--shadow-xl: 0 24px 48px rgba(0,0,0,.14)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{width:100%;min-height:100vh;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;color:var(--heading-dark);line-height:1.15;font-weight:700;letter-spacing:-.025em}h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800}h2{font-size:clamp(2rem,4vw,3rem);font-weight:700}h3{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:600}p{color:var(--text-primary);font-size:1rem;line-height:1.75}section{padding:96px 0}.section-header{text-align:center;margin-bottom:56px}.section-header .eyebrow{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:16px;padding:6px 14px;background:var(--accent-light);border-radius:100px}.section-header h2{margin-bottom:14px}.section-header p{font-size:1.1rem;color:var(--text-muted);max-width:580px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none;letter-spacing:.01em;white-space:nowrap}.btn-primary{background:var(--accent);color:var(--white);border:none}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 24px #f2652259}.btn-secondary{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.35)}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffffb3}.btn-outline{background:transparent;color:var(--accent);border:1.5px solid var(--accent)}.btn-outline:hover{background:var(--accent);color:var(--white);transform:translateY(-2px)}.btn-dark{background:var(--heading-dark);color:var(--white);border:none}.btn-dark:hover{background:var(--bg-dark-2);transform:translateY(-2px);box-shadow:0 8px 24px #00000040}.btn-large{padding:18px 40px;font-size:1rem;border-radius:10px}.text-white{color:var(--white)!important}.text-muted{color:var(--text-muted)!important}.text-accent{color:var(--accent)!important}.section-white{background:var(--bg-primary)}.section-grey{background:var(--bg-grey)}.section-dark{background:var(--bg-dark)}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4{color:var(--white)}.section-dark p{color:#ffffffa6}.card{background:var(--white);border:1px solid var(--border-light);border-radius:16px;padding:32px;transition:all .25s ease;box-shadow:var(--shadow-sm)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg-grey)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}@media (max-width: 768px){section{padding:64px 0}.container{padding:0 16px}.section-header{margin-bottom:40px}.section-header p{font-size:1rem}}@media (max-width: 480px){section{padding:48px 0}.container{padding:0 14px}.btn{padding:12px 22px;font-size:.875rem}.btn-large{padding:14px 28px;font-size:.9rem}}
