@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--sage:#8fa876;--sage-light:#b5c9a3;--sage-pale:#e8efe2;--dark-green:#2d4a2e;--cream:#faf8f4;--gold:#c9a84c;--gold-light:#e8d59a;--text:#2c2c2c;--text-light:#5a5a5a;--white:#fff}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--text);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5{font-family:Cormorant Garamond,serif;font-weight:500;line-height:1.2}.bg-orbs{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.bg-orbs .orb{filter:blur(80px);opacity:.3;border-radius:50%;position:absolute}.bg-orbs .orb:first-child{background:var(--sage-light);width:500px;height:500px;animation:20s ease-in-out infinite float;top:-10%;left:-10%}.bg-orbs .orb:nth-child(2){background:var(--gold-light);width:400px;height:400px;animation:25s ease-in-out -7s infinite float;top:50%;right:-10%}.bg-orbs .orb:nth-child(3){background:var(--sage);width:350px;height:350px;animation:22s ease-in-out -14s infinite float;bottom:-5%;left:30%}@keyframes float{0%,to{transform:translate(0)scale(1)}25%{transform:translate(40px,-30px)scale(1.05)}50%{transform:translate(-20px,20px)scale(.95)}75%{transform:translate(30px,40px)scale(1.02)}}nav{z-index:1000;padding:.75rem 2rem;transition:all .4s;position:fixed;top:0;left:0;right:0}nav.scrolled{-webkit-backdrop-filter:blur(20px);background:#faf8f4cc;border-bottom:1px solid #8fa87626;box-shadow:0 4px 30px #0000000a}nav.scrolled .nav-logo img{width:80px}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.nav-logo{color:var(--dark-green);align-items:center;gap:.75rem;text-decoration:none;display:flex}.nav-logo img{object-fit:contain;width:140px;height:auto;transition:width .4s}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--dark-green);letter-spacing:.5px;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links a:not(.btn):after{content:"";background:var(--gold);height:1.5px;transition:transform .3s;position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.nav-links a:not(.btn):hover:after{transform:scaleX(1)}.nav-links a:not(.btn):hover{color:var(--gold)}.nav-links a.btn-primary,.nav-links a.btn-primary:hover{color:var(--white)}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.mobile-menu-btn span{background:var(--dark-green);width:24px;height:2px;margin:5px 0;transition:all .3s;display:block}.hero{z-index:1;align-items:center;min-height:100vh;padding:6rem 2rem 3rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;background:linear-gradient(135deg,#e8efe299 0%,#faf8f466 50%,#c9a84c14 100%);position:absolute;inset:0}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:grid}.hero-content{animation:1s .2s both fadeInUp}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:2px;text-transform:uppercase;color:var(--dark-green);background:#8fa87626;border:1px solid #8fa87640;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.75rem;display:inline-block}.hero h1{color:var(--dark-green);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem)}.hero h1 .highlight{font-style:italic}.shimmer-word{background:linear-gradient(90deg, var(--gold) 0%, #e8d59a 25%, var(--gold) 50%, #a8862a 75%, var(--gold) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite shimmer,1s both wordFadeIn;display:inline-block}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes wordFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{color:var(--text-light);max-width:480px;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.hero-cta{flex-wrap:wrap;gap:1rem;display:flex}.hero-image{justify-content:center;align-items:center;animation:1s .5s both fadeInUp;display:flex}.hero-img-float{position:relative}.hero-img-float img{filter:drop-shadow(0 20px 40px #2d4a2e26);border-radius:24px;width:100%;max-width:480px;transition:transform .5s;animation:6s ease-in-out infinite heroFloat;display:block}.hero-img-float:hover img{transform:scale(1.03)}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.btn{cursor:pointer;letter-spacing:.5px;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .35s;display:inline-flex}.btn-primary{background:var(--dark-green);color:var(--white);box-shadow:0 4px 20px #2d4a2e40}.btn-primary:hover{background:#3a5e3b;transform:translateY(-2px);box-shadow:0 8px 30px #2d4a2e59}.btn-glass{-webkit-backdrop-filter:blur(10px);color:var(--dark-green);background:#ffffff4d;border:1px solid #8fa8764d}.btn-glass:hover{background:#ffffff80;transform:translateY(-2px)}.btn-amazon{color:#111;background:#f90}.btn-amazon:hover{background:#e88b00;transform:translateY(-2px);box-shadow:0 8px 30px #ff99004d}.btn-flipkart{color:var(--white);background:#2874f0}.btn-flipkart:hover{background:#1a5dc8;transform:translateY(-2px);box-shadow:0 8px 30px #2874f04d}section{z-index:1;padding:6rem 2rem;position:relative}.section-inner{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:var(--dark-green);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.section-header p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.05rem}.section-label{letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.7rem;font-weight:600;display:inline-block}.benefits{background:linear-gradient(180deg, var(--cream) 0%, var(--sage-pale) 100%)}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:1.5rem;display:grid}.benefit-card{-webkit-backdrop-filter:blur(20px);background:#ffffff73;border:1px solid #fff9;border-radius:20px;padding:2rem;transition:all .4s;position:relative;overflow:hidden}.benefit-card:before{content:"";background:linear-gradient(90deg, var(--sage), var(--gold));opacity:0;height:3px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #2d4a2e1a}.benefit-card:hover:before{opacity:1}.benefit-bg-icon{opacity:.08;pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;width:180px;height:180px;transition:opacity .5s;position:absolute;top:-20px;right:-20px}.benefit-card:hover .benefit-bg-icon{opacity:.15}.benefit-icon{background:linear-gradient(135deg, var(--sage-light), var(--sage));color:#fff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;font-size:1.5rem;display:flex;overflow:hidden}.benefit-icon.has-image{border:2px solid var(--sage-light);background:0 0;border-radius:50%;width:64px;height:64px}.benefit-icon img{object-fit:cover;border-radius:50%;width:100%;height:100%}.benefit-card h3{color:var(--dark-green);margin-bottom:.75rem;font-size:1.3rem}.benefit-card p{color:var(--text-light);font-size:.92rem;line-height:1.7}.product-section{background:linear-gradient(180deg, var(--sage-pale) 0%, var(--cream) 100%)}.product-showcase{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.product-glass-frame{-webkit-backdrop-filter:blur(25px);background:#ffffff59;border:1px solid #ffffff80;border-radius:28px;padding:2.5rem;box-shadow:0 24px 80px #2d4a2e14}.product-glass-frame img{border-radius:16px;width:100%;display:block}.product-slider{border-radius:16px;position:relative;overflow:hidden}.product-slider-track{transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}.product-slider-track img{object-fit:cover;border-radius:16px;width:100%;min-width:100%}.slider-dots{gap:.5rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.slider-dot{cursor:pointer;background:0 0;border:2px solid #fffc;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.slider-dot.active{background:var(--white);transform:scale(1.2)}.slider-dot:hover{background:#ffffff80}.product-details h2{color:var(--dark-green);margin-bottom:.5rem;font-size:2.4rem}.product-details .product-name-sub{color:var(--gold);margin-bottom:1.5rem;font-size:1.1rem;font-weight:500}.product-price{color:var(--dark-green);margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:700}.product-price .price-label{color:var(--text-light);letter-spacing:1px;text-transform:uppercase;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;display:block}.product-desc{color:var(--text-light);margin-bottom:2rem;font-size:.95rem;line-height:1.8}.buy-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.buy-buttons .btn svg{width:18px;height:18px}.ingredients-strip{border-top:1px solid #8fa87633;margin-top:2rem;padding-top:2rem}.ingredients-strip h4{letter-spacing:2px;text-transform:uppercase;color:var(--sage);margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.ingredients-strip p{color:var(--text-light);font-size:.85rem;line-height:1.8}.trust-section{background:var(--cream)}.trust-banner{text-align:center}.trust-banner img{width:100%;max-width:700px;margin:0 auto;display:block}.howto-section{background:linear-gradient(180deg, var(--cream) 0%, var(--sage-pale) 100%)}.howto-steps{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.howto-card{text-align:center;-webkit-backdrop-filter:blur(20px);background:#ffffff73;border:1px solid #fff9;border-radius:20px;padding:2.5rem 2rem}.howto-img{justify-content:center;align-items:center;width:100%;height:300px;margin-bottom:1.25rem;display:flex}.howto-img img{object-fit:contain;width:100%;height:100%;transition:transform .4s}.howto-card:hover .howto-img img{transform:scale(1.05)}.howto-step-num{background:linear-gradient(135deg, var(--sage), var(--dark-green));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1.25rem;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:700;display:flex}.howto-card h3{color:var(--dark-green);margin-bottom:.75rem;font-size:1.2rem}.howto-card p{color:var(--text-light);font-size:.9rem;line-height:1.7}.about-section{background:linear-gradient(180deg, var(--sage-pale) 0%, var(--cream) 100%)}.about-glass{-webkit-backdrop-filter:blur(20px);background:#fff6;border:1px solid #ffffff80;border-radius:24px;max-width:800px;margin:0 auto;padding:3rem;box-shadow:0 16px 48px #2d4a2e0f}.about-glass p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.9}.about-glass p:last-child{margin-bottom:0}.about-highlight{color:var(--dark-green);border-left:3px solid var(--gold);margin:2rem 0;padding-left:1.5rem;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-style:italic;font-weight:500}footer{z-index:1;background:var(--dark-green);color:#fffc;padding:8rem 2rem 2rem;position:relative;overflow:hidden}footer:before{content:"";opacity:.35;pointer-events:none;z-index:0;background:url(/assets/footer3-C5gGir7r.png) 50%/cover no-repeat;position:absolute;inset:0}.footer-decor{opacity:.15;pointer-events:none;z-index:0;mix-blend-mode:lighten;filter:grayscale(.3);width:280px;height:auto;position:absolute}.footer-decor-left{bottom:20px;left:0}.footer-decor-right{bottom:20px;right:0}.footer-inner{z-index:1;max-width:1200px;margin:0 auto;position:relative}.footer-top{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:3rem;margin-bottom:3rem;display:flex}.footer-centered{text-align:center;flex-direction:column;align-items:center;gap:1rem}.footer-centered .footer-logo{justify-content:center;align-items:center;display:flex}.footer-centered .footer-logo img{object-fit:contain;background:#ffffffe6;border-radius:12px;width:150px;height:auto;padding:.5rem}.footer-tagline{opacity:.7;font-size:1rem;line-height:1.7}.footer-contact-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.footer-contact-row a{color:#ffffffd9;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-contact-row a:hover{color:var(--gold-light)}.footer-dot{background:#fff6;border-radius:50%;width:4px;height:4px}.footer-address{opacity:.5;font-size:.82rem}.footer-links{flex-direction:column;gap:.6rem;display:flex}.footer-links h4{letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.footer-links a{color:#ffffffb3;font-size:.88rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--gold-light)}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.footer-bottom p{opacity:.5;font-size:.78rem}.footer-bottom a{color:var(--gold);text-decoration:none;transition:color .3s}.footer-bottom a:hover{color:var(--gold-light)}.footer-disclaimer{max-width:600px;opacity:.4!important;font-size:.72rem!important}.whatsapp-fab{z-index:999;cursor:pointer;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:all .3s;animation:2s ease-in-out infinite pulse-wa;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 24px #25d36666}.whatsapp-fab:hover{transform:scale(1.1);box-shadow:0 8px 32px #25d36680}.whatsapp-fab svg{fill:#fff;width:32px;height:32px}.whatsapp-tooltip{color:var(--text);white-space:nowrap;opacity:0;pointer-events:none;background:#fff;border-radius:8px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:opacity .3s;position:absolute;top:50%;right:72px;transform:translateY(-50%);box-shadow:0 4px 16px #0000001a}.whatsapp-fab:hover .whatsapp-tooltip{opacity:1}@keyframes pulse-wa{0%,to{box-shadow:0 4px 24px #25d36666}50%{box-shadow:0 4px 24px #25d36666,0 0 0 12px #25d3661a}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (width<=968px){.hero-inner{text-align:center;grid-template-columns:1fr;gap:2.5rem}.hero-subtitle{margin:0 auto 2rem}.hero-cta{justify-content:center}.hero-content{order:0}.hero-image{order:1}.hero-cta{order:2}.hero-img-float img{max-width:340px}.product-showcase{grid-template-columns:1fr;gap:2.5rem}.product-details{text-align:center}.product-details h2{font-size:2rem}.buy-buttons{justify-content:center}.howto-steps{grid-template-columns:1fr;max-width:480px;margin:0 auto}.footer-bottom{text-align:center;flex-direction:column;align-items:center}}@media (width<=768px){nav{padding:.75rem 1.25rem}.nav-links{display:none}.nav-links.open{-webkit-backdrop-filter:blur(20px);background:#faf8f4f2;border-bottom:1px solid #8fa87626;flex-direction:column;gap:1.25rem;padding:1.5rem 2rem;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px #0000000f}.nav-links.open li{text-align:center}.nav-links.open .btn-primary{justify-content:center;width:100%}.mobile-menu-btn{display:block}.nav-logo img{width:110px}nav.scrolled .nav-logo img{width:70px}.hero{padding:8rem 1.5rem 3rem}section{padding:4.5rem 1.5rem}.benefits-grid{grid-template-columns:1fr}.product-glass-frame{padding:1.5rem}.howto-img{height:240px}.about-glass{padding:2rem 1.5rem}.about-highlight{font-size:1.2rem}.footer-top{gap:.75rem}}@media (width<=480px){nav{padding:.5rem 1rem}.nav-logo img{width:100px}nav.scrolled .nav-logo img{width:60px}.hero{min-height:auto;padding:7.5rem 1rem 2.5rem}.hero h1{font-size:2rem}.hero-badge{letter-spacing:1.5px;padding:.35rem 1rem;font-size:.65rem}.hero-subtitle{font-size:.95rem}.hero-img-float img{max-width:260px}.hero-cta{flex-direction:column;align-items:center}.hero-cta .btn{justify-content:center;width:100%}section{padding:3.5rem 1rem}.section-header{margin-bottom:2.5rem}.section-header p{font-size:.95rem}.benefit-card{padding:1.5rem}.benefit-card h3{font-size:1.15rem}.product-glass-frame{border-radius:16px;padding:1rem}.product-details h2{font-size:1.6rem}.product-price{font-size:2rem}.product-desc{font-size:.88rem}.buy-buttons{flex-direction:column;align-items:center}.buy-buttons .btn{justify-content:center;width:100%}.ingredients-strip p{font-size:.8rem}.howto-card{padding:2rem 1.25rem}.howto-img{height:200px}.howto-step-num{width:40px;height:40px;font-size:1.1rem}.about-glass{border-radius:16px;padding:1.5rem 1.25rem}.about-glass p{font-size:.95rem}.about-highlight{padding-left:1rem;font-size:1.1rem}footer{padding:3rem 1rem 1.5rem}.footer-centered .footer-logo img{width:80px}.footer-tagline{font-size:.88rem}.footer-contact-row{flex-direction:column;gap:.5rem}.footer-contact-row a{font-size:.82rem}.footer-dot{display:none}.footer-address{font-size:.75rem}.footer-bottom{text-align:center;flex-direction:column;gap:.75rem}.footer-bottom p{font-size:.72rem}.footer-disclaimer{font-size:.65rem!important}.whatsapp-fab{width:50px;height:50px;bottom:1.25rem;right:1.25rem}.whatsapp-fab svg{width:24px;height:24px}.whatsapp-tooltip{display:none}.bg-orbs .orb:first-child{width:280px;height:280px}.bg-orbs .orb:nth-child(2){width:220px;height:220px}.bg-orbs .orb:nth-child(3){width:200px;height:200px}}
