:root{
  --vdoo-accent:#1B4FD8;
  --vdoo-accent-dark:#1340b0;
  --vdoo-accent-light:#e8eefb;
  --vdoo-bg:#ffffff;
  --vdoo-bg-alt:#f4f6fb;
  --vdoo-text:#0f1623;
  --vdoo-muted:#4a5568;
  --vdoo-border:#d6ddf0;
  --vdoo-font-display:"Plus Jakarta Sans",system-ui,sans-serif;
  --vdoo-font-body:"DM Sans",system-ui,sans-serif;
  --vdoo-space-2:.5rem;
  --vdoo-space-4:1rem;
  --vdoo-space-6:1.5rem;
  --vdoo-space-8:2rem;
  --vdoo-space-12:3rem;
  --vdoo-space-16:4rem;
  --vdoo-space-20:5rem;
  --vdoo-radius-sm:.375rem;
  --vdoo-radius:.875rem;
  --vdoo-radius-lg:1.5rem;
  --vdoo-radius-pill:999px;
  --vdoo-shadow-sm:0 1px 4px rgba(15,22,35,.07);
  --vdoo-shadow-md:0 6px 28px rgba(15,22,35,.11);
  --vdoo-shadow-lg:0 18px 52px rgba(15,22,35,.15);
  --vdoo-transition:.26s ease;
  --vdoo-max-width:1200px;
  --vdoo-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(--vdoo-font-body);color:var(--vdoo-text);background:var(--vdoo-bg);line-height:1.68;font-size:clamp(.95rem,.88rem+.32vw,1.06rem)}
h1,h2,h3,h4,h5{font-family:var(--vdoo-font-display);line-height:1.13;color:var(--vdoo-text)}
h1{font-size:clamp(2rem,1.4rem+2.6vw,3.4rem)}
h2{font-size:clamp(1.55rem,1.1rem+1.8vw,2.5rem)}
h3{font-size:clamp(1.1rem,.95rem+.6vw,1.45rem)}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
ul,ol{padding-left:1.4rem}
.container{width:92%;max-width:var(--vdoo-max-width);margin-inline:auto}
.section{padding:var(--vdoo-space-20) 0}
.section-alt{background:var(--vdoo-bg-alt)}
.usho{background:var(--vdoo-text);color:#fff}
.usho h1,.usho h2,.usho h3,.usho h4{color:#fff}
.usho a{color:var(--vdoo-accent-light)}
.uito{background:var(--vdoo-accent);color:#fff}
.uito h1,.uito h2,.uito h3{color:#fff}
.section-eyebrow{display:block;font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--vdoo-accent);margin-bottom:.7rem}
.section-title{margin-bottom:1rem}
.section-lead{color:var(--vdoo-muted);max-width:54ch;margin-bottom:var(--vdoo-space-8)}
.disclosure-bar{background:var(--vdoo-accent);color:#fff;text-align:center;padding:.45rem var(--vdoo-space-4);font-size:.8rem;letter-spacing:.02em}
.ulib{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.93);backdrop-filter:blur(10px);border-bottom:1px solid var(--vdoo-border);transition:box-shadow var(--vdoo-transition)}
.ulib.is-scrolled{box-shadow:var(--vdoo-shadow-md)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--vdoo-header-height);gap:var(--vdoo-space-4)}
.logo{display:flex;align-items:center;gap:.55rem;font-family:var(--vdoo-font-display);font-weight:800;font-size:1.2rem;color:var(--vdoo-text)}
.logo-mark{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;background:var(--vdoo-accent);color:#fff;font-size:.85rem;font-weight:800;letter-spacing:-.02em}
.logo-text{color:var(--vdoo-text)}
.uflg{display:flex;align-items:center;gap:var(--vdoo-space-6)}
.uflg a{font-weight:500;font-size:.95rem;color:var(--vdoo-muted);transition:color var(--vdoo-transition)}
.uflg a:hover,.uflg a.active{color:var(--vdoo-accent)}
.udld{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:.4rem}
.udld span{width:24px;height:2px;background:var(--vdoo-text);border-radius:2px;transition:var(--vdoo-transition)}
.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.75rem 1.5rem;border-radius:var(--vdoo-radius-pill);font-weight:700;font-family:var(--vdoo-font-display);cursor:pointer;border:2px solid transparent;transition:background var(--vdoo-transition),color var(--vdoo-transition),border-color var(--vdoo-transition),box-shadow var(--vdoo-transition);font-size:.95rem;line-height:1}
.btn-primary{background:var(--vdoo-accent);color:#fff;border-color:var(--vdoo-accent)}
.btn-primary:hover{background:var(--vdoo-accent-dark);border-color:var(--vdoo-accent-dark);box-shadow:0 4px 18px rgba(27,79,216,.3)}
.btn-outline{background:transparent;border-color:var(--vdoo-accent);color:var(--vdoo-accent)}
.btn-outline:hover{background:var(--vdoo-accent);color:#fff}
.btn-white{background:#fff;color:var(--vdoo-accent);border-color:#fff}
.btn-white:hover{background:var(--vdoo-accent-light);border-color:var(--vdoo-accent-light)}
.btn-sm{padding:.5rem 1rem;font-size:.85rem}
.btn-block{width:100%;justify-content:center}
.card{background:#fff;border-radius:var(--vdoo-radius);box-shadow:var(--vdoo-shadow-sm);padding:var(--vdoo-space-6);transition:box-shadow var(--vdoo-transition),transform var(--vdoo-transition)}
.card:hover{box-shadow:var(--vdoo-shadow-md);transform:translateY(-2px)}
.card-dark{background:rgba(255,255,255,.08);border-radius:var(--vdoo-radius);border:1px solid rgba(255,255,255,.15);padding:var(--vdoo-space-6)}
.card-dark h3{color:#fff}
.card-dark p{color:rgba(255,255,255,.8)}
.media{position:relative;overflow:hidden;border-radius:var(--vdoo-radius);background:linear-gradient(135deg,var(--vdoo-accent) 0%,var(--vdoo-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}
.media-2x3{aspect-ratio:2/3}
.badge{display:inline-block;background:var(--vdoo-accent-light);color:var(--vdoo-accent);padding:.25rem .75rem;border-radius:var(--vdoo-radius-pill);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem}
.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--vdoo-muted);margin-bottom:1.5rem}
.breadcrumb a{color:var(--vdoo-accent)}
.breadcrumb span{opacity:.5}
.stars{color:#e8a534;letter-spacing:.08em;font-size:1.05rem}
.price-block{display:flex;align-items:baseline;gap:var(--vdoo-space-4);flex-wrap:wrap;margin:var(--vdoo-space-4) 0}
.price-old{color:var(--vdoo-muted);font-size:1.1rem;text-decoration:line-through;opacity:.8}
.price-new{font-family:var(--vdoo-font-display);font-size:clamp(1.6rem,1.2rem+1.6vw,2.3rem);color:var(--vdoo-accent);font-weight:800}
.price-badge{background:var(--vdoo-accent);color:#fff;padding:.22rem .7rem;border-radius:var(--vdoo-radius-pill);font-size:.82rem;font-weight:700}
.hl{color:var(--vdoo-accent)}
.checklist{list-style:none;padding:0;display:grid;gap:.75rem;margin:var(--vdoo-space-4) 0}
.checklist li{display:flex;align-items:flex-start;gap:.7rem;font-size:.97rem}
.check-ic{flex:0 0 auto;width:2rem;height:2rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--vdoo-accent-light);color:var(--vdoo-accent);font-size:.95rem;margin-top:.05rem}
.supplement-note,.supplement-note-inline{font-size:.82rem;color:var(--vdoo-muted);margin-top:var(--vdoo-space-4);font-style:italic}
.hero{position:relative;overflow:hidden}
.section-hero{padding:var(--vdoo-space-20) 0}
.ufes{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.ufes img{width:100%;height:100%;object-fit:cover;opacity:.12}
.section-hero>.container{position:relative;z-index:1}
.hero-bigphoto{display:grid;grid-template-columns:38% 62%;gap:var(--vdoo-space-12);align-items:center}
.hero-content{min-width:0}
.hero-eyebrow{display:block;font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--vdoo-accent);margin-bottom:.75rem}
.hero-title{margin-bottom:1rem;letter-spacing:-.02em}
.hero-lead{color:var(--vdoo-muted);margin-bottom:var(--vdoo-space-4);font-size:1.05rem}
.hero-rating{display:flex;align-items:center;gap:.5rem;font-size:.92rem;color:var(--vdoo-muted);margin-bottom:var(--vdoo-space-2)}
.hero-actions{display:flex;gap:var(--vdoo-space-4);flex-wrap:wrap;margin-top:var(--vdoo-space-6)}
.hero-note{font-size:.82rem;color:var(--vdoo-muted);margin-top:.75rem}
.hero-photo-col{width:100%}
.bigstat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--vdoo-space-8);text-align:center}
.bigstat b{display:block;font-family:var(--vdoo-font-display);font-size:clamp(2.2rem,1.5rem+2vw,3.2rem);color:#fff;font-weight:800;line-height:1}
.bigstat span{font-size:.88rem;color:rgba(255,255,255,.8);margin-top:.35rem;display:block}
.stat-note{text-align:center;font-size:.8rem;color:rgba(255,255,255,.6);margin-top:var(--vdoo-space-6)}
.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:var(--vdoo-space-6)}
.benefit-card{text-align:center}
.benefit-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--vdoo-accent-light);color:var(--vdoo-accent);font-size:1.3rem;margin-bottom:.85rem}
.benefit-card h3{font-size:1rem;margin-bottom:.4rem}
.benefit-card p{font-size:.88rem;color:var(--vdoo-muted)}
.order-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--vdoo-space-8)}
.step-card{text-align:center}
.step-num{width:3rem;height:3rem;border-radius:50%;background:var(--vdoo-accent);color:#fff;font-family:var(--vdoo-font-display);font-weight:800;font-size:1.2rem;display:inline-flex;align-items:center;justify-content:center;margin:0 auto var(--vdoo-space-4)}
.step-card h3{margin-bottom:.5rem}
.steps-note{text-align:center;font-size:.85rem;color:var(--vdoo-muted);margin-top:var(--vdoo-space-6)}
.trust-band{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--vdoo-space-6);text-align:center}
.trust-item i{font-size:1.8rem;color:var(--vdoo-accent-light);display:block;margin-bottom:.5rem}
.usho .trust-item i{color:var(--vdoo-accent-light)}
.trust-item strong{display:block;color:#fff;margin-bottom:.25rem;font-family:var(--vdoo-font-display)}
.trust-item span{font-size:.85rem;color:rgba(255,255,255,.7)}
.split-block{display:grid;grid-template-columns:1fr 1fr;gap:var(--vdoo-space-12);align-items:center}
.split-text h2{margin-bottom:1rem}
.split-text p{color:var(--vdoo-muted);margin-bottom:.85rem}
.split-reverse .media-block{order:-1}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--vdoo-space-6)}
.testimonial-grid-full{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.testimonial{background:var(--vdoo-bg);border-left:4px solid var(--vdoo-accent);padding:var(--vdoo-space-6);border-radius:var(--vdoo-radius);box-shadow:var(--vdoo-shadow-sm)}
.testimonial .stars{display:block;margin-bottom:.5rem}
.testimonial p{font-size:.95rem;color:var(--vdoo-text);font-style:italic;margin-bottom:.75rem}
.testimonial cite{display:flex;align-items:center;gap:.6rem;font-style:normal;font-size:.85rem;color:var(--vdoo-muted);font-weight:600}
.review-avatar{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--vdoo-accent);color:#fff;font-size:.7rem;font-weight:700;flex-shrink:0}
.testimonial-disclaimer{font-size:.82rem;color:var(--vdoo-muted);font-style:italic}
.reviews-summary{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}
.reviews-summary strong{font-family:var(--vdoo-font-display);font-size:1.1rem}
.order-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:var(--vdoo-space-12);align-items:start}
.order-product h3{font-size:1.1rem;margin-bottom:.3rem}
.order-product p{color:var(--vdoo-muted);font-size:.9rem;margin-bottom:var(--vdoo-space-4)}
.order-guarantees{list-style:none;padding:0;margin-top:var(--vdoo-space-4);display:grid;gap:.5rem}
.order-guarantees li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--vdoo-muted)}
.order-guarantees i{color:var(--vdoo-accent)}
.order-product-info{margin-top:var(--vdoo-space-6)}
.product-pack{max-width:280px;margin-inline:auto;margin-bottom:var(--vdoo-space-6)}
.product-pack svg{width:100%;height:auto;display:block;filter:drop-shadow(0 14px 36px rgba(0,0,0,.18))}
.uwsz{background:#fff;color:var(--vdoo-text);border:1px solid var(--vdoo-border);border-radius:var(--vdoo-radius-lg);box-shadow:var(--vdoo-shadow-md);padding:var(--vdoo-space-8)}
.uwsz h3{margin-bottom:var(--vdoo-space-4);font-size:1.2rem}
.form-group{margin-bottom:var(--vdoo-space-4)}
.form-group label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.92rem}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1.5px solid var(--vdoo-border);border-radius:var(--vdoo-radius-sm);font:inherit;color:var(--vdoo-text);background:#fff;transition:border-color var(--vdoo-transition)}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--vdoo-accent)}
.form-checkbox{display:flex;gap:.6rem;align-items:flex-start}
.form-checkbox input[type="checkbox"]{width:1.1rem;height:1.1rem;flex-shrink:0;margin-top:.2rem;accent-color:var(--vdoo-accent)}
.form-checkbox label{font-weight:400;font-size:.88rem;color:var(--vdoo-muted)}
.form-checkbox label a{color:var(--vdoo-accent);text-decoration:underline}
.uaml{display:none;color:#c0392b;font-size:.82rem;margin-top:.3rem}
.uaml.is-visible{display:block}
.phone-row{display:grid;grid-template-columns:minmax(80px,auto) 1fr;gap:.5rem}
.phone-row select{padding:.75rem .6rem}
.order-note{font-size:.82rem;color:var(--vdoo-muted);text-align:center;margin-top:.75rem}
.uupv{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.cta-band-inner{text-align:center}
.cta-band-inner h2{color:#fff;margin-bottom:.75rem}
.cta-band-inner p{color:rgba(255,255,255,.85);margin-bottom:var(--vdoo-space-6)}
.uito .btn-outline{border-color:#fff;color:#fff}
.uito .btn-outline:hover{background:#fff;color:var(--vdoo-accent)}
.page-hero{padding-top:var(--vdoo-space-12)}
.page-title{margin-bottom:1rem}
.page-lead{color:var(--vdoo-muted);max-width:56ch}
.faq{display:grid;gap:.5rem}
.uzul{border:1px solid var(--vdoo-border);border-radius:var(--vdoo-radius);overflow:hidden}
.ugri{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--vdoo-space-4);padding:var(--vdoo-space-4) var(--vdoo-space-6);background:#fff;border:0;font:600 1rem/1.3 var(--vdoo-font-display);color:var(--vdoo-text);cursor:pointer;text-align:left;transition:background var(--vdoo-transition)}
.ugri:hover{background:var(--vdoo-bg-alt)}
.ugri i{transition:transform var(--vdoo-transition);flex-shrink:0;color:var(--vdoo-accent)}
.uzul.is-open .ugri i{transform:rotate(180deg)}
.uusc{max-height:0;overflow:hidden;transition:max-height .36s ease}
.faq-answer-inner{padding:0 var(--vdoo-space-6) var(--vdoo-space-4)}
.faq-answer-inner p{color:var(--vdoo-muted);font-size:.95rem}
.faq-answer-inner a{color:var(--vdoo-accent);text-decoration:underline}
.faq-group-title{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;color:var(--vdoo-accent);font-weight:700;margin-bottom:.75rem}
.faq-page-layout{display:grid;grid-template-columns:200px 1fr;gap:var(--vdoo-space-12);align-items:start}
.faq-cat-list{list-style:none;padding:0;display:grid;gap:.35rem}
.faq-cat-list a{font-size:.9rem;color:var(--vdoo-muted);padding:.35rem .6rem;border-radius:var(--vdoo-radius-sm);display:block;transition:background var(--vdoo-transition),color var(--vdoo-transition)}
.faq-cat-list a:hover{background:var(--vdoo-bg-alt);color:var(--vdoo-accent)}
.dose-table{width:100%;border-collapse:collapse}
.dose-table th,.dose-table td{padding:.7rem 1rem;text-align:left;border-bottom:1px solid var(--vdoo-border);font-size:.92rem}
.dose-table thead th{background:var(--vdoo-bg-alt);font-family:var(--vdoo-font-display);font-size:.85rem}
.dose-note{font-size:.8rem;color:var(--vdoo-muted);margin-top:.75rem}
.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(--vdoo-border);font-size:.92rem}
.data-table thead th{background:var(--vdoo-bg-alt);font-family:var(--vdoo-font-display)}
.ingredient-spotlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--vdoo-space-6)}
.ingredient-spotlight-card{padding:0;overflow:hidden}
.isc-body{padding:var(--vdoo-space-4) var(--vdoo-space-6) var(--vdoo-space-6)}
.isc-body h3{margin-bottom:.4rem}
.isc-body p{color:var(--vdoo-muted);font-size:.9rem}
.isc-note{font-size:.82rem;color:var(--vdoo-accent);font-weight:600;margin-top:.5rem}
.spec-grid{display:grid;grid-template-columns:repeat(auto
:root{
  --vdoo-accent:#1B4FD8;--vdoo-accent-dark:#1340b0;--vdoo-accent-light:#e8eefb;
  --vdoo-bg:#ffffff;--vdoo-bg-alt:#f4f6fb;--vdoo-text:#0f1623;--vdoo-muted:#4a5568;--vdoo-border:#d6ddf0;
  --vdoo-font-display:"Plus Jakarta Sans",system-ui,sans-serif;--vdoo-font-body:"DM Sans",system-ui,sans-serif;
  --vdoo-space-2:.5rem;--vdoo-space-4:1rem;--vdoo-space-6:1.5rem;--vdoo-space-8:2rem;--vdoo-space-12:3rem;--vdoo-space-16:4rem;--vdoo-space-20:5rem;
  --vdoo-radius-sm:.375rem;--vdoo-radius:.875rem;--vdoo-radius-lg:1.5rem;--vdoo-radius-pill:999px;
  --vdoo-shadow-sm:0 1px 4px rgba(15,22,35,.07);--vdoo-shadow-md:0 6px 28px rgba(15,22,35,.11);--vdoo-shadow-lg:0 18px 52px rgba(15,22,35,.15);
  --vdoo-transition:.26s ease;--vdoo-max-width:1200px;--vdoo-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(--vdoo-font-body);color:var(--vdoo-text);background:var(--vdoo-bg);line-height:1.68;font-size:clamp(.95rem,.88rem+.32vw,1.06rem)}
h1,h2,h3,h4,h5{font-family:var(--vdoo-font-display);line-height:1.13;color:var(--vdoo-text)}
h1{font-size:clamp(2rem,1.4rem+2.6vw,3.4rem)}
h2{font-size:clamp(1.55rem,1.1rem+1.8vw,2.5rem)}
h3{font-size:clamp(1.1rem,.95rem+.6vw,1.45rem)}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
ul,ol{padding-left:1.4rem}
.container{width:92%;max-width:var(--vdoo-max-width);margin-inline:auto}
.section{padding:var(--vdoo-space-20) 0}
.section-alt{background:var(--vdoo-bg-alt)}
.usho{background:var(--vdoo-text);color:#fff}
.usho h1,.usho h2,.usho h3,.usho h4{color:#fff}
.usho a{color:var(--vdoo-accent-light)}
.uito{background:var(--vdoo-accent);color:#fff}
.uito h1,.uito h2,.uito h3{color:#fff}
.section-eyebrow{display:block;font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--vdoo-accent);margin-bottom:.7rem}
.section-title{margin-bottom:1rem}
.section-lead{color:var(--vdoo-muted);max-width:54ch;margin-bottom:var(--vdoo-space-8)}
.disclosure-bar{background:var(--vdoo-accent);color:#fff;text-align:center;padding:.45rem var(--vdoo-space-4);font-size:.8rem;letter-spacing:.02em}
.ulib{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.93);backdrop-filter:blur(10px);border-bottom:1px solid var(--vdoo-border);transition:box-shadow var(--vdoo-transition)}
.ulib.is-scrolled{box-shadow:var(--vdoo-shadow-md)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--vdoo-header-height);gap:var(--vdoo-space-4)}
.logo{display:flex;align-items:center;gap:.55rem;font-family:var(--vdoo-font-display);font-weight:800;font-size:1.2rem;color:var(--vdoo-text)}
.logo-mark{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;background:var(--vdoo-accent);color:#fff;font-size:.85rem;font-weight:800}
.logo-text{color:var(--vdoo-text)}
.uflg{display:flex;align-items:center;gap:var(--vdoo-space-6)}
.uflg a{font-weight:500;font-size:.95rem;color:var(--vdoo-muted);transition:color var(--vdoo-transition)}
.uflg a:hover,.uflg a.active{color:var(--vdoo-accent)}
.udld{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:.4rem}
.udld span{width:24px;height:2px;background:var(--vdoo-text);border-radius:2px;transition:var(--vdoo-transition)}
.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.75rem 1.5rem;border-radius:var(--vdoo-radius-pill);font-weight:700;font-family:var(--vdoo-font-display);cursor:pointer;border:2px solid transparent;transition:background var(--vdoo-transition),color var(--vdoo-transition),border-color var(--vdoo-transition),box-shadow var(--vdoo-transition);font-size:.95rem;line-height:1}
.btn-primary{background:var(--vdoo-accent);color:#fff;border-color:var(--vdoo-accent)}
.btn-primary:hover{background:var(--vdoo-accent-dark);border-color:var(--vdoo-accent-dark);box-shadow:0 4px 18px rgba(27,79,216,.3)}
.btn-outline{background:transparent;border-color:var(--vdoo-accent);color:var(--vdoo-accent)}
.btn-outline:hover{background:var(--vdoo-accent);color:#fff}
.btn-white{background:#fff;color:var(--vdoo-accent);border-color:#fff}
.btn-white:hover{background:var(--vdoo-accent-light);border-color:var(--vdoo-accent-light)}
.btn-sm{padding:.5rem 1rem;font-size:.85rem}
.btn-block{width:100%;justify-content:center}
.card{background:#fff;border-radius:var(--vdoo-radius);box-shadow:var(--vdoo-shadow-sm);padding:var(--vdoo-space-6);transition:box-shadow var(--vdoo-transition),transform var(--vdoo-transition)}
.card:hover{box-shadow:var(--vdoo-shadow-md);transform:translateY(-2px)}
.card-dark{background:rgba(255,255,255,.08);border-radius:var(--vdoo-radius);border:1px solid rgba(255,255,255,.15);padding:var(--vdoo-space-6)}
.card-dark h3{color:#fff}
.card-dark p{color:rgba(255,255,255,.8)}
.media{position:relative;overflow:hidden;border-radius:var(--vdoo-radius);background:linear-gradient(135deg,var(--vdoo-accent) 0%,var(--vdoo-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}
.badge{display:inline-block;background:var(--vdoo-accent-light);color:var(--vdoo-accent);padding:.25rem .75rem;border-radius:var(--vdoo-radius-pill);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem}
.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--vdoo-muted);margin-bottom:1.5rem}
.breadcrumb a{color:var(--vdoo-accent)}
.breadcrumb span{opacity:.5}
.stars{color:#e8a534;letter-spacing:.08em;font-size:1.05rem}
.price-block{display:flex;align-items:baseline;gap:var(--vdoo-space-4);flex-wrap:wrap;margin:var(--vdoo-space-4) 0}
.price-old{color:var(--vdoo-muted);font-size:1.1rem;text-decoration:line-through;opacity:.8}
.price-new{font-family:var(--vdoo-font-display);font-size:clamp(1.6rem,1.2rem+1.6vw,2.3rem);color:var(--vdoo-accent);font-weight:800}
.price-badge{background:var(--vdoo-accent);color:#fff;padding:.22rem .7rem;border-radius:var(--vdoo-radius-pill);font-size:.82rem;font-weight:700}
.hl{color:var(--vdoo-accent)}
.checklist{list-style:none;padding:0;display:grid;gap:.75rem;margin:var(--vdoo-space-4) 0}
.checklist li{display:flex;align-items:flex-start;gap:.7rem;font-size:.97rem}
.check-ic{flex:0 0 auto;width:2rem;height:2rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--vdoo-accent-light);color:var(--vdoo-accent);font-size:.95rem;margin-top:.05rem}
.supplement-note,.supplement-note-inline{font-size:.82rem;color:var(--vdoo-muted);margin-top:var(--vdoo-space-4);font-style:italic}
.hero{position:relative;overflow:hidden}
.section-hero{padding:var(--vdoo-space-20) 0}
.ufes{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.ufes img{width:100%;height:100%;object-fit:cover;opacity:.12}
.section-hero>.container{position:relative;z-index:1}
.hero-bigphoto{display:grid;grid-template-columns:38% 62%;gap:var(--vdoo-space-12);align-items:center}
.hero-content{min-width:0}
.hero-eyebrow{display:block;font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--vdoo-accent);margin-bottom:.75rem}
.hero-title{margin-bottom:1rem;letter-spacing:-.02em}
.hero-lead{color:var(--vdoo-muted);margin-bottom:var(--vdoo-space-4);font-size:1.05rem}
.hero-rating{display:flex;align-items:center;gap:.5rem;font-size:.92rem;color:var(--vdoo-muted);margin-bottom:var(--vdoo-space-2)}
.hero-actions{display:flex;gap:var(--vdoo-space-4);flex-wrap:wrap;margin-top:var(--vdoo-space-6)}
.hero-note{font-size:.82rem;color:var(--vdoo-muted);margin-top:.75rem}
.hero-photo-col{width:100%}
.bigstat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--vdoo-space-8);text-align:center}
.bigstat b{display:block;font-family:var(--vdoo-font-display);font-size:clamp(2.2rem,1.5rem+2vw,3.2rem);color:#fff;font-weight:800;line-height:1}
.bigstat span{font-size:.88rem;color:rgba(255,255,255,.8);margin-top:.35rem;display:block}
.stat-note{text-align:center;font-size:.8rem;color:rgba(255,255,255,.6);margin-top:var(--vdoo-space-6)}
.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--vdoo-space-6)}
.benefit-card{text-align:center}
.benefit-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--vdoo-accent-light);color:var(--vdoo-accent);font-size:1.3rem;margin-bottom:.85rem}
.benefit-card h3{font-size:1rem;margin-bottom:.4rem}
.benefit-card p{font-size:.88rem;color:var(--vdoo-muted)}
.order-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--vdoo-space-8)}
.step-card{text-align:center}
.step-num{width:3rem;height:3rem;border-radius:50%;background:var(--vdoo-accent);color:#fff;font-family:var(--vdoo-font-display);font-weight:800;font-size:1.2rem;display:inline-flex;align-items:center;justify-content:center;margin:0 auto var(--vdoo-space-4)}
.step-card h3{margin-bottom:.5rem}
.steps-note{text-align:center;font-size:.85rem;color:var(--vdoo-muted);margin-top:var(--vdoo-space-6)}
.trust-band{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:var(--vdoo-space-6);text-align:center}
.trust-item i{font-size:1.8rem;color:var(--vdoo-accent-light);display:block;margin-bottom:.5rem}
.trust-item strong{display:block;color:#fff;margin-bottom:.25rem;font-family:var(--vdoo-font-display)}
.trust-item span{font-size:.85rem;color:rgba(255,255,255,.7)}
.split-block{display:grid;grid-template-columns:1fr 1fr;gap:var(--vdoo-space-12);align-items:center}
.split-text h2{margin-bottom:1rem}
.split-text p{color:var(--vdoo-muted);margin-bottom:.85rem}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--vdoo-space-6)}
.testimonial-grid-full{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.testimonial{background:var(--vdoo-bg);border-left:4px solid var(--vdoo-accent);padding:var(--vdoo-space-6);border-radius:var(--vdoo-radius);box-shadow:var(--vdoo-shadow-sm)}
.testimonial .stars{display:block;margin-bottom:.5rem}
.testimonial p{font-size:.95rem;color:var(--vdoo-text);font-style:italic;margin-bottom:.75rem}
.testimonial cite{display:flex;align-items:center;gap:.6rem;font-style:normal;font-size:.85rem;color:var(--vdoo-muted);font-weight:600}
.review-avatar{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--vdoo-accent);color:#fff;font-size:.7rem;font-weight:700;flex-shrink:0}
.testimonial-disclaimer{font-size:.82rem;color:var(--vdoo-muted);font-style:italic}
.reviews-summary{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}
.reviews-summary strong{font-family:var(--vdoo-font-display);font-size:1.1rem}
.order-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:var(--vdoo-space-12);align-items:start}
.order-product h3{font-size:1.1rem;margin-bottom:.3rem}
.order-product p{color:var(--vdoo-muted);font-size:.9rem;margin-bottom:var(--vdoo-space-4)}
.order-guarantees{list-style:none;padding:0;margin-top:var(--vdoo-space-4);display:grid;gap:.5rem}
.order-guarantees li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--vdoo-muted)}
.order-guarantees i{color:var(--vdoo-accent)}
.order-product-info{margin-top:var(--vdoo-space-6)}
.product-pack{max-width:280px;margin-inline:auto;margin-bottom:var(--vdoo-space-6)}
.product-pack svg{width:100%;height:auto;display:block;filter:drop-shadow(0 14px 36px rgba(0,0,0,.18))}
.uwsz{background:#fff;color:var(--vdoo-text);border:1px solid var(--vdoo-border);border-radius:var(--vdoo-radius-lg);box-shadow:var(--vdoo-shadow-md);padding:var(--vdoo-space-8)}
.uwsz h3{margin-bottom:var(--vdoo-space-4);font-size:1.2rem}
.usho .uwsz,.uito .uwsz{background:#fff;color:var(--vdoo-text)}
.form-group{margin-bottom:var(--vdoo-space-4)}
.form-group label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.92rem}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1.5px solid var(--vdoo-border);border-radius:var(--vdoo-radius-sm);font:inherit;color:var(--vdoo-text);background:#fff;transition:border-color var(--vdoo-transition)}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--vdoo-accent)}
.form-checkbox{display:flex;gap:.6rem;align-items:flex-start}
.form-checkbox input[type="checkbox"]{width:1.1rem;height:1.1rem;flex-shrink:0;margin-top:.2rem;accent-color:var(--vdoo-accent)}
.form-checkbox label{font-weight:400;font-size:.88rem;color:var(--vdoo-muted)}
.form-checkbox label a{color:var(--vdoo-accent);text-decoration:underline}
.uaml{display:none;color:#c0392b;font-size:.82rem;margin-top:.3rem}
.uaml.is-visible{display:block}
.phone-row{display:grid;grid-template-columns:minmax(80px,auto) 1fr;gap:.5rem}
.phone-row select{padding:.75rem .6rem}
.order-note{font-size:.82rem;color:var(--vdoo-muted);text-align:center;margin-top:.75rem}
.uupv{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.cta-band-inner{text-align:center}
.cta-band-inner h2{color:#fff;margin-bottom:.75rem}
.cta-band-inner p{color:rgba(255,255,255,.85);margin-bottom:var(--vdoo-space-6)}
.uito .btn-outline{border-color:#fff;color:#fff}
.uito .btn-outline:hover{background:#fff;color:var(--vdoo-accent)}
.page-hero{padding-top:var(--vdoo-space-12)}
.page-title{margin-bottom:1rem}
.page-lead{color:var(--vdoo-muted);max-width:56ch}
.faq{display:grid;gap:.5rem}
.uzul{border:1px solid var(--vdoo-border);border-radius:var(--vdoo-radius);overflow:hidden}
.ugri{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--vdoo-space-4);padding:var(--vdoo-space-4) var(--vdoo-space-6);background:#fff;border:0;font:600 1rem/1.3 var(--vdoo-font-display);color:var(--vdoo-text);cursor:pointer;text-align:left;transition:background var(--vdoo-transition)}
.ugri:hover{background:var(--vdoo-bg-alt)}
.ugri i{transition:transform var(--vdoo-transition);flex-shrink:0;color:var(--vdoo-accent)}
.uzul.is-open .ugri i{transform:rotate(180deg)}
.uusc{max-height:0;overflow:hidden;transition:max-height .36s ease}
.faq-answer-inner{padding:0 var(--vdoo-space-6) var(--vdoo-space-4)}
.faq-answer-inner p{color:var(--vdoo-muted);font-size:.95rem}
.faq-answer-inner a{color:var(--vdoo-accent);text-decoration:underline}
.faq-group-title{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;color:var(--vdoo-accent);font-weight:700;margin-bottom:.75rem}
.faq-page-layout{display:grid;grid-template-columns:200px 1fr;gap:var(--vdoo-space-12);align-items:start}
.faq-cat-list{list-style:none;padding:0;display:grid;gap:.35rem}
.faq-cat-list a{font-size:.9rem;color:var(--vdoo-muted);padding:.35rem .6rem;border-radius:var(--vdoo-radius-sm);display:block;transition:background var(--vdoo-transition),color var(--vdoo-transition)}
.faq-cat-list a:hover{background:var(--vdoo-bg-alt);color:var(--vdoo-accent)}
.dose-table{width:100%;border-collapse:collapse}
.dose-table th,.dose-table td{padding:.7rem 1rem;text-align:left;border-bottom:1px solid var(--vdoo-border);font-size:.92rem}
.dose-table thead th{background:var(--vdoo-bg-alt);font-family:var(--vdoo-font-display);font-size:.85rem}
.dose-note{font-size:.8rem;color:var(--vdoo-muted);margin-top:.75rem}
.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(--vdoo-border);font-size:.92rem}
.data-table thead th{background:var(--vdoo-bg-alt);font-family:var(--vdoo-font-display)}
.ingredient-spotlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--vdoo-space-6)}
.ingredient-spotlight-card{padding:0;overflow:hidden}
.isc-body{padding:var(--vdoo-space-4) var(--vdoo-space-6) var(--vdoo-space-6)}
.isc-body h3{margin-bottom:.4rem}
.isc-body p{color:var(--vdoo-muted);font-size:.9rem}
.isc-note{font-size:.82rem;color:var(--vdoo-accent);font-weight:600;margin-top:.5rem}
.spec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--vdoo-space-6)}
.spec-item{text-align:center}
.spec-item i{font-size:1.6rem;color:var(--vdoo-accent);display:block;margin-bottom:.5rem}
.spec-item h4{margin-bottom:.3rem;font-size:.95rem}
.spec-item p{font-size:.88rem;color:var(--vdoo-muted)}
.timeline-v{display:grid;gap:var(--vdoo-space-8);position:relative;padding-left:3rem}
.timeline-v::before{content:"";position:absolute;left:11px;top:6px;bottom:6px;width:2px;background:var(--vdoo-border)}
.tl-step{position:relative}
.tl-dot{position:absolute;left:-44px;top:0;width:24px;height:24px;border-radius:50%;background:var(--vdoo-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;font-family:var(--vdoo-font-display)}
.tl-content h3{margin-bottom:.4rem}
.tl-content p{color:var(--vdoo-muted);font-size:.92rem}
.consult-list{list-style:none;padding:0;display:grid;gap:.75rem;margin-top:var(--vdoo-space-4)}
.consult-list li{display:flex;align-items:center;gap:.6rem;color:rgba(255,255,255,.9);font-size:.95rem}
.consult-list i{color:var(--vdoo-accent-light);font-size:1.1rem;flex-shrink:0}
.honesty-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--vdoo-space-6)}
.honesty-card{text-align:center}
.honesty-card i{font-size:2rem;color:var(--vdoo-accent);display:block;margin-bottom:.6rem}
.honesty-card h3{margin-bottom:.4rem}
.honesty-card p{font-size:.88rem;color:var(--vdoo-muted)}
.company-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--vdoo-space-8)}
.company-detail-grid div strong{display:block;font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;color:var(--vdoo-accent-light);margin-bottom:.3rem}
.company-detail-grid div p,.company-detail-grid div a{color:rgba(255,255,255,.85);font-size:.95rem}
.contact-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:var(--vdoo-space-12);align-items:start}
.contact-form-col h2{margin-bottom:var(--vdoo-space-6)}
.contact-info-panel h2{margin-bottom:var(--vdoo-space-6)}
.contact-info-item{display:flex;gap:var(--vdoo-space-4);padding:var(--vdoo-space-4) 0;border-bottom:1px solid var(--vdoo-border)}
.contact-info-item i{font-size:1.25rem;color:var(--vdoo-accent);flex-shrink:0;margin-top:.2rem}
.contact-info-item strong{display:block;margin-bottom:.2rem;font-size:.88rem;text-transform:uppercase;letter-spacing:.06em;color:var(--vdoo-muted)}
.map-container{border-radius:var(--vdoo-radius);overflow:hidden;border:1px solid var(--vdoo-border)}
.map-container iframe{display:block;width:100%;height:450px;border:0}
.utpj{background:#fff;color:var(--vdoo-text);border:1px solid var(--vdoo-border);border-radius:var(--vdoo-radius-lg);padding:var(--vdoo-space-8);max-width:640px}
.usho .utpj,.uito .utpj{background:#fff;color:var(--vdoo-text)}
.calc-row{margin-bottom:var(--vdoo-space-6)}
.calc-row label{display:block;font-weight:600;font-size:.95rem;color:var(--vdoo-text);margin-bottom:.5rem}
.calc-row input[type="range"]{width:100%;accent-color:var(--vdoo-accent);margin-top:.5rem;display:block}
.calc-row input[type="checkbox"]{accent-color:var(--vdoo-accent);width:1rem;height:1rem;margin-right:.4rem;vertical-align:middle}
.ukrx{background:var(--vdoo-bg-alt);border-left:4px solid var(--vdoo-accent);border-radius:var(--vdoo-radius-sm);padding:var(--vdoo-space-4) var(--vdoo-space-6);color:var(--vdoo-text);font-weight:600;margin-top:var(--vdoo-space-4)}
.calc-note{font-size:.8rem;color:var(--vdoo-muted);margin-top:.5rem;font-style:italic}
.uwos{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:var(--vdoo-space-6)}
.filter-btn{padding:.45rem 1rem;border:1.5px solid var(--vdoo-border);border-radius:var(--vdoo-radius-pill);background:#fff;font:600 .85rem var(--vdoo-font-display);color:var(--vdoo-muted);cursor:pointer;transition:background var(--vdoo-transition),color var(--vdoo-transition),border-color var(--vdoo-transition)}
.filter-btn:hover{border-color:var(--vdoo-accent);color:var(--vdoo-accent)}
.filter-btn.is-active{background:var(--vdoo-accent);color:#fff;border-color:var(--vdoo-accent)}
.udyu{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:90;background:#fff;border:1px solid var(--vdoo-border);border-radius:var(--vdoo-radius);box-shadow:var(--vdoo-shadow-lg);padding:var(--vdoo-space-6);transform:translateY(140%);transition:transform var(--vdoo-transition)}
.udyu.is-visible{transform:none}
.cookie-banner-inner{display:flex;flex-wrap:wrap;gap:var(--vdoo-space-4);align-items:center;justify-content:space-between}
.cookie-banner-text{font-size:.88rem;color:var(--vdoo-muted);flex:1;min-width:200px}
.cookie-banner-text a{color:var(--vdoo-accent);text-decoration:underline}
.cookie-banner-actions{display:flex;gap:.5rem;flex-wrap:wrap}
.uzvo{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.55)}
.uzvo.is-visible{display:flex}
.unbk{background:#fff;border-radius:var(--vdoo-radius-lg);padding:var(--vdoo-space-8);max-width:480px;width:94%;box-shadow:var(--vdoo-shadow-lg)}
.unbk h2{margin-bottom:.5rem}
.unbk p{font-size:.88rem;color:var(--vdoo-muted);margin-bottom:var(--vdoo-space-4)}
.cookie-toggle{display:flex;align-items:center;justify-content:space-between;gap:var(--vdoo-space-4);padding:var(--vdoo-space-4) 0;border-bottom:1px solid var(--vdoo-border)}
.cookie-toggle h4{font-size:.92rem;margin-bottom:.2rem}
.cookie-toggle p{font-size:.82rem;color:var(--vdoo-muted)}
.cookie-modal-actions{display:flex;gap:.5rem;margin-top:var(--vdoo-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:#ccc;border-radius:999px;transition:var(--vdoo-transition);cursor:pointer}
.slider::before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:var(--vdoo-transition)}
.switch input:checked+.slider{background:var(--vdoo-accent)}
.switch input:checked+.slider::before{transform:translateX(20px)}
.switch input:disabled+.slider{opacity:.6;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:2.75rem;height:2.75rem;border-radius:50%;border:0;background:var(--vdoo-accent);color:#fff;font-size:1.1rem;cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:var(--vdoo-shadow-md);transition:background var(--vdoo-transition)}
.back-to-top:hover{background:var(--vdoo-accent-dark)}
.back-to-top.is-visible{display:flex}
.site-footer{background:var(--vdoo-text);color:rgba(255,255,255,.8);padding:var(--vdoo-space-16) 0 var(--vdoo-space-8)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:var(--vdoo-space-8);margin-bottom:var(--vdoo-space-8)}
.footer-brand .logo-text{color:#fff;font-family:var(--vdoo-font-display);font-weight:800;font-size:1.2rem;display:block;margin-bottom:.75rem}
.footer-brand p{font-size:.88rem;color:rgba(255,255,255,.65);line-height:1.6}
.footer-col h4{font-family:var(--vdoo-font-display);font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.5);margin-bottom:.85rem}
.footer-col ul{list-style:none;padding:0;display:grid;gap:.4rem}
.footer-col ul a{font-size:.88rem;color:rgba(255,255,255,.7);transition:color var(--vdoo-transition)}
.footer-col ul a:hover{color:#fff}
.footer-col p,.footer-col a{font-size:.88rem;color:rgba(255,255,255,.7)}
.footer-col a:hover{color:#fff}
.footer-legal-links{display:flex;flex-wrap:wrap;gap:1rem;padding:var(--vdoo-space-6) 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:var(--vdoo-space-6)}
.footer-legal-links a{font-size:.82rem;color:rgba(255,255,255,.55);transition:color var(--vdoo-transition)}
.footer-legal-links a:hover{color:#fff}
.footer-disclaimer{font-size:.8rem;color:rgba(255,255,255,.45);line-height:1.6;margin-bottom:var(--vdoo-space-6);max-width:80ch}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.82rem;color:rgba(255,255,255,.4)}
.legal-page{padding-top:var(--vdoo-space-12)}
.legal-content{max-width:760px}
.legal-content h1{margin-bottom:.5rem}
.legal-date{font-size:.85rem;color:var(--vdoo-muted);margin-bottom:var(--vdoo-space-8)}
.legal-content h2{font-size:1.15rem;margin-top:var(--vdoo-space-8);margin-bottom:.6rem;color:var(--vdoo-text)}
.legal-content p,.legal-content li{font-size:.95rem;color:var(--vdoo-muted);line-height:1.7;margin-bottom:.6rem}
.legal-content ul,.legal-content ol{margin-bottom:.75rem}
.legal-content a{color:var(--vdoo-accent);text-decoration:underline}
.thankyou-section{min-height:60vh;display:flex;align-items:center}
.thankyou-inner{text-align:center;max-width:560px;margin-inline:auto}
.thankyou-icon{font-size:3.5rem;color:var(--vdoo-accent);margin-bottom:var(--vdoo-space-6)}
.thankyou-inner h1{margin-bottom:var(--vdoo-space-4)}
.thankyou-inner p{color:var(--vdoo-muted);margin-bottom:.75rem}
.thankyou-sub{font-size:.88rem}
.section-order{background:var(--vdoo-bg-alt)}
@media(max-width:1024px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .hero-bigphoto{grid-template-columns:1fr;gap:var(--vdoo-space-8)}
  .hero-photo-col{order:-1;max-width:480px;margin-inline:auto}
  .faq-page-layout{grid-template-columns:1fr}
  .faq-categories{display:none}
}
@media(max-width:768px){
  .udld{display:flex}
  .uflg{position:fixed;inset:var(--vdoo-header-height) 0 auto 0;flex-direction:column;align-items:flex-start;background:#fff;padding:var(--vdoo-space-6);box-shadow:var(--vdoo-shadow-md);transform:translateY(-110%);transition:transform var(--vdoo-transition);z-index:49;gap:var(--vdoo-space-4)}
  .uflg.is-open{transform:none}
  .uflg a{font-size:1rem}
  .split-block{grid-template-columns:1fr}
  .contact-layout{grid-template-columns:1fr}
  .order-layout{grid-template-columns:1fr}
  .order-steps{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%;justify-content:center}
  .section{padding:var(--vdoo-space-12) 0}
}
@media(max-width:480px){
  .footer-grid{grid-template-columns:1fr}
  .bigstat-grid{grid-template-columns:repeat(2,1fr)}
  .cookie-banner-inner{flex-direction:column}
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.udyu{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}
.udyu.is-visible,.cookie-banner--visible,.udyu.show,.udyu.active{transform:none !important}
.udyu a{color:inherit;text-decoration:underline}
.udyu button{cursor:pointer}
.uzvo{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}
.uzvo.is-visible,.cookie-modal--visible,.uzvo.show,.uzvo.active{display:flex !important}
.unbk,.uzvo>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.usho .udib,.usho .utpj,.usho .ubtr,.usho .uzri,.uito .udib,.uito .utpj,.uito .ubtr,.uito .uzri{background:#fff !important;color:#1a1a1a !important}
.udib,.utpj{color:#1a1a1a !important}
.udib label,.utpj label,.udib p,.utpj p,.udib .upfi,.udib span,.utpj span,.ukrx,.ukgk,.ubtr .uopn,.ubtr .uopn *{color:#1a1a1a !important}
.ukrx,.ukgk{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.udib .uvqi{color:#1a1a1a !important}
.udib .uvqi.is-sel{color:#fff !important}
.uwsz .uaml{display:none}
.uwsz .uaml.is-visible{display:block !important;color:#c0392b}
.uwsz .uupv,.uwsz [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uwsz{color:#1a1a1a}
.usho .uwsz,.uito .uwsz{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uwiz{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uwiz img{width:100%;height:100%;object-fit:cover}
.ufes,.uioi{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.ufes img,.uioi img{width:100%;height:100%;object-fit:cover;display:block}
.ufes img{opacity:.28}
.uioi img{opacity:.07}
*:has(> .ufes),*:has(> .uioi){position:relative}
.uamn{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)}
.uamn .ukyo{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uamn .uhsz{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.ugbg{margin:1.4rem auto;max-width:920px}
.ugbg img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.urvg{padding:3rem 0}
.ugbk{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.ugbk img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.uzri{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.ugej{display:flex;overflow:hidden;gap:0 !important}
.ucxm{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.udko{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}
.ufpt{left:.5rem}.uzbg{right:.5rem}
.ubtr .uopn{display:none}.ubtr .uopn.is-active{display:block}
.udib .ujwr{display:block !important}
.udib .ufhk{display:flex;flex-wrap:wrap;gap:.5rem}
.udib .uvqi{cursor:pointer}
