:root {
  --vujx-accent: #3a8c5c;
  --vujx-accent-dark: #2a6b44;
  --vujx-bg: #1c1f24;
  --vujx-bg-alt: #242830;
  --vujx-text: #e8eaed;
  --vujx-muted: #9aa0ac;
  --vujx-border: #333a44;
  --vujx-card-bg: #242830;
  --vujx-font-display: "Archivo", system-ui, sans-serif;
  --vujx-font-body: "DM Sans", system-ui, sans-serif;
  --vujx-space-2: .5rem;
  --vujx-space-4: 1rem;
  --vujx-space-6: 1.5rem;
  --vujx-space-8: 2rem;
  --vujx-space-12: 3rem;
  --vujx-space-16: 4rem;
  --vujx-space-20: 5rem;
  --vujx-radius-sm: .375rem;
  --vujx-radius: .75rem;
  --vujx-radius-lg: 1.25rem;
  --vujx-radius-pill: 999px;
  --vujx-shadow-sm: 0 1px 4px rgba(0,0,0,.3);
  --vujx-shadow-md: 0 6px 24px rgba(0,0,0,.4);
  --vujx-shadow-lg: 0 18px 48px rgba(0,0,0,.5);
  --vujx-transition: .28s ease;
  --vujx-max-width: 1200px;
  --vujx-header-height: 4.5rem;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--vujx-font-body); color: var(--vujx-text); background: var(--vujx-bg); line-height: 1.65; font-size: clamp(.95rem,.9rem + .3vw,1.05rem); }
h1,h2,h3,h4,h5 { font-family: var(--vujx-font-display); line-height: 1.15; color: var(--vujx-text); }
h1 { font-size: clamp(2rem,1.5rem + 2.4vw,3.2rem); }
h2 { font-size: clamp(1.5rem,1.2rem + 1.4vw,2.2rem); }
h3 { font-size: clamp(1.1rem,1rem + .5vw,1.4rem); }
a { color: var(--vujx-accent); text-decoration: none; transition: var(--vujx-transition); }
a:hover { color: var(--vujx-accent-dark); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

.container { width: 92%; max-width: var(--vujx-max-width); margin-inline: auto; }
.section { padding: var(--vujx-space-20) 0; }
.section-alt { background: var(--vujx-bg-alt); }
.uqlg { background: #151820; color: #e8eaed; }
.uqlg h1,.uqlg h2,.uqlg h3,.uqlg p,.uqlg span { color: #e8eaed; }
.ulte { background: var(--vujx-accent); color: #fff; }
.ulte h2,.ulte p { color: #fff; }
.section-eyebrow { display: block; font-family: var(--vujx-font-display); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--vujx-accent); margin-bottom: var(--vujx-space-4); }
.section-title { margin-bottom: var(--vujx-space-6); }
.section-lead { color: var(--vujx-muted); max-width: 640px; margin-bottom: var(--vujx-space-8); }
.light-eyebrow { color: rgba(255,255,255,.7); }

.disclosure-bar { background: #151820; color: var(--vujx-muted); font-size: .78rem; text-align: center; padding: .4rem var(--vujx-space-4); border-bottom: 1px solid var(--vujx-border); }

.umrl { position: sticky; top: 0; z-index: 50; background: rgba(28,31,36,.96); backdrop-filter: blur(10px); border-bottom: 1px solid var(--vujx-border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--vujx-header-height); gap: var(--vujx-space-6); }
.logo { display: flex; align-items: center; gap: .5rem; font-family: var(--vujx-font-display); font-weight: 800; font-size: 1.1rem; color: var(--vujx-text); }
.logo-mark { width: 32px; height: 32px; background: var(--vujx-accent); border-radius: 6px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 1rem; flex-shrink: 0; }
.logo-text { color: var(--vujx-text); }
.urfh { display: flex; align-items: center; gap: var(--vujx-space-6); }
.urfh a { color: var(--vujx-muted); font-weight: 500; font-size: .95rem; transition: var(--vujx-transition); }
.urfh a:hover,.urfh a.active { color: var(--vujx-text); }
.uypi { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 4px; }
.uypi span { width: 24px; height: 2px; background: var(--vujx-text); border-radius: 2px; transition: var(--vujx-transition); display: block; }

.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .8rem 1.6rem; border-radius: var(--vujx-radius-pill); font-family: var(--vujx-font-display); font-weight: 700; font-size: .95rem; cursor: pointer; border: 2px solid transparent; transition: var(--vujx-transition); text-decoration: none; }
.btn-primary { background: var(--vujx-accent); color: #fff; border-color: var(--vujx-accent); }
.btn-primary:hover { background: var(--vujx-accent-dark); border-color: var(--vujx-accent-dark); color: #fff; }
.btn-outline { background: transparent; border-color: var(--vujx-accent); color: var(--vujx-accent); }
.btn-outline:hover { background: var(--vujx-accent); color: #fff; }
.btn-sm { padding: .5rem 1.1rem; font-size: .85rem; }
.btn-block { width: 100%; justify-content: center; }
.ulte .btn-outline { border-color: #fff; color: #fff; }
.ulte .btn-outline:hover { background: #fff; color: var(--vujx-accent); }

.hl { color: var(--vujx-accent); }

.media { position: relative; overflow: hidden; border-radius: var(--vujx-radius-lg); background: linear-gradient(135deg,var(--vujx-accent) 0%,var(--vujx-bg-alt) 100%); }
.media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.media-16x9 { aspect-ratio: 16/9; }
.media-21x9 { aspect-ratio: 21/9; }
.media-4x3 { aspect-ratio: 4/3; }
.media-1x1 { aspect-ratio: 1/1; }
.media-3x4 { aspect-ratio: 3/4; }

.hero { position: relative; overflow: hidden; padding: var(--vujx-space-20) 0; }
.uzwx { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.uzwx img { width: 100%; height: 100%; object-fit: cover; opacity: .12; }
.hero > .container { position: relative; z-index: 1; }
.hero-card-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: var(--vujx-space-12); align-items: center; position: relative; }
.hero-bg-photo { border-radius: var(--vujx-radius-lg); overflow: hidden; }
.hero-card { background: rgba(255,255,255,.07); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.12); border-radius: var(--vujx-radius-lg); padding: var(--vujx-space-8); color: #e8eaed; }
.hero-card h1,.hero-card p,.hero-card span,.hero-card li { color: #e8eaed; }
.hero-eyebrow { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: var(--vujx-space-4); }
.hero-title { font-size: clamp(1.8rem,1.4rem + 1.8vw,2.8rem); font-weight: 800; margin-bottom: var(--vujx-space-6); color: #fff; }
.hero-rating { font-size: .95rem; margin: var(--vujx-space-4) 0; color: #e8eaed; }
.hero-actions { display: flex; flex-wrap: wrap; gap: var(--vujx-space-4); margin: var(--vujx-space-6) 0; }
.hero-note { font-size: .82rem; color: rgba(255,255,255,.55); margin-top: var(--vujx-space-2); }

.checklist { list-style: none; display: grid; gap: .8rem; margin: var(--vujx-space-4) 0; }
.checklist li { display: flex; align-items: flex-start; gap: .7rem; color: #e8eaed; font-size: .95rem; }
.check-ic { flex: 0 0 auto; width: 2rem; height: 2rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(58,140,92,.22); color: var(--vujx-accent); font-size: 1rem; margin-top: .05rem; }

.price-block { display: flex; align-items: baseline; gap: var(--vujx-space-4); flex-wrap: wrap; margin: var(--vujx-space-4) 0; }
.price-block.large .price-new { font-size: clamp(2rem,1.5rem + 1.5vw,2.8rem); }
.price-old { color: var(--vujx-muted); font-size: 1.05rem; text-decoration: line-through; }
.price-new { font-family: var(--vujx-font-display); font-size: clamp(1.6rem,1.2rem + 1.4vw,2.2rem); color: var(--vujx-accent); font-weight: 800; }
.price-badge { background: var(--vujx-accent); color: #fff; padding: .2rem .75rem; border-radius: var(--vujx-radius-pill); font-size: .82rem; font-weight: 700; }
.stars { color: #f5b731; letter-spacing: .1em; }

.stats-strip { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: var(--vujx-space-8); text-align: center; }
.bigstat { display: flex; flex-direction: column; align-items: center; gap: .3rem; }
.bigstat b { font-family: var(--vujx-font-display); font-size: clamp(2rem,1.5rem + 2vw,3rem); color: #fff; font-weight: 800; line-height: 1; }
.bigstat span { font-size: .85rem; color: rgba(255,255,255,.7); }
.stats-note { text-align: center; font-size: .78rem; color: rgba(255,255,255,.5); margin-top: var(--vujx-space-6); }

.benefit-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: var(--vujx-space-8); margin-top: var(--vujx-space-8); }
.benefit-card { background: var(--vujx-card-bg); border: 1px solid var(--vujx-border); border-radius: var(--vujx-radius-lg); padding: var(--vujx-space-8); transition: var(--vujx-transition); }
.benefit-card:hover { border-color: var(--vujx-accent); box-shadow: var(--vujx-shadow-md); transform: translateY(-3px); }
.benefit-icon { width: 2.8rem; height: 2.8rem; border-radius: 50%; background: rgba(58,140,92,.18); display: flex; align-items: center; justify-content: center; color: var(--vujx-accent); font-size: 1.3rem; margin-bottom: var(--vujx-space-4); }
.benefit-card h3 { font-size: 1rem; margin-bottom: .5rem; color: var(--vujx-text); }
.benefit-card p { font-size: .9rem; color: var(--vujx-muted); }
.supplement-note { font-size: .82rem; color: var(--vujx-muted); margin-top: var(--vujx-space-6); border-left: 3px solid var(--vujx-accent); padding-left: var(--vujx-space-4); }

.split-block { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vujx-space-12); align-items: center; }
.split-text h2 { margin-bottom: var(--vujx-space-4); }
.split-text p { color: var(--vujx-muted); margin-bottom: var(--vujx-space-4); }
.split-reverse .split-text { order: 2; }
.split-reverse .media { order: 1; }

.order-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--vujx-space-8); margin-top: var(--vujx-space-8); }
.step-card { background: var(--vujx-bg-alt); border: 1px solid var(--vujx-border); border-radius: var(--vujx-radius-lg); padding: var(--vujx-space-8); text-align: center; transition: var(--vujx-transition); }
.step-card:hover { border-color: var(--vujx-accent); }
.step-num { width: 3rem; height: 3rem; border-radius: 50%; background: var(--vujx-accent); color: #fff; font-family: var(--vujx-font-display); font-weight: 800; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; margin: 0 auto var(--vujx-space-4); }
.step-card h3 { font-size: 1rem; margin-bottom: .5rem; }
.step-card p { font-size: .9rem; color: var(--vujx-muted); }
.steps-note { text-align: center; color: rgba(255,255,255,.55); font-size: .85rem; margin-top: var(--vujx-space-8); }

.trust-band { display: grid; grid-template-columns: repeat(auto-fit,minmax(160px,1fr)); gap: var(--vujx-space-6); }
.trust-item { text-align: center; padding: var(--vujx-space-6); background: var(--vujx-card-bg); border: 1px solid var(--vujx-border); border-radius: var(--vujx-radius); transition: var(--vujx-transition); }
.trust-item:hover { border-color: var(--vujx-accent); }
.trust-item i { font-size: 1.8rem; color: var(--vujx-accent); display: block; margin-bottom: var(--vujx-space-4); }
.trust-item strong { display: block; font-size: .95rem; margin-bottom: .3rem; color: var(--vujx-text); }
.trust-item span { font-size: .82rem; color: var(--vujx-muted); }

.uxrf,.uqga,.uiod,.ulha { background: var(--vujx-bg-alt); color: var(--vujx-text); border: 1px solid var(--vujx-border); border-radius: var(--vujx-radius-lg); padding: var(--vujx-space-8); }
.uxrf .uaiy { margin-bottom: var(--vujx-space-6); }
.uxrf .ujse { font-weight: 600; margin-bottom: var(--vujx-space-4); color: var(--vujx-text); }
.uxrf .uicn { display: flex; flex-wrap: wrap; gap: .5rem; }
.uxrf .uwbg { padding: .55rem 1.1rem; border: 1px solid var(--vujx-border); border-radius: var(--vujx-radius-pill); background: var(--vujx-bg); color: var(--vujx-text); cursor: pointer; font: inherit; font-size: .9rem; transition: var(--vujx-transition); }
.uxrf .uwbg:hover { border-color: var(--vujx-accent); color: var(--vujx-accent); }
.uxrf .uwbg.is-sel { background: var(--vujx-accent); color: #fff; border-color: var(--vujx-accent); }
.uxrf .ubjp,.uxrf .utgq { margin-top: var(--vujx-space-6); padding: var(--vujx-space-6); background: rgba(58,140,92,.1); border-radius: var(--vujx-radius); border-left: 4px solid var(--vujx-accent); color: var(--vujx-text); }
.uxrf .ubjp p,.uxrf .utgq p { color: var(--vujx-text); margin-bottom: var(--vujx-space-4); }
.uusb { font-family: var(--vujx-font-display); }

.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: var(--vujx-space-8); margin-top: var(--vujx-space-6); }
.large-grid { grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); }
.testimonial { background: var(--vujx-card-bg); border: 1px solid var(--vujx-border); border-left: 4px solid var(--vujx-accent); padding: var(--vujx-space-8); border-radius: var(--vujx-radius); }
.testimonial p { font-size: .95rem; color: var(--vujx-muted); margin: var(--vujx-space-4) 0; font-style: italic; }
.testimonial cite { display: flex; align-items: center; gap: .7rem; font-style: normal; color: var(--vujx-text); font-weight: 600; font-size: .9rem; }
.review-avatar { border-radius: 50%; flex-shrink: 0; }
.testimonial-disclaimer { font-size: .85rem; color: var(--vujx-muted); margin-bottom: var(--vujx-space-4); }
.rating-summary { display: flex; align-items: center; gap: var(--vujx-space-6); margin: var(--vujx-space-4) 0; }
.rating-big { font-family: var(--vujx-font-display); font-size: 3.5rem; font-weight: 800; color: var(--vujx-accent); line-height: 1; }
.rating-count { display: block; font-size: .85rem; color: rgba(255,255,255,.6); }
.review-cta-link { margin-top: var(--vujx-space-8); font-size: .9rem; color: var(--vujx-muted); text-align: center; }
.review-cta-link a { color: var(--vujx-accent); }

.order-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: var(--vujx-space-12); align-items: start; }
.order-product h2 { margin-bottom: var(--vujx-space-4); }
.order-product small { font-size: .85rem; color: var(--vujx-muted); }
.order-trust-list { list-style: none; margin: var(--vujx-space-6) 0; display: grid; gap: .5rem; }
.order-trust-list li { display: flex; align-items: center; gap: .6rem; font-size: .9rem; color: var(--vujx-muted); }
.order-trust-list i { color: var(--vujx-accent); }
.order-detail-img { margin-top:
:root {
  --vujx-accent: #3a8c5c;
  --vujx-accent-dark: #2a6b44;
  --vujx-bg: #1c1f24;
  --vujx-bg-alt: #242830;
  --vujx-text: #e8eaed;
  --vujx-muted: #9aa0ac;
  --vujx-border: #333a44;
  --vujx-card-bg: #242830;
  --vujx-font-display: "Archivo", system-ui, sans-serif;
  --vujx-font-body: "DM Sans", system-ui, sans-serif;
  --vujx-space-2: .5rem;
  --vujx-space-4: 1rem;
  --vujx-space-6: 1.5rem;
  --vujx-space-8: 2rem;
  --vujx-space-12: 3rem;
  --vujx-space-16: 4rem;
  --vujx-space-20: 5rem;
  --vujx-radius-sm: .375rem;
  --vujx-radius: .75rem;
  --vujx-radius-lg: 1.25rem;
  --vujx-radius-pill: 999px;
  --vujx-shadow-sm: 0 1px 4px rgba(0,0,0,.3);
  --vujx-shadow-md: 0 6px 24px rgba(0,0,0,.4);
  --vujx-shadow-lg: 0 18px 48px rgba(0,0,0,.5);
  --vujx-transition: .28s ease;
  --vujx-max-width: 1200px;
  --vujx-header-height: 4.5rem;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--vujx-font-body);color:var(--vujx-text);background:var(--vujx-bg);line-height:1.65;font-size:clamp(.95rem,.9rem + .3vw,1.05rem)}
h1,h2,h3,h4,h5{font-family:var(--vujx-font-display);line-height:1.15;color:var(--vujx-text)}
h1{font-size:clamp(2rem,1.5rem + 2.4vw,3.2rem)}
h2{font-size:clamp(1.5rem,1.2rem + 1.4vw,2.2rem)}
h3{font-size:clamp(1.1rem,1rem + .5vw,1.4rem)}
a{color:var(--vujx-accent);text-decoration:none;transition:var(--vujx-transition)}
a:hover{color:var(--vujx-accent-dark)}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
.container{width:92%;max-width:var(--vujx-max-width);margin-inline:auto}
.section{padding:var(--vujx-space-20) 0}
.section-alt{background:var(--vujx-bg-alt)}
.uqlg{background:#151820;color:#e8eaed}
.uqlg h1,.uqlg h2,.uqlg h3,.uqlg p{color:#e8eaed}
.ulte{background:var(--vujx-accent);color:#fff}
.ulte h2,.ulte p{color:#fff}
.section-eyebrow{display:block;font-family:var(--vujx-font-display);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--vujx-accent);margin-bottom:var(--vujx-space-4)}
.light-eyebrow{color:rgba(255,255,255,.65)}
.section-title{margin-bottom:var(--vujx-space-6)}
.section-lead{color:var(--vujx-muted);max-width:640px;margin-bottom:var(--vujx-space-8)}
.disclosure-bar{background:#151820;color:var(--vujx-muted);font-size:.78rem;text-align:center;padding:.4rem var(--vujx-space-4);border-bottom:1px solid var(--vujx-border)}
.umrl{position:sticky;top:0;z-index:50;background:rgba(28,31,36,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--vujx-border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--vujx-header-height);gap:var(--vujx-space-6)}
.logo{display:flex;align-items:center;gap:.5rem;font-family:var(--vujx-font-display);font-weight:800;font-size:1.1rem;color:var(--vujx-text)}
.logo-mark{width:32px;height:32px;background:var(--vujx-accent);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1rem;flex-shrink:0}
.logo-text{color:var(--vujx-text)}
.urfh{display:flex;align-items:center;gap:var(--vujx-space-6)}
.urfh a{color:var(--vujx-muted);font-weight:500;font-size:.95rem;transition:var(--vujx-transition)}
.urfh a:hover,.urfh a.active{color:var(--vujx-text)}
.uypi{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:4px}
.uypi span{width:24px;height:2px;background:var(--vujx-text);border-radius:2px;transition:var(--vujx-transition);display:block}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.6rem;border-radius:var(--vujx-radius-pill);font-family:var(--vujx-font-display);font-weight:700;font-size:.95rem;cursor:pointer;border:2px solid transparent;transition:var(--vujx-transition);text-decoration:none}
.btn-primary{background:var(--vujx-accent);color:#fff;border-color:var(--vujx-accent)}
.btn-primary:hover{background:var(--vujx-accent-dark);border-color:var(--vujx-accent-dark);color:#fff}
.btn-outline{background:transparent;border-color:var(--vujx-accent);color:var(--vujx-accent)}
.btn-outline:hover{background:var(--vujx-accent);color:#fff}
.btn-sm{padding:.5rem 1.1rem;font-size:.85rem}
.btn-block{width:100%;justify-content:center}
.ulte .btn-outline{border-color:#fff;color:#fff}
.ulte .btn-outline:hover{background:#fff;color:var(--vujx-accent)}
.cta-group{display:flex;flex-wrap:wrap;gap:var(--vujx-space-4);justify-content:center;margin-top:var(--vujx-space-6)}
.hl{color:var(--vujx-accent)}
.media{position:relative;overflow:hidden;border-radius:var(--vujx-radius-lg);background:linear-gradient(135deg,var(--vujx-accent) 0%,var(--vujx-bg-alt) 100%)}
.media img{width:100%;height:100%;object-fit:cover;display:block}
.media-16x9{aspect-ratio:16/9}
.media-21x9{aspect-ratio:21/9}
.media-4x3{aspect-ratio:4/3}
.media-1x1{aspect-ratio:1/1}
.media-3x4{aspect-ratio:3/4}
.hero{position:relative;overflow:hidden;padding:var(--vujx-space-20) 0}
.uzwx{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.uzwx img{width:100%;height:100%;object-fit:cover;opacity:.12}
.hero>.container{position:relative;z-index:1}
.hero-card-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:var(--vujx-space-12);align-items:center}
.hero-bg-photo{border-radius:var(--vujx-radius-lg);overflow:hidden}
.hero-card{background:rgba(255,255,255,.07);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:var(--vujx-radius-lg);padding:var(--vujx-space-8)}
.hero-card h1,.hero-card p,.hero-card span,.hero-card li{color:#e8eaed}
.hero-eyebrow{display:block;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:var(--vujx-space-4)}
.hero-title{font-size:clamp(1.8rem,1.4rem + 1.8vw,2.8rem);font-weight:800;margin-bottom:var(--vujx-space-6);color:#fff}
.hero-rating{font-size:.95rem;margin:var(--vujx-space-4) 0}
.hero-actions{display:flex;flex-wrap:wrap;gap:var(--vujx-space-4);margin:var(--vujx-space-6) 0}
.hero-note{font-size:.82rem;color:rgba(255,255,255,.5);margin-top:var(--vujx-space-2)}
.checklist{list-style:none;display:grid;gap:.8rem;margin:var(--vujx-space-4) 0}
.checklist li{display:flex;align-items:flex-start;gap:.7rem;font-size:.95rem}
.check-ic{flex:0 0 auto;width:2rem;height:2rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(58,140,92,.22);color:var(--vujx-accent);font-size:1rem;margin-top:.05rem}
.price-block{display:flex;align-items:baseline;gap:var(--vujx-space-4);flex-wrap:wrap;margin:var(--vujx-space-4) 0}
.price-block.large .price-new{font-size:clamp(2rem,1.5rem + 1.5vw,2.8rem)}
.price-old{color:var(--vujx-muted);font-size:1.05rem;text-decoration:line-through}
.price-new{font-family:var(--vujx-font-display);font-size:clamp(1.6rem,1.2rem + 1.4vw,2.2rem);color:var(--vujx-accent);font-weight:800}
.price-badge{background:var(--vujx-accent);color:#fff;padding:.2rem .75rem;border-radius:var(--vujx-radius-pill);font-size:.82rem;font-weight:700}
.stars{color:#f5b731;letter-spacing:.1em}
.stats-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--vujx-space-8);text-align:center}
.bigstat{display:flex;flex-direction:column;align-items:center;gap:.3rem}
.bigstat b{font-family:var(--vujx-font-display);font-size:clamp(2rem,1.5rem + 2vw,3rem);color:#fff;font-weight:800;line-height:1}
.bigstat span{font-size:.85rem;color:rgba(255,255,255,.7)}
.stats-note{text-align:center;font-size:.78rem;color:rgba(255,255,255,.5);margin-top:var(--vujx-space-6)}
.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:var(--vujx-space-8);margin-top:var(--vujx-space-8)}
.benefit-card{background:var(--vujx-card-bg);border:1px solid var(--vujx-border);border-radius:var(--vujx-radius-lg);padding:var(--vujx-space-8);transition:var(--vujx-transition)}
.benefit-card:hover{border-color:var(--vujx-accent);box-shadow:var(--vujx-shadow-md);transform:translateY(-3px)}
.benefit-icon{width:2.8rem;height:2.8rem;border-radius:50%;background:rgba(58,140,92,.18);display:flex;align-items:center;justify-content:center;color:var(--vujx-accent);font-size:1.3rem;margin-bottom:var(--vujx-space-4)}
.benefit-card h3{font-size:1rem;margin-bottom:.5rem}
.benefit-card p{font-size:.9rem;color:var(--vujx-muted)}
.supplement-note{font-size:.82rem;color:var(--vujx-muted);margin-top:var(--vujx-space-6);border-left:3px solid var(--vujx-accent);padding-left:var(--vujx-space-4)}
.supplement-badge{display:inline-block;background:rgba(58,140,92,.2);color:var(--vujx-accent);border:1px solid var(--vujx-accent);border-radius:var(--vujx-radius-pill);padding:.3rem .9rem;font-size:.8rem;font-weight:700;margin-top:var(--vujx-space-4)}
.split-block{display:grid;grid-template-columns:1fr 1fr;gap:var(--vujx-space-12);align-items:center}
.split-text h2{margin-bottom:var(--vujx-space-4)}
.split-text p{color:var(--vujx-muted);margin-bottom:var(--vujx-space-4)}
.split-reverse .split-text{order:2}
.split-reverse .media{order:1}
.order-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--vujx-space-8);margin-top:var(--vujx-space-8)}
.step-card{background:var(--vujx-bg-alt);border:1px solid var(--vujx-border);border-radius:var(--vujx-radius-lg);padding:var(--vujx-space-8);text-align:center;transition:var(--vujx-transition)}
.step-card:hover{border-color:var(--vujx-accent)}
.step-num{width:3rem;height:3rem;border-radius:50%;background:var(--vujx-accent);color:#fff;font-family:var(--vujx-font-display);font-weight:800;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin:0 auto var(--vujx-space-4)}
.step-card h3{font-size:1rem;margin-bottom:.5rem}
.step-card p{font-size:.9rem;color:var(--vujx-muted)}
.steps-note{text-align:center;color:rgba(255,255,255,.5);font-size:.85rem;margin-top:var(--vujx-space-8)}
.trust-band{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--vujx-space-6)}
.trust-item{text-align:center;padding:var(--vujx-space-6);background:var(--vujx-card-bg);border:1px solid var(--vujx-border);border-radius:var(--vujx-radius);transition:var(--vujx-transition)}
.trust-item:hover{border-color:var(--vujx-accent)}
.trust-item i{font-size:1.8rem;color:var(--vujx-accent);display:block;margin-bottom:var(--vujx-space-4)}
.trust-item strong{display:block;font-size:.95rem;margin-bottom:.3rem}
.trust-item span{font-size:.82rem;color:var(--vujx-muted)}
.uxrf,.uqga,.uiod,.ulha{background:var(--vujx-bg-alt);color:var(--vujx-text);border:1px solid var(--vujx-border);border-radius:var(--vujx-radius-lg);padding:var(--vujx-space-8)}
.uxrf .uaiy{margin-bottom:var(--vujx-space-6)}
.uxrf .ujse{font-weight:600;margin-bottom:var(--vujx-space-4);color:var(--vujx-text)}
.uxrf .uicn{display:flex;flex-wrap:wrap;gap:.5rem}
.uxrf .uwbg{padding:.55rem 1.1rem;border:1px solid var(--vujx-border);border-radius:var(--vujx-radius-pill);background:var(--vujx-bg);color:var(--vujx-text);cursor:pointer;font:inherit;font-size:.9rem;transition:var(--vujx-transition)}
.uxrf .uwbg:hover{border-color:var(--vujx-accent);color:var(--vujx-accent)}
.uxrf .uwbg.is-sel{background:var(--vujx-accent);color:#fff;border-color:var(--vujx-accent)}
.uxrf .ubjp,.uxrf .utgq{margin-top:var(--vujx-space-6);padding:var(--vujx-space-6);background:rgba(58,140,92,.1);border-radius:var(--vujx-radius);border-left:4px solid var(--vujx-accent)}
.uxrf .ubjp p{color:var(--vujx-text);margin-bottom:var(--vujx-space-4)}
.uusb{font-family:var(--vujx-font-display)}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--vujx-space-8);margin-top:var(--vujx-space-6)}
.large-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.testimonial{background:var(--vujx-card-bg);border:1px solid var(--vujx-border);border-left:4px solid var(--vujx-accent);padding:var(--vujx-space-8);border-radius:var(--vujx-radius)}
.testimonial p{font-size:.95rem;color:var(--vujx-muted);margin:var(--vujx-space-4) 0;font-style:italic}
.testimonial cite{display:flex;align-items:center;gap:.7rem;font-style:normal;color:var(--vujx-text);font-weight:600;font-size:.9rem}
.review-avatar{border-radius:50%;flex-shrink:0}
.testimonial-disclaimer{font-size:.85rem;color:var(--vujx-muted);margin-bottom:var(--vujx-space-4)}
.rating-summary{display:flex;align-items:center;gap:var(--vujx-space-6);margin:var(--vujx-space-4) 0}
.rating-big{font-family:var(--vujx-font-display);font-size:3.5rem;font-weight:800;color:var(--vujx-accent);line-height:1}
.rating-count{display:block;font-size:.85rem;color:rgba(255,255,255,.6)}
.review-cta-link{margin-top:var(--vujx-space-8);font-size:.9rem;color:var(--vujx-muted);text-align:center}
.faq{display:grid;gap:.5rem;margin-top:var(--vujx-space-6)}
.uyyl{background:var(--vujx-card-bg);border:1px solid var(--vujx-border);border-radius:var(--vujx-radius)}
.uxjv{width:100%;background:none;border:0;color:var(--vujx-text);font-family:var(--vujx-font-display);font-weight:600;font-size:1rem;padding:var(--vujx-space-6);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:var(--vujx-space-4);transition:var(--vujx-transition)}
.uxjv:hover{color:var(--vujx-accent)}
.uxjv i{flex-shrink:0;transition:transform var(--vujx-transition);color:var(--vujx-muted)}
.uyyl.is-open .uxjv i{transform:rotate(180deg)}
.unqy{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-answer-inner{padding:0 var(--vujx-space-6) var(--vujx-space-6)}
.faq-answer-inner p{color:var(--vujx-muted);font-size:.95rem}
.faq-answer-inner a{color:var(--vujx-accent)}
.faq-more{margin-top:var(--vujx-space-6);font-size:.9rem;color:var(--vujx-muted)}
.faq-more a{color:var(--vujx-accent)}
.faq-section-title{margin-top:var(--vujx-space-12)}
.faq-container{max-width:820px}
.order-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:var(--vujx-space-12);align-items:start}
.order-product h2{margin-bottom:var(--vujx-space-4)}
.order-product small{font-size:.85rem;color:var(--vujx-muted)}
.order-trust-list{list-style:none;margin:var(--vujx-space-6) 0;display:grid;gap:.5rem}
.order-trust-list li{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--vujx-muted)}
.order-trust-list i{color:var(--vujx-accent)}
.order-detail-img{margin-top:var(--vujx-space-6)}
.uxgh{background:#1e2128;color:var(--vujx-text);border:1px solid var(--vujx-border);border-radius:var(--vujx-radius-lg);box-shadow:var(--vujx-shadow-md);padding:var(--vujx-space-8)}
.uxgh h3{margin-bottom:var(--vujx-space-4);font-size:1.2rem}
.uxgh .btn-block{width:100%;justify-content:center;margin-top:var(--vujx-space-6)}
.order-note{font-size:.82rem;color:var(--vujx-muted);text-align:center;margin-top:var(--vujx-space-4)}
.uolp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.phone-row{display:grid;grid-template-columns:minmax(84px,auto) 1fr;gap:.5rem}
.phone-row select{padding:.75rem .6rem;border:1px solid var(--vujx-border);border-radius:var(--vujx-radius-sm);font:inherit;background:var(--vujx-bg);color:var(--vujx-text)}
.form-group{margin-bottom:var(--vujx-space-4);position:relative}
.form-group label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.95rem;color:var(--vujx-text)}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--vujx-border);border-radius:var(--vujx-radius-sm);font:inherit;background:var(--vujx-bg);color:var(--vujx-text);transition:var(--vujx-transition)}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--vujx-accent)}
.form-group textarea{resize:vertical;min-height:120px}
.form-checkbox{display:flex;align-items:flex-start;gap:.7rem;flex-wrap:wrap}
.form-checkbox input{flex-shrink:0;width:1.1rem;height:1.1rem;margin-top:.2rem;accent-color:var(--vujx-accent)}
.form-checkbox label{flex:1;font-size:.88rem;color:var(--vujx-muted);font-weight:400}
.form-checkbox label a{color:var(--vujx-accent)}
.ukof{display:none;color:#e05050;font-size:.82rem;margin-top:.25rem}
.ukof.is-visible{display:block}
.product-pack{max-width:300px;margin-inline:auto}
.product-pack svg{width:100%;height:auto;display:block;filter:drop-shadow(0 14px 28px rgba(0,0,0,.4))}
.payment-methods{font-size:.82rem;color:var(--vujx-muted);margin-top:.5rem}
.cta-band-inner{text-align:center}
.cta-band-inner h2{margin-bottom:var(--vujx-space-4);color:#fff}
.cta-band-inner p{color:rgba(255,255,255,.8);margin-bottom:var(--vujx-space-6)}
.spec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--vujx-space-6);margin-top:var(--vujx-space-8)}
.spec-card{background:var(--vujx-card-bg);border:1px solid var(--vujx-border);border-radius:var(--vujx-radius);padding:var(--vujx-space-6);text-align:center;transition:var(--vujx-transition)}
.spec-card:hover{border-color:var(--vujx-accent)}
.spec-card i{font-size:1.6rem;color:var(--vujx-accent);display:block;margin-bottom:var(--vujx-space-4)}
.spec-card strong{display:block;font-size:.95rem;margin-bottom:.3rem}
.spec-card span{font-size:.85rem;color:var(--vujx-muted)}
.consult-note{font-size:.85rem;color:var(--vujx-muted);margin-top:var(--vujx-space-8);padding:var(--vujx-space-4);background:rgba(58,140,92,.08);border-radius:var(--vujx-radius);border-left:3px solid var(--vujx-accent)}
.ingredient-claim{font-size:.85rem;color:var(--vujx-muted);margin-top:var(--vujx-space-4);font-style:italic}
.ingredient-spotlight{display:grid;gap:var(--vujx-space-12)}
.spotlight-block{display:grid;grid-template-columns:1fr 1fr;gap:var(--vujx-space-8);align-items:center}
.spotlight-block.spotlight-reverse .media{order:2}
.spotlight-block.spotlight-reverse .spotlight-text{order:1}
.spotlight-text h3{margin-bottom:var(--vujx-space-4)}
.spotlight-text p{color:var(--vujx-muted);font-size:.95rem;margin-bottom:.5rem}
.dose-table{width:100%;border-collapse:collapse}
.dose-table th,.dose-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--vujx-border);font-size:.95rem}
.dose-table thead th{background:var(--vujx-bg-alt);font-family:var(--vujx-font-display);font-weight:700;color:var(--vujx-text)}
.dose-note{font-size:.8rem;color:var(--vujx-muted);margin-top:.5rem}
.table-wrap{overflow-x:auto}
.data-table{width:100%;border-collapse:collapse}
.data-table th,.data-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--vujx-border);font-size:.9rem}
.data-table thead th{background:var(--vujx-bg-alt);font-family:var(--vujx-font-display);font-weight:700}
.timeline-v{display:grid;gap:var(--vujx-space-8);position:relative;padding-left:var(--vujx-space-12)}
.timeline-v::before{content:"";position:absolute;left:11px;top:6px;bottom:6px;width:2px;background:var(--vujx-border)}
.timeline-v .tl-step{position:relative}
.timeline-v .tl-dot{position:absolute;left:-48px;top:0;width:26px;height:26px;border-radius:50%;background:var(--vujx-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;font-family:var(--vujx-font-display)}
.tl-step h3{margin-bottom:.5rem}
.tl-step p{color:var(--vujx-muted);font-size:.95rem}
.usage-timeline{max-width:680px}
.contact-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:var(--vujx-space-12);align-items:start}
.contact-info-panel h2{margin-bottom:var(--vujx-space-6)}
.contact-info-item{display:flex;gap:var(--vujx-space-6);padding:var(--vujx-space-6) 0;border-bottom:1px solid var(--vujx-border)}
.contact-info-item:last-child{border-bottom:0}
.contact-info-item i{font-size:1.3rem;color:var(--vujx-accent);flex-shrink:0;margin-top:.2rem}
.contact-info-item strong{display:block;font-size:.95rem;margin-bottom:.3rem}
.contact-info-item a{color:var(--vujx-accent)}
.map-container{border-radius:var(--vujx-radius-lg);overflow:hidden;border:1px solid var(--vujx-border)}
.map-container iframe{display:block;width:100%;height:450px;border:0}
.page-hero{padding:var(--vujx-space-16) 0}
.page-title{font-size:clamp(1.8rem,1.4rem + 2vw,3rem);font-weight:800;margin:var(--vujx-space-4) 0}
.page-lead{color:rgba(255,255,255,.7);font-size:1.05rem;max-width:640px;margin-top:var(--vujx-space-4)}
.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--vujx-muted);margin-bottom:var(--vujx-space-4)}
.breadcrumb a{color:var(--vujx-muted)}
.breadcrumb a:hover{color:var(--vujx-accent)}
.breadcrumb span{color:var(--vujx-muted)}
.legal-page{min-height:60vh}
.legal-container{max-width:820px}
.legal-container h1{margin-bottom:var(--vujx-space-4)}
.legal-container h2{font-size:1.2rem;margin:var(--vujx-space-8) 0 var(--vujx-space-4)}
.legal-container p{color:var(--vujx-muted);margin-bottom:var(--vujx-space-4);font-size:.95rem}
.legal-container ul{list-style:disc;padding-left:var(--vujx-space-6);color:var(--vujx-muted);margin-bottom:var(--vujx-space-4)}
.legal-container ul li{margin-bottom:.4rem;font-size:.95rem}
.legal-container a{color:var(--vujx-accent)}
.legal-date{font-size:.85rem;color:var(--vujx-muted);margin-bottom:var(--vujx-space-8)}
.honesty-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--vujx-space-8);margin-top:var(--vujx-space-8)}
.honesty-card{background:var(--vujx-card-bg);border:1px solid var(--vujx-border);border-radius:var(--vujx-radius-lg);padding:var(--vujx-space-8)}
.honesty-card h3{display:flex;align-items:center;gap:.6rem;font-size:1.05rem;margin-bottom:var(--vujx-space-6)}
.honesty-is h3 i{color:var(--vujx-accent)}
.honesty-not h3 i{color:#e05050}
.honesty-card ul{list-style:none;display:grid;gap:.6rem}
.honesty-card ul li{font-size:.9rem;color:var(--vujx-muted);padding-left:1rem;position:relative}
.honesty-card ul li::before{content:"–";position:absolute;left:0;color:var(--vujx-muted)}
.company-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--vujx-space-6);margin-top:var(--vujx-space-8)}
.company-info-item{display:flex;gap:var(--vujx-space-4);align-items:flex-start;padding:var(--vujx-space-6);background:var(--vujx-card-bg);border:1px solid var(--vujx-border);border-radius:var(--vujx-radius)}
.company-info-item i{font-size:1.3rem;color:var(--vujx-accent);flex-shrink:0;margin-top:.15rem}
.company-info-item strong{display:block;font-size:.9rem;font-weight:700;margin-bottom:.3rem}
.company-info-item p{font-size:.9rem;color:var(--vujx-muted)}
.thankyou-section{min-height:60vh;display:flex;align-items:center}
.thankyou-container{max-width:560px;margin-inline:auto;text-align:center;padding:var(--vujx-space-12)}
.thankyou-icon{font-size:4rem;color:var(--vujx-accent);margin-bottom:var(--vujx-space-8)}
.thankyou-container h1{margin-bottom:var(--vujx-space-4)}
.thankyou-container p{color:var(--vujx-muted);margin-bottom:var(--vujx-space-4)}
.thankyou-container .btn{margin-top:var(--vujx-space-8)}
.thankyou-lead{font-size:1.05rem}
.error-code{font-family:var(--vujx-font-display);font-size:8rem;font-weight:800;color:var(--vujx-accent);line-height:1;margin-bottom:var(--vujx-space-4)}
.site-footer{background:#0f1218;border-top:1px solid var(--vujx-border);padding:var(--vujx-space-16) 0 var(--vujx-space-8)}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:var(--vujx-space-8);margin-bottom:var(--vujx-space-12)}
.footer-brand strong{font-family:var(--vujx-font-display);font-size:1.1rem;display:block;margin-bottom:var(--vujx-space-4)}
.footer-brand p{font-size:.9rem;color:var(--vujx-muted)}
.footer-col h4{font-family:var(--vujx-font-display);font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--vujx-muted);margin-bottom:var(--vujx-space-4)}
.footer-col ul{display:grid;gap:.5rem}
.footer-col ul li a{font-size:.9rem;color:var(--vujx-muted);transition:var(--vujx-transition)}
.footer-col ul li a:hover{color:var(--vujx-accent)}
.footer-col p{font-size:.88rem;color:var(--vujx-muted);line-height:1.6}
.footer-col a{color:var(--vujx-muted)}
.footer-col a:hover{color:var(--vujx-accent)}
.payment-methods{font-size:.82rem;color:var(--vujx-muted);margin-top:var(--vujx-space-4)}
.footer-legal-links{display:flex;flex-wrap:wrap;gap:var(--vujx-space-4) var(--vujx-space-8);padding:var(--vujx-space-6) 0;border-top:1px solid var(--vujx-border);border-bottom:1px solid var(--vujx-border);margin-bottom:var(--vujx-space-6)}
.footer-legal-links a{font-size:.82rem;color:var(--vujx-muted);transition:var(--vujx-transition)}
.footer-legal-links a:hover{color:var(--vujx-accent)}
.footer-disclaimer{font-size:.8rem;color:var(--vujx-muted);opacity:.7;margin-bottom:var(--vujx-space-6);max-width:760px}
.footer-bottom{display:flex;flex-wrap:wrap;gap:var(--vujx-space-4);justify-content:space-between;font-size:.82rem;color:var(--vujx-muted)}
.uzrm{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:90;background:#1e2128;border:1px solid var(--vujx-border);border-radius:var(--vujx-radius-lg);box-shadow:var(--vujx-shadow-lg);padding:var(--vujx-space-6);transform:translateY(150%);transition:transform .4s ease}
.uzrm.is-visible{transform:none}
.cookie-banner-inner{display:flex;flex-wrap:wrap;align-items:center;gap:var(--vujx-space-4)}
.cookie-banner-text{flex:1;font-size:.9rem;color:var(--vujx-muted);min-width:200px}
.cookie-banner-text a{color:var(--vujx-accent)}
.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:.5rem}
.umuk{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.7)}
.umuk.is-visible{display:flex}
.urwl{background:#1e2128;border:1px solid var(--vujx-border);border-radius:var(--vujx-radius-lg);padding:var(--vujx-space-8);max-width:480px;width:92%;max-height:90vh;overflow-y:auto}
.urwl h2{margin-bottom:var(--vujx-space-4)}
.urwl p{font-size:.9rem;color:var(--vujx-muted);margin-bottom:var(--vujx-space-6)}
.cookie-toggle{display:flex;align-items:center;justify-content:space-between;gap:var(--vujx-space-4);padding:var(--vujx-space-4) 0;border-bottom:1px solid var(--vujx-border)}
.cookie-toggle:last-of-type{border-bottom:0}
.cookie-toggle h4{font-size:.95rem;margin-bottom:.2rem}
.cookie-toggle p{font-size:.82rem;color:var(--vujx-muted);margin-bottom:0}
.cookie-modal-actions{display:flex;gap:.5rem;margin-top:var(--vujx-space-6);flex-wrap:wrap}
.switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}
.switch input{opacity:0;width:0;height:0}
.slider{position:absolute;inset:0;background:#3a4250;border-radius:999px;transition:var(--vujx-transition);cursor:pointer}
.slider::before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:var(--vujx-transition)}
.switch input:checked + .slider{background:var(--vujx-accent)}
.switch input:checked + .slider::before{transform:translateX(20px)}
.switch input:disabled + .slider{opacity:.5;cursor:not-allowed}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.reveal.is-visible{opacity:1;transform:none}
.back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:40;width:44px;height:44px;border-radius:50%;background:var(--vujx-accent);color:#fff;border:0;cursor:pointer;display:none;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:var(--vujx-shadow-md);transition:var(--vujx-transition)}
.back-to-top.is-visible{display:flex}
.back-to-top:hover{background:var(--vujx-accent-dark)}
.ingredient-badge{font-size:.82rem;color:var(--vujx-muted);margin-top:var(--vujx-space-4)}
.usage-timeline .tl-step h3{color:var(--vujx-text)}
.faq-section-title{margin-top:var(--vujx-space-12)}

@media(max-width:1024px){
  .footer-grid{grid-template-columns:1fr 1fr;gap:var(--vujx-space-8)}
  .hero-card-layout{gap:var(--vujx-space-8)}
}
@media(max-width:768px){
  .uypi{display:flex}
  .urfh{position:fixed;inset:var(--vujx-header-height) 0 auto 0;flex-direction:column;background:#1c1f24;padding:var(--vujx-space-6);box-shadow:var(--vujx-shadow-lg);transform:translateY(-150%);transition:var(--vujx-transition);z-index:49}
  .urfh.is-open{transform:none}
  .urfh a{padding:var(--vujx-space-4) 0;border-bottom:1px solid var(--vujx-border);width:100%}
  .urfh a:last-child{border-bottom:0}
  .hero-card-layout{grid-template-columns:1fr}
  .hero-bg-photo{display:none}
  .split-block,.spotlight-block,.contact-layout,.order-layout,.honesty-grid{grid-template-columns:1fr}
  .spotlight-block.spotlight-reverse .media,.spotlight-block.spotlight-reverse .spotlight-text{order:unset}
  .split-reverse .split-text,.split-reverse .media{order:unset}
  .order-steps{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .container{width:90%}
  .trust-band{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){
  .trust-band{grid-template-columns:1fr}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%;justify-content:center}
  .stats-strip{grid-template-columns:repeat(2,1fr)}
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uzrm{position:fixed !important;left:1rem;right:1rem;bottom:1rem;z-index:9000 !important;max-width:760px;margin-left:auto;margin-right:auto;background:#fff;color:#1a1a1a;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.18);padding:1rem 1.25rem;transform:translateY(220%);transition:transform .32s ease}
.uzrm.is-visible,.cookie-banner--visible,.uzrm.show,.uzrm.active{transform:none !important}
.uzrm a{color:inherit;text-decoration:underline}
.uzrm button{cursor:pointer}
.umuk{position:fixed !important;inset:0;z-index:9001 !important;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5);padding:1rem}
.umuk.is-visible,.cookie-modal--visible,.umuk.show,.umuk.active{display:flex !important}
.urwl,.umuk>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.uqlg .uxrf,.uqlg .uqga,.uqlg .uiod,.uqlg .ulha,.ulte .uxrf,.ulte .uqga,.ulte .uiod,.ulte .ulha{background:#fff !important;color:#1a1a1a !important}
.uxrf,.uqga{color:#1a1a1a !important}
.uxrf label,.uqga label,.uxrf p,.uqga p,.uxrf .ujse,.uxrf span,.uqga span,.uknp,.utgq,.uiod .uerq,.uiod .uerq *{color:#1a1a1a !important}
.uknp,.utgq{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uxrf .uwbg{color:#1a1a1a !important}
.uxrf .uwbg.is-sel{color:#fff !important}
.uxgh .ukof{display:none}
.uxgh .ukof.is-visible{display:block !important;color:#c0392b}
.uxgh .uolp,.uxgh [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uxgh{color:#1a1a1a}
.uqlg .uxgh,.ulte .uxgh{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uauq{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uauq img{width:100%;height:100%;object-fit:cover}
.uzwx,.urbh{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uzwx img,.urbh img{width:100%;height:100%;object-fit:cover;display:block}
.uzwx img{opacity:.28}
.urbh img{opacity:.07}
*:has(> .uzwx),*:has(> .urbh){position:relative}
.umtu{position:absolute !important;left:50%;top:52%;transform:translate(-50%,-50%);width:52%;max-width:280px;text-align:center;pointer-events:none;color:#2c2c2c;background:rgba(250,246,238,.94);border-radius:10px;padding:1rem .8rem;box-shadow:0 2px 14px rgba(0,0,0,.16)}
.umtu .upun{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.umtu .udmw{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.uqde{margin:1.4rem auto;max-width:920px}
.uqde img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.uoxp{padding:3rem 0}
.uvfk{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uvfk img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.ulha{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uree{display:flex;overflow:hidden;gap:0 !important}
.utud{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uvru{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer;z-index:2;font-size:1.1rem;line-height:1}
.uxcc{left:.5rem}.uyyp{right:.5rem}
.uiod .uerq{display:none}.uiod .uerq.is-active{display:block}
.uxrf .uaiy{display:block !important}
.uxrf .uicn{display:flex;flex-wrap:wrap;gap:.5rem}
.uxrf .uwbg{cursor:pointer}
