.Header-module__Af2_WG__header{-webkit-backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid var(--glass-border);background:#050510d9;align-items:center;width:100%;height:80px;display:flex;position:fixed;top:0;left:0}.Header-module__Af2_WG__headerContainer{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__Af2_WG__logo{font-family:var(--font-heading);letter-spacing:-1px;font-size:2rem;font-style:italic;font-weight:900}.Header-module__Af2_WG__logo a{align-items:center;display:flex}.Header-module__Af2_WG__logoHighlight{color:var(--color-neon-blue);text-shadow:0 0 10px #00c3ff66}.Header-module__Af2_WG__nav{gap:30px;display:flex}.Header-module__Af2_WG__navLink{color:var(--color-text-muted);font-size:1rem;font-weight:500;transition:color .3s}.Header-module__Af2_WG__navLink:hover{color:var(--color-neon-green)}.Header-module__Af2_WG__mobileMenuBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;transition:background .3s;display:none}.Header-module__Af2_WG__mobileMenuBtn:hover{background:var(--glass-bg)}@media (max-width:768px){.Header-module__Af2_WG__nav{background:var(--color-bg-alt);border-bottom:1px solid var(--glass-border);flex-direction:column;width:100%;padding:20px;display:none;position:absolute;top:80px;left:0;box-shadow:0 10px 30px #00000080}.Header-module__Af2_WG__nav.Header-module__Af2_WG__navOpen{display:flex}.Header-module__Af2_WG__navLink{border-bottom:1px solid #ffffff0d;padding:10px 0;font-size:1.1rem}.Header-module__Af2_WG__navLink:last-child{border-bottom:none}.Header-module__Af2_WG__mobileMenuBtn{border:1px solid var(--glass-border);justify-content:center;align-items:center;display:flex}}@media (max-width:480px){.Header-module__Af2_WG__logo{font-size:1.4rem}}
.Hero-module__Z8hQ_W__hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__carouselContainer{z-index:0;background-color:var(--color-bg);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__carouselImage{filter:saturate(1.2);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__overlayGradient{background:linear-gradient(to bottom, #05051066 0%, #050510e6 70%, var(--color-bg) 100%);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__heroContent{z-index:2;flex-direction:column;justify-content:center;display:flex;position:relative}.Hero-module__Z8hQ_W__textContent{max-width:700px}.Hero-module__Z8hQ_W__badge{border:1px solid var(--color-neon-blue);color:var(--color-neon-blue);background:#ffffff0d;border-radius:30px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-flex}.Hero-module__Z8hQ_W__title{text-shadow:0 4px 20px #00000080;margin-bottom:24px;font-size:4.5rem;font-weight:900;line-height:1.1}.Hero-module__Z8hQ_W__subtitle{color:var(--color-text-muted);max-width:600px;margin-bottom:40px;font-size:1.25rem}.Hero-module__Z8hQ_W__actions{gap:20px;margin-bottom:40px;display:flex}.Hero-module__Z8hQ_W__heroBtn{padding:16px 32px;font-size:1.2rem}.Hero-module__Z8hQ_W__stats{gap:30px;display:flex}.Hero-module__Z8hQ_W__statItem{color:#ddd;align-items:center;gap:10px;font-weight:500;display:flex}.Hero-module__Z8hQ_W__statIcon{color:var(--color-neon-green)}.Hero-module__Z8hQ_W__shortText{display:none}@media (max-width:768px){.Hero-module__Z8hQ_W__title{font-size:3rem}.Hero-module__Z8hQ_W__actions{flex-direction:column;gap:15px}.Hero-module__Z8hQ_W__heroBtn{width:100%}.Hero-module__Z8hQ_W__stats{flex-direction:column;gap:15px}}@media (max-width:480px){.Hero-module__Z8hQ_W__title{font-size:2.2rem}.Hero-module__Z8hQ_W__heroBtn{white-space:nowrap;padding:12px 16px;font-size:.95rem}.Hero-module__Z8hQ_W__fullText{display:none}.Hero-module__Z8hQ_W__shortText{display:inline}.Hero-module__Z8hQ_W__downloadIcon{width:18px;height:18px}.Hero-module__Z8hQ_W__badge{padding:6px 12px;font-size:.8rem}.Hero-module__Z8hQ_W__subtitle{font-size:1rem}}
.Carousel-module__EaAMNW__carouselSection{background:0 0;justify-content:center;padding:40px 0;display:flex}.Carousel-module__EaAMNW__carouselContainer{width:100%;max-width:800px}.Carousel-module__EaAMNW__carouselWrapper{aspect-ratio:16/9;border:1px solid var(--glass-border);border-radius:16px;width:100%;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.Carousel-module__EaAMNW__slide{opacity:0;background-color:#0003;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .8s ease-in-out;display:flex;position:absolute;top:0;left:0}.Carousel-module__EaAMNW__slide.Carousel-module__EaAMNW__active{opacity:1;z-index:1}.Carousel-module__EaAMNW__image{object-fit:cover;width:100%;height:100%}.Carousel-module__EaAMNW__indicators{z-index:2;gap:10px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.Carousel-module__EaAMNW__indicator{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.Carousel-module__EaAMNW__indicator:hover{background:#fffc}.Carousel-module__EaAMNW__activeIndicator{background:var(--color-neon-blue);box-shadow:0 0 10px var(--color-neon-blue);transform:scale(1.2)}@media (max-width:768px){.Carousel-module__EaAMNW__carouselWrapper{aspect-ratio:4/3}}@media (max-width:480px){.Carousel-module__EaAMNW__carouselSection{padding:20px 0}.Carousel-module__EaAMNW__carouselWrapper{aspect-ratio:1;border-radius:12px}}
.Features-module__ZD3nRW__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;display:grid}.Features-module__ZD3nRW__featureCard{transition:transform .4s cubic-bezier(.175,.885,.32,1.275),border-color .3s,box-shadow .3s}.Features-module__ZD3nRW__iconWrapper{background:var(--glass-bg);border:1px solid var(--feature-color,#00c3ff4d);width:60px;height:60px;color:var(--feature-color,var(--color-neon-blue));box-shadow:0 0 15px var(--feature-color,#00c3ff26);border-radius:15px;justify-content:center;align-items:center;margin-bottom:20px;transition:all .4s;display:flex}.Features-module__ZD3nRW__featureCard:hover .Features-module__ZD3nRW__iconWrapper{box-shadow:0 0 30px var(--feature-color,#00c3ff66);background:#ffffff0d;transform:scale(1.1)rotate(5deg)}.Features-module__ZD3nRW__featureCard:hover{border-color:var(--feature-color);box-shadow:0 10px 30px #00000080, 0 0 15px var(--feature-color,#0000);transform:translateY(-8px)}.Features-module__ZD3nRW__icon{width:32px;height:32px}.Features-module__ZD3nRW__featureTitle{color:#fff;margin-bottom:15px;font-size:1.5rem;transition:color .3s}.Features-module__ZD3nRW__featureCard:hover .Features-module__ZD3nRW__featureTitle{color:var(--feature-color)}.Features-module__ZD3nRW__featureDesc{color:var(--color-text-muted);font-size:1.05rem;line-height:1.6}
.HowItWorks-module__a-Tr4W__sectionBg{background-color:var(--color-bg-alt);position:relative}.HowItWorks-module__a-Tr4W__timeline{max-width:800px;margin:0 auto;padding-left:40px;position:relative}.HowItWorks-module__a-Tr4W__timeline:before{content:"";background:linear-gradient(to bottom, var(--color-neon-blue), var(--color-neon-purple));opacity:.5;width:2px;height:100%;position:absolute;top:0;left:19px}.HowItWorks-module__a-Tr4W__step{margin-bottom:30px;position:relative}.HowItWorks-module__a-Tr4W__step:last-child{margin-bottom:0}.HowItWorks-module__a-Tr4W__stepNumber{background:var(--color-bg);border:2px solid var(--color-neon-blue);width:40px;height:40px;font-family:var(--font-heading);color:var(--color-neon-blue);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:flex;position:absolute;top:15px;left:-40px;box-shadow:0 0 10px #00c3ff4d}.HowItWorks-module__a-Tr4W__stepContent{padding:20px 30px}.HowItWorks-module__a-Tr4W__stepContent p{color:#fff;font-size:1.15rem;font-weight:500}@media (max-width:768px){.HowItWorks-module__a-Tr4W__timeline{padding-left:30px}.HowItWorks-module__a-Tr4W__timeline:before{left:14px}.HowItWorks-module__a-Tr4W__stepNumber{width:30px;height:30px;font-size:.9rem;top:10px;left:-30px}.HowItWorks-module__a-Tr4W__stepContent p{font-size:1rem}}
.Tips-module__yNGr3W__tipsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;display:grid}.Tips-module__yNGr3W__tipCard{align-items:flex-start;gap:20px;padding:25px;display:flex}.Tips-module__yNGr3W__iconBox{border:1px solid var(--color-neon-orange);width:50px;height:50px;color:var(--color-neon-orange);background:#ff5e001a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 0 15px #ff5e0026}.Tips-module__yNGr3W__tipContent h3{color:#fff;margin-bottom:8px;font-size:1.25rem}.Tips-module__yNGr3W__tipContent p{color:var(--color-text-muted);font-size:1rem}
.FAQ-module__KSzKsa__faqBg{background-color:var(--color-bg-alt)}.FAQ-module__KSzKsa__faqContainer{max-width:800px}.FAQ-module__KSzKsa__accordion{flex-direction:column;gap:15px;display:flex}.FAQ-module__KSzKsa__faqItem{cursor:pointer;padding:0;transition:all .3s;overflow:hidden}.FAQ-module__KSzKsa__faqItem:hover{border-color:#ffffff4d}.FAQ-module__KSzKsa__faqItem.FAQ-module__KSzKsa__active{border-color:var(--color-neon-blue);box-shadow:0 0 15px #00c3ff26}.FAQ-module__KSzKsa__question{justify-content:space-between;align-items:center;padding:20px 25px;display:flex}.FAQ-module__KSzKsa__question h3{margin:0;font-size:1.2rem;font-weight:600}.FAQ-module__KSzKsa__icon{color:var(--color-neon-blue);flex-shrink:0}.FAQ-module__KSzKsa__answerWrapper{overflow:hidden}.FAQ-module__KSzKsa__answer{color:var(--color-text-muted);padding:0 25px 25px;line-height:1.6}
.Footer-module__EZoWya__footer{background:var(--color-bg);border-top:1px solid var(--glass-border);padding:60px 0 30px}.Footer-module__EZoWya__footerAction{justify-content:center;margin-bottom:50px;display:flex}.Footer-module__EZoWya__downloadBtn{padding:16px 40px;font-size:1.2rem}.Footer-module__EZoWya__shortText{display:none}@media (max-width:480px){.Footer-module__EZoWya__downloadBtn{white-space:nowrap;padding:12px 20px;font-size:.95rem}.Footer-module__EZoWya__fullText{display:none}.Footer-module__EZoWya__shortText{display:inline}.Footer-module__EZoWya__downloadIcon{width:18px;height:18px}}.Footer-module__EZoWya__disclaimerBox{background:#ff00550d;border:1px solid #f053;border-radius:12px;margin-bottom:40px;padding:25px}.Footer-module__EZoWya__disclaimerTitle{color:var(--color-neon-pink);align-items:center;gap:10px;margin-bottom:15px;font-size:1.2rem;display:flex}.Footer-module__EZoWya__disclaimerText,.Footer-module__EZoWya__noteText{color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.Footer-module__EZoWya__noteText{border-top:1px dashed #ffffff1a;margin-top:15px;padding-top:15px}.Footer-module__EZoWya__noteText strong{color:#fff}.Footer-module__EZoWya__copyright{text-align:center;color:var(--color-text-muted);padding-top:20px;font-size:.9rem}
