*{box-sizing:border-box;margin:0;padding:0}:root{--primary-black:#0a0a0a;--secondary-black:#1a1a1a;--accent-red:#ff3b30;--accent-red-dark:#cc2e26;--accent-red-light:#ff6b61;--text-white:#fff;--text-gray:#a0a0a0;--text-gray-light:#d0d0d0;--glass-bg:#ffffff0d;--glass-border:#ffffff1a;--shadow-soft:0 8px 32px #0000004d;--shadow-glow:0 0 20px #ff3b304d;--gradient-primary:linear-gradient(135deg, #ff3b30 0%, #ff6b61 100%);--gradient-dark:linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);--border-radius:16px;--border-radius-large:24px;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce:all .5s cubic-bezier(.68, -.55, .265, 1.55)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--primary-black);color:var(--text-white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--secondary-black)}::-webkit-scrollbar-thumb{background:var(--accent-red);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-red-light)}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--border-radius)}.glass-strong{-webkit-backdrop-filter:blur(30px);background:#0f0f0fe6;border:1px solid #ffffff1a;box-shadow:0 25px 50px -12px #00000080}.neumorphic{background:var(--secondary-black);border-radius:var(--border-radius);box-shadow:8px 8px 16px #0006,-8px -8px 16px #ffffff0d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes glow{0%,to{box-shadow:0 0 20px #ff3b304d}50%{box-shadow:0 0 30px #ff3b3099}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fade-in-up{animation:.6s ease-out fadeInUp}.fade-in-left{animation:.6s ease-out fadeInLeft}.fade-in-right{animation:.6s ease-out fadeInRight}.pulse{animation:2s infinite pulse}.glow{animation:2s infinite glow}.float{animation:3s ease-in-out infinite float}.btn{border-radius:var(--border-radius);cursor:pointer;transition:var(--transition-smooth);border:none;padding:12px 24px;font-size:16px;font-weight:600;position:relative;overflow:hidden}.btn-primary{background:var(--gradient-primary);color:var(--text-white);box-shadow:var(--shadow-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 30px #ff3b3080}.btn-secondary{color:var(--text-white);border:2px solid var(--accent-red);background:0 0}.btn-secondary:hover{background:var(--accent-red);transform:translateY(-2px)}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-glow{text-shadow:0 0 20px #ff3b3080}body,main,#__next{width:100%;position:relative;overflow-x:hidden}@media (max-width:768px){:root{--border-radius:12px;--border-radius-large:18px}.products{padding:2rem 0}.product-card{margin:0 10px;padding:1rem!important}.product-name{font-size:1.25rem!important}.product-price{font-size:1.1rem!important}.product-description{margin-bottom:1rem;line-height:1.4;font-size:.9rem!important}.add-to-cart-full{padding:10px 15px!important;font-size:14px!important}.premium-badge{display:none!important}}.loading{border:3px solid #ffffff4d;border-top-color:var(--accent-red);border-radius:50%;width:20px;height:20px;animation:1s ease-in-out infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}
.hero{background:var(--gradient-dark);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-background{z-index:1;position:absolute;inset:0}.hero-glow{filter:blur(100px);z-index:1;pointer-events:none;background:radial-gradient(circle,#ff3b3040,#0000 70%);width:60%;height:60%;animation:8s ease-in-out infinite glowPulse;position:absolute;top:10%;left:5%}@keyframes glowPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.hero-particles{position:absolute;inset:0}.particle{background:var(--accent-red);opacity:.6;border-radius:50%;width:4px;height:4px;position:absolute}.hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-text{max-width:600px}.hero-badge{text-transform:uppercase;letter-spacing:1.5px;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ff3b3014;border:1px solid #ff3b3059;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:.6rem 1.2rem;font-size:.8rem;font-weight:700;display:inline-flex;box-shadow:0 4px 20px #ff3b301a}.badge-icon{color:var(--accent-red);width:1rem;height:1rem}.hero-title{background:var(--gradient-primary);-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 15px #000c);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:4rem;font-weight:900;line-height:1.1}.hero-subtitle{color:#f0f0f0;text-shadow:0 2px 8px #000c;margin-top:.5rem;font-size:1.5rem;font-weight:500;display:block}.hero-description{color:#fffffff2;text-shadow:0 2px 10px #000000e6;max-width:540px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.hero-actions{gap:1rem;margin-bottom:3rem;display:flex}.hero-btn,.hero-btn-secondary{align-items:center;gap:.5rem;display:flex}.hero-stats{gap:2rem;display:flex}.stat{text-align:center}.stat-number{color:var(--accent-red);margin-bottom:.25rem;font-size:2rem;font-weight:800;display:block}.stat-label{color:var(--text-gray);font-size:.875rem;font-weight:500}.hero-visual{justify-content:center;align-items:center;display:flex}.hero-bottle{justify-content:center;align-items:center;width:300px;height:400px;display:flex;position:relative}.bottle-glow{background:radial-gradient(circle,#ff3b3033 0%,#0000 70%);border-radius:50%;width:100%;height:100%;position:absolute}.bottle-shape{z-index:2;position:relative}.bottle-neck{background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);border-radius:20px 20px 0 0;width:40px;height:60px;margin:0 auto;position:relative}.bottle-neck:after{content:"";background:#333;border-radius:15px 15px 0 0;width:30px;height:20px;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.bottle-body{background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);border-radius:0 0 60px 60px;justify-content:center;align-items:center;width:120px;height:200px;display:flex;position:relative}.bottle-label{text-align:center;color:var(--text-white)}.label-text{letter-spacing:2px;margin-bottom:.25rem;font-size:1.5rem;font-weight:800;display:block}.label-subtext{color:var(--accent-red);letter-spacing:1px;font-size:.875rem;font-weight:600;display:block}.premium-bg-accents{pointer-events:none;z-index:0;position:absolute;inset:0}.timeline-carousel-container{width:100%;position:relative;overflow:visible}.timeline-track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;cursor:grab;z-index:10;pointer-events:auto;gap:2rem;padding:2rem 1rem 4rem;display:flex;position:relative;overflow-x:auto;touch-action:auto!important}.timeline-track *{touch-action:auto!important}.timeline-track:active{cursor:grabbing}.timeline-track::-webkit-scrollbar{display:none}.timeline-card-wrapper{scroll-snap-align:center;scroll-snap-stop:always;flex:0 0 350px;position:relative}.timeline-progress-bar{pointer-events:none;z-index:5;background:#ffffff1a;border-radius:2px;height:2px;position:absolute;bottom:0;left:10%;right:10%}.timeline-progress-fill{background:#ff3b30;border-radius:2px;width:0%;height:100%;transition:width .3s}.timeline-dot{background:#ff3b30;border-radius:50%;width:10px;height:10px;position:absolute;top:-4px;left:0;transform:translate(-50%);box-shadow:0 0 10px #ff3b30}.carousel-nav-btn{color:#fff;cursor:pointer;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-nav-btn:hover{background:#ff3b3033;border-color:#ff3b3066;transform:translateY(-50%)scale(1.1)}.carousel-nav-btn.prev{left:-24px}.carousel-nav-btn.next{right:-24px}@media (max-width:1200px){.carousel-nav-btn{width:40px;height:40px;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;z-index:30!important;background:#0a0a0ab3!important;border:1px solid #ffffff26!important;box-shadow:0 4px 15px #0009!important}.carousel-nav-btn.prev{left:8px!important}.carousel-nav-btn.next{right:8px!important}}@media (max-width:480px){.carousel-nav-btn{width:36px;height:36px}.carousel-nav-btn.prev{left:4px!important}.carousel-nav-btn.next{right:4px!important}}@media (max-width:768px){.timeline-track{gap:1rem;padding:1rem 1rem 3rem}.timeline-card-wrapper{flex:0 0 280px}.premium-features-section{padding:2rem 0}}.premium-features-section{background:#050505;padding:4rem 0;position:relative;overflow:hidden}.premium-header{text-align:center;z-index:10;position:relative}.premium-tagline{text-transform:uppercase;letter-spacing:5px;color:#ff3b30;margin-bottom:1.5rem;font-size:.9rem;font-weight:600;display:block}.premium-title{color:#fff;letter-spacing:-2px;margin-bottom:1.5rem;font-size:4.5rem;font-weight:900}.text-highlight{color:#0000;-webkit-text-stroke:1px #fff6}.premium-subtitle{color:#888;max-width:650px;margin:0 auto;font-size:1.25rem;line-height:1.6}.premium-features-grid{z-index:10;gap:2rem;display:flex;position:relative}.premium-feature-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:32px;height:100%;padding:3rem 2rem;transition:all .5s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}.premium-card-blur{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1;position:absolute;inset:0}.premium-card-content{z-index:2;text-align:center;position:relative}.premium-icon-box{color:#ff3b30;background:linear-gradient(135deg,#ff3b301a,#0000);border:1px solid #ff3b3033;border-radius:24px;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 2.5rem;display:flex;overflow:hidden}.premium-feature-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.premium-feature-card:hover .premium-feature-img{transform:scale(1.1)}.premium-card-title{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.premium-card-desc{color:#777;font-size:.95rem;line-height:1.6}.premium-feature-card:hover{background:#ff3b3008;border-color:#ff3b3066;transform:translateY(-10px)}.premium-card-shimmer{background:linear-gradient(45deg,#0000,#ffffff08,#0000);width:200%;height:200%;transition:all .8s;position:absolute;top:-100%;left:-100%}.premium-feature-card:hover .premium-card-shimmer{top:100%;left:100%}.premium-bg-accents .accent-circle{filter:blur(120px);z-index:1;border-radius:50%;position:absolute}.c1{background:#ff3b3014;width:400px;height:400px;top:-10%;left:-5%}.c2{background:#ff3b300d;width:500px;height:500px;bottom:-10%;right:-5%}@media (max-width:1200px){.premium-features-grid{grid-template-columns:repeat(2,1fr)}.premium-title{font-size:3.5rem}}@media (max-width:768px){.premium-features-grid{grid-template-columns:1fr}.premium-title{font-size:2.5rem}.premium-features-section{padding:4rem 0}.premium-product-content{padding:1rem 1.2rem 1.5rem!important}}.premium-products-section{background:var(--primary-black);overflow:hidden}.premium-products-track{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;padding:2rem 0;display:grid}@media (max-width:768px){.premium-products-track{scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;flex-direction:row!important;gap:16px!important;padding:10px 0 20px!important;display:flex!important;overflow-x:auto!important}.premium-products-track::-webkit-scrollbar{display:none}.premium-product-card{scroll-snap-align:center;flex:0 0 280px!important;width:280px!important;min-width:280px!important;height:auto!important}}.premium-product-card{cursor:pointer;z-index:1;border-radius:40px;flex-direction:column;height:100%;transition:all .5s cubic-bezier(.2,.8,.2,1);display:flex;position:relative}.premium-product-card:hover{z-index:10;transform:translateY(-10px)}.premium-product-glass{-webkit-backdrop-filter:blur(25px)saturate(180%);backdrop-filter:blur(25px)saturate(180%);background:#12121299;border:1px solid #ffffff14;border-radius:40px;flex-direction:column;height:100%;padding:0;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d}.premium-product-glass:before{content:"";background:radial-gradient(circle at top, var(--product-color), transparent 70%);opacity:.15;transition:opacity .5s;position:absolute;inset:0}.premium-product-card:hover .premium-product-glass{border-color:#fff3;box-shadow:0 30px 60px #00000080}.premium-product-card:hover .premium-product-glass:before{opacity:.25}.premium-product-image-container{cursor:pointer;border-radius:40px 40px 0 0;justify-content:center;align-items:flex-start;width:100%;height:320px;margin:0;padding:0;display:flex;position:relative;overflow:hidden;background:0 0!important}.media-nav-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;opacity:0;z-index:20;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.media-nav-btn:hover{background:var(--product-color,#ff3b30);box-shadow:0 0 20px var(--product-color,#ff3b30);border-color:#fff;transform:translateY(-50%)scale(1.1)}.media-nav-btn.prev{left:1rem}.media-nav-btn.next{right:1rem}.premium-product-image-container:hover .media-nav-btn{opacity:1}@media (max-width:768px){.media-nav-btn{opacity:1;width:32px;height:32px}.premium-product-image-container{height:320px;background:0 0!important;align-items:flex-start!important;width:100%!important;margin:0!important;padding-top:0!important}.premium-product-image{object-fit:contain!important;object-position:top!important;width:100%!important;height:280px!important;transform:translateY(-5px)scale(1.15)!important}}.media-dots{z-index:15;gap:6px;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.media-dot{background:#ffffff4d;border-radius:50%;width:6px;height:6px;transition:all .3s}.media-dot.active{background:#fff;border-radius:3px;width:18px}.premium-product-glow{filter:blur(60px);opacity:.6;border-radius:50%;width:160px;height:160px;transition:all .5s;position:absolute}.premium-product-card:hover .premium-product-glow{opacity:.85;transform:scale(1.2)}.premium-product-image{object-fit:cover;z-index:2;width:100%;height:100%;transition:all .5s cubic-bezier(.2,.8,.2,1);position:relative}.premium-product-card:hover .premium-product-image{transform:scale(1.08)translateY(-10px)}.premium-product-view-btn{opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;z-index:10;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.5)}.premium-product-card:hover .premium-product-view-btn{opacity:1;transform:translate(-50%,-50%)scale(1)}.premium-product-content{z-index:2;flex-direction:column;flex:1;padding:1.5rem 2rem 2.5rem;display:flex;position:relative}@media (max-width:768px){.premium-product-content{padding:1rem 1.2rem 1.5rem}}.premium-product-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.premium-product-name{color:#fff;letter-spacing:-.02em;font-size:1.6rem;font-weight:800}.premium-product-rating{color:#fff;background:#ffcc001a;border-radius:20px;align-items:center;gap:4px;padding:3px 8px;font-size:.78rem;font-weight:500;display:flex}.premium-product-description{color:var(--text-gray);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;flex-grow:1;min-height:4.8em;margin-bottom:1rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.premium-product-size{color:var(--text-gray);vertical-align:middle;opacity:.8;font-size:.55em;font-weight:500}.premium-product-heat{gap:4px;margin-bottom:1rem;display:flex}.heat-flame-premium{transition:all .3s}.heat-flame-active{filter:drop-shadow(0 0 8px #ff3b30);color:#ff3b30!important}.star-modern.filled{color:#fbbf24!important;fill:#fbbf24!important}.premium-product-features{flex-wrap:wrap;gap:6px;margin-bottom:1.5rem;display:flex}@media (max-width:768px){.premium-product-features{scrollbar-width:none;flex-wrap:nowrap;gap:8px;margin-bottom:1rem;padding-bottom:5px;overflow-x:auto}.premium-product-features::-webkit-scrollbar{display:none}}.premium-feature-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-white);letter-spacing:.3px;white-space:nowrap;background:linear-gradient(135deg,#ffffff1a,#ffffff05);border:1px solid #ffffff1a;border-radius:30px;padding:4px 10px;font-size:.75rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #0003}.premium-feature-tag:hover{background:linear-gradient(135deg,#ffffff26,#ffffff0d);border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.premium-product-footer-row,.merchandise-footer-row{justify-content:space-between;align-items:center;gap:10px;width:100%;margin-top:auto;padding-top:1rem;display:flex}.premium-icon-cart-btn{background:var(--gradient-primary,linear-gradient(135deg, #ff3b30 0%, #a51d16 100%));color:#fff;cursor:pointer;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;box-shadow:0 4px 15px #ff3b304d}.premium-icon-cart-btn:hover{filter:brightness(1.2);transform:scale(1.1)}.premium-icon-cart-btn:active{transform:scale(.9)}.cart-badge-compact{display:none}.quantity-selector{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:0;height:40px;display:flex;overflow:hidden}.qty-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:100%;font-size:1.2rem;font-weight:400;transition:all .2s;display:flex}.qty-btn:hover{background:#ffffff1a}.qty-count{text-align:center;color:#ff3b30;width:28px;font-size:.9rem;font-weight:700}.premium-product-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.premium-product-price{color:#fff;font-size:1.5rem;font-weight:800}.premium-add-to-cart-btn{color:#000;cursor:pointer;z-index:10;background:linear-gradient(135deg,#fff,#e0e0e0);border:none;border-radius:30px;justify-content:center;align-items:center;gap:10px;padding:12px 22px;font-size:.95rem;font-weight:800;transition:all .4s cubic-bezier(.25,1,.5,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #ffffff26}.premium-add-to-cart-btn:before{content:"";background:linear-gradient(90deg,#0000,#fffc,#0000);width:50%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.premium-add-to-cart-btn:hover{background:linear-gradient(135deg, var(--accent-red), #d62828);color:#fff;transform:translateY(-3px)scale(1.03);box-shadow:0 12px 25px #ff3b3066}.premium-add-to-cart-btn:hover:before{left:150%}.premium-coming-soon{color:var(--text-gray);text-align:center;background:#ffffff0d;border-radius:20px;padding:8px 16px;font-size:.9rem;font-weight:600}.premium-modal-close{color:var(--text-white);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.premium-modal-close:hover{color:var(--accent-red);background:#ff3b3033;border-color:#ff3b3080;transform:scale(1.1)rotate(90deg)}.premium-deal-panel{margin-top:4rem;padding:0}.premium-deal-glass{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ff3b300d;border:1px solid #ff3b3033;border-radius:32px;justify-content:space-between;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.premium-deal-glow{pointer-events:none;background:radial-gradient(circle,#ff3b3033,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.premium-deal-badge{background:var(--accent-red);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:20px;margin-bottom:1rem;padding:6px 16px;font-size:.85rem;font-weight:700;display:inline-block}.premium-deal-title{color:#fff;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.premium-deal-desc{color:var(--text-gray-light);max-width:500px;margin-bottom:1.5rem;font-size:1.1rem}.premium-deal-pricing{align-items:center;gap:1rem;display:flex}.premium-deal-current{color:#fff;font-size:2rem;font-weight:800}.premium-deal-original{color:var(--text-gray);font-size:1.2rem;text-decoration:line-through}.premium-deal-savings{color:#fc0;background:#ffcc0026;border-radius:20px;padding:4px 12px;font-size:.9rem;font-weight:700}.premium-deal-btn{background:var(--accent-red);color:#fff;cursor:pointer;z-index:2;border:none;border-radius:30px;align-items:center;gap:10px;padding:16px 32px;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 25px #ff3b3066}.premium-deal-btn:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 15px 35px #ff3b3099}@media (max-width:900px){.premium-deal-glass{text-align:center;flex-direction:column;gap:2rem;padding:2.5rem 1.5rem}.premium-deal-pricing{justify-content:center}}@media (max-width:768px){.premium-products-track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;gap:1rem;margin:0 -1.5rem;padding:2rem calc(50vw - 130px);overflow-x:auto;flex-wrap:nowrap!important;display:flex!important}.premium-products-track::-webkit-scrollbar{display:none}.premium-product-card{scroll-snap-align:center;scroll-snap-stop:always;flex:0 0 260px}.premium-product-glass{border-radius:28px;padding:0}.premium-product-image-container{height:280px;margin-bottom:0}.premium-product-image{object-fit:cover;width:100%;height:100%}.premium-product-name{font-size:1.4rem}.premium-product-description{-webkit-line-clamp:2;font-size:.9rem}.premium-product-features{margin-bottom:1.5rem}.premium-product-footer{flex-direction:column;align-items:stretch;gap:1rem}.premium-product-price{text-align:center;font-size:1.4rem}.premium-add-to-cart-btn{border-radius:16px;width:100%;padding:14px}}.wellness-journey-modern{background:#000;padding:1rem 0;overflow:hidden}.wellness-header-modern{text-align:center;margin-bottom:2rem}.wellness-title-modern{color:#fff;margin-bottom:1rem;font-size:4rem;font-weight:900}.text-accent-premium{color:#ff3b30}.wellness-subtitle-modern{color:#666;max-width:500px;margin:0 auto;font-size:1.25rem}.wellness-flow-modern{flex-direction:column;gap:15rem;display:flex}.wellness-step-modern{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1100px;margin:0 auto;padding:3rem 2rem;display:grid}.wellness-step-modern.reverse{direction:rtl}.wellness-step-modern.reverse>*{direction:ltr}.wellness-image-side-modern{flex:1;justify-content:center;display:flex}.wellness-visual-wrapper{border-radius:30px;width:100%;max-width:400px;position:relative;overflow:hidden}.wellness-product-img{object-fit:cover;z-index:2;filter:drop-shadow(0 20px 40px #0000004d);border-radius:24px;width:100%;height:400px;position:relative;box-shadow:none!important;border:none!important;outline:none!important}@media (max-width:768px){.wellness-product-img{height:300px}}.wellness-glow-sphere{z-index:1;background:radial-gradient(circle,#ff3b3026,#0000 70%);border-radius:50%;width:120%;height:120%;animation:4s ease-in-out infinite alternate sphere-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes sphere-pulse{0%{opacity:.5;transform:translate(-50%,-50%)scale(.9)}to{opacity:.8;transform:translate(-50%,-50%)scale(1.1)}}.wellness-text-side-modern{flex:1;position:relative}.wellness-number-overlay{z-index:0;position:absolute;top:-80px;left:-20px}.step-num{color:#ffffff1f;text-shadow:0 0 40px #ff3b301a;font-size:10rem;font-weight:900;line-height:1}.wellness-heading{color:#fff;z-index:1;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2;position:relative}.wellness-description-text{color:#aaa;z-index:1;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.8;position:relative}.wellness-badge-group{flex-wrap:wrap;gap:12px;display:flex}.wellness-pill{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:100px;padding:8px 20px;font-size:.85rem;font-weight:500}.wellness-footer-stats{margin-top:4rem}.stats-glass-container{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:40px;justify-content:space-around;align-items:center;padding:5rem;display:flex}.stat-box{text-align:center}.stat-val{color:#ff3b30;margin-bottom:.5rem;font-size:4rem;font-weight:900;display:block}.stat-lbl{text-transform:uppercase;letter-spacing:3px;color:#666;font-size:.9rem}.divider-line{background:#ffffff1a;width:1px;height:80px}@media (max-width:1024px){.wellness-step-modern{text-align:left;background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;gap:0;max-width:100%;padding:0;overflow:hidden;direction:ltr!important;grid-template-columns:1fr!important}.wellness-step-modern.reverse{direction:ltr!important}.wellness-image-side-modern{order:1;justify-content:center;width:100%;display:flex}.wellness-visual-wrapper{border-radius:0;max-width:100%}.wellness-product-img{object-fit:cover;border-radius:0;width:100%;height:220px}.wellness-glow-sphere{display:none}.wellness-text-side-modern{order:2;width:100%;padding:1.5rem}.wellness-number-overlay{margin-bottom:.5rem;display:inline-block;position:static}.step-num{color:#ff3b3080;font-size:2.5rem;line-height:1;display:block}.wellness-heading{margin-bottom:.75rem;font-size:1.5rem}.wellness-description-text{margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.wellness-badge-group{justify-content:flex-start;gap:8px}.wellness-pill{padding:6px 14px;font-size:.75rem}.stats-glass-container{border-radius:20px;flex-direction:row;justify-content:space-between;gap:1rem;padding:1.5rem 1rem}.stat-val{margin-bottom:.2rem;font-size:1.8rem}.stat-lbl{letter-spacing:1px;font-size:.6rem}.divider-line{background:#ffffff1a;height:40px;display:block}.wellness-flow-modern{gap:8rem}.wellness-footer-stats{margin-top:2rem}}@media (max-width:768px){.wellness-title-modern{font-size:2rem}.wellness-journey-modern{padding:2rem 0}.wellness-product-img{height:200px}}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2rem;display:grid}@media (max-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.testimonial-card{padding:1rem!important}.testimonial-header{text-align:center;flex-direction:column;align-items:center;gap:.5rem!important}.testimonial-avatar{width:35px!important;height:35px!important;font-size:.9rem!important}.testimonial-name{font-size:.85rem!important}.testimonial-role{font-size:.7rem!important}.testimonial-text{font-size:.75rem!important;line-height:1.3!important}}.testimonial-card{padding:2rem}.testimonial-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.testimonial-avatar{background:var(--gradient-primary);width:50px;height:50px;color:var(--text-white);border-radius:50%;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;display:flex}.testimonial-info{flex:1}.testimonial-name{color:var(--text-white);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.testimonial-role{color:var(--text-gray);margin-bottom:.5rem;font-size:.875rem}.testimonial-rating{gap:.25rem;display:flex}.star{color:var(--text-gray)}.star.filled{color:var(--accent-red)}.quote-icon{color:var(--accent-red);width:2rem;height:2rem}.testimonial-text{color:var(--text-gray-light);font-style:italic;line-height:1.6}.recipes{background:var(--secondary-black)}.recipes-gallery{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.2rem;margin-top:3rem;display:grid}@media (max-width:768px){.recipes-gallery{margin-top:2rem;grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.recipe-image-wrapper{height:150px!important}}.recipe-image-wrapper{border-radius:.5rem;position:relative;overflow:hidden}.recipe-gallery-image{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.recipe-image-wrapper:hover .recipe-gallery-image{transform:scale(1.05)}.recipe-image-wrapper:after{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle at 50% 0,#ff3b3026,#0000 70%);position:absolute;inset:0}.contact{background:var(--secondary-black);padding:30px 0}.contact-content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contact-info h3{color:var(--text-white);margin-bottom:1rem;font-size:2rem;font-weight:700}.contact-info>p{color:var(--text-gray);margin-bottom:2rem;line-height:1.6}.contact-details{margin-bottom:2rem}.contact-item{color:var(--text-white);transition:var(--transition-smooth);align-items:center;gap:1rem;padding:1rem 0;text-decoration:none;display:flex}.contact-icon-wrapper{width:50px;height:50px;color:var(--accent-red);border-radius:50%;justify-content:center;align-items:center;display:flex}.contact-icon{width:1.5rem;height:1.5rem}.contact-text h4{margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.contact-text p{color:var(--text-gray);font-size:.875rem}.business-hours{background:var(--glass-bg);border-radius:var(--border-radius);padding:1.5rem}.business-hours h4{color:var(--text-white);margin-bottom:1rem;font-size:1.125rem;font-weight:600}.business-hours p{color:var(--text-gray);margin-bottom:.5rem;font-size:.875rem}.contact-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-white);margin-bottom:.5rem;font-weight:500;display:block}.form-input,.form-textarea{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--border-radius);width:100%;color:var(--text-white);transition:var(--transition-smooth);padding:.75rem 1rem;font-size:1rem}.form-input:focus,.form-textarea:focus{border-color:var(--accent-red);outline:none;box-shadow:0 0 0 3px #ff3b301a}.form-textarea{resize:vertical;min-height:120px}.submit-btn{justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.footer{background:var(--primary-black);border-top:1px solid var(--glass-border);padding:4rem 0 2rem}.footer-content{grid-template-columns:2fr 1fr;gap:4rem;margin-bottom:3rem;display:grid}.footer-brand{max-width:400px}.footer-logo{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:800;display:flex}.footer-tagline{color:var(--text-gray);margin-bottom:2rem;line-height:1.6}.social-links{gap:1rem;display:flex}.social-link{background:var(--glass-bg);border:1px solid var(--glass-border);width:40px;height:40px;color:var(--text-gray);transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.social-link:hover{background:var(--accent-red);color:var(--text-white);border-color:var(--accent-red)}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-section h4{color:var(--text-white);margin-bottom:1rem;font-size:1.125rem;font-weight:600}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:var(--text-gray);transition:var(--transition-smooth);text-decoration:none}.footer-section a:hover{color:var(--accent-red)}.footer-bottom{border-top:1px solid var(--glass-border);padding-top:2rem}.footer-bottom-content{color:var(--text-gray);justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:var(--text-gray);transition:var(--transition-smooth);text-decoration:none}.footer-legal a:hover{color:var(--accent-red)}.footer-legal .legal-link{color:var(--text-gray);font-size:.875rem}.footer-legal .legal-link:hover{color:var(--accent-red)}@media (max-width:1024px){.hero-content{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-title{font-size:3.5rem}.contact-content{grid-template-columns:1fr;gap:3rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width:768px){.hero-content{text-align:center;grid-template-columns:1fr;gap:1.5rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.25rem}.hero-actions{flex-direction:column;align-items:center}.hero-stats{justify-content:center}.section-title{font-size:2.5rem}.products-grid,.benefits-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom-content{text-align:center;flex-direction:column;gap:1rem}.footer-legal{flex-direction:column;gap:.5rem}.modal-product-grid{grid-template-columns:1fr}.modal-content{padding:1.5rem}.product-variant-image{height:120px}.modal-variant-image{height:180px}}@media (max-width:480px){.hero-content{text-align:center;grid-template-columns:1fr;gap:1rem}.hero-title{font-size:2.5rem}.hero-bottle{width:200px;height:300px}.bottle-body{width:80px;height:150px}.bottle-neck{width:30px;height:45px}.feature-card,.benefit-card,.contact-form{padding:1.5rem}}.confirmation-modal{z-index:2100;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.discount-applied{color:#ff3b30;text-align:right;margin-top:.5rem;font-size:.9rem}.discount-amount{font-weight:700}.confirmation-content{background:var(--glass-bg);border-radius:var(--border-radius-large);width:100%;max-width:400px;box-shadow:var(--shadow-soft);flex-direction:column;align-items:center;padding:2rem 1.5rem 1.5rem;display:flex;position:relative}.confirmation-title{color:var(--text-white);text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.confirmation-product{width:100%;margin-bottom:1.5rem}.confirmation-product-info{margin-bottom:1rem}.confirmation-product-name{color:var(--text-white);margin-bottom:.25rem;font-weight:600}.confirmation-product-description{color:var(--text-gray);margin-bottom:.5rem;font-size:.95rem}.confirmation-product-price{color:var(--accent-red);margin-bottom:.5rem;font-size:1.1rem}.confirmation-quantity{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.quantity-label{color:var(--text-gray);font-weight:500}.quantity-btn{background:var(--secondary-black);color:var(--text-white);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:2px 8px;font-size:1rem;transition:background .2s;display:flex}.quantity-btn:hover{background:var(--accent-red)}.quantity-display{text-align:center;min-width:2rem;color:var(--text-white);font-size:1.1rem}.confirmation-total{color:var(--accent-red);justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600;display:flex}.total-price{margin-left:.5rem}.confirmation-actions{justify-content:center;gap:1rem;width:100%;display:flex}@media (max-width:600px){.confirmation-content{max-width:95vw;padding:1rem .5rem}}.product-variant-image{object-fit:contain;width:100%;height:100%;box-shadow:none;background:0 0;border-radius:0;margin:0;transition:transform .3s;display:block}.product-card:hover .product-variant-image{transform:scale(1.05)}.modal-variant-image{object-fit:contain;width:100%;max-width:300px;height:100%;max-height:400px;transition:transform .3s}.modal-image:hover .modal-variant-image{transform:scale(1.02)}.hero-visual-side{pointer-events:none;z-index:1;justify-content:flex-end;align-items:center;min-width:320px;max-width:600px;height:100%;display:flex;top:0;bottom:0;right:0}.hero-mobile-visual{display:none!important}.hero-variant-slider{justify-content:flex-end;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.hero-variant-image{object-fit:contain;max-width:450px;max-height:80vh;box-shadow:none;background:0 0;border-radius:0;transition:box-shadow .3s,transform .3s;position:absolute;right:0;-webkit-mask-image:linear-gradient(270deg,#000 60%,#0000 100%);mask-image:linear-gradient(270deg,#000 60%,#0000 100%)}@media (max-width:1200px){.hero-visual-side{width:50vw;min-width:200px;max-width:600px}.hero-variant-slider{height:50vw;max-height:400px}}@media (max-width:900px){.hero{min-height:auto!important;padding:120px 0 80px!important}.hero-content{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-text{flex-direction:column;align-items:center;width:100%;padding-top:60px;display:flex}.hero-title{text-align:center;width:100%;font-size:2.2rem!important}.hero-subtitle{text-align:center;width:100%;font-size:1rem!important}.hero-description{text-align:center;max-width:90%;margin:0 auto 1.5rem;font-size:.9rem!important}.hero-badge{align-self:center;margin-bottom:1.5rem}.hero-actions{justify-content:center;width:100%}.hero-stats{justify-content:center;gap:1.5rem;width:100%}.hero-visual-side{display:none!important}.hero-mobile-visual{justify-content:center;align-items:center;width:100%;height:240px;position:relative;overflow:visible;display:flex!important}.mobile-product-img{object-fit:contain;max-width:200px;height:100%;position:relative;left:auto;transform:none!important}}@media (max-width:600px){.hero-visual-side{display:none!important}.hero-mobile-visual{height:200px}.mobile-product-img{max-width:180px}}.confirmation-image-wrapper{justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.confirmation-product-image{object-fit:contain;background:var(--glass-bg);border-radius:16px;width:100%;max-width:400px;height:auto;max-height:200px;box-shadow:0 4px 16px #0000001a}@media (max-width:600px){.confirmation-product-image{max-width:120px;max-height:120px}}.modal-variant-image-fill{object-fit:cover;border-radius:var(--border-radius-large);background:var(--glass-bg);width:100%;max-width:340px;height:100%;max-height:420px;box-shadow:0 8px 32px #0000001f}@media (max-width:900px){.modal-product-grid{grid-template-columns:1fr;gap:1.5rem}.modal-image-fill{min-height:180px;max-height:220px}.modal-variant-image-fill{max-width:100%;max-height:220px}}.great-deal-panel{-webkit-backdrop-filter:blur(18px)saturate(1.15);background:linear-gradient(120deg,#000000d9 60%,#731212d9 100%);border:1.5px solid #b4b4ff2e;border-radius:2.2rem;justify-content:center;align-items:center;margin-top:2.5rem;margin-bottom:2.5rem;padding:3rem 2.2rem 2.2rem;font-family:Inter,Segoe UI,Arial,sans-serif;transition:box-shadow .3s,transform .3s;display:flex;box-shadow:0 8px 32px #5050b421}.great-deal-panel:hover{transform:translateY(-2px)scale(1.01);box-shadow:0 16px 48px #5050b42e,0 2px 12px #5050b41a}.great-deal-content{text-align:center}.great-deal-title{color:#fdfdfd;letter-spacing:.01em;text-shadow:0 2px 8px #5050b412;margin-bottom:.7rem;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:2.5rem;font-weight:900}.great-deal-desc{color:#919aac;margin-bottom:1.3rem;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:1.18rem;font-weight:500;display:inline-block;position:relative}.great-deal-price{color:#f03124e5;margin-left:.2em;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:2rem;font-weight:900}.great-deal-btn{letter-spacing:.01em;border-radius:1.3rem;margin-top:.7rem;padding:1rem 2.7rem;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:1.13rem;font-weight:700;box-shadow:0 2px 8px #5050b414}.discount-badge{color:#fff;background-color:#ff3b30;border-radius:1rem;margin-left:.5rem;padding:.25rem .5rem;font-size:.875rem;font-weight:700;animation:2s infinite pulse;display:inline-block;transform:rotate(-5deg)}.original-price{color:var(--text-gray);margin-top:.5rem;font-size:1rem}.strikethrough{opacity:.7;text-decoration:line-through}@keyframes pulse{0%,to{transform:rotate(-5deg)scale(1)}50%{transform:rotate(-5deg)scale(1.05)}}@media (max-width:600px){.great-deal-panel{padding:1.5rem .5rem}.great-deal-btn{width:100%;padding:1rem 0}}.coming-soon-badge{border-radius:var(--border-radius);color:var(--text-white);letter-spacing:.5px;background:linear-gradient(135deg,#ff6b35 0%,#f7931e 100%);justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;animation:2s ease-in-out infinite pulse-glow;display:flex;box-shadow:0 4px 15px #ff6b354d}.modal-coming-soon{border-radius:var(--border-radius);color:var(--text-white);letter-spacing:.5px;background:linear-gradient(135deg,#ff6b35 0%,#f7931e 100%);justify-content:center;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:700;animation:2s ease-in-out infinite pulse-glow;display:flex;box-shadow:0 4px 15px #ff6b354d}@keyframes pulse-glow{0%,to{transform:scale(1);box-shadow:0 4px 15px #ff6b354d}50%{transform:scale(1.02);box-shadow:0 6px 20px #ff6b3580}}.legal-link{color:var(--text-gray);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;margin:0;padding:0;font-size:.875rem;text-decoration:none}.legal-link:hover{color:var(--accent-red)}.legal-modal-overlay{z-index:2000;background:#000c;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.legal-modal{background:var(--glass-bg);border-radius:var(--border-radius-large);width:100%;max-width:800px;max-height:90vh;box-shadow:var(--shadow-soft);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);position:relative;overflow:hidden}.legal-modal-close{background:var(--secondary-black);border:1px solid var(--glass-border);color:var(--text-white);cursor:pointer;width:40px;height:40px;transition:var(--transition-smooth);z-index:10;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1rem;right:1rem}.legal-modal-close:hover{background:var(--accent-red);border-color:var(--accent-red)}.legal-modal-body{max-height:90vh;padding:3rem 2rem 2rem;overflow-y:auto}.legal-modal-content h2{color:var(--accent-red);text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:800}.effective-date{text-align:center;color:var(--text-gray);margin-bottom:2rem;font-size:.875rem;font-style:italic}.legal-modal-content section{padding-top:0;padding-bottom:0}.legal-modal-content h3{color:var(--text-white);border-bottom:2px solid var(--accent-red);margin-bottom:.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:700}.legal-modal-content h4{color:var(--text-white);margin:1.5rem 0 .75rem;font-size:1.1rem;font-weight:600}.legal-modal-content p{color:var(--text-gray-light);line-height:1.7}.legal-modal-content ul{color:var(--text-gray-light);margin:1rem 0 1rem 1.5rem;line-height:1.6}.legal-modal-content li{margin-bottom:.5rem}.contact-info{background:var(--secondary-black);border-radius:var(--border-radius);border:1px solid var(--glass-border);margin-top:1rem;padding:1.5rem}.contact-info p{margin-bottom:.5rem;font-weight:500}@media (max-width:768px){.legal-modal-overlay{padding:1rem}.legal-modal-body{padding:2rem 1.5rem 1.5rem}.legal-modal-content h2{font-size:1.5rem}.legal-modal-content h3{font-size:1.1rem}}@media (max-width:480px){.legal-modal-overlay{padding:.5rem}.legal-modal-body{padding:1.5rem 1rem 1rem}.legal-modal-content h2{font-size:1.25rem}.legal-modal-content h3{font-size:1rem}}.cart-modal,.confirmation-modal{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.cart-content,.confirmation-content{background:#0a0a0afc;border:1px solid #ffffff26;border-radius:28px;width:100%;max-width:500px;max-height:90vh;padding:40px;position:relative;overflow-y:auto;box-shadow:0 30px 60px -12px #000c}.cart-title,.confirmation-title{color:#fff;letter-spacing:-1px;margin-bottom:30px;font-size:28px;font-weight:900}.cart-items{flex-direction:column;gap:20px;margin-bottom:30px;display:flex}.cart-item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}.cart-item-info{flex-direction:column;gap:4px;display:flex}.cart-item-name{color:#fff;font-weight:700}.cart-item-price{color:#888;font-size:14px}.cart-item-controls{align-items:center;gap:15px;display:flex}.cart-item-controls button{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.cart-item-controls button:hover{background:#ffffff1a;border-color:#ff3b30}.cart-remove{margin-left:10px;font-size:12px;font-weight:600;color:#ff3b30!important;background:0 0!important;border:none!important}.cart-footer{text-align:center;border-top:1px solid #ffffff1a;padding-top:30px}.cart-total{flex-direction:column;gap:5px;margin-bottom:25px;font-size:24px;font-weight:900;display:flex}.discount-applied{color:#4cd964;font-size:14px}.cart-empty{text-align:center;color:#666;padding:40px 0;font-style:italic}.confirmation-image-wrapper{background:#000;border-radius:20px;width:100%;height:200px;margin-bottom:25px;overflow:hidden}.confirmation-product-image{object-fit:cover;width:100%;height:100%}.confirmation-product-info h3{margin-bottom:10px;font-size:22px}.confirmation-product-description{color:#888;margin-bottom:20px;font-size:14px;line-height:1.5}.confirmation-quantity{background:#ffffff08;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:25px;padding:15px;display:flex}.quantity-controls{align-items:center;gap:20px;display:flex}.quantity-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.confirmation-total{text-align:right;margin-bottom:30px;font-size:18px;font-weight:800}.total-price{color:#ff3b30;font-size:22px}.confirmation-actions{gap:15px;display:flex}.confirmation-actions .btn{flex:1}@media (max-width:600px){.cart-content,.confirmation-content{border-radius:24px;padding:25px}.confirmation-actions{flex-direction:column}.merchandise-header{margin-bottom:30px}.merchandise-grid{grid-template-columns:1fr!important;gap:20px!important}.merchandise-image-container{height:250px!important}.merchandise-content{padding:20px!important}.merchandise-name{font-size:1.2rem!important}.merchandise-price{font-size:1.4rem!important}.merchandise-description{font-size:.85rem!important;display:block!important}.variant-label{font-size:.8rem!important;display:block!important}}.modern-carousel-section{width:100%;padding:2rem 0 4rem;position:relative;overflow:visible}.modern-carousel-track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;gap:2.5rem;padding:4rem calc(50% - 190px);display:flex;overflow-x:auto}.modern-carousel-track::-webkit-scrollbar{display:none}.modern-card-wrapper{scroll-snap-align:center;scroll-snap-stop:always;z-index:1;flex:0 0 380px;height:520px;transition:all .6s cubic-bezier(.2,.8,.2,1);position:relative}@media (max-width:1024px){.modern-card-wrapper{flex:0 0 320px;height:460px}.modern-carousel-track{padding:4rem calc(50% - 160px)}}@media (max-width:768px){.modern-card-wrapper{flex:0 0 280px;height:420px}.modern-carousel-track{gap:1.5rem;padding:2rem calc(50% - 140px)}.modern-nav-buttons{display:none!important}}.modern-glass-card{-webkit-backdrop-filter:blur(25px)saturate(180%);backdrop-filter:blur(25px)saturate(180%);text-align:center;background:#12121299;border:1px solid #ffffff14;border-radius:40px;flex-direction:column;align-items:center;width:100%;height:100%;padding:3.5rem 2.5rem;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.modern-glass-card:after{content:"";opacity:0;background:radial-gradient(circle at 100% 0,#ff3b301f,#0000 60%);transition:opacity .5s;position:absolute;inset:0}.modern-card-wrapper.active{z-index:10;transform:scale(1.05)}.modern-card-wrapper.active .modern-glass-card{background:#191919d9;border-color:#ff3b3059;box-shadow:0 30px 60px #0009,0 0 40px #ff3b301a}.modern-card-wrapper.active .modern-glass-card:after{opacity:1}.modern-icon-container{background:#ffffff08;border:1px solid #ffffff1a;border-radius:28px;justify-content:center;align-items:center;width:84px;height:84px;margin-bottom:2.5rem;transition:all .5s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.active .modern-icon-container{color:var(--accent-red);background:#ff3b3026;border-color:#ff3b3080;transform:translateY(-12px)rotate(8deg);box-shadow:0 15px 35px #ff3b3040}.modern-icon-container svg{width:36px;height:36px;transition:all .3s}.modern-card-title{color:var(--text-white);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:1.75rem;font-weight:800}.modern-card-description{color:var(--text-gray-light);opacity:.85;font-size:1.05rem;line-height:1.7}@media (max-width:768px){.modern-card-title{font-size:1.5rem}.modern-card-description{font-size:.95rem;line-height:1.6}.modern-glass-card{border-radius:36px;padding:2.5rem 1.75rem}.modern-icon-container{width:68px;height:68px;margin-bottom:1.75rem}.modern-icon-container svg{width:28px;height:28px}}.carousel-controls{flex-direction:column;align-items:center;gap:2.5rem;margin-top:3rem;display:flex}.modern-progress-bar{background:#ffffff0d;border-radius:10px;width:280px;height:4px;position:relative;overflow:hidden}.modern-progress-fill{background:var(--gradient-primary);border-radius:10px;height:100%;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.modern-nav-buttons{gap:1.5rem;display:flex}.modern-nav-btn{color:#fff;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;display:flex}.modern-nav-btn:hover:not(:disabled){color:var(--accent-red);background:#ff3b301a;border-color:#ff3b3080;transform:scale(1.1)}.modern-nav-btn:disabled{opacity:.2;cursor:not-allowed}.testimonial-header-modern{flex-direction:column;align-items:center;margin-bottom:1.5rem;display:flex}.avatar-ring{background:var(--gradient-primary);border-radius:50%;width:84px;height:84px;margin-bottom:1.25rem;padding:4px;box-shadow:0 10px 25px #ff3b3040}.avatar-inner{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.85rem;font-weight:900;display:flex}.testimonial-rating-modern{gap:6px;margin-bottom:.75rem;display:flex}.star-modern{color:#222;transition:all .3s}.star-modern.filled{color:#fc0;filter:drop-shadow(0 0 10px #ffcc0080)}.quote-icon-modern{color:var(--accent-red);opacity:.12;width:64px;height:64px;position:absolute;top:2rem;right:2.5rem}.testimonial-name-modern{color:#fff;margin-bottom:.25rem;font-size:1.35rem;font-weight:800}.testimonial-role-modern{color:var(--text-gray);font-size:.95rem;font-weight:500}.features,.benefits,.testimonials{background:var(--primary-black);overflow:hidden;padding:1rem 0!important}.product-modal{z-index:1000;background:#000c;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal-content{border-radius:var(--border-radius-large);width:100%;max-width:800px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto}.modal-product-grid{grid-template-columns:1fr 1.2fr;align-items:stretch;gap:2rem;display:grid}.modal-image-fill{background:var(--glass-bg);border-radius:var(--border-radius-large);justify-content:center;align-items:center;height:100%;min-height:320px;padding:0;display:flex;overflow:hidden}.modal-variant-image-fill{object-fit:cover;width:100%;height:100%}.modal-image{background:var(--glass-bg);border-radius:var(--border-radius-large);justify-content:center;align-items:center;margin-bottom:1rem;padding:2rem;display:flex}.modal-bottle{width:200px;height:300px}.modal-details h2{color:var(--text-white);margin-bottom:1rem;font-size:2rem;font-weight:700}.modal-details p{color:var(--text-gray);margin-bottom:1.5rem;line-height:1.6}.modal-heat{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.modal-features{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.modal-price{color:var(--accent-red);margin-bottom:2rem;font-size:2rem;font-weight:700}@media (max-width:768px){.modal-product-grid{grid-template-columns:1fr}}.section-header{z-index:10;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative;text-align:center!important}.nav-actions{align-items:center;gap:2rem;display:flex}.desktop-nav-links{align-items:center;gap:1.5rem;display:flex}.action-buttons-group{align-items:center;gap:1rem;display:flex}.user-profile-dropdown-wrapper{position:relative}.user-avatar{color:#fff;cursor:pointer;background:linear-gradient(45deg,#ff3b30,#ff8a80);border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-weight:800;transition:all .3s;display:flex;box-shadow:0 4px 15px #ff3b304d}.user-avatar:hover{border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 25px #ff3b3080}.dropdown-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);minwidth:200px;z-index:1000;background:#121212fa;border:1px solid #ffffff1a;border-radius:16px;margin-top:15px;padding:12px 0;position:absolute;top:100%;right:0;box-shadow:0 20px 50px #000c}.dropdown-header{color:#888;text-transform:uppercase;letter-spacing:1.5px;border-bottom:1px solid #ffffff0d;margin-bottom:8px;padding:10px 24px;font-size:11px;font-weight:700}.dropdown-menu button{text-align:left;color:#ccc;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.dropdown-menu button:hover{color:#fff;background:#ffffff0d;padding-left:28px}.dropdown-menu .admin-link{color:#ff9500}.dropdown-menu .logout-link{color:#ff3b30;border-top:1px solid #ffffff0d;margin-top:8px;padding-top:15px}.login-btn-header{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:30px;align-items:center;gap:8px;padding:8px 18px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.login-btn-header:hover{background:#ffffff0d;border-color:#ff3b30}.mobile-only-icon{display:none}.cinematic-footer{background:#000;border-top:1px solid #ffffff0d;padding:100px 0 40px;position:relative;overflow:hidden}.footer-top-accent{background:linear-gradient(90deg,#0000,#ff3b3080,#0000);width:100%;max-width:1200px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.footer-hero-text{text-align:center;pointer-events:none;z-index:0;position:absolute;top:40px;left:0;right:0}.footer-hero-text h2{letter-spacing:-.5vw;background:linear-gradient(#ffffff1a,#0000);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:15vw;font-weight:900;line-height:1}.footer-grid{z-index:1;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:60px;display:grid;position:relative}.brand-column{max-width:350px}.footer-logo-container{align-items:center;gap:12px;margin-bottom:24px;display:flex}.footer-logo-img{height:32px}.brand-name{letter-spacing:2px;color:#fff;font-size:1.5rem;font-weight:900}.brand-description{color:#888;margin-bottom:30px;font-size:1rem;line-height:1.7}.footer-contact-info{flex-direction:column;gap:12px;display:flex}.info-item{color:#666;align-items:center;gap:12px;font-size:.9rem;display:flex}.footer-column details summary{cursor:pointer;justify-content:space-between;align-items:center;list-style:none;display:flex}.footer-column details summary::-webkit-details-marker{display:none}.footer-column h4{color:#fff;text-transform:uppercase;letter-spacing:2px;justify-content:space-between;width:100%;margin-bottom:30px;font-size:.85rem;font-weight:700;display:flex}@media (max-width:768px){.footer-column h4{border-bottom:1px solid #ffffff0d;margin-bottom:0;padding:15px 0}.footer-column h4:after{content:"+";color:#ff3b30;font-size:1.2rem;font-weight:300}.footer-column details[open] h4:after{content:"−"}.footer-link-list{padding:15px 0}}.footer-link-list{margin:0;padding:0;list-style:none}.footer-link-list li{margin-bottom:16px}.footer-link-list a{color:#888;align-items:center;gap:5px;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-flex}.footer-link-list a:hover{color:#fff;padding-left:5px}.hover-arrow{opacity:0;color:#ff3b30;transition:all .3s;transform:translate(-5px,5px)}.footer-link-list a:hover .hover-arrow{opacity:1;transform:translate(0)}.footer-middle{border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.newsletter-box{flex:1;min-width:300px}.newsletter-box h3{color:#fff;margin-bottom:10px;font-size:1.5rem;font-weight:800}.newsletter-box p{color:#888;margin-bottom:24px}.newsletter-input-group{gap:12px;max-width:450px;display:flex}.newsletter-input-group input{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;flex:1;padding:14px 20px;font-size:.95rem}.newsletter-input-group button{color:#000;cursor:pointer;background:#fff;border:none;border-radius:12px;padding:0 24px;font-weight:700;transition:all .3s}.newsletter-input-group button:hover{color:#fff;background:#ff3b30}.social-pill{color:#fff;background:#ffffff08;border:1px solid #ffffff0d;border-radius:50px;align-items:center;gap:15px;padding:12px 24px;text-decoration:none;transition:all .3s;display:flex}@media (max-width:768px){.social-pill{gap:8px;padding:10px 20px}}.social-pill:hover{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-color:#0000;transform:translateY(-3px)}.footer-bottom-cinematic{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.bottom-left{align-items:center;gap:24px;display:flex}.bottom-left p{color:#444;margin:0;font-size:.85rem}.gst-tag{color:#333;border:1px solid #222;border-radius:4px;padding:2px 8px;font-size:.75rem}.bottom-right{align-items:center;gap:30px;display:flex}.footer-legal-links{gap:20px;display:flex}.global-tag{color:#666;letter-spacing:1px;align-items:center;gap:8px;font-size:.8rem;font-weight:700;display:flex}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.desktop-nav-links,.desktop-only-text{display:none}.mobile-only-icon{display:block}.nav-actions{gap:1rem}.footer-grid{text-align:center;grid-template-columns:1fr}.brand-column{max-width:100%;margin:0 auto}.footer-logo-container,.info-item{justify-content:center}.footer-middle{text-align:center;flex-direction:column}.newsletter-input-group{flex-direction:column;margin:0 auto}}@media (max-width:992px){.footer-grid{grid-template-columns:1fr 1fr}.brand-column{text-align:center;flex-direction:column;grid-column:span 2;align-items:center;max-width:none;display:flex}}@media (max-width:768px){.cinematic-footer{padding:60px 0 30px}.footer-grid{text-align:center;grid-template-columns:1fr;gap:8px;margin-bottom:40px}.brand-column{grid-column:span 1}.footer-link-list a{justify-content:center}.footer-bottom-cinematic{text-align:center;flex-direction:column;gap:20px}.bottom-left{flex-direction:column;align-items:center;gap:10px}.bottom-right{flex-direction:column;align-items:center;gap:20px}}.user-avatar-wrapper{cursor:pointer;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative}.profile-progress-svg{width:100%;height:100%;position:absolute;top:0;left:0;transform:rotate(-90deg)}.profile-progress-bg{fill:none;stroke:#ffffff1a;stroke-width:2px}.profile-progress-bar{fill:none;stroke:#ff3b30;stroke-width:2px;stroke-linecap:round;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1)}.user-avatar{background:var(--gradient-primary);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex;box-shadow:0 0 15px #ff3b304d}.section-light-accent{z-index:1;border-top:1px solid #ff3b301a;border-bottom:1px solid #ff3b301a;position:relative;color:#fff!important;background:linear-gradient(#0a0a0a 0%,#450a0a 40% 60%,#0a0a0a 100%)!important}.section-light-accent .premium-title,.section-light-accent .section-title,.section-light-accent .wellness-title-modern,.section-light-accent .premium-card-title,.section-light-accent .wellness-heading{color:#fff!important}.section-light-accent .premium-card-desc,.section-light-accent .wellness-description-text,.section-light-accent .text-gray{color:#ffffffb3!important}.section-light-accent .timeline-card-wrapper{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);position:relative;overflow:hidden;box-shadow:none!important;background:#ffffff04!important;border:1px solid #ffffff0d!important;border-radius:40px!important}.section-light-accent .premium-feature-card,.section-light-accent .wellness-step-modern{box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:none!important;padding:2.5rem 1.5rem!important}.section-light-accent .premium-card-blur,.section-light-accent .premium-icon-box,.section-light-accent .wellness-number-overlay{box-shadow:none!important;background:0 0!important;border:none!important}.section-light-accent .wellness-product-img{border:none!important;box-shadow:0 40px 100px #0006!important}.section-light-accent .premium-card-content{background:0 0!important;padding:0!important}.section-light-accent .premium-feature-card:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 50% 0,#ff3b301a,#0000 70%);position:absolute;inset:0}.section-light-accent .timeline-progress-bar{background:#ffffff1a!important}.section-light-accent .carousel-nav-btn{color:#fff!important;background:#ffffff0d!important;border:1px solid #ffffff1a!important;box-shadow:0 5px 15px #0003!important}.red-accent-card{color:#fff!important;background:#ff3b30!important;border:none!important;box-shadow:0 30px 60px #ff3b304d!important}.red-accent-card *{color:#fff!important}.white-accent-btn{color:#ff3b30!important;background:#fff!important;border:1px solid #ff3b30!important}.white-accent-btn:hover{color:#fff!important;background:#ff3b30!important}.profile-completion-overlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:9999;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.profile-completion-modal{background:#111;border:1px solid #ff3b3033;border-radius:32px;width:100%;max-width:450px;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080,0 0 30px #ff3b301a}.modal-content-inner{text-align:center;padding:40px}.icon-badge{color:#ff3b30;background:#ff3b301a;border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex;box-shadow:0 10px 20px #ff3b3026}.profile-completion-modal h2{color:#fff;margin-bottom:12px;font-size:1.8rem;font-weight:800}.profile-completion-modal p{color:#888;margin-bottom:32px;line-height:1.6}.input-group{text-align:left;margin-bottom:24px}.input-group label{color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.input-group input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;width:100%;padding:16px 20px;font-size:1rem;transition:all .3s}.input-group input:focus{background:#ff3b300d;border-color:#ff3b30;outline:none}.submit-btn{color:#fff;cursor:pointer;background:#ff3b30;border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;padding:18px;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.submit-btn:hover{background:#ff453a;transform:translateY(-2px);box-shadow:0 10px 20px #ff3b304d}.skip-btn{color:#555;cursor:pointer;background:0 0;border:none;margin-top:20px;font-size:.9rem;font-weight:600;transition:color .3s}.skip-btn:hover{color:#888}.modal-close-btn{color:#888;cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.modal-close-btn:hover{color:#fff;background:#ffffff1a}
.App{background:var(--primary-black);min-height:100vh}.navbar{z-index:1000;transition:var(--transition-smooth);-webkit-backdrop-filter:blur();background:0 0;padding:1rem 0;position:fixed;top:0;left:0;right:0}.navbar-scrolled{-webkit-backdrop-filter:blur(20px);background:#0a0a0ae6;padding:.75rem 0;box-shadow:0 4px 20px #0006}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{color:var(--text-white);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.logo-icon{color:var(--accent-red);width:2rem;height:2rem}.logo-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.logo-img{vertical-align:middle;background:0 0;border-radius:8px;width:auto;height:2rem;display:inline-block}.badge-logo-img{vertical-align:middle;background:0 0;border-radius:6px;width:auto;height:1.5rem;display:inline-block}.nav-menu{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-gray);transition:var(--transition-smooth);font-weight:500;text-decoration:none;position:relative}.nav-link:hover{color:var(--text-white)}.nav-link:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:var(--transition-smooth);position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.mobile-menu-btn{color:var(--text-white);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.mobile-menu{-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--glass-border);background:#0a0a0af2;padding:1rem 2rem;display:none}.mobile-nav-link{color:var(--text-gray);transition:var(--transition-smooth);border-bottom:1px solid var(--glass-border);padding:1rem 0;font-weight:500;text-decoration:none;display:block}.mobile-nav-link:hover{color:var(--text-white);padding-left:1rem}.scroll-to-top{background:var(--gradient-primary);width:3rem;height:3rem;color:var(--text-white);cursor:pointer;box-shadow:var(--shadow-glow);z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:2rem;right:2rem;rotate:180deg}@media (max-width:768px){.nav-menu{display:none}.mobile-menu-btn,.mobile-menu{display:block}.nav-container{padding:0 1rem}.scroll-to-top{width:2.5rem;height:2.5rem;bottom:1rem;right:1rem}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 1rem}}.cart-btn{color:var(--text-white);cursor:pointer;background:0 0;border:none;align-items:center;margin-left:1.5rem;font-size:1.2rem;display:flex;position:relative}.cart-count{background:var(--accent-red);color:#fff;text-align:center;border-radius:50%;min-width:20px;padding:2px 7px;font-size:.75rem;font-weight:700;position:absolute;top:-8px;right:-10px;box-shadow:0 2px 8px #ff3b3033}.cart-modal{z-index:2000;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cart-content{background:var(--glass-bg);border-radius:var(--border-radius-large);width:100%;max-width:400px;box-shadow:var(--shadow-soft);padding:2rem 1.5rem 1.5rem;position:relative}.cart-title{color:var(--text-white);text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.cart-empty{color:var(--text-gray);text-align:center}.cart-items{margin-bottom:1.5rem}.cart-item{background:var(--glass-bg);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.cart-item-info{flex-direction:column;gap:.25rem;display:flex}.cart-item-name{color:var(--text-white);font-weight:600}.cart-item-price{color:var(--accent-red);font-size:.95rem}.cart-item-controls{align-items:center;gap:.5rem;display:flex}.cart-item-controls button{background:var(--secondary-black);color:var(--text-white);cursor:pointer;border:none;border-radius:6px;padding:2px 8px;font-size:1rem;transition:background .2s}.cart-item-controls button:hover{background:var(--accent-red)}.cart-remove{margin-left:.5rem;padding:0;font-size:.9rem;color:var(--accent-red)!important;background:0 0!important}.cart-footer{text-align:center;margin-top:1.5rem}.cart-total{color:var(--accent-red);margin-bottom:1rem;font-size:1.2rem;font-weight:700}@media (max-width:768px){.navbar{-webkit-backdrop-filter:blur(15px)!important;background:#050505fa!important;padding:.75rem 0!important}.nav-container{padding:0 1rem!important}}@media (max-width:600px){.cart-content{max-width:95vw;padding:1rem .5rem}}
.faq-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background-color:#000c;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.faq-modal{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:100%;max-width:800px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 40px #0006}.faq-header{background:linear-gradient(90deg,#ff33661a 0%,#ff99331a 100%);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:20px 30px;display:flex}.faq-header h2{color:#fff;margin:0;font-size:1.8rem;font-weight:700}.faq-close-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .3s;display:flex}.faq-close-btn:hover{background:#ffffff1a;transform:rotate(90deg)}.faq-search{padding:20px 30px;position:relative}.faq-search input{color:#fff;background:#ffffff1a;border:none;border-radius:30px;outline:none;width:100%;padding:15px 20px 15px 50px;font-size:1rem;transition:all .3s}.faq-search input:focus{background:#ffffff26;box-shadow:0 0 0 2px #fff3}.faq-search input::placeholder{color:#fff9}.search-icon{color:#fff9;position:absolute;top:50%;left:45px;transform:translateY(-50%)}.faq-content{max-height:calc(90vh - 180px);padding:0 30px 30px;overflow-y:auto}.faq-item{background:#ffffff0d;border-radius:12px;margin-bottom:15px;transition:all .3s;overflow:hidden}.faq-item:hover{background:#ffffff14}.faq-item.active{background:linear-gradient(90deg,#ff33661a 0%,#ff99331a 100%);box-shadow:0 5px 15px #0003}.faq-question{cursor:pointer;justify-content:space-between;align-items:center;padding:20px;display:flex}.faq-question h3{color:#fff;margin:0;font-size:1.1rem;font-weight:600}.faq-answer{color:#fffc;padding:0 20px 20px;line-height:1.6;overflow:hidden}.faq-answer p{margin:0}.faq-no-results{text-align:center;color:#ffffffb3;padding:40px 0}.faq-no-results button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#f36 0%,#f93 100%);border:none;border-radius:30px;margin-top:15px;padding:10px 20px;font-weight:600;transition:all .3s}.faq-no-results button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.faq-content::-webkit-scrollbar{width:8px}.faq-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.faq-content::-webkit-scrollbar-thumb{background:linear-gradient(#f36 0%,#f93 100%);border-radius:4px}@media (max-width:768px){.faq-modal{max-height:85vh}.faq-header h2{font-size:1.5rem}.faq-question h3{font-size:1rem}.faq-content{padding:0 20px 20px}}
