:root{--yellow:#f5c518;--yellow-dark:#d4a017;--yellow-light:#fff3cd;--gold:#b8860b;--dark:#1a1200;--dark2:#2d2000;--text:#2c2000;--text-light:#6b5a00;--white:#ffffff;--gray:#f8f6f0;--shadow:0 4px 24px rgba(245,197,24,.15);--radius:14px}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Outfit',sans-serif;background:var(--white);color:var(--text);line-height:1.7}
h1,h2,h3{font-family:'DM Serif Display',serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1140px;margin:0 auto;padding:0 24px}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--dark2);color:#fff;padding:16px 24px;z-index:9999;transform:translateY(100%);transition:transform .4s ease}
.cookie-banner.show{transform:translateY(0)}
.cookie-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.cookie-inner i{color:var(--yellow);flex-shrink:0;width:20px;height:20px}
.cookie-inner p{font-size:.82rem;flex:1}
.cookie-inner a{color:var(--yellow);text-decoration:underline}
.cookie-btns{display:flex;gap:8px}
.cbtn{padding:8px 18px;border-radius:6px;border:none;cursor:pointer;font-size:.8rem;font-weight:600;font-family:'Outfit',sans-serif}
.cbtn--accept{background:var(--yellow);color:var(--dark)}
.cbtn--decline{background:transparent;color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.2)}

.topbar{background:var(--dark2);padding:8px 0}
.topbar-inner{max-width:1140px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}
.topbar-inner span{display:flex;align-items:center;gap:6px;font-size:.75rem;color:rgba(255,255,255,.8);font-weight:500}
.topbar-inner i{width:13px;height:13px;color:var(--yellow)}

.header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:3px solid var(--yellow)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;gap:24px}
.logo{display:flex;align-items:center;gap:10px}
.logo-hex{width:38px;height:38px;background:var(--yellow);border-radius:8px;display:flex;align-items:center;justify-content:center}
.logo-hex i{width:20px;height:20px;color:var(--dark)}
.logo-text{display:flex;flex-direction:column;line-height:1}
.lt-zinc{font-family:'DM Serif Display',serif;font-size:1.2rem;color:var(--dark);line-height:1}
.lt-flex{font-family:'DM Serif Display',serif;font-size:1.2rem;color:var(--yellow-dark);line-height:1}
.logo-text small{font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}
.nav{display:flex;align-items:center;gap:20px}
.nav a{font-size:.85rem;font-weight:500;color:var(--text-light);transition:color .2s}
.nav a:hover{color:var(--yellow-dark)}
.nav-order{display:flex;align-items:center;gap:6px;background:var(--yellow);color:var(--dark) !important;padding:8px 18px;border-radius:8px;font-weight:700 !important;font-size:.82rem !important}
.nav-order i{width:14px;height:14px}
.hamburger{display:none;background:none;border:none;cursor:pointer}
.hamburger i{width:24px;height:24px;color:var(--dark)}

.hero{padding:60px 0 80px;background:linear-gradient(135deg,#fffdf0 0%,var(--yellow-light) 100%)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.hero-img-wrap{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 8px 40px rgba(245,197,24,.25)}
.hero-img-wrap img{width:100%}
.hero-img-tag{position:absolute;bottom:16px;left:16px;background:var(--yellow);color:var(--dark);padding:6px 14px;border-radius:20px;font-size:.75rem;font-weight:700;display:flex;align-items:center;gap:6px}
.hero-img-tag i{width:12px;height:12px}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:var(--yellow);color:var(--dark);padding:6px 14px;border-radius:20px;font-size:.78rem;font-weight:700;margin-bottom:16px}
.hero-badge i{width:14px;height:14px}
.hero-content h1{font-size:2.6rem;line-height:1.2;color:var(--dark);margin-bottom:16px}
.hl{color:var(--yellow-dark)}
.hero-sub{font-size:.95rem;color:var(--text-light);margin-bottom:24px}
.hero-features{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}
.hf{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:500;color:var(--text)}
.hf i{width:16px;height:16px;color:var(--yellow-dark);flex-shrink:0}
.hero-price-row{display:flex;align-items:center;gap:10px;margin-bottom:20px}
.hero-price-row del{font-size:1rem;color:var(--text-light)}
.hero-price-row strong{font-family:'DM Serif Display',serif;font-size:2.2rem;color:var(--dark)}
.price-tag{background:var(--yellow);color:var(--dark);padding:3px 10px;border-radius:12px;font-size:.72rem;font-weight:700}
.btn-zinc{display:inline-flex;align-items:center;gap:8px;background:var(--yellow);color:var(--dark);padding:14px 28px;border-radius:10px;font-weight:700;font-size:.9rem;border:none;cursor:pointer;transition:background .2s,transform .1s;font-family:'Outfit',sans-serif}
.btn-zinc:hover{background:var(--yellow-dark);transform:translateY(-1px)}
.btn-zinc i{width:16px;height:16px}
.btn-lg{font-size:1rem;padding:16px 32px}
.btn-full{width:100%;justify-content:center;font-size:1rem;padding:16px}
.btn-white{background:var(--white);color:var(--dark)}
.btn-white:hover{background:var(--yellow-light)}
.hero-trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:16px}
.hero-trust span{display:flex;align-items:center;gap:5px;font-size:.78rem;color:var(--text-light)}
.hero-trust i{width:13px;height:13px;color:var(--yellow-dark)}

.stats-bar{background:var(--dark2);padding:20px 0}
.stats-inner{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}
.stat{text-align:center;padding:8px 32px}
.stat strong{display:block;font-family:'DM Serif Display',serif;font-size:1.6rem;color:var(--yellow)}
.stat span{font-size:.75rem;color:rgba(255,255,255,.6)}
.stat-sep{width:1px;height:36px;background:rgba(255,255,255,.1)}

.sec-header{text-align:center;margin-bottom:48px}
.sec-label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}
.sec-title{font-size:2rem;color:var(--dark);margin-bottom:0}

.problem-sec{padding:80px 0;background:var(--white)}
.prob-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}
.prob-card{background:var(--gray);border-radius:var(--radius);padding:24px;text-align:center;border-top:3px solid var(--yellow)}
.pc-icon{width:48px;height:48px;background:var(--yellow-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.pc-icon i{width:22px;height:22px;color:var(--yellow-dark)}
.prob-card h3{font-size:.95rem;color:var(--dark);margin-bottom:8px}
.prob-card p{font-size:.82rem;color:var(--text-light)}
.prob-solution{background:linear-gradient(135deg,var(--dark2),var(--dark));border-radius:var(--radius);padding:24px 32px;display:flex;align-items:center;gap:20px}
.ps-icon{width:48px;height:48px;background:var(--yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ps-icon i{width:24px;height:24px;color:var(--dark)}
.ps-text strong{display:block;font-size:1rem;color:var(--yellow);margin-bottom:4px}
.ps-text p{font-size:.85rem;color:rgba(255,255,255,.75)}

.ingredients-sec{padding:80px 0;background:var(--yellow-light)}
.ing-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.ing-card{background:var(--white);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}
.ic-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.ic-num{font-family:'DM Serif Display',serif;font-size:2rem;color:rgba(245,197,24,.3);line-height:1}
.ic-icon{width:36px;height:36px;background:var(--yellow-light);border-radius:8px;display:flex;align-items:center;justify-content:center}
.ic-icon i{width:16px;height:16px;color:var(--yellow-dark)}
.ing-card h3{font-size:.9rem;color:var(--dark);margin-bottom:4px}
.ic-dose{font-size:.72rem;font-weight:700;color:var(--gold);margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}
.ing-card p{font-size:.78rem;color:var(--text-light);margin-bottom:12px}
.ic-bar{height:4px;background:var(--yellow-light);border-radius:2px}
.ic-fill{height:100%;background:linear-gradient(90deg,var(--yellow-dark),var(--yellow));border-radius:2px}

.how-sec{padding:80px 0;background:var(--white)}
.how-steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:16px;align-items:center}
.hs{background:var(--gray);border-radius:var(--radius);padding:32px 24px;text-align:center}
.hs-num{font-family:'DM Serif Display',serif;font-size:3rem;color:var(--yellow);line-height:1;margin-bottom:8px}
.hs-icon{width:48px;height:48px;background:var(--yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.hs-icon i{width:22px;height:22px;color:var(--dark)}
.hs h3{font-size:1rem;color:var(--dark);margin-bottom:8px}
.hs p{font-size:.82rem;color:var(--text-light)}
.hs-arrow{display:flex;align-items:center;justify-content:center}
.hs-arrow i{width:28px;height:28px;color:var(--yellow-dark)}

.reviews-sec{padding:80px 0;background:var(--yellow-light)}
.rev-summary{display:flex;align-items:center;gap:10px;justify-content:center;margin-top:8px}
.rs-stars{display:flex;gap:2px}
.rs-stars i{width:18px;height:18px;color:var(--yellow-dark);fill:var(--yellow-dark)}
.rev-summary strong{font-size:1.1rem;color:var(--dark)}
.rev-summary span{font-size:.82rem;color:var(--text-light)}
.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.rv{background:var(--white);border-radius:var(--radius);padding:24px;box-shadow:0 2px 12px rgba(245,197,24,.1)}
.rv-highlight{background:var(--dark2);border:2px solid var(--yellow)}
.rv-highlight p{color:rgba(255,255,255,.85)}
.rv-stars{display:flex;gap:2px;margin-bottom:12px}
.rv-stars i{width:13px;height:13px;color:var(--yellow-dark);fill:var(--yellow-dark)}
.rv p{font-size:.85rem;color:var(--text-light);margin-bottom:16px;font-style:italic}
.rv-author{display:flex;align-items:center;gap:10px}
.rv-av{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:var(--dark);flex-shrink:0}
.av-y{background:var(--yellow)}
.av-b{background:#3a7bd5;color:#fff}
.av-g{background:#27ae60;color:#fff}
.av-o{background:#e67e22;color:#fff}
.av-p{background:#9b59b6;color:#fff}
.rv-author strong{display:block;font-size:.85rem;color:var(--dark)}
.rv-highlight .rv-author strong{color:var(--yellow)}
.rv-author small{font-size:.72rem;color:var(--text-light)}
.rv-highlight .rv-author small{color:rgba(255,255,255,.5)}

.order-sec{padding:80px 0;background:var(--white)}
.order-wrap{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.ow-left img{border-radius:var(--radius);margin-bottom:20px}
.ow-info h3{font-size:1.4rem;color:var(--dark);margin-bottom:4px}
.ow-sku{font-size:.75rem;color:var(--text-light);margin-bottom:12px}
.ow-price{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.ow-price del{font-size:.9rem;color:var(--text-light)}
.ow-price strong{font-family:'DM Serif Display',serif;font-size:2rem;color:var(--dark)}
.ow-price span{background:var(--yellow);color:var(--dark);padding:3px 10px;border-radius:12px;font-size:.72rem;font-weight:700}
.ow-list{list-style:none;display:flex;flex-direction:column;gap:8px}
.ow-list li{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--text-light)}
.ow-list i{width:14px;height:14px;color:var(--yellow-dark);flex-shrink:0}
.ow-form-wrap{background:var(--gray);border-radius:20px;padding:32px}
.ow-form-wrap h3{font-size:1.1rem;color:var(--dark);margin-bottom:20px;display:flex;align-items:center;gap:8px}
.ow-form-wrap h3 i{width:18px;height:18px;color:var(--yellow-dark)}
.fg{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}
.fg label{font-size:.78rem;font-weight:600;color:var(--dark)}
.fg input,.fg select,.fg textarea{padding:10px 14px;border:1.5px solid rgba(245,197,24,.3);border-radius:8px;font-size:.88rem;font-family:'Outfit',sans-serif;background:var(--white);color:var(--text);outline:none;transition:border-color .2s}
.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--yellow-dark)}
.fg-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.fg-check{flex-direction:row;align-items:flex-start;gap:8px}
.fg-check input{width:16px;height:16px;margin-top:2px;flex-shrink:0;accent-color:var(--yellow-dark)}
.fg-check label{font-size:.78rem;color:var(--text-light);font-weight:400}
.fg-check a{color:var(--yellow-dark);text-decoration:underline}
.form-note{font-size:.72rem;color:var(--text-light);text-align:center;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:4px}
.form-note i{width:12px;height:12px}
.success-box{text-align:center;padding:40px 20px}
.success-box i{width:48px;height:48px;color:var(--yellow-dark);margin:0 auto 16px;display:block}
.success-box h3{font-size:1.4rem;color:var(--dark);margin-bottom:8px}
.success-box p{font-size:.88rem;color:var(--text-light)}

.guarantee-sec{padding:64px 0;background:var(--dark2)}
.guar-inner{display:flex;align-items:center;gap:32px;flex-wrap:wrap;justify-content:center}
.gi-icon{width:80px;height:80px;background:var(--yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.gi-icon i{width:40px;height:40px;color:var(--dark)}
.gi-text{flex:1;min-width:280px}
.gi-text h2{font-size:1.6rem;color:var(--yellow);margin-bottom:8px}
.gi-text p{font-size:.88rem;color:rgba(255,255,255,.75)}

.faq-sec{padding:80px 0;background:var(--yellow-light)}
.faq-list{display:flex;flex-direction:column;gap:10px;max-width:760px;margin:0 auto}
.faq-item{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:0 2px 8px rgba(245,197,24,.1)}
.faq-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 22px;background:none;border:none;cursor:pointer;font-family:'Outfit',sans-serif;font-size:.9rem;font-weight:600;color:var(--dark);text-align:left;gap:12px}
.faq-btn i{width:18px;height:18px;color:var(--yellow-dark);flex-shrink:0;transition:transform .3s}
.faq-item.open .faq-btn i{transform:rotate(180deg)}
.faq-body{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-item.open .faq-body{max-height:300px}
.faq-body p{padding:0 22px 18px;font-size:.85rem;color:var(--text-light)}
.faq-body a{color:var(--yellow-dark);text-decoration:underline}

.contact-sec{padding:80px 0;background:var(--white)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px}
.cg-info{display:flex;flex-direction:column;gap:20px}
.ci-item{display:flex;align-items:flex-start;gap:14px}
.ci-icon{width:40px;height:40px;background:var(--yellow-light);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ci-icon i{width:18px;height:18px;color:var(--yellow-dark)}
.ci-item div{display:flex;flex-direction:column;gap:2px}
.ci-item strong{font-size:.9rem;color:var(--dark)}
.ci-item span,.ci-item a{font-size:.82rem;color:var(--text-light)}
.cg-form{background:var(--gray);border-radius:20px;padding:32px}
.cg-form h3{font-size:1.1rem;color:var(--dark);margin-bottom:20px}

.footer{background:var(--dark2);color:rgba(255,255,255,.65);padding:64px 0 0}
.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px}
.ft-logo{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.ft-logo i{width:18px;height:18px;color:var(--yellow)}
.ft-logo span{font-family:'DM Serif Display',serif;font-size:1rem;color:var(--yellow)}
.ft-brand p{font-size:.8rem;line-height:1.6;margin-bottom:8px}
.ft-legal{font-size:.72rem !important;opacity:.5}
.ft-col h4{font-size:.8rem;font-weight:700;color:var(--yellow);letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}
.ft-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.ft-col li{font-size:.8rem;display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.6)}
.ft-col li i{width:12px;height:12px;color:var(--yellow);flex-shrink:0}
.ft-col a{color:rgba(255,255,255,.6);transition:color .2s}
.ft-col a:hover{color:var(--yellow)}
.cookie-manage-btn{background:none;border:none;color:rgba(255,255,255,.6);cursor:pointer;font-size:.8rem;font-family:'Outfit',sans-serif;padding:0;text-align:left;transition:color .2s}
.cookie-manage-btn:hover{color:var(--yellow)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;text-align:center}
.footer-bottom p{font-size:.72rem;color:rgba(255,255,255,.3);margin-bottom:2px}
.footer-bottom a{color:rgba(245,197,24,.5)}

@media(max-width:1100px){.ing-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:1024px){.hero-grid,.order-wrap,.contact-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.prob-grid{grid-template-columns:repeat(2,1fr)}.how-steps{grid-template-columns:1fr;gap:8px}.hs-arrow{transform:rotate(90deg)}}
@media(max-width:768px){.nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--white);flex-direction:column;justify-content:center;align-items:center;gap:32px;z-index:99}.nav.open{display:flex}.nav a{font-size:1.2rem}.hamburger{display:block;z-index:100}.rev-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.prob-grid{grid-template-columns:1fr}.ing-grid{grid-template-columns:1fr 1fr}.fg-row{grid-template-columns:1fr}.stats-inner{gap:0}.stat{padding:8px 16px}.stat-sep{display:none}.topbar-inner{gap:16px}}
