:root{--primary:#4c0080;--primary-container:#6a0dad;--on-primary:#fff;--secondary:#5d5e63;--secondary-container:#e0dfe4;--on-secondary-container:#626267;--surface:#f9f9fb;--surface-low:#f3f3f5;--surface-lowest:#fff;--surface-high:#e8e8ea;--on-surface:#1a1c1d;--on-surface-variant:#4d4353;--outline:#7e7384;--outline-variant:#cfc2d5;--shadow-diffused:0px 20px 40px #4c00800f;--ease-luxury:cubic-bezier(.2, .8, .2, 1);--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--transition-slow:.8s var(--ease-luxury);--transition-medium:.5s var(--ease-luxury);--transition-fast:.3s var(--ease-luxury);color:var(--on-surface);background-color:var(--surface);font-family:Manrope,system-ui,sans-serif;font-weight:400;line-height:1.5}:root.dark-theme{--primary:#c084fc;--primary-container:#d8b4fe;--on-primary:#1a1c1d;--secondary:#a1a1aa;--secondary-container:#3f3f46;--on-secondary-container:#e4e4e7;--surface:#121212;--surface-low:#18181b;--surface-lowest:#09090b;--surface-high:#27272a;--on-surface:#f4f4f5;--on-surface-variant:#a1a1aa;--outline:#52525b;--outline-variant:#3f3f46;--shadow-diffused:0px 20px 40px #00000080}*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden}body{flex-direction:column;min-height:100vh;margin:0;transition:background-color .3s,color .3s;display:flex;overflow-x:hidden}h1,h2,h3,h4{color:var(--on-surface);line-height:1.2}h1{letter-spacing:-.02em;font-size:3.5rem;font-weight:800}h2{font-size:2.5rem;font-weight:700}h3{font-size:1.5rem;font-weight:600}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}nav{z-index:1000;-webkit-backdrop-filter:blur();background:0 0;padding:1rem 0;transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,box-shadow .3s,padding .3s;position:sticky;top:0}nav.scrolled{-webkit-backdrop-filter:blur(28px)saturate(1.5);background:#ffffffd1;box-shadow:0 4px 20px #0000000f}:root.dark-theme nav.scrolled{background:#121212d1;box-shadow:0 4px 20px #0006}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--on-surface);letter-spacing:-.02em;align-items:center;gap:.6rem;font-size:1.5rem;font-weight:800;transition:color .3s;display:flex}.pill-nav.scrolled .logo{color:var(--on-surface)}.logo-img{object-fit:contain;width:auto;height:38px}.logo svg{width:28px;height:28px}.nav-links{gap:2rem;display:flex}.nav-actions{align-items:center;gap:1.5rem;display:flex}.nav-links a{color:var(--on-surface);font-size:.95rem;font-weight:600;transition:color .3s;position:relative}.nav-links a:hover{color:#fff}.pill-nav.scrolled .nav-links a{color:var(--on-surface);opacity:.8}.pill-nav.scrolled .nav-links a:hover{color:var(--primary);opacity:1}.btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--primary-container));color:var(--on-primary);box-shadow:var(--shadow-diffused)}.btn-primary:hover{filter:brightness(1.1);transform:scale(1.02)}.btn-secondary{color:var(--primary);background:0 0;border:1px solid #7e738466}.btn-secondary:hover{background:#6a0dad0d}.btn-icon{color:var(--on-surface);border:1px solid var(--outline-variant);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;transition:all .3s;display:flex}.btn-icon:hover{color:#fff;background:#ffffff1a}.pill-nav.scrolled .btn-icon{color:var(--on-surface);border-color:var(--outline-variant)}.pill-nav.scrolled .btn-icon:hover{background:var(--surface-high);color:var(--primary)}:root.dark-theme .pill-nav.scrolled .btn-icon{color:#ffffffd9;border-color:#ffffff26}:root.dark-theme .pill-nav.scrolled .btn-icon:hover{color:#fff;background:#ffffff1a}.btn-icon svg{width:20px;height:20px}:root .moon-icon{display:none}:root .sun-icon,:root.dark-theme .moon-icon{display:block}:root.dark-theme .sun-icon{display:none}.pill-nav{z-index:1000;-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border:none;border-radius:0;justify-content:space-between;align-items:center;margin:0;padding:1.1rem 2rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:fixed;top:0;left:0;right:0}.pill-nav.nav-dark-hero:not(.scrolled) .logo,.pill-nav.nav-dark-hero:not(.scrolled) .brand-name,.pill-nav.nav-dark-hero:not(.scrolled) .nav-links a{color:#fff!important}.pill-nav.nav-dark-hero:not(.scrolled) .btn-icon{color:#fff!important;border-color:#ffffff40!important}:root.dark-theme .pill-nav{box-shadow:none;background:0 0;border:none}.pill-nav.scrolled{-webkit-backdrop-filter:blur(28px)saturate(1.6);background:#ffffffc7;border:none;border-bottom:1px solid #0000000f;border-radius:0;padding:.7rem 2rem;top:0;left:0;right:0;box-shadow:0 1px 3px #0000000a,0 4px 20px #0000000f}.pill-nav.scrolled:hover{box-shadow:0 2px 6px #0000000f,0 8px 30px #00000014}:root.dark-theme .pill-nav.scrolled{background:#0a0616d1;border:none;border-bottom:1px solid #ffffff14;box-shadow:0 1px 3px #0003,0 4px 24px #00000059}:root.dark-theme .pill-nav.scrolled:hover{box-shadow:0 2px 6px #0000004d,0 8px 40px #0006,0 0 50px #9333ea0a}.pill-nav.scrolled .brand-name{color:var(--on-surface)}:root.dark-theme .pill-nav .brand-name{color:#fff}:root.dark-theme .pill-nav.scrolled .brand-name{color:#f4f4f5}.pill-nav .nav-cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4c0080,#6a0dad);border:none;border-radius:9999px;padding:.6rem 1.4rem;font-size:.85rem;font-weight:700;transition:all .3s;box-shadow:0 2px 10px #4c008040}.pill-nav .nav-cta:hover{filter:brightness(1.15);transform:translateY(-1px);box-shadow:0 4px 16px #4c008059}:root.dark-theme .pill-nav .nav-cta{color:#110d2c;background:linear-gradient(135deg,#a855f7,#c084fc);box-shadow:0 2px 10px #a855f74d}:root.dark-theme .pill-nav .nav-cta:hover{box-shadow:0 4px 16px #a855f766}.hero-wrapper{background-image:url(/assets/hero-bg-CKG7hOpO.webp);background-position:50%;background-size:cover;border-radius:2rem;flex-direction:column;min-height:80vh;margin:1.5rem;padding:2rem;display:flex;position:relative;overflow:hidden}.hero-gradient-overlay{z-index:1;pointer-events:none;background:linear-gradient(135deg,#4c0080a6 0%,#6a0dad59 35%,#12121226 70%,#0000 100%);border-radius:2rem;position:absolute;inset:0}:root.dark-theme .hero-gradient-overlay{background:linear-gradient(135deg,#121212d9 0%,#4c008059 40%,#12121280 100%)}.brand-name{color:var(--on-surface);letter-spacing:-.02em;font-size:1.2rem;font-weight:800;transition:color .3s}:root.dark-theme .brand-name{color:#fff}.gradient-text{background:linear-gradient(135deg,#a855f7,#c084fc,#d8b4fe);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding-right:.1em}.hero-v2{background:#0a0118;flex-direction:column;width:100%;height:100svh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.hero-v2__bg{z-index:0;position:absolute;inset:0}.hero-v2__bg img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-v2__overlay{z-index:1;background:linear-gradient(90deg,#0a0118eb 0%,#0a0118bf 35%,#0a011859 60%,#0a011826 100%);position:absolute;inset:0}.hero-v2:after{content:"";background:linear-gradient(to bottom, transparent 0%, #0a011866 60%, var(--surface) 100%);z-index:4;pointer-events:none;height:50px;position:absolute;bottom:0;left:0;right:0}:root.dark-theme .hero-v2:after{background:linear-gradient(#0000 0%,#0a011866 60%,#121212 100%)}.hero-v2__container{z-index:2;align-items:center;width:100%;max-width:1280px;margin:auto;padding:0 3rem;display:flex;position:relative}.hero-v2__content{max-width:580px}.hero-v2__badge{-webkit-backdrop-filter:blur(12px);color:#d8b4fe;letter-spacing:.02em;background:#9333ea26;border:1px solid #9333ea40;border-radius:2rem;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;display:inline-flex}.hero-v2__title{color:#fff;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:800;line-height:1.1}.hero-v2__subtitle{color:#ffffffa6;max-width:420px;margin-bottom:2rem;font-size:1rem;font-weight:400;line-height:1.7}.hero-v2__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-v2__btn-primary{color:#fff;cursor:pointer;transition:all .3s var(--ease-luxury,ease);background:linear-gradient(135deg,#8b5cf6,#a855f7);border:none;border-radius:3rem;align-items:center;gap:.6rem;padding:.95rem 2rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 8px 25px #8b5cf659}.hero-v2__btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 14px 40px #7c3aed80}.hero-v2__btn-secondary{color:#fff;cursor:pointer;transition:all .3s var(--ease-luxury,ease);background:0 0;border:1px solid #ffffff4d;border-radius:3rem;align-items:center;gap:.6rem;padding:.95rem 2rem;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-flex}.hero-v2__btn-secondary:hover{background:#ffffff14;border-color:#ffffff80;transform:translateY(-2px)}@media (width<=768px){.hero-v2{height:auto;min-height:100svh}.hero-v2__container{padding:5rem 1.5rem 2rem}.hero-v2__overlay{background:linear-gradient(#0a011880 0%,#0a0118d9 50%,#0a0118f2 100%)}.hero-v2__content{max-width:100%}.hero-v2__title{font-size:2.2rem}.hero-v2__subtitle{font-size:.95rem}.hero-v2__stats{border-radius:1rem;flex-wrap:wrap;justify-content:center;gap:1.25rem 2rem;width:calc(100% - 2rem);margin-bottom:1.5rem;padding:1.25rem 1.5rem}.hero-v2__stat-divider{display:none}.hero-v2__stat{min-width:140px}}@media (width<=480px){.hero-v2__container{padding:4rem 1rem 1.5rem}.hero-v2__title{font-size:1.8rem}.hero-v2__actions{flex-direction:column;align-items:flex-start;gap:.75rem}.hero-v2__btn-primary,.hero-v2__btn-secondary{justify-content:center;width:100%}}.hiw-section{background:var(--surface);padding:6rem 0 5rem;position:relative;overflow:hidden}.hiw-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#9333ea0a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}:root.dark-theme .hiw-section:before{background:radial-gradient(circle,#9333ea14 0%,#0000 70%)}.hiw-header{text-align:center;margin-bottom:4rem}.hiw-badge{color:var(--primary);background:#9333ea14;border:1px solid #9333ea1f;border-radius:2rem;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}:root.dark-theme .hiw-badge{color:#d8b4fe;background:#581c8766;border-color:#a855f74d}.hiw-header h2{margin-bottom:.75rem;font-size:2.75rem}.hiw-header p{color:var(--on-surface-variant);max-width:450px;margin:0 auto;font-size:1.1rem}.hiw-timeline{justify-content:center;align-items:stretch;gap:0;display:flex}.hiw-connector{color:var(--outline);flex-shrink:0;justify-content:center;align-items:center;padding:2rem .5rem 0;display:flex}.hiw-step{flex-direction:column;flex:1;align-items:center;max-width:320px;display:flex}.hiw-step-number{margin-bottom:1rem}.hiw-step-number span{background:var(--surface-lowest);width:44px;height:44px;color:var(--on-surface-variant);border:2px solid var(--outline-variant);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;transition:all .3s;display:inline-flex}.hiw-step:hover .hiw-step-number span{border-color:var(--primary);color:var(--primary);background:#9333ea0f}:root.dark-theme .hiw-step:hover .hiw-step-number span{background:#c084fc1a}.hiw-step-card{background:var(--surface-lowest);border:1px solid var(--outline-variant);text-align:center;border-radius:1.25rem;width:100%;padding:2.25rem 1.75rem 2rem;transition:all .4s;position:relative;overflow:hidden}.hiw-step-card:hover{border-color:#9333ea4d;transform:translateY(-8px);box-shadow:0 20px 50px #0000000f}:root.dark-theme .hiw-step-card:hover{box-shadow:0 20px 50px #0006}.hiw-step-glow{opacity:.06;filter:blur(35px);pointer-events:none;border-radius:50%;width:100px;height:100px;transition:all .4s;position:absolute;top:-30px;left:50%;transform:translate(-50%)}.hiw-step-card:hover .hiw-step-glow{opacity:.15;width:140px;height:140px}.hiw-step-icon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;transition:all .3s;display:flex}.hiw-step-card:hover .hiw-step-icon{transform:scale(1.1)}.hiw-step-card h3{color:var(--on-surface);margin-bottom:.6rem;font-size:1.25rem;font-weight:700}.hiw-step-card p{color:var(--on-surface-variant);margin-bottom:0;font-size:.9rem;line-height:1.6}.hiw-step-accent{opacity:0;height:3px;transition:opacity .4s;position:absolute;bottom:0;left:0;right:0}.hiw-step-card:hover .hiw-step-accent{opacity:1}.hiw-bottom-prompt{text-align:center;margin-top:3rem}.hiw-bottom-prompt span{color:var(--on-surface-variant);font-size:.95rem;font-weight:500}@media (width<=900px){.hiw-timeline{flex-direction:column;align-items:center;gap:0}.hiw-connector{padding:.5rem 0;transform:rotate(90deg)}.hiw-step{width:100%;max-width:400px}.hiw-header h2{font-size:2rem}}@media (width<=480px){.hiw-section{padding:4rem 0 3rem}.hiw-step-card{padding:1.75rem 1.25rem 1.5rem}}.featured-section{background:var(--surface);padding:6rem 0 2rem}.featured-header{text-align:center;margin-bottom:3rem}.featured-badge{color:var(--primary);background:#9333ea1a;border:1px solid #9333ea26;border-radius:2rem;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}:root.dark-theme .featured-badge{color:#d8b4fe;background:#581c8766;border-color:#a855f74d}.featured-header h2{margin-bottom:.75rem;font-size:2.75rem}.featured-header p{color:var(--on-surface-variant);max-width:520px;margin:0 auto;font-size:1.1rem}.featured-grid-wrapper{position:relative}.featured-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.featured-card{background:var(--surface-lowest);border:1px solid var(--outline-variant);color:inherit;border-radius:1rem;flex-direction:column;padding:1.75rem;text-decoration:none;transition:all .35s;display:flex;position:relative;overflow:hidden}.featured-card:hover{border-color:var(--primary);transform:translateY(-6px);box-shadow:0 16px 40px #00000014}:root.dark-theme .featured-card:hover{box-shadow:0 16px 40px #0006}.featured-card-glow{opacity:.08;filter:blur(40px);pointer-events:none;border-radius:50%;width:120px;height:120px;transition:all .4s;position:absolute;top:-40px;right:-40px}.featured-card:hover .featured-card-glow{opacity:.18;width:160px;height:160px}.featured-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.featured-card-emoji{font-size:2.5rem;line-height:1}.featured-card-tag{text-transform:uppercase;letter-spacing:.03em;background:var(--surface-high);color:var(--on-surface-variant);border-radius:1rem;padding:.2rem .65rem;font-size:.7rem;font-weight:700}.featured-card-tag--popular{background:linear-gradient(135deg, var(--primary), var(--primary-container));color:#fff}.featured-card-tag--hot{color:#fff;background:linear-gradient(135deg,#f59e0b,#ef4444)}.featured-card h3{margin-bottom:.4rem;font-size:1.2rem;font-weight:700}.featured-card p{color:var(--on-surface-variant);flex-grow:1;margin-bottom:1.25rem;font-size:.875rem;line-height:1.55}.featured-card-bottom{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.featured-card-price{color:var(--on-surface);letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.featured-card-price span{color:var(--on-surface-variant);font-size:.85rem;font-weight:500}.featured-card-category{text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:700}.featured-fade{background:linear-gradient(to bottom, transparent 0%, var(--surface) 90%);pointer-events:none;z-index:2;height:180px;position:absolute;bottom:0;left:0;right:0}.featured-cta-wrap{z-index:3;text-align:center;margin-top:-3rem;padding-bottom:1rem;position:relative}.featured-cta-btn{background:linear-gradient(135deg, var(--primary), var(--primary-container));color:var(--on-primary);border-radius:9999px;align-items:center;gap:.6rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 30px #4c008040}.featured-cta-btn:hover{filter:brightness(1.1);transform:translateY(-2px)scale(1.02);box-shadow:0 12px 40px #4c008059}:root.dark-theme .featured-cta-btn{box-shadow:0 8px 30px #c084fc33}:root.dark-theme .featured-cta-btn:hover{box-shadow:0 12px 40px #c084fc4d}@media (width<=1024px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.featured-grid{grid-template-columns:1fr;gap:1rem}.featured-header h2{font-size:2rem}.featured-fade{height:120px}.featured-cta-wrap{margin-top:-2rem}}.products{background:var(--surface);padding:6rem 0}.product-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem;display:grid}.product-card{background:var(--surface-lowest);border-radius:.75rem;flex-direction:column;display:flex;overflow:hidden}.product-image{background:var(--secondary-container);object-fit:cover;width:100%;height:240px}.product-content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.product-content h3{margin-bottom:.5rem}.product-content p{color:var(--on-surface-variant);flex-grow:1;margin-bottom:1.5rem}.product-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.price{color:var(--on-surface);font-size:1.5rem;font-weight:700}.price span{color:var(--on-surface-variant);font-size:1rem;font-weight:400}.social-proof{background:var(--surface);padding:3.5rem 0 2.5rem;position:relative}.proof-stats{-webkit-backdrop-filter:blur(24px)saturate(1.4);background:#ffffff14;border:1px solid #ffffff1f;border-radius:1rem;justify-content:center;align-items:center;gap:3.5rem;width:fit-content;max-width:1280px;margin:0 auto 3rem;padding:1.25rem 3rem;transition:box-shadow .3s;display:flex;box-shadow:0 8px 32px #00000040,inset 0 1px #ffffff14}.proof-stats:hover{box-shadow:0 12px 48px #00000059,inset 0 1px #ffffff26}.proof-stat{align-items:center;gap:1rem;padding:0;display:flex}.proof-stat-icon{color:#c084fc;background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .3s,background .3s;display:flex}.proof-stat-icon svg{stroke-width:1.5px;width:20px;height:20px}.proof-stat:hover .proof-stat-icon{background:#ffffff26;transform:scale(1.08)}.proof-stat-content{flex-direction:column;gap:.1rem;display:flex}.proof-stat-number{color:#fff;font-size:1.4rem;font-weight:800;line-height:1}.proof-stat-label{color:#ffffffa6;margin-top:0;font-size:.78rem;font-weight:400}.proof-stat-divider{display:none}.proof-marquee-wrap{text-align:center}.proof-marquee-label{text-transform:uppercase;letter-spacing:.12em;color:var(--on-surface-variant);opacity:.6;margin-bottom:1rem;font-size:.7rem;font-weight:700;display:inline-block}.proof-marquee{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.proof-marquee-track{gap:2rem;width:max-content;animation:35s linear infinite marquee-scroll;display:flex}.proof-marquee:hover .proof-marquee-track{animation-play-state:paused}.proof-brand{white-space:nowrap;color:var(--on-surface-variant);background:var(--surface-lowest);border:1px solid var(--outline-variant);cursor:default;border-radius:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s}.proof-brand:hover{border-color:var(--primary);color:var(--on-surface);background:var(--surface-high)}:root.dark-theme .proof-brand:hover{background:#c084fc14}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=900px){.proof-stats{flex-wrap:wrap;justify-content:center;gap:1.5rem}.proof-stat-divider{display:none}.proof-stat{min-width:140px}}@media (width<=480px){.social-proof{padding:2.5rem 0 2rem}.proof-stats{grid-template-columns:1fr 1fr;gap:1rem .5rem;width:100%;padding:1rem;display:grid}.proof-stat{justify-content:flex-start;gap:.5rem}.proof-stat-icon{width:32px;height:32px}.proof-stat-icon svg{width:16px;height:16px}.proof-stat-number{font-size:1.1rem}.proof-stat-label{font-size:.7rem}}.faq-section{background:var(--surface);z-index:1;justify-content:center;padding:6rem 2rem 4rem;display:flex;position:relative}.faq-wrapper{width:100%;max-width:1200px;margin-bottom:2rem;padding:0;position:relative}:root.dark-theme .faq-wrapper{box-shadow:none;background-color:#0000;border-color:#0000}:root.dark-theme .faq-wrapper:before,:root.dark-theme .faq-wrapper:after{content:"";filter:blur(100px);z-index:0;pointer-events:none;background:#9333ea26;border-radius:50%;width:300px;height:300px;position:absolute}:root.dark-theme .faq-wrapper:before{top:-50px;left:-50px}:root.dark-theme .faq-wrapper:after{bottom:-50px;right:-50px}.faq-container{z-index:1;max-width:900px;margin:0 auto;position:relative}.faq-header{text-align:center;margin-bottom:3rem}.faq-badge{color:var(--primary);background:#9333ea1a;border:1px solid #9333ea33;border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.375rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex;box-shadow:0 0 10px #9333ea1a}:root.dark-theme .faq-badge{color:#fff;background:#581c8766;border-color:#a855f74d;box-shadow:0 0 10px #9333ea33}.faq-badge svg{color:currentColor;width:14px;height:14px}.faq-header h2{letter-spacing:-.02em;color:var(--on-surface);margin-bottom:1rem;font-size:3rem;font-weight:700}:root.dark-theme .faq-header h2{color:#fff}.faq-header p{color:var(--on-surface-variant);font-size:1.1rem}:root.dark-theme .faq-header p{color:#a1a1aa}.faq-grid{column-count:2;column-gap:1.5rem}@media (width<=768px){.faq-grid{column-count:1}}.faq-card{break-inside:avoid;background:var(--surface-low);border:1px solid var(--outline-variant);cursor:pointer;border-radius:.75rem;margin-bottom:1.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 2px 10px #00000005}.faq-card:hover,.faq-card.active{border-color:var(--primary);box-shadow:0 4px 15px #0000000d}:root.dark-theme .faq-card{background:#0b0616;border:1px solid #9333ea26;box-shadow:0 4px 20px #0006,inset 0 1px #ffffff0d}:root.dark-theme .faq-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(at top,#9333ea1a 0%,#0000 70%);height:100px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}:root.dark-theme .faq-card:hover:before,:root.dark-theme .faq-card.active:before{opacity:1}:root.dark-theme .faq-card:hover,:root.dark-theme .faq-card.active{background:#0d071b;border-color:#9333ea66;box-shadow:0 8px 30px #00000080,inset 0 1px #ffffff1a}.faq-question{z-index:1;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex;position:relative}.faq-question h3{color:var(--on-surface);margin:0;font-size:1.05rem;font-weight:500;line-height:1.5}:root.dark-theme .faq-question h3{color:#fff}.faq-icon{color:var(--on-surface-variant);flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}:root.dark-theme .faq-icon{color:#fff}.faq-icon svg{stroke-width:1.5px}.faq-icon svg .vertical-line{transform-origin:50%;transition:transform .3s}.faq-card.active .faq-icon svg .vertical-line{transform:scaleY(0)}.faq-answer{max-height:0;color:var(--on-surface-variant);opacity:0;z-index:1;padding:0 1.5rem;font-size:.9rem;line-height:1.6;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s,opacity .4s;position:relative;overflow:hidden}:root.dark-theme .faq-answer{color:#a1a1aa}.faq-card.active .faq-answer{opacity:1;max-height:500px;padding-bottom:1.5rem}@media (width<=768px){.faq-header h2{font-size:2rem}}.page-bottom-wrapper{z-index:10;background:#f4f4f5;border-radius:2.5rem 2.5rem 0 0;flex-direction:column;gap:1rem;margin-top:-3rem;padding:1rem 1rem 0;font-family:Inter,system-ui,sans-serif;display:flex;position:relative;overflow:hidden}:root.dark-theme .page-bottom-wrapper{background:#09090b}.cta-section{background:radial-gradient(120% 100% at 50% -15%, #d8b4fe99 0%, var(--primary-container) 40%, var(--primary) 100%);color:#fff;text-align:center;z-index:10;border-radius:2.5rem;padding:6rem 2rem 8rem;position:relative}:root.dark-theme .cta-section{background:radial-gradient(120% 100% at 50% -15%,#a855f766 0%,#121214 50%,#000 100%);border:1px solid #27272a}.cta-content{max-width:500px;margin:0 auto}.cta-content h2{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.25rem;font-weight:700}.cta-content p{color:#ffffffd9;margin-bottom:2rem;font-size:1.05rem;line-height:1.6}:root.dark-theme .cta-content p{color:#a1a1aa}.cta-content .btn{color:var(--primary);cursor:pointer;background:#fff;border:none;border-radius:9999px;padding:.875rem 1.75rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #0000001a}.cta-content .btn:hover{background:#f3f3f5;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}:root.dark-theme .cta-content .btn{background:var(--primary);color:var(--surface-lowest);box-shadow:0 4px 15px #c084fc33}:root.dark-theme .cta-content .btn:hover{background:var(--primary-container);box-shadow:0 6px 20px #c084fc4d}.newsletter-content{max-width:560px}.newsletter-icon{opacity:.9;margin-bottom:1.5rem}.newsletter-icon svg{filter:drop-shadow(0 4px 12px #fff3)}.newsletter-form{margin-bottom:1rem}.newsletter-input-group{-webkit-backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #fff3;border-radius:9999px;align-items:center;max-width:480px;margin:0 auto;padding:.35rem .35rem .35rem 1.5rem;transition:all .3s;display:flex}.newsletter-input-group:focus-within{background:#ffffff2e;border-color:#ffffff80;box-shadow:0 0 0 3px #ffffff14}:root.dark-theme .newsletter-input-group{background:#ffffff0f;border-color:#ffffff1a}:root.dark-theme .newsletter-input-group:focus-within{background:#ffffff1a;border-color:#c084fc80;box-shadow:0 0 0 3px #c084fc1a}.newsletter-input-group input[type=email]{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.6rem 0;font-family:inherit;font-size:.95rem;font-weight:500}.newsletter-input-group input[type=email]::placeholder{color:#ffffff8c}:root.dark-theme .newsletter-input-group input[type=email]::placeholder{color:#ffffff59}.newsletter-btn{color:var(--primary);cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:9999px;flex-shrink:0;align-items:center;gap:.4rem;padding:.7rem 1.5rem;font-family:inherit;font-size:.88rem;font-weight:700;transition:all .3s;display:inline-flex}.newsletter-btn:hover{background:#f3f3f5;transform:scale(1.03);box-shadow:0 4px 15px #00000026}.newsletter-btn:active{transform:scale(.97)}:root.dark-theme .newsletter-btn{color:#fff;background:linear-gradient(135deg,#a855f7,#c084fc);box-shadow:0 4px 15px #a855f74d}:root.dark-theme .newsletter-btn:hover{box-shadow:0 6px 20px #a855f780}.newsletter-btn .btn-arrow{transition:transform .3s}.newsletter-btn:hover .btn-arrow{transform:translate(3px)}.newsletter-note{align-items:center;gap:.4rem;font-weight:500;display:inline-flex;color:#ffffff80!important;margin-bottom:0!important;font-size:.78rem!important}:root.dark-theme .newsletter-note{color:#a1a1aab3!important}.newsletter-success{flex-direction:column;align-items:center;gap:.75rem;padding:1rem 0;animation:.5s fadeInUp}.newsletter-success p{margin:0;font-weight:600;color:#fff!important;font-size:1.1rem!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=480px){.newsletter-input-group{border-radius:1rem;flex-direction:column;gap:.5rem;padding:.75rem}.newsletter-input-group input[type=email]{text-align:center;width:100%;padding:.5rem}.newsletter-btn{border-radius:.75rem;justify-content:center;width:100%;padding:.75rem}}.footer-card{z-index:10;background:#fff;border:1px solid #e5e7eb;border-radius:2.5rem;padding:2rem 3rem 1.5rem;position:relative}:root.dark-theme .footer-card{background:#18181b;border-color:#27272a}.footer-top{justify-content:space-between;gap:3rem;margin-bottom:2rem;display:flex}@media (width<=900px){.footer-top{flex-direction:column}.footer-card{padding:2.5rem 2rem 1.5rem}}.footer-brand{flex:1;max-width:320px}.footer-brand .logo{color:#000;letter-spacing:-.01em;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}:root.dark-theme .footer-brand .logo{color:#fff}.footer-brand .logo svg{width:20px;height:20px}.footer-brand p{color:#71717a;margin-bottom:1.5rem;font-size:.75rem;line-height:1.6}:root.dark-theme .footer-brand p{color:#a1a1aa}.social-links{gap:.75rem;display:flex}.social-links a{color:#18181b;justify-content:center;align-items:center;transition:opacity .2s;display:flex}:root.dark-theme .social-links a{color:#fafafa}.social-links a:hover{opacity:.7}.social-links svg{width:18px;height:18px}.footer-links-grid{gap:5rem;display:flex}@media (width<=900px){.footer-links-grid{gap:2.5rem}}@media (width<=600px){.footer-links-grid{flex-direction:column;gap:1.5rem}}.footer-col h4{color:#000;margin-bottom:1.25rem;font-size:1rem;font-weight:700}:root.dark-theme .footer-col h4{color:#fff}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.75rem}.footer-col ul a{color:#71717a;font-size:.75rem;font-weight:500;transition:color .2s}:root.dark-theme .footer-col ul a{color:#a1a1aa}.footer-col ul a:hover{color:#18181b}:root.dark-theme .footer-col ul a:hover{color:#fff}.footer-bottom{color:#71717a;border-top:1px solid #f4f4f5;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.75rem;font-weight:500;display:flex}:root.dark-theme .footer-bottom{color:#a1a1aa;border-top-color:#27272a}@media (width<=768px){.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.legal-links{gap:1.5rem;display:flex}.legal-links a{-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:text-decoration-color .2s}.legal-links a:hover{text-decoration-color:currentColor}.fading-text{text-align:center;z-index:1;pointer-events:none;background:linear-gradient(#e4e4e7 0%,#e4e4e700 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;max-width:100%;margin-top:1rem;margin-bottom:-5vw;font-size:20vw;font-weight:800;line-height:.7;overflow:hidden}:root.dark-theme .fading-text{background:linear-gradient(#27272a 0%,#27272a00 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}@media (width<=900px){.container{padding:0 1rem}.hero-wrapper{border-radius:1rem;margin:.5rem;padding-bottom:2rem}.hero-content-box{padding:2rem 1rem}h1{font-size:2.5rem}h2{font-size:1.75rem}.pill-nav{flex-wrap:nowrap;padding:.75rem 1rem;top:0;left:0;right:0}.pill-nav.scrolled{padding:.65rem 1rem}.footer-card{border-radius:1.5rem;padding:1.5rem 1.25rem 1.25rem}.cta-section{border-radius:1.5rem;padding:3.5rem 1.25rem 4rem}.cta-content h2{font-size:1.75rem}.faq-section{padding:4rem 1rem 3rem}.faq-header h2{font-size:2rem}.page-bottom-wrapper{border-radius:1.5rem 1.5rem 0 0;padding:.75rem .75rem 0}.fading-text{font-size:15vw}.proof-stats{gap:1.5rem;width:100%;padding:1rem 1.25rem}.legal-links{flex-wrap:wrap;justify-content:center;gap:1rem}nav .container{flex-wrap:wrap;padding:.75rem 1rem;position:relative}.mobile-menu-backdrop{-webkit-backdrop-filter:blur(4px);z-index:1999;opacity:0;visibility:hidden;background:#00000080;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.mobile-menu-backdrop.active{opacity:1;visibility:visible}:root.dark-theme .mobile-menu-backdrop{background:#000000b3}.nav-links{z-index:2000;-webkit-overflow-scrolling:touch;text-align:left;background:#fff;border:none;border-left:1px solid #00000014;border-radius:0;flex-direction:column;gap:0;width:300px;max-width:85vw;margin:0;padding:0;transition:transform .35s cubic-bezier(.25,.46,.45,.94);position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 30px #00000026;display:flex!important}:root.dark-theme .nav-links{background:#1a1625;border-left:1px solid #ffffff14;box-shadow:-4px 0 30px #00000080}.nav-links.active{transform:translate(0)}.mobile-drawer-header{border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}:root.dark-theme .mobile-drawer-header{border-bottom:1px solid #ffffff14}.mobile-drawer-header .drawer-title{color:var(--on-surface);font-size:1.1rem;font-weight:700}.mobile-drawer-close{border:1px solid var(--outline-variant);width:36px;height:36px;color:var(--on-surface);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.mobile-drawer-close:hover{background:#0000000d}:root.dark-theme .mobile-drawer-close:hover{background:#ffffff14}.nav-links a{border-bottom:1px solid #0000000d;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:flex;color:var(--on-surface)!important;opacity:1!important}:root.dark-theme .nav-links a{border-bottom:1px solid #ffffff0d}.nav-links a:hover{background:#9333ea0f;color:var(--primary)!important}:root.dark-theme .nav-links a:hover{background:#a855f71a;color:#c084fc!important}.mobile-drawer-cta{text-align:center;background:linear-gradient(135deg,#4c0080,#6a0dad);border-radius:12px;margin:1.25rem 1.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:block;box-shadow:0 4px 16px #4c00804d;color:#fff!important}.mobile-drawer-cta:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 24px #4c008066}:root.dark-theme .mobile-drawer-cta{background:linear-gradient(135deg,#a855f7,#c084fc);box-shadow:0 4px 16px #a855f74d;color:#110d2c!important}.mobile-menu-btn{order:10;display:flex!important}.nav-actions{gap:.5rem}.nav-cta{display:none!important}.nav-login{display:none}.hero-actions{flex-direction:column;width:100%;max-width:300px}.btn-hero-primary,.btn-hero-secondary{justify-content:center;width:100%}.brand-name{display:none}.steps-grid,.product-grid{grid-template-columns:1fr}body.mobile-menu-open{overflow:hidden}}@media (width<=480px){h1{font-size:1.85rem}h2{font-size:1.5rem}.container{padding:0 .75rem}.footer-card{border-radius:1.25rem;padding:1.25rem 1rem 1rem}.cta-section{border-radius:1.25rem;padding:2.5rem 1rem 3rem}.cta-content h2{font-size:1.5rem}.faq-header h2{font-size:1.75rem}.fading-text{font-size:12vw}.page-bottom-wrapper{border-radius:1.25rem 1.25rem 0 0}.proof-stats{gap:1rem;padding:.85rem 1rem}}.mobile-menu-btn,.mobile-drawer-header,.mobile-drawer-cta,.mobile-menu-backdrop{display:none}.product-detail-page{background:var(--surface);flex-grow:1;padding:4rem 0}.product-detail-container{gap:4rem;display:flex}@media (width<=900px){.product-detail-container{flex-direction:column}}.product-gallery{flex:1.2}.product-main-image{object-fit:cover;background:var(--surface-low);border-radius:1rem;width:100%;height:600px;margin-bottom:1.5rem}.product-thumbnails{gap:1rem;display:flex}.product-thumbnails img{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:.5rem;width:100px;height:100px;transition:all .2s}.product-thumbnails img:hover,.product-thumbnails img.active{border-color:var(--primary);opacity:.8}.product-info{flex-direction:column;flex:1;gap:1.5rem;display:flex}.product-title{margin:0;font-size:2.5rem;font-weight:800}.product-reviews{color:var(--on-surface-variant);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.stars{color:#fbbf24}.product-price{color:var(--on-surface);font-size:3rem;font-weight:800}.options-group h4{color:var(--on-surface-variant);margin-bottom:.75rem;font-size:1rem;font-weight:600}.options-group h4 span{font-weight:400}.color-swatches{gap:.75rem;display:flex}.swatch{border:1px solid var(--outline-variant);cursor:pointer;background-position:50%;background-size:cover;border-radius:.25rem;width:48px;height:64px;transition:all .2s}.swatch.active{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.size-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem;display:grid}.size-btn{background:var(--surface-lowest);border:1px solid var(--outline-variant);color:var(--on-surface);cursor:pointer;border-radius:.25rem;justify-content:center;align-items:center;padding:.75rem 0;font-weight:600;transition:all .2s;display:flex}.size-btn:hover{border-color:var(--primary)}.size-btn.active{background:var(--on-surface);color:var(--surface-lowest);border-color:var(--on-surface)}.action-row{gap:1rem;margin-top:1.5rem;display:flex}.btn-add-cart{background:var(--on-surface);color:var(--surface-lowest);cursor:pointer;border:none;border-radius:.5rem;flex-grow:1;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex}.btn-add-cart:hover{opacity:.9;transform:translateY(-2px)}.btn-favorite{border:1px solid var(--outline-variant);background:var(--surface-low);cursor:pointer;width:60px;color:var(--on-surface);border-radius:.5rem;justify-content:center;align-items:center;transition:all .2s;display:flex}.btn-favorite:hover{background:var(--surface-high)}.delivery-info{color:var(--on-surface-variant);align-items:center;gap:.75rem;margin-top:1rem;font-size:.875rem;font-weight:600;display:flex}.skeleton{position:relative;overflow:hidden;background-color:var(--surface-high)!important;color:#0000!important;box-shadow:none!important;border-color:#0000!important}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;animation:1.5s infinite loading;position:absolute;top:0;left:0}:root.dark-theme .skeleton:after{background:linear-gradient(90deg,#0000,#ffffff0d,#0000)}.skeleton>*{visibility:hidden}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton-text{border-radius:.25rem;min-height:1.2em;display:inline-block}.floating-btn{color:#fff;z-index:999;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:2rem;box-shadow:0 4px 15px #0003}.floating-btn:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 6px 20px #0000004d}.btn-btt{background:linear-gradient(135deg, var(--primary), var(--primary-container));color:var(--on-primary);opacity:0;visibility:hidden;left:2rem;transform:translateY(20px)}.btn-btt.visible{opacity:1;visibility:visible;transform:translateY(0)}.btn-btt.visible:hover{transform:translateY(-5px)scale(1.05)}.btn-whatsapp{color:#fff;background:#25d366;right:2rem}.btn-whatsapp:hover{color:#fff}.btn-whatsapp svg,.btn-btt svg{width:28px;height:28px}@media (width<=768px){.floating-btn{width:3rem;height:3rem;bottom:1.5rem}.btn-btt{left:1.5rem}.btn-whatsapp{right:1.5rem}.btn-whatsapp svg,.btn-btt svg{width:24px;height:24px}}.why-nova-section{background:var(--surface);padding:5rem 0 0;position:relative;overflow:hidden}:root.dark-theme .why-nova-section{background:var(--surface)}.why-nova-section:before{content:"";pointer-events:none;z-index:0;background-image:repeating-radial-gradient(circle at top,#0000,#0000 60px,#9333ea08 60px 61px);position:absolute;inset:0}:root.dark-theme .why-nova-section:before{background-image:repeating-radial-gradient(circle at top,#0000,#0000 60px,#9333ea0d 60px 61px)}.why-nova-section:after{content:"";pointer-events:none;background:radial-gradient(#6366f108 0%,#0000 70%);width:50%;height:160%;position:absolute;bottom:-30%;right:-10%}.why-nova-header-content{flex-direction:column;align-items:center;margin-bottom:.5rem;display:flex}.why-nova-badge{color:#9333ea;text-transform:uppercase;letter-spacing:.05em;background:#f3e8ff;border-radius:2rem;align-items:center;gap:.35rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}:root.dark-theme .why-nova-badge{color:#c084fc;background:#9333ea26}.why-nova-title{text-align:center;letter-spacing:-.03em;z-index:1;word-break:keep-all;overflow-wrap:normal;margin-bottom:.75rem;font-size:2.75rem;font-weight:800;position:relative}.why-nova-title .gradient-text,.how-it-works-title .gradient-text{background:linear-gradient(135deg,#9333ea,#c084fc,#a855f7);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;background-clip:text;padding-right:.1em;font-style:normal}.why-nova-subtitle{text-align:center;color:var(--on-surface-variant);z-index:1;max-width:560px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.05rem;position:relative}.why-nova-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1050px;margin:0 auto;display:grid;position:relative}.why-nova-card{background:var(--surface-lowest);border:1px solid var(--outline-variant);text-align:center;border-radius:1.25rem;padding:2.25rem 1.5rem 2rem;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}:root.dark-theme .why-nova-card{background:#121214;border-color:#ffffff08}.why-nova-card:hover{border-color:#9333ea40;transform:translateY(-6px);box-shadow:0 20px 40px #9333ea0f}:root.dark-theme .why-nova-card:hover{border-color:#9333ea26;box-shadow:0 20px 40px #9333ea14}.why-nova-card-num{color:#0000000d;font-size:1.5rem;font-weight:700;position:absolute;top:1.25rem;right:1.5rem}:root.dark-theme .why-nova-card-num{color:#ffffff0d}.why-nova-card:hover:before{opacity:1}.why-nova-icon{background:#f3e8ff;border-radius:1rem;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.25rem;display:flex;position:relative}:root.dark-theme .why-nova-icon{background:#9333ea26}.why-nova-icon:after{content:"";z-index:-1;background:linear-gradient(135deg,#9333ea26,#0000);border-radius:1.125rem;position:absolute;inset:-3px}.why-nova-card h3{letter-spacing:-.01em;word-break:keep-all;overflow-wrap:normal;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.why-nova-card p{color:var(--on-surface-variant);font-size:.88rem;line-height:1.6}.why-nova-section+.how-it-works-section{padding-top:0}.why-nova-section{padding-bottom:3rem}.how-it-works-section:after{content:"";width:1px;height:0;position:absolute;top:0;left:50%;transform:translate(-50%)}.how-it-works-section{background:var(--surface);padding:2rem 0 5rem;position:relative;overflow:hidden}:root.dark-theme .how-it-works-section{background:var(--surface)}.how-it-works-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#9333ea09 0%,#0000 70%);width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.how-it-works-section>.container:before{content:"";background:linear-gradient(90deg,#0000,#9333ea40,#0000);border-radius:2px;max-width:120px;height:2px;margin:0 auto 3.5rem;display:block}:root.dark-theme .how-it-works-section>.container:before{background:linear-gradient(90deg,#0000,#c084fc40,#0000)}.how-it-works-title{text-align:center;letter-spacing:-.03em;z-index:1;word-break:keep-all;overflow-wrap:normal;margin-bottom:.5rem;font-size:2.75rem;font-weight:800;position:relative}.how-it-works-subtitle{text-align:center;color:var(--on-surface-variant);z-index:1;max-width:460px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.05rem;position:relative}.how-it-works-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1050px;margin:0 auto;display:grid;position:relative}.how-it-works-grid:before{content:"";z-index:0;background:linear-gradient(90deg,#9333ea40,#6366f140);height:2px;position:absolute;top:80px;left:calc(33.33% + 10px);right:calc(33.33% + 10px)}:root:not(.dark-theme) .how-it-works-grid:before{background:linear-gradient(90deg,#9333ea1f,#6366f11f)}.how-it-works-card{background:var(--surface-lowest);border:1px solid var(--outline-variant);text-align:center;border-radius:1.25rem;padding:2.5rem 1.5rem 2rem;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative}:root.dark-theme .how-it-works-card{-webkit-backdrop-filter:blur(12px);background:#18181cd9;border-color:#ffffff0f}.how-it-works-card:after{content:"";background:linear-gradient(#0000,#9333ea09);border-radius:0 0 1.25rem 1.25rem;height:0;transition:height .35s;position:absolute;bottom:0;left:0;right:0}.how-it-works-card:hover{border-color:#9333ea40;transform:translateY(-6px);box-shadow:0 20px 40px #9333ea0f}:root.dark-theme .how-it-works-card:hover{box-shadow:0 20px 40px #9333ea1a,0 0 0 1px #9333ea1f}.how-it-works-card:hover:after{height:100%}.step-badge{color:#fff;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:2rem;padding:.3rem 1rem;font-size:.7rem;font-weight:700;position:absolute;top:-13px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #9333ea59}.how-it-works-section .step-icon{z-index:1;border-radius:1rem;justify-content:center;align-items:center;width:54px;height:54px;margin:.5rem auto 1.25rem;display:flex;position:relative;box-shadow:0 8px 20px #0000001f}.how-it-works-card h3{letter-spacing:-.01em;z-index:1;word-break:keep-all;overflow-wrap:normal;margin-bottom:.5rem;font-size:1.1rem;font-weight:700;position:relative}.how-it-works-card p{color:var(--on-surface-variant);z-index:1;font-size:.88rem;line-height:1.7;position:relative}.footer-logo-link{align-items:center;gap:.65rem;margin-bottom:1rem;transition:opacity .2s;display:flex}.footer-logo-link:hover{opacity:.85}@media (width<=900px){.brand-name{font-size:1rem}.logo-img{height:30px}.proof-stats{border-radius:16px;flex-wrap:wrap;gap:1.5rem;padding:1.5rem}.proof-stat-divider{display:none}.proof-stat{width:45%}}@media (width<=1024px){.why-nova-title .gradient-text,.how-it-works-title .gradient-text{white-space:normal}}@media (width<=768px){.why-nova-grid,.how-it-works-grid,.featured-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.why-nova-title,.how-it-works-title{font-size:2rem}.how-it-works-grid:before{display:none}.footer-logo-link img{height:36px!important}.hero-wrapper{border-radius:0;min-height:70vh;margin:0;padding:6rem 1rem 3rem}.hero-content h1{font-size:2.5rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%;margin:0}.pill-nav.scrolled{padding:.75rem 1rem}.hiw-timeline{flex-direction:column;gap:2rem;max-width:500px;margin:0 auto}.hiw-connector{padding:1rem 0;transform:rotate(90deg)}.proof-stats{grid-template-columns:1fr 1fr;gap:1rem .5rem;width:100%;padding:1rem;display:grid}.proof-stat{justify-content:flex-start;gap:.5rem;width:auto}.proof-stat-icon{width:32px;height:32px}.proof-stat-icon svg{width:16px;height:16px}.proof-stat-number{font-size:1.1rem}.proof-stat-label{font-size:.7rem}}@media (width<=480px){.hero-content h1,.hiw-header h2,.featured-header h2,.faq-header h2{font-size:2rem}}.search-overlay{z-index:9999;pointer-events:none;opacity:0;justify-content:center;align-items:flex-start;padding-top:12vh;transition:opacity .25s;display:flex;position:fixed;inset:0}.search-overlay.open{pointer-events:auto;opacity:1}.search-overlay-backdrop{-webkit-backdrop-filter:blur(8px);background:#00000073;position:absolute;inset:0}:root.dark-theme .search-overlay-backdrop{background:#000000a6}.search-panel{background:var(--surface-lowest);border:1px solid var(--outline-variant);opacity:0;border-radius:1.25rem;flex-direction:column;width:95%;max-width:640px;max-height:70vh;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .25s;display:flex;position:relative;overflow:hidden;transform:translateY(-20px)scale(.97);box-shadow:0 25px 60px #00000040}.search-overlay.open .search-panel{opacity:1;transform:translateY(0)scale(1)}.search-panel-header{border-bottom:1px solid var(--outline-variant);padding:1rem 1.25rem}.search-input-wrap{align-items:center;gap:.75rem;display:flex}.search-input-icon{color:var(--on-surface-variant);flex-shrink:0}.search-input-wrap input{color:var(--on-surface);background:0 0;border:none;outline:none;flex:1;padding:.25rem 0;font-family:inherit;font-size:1.05rem;font-weight:500}.search-input-wrap input::placeholder{color:var(--on-surface-variant);opacity:.6}.search-kbd{background:var(--surface-high);color:var(--on-surface-variant);border:1px solid var(--outline-variant);border-radius:.35rem;flex-shrink:0;padding:.2rem .5rem;font-family:inherit;font-size:.7rem;font-weight:600;line-height:1}.search-panel-body{flex:1;min-height:200px;padding:.5rem;overflow-y:auto}.search-results{flex-direction:column;gap:2px;display:flex}.search-result-item{color:inherit;cursor:pointer;border-radius:.75rem;align-items:center;gap:.85rem;padding:.75rem 1rem;text-decoration:none;transition:background .15s;display:flex}.search-result-item:hover,.search-result-item.active{background:var(--surface-low)}.search-result-item.active{outline:2px solid var(--primary);outline-offset:-2px}.search-result-emoji{border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.3rem;display:flex}.search-result-info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.search-result-name{color:var(--on-surface);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.search-result-name mark{color:inherit;background:#a855f733;border-radius:2px;padding:0 1px}:root.dark-theme .search-result-name mark{background:#c084fc4d}.search-result-desc{color:var(--on-surface-variant);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.search-result-meta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.15rem;display:flex}.search-result-price{color:var(--on-surface);font-size:.9rem;font-weight:700}.search-result-price small{color:var(--on-surface-variant);font-size:.75rem;font-weight:500}.search-result-category{color:var(--primary);text-transform:uppercase;letter-spacing:.03em;font-size:.7rem;font-weight:600}.search-result-arrow{color:var(--on-surface-variant);opacity:0;flex-shrink:0;transition:opacity .15s}.search-result-item:hover .search-result-arrow,.search-result-item.active .search-result-arrow{opacity:1}.search-empty{color:var(--on-surface-variant);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:3rem 1rem;display:flex}.search-empty p{margin:0;font-size:1rem;font-weight:600}.search-empty span{opacity:.7;font-size:.85rem}.search-loading{color:var(--on-surface-variant);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.search-spinner{border:3px solid var(--outline-variant);border-top-color:var(--primary);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite search-spin}@keyframes search-spin{to{transform:rotate(360deg)}}.search-panel-footer{border-top:1px solid var(--outline-variant);color:var(--on-surface-variant);align-items:center;gap:1.5rem;padding:.6rem 1.25rem;font-size:.75rem;display:flex}.search-panel-footer kbd{background:var(--surface-high);border:1px solid var(--outline-variant);border-radius:.25rem;margin:0 .15rem;padding:.1rem .35rem;font-family:inherit;font-size:.7rem;font-weight:600}@media (width<=640px){.search-overlay{padding-top:1rem}.search-panel{border-radius:1rem;max-height:85vh}.search-result-meta,.search-panel-footer{display:none}}.cart-btn{justify-content:center;align-items:center;transition:all .2s;position:relative;display:inline-flex!important}.cart-btn:hover{transform:translateY(-1px);color:var(--primary,#9333ea)!important;background:var(--surface-high)!important}.cart-count{border:2px solid var(--surface-lowest,#0b0f19);background:#ef4444;border-radius:10px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:700;line-height:1;display:none;position:absolute;top:-4px;right:-4px;color:#fff!important}.dark-theme .cart-count{border-color:var(--surface-lowest,#09090b)}.wishlist-header-btn{transition:color .2s,background .2s,transform .2s;position:relative;color:var(--on-surface)!important}.wishlist-header-btn:hover{transform:translateY(-1px);color:#ef4444!important;background:var(--surface-high)!important}.wishlist-count{border:2px solid var(--surface-lowest,#0b0f19);background:#ec4899;border-radius:10px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:700;line-height:1;display:none;position:absolute;top:-4px;right:-4px;color:#fff!important}.dark-theme .wishlist-count{border-color:var(--surface-lowest,#09090b)}@keyframes ambientGlow{0%{opacity:.6;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}to{opacity:.6;transform:scale(1)}}.luxury-ambient-bg{will-change:opacity, transform;animation:15s ease-in-out infinite ambientGlow}.reveal-up{opacity:0;transition:opacity var(--transition-slow), transform var(--transition-slow);will-change:opacity, transform;transform:translateY(40px)}.reveal-fade{opacity:0;transition:opacity var(--transition-slow);will-change:opacity}.is-revealed.reveal-up{opacity:1;transform:translateY(0)}.is-revealed.reveal-fade{opacity:1}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}.premium-3d-tilt{transform-style:preserve-3d;transition:transform .4s var(--ease-out-expo), box-shadow .4s var(--ease-out-expo);will-change:transform;position:relative;overflow:hidden;transform:perspective(1000px)rotateX(0)rotateY(0)}.premium-3d-tilt:after{content:"";background:radial-gradient(circle at var(--glare-x,50%) var(--glare-y,50%), #ffffff26 0%, transparent 60%);opacity:0;pointer-events:none;mix-blend-mode:overlay;z-index:10;width:200%;height:200%;transition:opacity .4s;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.premium-3d-tilt:hover:after{opacity:1}.breadcrumb-nav{background:var(--surface-low);border-bottom:1px solid var(--outline-variant);margin-top:70px;padding:.65rem 0}.breadcrumb-list{flex-wrap:wrap;align-items:center;gap:.35rem;margin:0;padding:0;font-size:.8rem;font-weight:500;list-style:none;display:flex}.breadcrumb-list li a{color:var(--primary);text-decoration:none;transition:color .2s}.breadcrumb-list li a:hover{text-decoration:underline}.breadcrumb-list li span[aria-current=page]{color:var(--on-surface-variant);font-weight:600}.breadcrumb-sep{color:var(--on-surface-variant);opacity:.5;-webkit-user-select:none;user-select:none;font-size:.85rem}:root.dark-theme .breadcrumb-nav{background:var(--surface-low);border-bottom-color:var(--outline-variant)}.shop-categories-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-bottom:3rem;display:grid}.shop-cat-card{background:var(--surface-lowest);border:1px solid var(--outline-variant);color:inherit;border-radius:1.25rem;flex-direction:column;gap:.75rem;padding:1.75rem 1.5rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.shop-cat-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 16px 40px #4c008014}:root.dark-theme .shop-cat-card:hover{box-shadow:0 16px 40px #a855f71a}.shop-cat-icon{border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:.25rem;font-size:1.75rem;display:flex}.shop-cat-card h3{color:var(--on-surface);margin:0;font-size:1.15rem;font-weight:700}.shop-cat-card p{color:var(--on-surface-variant);flex-grow:1;margin:0;font-size:.875rem;line-height:1.55}.shop-cat-link{color:var(--primary);margin-top:auto;font-size:.875rem;font-weight:600;transition:gap .2s}.shop-cat-card:hover .shop-cat-link{text-decoration:underline}.shop-products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.shop-product-card{background:var(--surface-lowest);border:1px solid var(--outline-variant);color:inherit;border-radius:1rem;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;transition:all .3s;display:flex}.shop-product-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 30px #4c008010}:root.dark-theme .shop-product-card:hover{box-shadow:0 12px 30px #a855f714}.shop-product-emoji{flex-shrink:0;margin-top:.1rem;font-size:2rem;line-height:1}.shop-product-info{flex-direction:column;flex:1;gap:.3rem;display:flex}.shop-product-info h3,.shop-product-info h2{color:var(--on-surface);margin:0;font-size:1rem;font-weight:700}.shop-product-info p{color:var(--on-surface-variant);margin:0;font-size:.8rem;line-height:1.5}.shop-product-price{color:var(--primary);margin-top:.25rem;font-size:1rem;font-weight:800}.shop-product-price small{color:var(--on-surface-variant);font-size:.75rem;font-weight:500}.faq-standalone-list{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.faq-standalone-item{background:var(--surface-lowest);border:1px solid var(--outline-variant);border-radius:.875rem;transition:border-color .2s,box-shadow .2s;overflow:hidden}.faq-standalone-item[open]{border-color:var(--primary);box-shadow:0 4px 20px #4c008010}:root.dark-theme .faq-standalone-item[open]{box-shadow:0 4px 20px #a855f71a}.faq-standalone-q{color:var(--on-surface);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;list-style:none;display:flex}.faq-standalone-q::-webkit-details-marker{display:none}.faq-standalone-q:after{content:"+";color:var(--primary);flex-shrink:0;font-size:1.4rem;font-weight:300;line-height:1;transition:transform .25s}.faq-standalone-item[open] .faq-standalone-q:after{transform:rotate(45deg)}.faq-standalone-a{color:var(--on-surface-variant);padding:0 1.5rem 1.25rem;font-size:.9rem;line-height:1.7}.faq-standalone-a p{margin:0 0 .75rem}.faq-standalone-a p:last-child{margin:0}.faq-standalone-a ul{margin:.5rem 0;padding-left:1.5rem}.faq-standalone-a li{margin-bottom:.4rem}@media (width<=768px){.breadcrumb-nav{margin-top:60px}.shop-categories-grid{grid-template-columns:1fr 1fr}.shop-products-grid{grid-template-columns:1fr}}@media (width<=480px){.shop-categories-grid{grid-template-columns:1fr}}
