@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800&display=swap');
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Cairo,Arial,sans-serif;background:#071b16;color:#f4f1e8;line-height:1.8}.header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:14px 7%;background:rgba(7,27,22,.94);border-bottom:1px solid #bca66a55;backdrop-filter:blur(10px)}.brand{display:flex;align-items:center;gap:10px}.brand h1{margin:0;font-size:25px;color:#d7bd72}.brand small{color:#bfc9bf}.logo{width:42px;height:42px;border:1px solid #d7bd72;border-radius:50%;display:grid;place-items:center;color:#d7bd72;font-size:23px;font-family:Georgia}.header nav{display:flex;gap:22px}.header a{color:#eee;text-decoration:none}.hero{min-height:78vh;display:grid;grid-template-columns:1.3fr .7fr;align-items:center;gap:40px;padding:70px 9%;background:radial-gradient(circle at 70% 30%,#153d30 0,#071b16 45%)}.eyebrow{color:#d7bd72;letter-spacing:4px;font-size:13px}.hero h2{font-size:clamp(42px,7vw,78px);line-height:1.15;margin:8px 0 20px}.hero p{color:#cbd3cc;max-width:600px}.btn{display:inline-block;margin-top:22px;padding:12px 26px;border-radius:30px;background:#d7bd72;color:#071b16;font-weight:800;text-decoration:none}.hero-card{justify-self:center;text-align:center;padding:32px;border:1px solid #d7bd7255;border-radius:28px;background:#0b261f;box-shadow:0 20px 70px #0008}.bottle,.jar{margin:auto;width:150px;height:190px;border-radius:24px 24px 35px 35px;background:linear-gradient(120deg,#eee,#c8c3b5 48%,#eee);color:#163d30;display:grid;place-items:center;font:70px Georgia;box-shadow:inset 0 0 0 8px #d7bd7233}.jar{width:220px;height:250px;border-radius:22px}.section{padding:90px 9%}.section-title{text-align:center;margin-bottom:45px}.section-title span{color:#d7bd72}.section-title h2{font-size:36px;margin:4px}.product{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;max-width:1000px;margin:auto;background:#0b261f;border:1px solid #d7bd7233;border-radius:30px;padding:45px}.product-image{padding:20px}.product-info h3{font-size:38px;margin:8px 0}.product-info p,.product-info li{color:#c8d0ca}.product-info ul{padding-right:20px}.tag{color:#d7bd72}.price{font-size:34px;font-weight:800;color:#d7bd72;margin-top:18px}.price small{font-size:15px;color:#c8d0ca}.about{display:grid;grid-template-columns:1fr 1fr;gap:60px;background:#0a211b}.about h2{font-size:42px}.about p{color:#c8d0ca;font-size:18px}.contact{text-align:center}.payments{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-top:35px}.payments span,.payments small{border:1px solid #d7bd7233;padding:7px 13px;border-radius:20px}.payments small{width:100%;border:0;color:#aebbb2}footer{text-align:center;padding:25px;border-top:1px solid #d7bd7233;color:#9ea9a2}@media(max-width:700px){.header{padding:12px 5%}.header nav{display:none}.hero,.product,.about{grid-template-columns:1fr}.hero{padding:55px 7%}.product{padding:25px}.section{padding:65px 6%}}
