.BlogPreview-module__7x67Nq__section{padding:var(--space-24)0}.BlogPreview-module__7x67Nq__inner{max-width:var(--container-max);padding:0 var(--space-6);margin:0 auto}.BlogPreview-module__7x67Nq__header{text-align:center;margin-bottom:var(--space-12)}.BlogPreview-module__7x67Nq__grid{gap:var(--space-6);margin-bottom:var(--space-10);grid-template-columns:repeat(3,1fr);display:grid}.BlogPreview-module__7x67Nq__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-6);transition:all var(--transition-base);flex-direction:column;text-decoration:none;display:flex;position:relative}.BlogPreview-module__7x67Nq__card:before{content:"";background:linear-gradient(90deg,transparent,var(--accent-blue),var(--accent-cyan),transparent);height:2px;transition:transform var(--transition-base);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.BlogPreview-module__7x67Nq__card:hover{border-color:var(--border-accent);background:var(--bg-card-hover);box-shadow:var(--shadow-glow);transform:translateY(-3px)}.BlogPreview-module__7x67Nq__card:hover:before{transform:scaleX(1)}.BlogPreview-module__7x67Nq__cardDate{font-size:var(--text-xs);font-family:var(--font-mono);color:var(--text-tertiary);margin-bottom:var(--space-3)}.BlogPreview-module__7x67Nq__cardTitle{font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--text-primary);margin-bottom:var(--space-3);line-height:var(--leading-snug)}.BlogPreview-module__7x67Nq__cardExcerpt{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-secondary);flex:1}.BlogPreview-module__7x67Nq__cardLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--accent-blue-light);margin-top:var(--space-4);transition:gap var(--transition-fast);display:inline-flex}.BlogPreview-module__7x67Nq__card:hover .BlogPreview-module__7x67Nq__cardLink{gap:var(--space-3)}.BlogPreview-module__7x67Nq__viewAll{text-align:center}.BlogPreview-module__7x67Nq__viewAllLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-secondary);transition:color var(--transition-fast);text-decoration:none;display:inline-flex}.BlogPreview-module__7x67Nq__viewAllLink:hover{color:var(--accent-blue-light)}@media (max-width:768px){.BlogPreview-module__7x67Nq__grid{grid-template-columns:1fr}}
@property --border-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.Differentiators-module__HOH8_W__section{padding:var(--space-24)0;position:relative}.Differentiators-module__HOH8_W__inner{max-width:var(--container-max);padding:0 var(--space-6);margin:0 auto}.Differentiators-module__HOH8_W__header{text-align:center;margin-bottom:var(--space-16)}.Differentiators-module__HOH8_W__grid{gap:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.Differentiators-module__HOH8_W__card{padding:var(--space-8);border-radius:var(--radius-lg);transition:transform var(--transition-base),box-shadow var(--transition-base);background:linear-gradient(var(--bg-card),var(--bg-card))padding-box,conic-gradient(from var(--border-angle),transparent 50%,#3b82f626 80%,transparent 100%)border-box;border:1px solid #0000;animation:6s linear infinite Differentiators-module__HOH8_W__rotateBorder;position:relative;overflow:hidden}@keyframes Differentiators-module__HOH8_W__rotateBorder{to{--border-angle:360deg}}.Differentiators-module__HOH8_W__card:after{content:"";background:radial-gradient(300px circle at var(--mouse-x,50%)var(--mouse-y,50%),#3b82f60f 0%,transparent 60%);opacity:0;transition:opacity var(--transition-base);pointer-events:none;position:absolute;inset:0}.Differentiators-module__HOH8_W__card:hover{background:linear-gradient(var(--bg-card-hover),var(--bg-card-hover))padding-box,conic-gradient(from var(--border-angle),transparent 30%,#3b82f680 70%,var(--accent-cyan)80%,transparent 100%)border-box;box-shadow:var(--shadow-glow);animation-duration:3s;transform:translateY(-3px)}.Differentiators-module__HOH8_W__card:hover:after{opacity:1}.Differentiators-module__HOH8_W__cardIcon{border-radius:var(--radius-md);background:var(--accent-blue-glow);width:48px;height:48px;font-size:var(--text-xl);margin-bottom:var(--space-5);border:1px solid #3b82f626;justify-content:center;align-items:center;display:flex}.Differentiators-module__HOH8_W__cardTitle{font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--text-primary);margin-bottom:var(--space-3)}.Differentiators-module__HOH8_W__cardDesc{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-secondary)}@media (max-width:768px){.Differentiators-module__HOH8_W__grid{grid-template-columns:1fr}}
.FAQ-module__KSzKsa__section{padding:var(--space-24)0}.FAQ-module__KSzKsa__inner{max-width:var(--container-narrow);padding:0 var(--space-6);margin:0 auto}.FAQ-module__KSzKsa__header{text-align:center;margin-bottom:var(--space-12)}.FAQ-module__KSzKsa__list{gap:var(--space-4);flex-direction:column;display:flex}.FAQ-module__KSzKsa__item{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:border-color var(--transition-fast);overflow:hidden}.FAQ-module__KSzKsa__item:hover{border-color:var(--border-accent)}.FAQ-module__KSzKsa__itemButton{width:100%;padding:var(--space-5)var(--space-6);background:var(--bg-card);cursor:pointer;text-align:left;color:var(--text-primary);font-size:var(--text-base);font-weight:var(--weight-medium);transition:background var(--transition-fast);line-height:var(--leading-snug);border:none;justify-content:space-between;align-items:center;display:flex}.FAQ-module__KSzKsa__itemButton:hover{background:var(--bg-card-hover)}.FAQ-module__KSzKsa__itemIcon{font-size:var(--text-xl);color:var(--accent-blue-light);transition:transform var(--transition-base);margin-left:var(--space-4);flex-shrink:0}.FAQ-module__KSzKsa__itemIconOpen{transform:rotate(45deg)}.FAQ-module__KSzKsa__itemAnswer{max-height:0;transition:max-height var(--transition-slow),padding var(--transition-slow);overflow:hidden}.FAQ-module__KSzKsa__itemAnswerOpen{max-height:400px}.FAQ-module__KSzKsa__itemAnswerInner{padding:0 var(--space-6)var(--space-6);font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-secondary)}
.Footer-module__EZoWya__footer{padding:var(--space-16)0 var(--space-8);border-top:1px solid var(--border-subtle);background:var(--bg-secondary)}.Footer-module__EZoWya__inner{max-width:var(--container-max);padding:0 var(--space-6);margin:0 auto}.Footer-module__EZoWya__top{gap:var(--space-10);margin-bottom:var(--space-12);grid-template-columns:1.5fr 1fr 1fr 1fr;display:grid}.Footer-module__EZoWya__brand{gap:var(--space-4);flex-direction:column;display:flex}.Footer-module__EZoWya__logo{align-items:center;gap:var(--space-3);font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--text-primary);text-decoration:none;display:flex}.Footer-module__EZoWya__logoBadge{border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-light));width:32px;height:32px;font-size:var(--text-xs);font-weight:var(--weight-extrabold);color:#fff;justify-content:center;align-items:center;display:flex}.Footer-module__EZoWya__tagline{font-size:var(--text-sm);color:var(--text-tertiary);line-height:var(--leading-relaxed);max-width:280px}.Footer-module__EZoWya__column{gap:var(--space-4);flex-direction:column;display:flex}.Footer-module__EZoWya__columnTitle{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em}.Footer-module__EZoWya__columnLinks{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__EZoWya__columnLink{font-size:var(--text-sm);color:var(--text-tertiary);transition:color var(--transition-fast);text-decoration:none}.Footer-module__EZoWya__columnLink:hover{color:var(--text-primary)}.Footer-module__EZoWya__bottom{padding-top:var(--space-8);border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex}.Footer-module__EZoWya__copyright{font-size:var(--text-xs);color:var(--text-muted)}.Footer-module__EZoWya__bottomLinks{gap:var(--space-6);display:flex}.Footer-module__EZoWya__bottomLink{font-size:var(--text-xs);color:var(--text-muted);transition:color var(--transition-fast);text-decoration:none}.Footer-module__EZoWya__bottomLink:hover{color:var(--text-secondary)}@media (max-width:768px){.Footer-module__EZoWya__top{gap:var(--space-8);grid-template-columns:1fr 1fr}.Footer-module__EZoWya__brand{grid-column:1/-1}.Footer-module__EZoWya__bottom{gap:var(--space-4);text-align:center;flex-direction:column}}@media (max-width:480px){.Footer-module__EZoWya__top{grid-template-columns:1fr}}
.Header-module__Af2_WG__header{z-index:var(--z-sticky);height:var(--header-height);transition:all var(--transition-base);border-bottom:1px solid #0000;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__headerScrolled{-webkit-backdrop-filter:blur(20px);border-bottom-color:var(--border-subtle);background:#060a13d9}.Header-module__Af2_WG__headerInner{width:100%;max-width:var(--container-max);padding:0 var(--space-6);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__Af2_WG__logo{align-items:center;gap:var(--space-3);font-size:var(--text-xl);font-weight:var(--weight-bold);color:var(--text-primary);text-decoration:none;display:flex}.Header-module__Af2_WG__logoBadge{border-radius:var(--radius-md);background:linear-gradient(135deg,var(--accent-blue),var(--accent-blue-light));width:36px;height:36px;font-size:var(--text-sm);font-weight:var(--weight-extrabold);color:#fff;box-shadow:var(--shadow-glow);justify-content:center;align-items:center;display:flex}.Header-module__Af2_WG__nav{align-items:center;gap:var(--space-8);display:flex}.Header-module__Af2_WG__navLink{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-secondary);transition:color var(--transition-fast);text-decoration:none}.Header-module__Af2_WG__navLink:hover{color:var(--text-primary)}.Header-module__Af2_WG__navActions{align-items:center;gap:var(--space-4);display:flex}.Header-module__Af2_WG__localeSwitcher{position:relative}.Header-module__Af2_WG__localeButton{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-secondary);padding:var(--space-2)var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--border-subtle);cursor:pointer;transition:all var(--transition-fast);background:0 0;display:flex}.Header-module__Af2_WG__localeButton:hover{color:var(--text-primary);border-color:var(--border-default)}.Header-module__Af2_WG__localeIcon{font-size:var(--text-base)}.Header-module__Af2_WG__localeDropdown{top:calc(100% + var(--space-2));background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-md);min-width:160px;padding:var(--space-2);box-shadow:var(--shadow-lg);z-index:var(--z-dropdown);animation:.15s Header-module__Af2_WG__fadeIn;position:absolute;right:0}.Header-module__Af2_WG__localeOption{text-align:left;width:100%;padding:var(--space-2)var(--space-3);font-size:var(--text-sm);color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;display:block}.Header-module__Af2_WG__localeOption:hover{color:var(--text-primary);background:#ffffff0d}.Header-module__Af2_WG__localeOptionActive{color:var(--accent-blue-light);font-weight:var(--weight-medium)}.Header-module__Af2_WG__mobileToggle{padding:var(--space-2);cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.Header-module__Af2_WG__mobileToggle span{background:var(--text-secondary);width:22px;height:2px;transition:all var(--transition-fast);border-radius:1px;display:block}.Header-module__Af2_WG__mobileMenu{top:var(--header-height);-webkit-backdrop-filter:blur(20px);padding:var(--space-8)var(--space-6);z-index:var(--z-overlay);animation:Header-module__Af2_WG__fadeIn var(--transition-fast)ease;background:#060a13f2;display:none;position:fixed;bottom:0;left:0;right:0}.Header-module__Af2_WG__mobileMenuOpen{gap:var(--space-6);flex-direction:column;display:flex}.Header-module__Af2_WG__mobileNavLink{font-size:var(--text-lg);font-weight:var(--weight-medium);color:var(--text-secondary);padding:var(--space-3)0;border-bottom:1px solid var(--border-subtle);transition:color var(--transition-fast);text-decoration:none}.Header-module__Af2_WG__mobileNavLink:hover{color:var(--text-primary)}@media (max-width:768px){.Header-module__Af2_WG__nav,.Header-module__Af2_WG__navActions .Header-module__Af2_WG__btn,.Header-module__Af2_WG__localeSwitcher{display:none}.Header-module__Af2_WG__mobileToggle{display:flex}}
@property --aurora-color-1{syntax:"<color>";inherits:false;initial-value:#3b82f62e}@property --aurora-color-2{syntax:"<color>";inherits:false;initial-value:#22d3ee1f}@property --aurora-color-3{syntax:"<color>";inherits:false;initial-value:#a78bfa14}.HeroAnimated-module__AsAhIa__hero{min-height:100vh;padding-top:calc(var(--header-height) + var(--space-10));padding-bottom:var(--space-12);perspective:800px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.HeroAnimated-module__AsAhIa__aurora{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.HeroAnimated-module__AsAhIa__auroraBlob1,.HeroAnimated-module__AsAhIa__auroraBlob2,.HeroAnimated-module__AsAhIa__auroraBlob3{filter:blur(100px);will-change:transform,opacity;border-radius:50%;position:absolute}.HeroAnimated-module__AsAhIa__auroraBlob1{background:var(--aurora-color-1);width:60vw;max-width:800px;height:60vw;max-height:800px;animation:12s ease-in-out infinite alternate HeroAnimated-module__AsAhIa__auroraShift1;top:-20%;right:-10%}.HeroAnimated-module__AsAhIa__auroraBlob2{background:var(--aurora-color-2);width:50vw;max-width:600px;height:50vw;max-height:600px;animation:15s ease-in-out infinite alternate HeroAnimated-module__AsAhIa__auroraShift2;top:30%;left:-15%}.HeroAnimated-module__AsAhIa__auroraBlob3{background:var(--aurora-color-3);width:40vw;max-width:500px;height:40vw;max-height:500px;animation:18s ease-in-out infinite alternate HeroAnimated-module__AsAhIa__auroraShift3;bottom:-10%;right:20%}@keyframes HeroAnimated-module__AsAhIa__auroraShift1{0%{--aurora-color-1:#3b82f62e;transform:translate(0)scale(1)}33%{--aurora-color-1:#6366f126}66%{--aurora-color-1:#22d3ee1f}to{--aurora-color-1:#3b82f633;transform:translate(-5%,8%)scale(1.1)}}@keyframes HeroAnimated-module__AsAhIa__auroraShift2{0%{--aurora-color-2:#22d3ee1f;transform:translate(0)scale(1)}50%{--aurora-color-2:#a78bfa1a}to{--aurora-color-2:#34d3991a;transform:translate(10%,-5%)scale(1.15)}}@keyframes HeroAnimated-module__AsAhIa__auroraShift3{0%{--aurora-color-3:#a78bfa14;transform:translate(0)scale(1)}50%{--aurora-color-3:#3b82f61a}to{--aurora-color-3:#6366f11f;transform:translate(-8%,4%)scale(1.05)}}.HeroAnimated-module__AsAhIa__heroBackground{pointer-events:none;z-index:1;position:absolute;inset:0}.HeroAnimated-module__AsAhIa__heroGridLine{transform-origin:top;background:linear-gradient(#0000 0%,#3b82f60f 30%,#3b82f608 70%,#0000 100%);width:1px;height:100%;position:absolute;top:0}.HeroAnimated-module__AsAhIa__particles{pointer-events:none;z-index:1;position:absolute;inset:0}.HeroAnimated-module__AsAhIa__particle{background:var(--accent-blue-light);opacity:0;border-radius:50%;width:2px;height:2px;animation:10s ease-in-out infinite HeroAnimated-module__AsAhIa__particleDrift;position:absolute}.HeroAnimated-module__AsAhIa__particle:first-child{animation-duration:8s;animation-delay:0s;top:15%;left:8%}.HeroAnimated-module__AsAhIa__particle:nth-child(2){animation-duration:11s;animation-delay:1.2s;top:55%;left:20%}.HeroAnimated-module__AsAhIa__particle:nth-child(3){animation-duration:9s;animation-delay:2.4s;top:25%;left:35%}.HeroAnimated-module__AsAhIa__particle:nth-child(4){animation-duration:12s;animation-delay:.6s;top:65%;left:50%}.HeroAnimated-module__AsAhIa__particle:nth-child(5){animation-duration:8.5s;animation-delay:3.2s;top:35%;left:65%}.HeroAnimated-module__AsAhIa__particle:nth-child(6){animation-duration:10s;animation-delay:1.8s;top:50%;left:78%}.HeroAnimated-module__AsAhIa__particle:nth-child(7){animation-duration:11.5s;animation-delay:2.8s;top:75%;left:12%}.HeroAnimated-module__AsAhIa__particle:nth-child(8){animation-duration:7.5s;animation-delay:.9s;top:20%;left:88%}.HeroAnimated-module__AsAhIa__particle:nth-child(9){animation-duration:9.5s;animation-delay:3.6s;top:82%;left:42%}.HeroAnimated-module__AsAhIa__particle:nth-child(10){animation-duration:10.5s;animation-delay:1.5s;top:12%;left:72%}.HeroAnimated-module__AsAhIa__particle:nth-child(11){animation-duration:8s;animation-delay:4s;top:45%;left:55%}.HeroAnimated-module__AsAhIa__particle:nth-child(12){animation-duration:13s;animation-delay:2s;top:90%;left:25%}@keyframes HeroAnimated-module__AsAhIa__particleDrift{0%,to{opacity:0;transform:translateY(0)translate(0)scale(.5)}15%{opacity:.5}50%{opacity:.2;transform:translateY(-40px)translate(15px)scale(1.2)}85%{opacity:.4}}.HeroAnimated-module__AsAhIa__vizWrap{margin-bottom:var(--space-6);z-index:2;pointer-events:none;will-change:transform;flex-direction:column;align-items:center;display:flex;position:relative}.HeroAnimated-module__AsAhIa__vizGlow{background:radial-gradient(#3b82f626 0%,#22d3ee0f 40%,#0000 70%);border-radius:50%;width:300px;height:200px;animation:4s ease-in-out infinite HeroAnimated-module__AsAhIa__vizGlowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HeroAnimated-module__AsAhIa__waveform{height:80px;margin-bottom:var(--space-3);justify-content:center;align-items:center;gap:3px;display:flex;position:relative}.HeroAnimated-module__AsAhIa__waveBar{background:linear-gradient(to top,var(--accent-blue),var(--accent-cyan));border-radius:2px;width:3px;min-height:3px}.HeroAnimated-module__AsAhIa__vizLabel{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:var(--space-2);display:flex}.HeroAnimated-module__AsAhIa__vizLabel:before{content:"";background:var(--accent-green);width:6px;height:6px;box-shadow:0 0 8px var(--accent-green);border-radius:50%;animation:2s ease-in-out infinite HeroAnimated-module__AsAhIa__statusPulse}.HeroAnimated-module__AsAhIa__waveBar:first-child{animation:1.2s ease-in-out infinite HeroAnimated-module__AsAhIa__wave1}.HeroAnimated-module__AsAhIa__waveBar:nth-child(2){animation:1s ease-in-out 50ms infinite HeroAnimated-module__AsAhIa__wave2}.HeroAnimated-module__AsAhIa__waveBar:nth-child(3){animation:1.4s ease-in-out .1s infinite HeroAnimated-module__AsAhIa__wave3}.HeroAnimated-module__AsAhIa__waveBar:nth-child(4){animation:.9s ease-in-out .15s infinite HeroAnimated-module__AsAhIa__wave1}.HeroAnimated-module__AsAhIa__waveBar:nth-child(5){animation:1.3s ease-in-out 80ms infinite HeroAnimated-module__AsAhIa__wave4}.HeroAnimated-module__AsAhIa__waveBar:nth-child(6){animation:1.1s ease-in-out .2s infinite HeroAnimated-module__AsAhIa__wave2}.HeroAnimated-module__AsAhIa__waveBar:nth-child(7){animation:.8s ease-in-out .12s infinite HeroAnimated-module__AsAhIa__wave3}.HeroAnimated-module__AsAhIa__waveBar:nth-child(8){animation:1.5s ease-in-out 30ms infinite HeroAnimated-module__AsAhIa__wave5}.HeroAnimated-module__AsAhIa__waveBar:nth-child(9){animation:1s ease-in-out .18s infinite HeroAnimated-module__AsAhIa__wave1}.HeroAnimated-module__AsAhIa__waveBar:nth-child(10){animation:1.2s ease-in-out 70ms infinite HeroAnimated-module__AsAhIa__wave4}.HeroAnimated-module__AsAhIa__waveBar:nth-child(11){animation:.9s ease-in-out .22s infinite HeroAnimated-module__AsAhIa__wave2}.HeroAnimated-module__AsAhIa__waveBar:nth-child(12){animation:1.3s ease-in-out .1s infinite HeroAnimated-module__AsAhIa__wave5}.HeroAnimated-module__AsAhIa__waveBar:nth-child(13){animation:1.1s ease-in-out .16s infinite HeroAnimated-module__AsAhIa__wave3}.HeroAnimated-module__AsAhIa__waveBar:nth-child(14){animation:1.4s ease-in-out 40ms infinite HeroAnimated-module__AsAhIa__wave1}.HeroAnimated-module__AsAhIa__waveBar:nth-child(15){animation:.8s ease-in-out .2s infinite HeroAnimated-module__AsAhIa__wave4}.HeroAnimated-module__AsAhIa__waveBar:nth-child(16){animation:1.2s ease-in-out .13s infinite HeroAnimated-module__AsAhIa__wave5}.HeroAnimated-module__AsAhIa__waveBar:nth-child(17){animation:1s ease-in-out 90ms infinite HeroAnimated-module__AsAhIa__wave2}.HeroAnimated-module__AsAhIa__waveBar:nth-child(18){animation:1.3s ease-in-out .17s infinite HeroAnimated-module__AsAhIa__wave3}.HeroAnimated-module__AsAhIa__waveBar:nth-child(19){animation:.9s ease-in-out 60ms infinite HeroAnimated-module__AsAhIa__wave1}.HeroAnimated-module__AsAhIa__waveBar:nth-child(20){animation:1.1s ease-in-out .21s infinite HeroAnimated-module__AsAhIa__wave4}.HeroAnimated-module__AsAhIa__waveBar:nth-child(21){animation:1.4s ease-in-out .11s infinite HeroAnimated-module__AsAhIa__wave5}.HeroAnimated-module__AsAhIa__waveBar:nth-child(22){animation:.8s ease-in-out .14s infinite HeroAnimated-module__AsAhIa__wave2}.HeroAnimated-module__AsAhIa__waveBar:nth-child(23){animation:1.2s ease-in-out 20ms infinite HeroAnimated-module__AsAhIa__wave3}.HeroAnimated-module__AsAhIa__waveBar:nth-child(24){animation:1s ease-in-out .19s infinite HeroAnimated-module__AsAhIa__wave1}.HeroAnimated-module__AsAhIa__waveBar:nth-child(25){animation:1.3s ease-in-out 80ms infinite HeroAnimated-module__AsAhIa__wave4}.HeroAnimated-module__AsAhIa__waveBar:nth-child(26){animation:.9s ease-in-out .15s infinite HeroAnimated-module__AsAhIa__wave5}.HeroAnimated-module__AsAhIa__waveBar:nth-child(27){animation:1.1s ease-in-out 60ms infinite HeroAnimated-module__AsAhIa__wave2}.HeroAnimated-module__AsAhIa__waveBar:nth-child(28){animation:1.4s ease-in-out .12s infinite HeroAnimated-module__AsAhIa__wave3}.HeroAnimated-module__AsAhIa__waveBar:nth-child(29){animation:1s ease-in-out 70ms infinite HeroAnimated-module__AsAhIa__wave4}.HeroAnimated-module__AsAhIa__waveBar:nth-child(30){animation:1.3s ease-in-out .15s infinite HeroAnimated-module__AsAhIa__wave1}.HeroAnimated-module__AsAhIa__waveBar:nth-child(31){animation:.9s ease-in-out .11s infinite HeroAnimated-module__AsAhIa__wave5}.HeroAnimated-module__AsAhIa__waveBar:nth-child(32){animation:1.1s ease-in-out 40ms infinite HeroAnimated-module__AsAhIa__wave2}.HeroAnimated-module__AsAhIa__waveBar:nth-child(4n+1){background:linear-gradient(to top,var(--accent-blue),var(--accent-purple))}@keyframes HeroAnimated-module__AsAhIa__wave1{0%,to{opacity:.3;height:5px}30%{opacity:1;height:56px}60%{opacity:.6;height:16px}80%{opacity:.9;height:40px}}@keyframes HeroAnimated-module__AsAhIa__wave2{0%,to{opacity:.35;height:7px}25%{opacity:.8;height:36px}50%{opacity:1;height:62px}75%{opacity:.7;height:22px}}@keyframes HeroAnimated-module__AsAhIa__wave3{0%,to{opacity:.25;height:4px}20%{opacity:.7;height:26px}45%{opacity:1;height:50px}70%{opacity:.4;height:10px}90%{opacity:.8;height:32px}}@keyframes HeroAnimated-module__AsAhIa__wave4{0%,to{opacity:.3;height:6px}35%{opacity:1;height:66px}55%{opacity:.7;height:28px}85%{opacity:.5;height:14px}}@keyframes HeroAnimated-module__AsAhIa__wave5{0%,to{opacity:.3;height:5px}15%{opacity:.6;height:20px}40%{opacity:1;height:54px}65%{opacity:.4;height:10px}85%{opacity:.85;height:38px}}@keyframes HeroAnimated-module__AsAhIa__statusPulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes HeroAnimated-module__AsAhIa__vizGlowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.HeroAnimated-module__AsAhIa__heroContent{text-align:center;max-width:860px;padding:0 var(--space-6);z-index:10;margin:0 auto;position:relative}.HeroAnimated-module__AsAhIa__heroHeadline{font-size:var(--text-6xl);font-weight:var(--weight-extrabold);line-height:var(--leading-tight);color:var(--text-primary);margin-bottom:var(--space-6);letter-spacing:-.03em;flex-direction:column;align-items:center;display:flex}.HeroAnimated-module__AsAhIa__headlineRow{flex-wrap:wrap;justify-content:center;gap:0 .3em;display:flex}.HeroAnimated-module__AsAhIa__wordWrap{padding-bottom:.05em;display:inline-block;overflow:hidden}.HeroAnimated-module__AsAhIa__wordWrap>span{will-change:transform,opacity;display:inline-block}.HeroAnimated-module__AsAhIa__heroAccent{background:linear-gradient(135deg,#60a5fa,#22d3ee,#a78bfa) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:6s ease-in-out infinite alternate HeroAnimated-module__AsAhIa__accentGradient}@keyframes HeroAnimated-module__AsAhIa__accentGradient{0%{background-position:0%}to{background-position:100%}}.HeroAnimated-module__AsAhIa__heroSubheadline{font-size:var(--text-lg);line-height:var(--leading-relaxed);color:var(--text-secondary);max-width:620px;margin:0 auto var(--space-8)}.HeroAnimated-module__AsAhIa__heroCtas{justify-content:center;align-items:center;gap:var(--space-4);margin-bottom:var(--space-10);display:flex}.HeroAnimated-module__AsAhIa__ctaPrimary{z-index:1;position:relative}.HeroAnimated-module__AsAhIa__ctaPrimary:before{content:"";border-radius:inherit;background:linear-gradient(135deg,var(--accent-blue),var(--accent-cyan),var(--accent-blue));z-index:-1;opacity:0;transition:opacity var(--transition-base);background-size:200% 200%;animation:4s ease-in-out infinite alternate HeroAnimated-module__AsAhIa__borderGlow;position:absolute;inset:-2px}.HeroAnimated-module__AsAhIa__ctaPrimary:hover:before{opacity:1}.HeroAnimated-module__AsAhIa__ctaSecondary{position:relative;overflow:hidden}.HeroAnimated-module__AsAhIa__ctaSecondary:after{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.HeroAnimated-module__AsAhIa__ctaSecondary:hover:after{left:100%}@keyframes HeroAnimated-module__AsAhIa__borderGlow{0%{background-position:0%}to{background-position:100%}}.HeroAnimated-module__AsAhIa__heroPersonalization{margin-top:var(--space-4)}.HeroAnimated-module__AsAhIa__heroPersonalizationLabel{font-size:var(--text-sm);color:var(--text-tertiary);margin-bottom:var(--space-4);font-weight:var(--weight-medium)}.HeroAnimated-module__AsAhIa__heroChips{justify-content:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.HeroAnimated-module__AsAhIa__heroChip{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-4);border-radius:var(--radius-full);font-size:var(--text-sm);color:var(--accent-blue-light);font-weight:var(--weight-medium);transition:all var(--transition-base);-webkit-backdrop-filter:blur(8px);background:#3b82f60f;border:1px solid #3b82f61f;display:inline-flex}.HeroAnimated-module__AsAhIa__heroChip:hover{background:#3b82f624;border-color:#3b82f64d;transform:translateY(-2px);box-shadow:0 4px 20px #3b82f626}.HeroAnimated-module__AsAhIa__heroChipDot{background:var(--accent-blue);width:6px;height:6px;box-shadow:0 0 6px var(--accent-blue);border-radius:50%}.HeroAnimated-module__AsAhIa__grain{pointer-events:none;z-index:3;opacity:.03;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;position:absolute;inset:0}@media (max-width:768px){.HeroAnimated-module__AsAhIa__hero{padding-top:calc(var(--header-height) + var(--space-12));min-height:auto;padding-bottom:var(--space-12)}.HeroAnimated-module__AsAhIa__heroHeadline{font-size:var(--text-4xl)}.HeroAnimated-module__AsAhIa__heroSubheadline{font-size:var(--text-base)}.HeroAnimated-module__AsAhIa__heroCtas{flex-direction:column}.HeroAnimated-module__AsAhIa__heroCtas .HeroAnimated-module__AsAhIa__btn{width:100%}.HeroAnimated-module__AsAhIa__vizWrap{margin-bottom:var(--space-4)}.HeroAnimated-module__AsAhIa__waveform{height:56px}.HeroAnimated-module__AsAhIa__auroraBlob1,.HeroAnimated-module__AsAhIa__auroraBlob2,.HeroAnimated-module__AsAhIa__auroraBlob3{filter:blur(80px)}}@media (max-width:480px){.HeroAnimated-module__AsAhIa__heroHeadline{font-size:var(--text-3xl)}.HeroAnimated-module__AsAhIa__waveform{height:44px}}
.HowItWorks-module__a-Tr4W__section{padding:var(--space-24)0;position:relative}.HowItWorks-module__a-Tr4W__inner{max-width:var(--container-max);padding:0 var(--space-6);margin:0 auto}.HowItWorks-module__a-Tr4W__header{text-align:center;margin-bottom:var(--space-16)}.HowItWorks-module__a-Tr4W__steps{gap:var(--space-8);grid-template-columns:repeat(3,1fr);display:grid;position:relative}.HowItWorks-module__a-Tr4W__connector{top:50px;left:calc(33.33% - var(--space-4));right:calc(33.33% - var(--space-4));background:linear-gradient(90deg,var(--accent-blue),var(--accent-blue-light),var(--accent-blue));opacity:.3;z-index:0;transform-origin:0;height:2px;animation:1.2s ease-out .5s both HowItWorks-module__a-Tr4W__drawLine;position:absolute}@keyframes HowItWorks-module__a-Tr4W__drawLine{0%{opacity:0;transform:scaleX(0)}to{opacity:.3;transform:scaleX(1)}}.HowItWorks-module__a-Tr4W__step{text-align:center;z-index:1;position:relative}.HowItWorks-module__a-Tr4W__stepNumber{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-accent);width:56px;height:56px;font-family:var(--font-mono);font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--accent-blue-light);margin-bottom:var(--space-6);box-shadow:var(--shadow-glow);transition:all var(--transition-base);justify-content:center;align-items:center;display:inline-flex}.HowItWorks-module__a-Tr4W__step:hover .HowItWorks-module__a-Tr4W__stepNumber{box-shadow:var(--shadow-glow-strong);background:#3b82f61a;transform:translateY(-2px)}.HowItWorks-module__a-Tr4W__stepTitle{font-size:var(--text-xl);font-weight:var(--weight-semibold);color:var(--text-primary);margin-bottom:var(--space-3)}.HowItWorks-module__a-Tr4W__stepDesc{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-secondary);max-width:320px;margin:0 auto}.HowItWorks-module__a-Tr4W__stepIcon{font-size:var(--text-2xl);margin-bottom:var(--space-2)}@media (max-width:768px){.HowItWorks-module__a-Tr4W__steps{gap:var(--space-10);grid-template-columns:1fr}.HowItWorks-module__a-Tr4W__connector{display:none}.HowItWorks-module__a-Tr4W__step{text-align:left;gap:var(--space-5);align-items:flex-start;display:flex}.HowItWorks-module__a-Tr4W__stepNumber{flex-shrink:0;margin-bottom:0}.HowItWorks-module__a-Tr4W__stepDesc{max-width:none;margin:0}}
.ProductProof-module__GGj1Rq__section{padding:var(--space-24)0;position:relative;overflow:hidden}.ProductProof-module__GGj1Rq__inner{max-width:var(--container-max);padding:0 var(--space-6);margin:0 auto}.ProductProof-module__GGj1Rq__header{text-align:center;margin-bottom:var(--space-16)}.ProductProof-module__GGj1Rq__screens{gap:var(--space-16);flex-direction:column;display:flex}.ProductProof-module__GGj1Rq__screen{gap:var(--space-10);grid-template-columns:1.3fr 1fr;align-items:center;display:grid}.ProductProof-module__GGj1Rq__screenReverse{direction:rtl}.ProductProof-module__GGj1Rq__screenReverse>*{direction:ltr}.ProductProof-module__GGj1Rq__screenImageWrap{border-radius:var(--radius-xl);border:1px solid var(--border-subtle);background:var(--bg-card);box-shadow:var(--shadow-lg);transition:all var(--transition-slow);position:relative;overflow:hidden}.ProductProof-module__GGj1Rq__screenImageWrap:hover{border-color:var(--border-accent);box-shadow:var(--shadow-glow-strong);transform:translateY(-4px)}.ProductProof-module__GGj1Rq__screenPlaceholder{width:100%;padding:var(--space-4);gap:var(--space-3);background:linear-gradient(135deg,#0a101e 0%,#0d1424 100%);flex-direction:column;min-height:320px;font-size:11px;display:flex}.ProductProof-module__GGj1Rq__screenContent{gap:var(--space-4);flex-direction:column;display:flex}.ProductProof-module__GGj1Rq__screenTitle{font-size:var(--text-2xl);font-weight:var(--weight-semibold);color:var(--text-primary)}.ProductProof-module__GGj1Rq__screenDesc{font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--text-secondary)}.ProductProof-module__GGj1Rq__screenBadge{align-items:center;gap:var(--space-2);padding:var(--space-1)var(--space-3);background:var(--accent-blue-glow);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--accent-blue-light);font-weight:var(--weight-medium);font-family:var(--font-mono);border:1px solid #3b82f626;width:fit-content;display:inline-flex}.ProductProof-module__GGj1Rq__appHeader{padding:var(--space-3)0;flex-direction:column;align-items:center;gap:2px;display:flex}.ProductProof-module__GGj1Rq__appHeaderTitle{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--text-primary)}.ProductProof-module__GGj1Rq__appHeaderSub{color:var(--text-tertiary);font-size:10px}.ProductProof-module__GGj1Rq__stepper{justify-content:center;align-items:center;gap:6px;padding:6px 0 10px;display:flex}.ProductProof-module__GGj1Rq__stepperDotActive{background:var(--accent-blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:700;display:flex}.ProductProof-module__GGj1Rq__stepperDot{border:1px solid var(--border-default);color:var(--text-tertiary);background:0 0;}.ProductProof-module__GGj1Rq__stepperLabel{color:var(--text-primary);font-size:10px;font-weight:600}.ProductProof-module__GGj1Rq__stepperLabelDim{color:var(--text-muted);font-size:10px}.ProductProof-module__GGj1Rq__stepperLine{background:var(--border-default);flex-shrink:0;width:30px;height:1px}.ProductProof-module__GGj1Rq__configCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:6px;padding:10px 12px;display:flex}.ProductProof-module__GGj1Rq__configSectionLabel{letter-spacing:.1em;color:var(--accent-blue);text-transform:uppercase;font-size:9px;font-weight:700;font-family:var(--font-mono)}.ProductProof-module__GGj1Rq__configSectionTitle{color:var(--text-primary);font-size:13px;font-weight:600}.ProductProof-module__GGj1Rq__fieldLabel{color:var(--text-tertiary);margin-top:4px;font-size:10px}.ProductProof-module__GGj1Rq__chipRow{flex-wrap:wrap;gap:6px;display:flex}.ProductProof-module__GGj1Rq__chip{border-radius:var(--radius-full);border:1px solid var(--border-subtle);color:var(--text-secondary);white-space:nowrap;background:#ffffff08;align-items:center;gap:4px;padding:4px 10px;font-size:10px;display:inline-flex}.ProductProof-module__GGj1Rq__chipActive{border-color:var(--accent-blue);color:var(--text-primary);background:#3b82f61a;font-weight:600;position:relative;}.ProductProof-module__GGj1Rq__checkmark{flex-shrink:0}.ProductProof-module__GGj1Rq__typeGrid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.ProductProof-module__GGj1Rq__typeCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:3px;padding:8px 10px;display:flex}.ProductProof-module__GGj1Rq__typeCardActive{border-color:var(--accent-blue);background:#3b82f60f;}.ProductProof-module__GGj1Rq__typeCardTitle{color:var(--text-primary);font-size:11px;font-weight:600}.ProductProof-module__GGj1Rq__typeCardDesc{color:var(--text-muted);font-size:9px;line-height:1.4}.ProductProof-module__GGj1Rq__interviewTopBar{border-bottom:1px solid var(--border-subtle);border-radius:var(--radius-md)var(--radius-md)0 0;background:#ffffff05;align-items:center;gap:8px;padding:6px 8px;display:flex}.ProductProof-module__GGj1Rq__interviewTabs{gap:2px;display:flex}.ProductProof-module__GGj1Rq__interviewTabActive{color:#93c5fd;background:#3b82f614;border:none;border-radius:4px;align-items:center;gap:4px;padding:3px 8px;font-size:10px;font-weight:600;display:inline-flex}.ProductProof-module__GGj1Rq__interviewTab{color:var(--text-muted);border:none;align-items:center;gap:4px;padding:3px 8px;font-size:10px;display:inline-flex}.ProductProof-module__GGj1Rq__editorFileTab{background:#ffffff08;border-radius:4px;align-items:center;gap:4px;margin-left:auto;padding:3px 8px;display:flex}.ProductProof-module__GGj1Rq__editorDot{border-radius:50%;width:7px;height:7px}.ProductProof-module__GGj1Rq__editorFileName{color:var(--text-tertiary);font-size:10px;font-family:var(--font-mono);margin-left:4px}.ProductProof-module__GGj1Rq__interviewStatusBadge{border-radius:var(--radius-full);color:#86efac;background:#22c55e14;align-items:center;gap:4px;padding:2px 8px;font-size:9px;display:flex}.ProductProof-module__GGj1Rq__statusDotGreen{background:#22c55e;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.ProductProof-module__GGj1Rq__interviewTimer{flex-direction:column;align-items:flex-end;margin-left:8px;display:flex}.ProductProof-module__GGj1Rq__timerLabel{letter-spacing:.1em;color:var(--text-muted);text-transform:uppercase;font-size:7px}.ProductProof-module__GGj1Rq__timerValue{color:var(--text-primary);font-size:16px;font-weight:700;font-family:var(--font-mono);letter-spacing:.05em}.ProductProof-module__GGj1Rq__interviewPanels{background:var(--border-subtle);border-radius:0 0 var(--radius-md)var(--radius-md);flex:1;grid-template-columns:.9fr 1.3fr .8fr;gap:1px;height:340px;display:grid;overflow:hidden}.ProductProof-module__GGj1Rq__problemPanel{background:#0a101e;flex-direction:column;gap:4px;height:100%;padding:10px;display:flex;overflow-y:auto}.ProductProof-module__GGj1Rq__problemTag{letter-spacing:.12em;color:var(--accent-blue);font-size:8px;font-weight:700;font-family:var(--font-mono);flex-shrink:0}.ProductProof-module__GGj1Rq__problemTitle{color:var(--text-primary);font-size:13px;font-weight:700}.ProductProof-module__GGj1Rq__problemText{color:var(--text-tertiary);margin:0;font-size:10px;line-height:1.5}.ProductProof-module__GGj1Rq__problemSubhead{color:var(--text-secondary);margin-top:6px;font-size:10px;font-weight:600}.ProductProof-module__GGj1Rq__constraintList{flex-direction:column;gap:1px;display:flex}.ProductProof-module__GGj1Rq__constraint{color:var(--text-muted);font-size:9px;font-family:var(--font-mono)}.ProductProof-module__GGj1Rq__exampleBlock{background:#ffffff05;border-radius:4px;flex-direction:column;gap:1px;padding:6px 8px;display:flex}.ProductProof-module__GGj1Rq__exampleBlock code{font-size:9px;font-family:var(--font-mono);color:var(--text-secondary)}.ProductProof-module__GGj1Rq__editorPanel{background:#0d1424;flex-direction:column;height:100%;padding:8px 0;display:flex;overflow-y:auto}.ProductProof-module__GGj1Rq__editorCode{font-family:var(--font-mono);flex-direction:column;gap:0;font-size:10px;line-height:1.7;display:flex}.ProductProof-module__GGj1Rq__codeLine{padding:0 10px;display:flex}.ProductProof-module__GGj1Rq__lineNum{color:var(--text-muted);-webkit-user-select:none;user-select:none;text-align:right;opacity:.4;flex-shrink:0;min-width:18px;padding-right:10px}.ProductProof-module__GGj1Rq__lineContent{white-space:pre;color:var(--text-secondary)}.ProductProof-module__GGj1Rq__kw{color:#c792ea}.ProductProof-module__GGj1Rq__fn{color:#82aaff}.ProductProof-module__GGj1Rq__str{color:#c3e88d}.ProductProof-module__GGj1Rq__cm{color:#546e7a;font-style:italic}.ProductProof-module__GGj1Rq__voicePanel{background:#0a101e;flex-direction:column;align-items:center;gap:6px;height:100%;padding:10px;display:flex}.ProductProof-module__GGj1Rq__orbContainer{justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.ProductProof-module__GGj1Rq__orbOuter{background:radial-gradient(circle,#3b82f626 0%,#0000 70%);border-radius:50%;animation:3s ease-in-out infinite ProductProof-module__GGj1Rq__orbPulse;position:absolute;inset:0}.ProductProof-module__GGj1Rq__orbMiddle{background:radial-gradient(circle,#3b82f64d 0%,#22c55e1a 100%);border-radius:50%;animation:3s ease-in-out .3s infinite ProductProof-module__GGj1Rq__orbPulse;position:absolute;inset:15px}.ProductProof-module__GGj1Rq__orbCore{background:radial-gradient(circle at 40% 35%,#60a5fa 0%,#3b82f6 50%,#1d4ed8 100%);border-radius:50%;width:32px;height:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 20px #3b82f680,0 0 40px #3b82f633}@keyframes ProductProof-module__GGj1Rq__orbPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.ProductProof-module__GGj1Rq__orbStatus{color:var(--text-tertiary);align-items:center;gap:4px;font-size:9px;display:flex}.ProductProof-module__GGj1Rq__orbName{color:var(--text-primary);font-size:12px;font-weight:600}.ProductProof-module__GGj1Rq__orbRole{color:var(--text-muted);font-size:9px}.ProductProof-module__GGj1Rq__voiceControls{margin-top:8px}.ProductProof-module__GGj1Rq__pauseBtn{border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;background:#ffffff0a;align-items:center;gap:4px;padding:4px 12px;font-size:9px;display:flex}.ProductProof-module__GGj1Rq__voiceFooter{align-items:center;gap:6px;width:100%;margin-top:auto;display:flex}.ProductProof-module__GGj1Rq__submitReviewBtn{background:var(--accent-blue);border-radius:var(--radius-md);color:#fff;cursor:pointer;border:none;align-items:center;gap:4px;margin-left:auto;padding:5px 10px;font-size:9px;font-weight:600;display:flex}.ProductProof-module__GGj1Rq__feedbackMainCard{border-bottom:1px solid var(--border-subtle);gap:12px;padding-bottom:12px;display:flex}.ProductProof-module__GGj1Rq__gradeBox{border-radius:var(--radius-md);background:#3b82f61a;border:1px solid #3b82f64d;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;box-shadow:0 0 15px #3b82f61a}.ProductProof-module__GGj1Rq__gradeText{color:#60a5fa;font-size:20px;font-weight:800;line-height:1}.ProductProof-module__GGj1Rq__gradeLabel{color:#3b82f6;text-transform:uppercase;letter-spacing:.05em;text-align:center;margin-top:4px;font-size:8px;font-weight:700;line-height:1.2}.ProductProof-module__GGj1Rq__feedbackScoreGrid{flex:1;grid-template-columns:1fr 1fr;gap:8px 12px;display:grid}.ProductProof-module__GGj1Rq__feedbackScoreItem{flex-direction:column;gap:4px;display:flex}.ProductProof-module__GGj1Rq__scoreHeaderRow{justify-content:space-between;align-items:baseline;display:flex}.ProductProof-module__GGj1Rq__feedbackScoreLabel{color:var(--text-primary);font-size:9px;font-weight:600}.ProductProof-module__GGj1Rq__scoreValue{font-size:9px;font-family:var(--font-mono);color:var(--text-secondary)}.ProductProof-module__GGj1Rq__scoreBarTrack{border-radius:var(--radius-full);background:#ffffff0f;height:4px;overflow:hidden}.ProductProof-module__GGj1Rq__scoreBarFill{border-radius:var(--radius-full);background:#3b82f6;height:100%}.ProductProof-module__GGj1Rq__feedbackScoreNote{color:var(--text-muted);font-size:8px;line-height:1.3}.ProductProof-module__GGj1Rq__overallEval{margin-top:12px}.ProductProof-module__GGj1Rq__overallEvalHeader{align-items:center;gap:6px;margin-bottom:6px;display:flex}.ProductProof-module__GGj1Rq__overallEvalTitle{color:var(--text-primary);font-size:11px;font-weight:600}.ProductProof-module__GGj1Rq__overallEvalText{color:var(--text-secondary);margin:0;font-size:10px;line-height:1.6}.ProductProof-module__GGj1Rq__feedbackCards{grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;display:grid}.ProductProof-module__GGj1Rq__feedbackCardStrength,.ProductProof-module__GGj1Rq__feedbackCardWeakness{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:#ffffff05;flex-direction:column;gap:8px;padding:10px;display:flex}.ProductProof-module__GGj1Rq__feedbackCardStrength{background:#22c55e05;border-color:#22c55e26}.ProductProof-module__GGj1Rq__feedbackCardWeakness{background:#f59e0b05;border-color:#f59e0b26}.ProductProof-module__GGj1Rq__feedbackCardHeader{align-items:center;gap:6px;display:flex}.ProductProof-module__GGj1Rq__feedbackCardTitle{color:var(--text-primary);font-size:10px;font-weight:700}.ProductProof-module__GGj1Rq__feedbackCardList{flex-direction:column;gap:6px;display:flex}.ProductProof-module__GGj1Rq__feedbackCardItem{color:var(--text-secondary);align-items:flex-start;gap:6px;font-size:9px;line-height:1.4;display:flex}.ProductProof-module__GGj1Rq__cardBullet{color:var(--text-tertiary);font-weight:700}.ProductProof-module__GGj1Rq__reviewTopBar{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-bottom:6px;padding:8px 12px;display:flex}.ProductProof-module__GGj1Rq__reviewTopBarLeft{align-items:center;gap:8px;display:flex}.ProductProof-module__GGj1Rq__reviewTopBarTitle{flex-direction:column;gap:1px;display:flex}.ProductProof-module__GGj1Rq__reviewTitle{color:var(--text-primary);font-size:11px;font-weight:700}.ProductProof-module__GGj1Rq__reviewSubtitle{color:var(--text-muted);font-size:9px}.ProductProof-module__GGj1Rq__newInterviewBtn{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;align-items:center;gap:4px;padding:4px 10px;font-size:9px;font-weight:600;display:flex}.ProductProof-module__GGj1Rq__timelineSection{grid-template-columns:1fr 1.6fr;gap:8px;margin-top:6px;display:grid}.ProductProof-module__GGj1Rq__sessionTimeline{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:8px 10px}.ProductProof-module__GGj1Rq__timelineHeader{align-items:center;gap:6px;margin-bottom:8px;display:flex}.ProductProof-module__GGj1Rq__timelineTitle{color:var(--text-primary);font-size:11px;font-weight:600}.ProductProof-module__GGj1Rq__timelineTrack{flex-direction:column;gap:0;padding-left:8px;display:flex;position:relative}.ProductProof-module__GGj1Rq__timelineTrack:before{content:"";background:var(--border-subtle);width:1px;position:absolute;top:4px;bottom:4px;left:12px}.ProductProof-module__GGj1Rq__timelineEvent{border-radius:var(--radius-sm);cursor:pointer;align-items:flex-start;gap:8px;padding:6px 8px;transition:background .15s;display:flex;position:relative}.ProductProof-module__GGj1Rq__timelineEvent:hover{background:#ffffff08}.ProductProof-module__GGj1Rq__timelineEventSelected{background:#ef444414;border:1px solid #ef444433}.ProductProof-module__GGj1Rq__timelineDot{z-index:1;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:2px}.ProductProof-module__GGj1Rq__timelineIcon{flex-shrink:0}.ProductProof-module__GGj1Rq__timelineEventContent{flex-direction:column;gap:2px;display:flex}.ProductProof-module__GGj1Rq__timelineTime{font-size:9px;font-family:var(--font-mono);color:var(--text-muted)}.ProductProof-module__GGj1Rq__timelineLabel{color:var(--text-secondary);font-size:10px;font-weight:500;line-height:1.4}.ProductProof-module__GGj1Rq__timelineDetail{flex-direction:column;gap:6px;display:flex}.ProductProof-module__GGj1Rq__timelineDetailHeader{align-items:flex-start;gap:8px;padding:4px 0 2px;display:flex}.ProductProof-module__GGj1Rq__timelineDetailHeader>div{flex-direction:column;gap:1px;display:flex}.ProductProof-module__GGj1Rq__timelineDetailTitle{color:var(--text-primary);font-size:12px;font-weight:700}.ProductProof-module__GGj1Rq__timelineDetailTime{color:var(--text-muted);font-size:9px;font-family:var(--font-mono)}.ProductProof-module__GGj1Rq__timelineDetailCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden}.ProductProof-module__GGj1Rq__timelineDetailCardHeader{border-bottom:1px solid var(--border-subtle);color:var(--text-muted);align-items:center;gap:6px;padding:6px 10px;font-size:9px;font-weight:600;display:flex}.ProductProof-module__GGj1Rq__timelineCodeBlock{font-family:var(--font-mono);color:var(--text-secondary);white-space:pre;margin:0;padding:8px 12px;font-size:9px;line-height:1.65;overflow-x:auto}.ProductProof-module__GGj1Rq__timelineTranscript{flex-direction:column;gap:4px;padding:8px 12px;display:flex}.ProductProof-module__GGj1Rq__transcriptLine{color:var(--text-tertiary);margin:0;font-size:9px;line-height:1.5}.ProductProof-module__GGj1Rq__transcriptSpeaker{color:var(--accent-blue);font-weight:600}.ProductProof-module__GGj1Rq__transcriptSpeakerYou{color:var(--text-secondary);font-weight:600}.ProductProof-module__GGj1Rq__timelineCoachCard{background:#f59e0b0f;border-color:#f59e0b26}.ProductProof-module__GGj1Rq__coachNoteTitle{color:#f59e0b;font-weight:700}.ProductProof-module__GGj1Rq__coachNoteText{color:var(--text-tertiary);margin:0;padding:6px 12px 8px;font-size:9px;line-height:1.5}@media (max-width:768px){.ProductProof-module__GGj1Rq__screen,.ProductProof-module__GGj1Rq__screenReverse{direction:ltr;grid-template-columns:1fr}.ProductProof-module__GGj1Rq__screenContent{order:-1}.ProductProof-module__GGj1Rq__interviewPanels{grid-template-columns:1fr;min-height:auto}.ProductProof-module__GGj1Rq__interviewTopBar{flex-wrap:wrap}.ProductProof-module__GGj1Rq__timelineSection{grid-template-columns:1fr}}
.StatsStrip-module__GBIr_q__section{padding:var(--space-10)var(--space-6);background:linear-gradient(#0000 0%,#3b82f608 30% 70%,#0000 100%);position:relative}.StatsStrip-module__GBIr_q__section:before{content:"";background:linear-gradient(90deg,transparent,var(--border-subtle),transparent);height:1px;position:absolute;top:0;left:10%;right:10%}.StatsStrip-module__GBIr_q__section:after{content:"";background:linear-gradient(90deg,transparent,var(--border-subtle),transparent);height:1px;position:absolute;bottom:0;left:10%;right:10%}.StatsStrip-module__GBIr_q__inner{max-width:var(--container-max);margin:0 auto}.StatsStrip-module__GBIr_q__stats{gap:var(--space-6);text-align:center;grid-template-columns:repeat(3,1fr);display:grid}.StatsStrip-module__GBIr_q__stat{align-items:center;gap:var(--space-1);padding:var(--space-5)var(--space-4);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);transition:border-color var(--transition-base),background var(--transition-base);background:#0f172a59;border:1px solid #3b82f614;flex-direction:column;display:flex}.StatsStrip-module__GBIr_q__stat:hover{background:#0f172a80;border-color:#3b82f633}.StatsStrip-module__GBIr_q__value{font-size:var(--text-4xl);font-weight:var(--weight-bold);color:var(--accent-blue-light);line-height:var(--leading-tight);letter-spacing:-.02em}.StatsStrip-module__GBIr_q__label{font-size:var(--text-base);color:var(--text-primary);line-height:var(--leading-normal);font-weight:var(--weight-medium)}.StatsStrip-module__GBIr_q__source{font-size:var(--text-xs);color:var(--text-muted);margin-top:var(--space-1);font-style:italic}@media (max-width:768px){.StatsStrip-module__GBIr_q__stats{gap:var(--space-4);grid-template-columns:1fr}.StatsStrip-module__GBIr_q__stat{padding:var(--space-4)}.StatsStrip-module__GBIr_q__value{font-size:var(--text-3xl)}}
.WaitlistForm-module__hjIlRq__section{padding:var(--space-24)0;position:relative}.WaitlistForm-module__hjIlRq__sectionBg{pointer-events:none;background:linear-gradient(#0000 0%,#3b82f608 50%,#0000 100%);position:absolute;inset:0}.WaitlistForm-module__hjIlRq__inner{max-width:var(--container-narrow);padding:0 var(--space-6);z-index:1;margin:0 auto;position:relative}.WaitlistForm-module__hjIlRq__header{text-align:center;margin-bottom:var(--space-4)}.WaitlistForm-module__hjIlRq__description{text-align:center;color:var(--text-secondary);font-size:var(--text-base);margin-bottom:var(--space-10)}@property --form-border-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.WaitlistForm-module__hjIlRq__formCard{border-radius:var(--radius-xl);padding:var(--space-10);box-shadow:var(--shadow-lg);background:linear-gradient(var(--bg-card),var(--bg-card))padding-box,conic-gradient(from var(--form-border-angle),transparent 40%,#3b82f64d 65%,#22d3ee33 80%,transparent 100%)border-box;border:1px solid #0000;animation:8s linear infinite WaitlistForm-module__hjIlRq__formBorderRotate}@keyframes WaitlistForm-module__hjIlRq__formBorderRotate{to{--form-border-angle:360deg}}.WaitlistForm-module__hjIlRq__form{gap:var(--space-5);flex-direction:column;display:flex}.WaitlistForm-module__hjIlRq__formGroup{gap:var(--space-2);flex-direction:column;display:flex}.WaitlistForm-module__hjIlRq__formLabel{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-secondary)}.WaitlistForm-module__hjIlRq__formRequired{color:var(--accent-blue-light)}.WaitlistForm-module__hjIlRq__formRow{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.WaitlistForm-module__hjIlRq__submitBtn{width:100%;padding:var(--space-4);background:linear-gradient(135deg,var(--accent-blue),#4f8ff7,var(--accent-blue));color:#fff;font-size:var(--text-base);font-weight:var(--weight-semibold);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-glow);margin-top:var(--space-2);background-size:200% 200%;border:none;animation:4s ease-in-out infinite WaitlistForm-module__hjIlRq__submitGradient;position:relative;overflow:hidden}.WaitlistForm-module__hjIlRq__submitBtn:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff1f,#0000);width:60%;height:100%;animation:3.5s ease-in-out infinite WaitlistForm-module__hjIlRq__btnShimmer;position:absolute;top:0;left:-100%}@keyframes WaitlistForm-module__hjIlRq__submitGradient{0%,to{background-position:0%}50%{background-position:100%}}@keyframes WaitlistForm-module__hjIlRq__btnShimmer{0%,to{left:-100%}50%{left:150%}}.WaitlistForm-module__hjIlRq__submitBtn:hover:not(:disabled){background:var(--accent-blue-hover);box-shadow:var(--shadow-glow-strong);transform:translateY(-1px)}.WaitlistForm-module__hjIlRq__submitBtn:disabled{opacity:.6;cursor:not-allowed}.WaitlistForm-module__hjIlRq__submitting{animation:1.5s ease-in-out infinite WaitlistForm-module__hjIlRq__pulse}.WaitlistForm-module__hjIlRq__stateCard{text-align:center;padding:var(--space-12)var(--space-8)}.WaitlistForm-module__hjIlRq__stateIcon{margin-bottom:var(--space-4);font-size:3rem}.WaitlistForm-module__hjIlRq__stateTitle{font-size:var(--text-xl);font-weight:var(--weight-semibold);color:var(--text-primary);margin-bottom:var(--space-3)}.WaitlistForm-module__hjIlRq__stateMessage{font-size:var(--text-base);color:var(--text-secondary);line-height:var(--leading-relaxed)}@media (max-width:640px){.WaitlistForm-module__hjIlRq__formCard{padding:var(--space-6)}.WaitlistForm-module__hjIlRq__formRow{grid-template-columns:1fr}}
