.HeroSection-module__sBkrQG__hero{min-height:calc(100vh - 80px);padding:var(--space-2xl) 0;background:var(--gradient-hero);align-items:center;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__orbs{pointer-events:none;position:absolute;inset:0;overflow:hidden}.HeroSection-module__sBkrQG__content{z-index:1;text-align:center;align-items:center;gap:var(--space-lg);flex-direction:column;display:flex;position:relative}.HeroSection-module__sBkrQG__badge{color:var(--accent-primary-light);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-full);margin-bottom:var(--space-sm);align-items:center;gap:8px;padding:.45rem 1.1rem;font-size:.78rem;font-weight:600;animation:.6s ease-out forwards HeroSection-module__sBkrQG__fadeInUp;display:inline-flex}.HeroSection-module__sBkrQG__badgeDot{background:var(--accent-green);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite HeroSection-module__sBkrQG__pulse-glow}.HeroSection-module__sBkrQG__title{margin-bottom:var(--space-sm);font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:900;line-height:1.1}.HeroSection-module__sBkrQG__highlight{background:var(--gradient-accent);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s ease-in-out infinite HeroSection-module__sBkrQG__gradient-shift}.HeroSection-module__sBkrQG__subtitle{color:var(--text-secondary);max-width:700px;margin-bottom:var(--space-lg);font-size:1.15rem;line-height:1.7}.HeroSection-module__sBkrQG__ctas{gap:var(--space-md);margin-bottom:var(--space-xl);display:flex}.HeroSection-module__sBkrQG__ctaPrimary{animation:3s ease-in-out infinite HeroSection-module__sBkrQG__pulse-glow}.HeroSection-module__sBkrQG__heroVisualWrap{margin-bottom:var(--space-2xl);width:100%;max-width:800px}.HeroSection-module__sBkrQG__heroVisual{background:var(--gradient-glass);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);height:240px;padding:var(--space-xl);justify-content:space-around;align-items:center;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__visualBeam{background:linear-gradient(90deg, transparent, var(--accent-primary), var(--accent-secondary), transparent);filter:blur(4px);z-index:0;height:2px;animation:3s linear infinite HeroSection-module__sBkrQG__flow-beam;position:absolute;top:50%;left:0;right:0}@keyframes HeroSection-module__sBkrQG__flow-beam{0%{transform:translate(-100%)}to{transform:translate(100%)}}.HeroSection-module__sBkrQG__visualInput,.HeroSection-module__sBkrQG__visualOutputs,.HeroSection-module__sBkrQG__visualEngine{z-index:1;position:relative}.HeroSection-module__sBkrQG__visualInput{border:1px solid var(--border-subtle);padding:var(--space-md);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;width:180px;transform:rotate(-2deg)}.HeroSection-module__sBkrQG__vLabel{color:var(--text-tertiary);margin-bottom:4px;font-size:.65rem}.HeroSection-module__sBkrQG__vContent{color:var(--text-secondary);font-size:.8rem;font-style:italic}.HeroSection-module__sBkrQG__visualEngine{align-items:center;gap:var(--space-sm);background:var(--gradient-primary);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-full);box-shadow:var(--shadow-md);flex-direction:column;display:flex}.HeroSection-module__sBkrQG__engineIcon{font-size:2rem}.HeroSection-module__sBkrQG__engineText{color:#fff;letter-spacing:.05em;white-space:nowrap;font-size:.75rem;font-weight:800}.HeroSection-module__sBkrQG__visualOutputs{gap:var(--space-sm);flex-direction:column;display:flex}.HeroSection-module__sBkrQG__vOutput{border:1px solid var(--border-subtle);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:var(--text-primary);background:#fff;width:140px;font-size:.85rem;font-weight:600}.HeroSection-module__sBkrQG__voLi{border-left:3px solid #0077b5}.HeroSection-module__sBkrQG__stats{align-items:center;gap:var(--space-2xl);padding:var(--space-md) var(--space-2xl);background:var(--gradient-glass);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(20px);display:flex}.HeroSection-module__sBkrQG__stat{flex-direction:column;align-items:center;gap:4px;display:flex}.HeroSection-module__sBkrQG__statValue{font-family:var(--font-heading);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:900}.HeroSection-module__sBkrQG__statLabel{color:var(--text-tertiary);letter-spacing:.02em;font-size:.75rem}.HeroSection-module__sBkrQG__statDivider{background:var(--border-subtle);width:1px;height:40px}.HeroSection-module__sBkrQG__flowVisual{align-items:center;gap:var(--space-lg);opacity:0;animation:.6s ease-out .5s forwards HeroSection-module__sBkrQG__fadeInUp;display:flex}.HeroSection-module__sBkrQG__flowStep{padding:var(--space-lg) var(--space-xl);background:var(--gradient-glass);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);min-width:140px;transition:all var(--transition-base);flex-direction:column;align-items:center;gap:8px;display:flex}.HeroSection-module__sBkrQG__flowStep:hover{border-color:var(--border-accent);background:var(--bg-glass-hover);transform:translateY(-4px)}.HeroSection-module__sBkrQG__flowIcon{font-size:2rem}.HeroSection-module__sBkrQG__flowLabel{color:var(--text-secondary);font-size:.82rem;font-weight:600}.HeroSection-module__sBkrQG__flowArrow{color:var(--accent-primary-light);font-size:1.5rem;font-weight:300}@media (max-width:768px){.HeroSection-module__sBkrQG__hero{padding:var(--space-2xl) 0;min-height:auto}.HeroSection-module__sBkrQG__ctas{flex-direction:column;width:100%;max-width:320px}.HeroSection-module__sBkrQG__stats{gap:var(--space-md);padding:var(--space-lg);flex-direction:column}.HeroSection-module__sBkrQG__statDivider{width:60px;height:1px}.HeroSection-module__sBkrQG__flowVisual{gap:var(--space-md);flex-direction:column}.HeroSection-module__sBkrQG__flowArrow{transform:rotate(90deg)}.HeroSection-module__sBkrQG__flowStep{width:100%;max-width:200px}.HeroSection-module__sBkrQG__heroVisual{height:auto;padding:var(--space-lg);gap:var(--space-md);flex-direction:column}.HeroSection-module__sBkrQG__visualInput{width:100%;max-width:280px;transform:rotate(0)}.HeroSection-module__sBkrQG__visualBeam{display:none}.HeroSection-module__sBkrQG__visualOutputs{align-items:center;width:100%;max-width:280px}.HeroSection-module__sBkrQG__vOutput{width:100%}}
.ConversionDemo-module__ZxzKRG__conversions{background:var(--bg-secondary)}.ConversionDemo-module__ZxzKRG__header{text-align:center;margin-bottom:var(--space-2xl)}.ConversionDemo-module__ZxzKRG__tabs{gap:var(--space-sm);margin-bottom:var(--space-2xl);flex-wrap:wrap;justify-content:center;display:flex}.ConversionDemo-module__ZxzKRG__tab{color:var(--text-secondary);background:var(--bg-glass);border:1px solid var(--border-subtle);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);padding:.6rem 1.2rem;font-size:.85rem;font-weight:600}.ConversionDemo-module__ZxzKRG__tab:hover{border-color:var(--border-accent);color:var(--text-primary)}.ConversionDemo-module__ZxzKRG__activeTab{color:var(--accent-primary);background:#f1f5f9;border-color:#cbd5e1}.ConversionDemo-module__ZxzKRG__demo{gap:var(--space-lg);grid-template-columns:1fr auto 1fr;align-items:stretch;display:grid}.ConversionDemo-module__ZxzKRG__before,.ConversionDemo-module__ZxzKRG__after{background:var(--gradient-glass);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden}.ConversionDemo-module__ZxzKRG__before{border-color:#fecdd3}.ConversionDemo-module__ZxzKRG__after{border-color:#d1fae5}.ConversionDemo-module__ZxzKRG__panelLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);border-bottom:1px solid var(--border-subtle);align-items:center;gap:8px;padding:.8rem 1.2rem;font-size:.72rem;font-weight:700;display:flex}.ConversionDemo-module__ZxzKRG__redDot{background:var(--accent-rose);border-radius:50%;width:8px;height:8px;display:inline-block}.ConversionDemo-module__ZxzKRG__greenDot{background:var(--accent-green);border-radius:50%;width:8px;height:8px;display:inline-block}.ConversionDemo-module__ZxzKRG__panelContent{padding:1.5rem}.ConversionDemo-module__ZxzKRG__inputText{color:var(--text-secondary);font-size:.95rem;font-style:italic;line-height:1.7}.ConversionDemo-module__ZxzKRG__tweetMeta{margin-top:var(--space-md);color:var(--text-tertiary);font-size:.78rem}.ConversionDemo-module__ZxzKRG__outputText{color:var(--text-primary);white-space:pre-line;font-size:.95rem;line-height:1.8}.ConversionDemo-module__ZxzKRG__metrics{gap:var(--space-lg);margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--border-subtle);display:flex}.ConversionDemo-module__ZxzKRG__metric{flex-direction:column;gap:2px;display:flex}.ConversionDemo-module__ZxzKRG__metricValue{font-family:var(--font-heading);color:var(--accent-green);font-size:1.1rem;font-weight:800}.ConversionDemo-module__ZxzKRG__metricLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem}.ConversionDemo-module__ZxzKRG__arrow{justify-content:center;align-items:center;gap:var(--space-sm);padding:0 var(--space-sm);flex-direction:column;display:flex}.ConversionDemo-module__ZxzKRG__arrowLine{background:linear-gradient(180deg, transparent, var(--accent-primary), transparent);flex:1;width:2px}.ConversionDemo-module__ZxzKRG__arrowIcon{font-size:1.5rem;animation:2s ease-in-out infinite ConversionDemo-module__ZxzKRG__pulse-glow}.ConversionDemo-module__ZxzKRG__viralNote{align-items:flex-start;gap:var(--space-md);margin-top:var(--space-2xl);padding:var(--space-lg);border-radius:var(--radius-md);color:var(--text-secondary);background:#fffbeb;border:1px solid #fef3c7;font-size:.9rem;line-height:1.6;display:flex}.ConversionDemo-module__ZxzKRG__viralIcon{flex-shrink:0;font-size:1.5rem}@media (max-width:768px){.ConversionDemo-module__ZxzKRG__demo{gap:var(--space-md);grid-template-columns:1fr}.ConversionDemo-module__ZxzKRG__arrow{padding:var(--space-sm) 0;flex-direction:row}.ConversionDemo-module__ZxzKRG__arrowLine{background:linear-gradient(90deg, transparent, var(--accent-primary), transparent);flex:1;width:auto;height:2px}}.ConversionDemo-module__ZxzKRG__imageInputWrapper{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-tertiary);justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.ConversionDemo-module__ZxzKRG__inputImage{object-fit:cover;width:100%;height:auto;max-height:280px}
.FeaturesSection-module__MmT36G__features{background:var(--bg-primary)}.FeaturesSection-module__MmT36G__header{text-align:center;margin-bottom:var(--space-3xl)}.FeaturesSection-module__MmT36G__tierLabel{align-items:center;gap:var(--space-md);font-family:var(--font-heading);color:var(--text-primary);margin-bottom:var(--space-xl);font-size:1.1rem;font-weight:700;display:flex}.FeaturesSection-module__MmT36G__tier2{margin-top:var(--space-3xl)}.FeaturesSection-module__MmT36G__tierBadge{letter-spacing:.08em;color:var(--accent-primary-light);border-radius:var(--radius-full);background:#6366f126;border:1px solid #6366f140;padding:.25rem .7rem;font-size:.7rem;font-weight:700}.FeaturesSection-module__MmT36G__tier2Badge{color:var(--accent-secondary);background:#06b6d426;border-color:#06b6d440}.FeaturesSection-module__MmT36G__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.FeaturesSection-module__MmT36G__card{padding:var(--space-2xl);background:var(--gradient-glass);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition-base);position:relative}.FeaturesSection-module__MmT36G__card:hover{background:var(--bg-glass-hover);border-color:var(--border-accent);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.FeaturesSection-module__MmT36G__cardBadge{top:var(--space-lg);right:var(--space-lg);letter-spacing:.05em;background:var(--gradient-gold);color:#000;border-radius:var(--radius-full);padding:.2rem .6rem;font-size:.68rem;font-weight:700;position:absolute}.FeaturesSection-module__MmT36G__iconWrap{border-radius:var(--radius-md);width:52px;height:52px;margin-bottom:var(--space-lg);background:#f1f5f9;border:1px solid #e2e8f0;justify-content:center;align-items:center;display:flex}.FeaturesSection-module__MmT36G__icon{font-size:1.5rem}.FeaturesSection-module__MmT36G__cardTitle{font-family:var(--font-heading);margin-bottom:var(--space-sm);font-size:1.15rem;font-weight:700}.FeaturesSection-module__MmT36G__cardDesc{color:var(--text-secondary);font-size:.88rem;line-height:1.65}@media (max-width:1024px){.FeaturesSection-module__MmT36G__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.FeaturesSection-module__MmT36G__grid{grid-template-columns:1fr}}
.PlatformComparison-module__tjkw2G__platform{background:var(--bg-secondary)}.PlatformComparison-module__tjkw2G__header{text-align:center;margin-bottom:var(--space-3xl)}.PlatformComparison-module__tjkw2G__tableWrap{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);overflow-x:auto}.PlatformComparison-module__tjkw2G__table{border-collapse:collapse;width:100%;font-size:.88rem}.PlatformComparison-module__tjkw2G__table thead{background:#ffffff08}.PlatformComparison-module__tjkw2G__table th{text-align:left;font-family:var(--font-heading);color:var(--text-primary);border-bottom:1px solid var(--border-subtle);padding:1rem 1.2rem;font-size:.85rem;font-weight:700}.PlatformComparison-module__tjkw2G__table td{border-bottom:1px solid var(--border-subtle);vertical-align:top;padding:.9rem 1.2rem}.PlatformComparison-module__tjkw2G__table tr:last-child td{border-bottom:none}.PlatformComparison-module__tjkw2G__table tr:hover td{background:#6366f108}.PlatformComparison-module__tjkw2G__dimCol{width:15%}.PlatformComparison-module__tjkw2G__platCol{width:42.5%}.PlatformComparison-module__tjkw2G__platBadge{border-radius:var(--radius-full);border:1px solid;padding:.3rem .8rem;font-size:.78rem;font-weight:700;display:inline-flex}.PlatformComparison-module__tjkw2G__dimension{color:var(--text-primary);font-weight:600;font-family:var(--font-heading);white-space:nowrap}.PlatformComparison-module__tjkw2G__value{color:var(--text-secondary);line-height:1.55}@media (max-width:768px){.PlatformComparison-module__tjkw2G__dimCol{width:25%}.PlatformComparison-module__tjkw2G__platCol{width:37.5%}.PlatformComparison-module__tjkw2G__table{font-size:.8rem}.PlatformComparison-module__tjkw2G__table th,.PlatformComparison-module__tjkw2G__table td{padding:.7rem .8rem}}
.TestimonialCarousel-module__sV-UiW__carousel{max-width:700px;margin:0 auto;position:relative}.TestimonialCarousel-module__sV-UiW__track{min-height:350px;position:relative}.TestimonialCarousel-module__sV-UiW__card{opacity:0;pointer-events:none;background:var(--gradient-glass);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-2xl);-webkit-backdrop-filter:blur(20px);transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:translate(40px)scale(.95)}.TestimonialCarousel-module__sV-UiW__card.TestimonialCarousel-module__sV-UiW__active{opacity:1;pointer-events:auto;transform:translate(0)scale(1)}.TestimonialCarousel-module__sV-UiW__stars{margin-bottom:var(--space-lg);gap:2px;display:flex}.TestimonialCarousel-module__sV-UiW__star{color:var(--accent-tertiary);font-size:1.1rem}.TestimonialCarousel-module__sV-UiW__quote{color:var(--text-primary);margin-bottom:var(--space-xl);border:none;padding:0;font-size:1.1rem;font-style:italic;line-height:1.7}.TestimonialCarousel-module__sV-UiW__author{align-items:center;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.TestimonialCarousel-module__sV-UiW__avatar{background:var(--gradient-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:.85rem;font-weight:700;display:flex}.TestimonialCarousel-module__sV-UiW__authorInfo{flex-direction:column;gap:2px;display:flex}.TestimonialCarousel-module__sV-UiW__name{font-family:var(--font-heading);color:var(--text-primary);font-size:1rem;font-weight:700}.TestimonialCarousel-module__sV-UiW__role{color:var(--text-tertiary);font-size:.82rem}.TestimonialCarousel-module__sV-UiW__metric{color:var(--accent-green);border-radius:var(--radius-full);background:#10b9811a;border:1px solid #10b98133;align-items:center;gap:6px;padding:.4rem .9rem;font-size:.8rem;font-weight:600;display:inline-flex}.TestimonialCarousel-module__sV-UiW__metricIcon{font-size:.85rem}.TestimonialCarousel-module__sV-UiW__controls{justify-content:center;align-items:center;gap:var(--space-lg);margin-top:var(--space-xl);display:flex}.TestimonialCarousel-module__sV-UiW__navBtn{background:var(--bg-glass);border:1px solid var(--border-subtle);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.TestimonialCarousel-module__sV-UiW__navBtn:hover{background:var(--bg-glass-hover);border-color:var(--border-accent);color:var(--text-primary)}.TestimonialCarousel-module__sV-UiW__dots{gap:8px;display:flex}.TestimonialCarousel-module__sV-UiW__dot{background:var(--bg-tertiary);cursor:pointer;width:8px;height:8px;transition:all var(--transition-fast);border:none;border-radius:50%}.TestimonialCarousel-module__sV-UiW__dot:hover{background:var(--accent-primary);transform:scale(1.3)}.TestimonialCarousel-module__sV-UiW__activeDot{background:var(--accent-primary);border-radius:4px;width:24px}
.PricingSection-module__2CM7mq__pricing{background:var(--bg-primary)}.PricingSection-module__2CM7mq__header{text-align:center;margin-bottom:var(--space-3xl)}.PricingSection-module__2CM7mq__toggle{justify-content:center;align-items:center;gap:var(--space-md);margin-top:var(--space-xl);display:flex}.PricingSection-module__2CM7mq__toggleLabel{color:var(--text-tertiary);transition:color var(--transition-fast);font-size:.9rem}.PricingSection-module__2CM7mq__activeLabel{color:var(--text-primary);font-weight:600}.PricingSection-module__2CM7mq__saveBadge{color:var(--accent-green);border-radius:var(--radius-full);background:#d1fae5;margin-left:6px;padding:2px 8px;font-size:.72rem}.PricingSection-module__2CM7mq__toggleSwitch{background:var(--bg-tertiary);border:1px solid var(--border-subtle);cursor:pointer;width:48px;height:26px;transition:all var(--transition-base);border-radius:13px;position:relative}.PricingSection-module__2CM7mq__toggleSwitch.PricingSection-module__2CM7mq__toggleActive{background:var(--accent-primary);border-color:var(--accent-primary)}.PricingSection-module__2CM7mq__toggleKnob{width:20px;height:20px;transition:transform var(--transition-base);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px}.PricingSection-module__2CM7mq__toggleSwitch.PricingSection-module__2CM7mq__toggleActive .PricingSection-module__2CM7mq__toggleKnob{transform:translate(22px)}.PricingSection-module__2CM7mq__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);align-items:start;display:grid}.PricingSection-module__2CM7mq__card{background:var(--gradient-glass);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-2xl);transition:all var(--transition-base);position:relative}.PricingSection-module__2CM7mq__card:hover{border-color:var(--border-accent);transform:translateY(-4px)}.PricingSection-module__2CM7mq__popular{border-color:var(--text-primary);box-shadow:var(--shadow-lg);background:#fff}.PricingSection-module__2CM7mq__popular:hover{box-shadow:var(--shadow-glow-lg)}.PricingSection-module__2CM7mq__popularBadge{letter-spacing:.05em;background:var(--gradient-primary);color:#fff;border-radius:var(--radius-full);white-space:nowrap;padding:.3rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.PricingSection-module__2CM7mq__cardHeader{text-align:center;margin-bottom:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--border-subtle)}.PricingSection-module__2CM7mq__tierName{font-family:var(--font-heading);margin-bottom:var(--space-md);font-size:1.3rem;font-weight:700}.PricingSection-module__2CM7mq__price{justify-content:center;align-items:baseline;gap:2px;display:flex}.PricingSection-module__2CM7mq__currency{color:var(--text-secondary);font-size:1.4rem;font-weight:600}.PricingSection-module__2CM7mq__amount{font-family:var(--font-heading);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900;line-height:1}.PricingSection-module__2CM7mq__period{color:var(--text-tertiary);font-size:.9rem}.PricingSection-module__2CM7mq__annualTotal{color:var(--text-tertiary);margin-top:4px;font-size:.8rem}.PricingSection-module__2CM7mq__tierDesc{color:var(--text-secondary);margin-top:var(--space-sm);font-size:.88rem;line-height:1.5}.PricingSection-module__2CM7mq__featureList{margin-bottom:var(--space-xl);flex-direction:column;gap:.6rem;list-style:none;display:flex}.PricingSection-module__2CM7mq__featureItem{color:var(--text-secondary);align-items:flex-start;gap:.6rem;font-size:.85rem;line-height:1.4;display:flex}.PricingSection-module__2CM7mq__featureItem.PricingSection-module__2CM7mq__excluded{opacity:.4}.PricingSection-module__2CM7mq__featureIcon{color:var(--accent-green);flex-shrink:0;margin-top:2px;font-size:.8rem}.PricingSection-module__2CM7mq__excluded .PricingSection-module__2CM7mq__featureIcon{color:var(--text-tertiary)}.PricingSection-module__2CM7mq__featureName{flex-shrink:0}.PricingSection-module__2CM7mq__featureDetail{color:var(--text-tertiary);text-align:right;margin-left:auto;font-size:.8rem}.PricingSection-module__2CM7mq__ctaBtn{width:100%;padding:.85rem}.PricingSection-module__2CM7mq__studentDiscount{text-align:center;color:var(--text-tertiary);margin-top:var(--space-md);font-size:.78rem}@media (max-width:1024px){.PricingSection-module__2CM7mq__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}
.FAQAccordion-module__sbNgYW__accordion{gap:var(--space-sm);flex-direction:column;max-width:800px;margin:0 auto;display:flex}.FAQAccordion-module__sbNgYW__item{background:var(--gradient-glass);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:all var(--transition-base);overflow:hidden}.FAQAccordion-module__sbNgYW__item:hover{border-color:var(--border-accent)}.FAQAccordion-module__sbNgYW__item.FAQAccordion-module__sbNgYW__open{border-color:var(--border-accent);box-shadow:var(--shadow-glow)}.FAQAccordion-module__sbNgYW__trigger{justify-content:space-between;align-items:center;gap:var(--space-md);width:100%;color:var(--text-primary);cursor:pointer;text-align:left;transition:color var(--transition-fast);background:0 0;border:none;padding:1.2rem 1.5rem;display:flex}.FAQAccordion-module__sbNgYW__trigger:hover{color:var(--text-accent)}.FAQAccordion-module__sbNgYW__question{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;line-height:1.4}.FAQAccordion-module__sbNgYW__icon{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--accent-primary-light);transition:all var(--transition-base);background:#6366f11a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.FAQAccordion-module__sbNgYW__item.FAQAccordion-module__sbNgYW__open .FAQAccordion-module__sbNgYW__icon{background:#6366f133;transform:rotate(180deg)}.FAQAccordion-module__sbNgYW__content{max-height:0;transition:max-height var(--transition-slow);overflow:hidden}.FAQAccordion-module__sbNgYW__item.FAQAccordion-module__sbNgYW__open .FAQAccordion-module__sbNgYW__content{max-height:500px}.FAQAccordion-module__sbNgYW__answer{color:var(--text-secondary);padding:0 1.5rem 1.2rem;font-size:.95rem;line-height:1.7}
.faq-module__6AW0yG__faqPage{padding:var(--space-4xl) 0}.faq-module__6AW0yG__header{text-align:center;margin-bottom:var(--space-3xl)}.faq-module__6AW0yG__contact{text-align:center;margin-top:var(--space-4xl);padding:var(--space-2xl);background:var(--gradient-glass);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);max-width:500px;margin-left:auto;margin-right:auto}.faq-module__6AW0yG__contact h3{font-family:var(--font-heading);margin-bottom:var(--space-sm);font-size:1.2rem;font-weight:700}.faq-module__6AW0yG__contact p{color:var(--text-secondary);margin-bottom:var(--space-lg);font-size:.92rem}
.page-module___8aEwW__howItWorks{background:var(--bg-secondary)}.page-module___8aEwW__featureCard{background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-2xl) var(--space-xl);transition:all var(--transition-base);box-shadow:var(--shadow-sm);gap:var(--space-md);flex-direction:column;display:flex}.page-module___8aEwW__featureCard:hover{border-color:var(--border-accent);box-shadow:var(--shadow-md);transform:translateY(-4px)}.page-module___8aEwW__featureHeader{margin-bottom:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.page-module___8aEwW__featureIconWrap{border-radius:var(--radius-md);background:var(--bg-tertiary);justify-content:center;align-items:center;width:48px;height:48px;display:flex}.page-module___8aEwW__featureIcon{font-size:1.5rem}.page-module___8aEwW__orangeBadge{color:#fff;border-radius:var(--radius-full);letter-spacing:.05em;background:#ea580c;padding:.35rem .85rem;font-size:.75rem;font-weight:700;box-shadow:0 2px 8px #ea580c33}.page-module___8aEwW__featureTitle{color:var(--text-primary);font-size:1.25rem;font-weight:700}.page-module___8aEwW__featureText{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.page-module___8aEwW__testimonials{background:var(--bg-primary)}.page-module___8aEwW__faqSection{background:var(--bg-secondary)}.page-module___8aEwW__finalCta{background:var(--bg-primary);padding:var(--space-5xl) 0}.page-module___8aEwW__ctaCard{padding:var(--space-4xl) var(--space-2xl);border:1px solid var(--border-accent);border-radius:var(--radius-xl);text-align:center;background:linear-gradient(135deg,#6366f114,#06b6d40a);position:relative;overflow:hidden}.page-module___8aEwW__ctaOrbs{pointer-events:none;position:absolute;inset:0;overflow:hidden}.page-module___8aEwW__ctaContent{z-index:1;position:relative}.page-module___8aEwW__ctaTitle{margin-bottom:var(--space-lg);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;line-height:1.15}.page-module___8aEwW__ctaText{color:var(--text-secondary);margin-bottom:var(--space-2xl);max-width:500px;margin-left:auto;margin-right:auto;font-size:1.1rem}.page-module___8aEwW__ctaButtons{gap:var(--space-md);justify-content:center;display:flex}@media (max-width:1024px){.page-module___8aEwW__spotlightGrid{gap:var(--space-2xl);grid-template-columns:1fr}}@media (max-width:768px){.page-module___8aEwW__ctaButtons{flex-direction:column;align-items:center}}
