.HeroSection-module__sBkrQG__hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__bgImage{z-index:0;background:url(/images/hero-bg.png) 50%/cover no-repeat;position:absolute;inset:0;transform:scale(1.05)}.HeroSection-module__sBkrQG__bgOverlay{z-index:1;background:linear-gradient(#0a0e1a4d 0%,#0a0e1a80 30%,#0a0e1acc 70%,#0a0e1a 100%);position:absolute;inset:0}.HeroSection-module__sBkrQG__particles{z-index:2;pointer-events:none;position:absolute;inset:0}.HeroSection-module__sBkrQG__orbOne{z-index:1;width:400px;height:400px;top:10%;right:-10%}.HeroSection-module__sBkrQG__orbTwo{z-index:1;width:300px;height:300px;bottom:20%;left:-5%}.HeroSection-module__sBkrQG__content{z-index:3;text-align:center;padding-top:120px;padding-bottom:60px;position:relative}.HeroSection-module__sBkrQG__badge{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-gold);background:#f1b04c14;border:1px solid #f1b04c33;border-radius:9999px;align-items:center;gap:8px;margin-bottom:28px;padding:8px 20px;font-size:.8rem;font-weight:600;display:inline-flex}.HeroSection-module__sBkrQG__badgeDot{background:var(--accent-gold);width:8px;height:8px;box-shadow:0 0 8px var(--accent-gold);border-radius:50%;animation:2s ease-in-out infinite HeroSection-module__sBkrQG__pulse-glow}.HeroSection-module__sBkrQG__title{max-width:700px;margin:0 auto 24px}.HeroSection-module__sBkrQG__subtitle{max-width:560px;color:var(--text-secondary);margin:0 auto 40px;font-size:1.1rem;line-height:1.7}.HeroSection-module__sBkrQG__signupWrap{max-width:520px;margin-bottom:60px;margin-left:auto;margin-right:auto}.HeroSection-module__sBkrQG__signupForm{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #f1b04c33;flex-direction:column;gap:0;display:flex;overflow:hidden}.HeroSection-module__sBkrQG__inputRow{gap:0;display:flex}.HeroSection-module__sBkrQG__inputRow .HeroSection-module__sBkrQG__emailInput{border-right:1px solid #ffffff0f}.HeroSection-module__sBkrQG__inputRow .HeroSection-module__sBkrQG__emailInput:last-child{border-right:none}.HeroSection-module__sBkrQG__errorText{color:#ef4444;margin:0;padding:6px 16px;font-size:.8rem}.HeroSection-module__sBkrQG__emailInput{font-family:var(--font-body);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:16px 20px;font-size:.95rem}.HeroSection-module__sBkrQG__emailInput::placeholder{color:var(--text-muted)}.HeroSection-module__sBkrQG__submitBtn{white-space:nowrap;border-radius:0;padding:16px 28px;font-size:.85rem}.HeroSection-module__sBkrQG__signupNote{color:var(--text-muted);text-align:center;margin-top:12px;font-size:.8rem}.HeroSection-module__sBkrQG__successMessage{border-radius:var(--radius-lg);background:#2ecc710f;border:1px solid #2ecc7133;flex-direction:column;align-items:center;gap:12px;padding:28px;display:flex}.HeroSection-module__sBkrQG__successIcon{font-size:2rem}.HeroSection-module__sBkrQG__successText{color:#2ecc71;font-size:1rem;font-weight:600}.HeroSection-module__sBkrQG__stats{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff0f;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;max-width:650px;margin:0 auto;padding:24px 40px;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);color:var(--accent-gold);font-size:1.4rem;font-weight:800}.HeroSection-module__sBkrQG__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.HeroSection-module__sBkrQG__statDivider{background:#ffffff14;width:1px;height:32px}.HeroSection-module__sBkrQG__scrollIndicator{z-index:3;color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase;flex-direction:column;align-items:center;gap:6px;font-size:.7rem;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}@media (max-width:768px){.HeroSection-module__sBkrQG__content{padding-top:100px}.HeroSection-module__sBkrQG__subtitle{font-size:.95rem}.HeroSection-module__sBkrQG__stats{gap:20px;padding:20px 24px}.HeroSection-module__sBkrQG__statDivider{display:none}.HeroSection-module__sBkrQG__stat{min-width:80px}}
.FeaturesSection-module__MmT36G__features{background:linear-gradient(to bottom, var(--bg-primary), var(--bg-secondary));position:relative}.FeaturesSection-module__MmT36G__header{text-align:center;margin-bottom:64px}.FeaturesSection-module__MmT36G__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.FeaturesSection-module__MmT36G__card{flex-direction:column;gap:16px;padding:32px 28px;display:flex;position:relative;overflow:hidden}.FeaturesSection-module__MmT36G__card:before{content:"";opacity:0;height:3px;transition:opacity var(--transition-base);border-radius:20px 20px 0 0;position:absolute;top:0;left:0;right:0}.FeaturesSection-module__MmT36G__card:hover:before{opacity:1}.FeaturesSection-module__MmT36G__accentgold:before{background:linear-gradient(90deg, var(--accent-gold), transparent)}.FeaturesSection-module__MmT36G__accentpurple:before{background:linear-gradient(90deg, var(--accent-purple), transparent)}.FeaturesSection-module__MmT36G__cardNumber{align-items:center;gap:12px;display:flex}.FeaturesSection-module__MmT36G__number{font-family:var(--font-heading);color:var(--accent-gold);opacity:.5;font-size:.9rem;font-weight:800}.FeaturesSection-module__MmT36G__accentpurple .FeaturesSection-module__MmT36G__number{color:var(--accent-purple)}.FeaturesSection-module__MmT36G__cardImage{border-radius:var(--radius-md);width:100%;height:180px;margin:4px 0;overflow:hidden}.FeaturesSection-module__MmT36G__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.FeaturesSection-module__MmT36G__card:hover .FeaturesSection-module__MmT36G__cardImage img{transform:scale(1.05)}.FeaturesSection-module__MmT36G__cardIcon{align-items:center;height:80px;font-size:3rem;display:flex}.FeaturesSection-module__MmT36G__cardTitle{color:var(--text-primary)}.FeaturesSection-module__MmT36G__cardDesc{color:var(--text-secondary);flex-grow:1;font-size:.9rem;line-height:1.7}.FeaturesSection-module__MmT36G__tags{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.FeaturesSection-module__MmT36G__tag{text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full);color:var(--text-muted);background:#ffffff0a;border:1px solid #ffffff0f;padding:4px 12px;font-size:.7rem;font-weight:600}.FeaturesSection-module__MmT36G__accentgold .FeaturesSection-module__MmT36G__tag{color:var(--accent-gold);background:#f1b04c0f;border-color:#f1b04c1f}.FeaturesSection-module__MmT36G__accentpurple .FeaturesSection-module__MmT36G__tag{color:var(--accent-purple);background:#8b5cf60f;border-color:#8b5cf61f}.FeaturesSection-module__MmT36G__viewAll{text-align:center;margin-top:48px}@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}}
.TestimonialsSection-module__g6gg7W__testimonials{background:var(--bg-secondary);overflow:hidden}.TestimonialsSection-module__g6gg7W__header{text-align:center;margin-bottom:48px}.TestimonialsSection-module__g6gg7W__carousel{border-radius:var(--radius-lg);overflow:hidden}.TestimonialsSection-module__g6gg7W__track{transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}.TestimonialsSection-module__g6gg7W__slide{min-width:100%;padding:0 24px}.TestimonialsSection-module__g6gg7W__card{text-align:center;max-width:700px;margin:0 auto;padding:40px}.TestimonialsSection-module__g6gg7W__card:hover{transform:none}.TestimonialsSection-module__g6gg7W__stars{color:var(--accent-gold);letter-spacing:4px;margin-bottom:20px;font-size:1.4rem}.TestimonialsSection-module__g6gg7W__quote{color:var(--text-secondary);margin-bottom:28px;font-size:1.15rem;font-style:italic;line-height:1.8}.TestimonialsSection-module__g6gg7W__author{justify-content:center;align-items:center;gap:14px;display:flex}.TestimonialsSection-module__g6gg7W__avatar{background:linear-gradient(135deg, var(--accent-gold), var(--accent-purple));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;font-weight:700;display:flex}.TestimonialsSection-module__g6gg7W__name{color:var(--text-primary);font-size:.95rem;font-weight:600}.TestimonialsSection-module__g6gg7W__role{color:var(--text-muted);font-size:.8rem}.TestimonialsSection-module__g6gg7W__dots{justify-content:center;gap:8px;margin-top:28px;display:flex}.TestimonialsSection-module__g6gg7W__dot{cursor:pointer;width:10px;height:10px;transition:all var(--transition-fast);background:#ffffff1a;border:none;border-radius:50%;padding:0}.TestimonialsSection-module__g6gg7W__dotActive{background:var(--accent-gold);border-radius:5px;width:28px}
.PricingSection-module__2CM7mq__pricing{text-align:center}.PricingSection-module__2CM7mq__header{flex-direction:column;align-items:center;display:flex}.PricingSection-module__2CM7mq__tierPreview{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px;display:flex}.PricingSection-module__2CM7mq__tierChip{background:color-mix(in srgb, var(--chip-color) 10%, transparent);border:1px solid color-mix(in srgb, var(--chip-color) 30%, transparent);color:var(--chip-color);border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:700;display:flex}.PricingSection-module__2CM7mq__tierChip span{color:#ffffff80;font-size:.8rem;font-weight:500}@media (max-width:500px){.PricingSection-module__2CM7mq__tierPreview{gap:8px}.PricingSection-module__2CM7mq__tierChip{padding:8px 14px;font-size:.8rem}}
