:root{--primary:#304F66;--primary-dark:#1e3a4f;--primary-light:#4a7a9b;--cta:#FFCE12;--cta-hover:#e6b800;--bg-light:#f8f9fa;--bg-form:#EFE6EB;--white:#fff;--text:#333;--text-light:#555;--star:#f5a623;--radius:8px;--shadow:0 2px 12px rgba(0,0,0,.08)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:var(--text);line-height:1.6;background:var(--white)}
img{max-width:100%;height:auto;display:block}
a{color:var(--primary);text-decoration:none;transition:color .2s}
a:hover{color:var(--primary-dark)}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{line-height:1.3;color:var(--primary)}
h1{font-size:2rem}
h2{font-size:1.65rem;margin-bottom:.8rem}
h3{font-size:1.25rem}
p{margin-bottom:1rem}
.container{max-width:1100px;margin:0 auto;padding:0 1rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

/* HEADER */
.site-header{position:sticky;top:0;z-index:1000;background:var(--primary);box-shadow:0 2px 8px rgba(0,0,0,.15)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;max-width:1100px;margin:0 auto}
.logo a{color:var(--white);font-weight:700;font-size:1.15rem;white-space:nowrap}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.4rem}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--white);margin:5px 0;transition:transform .3s}
.main-nav ul{display:flex;align-items:center;gap:.2rem}
.main-nav a{color:rgba(255,255,255,.9);padding:.45rem .7rem;border-radius:var(--radius);font-size:.9rem;transition:background .2s,color .2s}
.main-nav a:hover,.main-nav a:focus{background:rgba(255,255,255,.15);color:var(--white)}
.btn-header-cta{background:var(--cta)!important;color:var(--text)!important;font-weight:700;padding:.5rem 1.1rem!important;border-radius:var(--radius)!important;white-space:nowrap}
.btn-header-cta:hover{background:var(--cta-hover)!important}

/* HERO */
.hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);padding:3rem 0 2.5rem;overflow:hidden}
.hero-inner{display:flex;align-items:center;gap:2.5rem}
.hero-img{flex:0 0 380px;text-align:center}
.hero-img img{margin:0 auto;border-radius:12px}
.hero-content{flex:1}
.hero h1{color:var(--white);font-size:2.2rem;margin-bottom:.6rem}
.hero .subtitle{font-size:1.15rem;opacity:.92;margin-bottom:1.2rem;line-height:1.5}
.hero-badges{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem}
.hero-badge{background:rgba(255,255,255,.15);padding:.4rem .9rem;border-radius:20px;font-size:.85rem;display:flex;align-items:center;gap:.35rem}
.hero-badge svg{width:16px;height:16px;fill:var(--cta)}
.hero-social{font-size:.9rem;opacity:.8;margin-top:.8rem}
.hero-price{display:inline-block;background:var(--cta);color:var(--text);font-size:1.5rem;font-weight:800;padding:.5rem 1.5rem;border-radius:var(--radius);margin-bottom:1rem}
.hero-price small{font-size:.85rem;font-weight:400;text-decoration:line-through;opacity:.7;margin-right:.4rem}
.stars{color:var(--star);font-size:1.1rem;letter-spacing:2px}
.stars-text{font-size:.85rem;color:rgba(255,255,255,.8);margin-left:.4rem}

/* CTA BUTTONS */
.btn-cta{display:inline-block;background:var(--cta);color:var(--text);font-weight:700;font-size:1.15rem;padding:.9rem 2.2rem;border-radius:var(--radius);border:none;cursor:pointer;text-align:center;transition:background .2s,transform .15s;box-shadow:0 4px 15px rgba(255,206,18,.35);line-height:1.3}
.btn-cta:hover{background:var(--cta-hover);transform:translateY(-1px);color:var(--text)}
.btn-cta:active{transform:translateY(0)}
.btn-cta:focus-visible{outline:3px solid var(--primary);outline-offset:2px}
.cta-wrap{text-align:center;margin:2rem 0}
.cta-sub{display:block;text-align:center;font-size:.85rem;color:var(--text-light);margin-top:.45rem}

/* SECTIONS */
section{padding:3rem 0}
section:nth-child(even){background:var(--bg-light)}
.section-title{text-align:center;margin-bottom:2rem;position:relative}
.section-title::after{content:'';display:block;width:60px;height:3px;background:var(--cta);margin:.6rem auto 0}

/* BENEFITS */
.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.benefit-card{background:var(--white);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);text-align:center;transition:transform .2s}
.benefit-card:hover{transform:translateY(-3px)}
.benefit-icon{width:56px;height:56px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .8rem}
.benefit-icon svg{width:28px;height:28px;fill:var(--white)}
.benefit-card h3{margin-bottom:.4rem}
.benefit-card p{font-size:.92rem;color:var(--text-light);margin-bottom:0}

/* INGREDIENTS */
.ingredients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}
.ingredient-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);text-align:center}
.ingredient-card img{width:100%;height:180px;object-fit:cover}
.ingredient-card .card-body{padding:1rem}
.ingredient-card h3{margin-bottom:.3rem;font-size:1.05rem}
.ingredient-card p{font-size:.88rem;color:var(--text-light);margin-bottom:0}

/* REVIEWS */
.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}
.review-card{background:var(--white);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}
.review-header{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem}
.review-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.review-meta h4{margin-bottom:.15rem;font-size:.95rem;color:var(--text)}
.review-meta span{font-size:.8rem;color:var(--text-light)}
.review-stars{color:var(--star);font-size:.95rem;margin-bottom:.5rem}
.review-card p{font-size:.92rem;color:var(--text-light);margin-bottom:0;font-style:italic}
.aggregate-rating{text-align:center;margin-bottom:2rem;padding:1rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);display:inline-block}
.aggregate-wrap{text-align:center}
.aggregate-rating .big-rating{font-size:2.5rem;font-weight:800;color:var(--primary)}
.aggregate-rating .stars{font-size:1.4rem}

/* WHERE TO BUY */
.where-buy-content{max-width:750px;margin:0 auto}
.where-buy-content ul{margin:1rem 0}
.where-buy-content li{padding:.5rem 0 .5rem 1.8rem;position:relative;font-size:.95rem}
.where-buy-content li::before{content:'✓';position:absolute;left:0;color:var(--primary);font-weight:700;font-size:1.1rem}

/* HOW TO USE */
.usage-steps{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}
.usage-step{flex:1;min-width:250px;max-width:350px;background:var(--white);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);text-align:center}
.step-number{width:48px;height:48px;background:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin:0 auto .8rem}

/* HOW TO ORDER */
.order-steps{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:1.5rem}
.order-step{flex:1;min-width:200px;max-width:280px;text-align:center;padding:1.2rem}
.order-step .step-number{background:var(--cta);color:var(--text)}
.order-step h3{margin:.5rem 0 .3rem}
.order-step p{font-size:.9rem;color:var(--text-light);margin-bottom:0}

/* ORDER FORM */
.form-section{background:var(--bg-form);padding:3rem 0}
.form-wrapper{max-width:550px;margin:0 auto;background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.1)}
.form-header{text-align:center;margin-bottom:1.5rem}
.form-header img{margin:0 auto 1rem;border-radius:8px}
.form-header h2{font-size:1.3rem}
.form-header p{font-size:.95rem;color:var(--text-light)}
.form-group{margin-bottom:1rem}
.form-group label{display:block;font-weight:600;margin-bottom:.3rem;font-size:.9rem;color:var(--text)}
.form-group input{width:100%;padding:.75rem 1rem;border:2px solid #ddd;border-radius:var(--radius);font-size:1rem;transition:border-color .2s;-webkit-appearance:none;appearance:none}
.form-group input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px rgba(48,79,102,.15)}
.form-group input.error{border-color:#dc3545}
.form-group .error-msg{color:#dc3545;font-size:.8rem;margin-top:.25rem;display:none}
.form-group input.error+.error-msg{display:block}
.btn-submit{width:100%;background:var(--cta);color:var(--text);font-weight:700;font-size:1.2rem;padding:1rem;border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 15px rgba(255,206,18,.35)}
.btn-submit:hover{background:var(--cta-hover)}
.btn-submit:disabled{opacity:.7;cursor:not-allowed}
.btn-submit .spinner{display:none;width:20px;height:20px;border:3px solid rgba(0,0,0,.2);border-top-color:var(--text);border-radius:50%;animation:spin .6s linear infinite}
.btn-submit.loading .spinner{display:inline-block}
.btn-submit.loading .btn-text{display:none}
@keyframes spin{to{transform:rotate(360deg)}}
.form-footer{text-align:center;margin-top:.8rem;font-size:.78rem;color:var(--text-light)}
.form-footer a{color:var(--primary);text-decoration:underline}
.trust-badges{display:flex;justify-content:center;gap:1.2rem;margin-top:1.2rem;flex-wrap:wrap}
.trust-badge{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--text-light);background:var(--bg-light);padding:.4rem .8rem;border-radius:20px}
.trust-badge svg{width:18px;height:18px;fill:var(--primary)}

/* FAQ */
.faq-list{max-width:750px;margin:0 auto}
.faq-item{border-bottom:1px solid #e0e0e0;padding:0}
.faq-question{width:100%;background:none;border:none;padding:1.1rem 2.5rem 1.1rem 0;font-size:1rem;font-weight:600;text-align:left;cursor:pointer;color:var(--text);position:relative;font-family:inherit;line-height:1.4}
.faq-question::after{content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.5rem;color:var(--primary);transition:transform .2s}
.faq-item.active .faq-question::after{content:'−'}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 0 0 0}
.faq-answer-inner{padding:0 0 1rem;font-size:.93rem;color:var(--text-light);line-height:1.6}
.faq-item.active .faq-answer{max-height:500px}

/* CONTRAINDICATIONS */
.contra-content{max-width:750px;margin:0 auto}
.contra-content ul{margin:.8rem 0}
.contra-content li{padding:.35rem 0 .35rem 1.5rem;position:relative;font-size:.93rem}
.contra-content li::before{content:'•';position:absolute;left:.3rem;color:var(--primary);font-weight:700}

/* STICKY BAR MOBILE */
.sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:999;background:var(--white);box-shadow:0 -2px 10px rgba(0,0,0,.12);padding:.6rem 1rem;align-items:center;justify-content:space-between}
.sticky-bar .sticky-price{font-weight:700;color:var(--primary);font-size:1rem}
.sticky-bar .sticky-price small{text-decoration:line-through;color:var(--text-light);font-weight:400;font-size:.8rem;display:block;line-height:1}
.sticky-bar .btn-cta{padding:.6rem 1.3rem;font-size:.95rem}

/* FOOTER */
.site-footer{background:var(--primary-dark);color:rgba(255,255,255,.85);padding:2rem 0 1rem}
.footer-inner{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:1.5rem}
.footer-col h4{color:var(--white);margin-bottom:.6rem;font-size:.95rem}
.footer-col a{color:rgba(255,255,255,.75);font-size:.88rem;display:block;padding:.2rem 0;transition:color .2s}
.footer-col a:hover{color:var(--white)}
.footer-disclaimer{border-top:1px solid rgba(255,255,255,.15);padding-top:1rem;font-size:.75rem;color:rgba(255,255,255,.55);text-align:center;line-height:1.5}
.footer-copy{text-align:center;font-size:.78rem;color:rgba(255,255,255,.45);margin-top:.8rem}

/* RESPONSIVE */
@media(max-width:768px){
  .nav-toggle{display:block}
  .main-nav{position:absolute;top:100%;left:0;right:0;background:var(--primary-dark);max-height:0;overflow:hidden;transition:max-height .3s}
  .main-nav.open{max-height:400px}
  .main-nav ul{flex-direction:column;padding:.5rem 1rem}
  .main-nav a{padding:.6rem .5rem;display:block}
  .btn-header-cta-mobile{display:flex!important}
  .hero-inner{flex-direction:column-reverse;text-align:center}
  .hero-img{flex:none;width:100%;max-width:300px;margin:0 auto}
  .hero h1{font-size:1.6rem}
  .hero-badges{justify-content:center}
  .hero-price{font-size:1.25rem}
  h2{font-size:1.35rem}
  section{padding:2rem 0}
  .benefits-grid{grid-template-columns:1fr}
  .ingredients-grid{grid-template-columns:repeat(2,1fr)}
  .reviews-grid{grid-template-columns:1fr}
  .sticky-bar{display:flex}
  body{padding-bottom:60px}
  .form-wrapper{padding:1.2rem;margin:0 .5rem}
  .footer-inner{flex-direction:column;gap:1rem}
}
@media(max-width:480px){
  .ingredients-grid{grid-template-columns:1fr}
  .hero-img{max-width:240px}
  .hero h1{font-size:1.35rem}
  .btn-cta{font-size:1rem;padding:.8rem 1.5rem}
}

/* SECONDARY PAGES */
.page-content{max-width:800px;margin:0 auto;padding:2rem 1rem}
.page-content h1{margin-bottom:1.5rem;font-size:1.8rem}
.page-content h2{font-size:1.3rem;margin-top:1.5rem}
.page-content p,.page-content li{font-size:.93rem;line-height:1.7}
.page-content ul{margin:.8rem 0 .8rem 1.2rem}
.page-content ul li{list-style:disc;margin-bottom:.3rem}

/* CONTACT FORM */
.contact-form{max-width:550px;margin:2rem auto}
.contact-form textarea{width:100%;padding:.75rem 1rem;border:2px solid #ddd;border-radius:var(--radius);font-size:1rem;font-family:inherit;resize:vertical;min-height:120px;transition:border-color .2s}
.contact-form textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px rgba(48,79,102,.15)}
.checkbox-group{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1rem}
.checkbox-group input[type="checkbox"]{margin-top:.3rem;width:18px;height:18px;flex-shrink:0}
.checkbox-group label{font-size:.85rem;color:var(--text-light)}

/* THANK YOU */
.thankyou-section{text-align:center;padding:4rem 1rem}
.thankyou-section .check-icon{width:80px;height:80px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}
.thankyou-section .check-icon svg{width:40px;height:40px;fill:var(--white)}
.thankyou-section h1{margin-bottom:1rem}
.thankyou-section p{font-size:1.05rem;color:var(--text-light);max-width:550px;margin:0 auto 1.5rem}
