@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";:root{--background: hsl(0, 0%, 98%);--foreground: hsl(220, 15%, 15%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(220, 15%, 15%);--primary: hsl(180, 70%, 65%);--primary-foreground: hsl(220, 15%, 15%);--secondary: hsl(220, 10%, 95%);--secondary-foreground: hsl(220, 15%, 15%);--muted: hsl(220, 10%, 92%);--muted-foreground: hsl(220, 10%, 45%);--accent: hsl(180, 75%, 55%);--accent-foreground: hsl(220, 15%, 15%);--destructive: hsl(0, 84%, 60%);--destructive-foreground: hsl(0, 0%, 100%);--border: hsl(220, 10%, 88%);--input: hsl(220, 10%, 88%);--ring: hsl(180, 70%, 65%);--radius: .75rem;--deep: hsl(220, 15%, 15%);--deep-foreground: hsl(0, 0%, 100%);--cyan-light: hsl(180, 60%, 85%);--cyan-medium: hsl(180, 70%, 65%);--cyan-vibrant: hsl(180, 75%, 55%);--cyan-strong: hsl(180, 80%, 45%);--cyan-deep: hsl(180, 85%, 35%);--gradient-hero: linear-gradient(180deg, hsl(0, 0%, 100%) 0%, hsl(220, 10%, 96%) 100%);--gradient-button: linear-gradient(135deg, hsl(180, 70%, 65%) 0%, hsl(180, 75%, 55%) 100%);--gradient-card: linear-gradient(180deg, hsl(0, 0%, 100%) 0%, hsl(220, 10%, 98%) 100%);--gradient-footer: linear-gradient(180deg, hsl(220, 15%, 15%) 0%, hsl(220, 15%, 10%) 100%);--shadow-soft: 0 4px 20px -4px hsla(220, 15%, 15%, .08);--shadow-button: 0 8px 30px -8px hsla(180, 70%, 65%, .35);--shadow-card: 0 10px 40px -10px hsla(220, 15%, 15%, .08);--shadow-product: 0 30px 60px -20px hsla(220, 15%, 15%, .15)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.section{padding:6rem 0;position:relative;overflow:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--deep)}h1{font-size:clamp(2.5rem,5vw,4.5rem)}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:clamp(1.25rem,2vw,1.5rem)}.text-gradient{background:linear-gradient(135deg,var(--cyan-strong) 0%,var(--cyan-deep) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-muted{color:var(--muted-foreground)}.text-center{text-align:center}.text-left{text-align:left}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-medium{font-weight:500}.leading-relaxed{line-height:1.7}.gradient-hero{background:var(--gradient-hero)}.gradient-button{background:var(--gradient-button)}.gradient-card{background:var(--gradient-card)}.gradient-footer{background:var(--gradient-footer)}.bg-card{background-color:var(--card)}.bg-background{background-color:var(--background)}.bg-secondary{background-color:var(--secondary)}.bg-deep{background-color:var(--deep)}.shadow-soft{box-shadow:var(--shadow-soft)}.shadow-button{box-shadow:var(--shadow-button)}.shadow-card{box-shadow:var(--shadow-card)}.shadow-product{box-shadow:var(--shadow-product)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:.875rem;transition:all .3s ease;white-space:nowrap}.btn-hero{background:var(--gradient-button);color:var(--primary-foreground);box-shadow:var(--shadow-button);padding:1rem 2rem;font-size:1rem}.btn-hero:hover{transform:translateY(-2px);box-shadow:0 12px 40px -8px #67e4e480}.btn-cta{background:var(--gradient-button);color:var(--primary-foreground);box-shadow:var(--shadow-button)}.btn-cta:hover{transform:translateY(-2px)}.btn-cta-outline{background:transparent;color:var(--foreground);border:2px solid var(--border);padding:1rem 2rem;font-size:1rem}.btn-cta-outline:hover{background:var(--card);border-color:var(--cyan-medium);color:var(--cyan-strong)}.btn-lg{padding:.875rem 1.75rem}.btn-xl{padding:1rem 2rem;font-size:1rem}.card{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;box-shadow:var(--shadow-card);transition:all .3s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.badge{display:inline-block;padding:.375rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.badge-secondary{background:var(--secondary);color:var(--cyan-strong)}.badge-card{background:var(--card);color:var(--cyan-strong)}.grid{display:grid;gap:1.5rem}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1023px){.grid-cols-2{grid-template-columns:1fr}.grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-8{margin-top:2rem}.mt-16{margin-top:4rem}.mx-auto{margin-left:auto;margin-right:auto}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-24{padding-top:6rem;padding-bottom:6rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.border{border:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.rounded{border-radius:var(--radius)}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.w-full{width:100%}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.min-h-screen{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.z-10{z-index:10}.z-50{z-index:50}.parallax-orb{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none;will-change:transform}.parallax-orb--cyan-medium{background:#67e4e433}.parallax-orb--cyan-vibrant{background:#36e2e226}.parallax-orb--cyan-strong{background:#17cfcf1a}.parallax-orb--cyan-light{background:#c2f0f066}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.nav-logo{height:3rem;width:auto}.nav-links{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.nav-links{display:flex}}.nav-link{color:var(--foreground);opacity:.8;font-weight:500;transition:opacity .3s ease}.nav-link:hover{opacity:1}.hero{position:relative;min-height:100vh;background:var(--gradient-hero);overflow:hidden}.hero-grid{display:grid;gap:2rem;align-items:center;padding:3rem 0}@media (min-width: 1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:3rem;min-height:calc(100vh - 120px)}}.hero-content{display:flex;flex-direction:column;gap:1.5rem;order:2}@media (min-width: 1024px){.hero-content{gap:2rem;order:1}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:9999px;border:1px solid var(--border);width:fit-content}.hero-badge-dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--cyan-vibrant);animation:pulse 2s ease-in-out infinite}.hero-badge-text{font-size:.875rem;font-weight:500;color:var(--muted-foreground)}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.1}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--muted-foreground);max-width:32rem;line-height:1.7}.hero-buttons{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.hero-buttons{flex-direction:row}}.hero-trust-note{padding:1rem;background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.75rem;border:1px solid var(--border);max-width:32rem}.hero-trust-note p{font-size:.875rem;color:var(--muted-foreground);line-height:1.6}.hero-trust-note strong{color:var(--foreground)}.hero-image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;order:1}@media (min-width: 1024px){.hero-image-wrapper{order:2}}.hero-image-glow{position:absolute;width:20rem;height:20rem;background:#67e4e44d;border-radius:50%;filter:blur(60px);animation:pulse-soft 3s ease-in-out infinite}.hero-image{position:relative;z-index:10;width:100%;max-width:20rem;border-radius:1rem;box-shadow:var(--shadow-product);animation:parallax-float 8s ease-in-out infinite}@media (min-width: 1024px){.hero-image{max-width:28rem;border-radius:1.5rem}}.scroll-indicator{display:none;position:absolute;bottom:2rem;left:50%;transform:translate(-50%);flex-direction:column;align-items:center;gap:.5rem;animation:fade-in .6s ease-out forwards}@media (min-width: 1024px){.scroll-indicator{display:flex}}.scroll-indicator-text{font-size:.875rem;color:var(--muted-foreground)}.scroll-indicator-mouse{width:1.5rem;height:2.5rem;border:2px solid hsla(220,10%,45%,.3);border-radius:9999px;display:flex;align-items:flex-start;justify-content:center;padding:.25rem}.scroll-indicator-wheel{width:.375rem;height:.75rem;background:var(--cyan-strong);border-radius:9999px;animation:bounce-soft 2s ease-in-out infinite}.step-card{position:relative;padding:2rem;background:var(--background);border-radius:1rem;border:1px solid var(--border);box-shadow:var(--shadow-card);transition:all .5s ease;text-align:center}.step-card:hover{transform:translateY(-8px);border-color:var(--cyan-medium);box-shadow:var(--shadow-soft)}.step-number{width:4rem;height:4rem;border-radius:1rem;background:var(--gradient-button);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.875rem;font-weight:700;color:var(--primary-foreground);box-shadow:var(--shadow-button);transition:transform .3s ease}.step-card:hover .step-number{transform:scale(1.1)}.step-title{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:.75rem}.step-description{color:var(--muted-foreground);line-height:1.6}.step-connector{display:none;position:absolute;top:3rem;left:calc(50% + 60px);width:calc(100% - 60px);height:2px;background:linear-gradient(to right,var(--cyan-strong),var(--cyan-medium))}@media (min-width: 768px){.step-connector{display:block}}.stat-card{padding:1.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;border:1px solid var(--border);box-shadow:var(--shadow-card);transition:all .5s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.stat-icon{width:3rem;height:3rem;border-radius:.75rem;background:var(--gradient-button);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:transform .3s ease}.stat-card:hover .stat-icon{transform:scale(1.1)}.stat-icon svg{width:1.5rem;height:1.5rem;color:var(--primary-foreground)}.stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.stat-unit{font-size:1.125rem;color:var(--muted-foreground);margin-left:.5rem}.stat-description{font-size:.875rem;color:var(--muted-foreground);line-height:1.6}.counter-card{padding:2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;border:1px solid hsla(255,255%,255%,.1);text-align:center}.counter-icon{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.counter-icon--destructive{background:#ef434333}.counter-icon--cyan{background:#17cfcf33}.counter-icon svg{width:2rem;height:2rem}.counter-label{color:var(--deep-foreground);opacity:.7;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.counter-value{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--deep-foreground);margin-bottom:.5rem;font-variant-numeric:tabular-nums}.counter-value span{font-size:1.5rem}.counter-note{color:var(--deep-foreground);opacity:.5;font-size:.875rem}.preorder-step{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--background);border-radius:.75rem;border:1px solid var(--border)}.preorder-step-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;background:var(--gradient-button);display:flex;align-items:center;justify-content:center;flex-shrink:0}.preorder-step-icon svg{width:1.25rem;height:1.25rem;color:var(--primary-foreground)}.preorder-cta{padding:2rem;background:var(--gradient-card);border-radius:1rem;border:1px solid var(--border);box-shadow:var(--shadow-card);text-align:center}.faq-item{background:var(--card);border-radius:.75rem;border:1px solid var(--border);box-shadow:var(--shadow-card);margin-bottom:1rem;overflow:hidden;transition:box-shadow .3s ease}.faq-item[open]{box-shadow:var(--shadow-soft)}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.5rem;font-weight:600;color:var(--foreground);cursor:pointer;list-style:none;transition:color .3s ease}.faq-question::-webkit-details-marker{display:none}.faq-question:hover{color:var(--cyan-strong)}.faq-chevron{width:1rem;height:1rem;transition:transform .2s ease;flex-shrink:0;margin-left:1rem}.faq-item[open] .faq-chevron{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.5rem;color:var(--muted-foreground);line-height:1.7}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--foreground);margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;color:var(--foreground);transition:border-color .3s ease,box-shadow .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--cyan-medium);box-shadow:0 0 0 3px #67e4e433}.form-input::placeholder,.form-textarea::placeholder{color:var(--muted-foreground)}.form-textarea{resize:none;min-height:120px}.footer{background:var(--gradient-footer);padding:4rem 0;color:var(--deep-foreground)}.footer-logo{height:4rem;width:auto;margin-bottom:1rem;filter:brightness(0) invert(1)}.footer-text{color:var(--deep-foreground);opacity:.7;max-width:24rem;margin-bottom:1.5rem;line-height:1.6}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-link{color:var(--deep-foreground);opacity:.7;transition:opacity .3s ease}.footer-link:hover{opacity:1}.footer-heading{color:var(--deep-foreground);font-weight:600;margin-bottom:1rem}.footer-bottom{padding-top:2rem;margin-top:3rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 640px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-copyright{color:var(--deep-foreground);opacity:.5;font-size:.875rem}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:var(--deep-foreground);opacity:.5;font-size:.875rem;transition:opacity .3s ease}.footer-legal a:hover{opacity:.7}.sticky-cart{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);box-shadow:0 -4px 20px #21242c1a;transform:translateY(100%);transition:transform .3s ease}.sticky-cart.visible{transform:translateY(0);animation:slide-up .3s ease}.sticky-cart-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1280px;margin:0 auto}.sticky-cart-info{display:none;align-items:center;gap:1rem}@media (min-width: 640px){.sticky-cart-info{display:flex}}.sticky-cart-icon{width:3rem;height:3rem;background:var(--secondary);border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:var(--cyan-strong)}.sticky-cart-title{font-weight:600;color:var(--foreground)}.sticky-cart-price{color:var(--cyan-strong);font-weight:700}.sticky-cart-actions{display:flex;align-items:center;gap:.75rem;flex:1;justify-content:flex-end}@media (min-width: 640px){.sticky-cart-actions{flex:none}}.sticky-cart-close{padding:.5rem;color:var(--muted-foreground);transition:color .3s ease}.sticky-cart-close:hover{color:var(--foreground)}.scroll-reveal{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.4,0,.2,1)}.scroll-reveal.visible{opacity:1;transform:translateY(0)}.scroll-reveal-left{opacity:0;transform:translate(-60px);transition:all .8s cubic-bezier(.4,0,.2,1)}.scroll-reveal-left.visible{opacity:1;transform:translate(0)}.scroll-reveal-right{opacity:0;transform:translate(60px);transition:all .8s cubic-bezier(.4,0,.2,1)}.scroll-reveal-right.visible{opacity:1;transform:translate(0)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.7}}@keyframes bounce-soft{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes parallax-float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(2deg)}50%{transform:translateY(-25px) rotate(0)}75%{transform:translateY(-10px) rotate(-2deg)}}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hidden{display:none}@media (min-width: 640px){.sm\:block{display:block}.sm\:flex{display:flex}}@media (min-width: 768px){.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}}@media (min-width: 1024px){.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
