:root{--primary:#0d5f56;--primary-mid:#1a7a6f;--primary-dark:#063d36;--soft:#e3f0ed;--soft-mid:#a9cbc4;--cyan:#d49426;--cyan-dark:#a87408;--coral:#e88a6b;--green-check:#1f7a3e;--red-soft:#c94c3c;--white:#fff;--cream:#f6f2ea;--gray-100:#eeeae0;--gray-200:#d6d1c2;--gray-600:#525264;--gray-800:#1a1d28;--font-display:'Playfair Display',Georgia,serif;--font-body:'DM Sans',system-ui,sans-serif;--radius:12px;--shadow-sm:0 2px 12px rgba(6,61,54,.08);--shadow-md:0 8px 40px rgba(6,61,54,.12);--shadow-lg:0 20px 60px rgba(6,61,54,.18)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;font-size:18px;overflow-x:hidden!important;max-width:100vw;width:100%}body{font-family:var(--font-body);color:var(--gray-800);background:var(--white);line-height:1.7}img{max-width:100%!important;height:auto!important;display:block}a{color:inherit;text-decoration:none;transition:.2s}ul{list-style:none}.container{max-width:1160px;margin:0 auto;padding:0 24px;overflow:hidden}.container--narrow{max-width:860px;margin:0 auto;padding:0 24px}
.section-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--primary);background:var(--soft);padding:6px 16px;border-radius:999px;margin-bottom:16px}
.section-title{font-family:var(--font-display);font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.2;color:var(--primary-dark);margin-bottom:18px}.section-title span{color:var(--cyan)}
.lead{font-size:1.1rem;color:var(--gray-600);line-height:1.8;max-width:680px}
.text-center{text-align:center}.text-center .lead{margin:0 auto}
.btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-body);font-weight:700;font-size:1rem;padding:16px 36px;border-radius:999px;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;text-decoration:none}.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--cyan) 0%,var(--cyan-dark) 100%);color:#fff;box-shadow:0 6px 24px rgb(212 148 38/.45);font-size:1.05rem;padding:18px 44px}.btn-primary:hover{box-shadow:0 10px 32px rgb(212 148 38/.55)}
.btn-outline{background:#fff0;border:2px solid var(--primary);color:var(--primary);padding:14px 32px}.btn-outline:hover{background:var(--primary);color:#fff}
.btn-white{background:#fff;color:var(--primary-dark);box-shadow:var(--shadow-md);padding:16px 36px}
.topbar{background:linear-gradient(90deg,var(--primary-dark) 0%,var(--primary) 100%);color:#fff;text-align:center;padding:10px 24px;font-size:.85rem;font-weight:600}.topbar span{color:var(--cyan)}
.navbar{background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;max-width:1160px;margin:0 auto}.navbar__logo{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-size:1.5rem;font-weight:900;color:var(--primary-dark);white-space:nowrap}.navbar__logo img{width:38px;height:38px;border-radius:8px}.navbar__logo span{display:inline}.navbar__logo em{color:var(--cyan);font-style:normal}.navbar__nav{display:flex;gap:28px;align-items:center}.navbar__nav a{font-size:.9rem;font-weight:600;color:var(--gray-800)}.navbar__nav a:hover{color:var(--primary)}.navbar__cta .btn{padding:11px 26px;font-size:.9rem}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}.hamburger span{width:24px;height:2.5px;background:var(--primary-dark);border-radius:2px;display:block}
.mobile-nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--white);z-index:9999;flex-direction:column;padding:80px 32px 32px;gap:8px;overflow-y:auto}.mobile-nav.active{display:flex}.mobile-nav a{font-size:1.05rem;font-weight:500;padding:14px 0;border-bottom:1px solid var(--gray-200);color:var(--primary-dark)}.mobile-nav .close-btn{position:absolute;top:20px;right:24px;font-size:28px;cursor:pointer;background:none;border:none;color:var(--primary-dark)}
.hero{background:linear-gradient(160deg,var(--primary-dark) 0%,var(--primary) 55%,#031e1a 100%);padding:52px 0 56px;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgb(212 148 38/.22) 0%,transparent 70%);pointer-events:none}.hero::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:40px;background:var(--white);clip-path:ellipse(55% 100% at 50% 100%)}
.hero__grid{display:grid;grid-template-columns:1fr 1.15fr;gap:48px;align-items:center}
.hero__badge{display:inline-flex;align-items:center;gap:8px;background:rgb(255 255 255/.1);border:1px solid rgb(255 255 255/.2);backdrop-filter:blur(8px);color:var(--cyan);font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:7px 18px;border-radius:999px;margin-bottom:24px}
.hero__title{font-family:var(--font-display);font-size:clamp(1.9rem,4.5vw,2.8rem);line-height:1.15;color:#fff;margin-bottom:14px}.hero__title em{font-style:normal;color:var(--cyan);display:block}
.hero__subtitle{font-size:1rem;color:rgb(255 255 255/.8);line-height:1.7;margin-bottom:20px}
.hero__rating{display:flex;align-items:center;gap:14px;margin-bottom:18px;color:var(--cyan);font-size:1.2rem}.hero__rating-text{color:rgb(255 255 255/.85);font-size:.9rem}.hero__rating-text strong{color:#fff}
.hero__actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.hero__price-note{font-size:.85rem;color:rgb(255 255 255/.6);margin-top:14px}.hero__price-note strong{color:var(--cyan)}
.hero__image-wrap{position:relative;display:flex;justify-content:center}.hero__image-wrap img{width:100%;max-width:620px;filter:drop-shadow(0 30px 60px rgb(0 0 0/.35));position:relative;z-index:1;animation:float 4s ease-in-out infinite}
.hero__glow{position:absolute;width:460px;height:460px;background:radial-gradient(circle,rgb(212 148 38/.28) 0%,transparent 70%);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.trust-bar{padding:48px 0;background:var(--white)}.trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.trust-badge{display:flex;flex-direction:column;align-items:center;gap:10px;padding:28px 20px;background:var(--cream);border:1px solid var(--soft-mid);border-radius:var(--radius);text-align:center;transition:box-shadow .2s,transform .2s}.trust-badge:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.trust-badge .icon{width:56px;height:56px;background:var(--soft);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px}
.trust-badge h3{font-size:.95rem;font-weight:700;color:var(--primary-dark)}.trust-badge p{font-size:.82rem;color:var(--gray-600);line-height:1.5}
.section{padding:80px 0}.section-alt{background:var(--cream)}
.pricing-section{padding:64px 0;text-align:center;background:var(--white);overflow:hidden}
.about-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:center}.about-grid img{border-radius:20px;box-shadow:var(--shadow-lg)}.about-grid .text h2{font-family:var(--font-display);font-size:2rem;color:var(--primary-dark);margin-bottom:20px}.about-grid .text p{color:var(--gray-600);margin-bottom:16px;line-height:1.8}
.science__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:52px}
.science__step{text-align:center;padding:36px 28px;border-radius:20px;background:var(--cream);border:1px solid var(--soft-mid);position:relative;transition:box-shadow .3s,transform .3s}.science__step:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.science__step-num{width:54px;height:54px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;font-size:1.3rem;font-weight:900;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-family:var(--font-display)}
.science__step .icon{font-size:2.2rem;margin-bottom:16px}
.science__step h3{font-family:var(--font-display);font-size:1.2rem;color:var(--primary-dark);margin-bottom:12px}.science__step p{font-size:.9rem;color:var(--gray-600);line-height:1.7}
.ingredients-dark{padding:80px 0;background:linear-gradient(160deg,var(--primary-dark) 0%,var(--primary) 100%);position:relative;overflow:hidden}
.ingredients-dark::before{content:'';position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgb(212 148 38/.15) 0%,transparent 70%);right:-100px;top:-100px;pointer-events:none}
.ingredients-dark .section-label{background:rgb(255 255 255/.1);color:var(--cyan)}
.ingredients-dark .section-title{color:#fff}
.ingredients-dark .lead{color:rgb(255 255 255/.75)}
.ingredients-dark .ingredient-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:48px}
.ingredient-card-dark{background:rgb(255 255 255/.07);border:1px solid rgb(255 255 255/.12);backdrop-filter:blur(8px);border-radius:var(--radius);padding:24px 22px;transition:background .25s,transform .25s}.ingredient-card-dark:hover{background:rgb(255 255 255/.13);transform:translateY(-4px)}
.ingredient-card-dark .ic-icon{font-size:1.8rem;margin-bottom:12px}
.ingredient-card-dark h3{font-weight:700;font-size:1rem;color:var(--cyan);margin-bottom:6px}
.ingredient-card-dark p{font-size:.85rem;color:rgb(255 255 255/.72);line-height:1.6}
.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:48px}
.benefit-item{display:flex;gap:18px;align-items:flex-start;padding:24px;background:var(--cream);border-radius:var(--radius);border:1px solid var(--soft-mid);transition:box-shadow .2s,transform .2s}.benefit-item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}
.benefit-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--soft),var(--soft-mid));border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}
.benefit-item h3{font-size:1rem;font-weight:700;color:var(--primary-dark);margin-bottom:6px}.benefit-item p{font-size:.87rem;color:var(--gray-600);line-height:1.6}
.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-top:48px}
.testimonial-card{background:var(--white);border-radius:20px;padding:32px 28px;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);transition:box-shadow .3s;position:relative}.testimonial-card:hover{box-shadow:var(--shadow-md)}
.testimonial-card::before{content:'"';font-family:var(--font-display);font-size:5rem;color:var(--soft-mid);position:absolute;top:-5px;left:22px;line-height:1;pointer-events:none}
.testimonial-card .stars{color:var(--cyan);font-size:1.1rem;margin-bottom:8px}
.testimonial-card .verified{font-size:.8rem;font-weight:600;color:var(--green-check);margin-bottom:12px}
.testimonial-card p{font-size:.95rem;color:var(--gray-800);line-height:1.75;margin-bottom:20px;font-style:italic}
.testimonial-card .reviewer{font-weight:700;font-size:.9rem;color:var(--primary-dark);border-top:1px solid var(--gray-200);padding-top:16px}.testimonial-card .reviewer span{font-weight:400;color:var(--gray-600);font-size:.85rem}
.cta-strip{background:linear-gradient(135deg,var(--cyan) 0%,var(--cyan-dark) 100%);padding:52px 24px;text-align:center}
.cta-strip h2{font-family:var(--font-display);font-size:clamp(1.6rem,3.5vw,2.4rem);color:#fff;margin-bottom:10px}
.cta-strip p{color:rgba(255,255,255,.9);font-size:1rem;margin-bottom:28px}
.cta-strip .btn-primary{background:var(--primary-dark);color:#fff;box-shadow:0 6px 28px rgb(13 59 37/.35)}
.guarantee{padding:80px 0;background:linear-gradient(135deg,var(--primary-dark) 0%,#051a0f 100%)}
.guarantee__inner{display:grid;grid-template-columns:auto 1fr;gap:52px;align-items:center}
.guarantee__seal img{width:192px;filter:drop-shadow(0 10px 30px rgb(0 0 0/.3))}
.guarantee .section-label{background:rgb(255 255 255/.1);color:var(--cyan)}
.guarantee .section-title{color:#fff}
.guarantee__text{color:rgb(255 255 255/.82);font-size:1rem;line-height:1.8;margin-top:16px}
.guarantee__promise{margin-top:24px;padding:20px 24px;background:rgb(255 255 255/.08);border-left:4px solid var(--cyan);border-radius:0 var(--radius) var(--radius) 0;color:rgb(255 255 255/.9);font-size:.97rem;font-style:italic}
.faq{padding:80px 0;background:var(--cream)}
.faq__list{margin-top:48px;display:flex;flex-direction:column;gap:12px}
.faq__item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden}
.faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:22px 28px;font-size:1rem;font-weight:700;color:var(--primary-dark);background:none;border:none;cursor:pointer;text-align:left;gap:16px}
.faq__question:hover{background:var(--soft)}
.faq__chevron{width:28px;height:28px;background:var(--soft);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem;transition:transform .3s;color:var(--primary);font-weight:900}
.faq__item.open .faq__chevron{transform:rotate(180deg)}
.faq__answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s;padding:0 28px;color:var(--gray-600);font-size:.97rem;line-height:1.8}
.faq__item.open .faq__answer{max-height:800px;padding:0 28px 22px}
.final-cta{padding:80px 24px;text-align:center;background:linear-gradient(160deg,var(--primary-dark) 0%,var(--primary) 60%,#051a0f 100%)}
.final-cta .section-title{color:#fff}.final-cta .lead{color:rgb(255 255 255/.75)}
.final-cta__product img{width:320px!important;max-width:320px!important;margin:36px auto;filter:drop-shadow(0 20px 50px rgb(0 0 0/.4))}
.footer{background:#030e06;color:rgb(255 255 255/.55);padding:48px 24px 32px;text-align:center;font-size:.83rem;line-height:1.8}
.footer__links{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-bottom:24px}
.footer__links a{color:rgb(255 255 255/.6)}.footer__links a:hover{color:var(--cyan)}
.footer__disclaimer{max-width:880px;margin:24px auto 0;padding-top:24px;border-top:1px solid rgb(255 255 255/.08)}
.legal-page{padding:60px 0;min-height:60vh}.legal-page .container{max-width:800px}.legal-page h1{font-family:var(--font-display);font-size:2.2rem;color:var(--primary-dark);margin-bottom:8px}.legal-page .updated{font-size:.88rem;color:var(--gray-600);margin-bottom:32px}.legal-page h2{font-size:1.25rem;font-weight:700;color:var(--primary-dark);margin:32px 0 12px}.legal-page p,.legal-page li{font-size:.92rem;color:var(--gray-600);line-height:1.8;margin-bottom:12px}.legal-page ul{padding-left:20px;list-style:disc}
#scrollTop{position:fixed;bottom:28px;right:28px;width:48px;height:48px;background:var(--primary);color:#fff;border:none;border-radius:50%;font-size:1.4rem;cursor:pointer;box-shadow:var(--shadow-md);display:none;align-items:center;justify-content:center;z-index:999}#scrollTop:hover{background:var(--primary-dark);transform:scale(1.1)}
@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .7s ease both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.22s}
@media(max-width:900px){.hero__grid,.about-grid,.guarantee__inner{grid-template-columns:1fr;gap:40px}.hero__image-wrap{order:-1}.trust-bar__grid{grid-template-columns:repeat(2,1fr)}.science__steps{grid-template-columns:1fr}.benefits-grid{grid-template-columns:1fr}.reviews-grid{grid-template-columns:1fr}.guarantee__inner{text-align:center}.guarantee__seal img{margin:0 auto}.navbar__nav{display:none}.hamburger{display:flex}}
@media(max-width:580px){.trust-bar__grid{grid-template-columns:1fr 1fr}.hero__actions{flex-direction:column}.btn-primary{width:100%;justify-content:center}}
@media(min-width:992px){.hero__subtitle{font-size:.95rem!important;line-height:1.7!important;margin-bottom:12px!important}.hero__title{font-size:clamp(2rem,3.5vw,2.8rem)!important;margin-bottom:10px!important}.hero{padding-top:40px!important;padding-bottom:48px!important}.hero__grid{gap:20px!important}.hero__price-note{margin-bottom:10px!important;padding-bottom:6px!important}.pricing-section{padding:60px 0!important}}

/* MOBILE OPTIMIZATION BLOCK */

/* ===== TABLET (<=900px) ===== */
@media (max-width: 900px) {
  /* Inline grid patterns — collapse to single column */
  [style*="grid-template-columns:1.1fr 1fr"],
  [style*="grid-template-columns:1fr 1.3fr"],
  [style*="grid-template-columns:1.2fr 1fr 1fr 1fr 1fr"],
  [style*="grid-template-columns:1.5fr 1fr 1fr"],
  [style*="grid-template-columns:repeat(5,1fr)"],
  [style*="grid-template-columns:auto 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  
  /* Reduce section vertical padding */
  [style*="padding:72px 0"] { padding: 48px 0 !important; }
  [style*="padding:64px 0"] { padding: 42px 0 !important; }
  [style*="padding:56px 0 52px"] { padding: 36px 0 32px !important; }
  [style*="padding:56px 0 40px"] { padding: 36px 0 28px !important; }
  [style*="padding:48px 0"] { padding: 32px 0 !important; }
  
  /* Hero specific fixes */
  .hero { padding: 36px 0 32px !important; }
  .hero__title { font-size: clamp(1.5rem, 5.5vw, 2rem) !important; }
  .hero__image-wrap { max-width: 75% !important; margin: 0 auto 16px !important; }
  .hero__image-wrap img { max-width: 100% !important; }
  
  /* Section titles scale */
  .section-title { font-size: clamp(1.5rem, 5.5vw, 2rem) !important; }
  
  /* Grading block: 5 cols -> 2 cols on tablet */
  [style*="grid-template-columns:1.2fr 1fr 1fr 1fr 1fr"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  [style*="grid-template-columns:1.2fr 1fr 1fr 1fr 1fr"] > div:first-child {
    grid-column: span 2;
  }
  
  /* Trust bar: 5 cols -> 2 cols */
  [style*="grid-template-columns:repeat(5,1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  /* Verdict grade block (3 cols): keep 3 cols on tablet (still fits) */
  /* Do nothing */
  
  /* Navigation */
  .navbar__nav { display: none !important; }
  .hamburger { display: flex !important; }
  .navbar__cta .btn { padding: 10px 18px !important; font-size: .85rem !important; }
  .navbar__logo { font-size: 1.2rem !important; }
  .navbar__logo img { width: 32px !important; height: 32px !important; }
  .navbar__inner { padding: 12px 16px !important; }
  
  /* Topbar smaller text */
  .topbar { font-size: .7rem !important; padding: 8px 12px !important; line-height: 1.35; }
  
  /* Container padding */
  .container, .container--narrow { padding: 0 16px !important; }
  
  /* Reduce card paddings */
  [style*="padding:32px"] { padding: 22px !important; }
  [style*="padding:36px 32px"] { padding: 24px 20px !important; }
  [style*="padding:32px 36px"] { padding: 22px 20px !important; }
  [style*="padding:28px 32px"] { padding: 20px 22px !important; }
  [style*="padding:28px 30px"] { padding: 20px 22px !important; }
  [style*="padding:26px 30px"] { padding: 20px !important; }
  [style*="padding:22px 26px"] { padding: 18px 20px !important; }
  [style*="padding:22px 28px"] { padding: 18px 20px !important; }
  [style*="padding:26px 28px"] { padding: 20px !important; }
  [style*="padding:24px 28px"] { padding: 18px 20px !important; }
  [style*="padding:38px 42px"] { padding: 26px 22px !important; }
  
  /* Pricing card images shouldn't be huge */
  [style*="height:220px"] { height: 180px !important; }
}

/* ===== MOBILE (<=600px) ===== */
@media (max-width: 600px) {
  html, body { font-size: 16px; }
  
  /* Force all 2-col grids to stack */
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  
  /* Hero title extra tight */
  .hero__title { font-size: 1.5rem !important; line-height: 1.25 !important; }
  .hero__badge { font-size: .7rem !important; padding: 6px 12px !important; }
  
  /* Section titles */
  .section-title { font-size: 1.5rem !important; line-height: 1.25 !important; }
  
  /* Lead paragraph */
  .lead { font-size: 1rem !important; }
  
  /* Reduce section padding further */
  [style*="padding:48px 0"] { padding: 28px 0 !important; }
  [style*="padding:42px 0"], [style*="padding:40px 0"] { padding: 26px 0 !important; }
  [style*="padding:36px 0"] { padding: 24px 0 !important; }
  
  /* Hero CTA and verdict CTA — don't overflow on narrow screens */
  a[style*="padding:16px 36px"],
  a[style*="padding:20px 48px"],
  a[style*="padding:20px 44px"],
  a[style*="padding:20px 42px"],
  a[style*="padding:18px 40px"] {
    padding: 14px 24px !important;
    font-size: .9rem !important;
    white-space: normal !important;
    text-align: center !important;
    max-width: 100% !important;
    word-wrap: break-word;
    line-height: 1.3 !important;
  }
  
  /* Font-size reductions for big inline text */
  [style*="font-size:2.4rem"] { font-size: 2rem !important; }
  [style*="font-size:1.9rem"] { font-size: 1.5rem !important; }
  [style*="font-size:1.8rem"] { font-size: 1.4rem !important; }
  [style*="font-size:1.6rem"] { font-size: 1.3rem !important; }
  [style*="font-size:1.5rem"] { font-size: 1.25rem !important; }
  [style*="font-size:1.3rem"] { font-size: 1.15rem !important; }
  [style*="font-size:1.25rem"] { font-size: 1.1rem !important; }
  [style*="font-size:1.2rem"] { font-size: 1.1rem !important; }
  [style*="font-size:1.15rem"] { font-size: 1.05rem !important; }
  [style*="font-size:1.1rem"] { font-size: 1rem !important; }
  
  /* Trust bar: 2 cols -> single col with tighter spacing */
  [style*="grid-template-columns:repeat(2,1fr)"] {
    /* keep 2 cols on trust bar for visual density */
  }
  
  /* Reviewer avatar sizing */
  [style*="width:160px;height:160px"],
  [style*="width:180px;height:180px"],
  [style*="width:200px;height:200px"] {
    width: 130px !important;
    height: 130px !important;
    margin: 0 auto 12px;
  }
  [style*="font-size:4rem"] { font-size: 2.8rem !important; }
  [style*="font-size:4.5rem"] { font-size: 3rem !important; }
  
  /* Pricing card: full-width bottles image */
  [style*="height:220px"], [style*="height:180px"] { height: 160px !important; }
  [style*="max-height:200px"] { max-height: 150px !important; }
  [style*="max-width:240px"] { max-width: 200px !important; }
  
  /* Tables: force horizontal scroll */
  table { font-size: .85rem !important; }
  table th, table td { padding: 10px 8px !important; }
  
  /* Margin cleanup */
  [style*="margin-bottom:44px"] { margin-bottom: 28px !important; }
  [style*="margin-bottom:40px"] { margin-bottom: 26px !important; }
  [style*="margin-bottom:36px"] { margin-bottom: 24px !important; }
  [style*="margin-top:40px"] { margin-top: 24px !important; }
  [style*="margin-top:44px"] { margin-top: 26px !important; }
  [style*="margin-top:36px"] { margin-top: 22px !important; }
  
  /* Reduce card padding once more */
  [style*="padding:22px"] { padding: 16px !important; }
  [style*="padding:20px"] { padding: 14px !important; }
  
  /* Rating row in hero - make it wrap */
  [style*="display:inline-flex"][style*="gap:14px"][style*="padding:12px 22px"] {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 16px !important;
  }
  
  /* Footer 3-col to 1-col already handled at 900px */
  /* Footer explore-more grid: auto-fit already responsive but tighten */
  [style*="grid-template-columns:repeat(auto-fit,minmax(220px,1fr))"] {
    grid-template-columns: 1fr 1fr !important;
    gap: 4px 12px !important;
  }
  
  footer h4 { font-size: .78rem !important; }
  footer a, footer li, footer p { font-size: .82rem !important; }
  footer [style*="padding:56px 24px"] { padding: 36px 16px 24px !important; }
}

/* ===== SMALL MOBILE (<=380px) ===== */
@media (max-width: 380px) {
  .hero__title { font-size: 1.3rem !important; }
  .section-title { font-size: 1.3rem !important; }
  .container, .container--narrow { padding: 0 12px !important; }
  
  [style*="font-size:2.4rem"] { font-size: 1.7rem !important; }
  [style*="font-size:1.9rem"] { font-size: 1.3rem !important; }
  
  .navbar__logo { font-size: 1rem !important; }
  .navbar__logo img { width: 28px !important; height: 28px !important; }
  .navbar__cta .btn { padding: 8px 14px !important; font-size: .75rem !important; }
  .topbar { font-size: .65rem !important; padding: 6px 8px !important; }
  
  /* Explore More footer: stack to 1 col on tiny screens */
  [style*="grid-template-columns:repeat(auto-fit,minmax(220px,1fr))"] {
    grid-template-columns: 1fr !important;
  }
}

/* ===== HELPERS (all screen sizes) ===== */
/* Prevent horizontal overflow */
body, html { overflow-x: hidden; max-width: 100%; }
img { max-width: 100%; height: auto; }

/* Tables always horizontally scroll on narrow screens */
@media (max-width: 760px) {
  [style*="overflow-x:auto"] { -webkit-overflow-scrolling: touch; }
  table { min-width: 100% !important; }
}


/* ===== ADDITIONAL AGGRESSIVE MOBILE TIGHTENING ===== */
@media (max-width: 768px) {
  /* ANY section with inline vertical padding — cap at 32px */
  section[style*="padding:72px"],
  section[style*="padding:64px"],
  section[style*="padding:56px"],
  section[style*="padding:48px"],
  section[style*="padding:44px"],
  section[style*="padding:42px"],
  section[style*="padding:40px"] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  
  /* All inline margin-top on sections */
  [style*="margin-top:44px"], [style*="margin-top:40px"], [style*="margin-top:36px"],
  [style*="margin-top:32px"], [style*="margin-top:28px"], [style*="margin-top:24px"] {
    margin-top: 16px !important;
  }
  [style*="margin-top:20px"] { margin-top: 12px !important; }
  [style*="margin-top:16px"] { margin-top: 10px !important; }
  [style*="margin-top:12px"] { margin-top: 8px !important; }
  
  [style*="margin-bottom:44px"], [style*="margin-bottom:40px"], [style*="margin-bottom:36px"],
  [style*="margin-bottom:32px"], [style*="margin-bottom:28px"], [style*="margin-bottom:24px"] {
    margin-bottom: 16px !important;
  }
  [style*="margin-bottom:22px"], [style*="margin-bottom:20px"] { margin-bottom: 14px !important; }
  [style*="margin-bottom:18px"] { margin-bottom: 12px !important; }
  [style*="margin-bottom:16px"] { margin-bottom: 10px !important; }
  [style*="margin-bottom:14px"] { margin-bottom: 8px !important; }
  
  /* Gap reductions */
  [style*="gap:48px"], [style*="gap:44px"], [style*="gap:40px"], [style*="gap:36px"], [style*="gap:32px"] {
    gap: 20px !important;
  }
  [style*="gap:28px"], [style*="gap:24px"] { gap: 16px !important; }
  [style*="gap:22px"], [style*="gap:20px"] { gap: 14px !important; }
  
  /* Container horizontal padding already handled */
  
  /* Text center at section introductions — tighten */
  [style*="text-align:center"][style*="max-width:860px"],
  [style*="text-align:center"][style*="max-width:760px"],
  [style*="text-align:center"][style*="max-width:820px"] {
    margin-bottom: 20px !important;
  }
  
  /* "Hero" padding specifically */
  .hero[style*="padding:56px 0 52px"],
  .hero[style*="padding:56px 0 40px"] {
    padding: 28px 0 24px !important;
  }
  
  /* Lead paragraphs margin */
  .lead { margin-bottom: 18px !important; }
  
  /* Section-label badge spacing */
  .section-label { margin-bottom: 10px !important; }
  
  /* Trust bar vertical tightening */
  .trust-bar { padding: 24px 0 !important; }
  .trust-bar h3 { font-size: .8rem !important; }
  .trust-bar p { font-size: .72rem !important; }
  .trust-badge .icon { width: 40px !important; height: 40px !important; font-size: 18px !important; }
  
  /* Footer tightening */
  footer h4 { margin-bottom: 10px !important; font-size: .8rem !important; }
  footer ul li { padding: 3px 0 !important; }
  footer [style*="margin-bottom:40px"],
  footer [style*="margin-bottom:28px"] {
    margin-bottom: 20px !important;
  }
  footer [style*="padding-top:32px"] { padding-top: 20px !important; }
  footer [style*="padding-top:24px"] { padding-top: 16px !important; }
  
  /* FAQ item tighter */
  .faq__item { margin-bottom: 8px !important; }
  .faq__question { padding: 14px 16px !important; font-size: .95rem !important; }
  .faq__answer { padding: 0 16px 14px !important; font-size: .9rem !important; }
  
  /* Hero badge size */
  .hero__badge { margin-bottom: 14px !important; }
  
  /* Testimonial quotes */
  [style*="font-size:.94rem"][style*="font-style:italic"] { font-size: .88rem !important; }
  
  /* Pricing card internal adjustments */
  [style*="border-radius:20px"] { border-radius: 14px !important; }
  [style*="padding:36px 32px"] { padding: 24px 20px !important; }
  
  /* Inline H3 font sizes in cards */
  h3[style*="font-size:1.5rem"] { font-size: 1.2rem !important; }
  h3[style*="font-size:1.3rem"] { font-size: 1.15rem !important; }
}

@media (max-width: 480px) {
  /* Tighter still */
  section[style*="padding:72px"],
  section[style*="padding:64px"],
  section[style*="padding:56px"],
  section[style*="padding:48px"] {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  
  [style*="margin-top:44px"], [style*="margin-top:40px"] { margin-top: 12px !important; }
  [style*="margin-bottom:44px"], [style*="margin-bottom:40px"] { margin-bottom: 12px !important; }
  
  /* Cards even tighter */
  [style*="padding:26px 30px"],
  [style*="padding:28px 30px"],
  [style*="padding:28px 32px"] {
    padding: 16px 18px !important;
  }
  
  /* Hero sub-elements */
  .hero__rating { flex-wrap: wrap; justify-content: center; gap: 8px !important; }
  
  /* Rating row in hero (inline-flex with gap:14px) */
  [style*="display:inline-flex"][style*="gap:14px"] {
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
}

/* ===== What Is VitalPro section ===== */
.whatis-grid{display:grid;grid-template-columns:0.8fr 1.2fr;gap:48px;align-items:center;margin-bottom:36px}
.whatis-grid__image{background:linear-gradient(135deg,#f3eedf 0%,#ebe4d2 100%);border-radius:20px;padding:28px 24px;box-shadow:0 8px 32px rgba(6,61,54,.08);max-width:340px;margin:0 auto;width:100%}
.whatis-grid__image img{width:100%;max-width:260px;height:auto;display:block;margin:0 auto;filter:drop-shadow(0 16px 36px rgba(0,0,0,.18))}
.whatis-grid__text p{font-size:1.02rem;color:var(--gray-700);line-height:1.85}
@media(max-width:900px){
  .whatis-grid{grid-template-columns:1fr;gap:28px;margin-bottom:28px}
  .whatis-grid__image{padding:24px 20px;max-width:300px}
  .whatis-grid__image img{max-width:220px}
  .whatis-grid__text p{font-size:1rem;line-height:1.75}
}
@media(max-width:600px){
  .whatis-grid{gap:20px}
  .whatis-grid__image{padding:20px 16px;border-radius:16px;max-width:260px}
  .whatis-grid__image img{max-width:200px}
  .whatis-grid__text p{font-size:.96rem}
}

/* Pricing grid responsive */
@media(max-width:900px){.pricing-grid{grid-template-columns:1fr!important;gap:20px!important;max-width:420px!important}}
@media(min-width:901px) and (max-width:1100px){.pricing-grid{gap:16px!important}}

/* TestoGreens Max — navbar logo spacing */
.navbar__logo { gap: 12px !important; padding-right: 16px; border-right: 1px solid rgba(0,0,0,0.06); margin-right: 4px; }
.navbar__logo span em { font-style: normal !important; }

/* ============================================================
   Hero v5 — minimal additions, leveraging existing .hero__grid
   ============================================================ */

/* Inline-meta row: rating + reviewer byline */
.hero__inline-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.hero__rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.08);
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.15);
  font-size: .9rem;
}
.hero__rev-byline {
  color: rgba(255,255,255,.7);
  font-size: .85rem;
}
.hero__rev-byline a {
  color: var(--cyan);
  text-decoration: underline;
}

/* Feature bullets — 2-col on desktop, 1-col on mobile */
.hero__feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
}
.hero__feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,.92);
  font-size: .9rem;
  line-height: 1.4;
}
.hero__tick {
  color: var(--cyan);
  font-weight: 900;
  flex-shrink: 0;
  font-size: .85rem;
  margin-top: 2px;
}

/* Hero CTA tweaks */
.hero__main-cta {
  padding: 14px 28px !important;
  font-size: .95rem !important;
}
.hero__cta-note {
  font-size: .78rem;
  color: rgba(255,255,255,.6);
  margin-left: 8px;
}

/* Tablet ≤900px: hero already collapses to 1-col via existing CSS, just refine */
@media (max-width: 900px) {
  .hero { padding: 36px 0 32px !important; }
  .hero__feature-list {
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
  }
  .hero__inline-meta { justify-content: flex-start; gap: 10px; }
}

/* Mobile ≤580px: stack feature list to 1 column */
@media (max-width: 580px) {
  .hero { padding: 28px 0 28px !important; }
  .hero__feature-list {
    grid-template-columns: 1fr !important;
    gap: 8px;
  }
  .hero__inline-meta {
    gap: 10px;
    margin-bottom: 14px;
  }
  .hero__rating-pill { font-size: .85rem; padding: 5px 12px; }
  .hero__rev-byline { font-size: .8rem; }
  .hero__main-cta {
    width: 100%;
    justify-content: center;
    padding: 13px 22px !important;
    font-size: .9rem !important;
  }
  .hero__cta-note {
    display: block;
    margin: 8px 0 0;
    text-align: center;
    width: 100%;
  }
  .hero__actions {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;
  }
}

/* Small mobile ≤380px */
@media (max-width: 380px) {
  .hero__feature-list li { font-size: .85rem; }
  .hero__main-cta { font-size: .85rem !important; padding: 12px 16px !important; }
}

/* ============================================================
   Mobile navbar fix — hide order button on mobile (hamburger handles it)
   ============================================================ */
@media (max-width: 900px) {
  .navbar__cta { display: none !important; }
  .navbar__logo { font-size: 1.15rem !important; }
  .navbar__logo img { width: 32px !important; height: 32px !important; }
  .navbar__inner { padding: 10px 16px !important; }
  .hero { padding: 32px 0 28px !important; }
}

/* On very small screens, ensure logo doesn't wrap */
@media (max-width: 420px) {
  .navbar__logo { font-size: 1rem !important; gap: 8px !important; }
  .navbar__logo span { font-size: .95rem !important; }
}

/* Prevent navbar text wrapping */
.navbar__nav a { white-space: nowrap !important; }
.navbar__cta .btn { white-space: nowrap !important; }
.navbar__nav { gap: 22px !important; }
@media (max-width: 1100px) { .navbar__nav { gap: 16px !important; } .navbar__nav a { font-size: .85rem !important; } }
