:root{--color-primary:#127c6b;--color-primary-dark:#0c594d;--color-primary-light:#e6f4f2;--color-secondary:#0ea5e9;--color-accent:#38bdf8;--color-dark:#0f172a;--color-light:#fff;--color-bg:#f8fafc;--color-border:#e2e8f0;--color-text:#334155;--color-text-muted:#64748b;--font-sans:"Outfit", sans-serif;--font-heading:"Playfair Display", serif;--transition-fast:.2s ease;--transition-normal:.3s ease;--transition-slow:.5s ease;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;scroll-behavior:smooth}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;transition:var(--transition-fast);text-decoration:none}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}img{max-width:100%;height:auto;display:block}ul{list-style:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-primary-light);border-radius:var(--radius-full);border:2px solid var(--color-bg)}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-dark);line-height:1.25}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulse-slow{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.3;transform:scale(1.05)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes wave{0%{transform:translate(0)translateZ(0)scaleY(1)}50%{transform:translate(-25%)translateZ(0)scaleY(.85)}to{transform:translate(-50%)translateZ(0)scaleY(1)}}.animate-float{animation:6s ease-in-out infinite float}.animate-pulse-slow{animation:8s ease-in-out infinite pulse-slow}.animate-fade-in{animation:.8s ease-out forwards fadeInUp}section{padding:80px 20px;position:relative;overflow:hidden}@media (width<=768px){section{padding:60px 16px}}.top-bar{background-color:var(--color-primary-dark);color:var(--color-light);z-index:100;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:10px 40px;font-size:.85rem;display:flex}.top-bar-left{gap:20px;display:flex}.top-bar-item{align-items:center;gap:8px;display:flex}.top-bar-item svg{width:16px;height:16px;color:var(--color-accent)}.top-bar-right{gap:15px;display:flex}.top-bar-social{color:#fffc;transition:var(--transition-fast)}.top-bar-social:hover{color:var(--color-accent);transform:translateY(-2px)}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:99;box-shadow:var(--shadow-sm);border-bottom:1px solid var(--color-border);transition:var(--transition-normal);background-color:#ffffffe6;justify-content:space-between;align-items:center;padding:15px 40px;display:flex;position:sticky;top:0}.navbar.scrolled{box-shadow:var(--shadow-md);padding:10px 40px}.logo-container{align-items:center;gap:10px;display:flex}.logo-icon{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));border-radius:50% 50% 0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;transform:rotate(-45deg);box-shadow:0 4px 10px #127c6b4d}.logo-icon svg{color:#fff;width:20px;height:20px;transform:rotate(45deg)}.logo-text{font-family:var(--font-heading);background:linear-gradient(to right, var(--color-primary), var(--color-secondary));-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;font-size:1.5rem;font-weight:800}.nav-menu{gap:30px;display:flex}.nav-link{color:var(--color-dark);padding:5px 0;font-size:.95rem;font-weight:600;position:relative}.nav-link:after{content:"";background-color:var(--color-primary);width:0;height:2px;transition:var(--transition-normal);position:absolute;bottom:0;left:0}.nav-link:hover{color:var(--color-primary)}.nav-link:hover:after{width:100%}.nav-link.active{color:var(--color-primary)}.nav-link.active:after{width:100%}.nav-cta{background-color:var(--color-primary);color:var(--color-light);border-radius:var(--radius-full);transition:var(--transition-normal);padding:10px 20px;font-size:.9rem;font-weight:600;box-shadow:0 4px 14px #127c6b33}.nav-cta:hover{background-color:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #127c6b4d}.mobile-menu-btn{color:var(--color-dark);font-size:1.5rem;display:none}.hero-section{background:#011827;flex-direction:column;min-height:calc(100vh - 120px);display:flex;position:relative;overflow:hidden}.hero-photo-bg{z-index:0;background-position:50% 40%;background-size:cover;animation:18s ease-in-out infinite alternate photoPan;position:absolute;inset:0}@keyframes photoPan{0%{transform:scale(1.05)translate(0)}to{transform:scale(1.1)translate(-1%,1.5%)}}.hero-caustic-layer{pointer-events:none;z-index:1;position:absolute;inset:0}.c1{background:radial-gradient(600px 300px at 30% 60%,#78dcff33 0%,#0000 70%);animation:9s ease-in-out infinite alternate causticDrift1}.c2{background:radial-gradient(400px 200px at 70% 40%,#ffffff1a 0%,#0000 65%);animation:12s ease-in-out infinite alternate causticDrift2}.c3{background:radial-gradient(500px 160px at 55% 75%,#38bdf81f 0%,#0000 70%);animation:7s ease-in-out infinite alternate causticDrift3}@keyframes causticDrift1{0%{opacity:.5;transform:translate(0)scale(1)}to{opacity:1;transform:translate(60px,-30px)scale(1.1)}}@keyframes causticDrift2{0%{opacity:.6;transform:translate(0)}to{opacity:.9;transform:translate(-40px,20px)}}@keyframes causticDrift3{0%{opacity:.4;transform:translate(20px)scaleX(1)}to{opacity:.8;transform:translate(-20px,15px)scaleX(1.15)}}.hero-overlay{z-index:2;background:linear-gradient(135deg,#011827b8 0%,#033c5a73 40%,#0114238c 100%);position:absolute;inset:0}.hero-light-ray{pointer-events:none;z-index:3;background:linear-gradient(#0000,#ffffff0f 30%,#ffffff1f 50%,#ffffff0f 70%,#0000);width:2px;position:absolute;top:0;bottom:0}.lr1{animation:8s ease-in-out infinite rayPulse;left:20%;transform:rotate(8deg)scaleX(60)}.lr2{animation:11s ease-in-out infinite reverse rayPulse;left:60%;transform:rotate(-6deg)scaleX(40)}@keyframes rayPulse{0%,to{opacity:.4}50%{opacity:.9}}.hero-eyebrow{color:#ffffffbf;letter-spacing:2px;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:22px;font-size:.82rem;font-weight:600;display:inline-flex}.hero-eyebrow-dot{background:#67e8f9;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2.5s ease-in-out infinite alternate glowDot;box-shadow:0 0 8px #67e8f9}@keyframes glowDot{0%{box-shadow:0 0 4px #67e8f9}to{box-shadow:0 0 14px #67e8f9,0 0 28px #67e8f966}}.hero-title{font-family:var(--font-heading);color:#fff;letter-spacing:-1px;margin-bottom:22px;font-size:4.8rem;font-weight:900;line-height:1.05}.hero-title-accent{background:linear-gradient(90deg,#67e8f9,#a5f3fc,#bae6fd);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-style:normal;display:block}.hero-stat span{color:#fff9;text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:500}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.hero-btn-primary{color:#fff;font-size:1rem;font-weight:700;font-family:var(--font-body);cursor:pointer;background:linear-gradient(135deg,#0ea5e9,#0369a1);border:none;border-radius:999px;align-items:center;gap:10px;padding:16px 34px;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:inline-flex;box-shadow:0 8px 30px #0ea5e973}.hero-btn-primary:hover{background:linear-gradient(135deg,#38bdf8,#0ea5e9);transform:translateY(-4px)scale(1.04);box-shadow:0 16px 40px #0ea5e999}.hero-btn-ghost{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ffffffe6;font-size:.95rem;font-weight:600;font-family:var(--font-body);cursor:pointer;background:#ffffff14;border:1.5px solid #ffffff4d;border-radius:999px;align-items:center;gap:8px;padding:14px 28px;transition:all .3s;display:inline-flex}.hero-btn-ghost:hover{background:#ffffff29;border-color:#fff9;transform:translateY(-3px)}.btn-primary{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));color:var(--color-light);border-radius:var(--radius-full);align-items:center;gap:8px;padding:15px 32px;font-size:1rem;font-weight:700;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:inline-flex;box-shadow:0 8px 25px #127c6b40}.btn-primary:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 15px 35px #127c6b59}.btn-secondary{border:2px solid var(--color-primary);color:var(--color-primary);border-radius:var(--radius-full);background:0 0;padding:13px 30px;font-size:1rem;font-weight:700;transition:all .3s}.btn-secondary:hover{background:var(--color-primary-light);transform:translateY(-3px)}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.hero-glow-orb{pointer-events:none;background:radial-gradient(circle,#67e8f92e 0%,#0ea5e914 50%,#0000 75%);border-radius:50%;width:400px;height:400px;animation:5s ease-in-out infinite alternate orbBreath;position:absolute}@keyframes orbBreath{0%{opacity:.7;transform:scale(.92)}to{opacity:1;transform:scale(1.08)}}.hero-bottle-wrap{z-index:2;justify-content:center;align-items:flex-end;display:flex;position:relative}.hero-bottle-img{z-index:2;filter:drop-shadow(0 30px 50px #00000080);max-width:370px;height:auto;animation:5s ease-in-out infinite bottleFloat;position:relative}@keyframes bottleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero-splash-base{z-index:1;background:radial-gradient(#67e8f959 0%,#67e8f914 60%,#0000 100%);border-radius:50%;width:260px;height:24px;animation:5s ease-in-out infinite splashPulse;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}@keyframes splashPulse{0%,to{opacity:.6;transform:translate(-50%)scaleX(1)}50%{opacity:1;transform:translate(-50%)scaleX(1.15)}}.hero-splash-ring{pointer-events:none;border:1.5px solid #67e8f966;border-radius:50%;animation:3.5s ease-out infinite ringExpand;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.sr1{width:200px;height:40px;animation-delay:0s}.sr2{width:310px;height:56px;animation-delay:1.75s}@keyframes ringExpand{0%{opacity:.7;transform:translate(-50%)scale(.7)}to{opacity:0;transform:translate(-50%)scale(1.5)}}.hero-cert-pill{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#a5f3fc;z-index:5;background:#011827bf;border:1px solid #67e8f94d;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:.78rem;font-weight:600;animation:5s ease-in-out .5s infinite pillFloat;display:inline-flex;position:absolute;bottom:10px;right:-10px}@keyframes pillFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero-page-fade{z-index:5;pointer-events:none;background:linear-gradient(#0000,#f8fafcf2);height:100px;position:absolute;bottom:0;left:0;right:0}.hero-water-bg{z-index:0;pointer-events:none;position:absolute;inset:0}.hero-water-surface{background:linear-gradient(#0000 0%,#0284c74d 40%,#0369a199 100%);height:55%;animation:5s ease-in-out infinite alternate waterShimmer;position:absolute;bottom:0;left:0;right:0}@keyframes waterShimmer{0%{opacity:.7;transform:scaleY(1)}50%{opacity:.9;transform:scaleY(1.03)}to{opacity:.75;transform:scaleY(1)}}.hero-wave-layer{background-repeat:repeat-x;height:300px;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;bottom:0;left:0;right:0}.wave1{opacity:.8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%2338bdf8' fill-opacity='0.4' d='M0,160 C360,220 720,100 1080,160 C1260,190 1380,140 1440,160 L1440,320 L0,320 Z'/%3E%3C/svg%3E");background-size:1440px 300px;animation:10s linear infinite waveMove1}.wave2{opacity:.6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%230ea5e9' fill-opacity='0.5' d='M0,200 C300,140 600,260 900,200 C1100,160 1300,230 1440,200 L1440,320 L0,320 Z'/%3E%3C/svg%3E");background-size:1440px 300px;animation:14s linear infinite waveMove2}.wave3{opacity:.7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%230369a1' fill-opacity='0.6' d='M0,240 C240,180 480,300 720,240 C960,180 1200,280 1440,240 L1440,320 L0,320 Z'/%3E%3C/svg%3E");background-size:1440px 300px;animation:18s linear infinite waveMove3}@keyframes waveMove1{0%{background-position:0 0}to{background-position:1440px 0}}@keyframes waveMove2{0%{background-position:0 0}to{background-position:-1440px 0}}@keyframes waveMove3{0%{background-position:0 0}to{background-position:1440px 0}}.water-ripple{pointer-events:none;border:2px solid #ffffff4d;border-radius:50%;animation:5s ease-out infinite waterRipple;position:absolute}@keyframes waterRipple{0%{opacity:.8;transform:scale(0)}to{opacity:0;transform:scale(4)}}.r1{width:80px;height:80px;animation-delay:0s;bottom:30%;left:15%}.r2{width:60px;height:60px;animation-duration:6s;animation-delay:1.5s;bottom:20%;left:60%}.r3{width:100px;height:100px;animation-duration:7s;animation-delay:3s;bottom:40%;left:40%}.r4{width:50px;height:50px;animation-duration:5.5s;animation-delay:.8s;bottom:15%;left:80%}.r5{width:70px;height:70px;animation-duration:6.5s;animation-delay:2.2s;bottom:50%;left:25%}.bubble{pointer-events:none;background:radial-gradient(circle at 30% 30%,#fffc,#ffffff1a);border:1px solid #fff6;border-radius:50%;animation:linear infinite floatBubble;position:absolute}@keyframes floatBubble{0%{opacity:0;transform:translateY(0)translate(0)}10%{opacity:1}90%{opacity:.8}to{opacity:0;transform:translateY(-80vh)translate(30px)}}.b1{width:18px;height:18px;animation-duration:8s;animation-delay:0s;bottom:5%;left:10%}.b2{width:12px;height:12px;animation-duration:10s;animation-delay:2s;bottom:5%;left:25%}.b3{width:22px;height:22px;animation-duration:7s;animation-delay:4s;bottom:5%;left:50%}.b4{width:8px;height:8px;animation-duration:9s;animation-delay:1s;bottom:5%;left:70%}.b5{width:15px;height:15px;animation-duration:11s;animation-delay:3s;bottom:5%;left:85%}.b6{width:10px;height:10px;animation-duration:8.5s;animation-delay:5s;bottom:5%;left:40%}.hero-container{z-index:2;flex:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;width:100%;max-width:1200px;margin:0 auto;padding:60px 80px 80px;display:grid;position:relative}.hero-content{text-align:left}.hero-tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;letter-spacing:.3px;background:#ffffff26;border:1px solid #ffffff4d;border-radius:999px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;font-size:.82rem;font-style:italic;font-weight:600;display:inline-flex}.hero-tag-dot{background:#bef264;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite pulseDot}.hero-title{color:#fff;font-size:4.5rem;font-weight:900;line-height:1.1;font-family:var(--font-heading);text-shadow:0 4px 20px #00000026;margin-bottom:20px}.hero-title span{background:linear-gradient(90deg,#bef264,#86efac);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-description{color:#ffffffe6;max-width:520px;margin-bottom:28px;font-size:1.1rem;line-height:1.7}.hero-stats-row{align-items:center;gap:24px;margin-bottom:34px;display:flex}.hero-stat{flex-direction:column;gap:2px;display:flex}.hero-stat strong{color:#bef264;font-size:1.6rem;font-weight:900;font-family:var(--font-heading);line-height:1}.hero-stat span{color:#ffffffbf;font-size:.75rem;font-weight:500}.hero-stat-divider{background:#ffffff40;width:1px;height:36px}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.hero-cta-btn{align-items:center;gap:8px;display:inline-flex!important}.btn-primary{color:#0369a1;border-radius:var(--radius-full);background:#fff;padding:15px 32px;font-size:1rem;font-weight:700;transition:all .35s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 25px #00000026}.btn-primary:hover{background:#f0f9ff;transform:translateY(-4px)scale(1.02);box-shadow:0 15px 35px #0003}.btn-secondary{color:#fff;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:2px solid #ffffffb3;padding:13px 30px;font-size:1rem;font-weight:700;transition:all .3s}.btn-secondary:hover{background:#fff3;border-color:#fff;transform:translateY(-3px)}.hero-image-container{justify-content:center;align-items:center;display:flex;position:relative}.hero-water-glow{z-index:1;background:radial-gradient(circle,#ffffff40 0%,#0ea5e926 50%,#0000 75%);border-radius:50%;width:340px;height:340px;animation:4s ease-in-out infinite alternate waterGlow;position:absolute}@keyframes waterGlow{0%{opacity:.8;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}.hero-splash-ring{border:2px solid #ffffff40;border-radius:50%;animation:3s ease-out infinite splashExpand;position:absolute}.r-outer{width:360px;height:360px;animation-delay:0s}.r-inner{width:280px;height:280px;animation-delay:1.5s}@keyframes splashExpand{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(1.2)}}.hero-bottle-img{z-index:2;filter:drop-shadow(0 25px 40px #00000040);max-width:360px;height:auto;position:relative}.hero-badge{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:3;background:#ffffffeb;border:1px solid #fffc;border-radius:16px;align-items:center;gap:12px;padding:14px 18px;animation:4s ease-in-out infinite badgeFloat;display:flex;position:absolute;bottom:30px;left:-30px;box-shadow:0 10px 30px #00000026}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero-badge-icon{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.hero-badge-text h4{color:#0f172a;font-size:.9rem;font-weight:700}.hero-badge-text p{color:#64748b;font-size:.72rem}.hero-bottom-wave{z-index:2;flex-shrink:0;height:60px;margin-top:auto;position:relative}.hero-bottom-wave svg{width:100%;height:100%;display:block}.features-section{background-color:var(--color-light);text-align:center}.section-header{max-width:700px;margin:0 auto 50px}.section-subtitle{color:var(--color-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;font-size:.9rem;font-weight:700;display:block}.section-title{color:var(--color-dark);margin-bottom:15px;font-size:2.8rem;font-weight:800}.section-description{color:var(--color-text-muted);font-size:1.05rem}.features-grid{grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:0 auto;display:grid}.feature-card{background-color:var(--color-bg);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:var(--transition-normal);text-align:left;padding:40px 25px}.feature-card:hover{box-shadow:var(--shadow-lg);background-color:var(--color-light);border-color:#127c6b33;transform:translateY(-10px)}.feature-icon-wrapper{border-radius:var(--radius-sm);background-color:var(--color-primary-light);width:60px;height:60px;color:var(--color-primary);transition:var(--transition-normal);justify-content:center;align-items:center;margin-bottom:25px;display:flex}.feature-card:hover .feature-icon-wrapper{background-color:var(--color-primary);color:var(--color-light);transform:rotate(5deg)}.feature-icon-wrapper svg{width:28px;height:28px}.feature-card h3{color:var(--color-dark);margin-bottom:12px;font-size:1.3rem;font-weight:700}.feature-card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.5}.about-section{background:linear-gradient(180deg, var(--color-bg) 0%, var(--color-primary-light) 100%)}.about-container{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}.about-content{text-align:left}.about-text{color:var(--color-text);margin-bottom:20px;font-size:1.05rem;line-height:1.7}.about-bullets{grid-template-columns:1fr 1fr;gap:15px;margin:30px 0;display:grid}.about-bullet-item{color:var(--color-dark);align-items:center;gap:10px;font-weight:600;display:flex}.about-bullet-item svg{color:var(--color-primary);flex-shrink:0;width:20px;height:20px}.about-images{justify-content:center;display:flex;position:relative}.about-img-main{border-radius:var(--radius-md);width:100%;max-width:440px;box-shadow:var(--shadow-xl);z-index:2;filter:drop-shadow(0 15px 25px #00000026)}.about-badge{background:var(--color-secondary);color:var(--color-light);text-align:center;width:100px;height:100px;box-shadow:var(--shadow-lg);z-index:3;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;padding:20px;font-size:.9rem;font-weight:700;line-height:1.1;display:flex;position:absolute;top:-20px;right:0;transform:rotate(10deg)}.about-badge span{font-size:1.8rem;display:block}.products-section{background-color:var(--color-light);text-align:center}.products-grid{grid-template-columns:repeat(3,1fr);gap:35px;max-width:1100px;margin:0 auto;display:grid}.product-card{background-color:var(--color-bg);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:var(--transition-normal);flex-direction:column;display:flex;position:relative;overflow:hidden}.product-card:before{content:"";background:linear-gradient(to right, var(--color-primary), var(--color-secondary));opacity:0;width:100%;height:5px;transition:var(--transition-normal);position:absolute;top:0;left:0}.product-card:hover{box-shadow:var(--shadow-xl);border-color:#127c6b1a;transform:translateY(-12px)}.product-card:hover:before{opacity:1}.product-image-wrapper{background:radial-gradient(circle,#0ea5e90d 0%,#0000 70%);justify-content:center;align-items:center;height:320px;padding:40px 20px 20px;display:flex}.product-image{object-fit:contain;max-height:260px;transition:var(--transition-slow)}.product-card:hover .product-image{transform:scale(1.08)rotate(2deg)}.product-info{text-align:left;background-color:var(--color-light);border-top:1px solid var(--color-border);flex-direction:column;flex-grow:1;padding:25px;display:flex}.product-size{color:var(--color-secondary);margin-bottom:5px;font-size:.9rem;font-weight:700}.product-name{color:var(--color-dark);margin-bottom:10px;font-size:1.4rem;font-weight:800}.product-desc{color:var(--color-text-muted);flex-grow:1;margin-bottom:20px;font-size:.9rem;line-height:1.5}.product-footer{justify-content:space-between;align-items:center;display:flex}.product-price{color:var(--color-primary);font-size:1.3rem;font-weight:800}.product-price span{color:var(--color-text-muted);font-size:.85rem;font-weight:400}.btn-buy{background-color:var(--color-dark);color:var(--color-light);border-radius:var(--radius-full);transition:var(--transition-fast);padding:8px 18px;font-size:.85rem;font-weight:700}.btn-buy:hover{background-color:var(--color-primary);transform:translateY(-2px)}.banner-section{color:var(--color-light);text-align:center;background-image:linear-gradient(#127c6bd9,#0c594df2),url(/assets/bottles_dark_pair-Dlk6AfG4.jpg);background-position:50%;background-size:cover;background-attachment:fixed;padding:100px 20px}.banner-content{max-width:800px;margin:0 auto}.banner-content svg{width:50px;height:50px;color:var(--color-accent);opacity:.8;margin-bottom:20px}.banner-title{color:var(--color-light);margin-bottom:20px;font-size:3rem;font-weight:900;line-height:1.25}.banner-desc{opacity:.9;font-size:1.2rem;line-height:1.6}.improve-section{background-color:var(--color-bg)}.improve-container{grid-template-columns:.9fr 1.1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}.improve-image-container{border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);overflow:hidden}.improve-img{width:100%;display:block}.improve-content{text-align:left}.improve-desc{color:var(--color-text);margin-bottom:30px;font-size:1.05rem}.improve-list{grid-template-columns:1fr;gap:20px;display:grid}.improve-item{align-items:flex-start;gap:15px;display:flex}.improve-item-num{background-color:var(--color-primary-light);width:36px;height:36px;color:var(--color-primary);box-shadow:var(--shadow-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.improve-item-text h4{color:var(--color-dark);margin-bottom:5px;font-size:1.1rem;font-weight:700}.improve-item-text p{color:var(--color-text-muted);font-size:.9rem}.faq-section{background-color:var(--color-light)}.faq-container{max-width:800px;margin:0 auto}.faq-list{flex-direction:column;gap:15px;display:flex}.faq-item{border:1px solid var(--color-border);border-radius:var(--radius-md);transition:var(--transition-normal);background-color:var(--color-bg);overflow:hidden}.faq-item.active{border-color:var(--color-primary);box-shadow:var(--shadow-md);background-color:var(--color-light)}.faq-question-btn{text-align:left;width:100%;color:var(--color-dark);transition:var(--transition-normal);justify-content:space-between;align-items:center;padding:22px 28px;font-size:1.05rem;font-weight:700;display:flex}.faq-question-btn:hover{color:var(--color-primary)}.faq-icon{width:20px;height:20px;color:var(--color-text-muted);transition:var(--transition-normal)}.faq-item.active .faq-icon{color:var(--color-primary);transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s ease-out;overflow:hidden}.faq-item.active .faq-answer{max-height:200px}.faq-answer-content{color:var(--color-text-muted);border-top:1px solid #0000;padding:0 28px 22px;font-size:.95rem;line-height:1.6}.delivery-section{color:var(--color-light);background:linear-gradient(135deg,#1248a8 0%,#1a3ca8 40%,#0f2d8a 100%);padding:100px 40px;position:relative;overflow:hidden}.delivery-section:before{content:"";background:radial-gradient(circle,#ffffff0f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite alternate deliveryOrb;position:absolute;top:-100px;right:-100px}.delivery-section:after{content:"";background:radial-gradient(circle,#63b3ed1a 0%,#0000 70%);border-radius:50%;width:300px;height:300px;animation:10s ease-in-out infinite alternate-reverse deliveryOrb;position:absolute;bottom:-80px;left:-80px}@keyframes deliveryOrb{0%{transform:scale(1)translate(0)}to{transform:scale(1.2)translate(20px,-20px)}}.delivery-container{z-index:1;grid-template-columns:.85fr 1.15fr;align-items:center;gap:80px;max-width:1200px;margin:0 auto;display:grid;position:relative}.delivery-image-wrapper{aspect-ratio:1;background:#0b1a35;border-radius:40px;justify-content:center;align-items:center;padding:40px 35px;animation:6s ease-in-out infinite floatDelivery;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #0006,inset 0 1px 1px #ffffff0d}.delivery-image-wrapper:before{content:"";pointer-events:none;border:1.5px solid #ffffff14;border-radius:40px;position:absolute;inset:0}@keyframes floatDelivery{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(.5deg)}}.delivery-image{object-fit:contain;filter:drop-shadow(0 20px 40px #00000080);width:100%;max-height:340px;transition:transform .5s}.delivery-image-wrapper:hover .delivery-image{transform:scale(1.04)}.delivery-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ffffffe6;letter-spacing:1.5px;text-transform:uppercase;background:#ffffff1a;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;font-size:.8rem;font-weight:600;display:inline-flex}.delivery-badge-dot{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulseDot}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.4)}}.delivery-title{color:var(--color-light);font-size:3.2rem;font-weight:800;font-family:var(--font-heading);letter-spacing:-.5px;margin-bottom:20px;line-height:1.15}.delivery-desc{opacity:.82;max-width:480px;margin-bottom:32px;font-size:1.05rem;line-height:1.7}.delivery-list-item{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.delivery-list-item:hover{background:#ffffff24;transform:translateY(-2px)}.delivery-list-item:before{content:"✓";color:#4ade80;background:#4ade8026;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:900;display:flex}.delivery-btn{color:#1248a8;cursor:pointer;font-size:1rem;font-weight:700;font-family:var(--font-body);background:#fff;border:none;border-radius:999px;align-items:center;gap:10px;padding:16px 36px;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:inline-flex;box-shadow:0 8px 30px #0003}.delivery-btn:hover{background:#f0f9ff;transform:translateY(-4px)scale(1.03);box-shadow:0 14px 40px #0000004d}.delivery-btn svg{transition:transform .3s}.delivery-btn:hover svg{transform:translate(4px)}.testimonials-section{text-align:center;background:linear-gradient(#f8faff 0%,#f0f4ff 100%);padding:100px 40px 0;position:relative;overflow:hidden}.testimonials-section:before{content:"\"";color:#1248a80a;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Georgia,serif;font-size:20rem;line-height:1;position:absolute;top:60px;left:50%;transform:translate(-50%)}.testimonial-slide{opacity:0;pointer-events:none;width:100%;transition:opacity .6s ease-in-out,transform .6s ease-in-out;position:absolute;top:0;left:0;transform:translateY(15px)}.testimonial-slide.active{opacity:1;pointer-events:auto;position:relative;transform:translateY(0)}.testimonial-quote{color:#1e293b;font-size:1.35rem;font-style:italic;line-height:1.8;font-family:var(--font-heading);margin-bottom:30px;padding:0 20px;font-weight:500;position:relative}.testimonial-stars{justify-content:center;gap:4px;margin-bottom:18px;display:flex}.testimonial-star{color:#f59e0b;font-size:1.1rem}.testimonial-author{justify-content:center;align-items:center;gap:14px;margin-top:10px;display:flex}.testimonial-avatar{color:#fff;background:linear-gradient(135deg,#1248a8,#0891b2);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.2rem;font-weight:700;display:flex;box-shadow:0 4px 15px #1248a84d}.testimonial-author-role{color:#64748b;margin-top:2px;font-size:.85rem}.testimonial-dot{cursor:pointer;background-color:#cbd5e1;border:none;border-radius:999px;width:8px;height:8px;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.testimonial-dot.active{background:linear-gradient(90deg,#1248a8,#0891b2);width:28px;transform:scale(1)}.certs-section-label{letter-spacing:2px;text-transform:uppercase;color:#94a3b8;margin-bottom:30px;font-size:.8rem;font-weight:700}.certs-grid{border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;max-width:900px;margin:0 auto;padding:50px 0 70px;display:flex}.cert-badge-wrapper{cursor:default;flex-direction:column;align-items:center;gap:10px;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex}.cert-badge-wrapper:hover{transform:translateY(-8px)scale(1.05)}.cert-badge-card{background:#fff;border:1px solid #e8edf5;border-radius:16px;justify-content:center;align-items:center;min-width:130px;min-height:80px;padding:18px 22px;transition:box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000f,0 1px 3px #0000000a}.cert-badge-card:before{content:"";pointer-events:none;background:linear-gradient(135deg,#0000 60%,#1248a808);position:absolute;inset:0}.cert-badge-wrapper:hover .cert-badge-card{border-color:#1248a826;box-shadow:0 12px 40px #1248a826}.cert-badge-svg{object-fit:contain;width:auto;max-width:100px;height:50px}.cert-badge-label{color:#64748b;text-align:center;letter-spacing:.5px;font-size:.72rem;font-weight:600}.delivery-container{grid-template-columns:.9fr 1.1fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}.delivery-image-wrapper{box-shadow:var(--shadow-xl);aspect-ratio:1;background-color:#0f172a;border-radius:80px;justify-content:center;align-items:center;padding:40px;display:flex;position:relative;overflow:hidden}.delivery-image{object-fit:contain;filter:drop-shadow(0 15px 25px #0000004d);max-height:320px}.delivery-content{text-align:left}.delivery-title{color:var(--color-light);font-size:3rem;font-weight:800;font-family:var(--font-heading);margin-bottom:20px}.delivery-desc{opacity:.9;margin-bottom:30px;font-size:1.05rem;line-height:1.6}.delivery-list{grid-template-columns:1fr;gap:12px;margin-bottom:35px;display:grid}.delivery-list-item{align-items:center;gap:12px;font-size:1.05rem;font-weight:600;display:flex}.delivery-list-item:before{content:"•";color:var(--color-accent);font-size:1.8rem;line-height:1}.testimonials-section{background-color:var(--color-light);text-align:center;padding:80px 40px}.testimonial-slider{max-width:800px;min-height:200px;margin:0 auto 40px;position:relative}.testimonial-slide{opacity:0;pointer-events:none;width:100%;transition:opacity .5s ease-in-out;position:absolute;top:0;left:0}.testimonial-slide.active{opacity:1;pointer-events:auto;position:relative}.testimonial-quote{color:var(--color-text);margin-bottom:25px;font-size:1.25rem;font-style:italic;line-height:1.7}.testimonial-author{justify-content:center;align-items:center;gap:12px;display:flex}.testimonial-avatar{background-color:var(--color-primary-light);width:48px;height:48px;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.testimonial-author-info{text-align:left}.testimonial-author-name{color:var(--color-dark);font-size:1.05rem;font-weight:700}.testimonial-author-role{color:var(--color-text-muted);font-size:.85rem}.testimonial-dots{justify-content:center;gap:10px;margin-bottom:50px;display:flex}.testimonial-dot{background-color:var(--color-border);width:8px;height:8px;transition:var(--transition-fast);border:none;border-radius:50%}.testimonial-dot.active{background-color:var(--color-primary);transform:scale(1.25)}.certs-grid{border-top:1px solid var(--color-border);flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;max-width:1000px;margin:0 auto;padding-top:50px;display:flex}.contact-info-section{text-align:center;background-color:#fff;padding:100px 40px 0;position:relative}.contact-info-grid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto 50px;display:grid}.contact-info-card{background-color:var(--color-light);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:var(--transition-normal);flex-direction:column;align-items:center;padding:35px 25px;display:flex}.contact-info-card:hover{box-shadow:var(--shadow-md);border-color:#127c6b33;transform:translateY(-5px)}.contact-info-icon{background-color:var(--color-primary-light);width:50px;height:50px;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.contact-info-icon svg{width:24px;height:24px}.contact-info-card h3{color:var(--color-primary);font-size:1.2rem;font-weight:700;font-family:var(--font-heading);margin-bottom:10px}.contact-info-detail{color:var(--color-dark);font-size:.95rem;font-weight:600;line-height:1.5}.contact-info-detail a:hover{color:var(--color-primary)}.contact-map-wrapper{border-radius:var(--radius-md);max-width:1200px;height:380px;box-shadow:var(--shadow-md);border:1px solid var(--color-border);margin:0 auto;overflow:hidden}.site-footer-brand .logo-icon{box-shadow:none!important;background:linear-gradient(135deg,#0ea5e9,#818cf8)!important}.site-footer-tagline{color:#64748b;max-width:320px;margin-top:16px;font-size:.88rem;line-height:1.7}.site-footer-socials{gap:12px;margin-top:24px;display:flex}.site-footer-social{color:#94a3b8;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex}.site-footer-social:hover{color:#38bdf8;background:#38bdf826;border-color:#38bdf8;transform:translateY(-3px)}.site-footer-links-col h4{color:#fff;font-size:1rem;font-weight:700;font-family:var(--font-heading);letter-spacing:.3px;margin-bottom:22px}.site-footer-link{color:#64748b;text-align:left;cursor:pointer;font-size:.88rem;font-family:var(--font-body);background:0 0;border:none;align-items:center;gap:8px;margin-bottom:12px;padding:0;text-decoration:none;transition:color .2s,transform .2s;display:flex}.site-footer-link:hover{color:#38bdf8;transform:translate(4px)}.site-footer-contact-item{align-items:flex-start;gap:8px;display:flex;padding:0!important}.site-footer-contact-item svg{color:#38bdf8;flex-shrink:0;margin-top:2px}.site-footer-bottom{color:#475569;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:22px 0;font-size:.82rem;display:flex}@media (width<=1024px){.hero-section{height:auto;min-height:auto;padding-bottom:40px}.hero-light-ray{display:none}.hero-container{text-align:center;flex:none;grid-template-columns:1fr;gap:40px;padding:60px 32px}.hero-content{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-title{font-size:3rem}.hero-stats-row{justify-content:center}.hero-visual{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:420px;margin:0 auto;display:flex;position:static}.hero-glow-orb{width:320px;height:320px}.hero-cert-pill{animation:5s ease-in-out infinite pillFloatSimple;position:static;bottom:auto;right:auto;transform:none}@keyframes pillFloatSimple{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.features-grid{grid-template-columns:repeat(2,1fr)}.about-container{grid-template-columns:1fr;gap:40px}.about-content{order:2}.about-images{order:1;max-width:400px;margin:0 auto}.products-grid{grid-template-columns:repeat(2,1fr);max-width:800px}.improve-container{grid-template-columns:1fr;gap:40px}.improve-image-container{max-width:500px;margin:0 auto}.delivery-container{text-align:center;grid-template-columns:1fr!important;gap:40px!important}.delivery-image-wrapper{aspect-ratio:1;max-width:340px;margin:0 auto}.delivery-content{text-align:center}.delivery-list{text-align:left;grid-template-columns:1fr 1fr}.contact-info-grid{grid-template-columns:1fr 1fr!important}.site-footer-inner{grid-template-columns:1fr 1fr;gap:40px}}@media (width<=768px){.top-bar{display:none}.navbar{padding:15px 20px}.nav-menu{background-color:var(--color-light);width:100%;height:calc(100vh - 70px);transition:var(--transition-normal);box-shadow:var(--shadow-lg);z-index:98;flex-direction:column;align-items:center;gap:25px;padding:40px 20px;position:fixed;top:70px;left:-100%}.nav-menu.active{left:0}.mobile-menu-btn{display:block}.nav-cta{display:none}.hero-section{height:auto;min-height:auto;padding-bottom:30px}.hero-container{gap:32px;padding:40px 20px 50px}.hero-title{letter-spacing:-.5px;word-break:break-word;font-size:2.2rem}.hero-description{width:100%;max-width:100%;margin-bottom:22px;font-size:.93rem}.hero-stats-row{flex-flow:wrap;justify-content:center;gap:16px;margin-bottom:26px}.hero-stat-divider{width:1px;height:30px}.hero-stat strong{font-size:1.25rem}.hero-actions{flex-direction:column;gap:12px;width:100%}.hero-btn-primary,.hero-btn-ghost{justify-content:center;width:100%;padding:14px 20px}.hero-visual{flex-direction:column;align-items:center;gap:16px;width:100%;max-width:300px;margin:0 auto;display:flex;position:static}.hero-glow-orb{width:240px;height:240px}.hero-bottle-img{max-width:200px}.hero-splash-base{width:150px;bottom:-6px}.sr1,.sr2{width:120px;height:24px}.hero-cert-pill{white-space:nowrap;animation:5s ease-in-out infinite pillFloatSimple2;position:static;bottom:auto;right:auto;transform:none}@keyframes pillFloatSimple2{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:20px}.products-grid{grid-template-columns:1fr;max-width:400px}.banner-title{font-size:2rem}.delivery-section{padding:60px 20px}.delivery-container{grid-template-columns:1fr!important;gap:30px!important}.delivery-image-wrapper{max-width:280px;margin:0 auto}.delivery-title{font-size:2.2rem!important}.delivery-list{grid-template-columns:1fr!important}.delivery-content{text-align:center}.delivery-badge{margin:0 auto 16px}.delivery-btn{margin:0 auto}.testimonials-section{padding:60px 20px 0}.testimonial-quote{font-size:1.1rem}.certs-grid{gap:16px}.cert-badge-card{min-width:100px;min-height:70px;padding:14px 16px}.contact-info-section{padding:60px 20px 0}.contact-info-grid{gap:20px;grid-template-columns:1fr!important}.contact-map-wrapper{height:280px}.site-footer{padding:50px 20px 0}.site-footer-inner{grid-template-columns:1fr;gap:30px}.site-footer-bottom{text-align:center;flex-direction:column;gap:8px;padding:18px 0}.site-footer-tagline{max-width:100%}}@media (width<=480px){.hero-title{font-size:2.1rem}.delivery-title{font-size:1.9rem!important}.section-title{font-size:1.8rem}.hero-container{padding:30px 16px 40px}}.floating-whatsapp{z-index:999;color:#fff;width:60px;height:60px;transition:var(--transition-normal);background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 15px #25d36666}.floating-whatsapp:hover{transform:scale(1.1)rotate(10deg);box-shadow:0 6px 20px #25d36680}.floating-whatsapp svg{width:32px;height:32px}.back-to-top{background-color:var(--color-dark);width:48px;height:48px;color:var(--color-light);box-shadow:var(--shadow-md);z-index:998;opacity:0;visibility:hidden;transition:var(--transition-normal);border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:105px;right:35px}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background-color:var(--color-primary);color:#fff;transform:translateY(-5px)}.back-to-top svg{width:20px;height:20px}@media (width<=480px){.hero-container{gap:30px;padding:30px 12px 80px}.hero-title{letter-spacing:-.3px;font-size:1.95rem}.hero-eyebrow{font-size:.72rem}.hero-description{font-size:.88rem}.hero-stats-row{gap:12px}.hero-stat strong{font-size:1.2rem}.hero-stat-divider{height:28px}.hero-visual{max-width:260px;padding-bottom:50px}.hero-glow-orb{width:200px;height:200px}.hero-bottle-img{max-width:180px}.hero-splash-base{width:130px}.sr1{width:110px;height:22px}.sr2{width:170px;height:34px}.section-title{font-size:1.75rem}.delivery-title{font-size:1.85rem!important}}.products-page{min-height:100vh;font-family:var(--font-body);background-color:#f8fafc}.products-hero{text-align:center;background:linear-gradient(135deg,#0e7490 0%,#1248a8 50%,#0f172a 100%);padding:80px 40px 60px;position:relative;overflow:hidden}.products-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#38bdf814 0%,#0000 60%);width:200%;height:200%;animation:8s ease-in-out infinite alternate heroGlow;position:absolute;top:-50%;left:-50%}@keyframes heroGlow{0%{transform:scale(1)translate(0)}to{transform:scale(1.1)translate(20px,-20px)}}.products-hero-waves{height:60px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.products-hero-waves svg{width:100%;height:100%}.products-hero-content{z-index:1;max-width:700px;margin:0 auto;position:relative}.products-grid-section{max-width:1400px;margin:0 auto;padding:80px 40px}.products-grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.product-page-card{background:#fff;border:1px solid #f1f5f9;border-radius:24px;flex-direction:column;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;overflow:hidden;box-shadow:0 4px 24px #0000000f}.product-page-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0000001f}.product-page-image-wrap{justify-content:center;align-items:center;height:260px;display:flex;position:relative;overflow:hidden}.product-page-badge{color:#fff;letter-spacing:.8px;text-transform:uppercase;z-index:2;border-radius:999px;padding:5px 12px;font-size:.72rem;font-weight:700;position:absolute;top:16px;left:16px}.product-page-img{object-fit:contain;filter:drop-shadow(0 10px 20px #00000026);width:auto;max-width:220px;height:200px;transition:transform .5s}.product-page-card:hover .product-page-img{transform:scale(1.06)translateY(-5px)}.product-page-body{flex-direction:column;flex:1;padding:28px;display:flex}.product-page-name{font-family:var(--font-heading);color:#0f172a;margin-bottom:4px;font-size:1.4rem;font-weight:800}.product-page-tagline{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:.85rem;font-weight:600}.product-page-desc{color:#475569;margin-bottom:20px;font-size:.93rem;line-height:1.65}.product-page-features{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.product-page-feature-chip{background:0 0;border:1.5px solid;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:600}.product-page-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-page-price{flex-direction:column;display:flex}.product-page-price-amount{font-size:1.8rem;font-weight:900;font-family:var(--font-heading);line-height:1}.product-page-price-note{color:#94a3b8;font-size:.75rem;font-weight:500}.product-page-btn{color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;font-family:var(--font-body);border:none;border-radius:999px;align-items:center;gap:8px;padding:12px 22px;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:inline-flex;box-shadow:0 4px 15px #00000026}.product-page-btn:hover{transform:scale(1.05)translateY(-2px);box-shadow:0 8px 25px #00000040}.products-why-section{text-align:center;background:#fff;padding:80px 40px}.products-why-grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto;display:grid}.products-why-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:32px 20px;transition:all .3s}.products-why-card:hover{border-color:#1248a833;transform:translateY(-6px);box-shadow:0 12px 40px #1248a81a}.products-why-icon{margin-bottom:14px;font-size:2.5rem;display:block}.products-why-card h3{font-family:var(--font-heading);color:#0f172a;margin-bottom:8px;font-size:1.05rem;font-weight:700}.products-why-card p{color:#64748b;font-size:.88rem;line-height:1.6}.site-footer{color:#94a3b8;background:#0c1220;padding:60px 40px 0}.site-footer-inner{border-bottom:1px solid #ffffff0f;grid-template-columns:1.5fr 1fr 1fr;gap:60px;max-width:1200px;margin:0 auto;padding-bottom:50px;display:grid}.site-footer-brand .logo-text{background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.site-footer-brand .logo-icon{background:linear-gradient(135deg,#0ea5e9,#818cf8)}.site-footer-links-col h4{color:#fff;font-size:1rem;font-weight:700;font-family:var(--font-heading);margin-bottom:20px}.site-footer-link{color:#94a3b8;text-align:left;cursor:pointer;font-size:.88rem;font-family:var(--font-body);background:0 0;border:none;margin-bottom:10px;padding:0;text-decoration:none;transition:color .2s;display:block}.site-footer-link:hover{color:#38bdf8}.site-footer-bottom{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:20px 0;font-size:.82rem;display:flex}@media (width<=1024px){.products-grid{grid-template-columns:1fr}.products-why-grid{grid-template-columns:repeat(2,1fr)}.site-footer-inner{grid-template-columns:1fr 1fr;gap:40px}}@media (width<=640px){.products-hero{padding:60px 20px 40px}.products-hero h1{font-size:2.2rem!important}.products-grid-section{padding:50px 16px}.products-why-grid{grid-template-columns:1fr}.products-why-section{padding:60px 20px}.site-footer{padding:50px 20px 0}.site-footer-inner{grid-template-columns:1fr;gap:30px}.site-footer-bottom{text-align:center;flex-direction:column;gap:8px}}
