@import"https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800&family=Rozha+One&display=swap";:root{--color-primary: #0f766e;--color-primary-dark: #115e59;--color-secondary: #8a4b18;--color-accent: #d89b2b;--color-background: #f7f5ef;--color-section: #ffffff;--color-surface: #ffffff;--color-ink: #18211f;--color-text-main: #26322f;--color-text-muted: #68736f;--color-border: rgba(24, 33, 31, .12);--color-white: #ffffff;--color-footer: #101816;--font-heading: "Inter", "Hind", sans-serif;--font-brand: "Rozha One", "Hind", serif;--font-body: "Hind", "Inter", sans-serif;--shadow-soft: 0 16px 40px rgba(24, 33, 31, .08);--shadow-hover: 0 22px 56px rgba(24, 33, 31, .14);--transition-fast: .2s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-width:320px;background:var(--color-background);color:var(--color-text-main);font-family:var(--font-body);line-height:1.6;overflow-x:hidden}body::selection{background:#0f766e29}h1,h2,h3,h4,h5,h6{color:var(--color-ink);font-family:var(--font-heading);font-weight:800;line-height:1.08;letter-spacing:0}a{color:inherit}img{display:block;max-width:100%}button{border:0;cursor:pointer;font:inherit;outline:0}.app{background:var(--color-background)}.section-shell{margin:0 auto;max-width:1180px;width:min(100% - 40px,1180px)}.section-heading{margin-bottom:3rem}.section-eyebrow{color:var(--color-primary);display:block;font-family:var(--font-heading);font-size:.78rem;font-weight:800;letter-spacing:.08em;margin-bottom:.75rem;text-transform:uppercase}.section-title{font-size:2.65rem;margin-bottom:.9rem}.section-copy{color:var(--color-text-muted);font-size:1.08rem;max-width:620px}.btn{align-items:center;border-radius:8px;display:inline-flex;font-family:var(--font-heading);font-weight:800;gap:.65rem;justify-content:center;min-height:48px;padding:.85rem 1.35rem;text-decoration:none;transition:background-color var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast)}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--color-primary);color:var(--color-white);box-shadow:0 14px 28px #0f766e38}.btn-primary:hover{background:var(--color-primary-dark);box-shadow:0 18px 34px #0f766e47}.btn-outline{background:#ffffff14;border:1px solid rgba(255,255,255,.55);color:var(--color-white)}.btn-outline:hover{background:#ffffff2e}.btn-outline-dark{background:#18211f0a;border:1px solid rgba(24,33,31,.16);color:var(--color-ink)}.btn-outline-dark:hover{background:#18211f14}.navbar{left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:background-color var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast);z-index:1000}.navbar.scrolled,.navbar.menu-open{background:#f7f5eff0;border-bottom:1px solid var(--color-border);box-shadow:0 12px 30px #18211f14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1180px;width:min(100% - 40px,1180px)}.brand-link{align-items:center;display:inline-flex;gap:.75rem;text-decoration:none}.brand-logo{height:54px;object-fit:contain;width:54px}.brand-name{color:var(--color-ink);font-family:var(--font-brand);font-size:1.55rem}.desktop-menu{align-items:center;display:flex;gap:1.4rem}.nav-link{color:#18211fc7;font-family:var(--font-heading);font-size:.95rem;font-weight:700;text-decoration:none;transition:color var(--transition-fast)}.nav-link:hover{color:var(--color-primary)}.nav-book-button{min-height:44px;padding:.72rem 1rem}.mobile-toggle{align-items:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;color:var(--color-ink);display:none;height:44px;justify-content:center;width:44px}.mobile-menu{display:none}.hero-modern{background:radial-gradient(circle at 70% 20%,rgba(216,155,43,.22),transparent 28%),radial-gradient(circle at 18% 78%,rgba(15,118,110,.16),transparent 30%),linear-gradient(135deg,#fbfaf4,#eef5f1 48%,#f6eee2);min-height:100vh;overflow:hidden;padding:8.4rem 0 5.5rem;position:relative}.hero-grid{align-items:center;display:grid;gap:4rem;grid-template-columns:minmax(0,.9fr) minmax(420px,1fr);position:relative;z-index:1}.hero-glow{border-radius:999px;filter:blur(10px);opacity:.7;pointer-events:none;position:absolute}.hero-glow-one{animation:driftOne 12s ease-in-out infinite;background:#0f766e2e;height:340px;right:6%;top:12%;width:340px}.hero-glow-two{animation:driftTwo 14s ease-in-out infinite;background:#d89b2b33;bottom:5%;height:280px;left:-4%;width:280px}.hero-content{max-width:710px}.hero-kicker{align-items:center;background:#0f766e1a;border:1px solid rgba(15,118,110,.14);border-radius:999px;color:var(--color-primary);display:inline-flex;gap:.45rem;font-family:var(--font-heading);font-size:.82rem;font-weight:800;letter-spacing:.05em;margin-bottom:1.25rem;padding:.48rem .8rem;text-transform:uppercase}.hero-title{color:var(--color-ink);font-size:clamp(3.1rem,6vw,5.6rem);letter-spacing:0;margin-bottom:1.25rem}.hero-copy{color:var(--color-text-muted);font-size:1.2rem;margin-bottom:2rem;max-width:620px}.hero-actions{display:flex;flex-wrap:wrap;gap:.9rem}.hero-metrics{align-items:center;display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2.2rem;max-width:680px}.hero-metrics div{background:#ffffffb3;border:1px solid var(--color-border);border-radius:8px;box-shadow:0 16px 34px #18211f0f;padding:1rem}.hero-metrics strong,.hero-metrics span{display:block}.hero-metrics strong{color:var(--color-ink);font-family:var(--font-heading);font-size:1.1rem;line-height:1.2}.hero-metrics span{color:var(--color-text-muted);font-size:.92rem;margin-top:.2rem}.hero-product-stage{min-height:620px;position:relative}.hero-product-stage:before{animation:rotateHalo 16s linear infinite;background:conic-gradient(from 120deg,#0f766e33,#d89b2b52,#0f766e33);border-radius:999px;content:"";height:470px;inset:60px 30px auto auto;opacity:.52;position:absolute;width:470px}.hero-product-stage:after{background:#fff9;border:1px solid rgba(255,255,255,.7);border-radius:999px;content:"";height:410px;position:absolute;right:60px;top:88px;width:410px}.hero-product-card{background:#ffffffbd;border:1px solid rgba(255,255,255,.78);border-radius:18px;box-shadow:0 28px 80px #18211f2e;padding:1rem;position:absolute;z-index:2}.hero-product-card img{border-radius:12px;height:420px;object-fit:contain;width:290px}.hero-product-card-front{right:210px;top:80px}.hero-product-card-back{right:24px;top:160px}.hero-badge{align-items:center;background:var(--color-footer);border-radius:999px;bottom:84px;box-shadow:0 18px 40px #18211f38;color:var(--color-white);display:inline-flex;font-family:var(--font-heading);font-weight:800;gap:.6rem;padding:.85rem 1rem;position:absolute;right:210px;z-index:3}.features-section,.testimonials-section{background:var(--color-section);padding:6.5rem 0}.features-grid,.testimonials-grid{display:grid;gap:1.35rem;grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card,.testimonial-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;box-shadow:var(--shadow-soft);transition:box-shadow var(--transition-fast),transform var(--transition-fast),border-color var(--transition-fast)}.feature-card:hover,.testimonial-card:hover{border-color:#0f766e38;box-shadow:var(--shadow-hover)}.feature-card{padding:2rem}.feature-icon{align-items:center;background:#0f766e17;border-radius:8px;color:var(--color-primary);display:flex;height:54px;justify-content:center;margin-bottom:1.5rem;width:54px}.feature-card h3{font-size:1.32rem;margin-bottom:.75rem}.feature-card p,.testimonial-card p{color:var(--color-text-muted)}.product-section{background:linear-gradient(180deg,#eef5f1,#f7f5ef);padding:6.5rem 0}.product-header{align-items:end;display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:2.5rem}.product-card{background:linear-gradient(135deg,#fffffff5,#ffffffd6),radial-gradient(circle at top left,rgba(216,155,43,.2),transparent 35%);border:1px solid rgba(15,118,110,.18);border-radius:18px;box-shadow:var(--shadow-soft);display:grid;gap:2rem;grid-template-columns:1.2fr .8fr;overflow:hidden;padding:2rem}.product-gallery{align-items:center;background:radial-gradient(circle at center,rgba(216,155,43,.16),transparent 48%),#f8faf8;border:1px solid rgba(15,118,110,.1);border-radius:14px;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));min-height:420px;padding:1.25rem}.product-image{height:360px;object-fit:contain;width:100%}.product-highlights{display:flex;flex-wrap:wrap;gap:.55rem;margin:0 0 1.6rem}.product-highlights span{background:#0f766e14;border:1px solid rgba(15,118,110,.12);border-radius:999px;color:var(--color-primary-dark);font-family:var(--font-heading);font-size:.8rem;font-weight:800;padding:.4rem .7rem}.product-details{align-self:center}.product-tag{background:#d89b2b29;border-radius:999px;color:#7b4a0c;display:inline-flex;font-family:var(--font-heading);font-size:.82rem;font-weight:800;margin-bottom:1rem;padding:.35rem .8rem}.product-details h3{font-size:2.1rem;margin-bottom:.85rem}.product-description{color:var(--color-text-muted);margin-bottom:1.5rem}.product-price-row{align-items:center;display:flex;gap:1rem;justify-content:space-between}.product-price{color:var(--color-primary);font-family:var(--font-heading);font-size:2.2rem;font-weight:800}.order-section{background:radial-gradient(circle at 80% 20%,rgba(15,118,110,.12),transparent 30%),var(--color-background);padding:6.5rem 0}.order-panel{background:var(--color-footer);border-radius:20px;box-shadow:0 26px 80px #10181638;color:#ffffffc7;overflow:hidden;padding:3rem;position:relative}.order-panel:before{background:linear-gradient(90deg,#0f766e00,#0f766e8c,#d89b2b00);content:"";height:1px;left:0;position:absolute;right:0;top:0}.order-heading .section-title{color:var(--color-white)}.order-heading .section-copy{color:#ffffffa8}.order-steps{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr));margin:2rem 0}.order-step{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.3rem;position:relative}.order-step-number{color:#ffffff38;font-family:var(--font-heading);font-size:2rem;font-weight:800;position:absolute;right:1rem;top:.55rem}.order-step-icon{align-items:center;background:#0f766e33;border-radius:10px;color:#7dd3c7;display:flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.order-step h3{color:var(--color-white);font-size:1.08rem;margin-bottom:.55rem}.order-step p{color:#ffffffa3;font-size:.96rem}.order-cta{width:fit-content}.instagram-section{background:linear-gradient(135deg,#fbfaf4,#fff 52%,#eef5f1);padding:6.5rem 0}.instagram-grid{align-items:center;display:grid;gap:3rem;grid-template-columns:.85fr 1.15fr}.instagram-card{align-items:center;display:flex;justify-content:center;min-height:480px;position:relative}.instagram-card:before{animation:rotateHalo 18s linear infinite;background:conic-gradient(from 90deg,#0f766e38,#d89b2b47,#0f766e38);border-radius:999px;content:"";height:390px;position:absolute;width:390px}.instagram-phone{background:#111816;border:10px solid #1d2825;border-radius:32px;box-shadow:0 28px 70px #10181638;color:var(--color-white);padding:1rem;position:relative;width:285px;z-index:2}.instagram-phone-top,.instagram-phone-bottom{align-items:center;display:flex;gap:.55rem;justify-content:center}.instagram-phone-top{font-family:var(--font-heading);font-weight:800;padding:.4rem 0 .9rem}.instagram-phone-bottom{color:#ffffffbd;font-size:.92rem;padding:.9rem 0 .25rem}.instagram-qr-large{background:var(--color-white);border-radius:18px;overflow:hidden;padding:.75rem;position:relative}.instagram-qr-large img{border-radius:12px;width:100%}.qr-scan-line{background:linear-gradient(90deg,transparent,rgba(15,118,110,.9),transparent);height:2px;left:.9rem;position:absolute;right:.9rem;top:1rem}.instagram-pack{background:#ffffffbd;border:1px solid rgba(255,255,255,.8);border-radius:18px;box-shadow:0 22px 64px #18211f2e;height:280px;object-fit:contain;padding:.75rem;position:absolute;right:5%;top:55%;width:190px;z-index:3}.floating-whatsapp{align-items:center;background:#25d366;border-radius:999px;bottom:22px;box-shadow:0 18px 42px #25d36652;color:#082017;display:inline-flex;font-family:var(--font-heading);font-weight:800;gap:.55rem;min-height:52px;padding:.9rem 1.2rem;position:fixed;right:22px;z-index:1100}.floating-pulse{animation:pulseDot 1.8s ease-in-out infinite;background:#082017;border-radius:999px;height:8px;width:8px}.testimonial-card{padding:2rem;position:relative}.quote-icon{color:var(--color-primary);margin-bottom:1rem}.testimonial-card p{font-style:italic;margin-bottom:1.4rem}.testimonial-card h4{font-size:1.05rem;margin-bottom:.2rem}.testimonial-location{color:var(--color-text-muted);font-size:.9rem}.footer{background:var(--color-footer);color:#ffffffd1;padding:5rem 0 2rem}.footer-grid{display:grid;gap:2.5rem;grid-template-columns:1.2fr .8fr 1fr .8fr;margin-bottom:3rem}.footer h2,.footer h3{color:var(--color-white)}.footer-brand{color:#f2c565;font-family:var(--font-brand);font-size:2rem;margin-bottom:.8rem}.footer p{max-width:320px}.footer-socials{display:flex;gap:.75rem;margin:1.4rem 0}.footer-socials a{align-items:center;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#f2c565;display:flex;height:40px;justify-content:center;transition:background-color var(--transition-fast),color var(--transition-fast);width:40px}.footer-socials a:hover{background:#ffffff29;color:var(--color-white)}.fssai-badge{align-items:center;background:var(--color-white);border-radius:8px;color:var(--color-ink);display:inline-flex;gap:.55rem;padding:.62rem .85rem}.fssai-badge strong{font-family:var(--font-heading)}.footer h3{font-size:1.05rem;margin-bottom:1.2rem}.footer ul{list-style:none}.footer li{margin-bottom:.8rem}.footer a{text-decoration:none}.footer-link{color:#ffffffbd;transition:color var(--transition-fast)}.footer-link:hover{color:var(--color-white)}.contact-item{align-items:flex-start;display:flex;gap:.75rem}.contact-item svg{color:#f2c565;flex:0 0 auto;margin-top:.2rem}.instagram-qr{background:var(--color-white);border-radius:8px;box-shadow:0 16px 44px #00000040;padding:.75rem;width:182px}.instagram-qr img{border-radius:6px;width:100%}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);color:#ffffff8f;font-size:.92rem;padding-top:1.6rem;text-align:center}@keyframes rotateHalo{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes driftOne{0%,to{transform:translateZ(0)}50%{transform:translate3d(-28px,22px,0)}}@keyframes driftTwo{0%,to{transform:translateZ(0)}50%{transform:translate3d(34px,-18px,0)}}@keyframes pulseDot{0%,to{box-shadow:0 0 #08201747;opacity:1}50%{box-shadow:0 0 0 10px #08201700;opacity:.65}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:#0f766e52;border-radius:999px}@media(max-width:920px){.desktop-menu{display:none}.mobile-toggle{display:flex}.mobile-menu{background:#f7f5effa;border-top:1px solid var(--color-border);display:grid;gap:.65rem;margin-top:1rem;padding:1rem 20px 1.2rem}.mobile-menu .nav-link{padding:.55rem 0}.hero-modern{min-height:auto;padding:7rem 0 4.5rem}.hero-grid,.instagram-grid{grid-template-columns:1fr}.hero-product-stage{min-height:520px}.hero-product-stage:before{right:50%;transform:translate(50%)}.hero-product-stage:after{left:50%;right:auto;transform:translate(-50%)}.hero-product-card-front{left:9%;right:auto}.hero-product-card-back{right:9%}.hero-badge{bottom:36px;right:50%;transform:translate(50%)}.features-grid,.testimonials-grid,.footer-grid,.product-card,.order-steps{grid-template-columns:1fr}.product-header{align-items:flex-start;flex-direction:column}.instagram-card{min-height:420px}}@media(max-width:620px){.section-shell,.nav-container{width:min(100% - 28px,1180px)}.section-title{font-size:2.1rem}.hero-copy{font-size:1.08rem}.hero-actions,.product-price-row,.hero-metrics{align-items:stretch;flex-direction:column}.hero-metrics{display:grid;grid-template-columns:1fr}.btn{width:100%}.features-section,.product-section,.testimonials-section,.order-section,.instagram-section{padding:4.5rem 0}.order-panel{border-radius:14px;padding:2rem 1.25rem}.product-gallery{grid-template-columns:1fr;min-height:auto}.product-image{height:280px}.hero-product-stage{min-height:470px}.hero-product-stage:before{height:330px;width:330px}.hero-product-stage:after{height:300px;top:78px;width:300px}.hero-product-card{padding:.65rem}.hero-product-card img{height:310px;width:205px}.hero-product-card-front{left:0;top:70px}.hero-product-card-back{right:0;top:130px}.hero-badge{bottom:30px;white-space:nowrap}.instagram-pack{display:none}.floating-whatsapp{bottom:14px;left:14px;right:14px;justify-content:center}}
