.landing-module__g1LwZa__container{background-color:var(--background);min-height:100vh;color:var(--foreground);flex-direction:column;display:flex;overflow-x:hidden}.landing-module__g1LwZa__main{flex-direction:column;flex:1;align-items:center;width:100%;display:flex}.landing-module__g1LwZa__heroSection{text-align:center;background:radial-gradient(circle at 50% 10%,#6366f114 0%,#0000 60%),radial-gradient(circle at 80% 30%,#22c55e0d 0%,#0000 50%),radial-gradient(circle at 20% 40%,#eab30808 0%,#0000 50%);flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:90vh;padding:2rem 5%;display:flex;position:relative;overflow:hidden}.landing-module__g1LwZa__heroContent{z-index:2;flex-direction:column;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.landing-module__g1LwZa__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--primary);margin-bottom:-1rem;font-size:.875rem;font-weight:600;animation:.8s ease-out forwards landing-module__g1LwZa__fadeInDown}.landing-module__g1LwZa__heroTitle{letter-spacing:-.02em;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#e0e0e0 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(3rem,10vw,7rem);font-weight:700;line-height:1.05;animation:1s cubic-bezier(.34,1.56,.64,1) forwards landing-module__g1LwZa__fadeInUp}.landing-module__g1LwZa__heroTitle span{color:var(--primary);-webkit-text-fill-color:var(--primary)}.landing-module__g1LwZa__heroSubtitle{color:var(--text-muted);opacity:0;max-width:600px;margin-top:1rem;font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.6;animation:1s ease-out .2s forwards landing-module__g1LwZa__fadeInUp}.landing-module__g1LwZa__ctaGroup{opacity:0;gap:1.5rem;margin-top:2rem;animation:1s ease-out .4s forwards landing-module__g1LwZa__fadeInUp;display:flex}.landing-module__g1LwZa__primaryBtn{background-color:var(--primary);color:#000;border:none;border-radius:50px;padding:1rem 2.5rem;font-weight:700;text-decoration:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;box-shadow:0 8px 20px #2cdd6a4d}.landing-module__g1LwZa__primaryBtn:hover{transform:scale(1.05);box-shadow:0 0 20px #2cdd6a66}.landing-module__g1LwZa__secondaryBtn{color:var(--foreground);background:0 0;border:1px solid #fff3;border-radius:50px;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:all .2s}.landing-module__g1LwZa__secondaryBtn:hover{border-color:var(--foreground);background:#ffffff0d}.landing-module__g1LwZa__featuresSection{background-color:var(--background);width:100%;padding:8rem 5%;position:relative}.landing-module__g1LwZa__sectionHeader{text-align:center;max-width:800px;margin:0 auto 5rem}.landing-module__g1LwZa__sectionTitle{margin-bottom:1rem;font-size:3rem;font-weight:700}.landing-module__g1LwZa__sectionDesc{color:var(--text-muted);font-size:1.25rem}.landing-module__g1LwZa__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto;display:grid}.landing-module__g1LwZa__featureCard{background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff05;border-radius:32px;flex-direction:column;gap:1.5rem;padding:2.5rem;transition:transform .5s cubic-bezier(.34,1.56,.64,1),box-shadow .5s,background .3s;display:flex;position:relative;overflow:hidden}.landing-module__g1LwZa__featureCard:hover{background:#2cdd6a05;transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px -10px #0006,0 0 20px #2cdd6a0d}.landing-module__g1LwZa__iconWrapper{width:64px;height:64px;color:var(--primary);background:linear-gradient(135deg,#2cdd6a26 0%,#2cdd6a0d 100%);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:inset 0 2px 4px #ffffff1a}.landing-module__g1LwZa__cardTitle{font-size:1.5rem;font-weight:700}.landing-module__g1LwZa__cardText{color:var(--text-muted);line-height:1.6}.landing-module__g1LwZa__howToSection{background:linear-gradient(180deg,var(--background)0%,#111 100%);padding:8rem 5%}.landing-module__g1LwZa__stepsContainer{flex-direction:column;gap:4rem;max-width:1000px;margin:0 auto;display:flex}.landing-module__g1LwZa__stepItem{opacity:.8;align-items:flex-start;gap:2rem;transition:opacity .3s;display:flex}.landing-module__g1LwZa__stepItem:hover{opacity:1}.landing-module__g1LwZa__stepNumber{color:#0000;-webkit-text-stroke:2px var(--primary);min-width:100px;font-size:4rem;font-weight:800;line-height:1}.landing-module__g1LwZa__stepContent{padding-top:1rem}.landing-module__g1LwZa__stepTitle{margin-bottom:1rem;font-size:2rem;font-weight:700}.landing-module__g1LwZa__faqSection{max-width:900px;margin:0 auto;padding:8rem 5%}.landing-module__g1LwZa__faqItem{border-bottom:1px solid #ffffff1a;padding:2rem 0}.landing-module__g1LwZa__faqQuestion{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.landing-module__g1LwZa__faqAnswer{color:var(--text-muted);line-height:1.8}.landing-module__g1LwZa__footer{text-align:center;color:var(--text-muted);background:#111;border-top:1px solid #ffffff0d;padding:4rem 5%}@keyframes landing-module__g1LwZa__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-module__g1LwZa__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.landing-module__g1LwZa__heroTitle{font-size:3.5rem}.landing-module__g1LwZa__ctaGroup{flex-direction:column;width:100%}.landing-module__g1LwZa__primaryBtn,.landing-module__g1LwZa__secondaryBtn{text-align:center;width:100%}.landing-module__g1LwZa__stepItem{flex-direction:column;gap:1rem}.landing-module__g1LwZa__pricingGrid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;width:100vw;margin-left:-5%;padding-bottom:2rem;padding-left:5%;padding-right:5%;scroll-padding:0 5%;display:flex;overflow-x:auto}.landing-module__g1LwZa__pricingGrid::-webkit-scrollbar{display:none}.landing-module__g1LwZa__pricingGrid{-ms-overflow-style:none;scrollbar-width:none}.landing-module__g1LwZa__pricingCard{scroll-snap-align:center;flex-shrink:0;min-width:85vw}}.landing-module__g1LwZa__pricingSection{background-color:var(--background);padding:8rem 5%;position:relative;overflow:hidden}.landing-module__g1LwZa__pricingHeader{text-align:center;z-index:2;max-width:800px;margin:0 auto 5rem;position:relative}.landing-module__g1LwZa__pricingToggle{background:var(--surface-2,var(--color-surface-hover));border:1px solid var(--color-border);border-radius:9999px;margin-bottom:3rem;padding:4px;display:inline-flex;position:relative}.landing-module__g1LwZa__toggleBtn{color:var(--color-text-muted);cursor:pointer;z-index:1;background:0 0;border:none;border-radius:9999px;padding:8px 22px;font-family:inherit;font-size:14px;font-weight:600;transition:all .18s cubic-bezier(.22,1,.36,1);position:relative}.landing-module__g1LwZa__toggleBtnActive{background:var(--color-surface);color:var(--foreground);box-shadow:0 1px 3px #0f172a1f,0 1px 2px #0f172a14}.landing-module__g1LwZa__discountBadge{text-transform:uppercase;letter-spacing:.05em;color:#fff;white-space:nowrap;z-index:50;pointer-events:none;background:#10b981;border-radius:8px;padding:4px 12px;font-size:.65rem;font-weight:700;position:absolute;top:-20px;right:-25px;box-shadow:0 4px 10px #10b98133}.landing-module__g1LwZa__pricingGrid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:.75rem;max-width:1150px;margin:0 auto;display:grid}.landing-module__g1LwZa__pricingCard{background:var(--surface);border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;flex-direction:column;padding:1.5rem 1rem;transition:all .4s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;box-shadow:0 4px 6px -1px #0000001a}.landing-module__g1LwZa__pricingCard:hover{border-color:var(--primary);box-shadow:0 20px 40px -10px var(--shadow-color);background:var(--surface-hover);transform:translateY(-6px)}.landing-module__g1LwZa__pricingCardFeatured{background:var(--surface);border:1px solid var(--primary);z-index:2;transform:translateY(-8px);box-shadow:0 20px 40px -10px #6366f140,0 0 0 1px #6366f133}.landing-module__g1LwZa__pricingCardFeatured:hover{transform:translateY(-12px);box-shadow:0 30px 50px -10px #6366f159}.landing-module__g1LwZa__popularBadge{color:#fff;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;z-index:10;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:9999px;padding:5px 16px;font-size:.7rem;font-weight:700;position:absolute;top:-13px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #6366f166}.landing-module__g1LwZa__planName{color:var(--foreground);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.landing-module__g1LwZa__planDesc{color:var(--text-muted);min-height:35px;font-size:.75rem;line-height:1.4}.landing-module__g1LwZa__priceContainer{flex-wrap:wrap;align-items:baseline;gap:4px;margin:1.75rem 0;display:flex}.landing-module__g1LwZa__originalPrice{color:var(--text-muted);opacity:.8;white-space:nowrap;margin-left:.5rem;font-size:.9rem;font-weight:600;-webkit-text-decoration:line-through #ef4444;text-decoration:line-through #ef4444;text-decoration-thickness:2px}.landing-module__g1LwZa__currency{color:var(--text-muted);align-self:flex-start;margin-top:6px;font-size:1.25rem;font-weight:600}.landing-module__g1LwZa__priceAmount{color:var(--foreground);letter-spacing:-1.5px;font-size:2rem;font-weight:800;line-height:1}.landing-module__g1LwZa__pricePeriod{color:var(--text-muted);font-size:.9rem;font-weight:500}.landing-module__g1LwZa__featuresList{flex-direction:column;flex:1;gap:.875rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.landing-module__g1LwZa__featureItem{color:var(--text-muted);align-items:flex-start;gap:8px;font-size:.75rem;line-height:1.4;display:flex}.landing-module__g1LwZa__checkIcon{width:16px;height:16px;color:var(--primary);flex-shrink:0}.landing-module__g1LwZa__cardFooter{margin-top:auto}.landing-module__g1LwZa__cardBtn{cursor:pointer;text-align:center;border:1px solid var(--border);background:var(--surface);width:100%;color:var(--foreground);border-radius:10px;padding:.75rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;box-shadow:0 2px 4px #0000000d}.landing-module__g1LwZa__cardBtn:hover{background:var(--surface-hover);border-color:var(--foreground);transform:translateY(-2px);box-shadow:0 6px 12px #0000001a}.landing-module__g1LwZa__cardBtnPrimary{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;box-shadow:0 4px 15px #6366f166}.landing-module__g1LwZa__cardBtnPrimary:hover{background:linear-gradient(135deg,#818cf8 0%,#6366f1 100%);transform:translateY(-2px)scale(1.02);box-shadow:0 8px 25px #6366f180}
