:root{--veyt-accent:#1f4e3d;--veyt-accent-dark:#143527;--veyt-bg:#f5f1e6;--veyt-bg-alt:#ece6d6;--veyt-text:#1c1a14;--veyt-muted:#5b5648;--veyt-border:#d8d0bd;--veyt-font-display:"Bricolage Grotesque",system-ui,sans-serif;--veyt-font-body:"Karla",system-ui,sans-serif;--veyt-space-2:0.5rem;--veyt-space-4:1rem;--veyt-space-6:1.5rem;--veyt-space-8:2rem;--veyt-space-12:3rem;--veyt-space-20:5rem;--veyt-radius-sm:2px;--veyt-radius:8px;--veyt-radius-lg:12px;--veyt-radius-pill:999px;--veyt-shadow-sm:0 1px 3px rgba(28,26,20,0.06);--veyt-shadow-md:0 6px 24px rgba(28,26,20,0.1);--veyt-shadow-lg:0 18px 48px rgba(28,26,20,0.14);--veyt-transition:0.28s ease;--veyt-max-width:1100px;--veyt-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(--veyt-font-body);color:var(--veyt-text);background:var(--veyt-bg);line-height:1.65;font-size:clamp(0.95rem,0.9rem + 0.3vw,1.05rem)}
h1,h2,h3,h4,h5,h6{font-family:var(--veyt-font-display);line-height:1.15;color:var(--veyt-text)}
h1{font-size:clamp(2rem,1.5rem + 2.4vw,3.25rem);margin-bottom:var(--veyt-space-6)}
h2{font-size:clamp(1.6rem,1.2rem + 1.6vw,2.4rem);margin-bottom:var(--veyt-space-4)}
h3{font-size:1.3rem;margin-bottom:var(--veyt-space-2)}
a{color:inherit;text-decoration:none;transition:var(--veyt-transition)}
a:hover{color:var(--veyt-accent)}
img{max-width:100%;height:auto;display:block}
.container{width:92%;max-width:var(--veyt-max-width);margin-inline:auto}
.section{padding:var(--veyt-space-20) 0;position:relative}
.section-alt{background:var(--veyt-bg-alt)}
.uatl{background:var(--veyt-text);color:#fff}
.uatl h1,.uatl h2,.uatl h3{color:#fff}
.uatl a{color:rgba(255,255,255,0.9)}
.uatl a:hover{color:#fff}
.section-eyebrow{display:block;font-size:0.85rem;text-transform:uppercase;letter-spacing:0.08em;color:var(--veyt-accent);font-weight:600;margin-bottom:var(--veyt-space-2)}
.section-title{margin-bottom:var(--veyt-space-4)}
.section-lead{font-size:1.1rem;color:var(--veyt-muted);margin-bottom:var(--veyt-space-8)}
.btn{display:inline-flex;align-items:center;gap:var(--veyt-space-2);padding:0.75rem 1.5rem;border-radius:var(--veyt-radius-pill);font-weight:600;cursor:pointer;border:2px solid transparent;transition:var(--veyt-transition);font-size:0.95rem}
.btn-primary{background:var(--veyt-accent);color:#fff}
.btn-primary:hover{background:var(--veyt-accent-dark);transform:translateY(-2px)}
.btn-outline{background:transparent;border-color:var(--veyt-accent);color:var(--veyt-accent)}
.btn-outline:hover{background:var(--veyt-accent);color:#fff}
.btn-sm{padding:0.5rem 1rem;font-size:0.85rem}
.btn-block{width:100%;justify-content:center}
.btn-lg{padding:1rem 2rem;font-size:1.05rem}
.disclosure-bar{background:var(--veyt-text);color:#fff;padding:var(--veyt-space-4) 0;text-align:center;font-size:0.9rem;line-height:1.4}
.uibp{position:sticky;top:0;z-index:50;background:rgba(255,255,255,0.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--veyt-border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--veyt-header-height);padding:0 var(--veyt-space-4)}
.logo{font-family:var(--veyt-font-display);font-size:1.4rem;font-weight:700;color:var(--veyt-accent);text-decoration:none}
.uuzb{display:flex;gap:var(--veyt-space-6);align-items:center}
.uuzb a{font-size:0.95rem;text-decoration:none;color:var(--veyt-text)}
.uuzb a:hover{color:var(--veyt-accent)}
.uuxs{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer}
.uuxs span{width:24px;height:2px;background:var(--veyt-text);transition:var(--veyt-transition)}
.hero-light{background:var(--veyt-bg-alt);padding:var(--veyt-space-12) 0;text-align:center}
.page-title{margin-bottom:var(--veyt-space-2)}
.page-subtitle{font-size:1.1rem;color:var(--veyt-muted)}
.hero{padding:var(--veyt-space-20) 0;position:relative}
.updb{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.updb img{width:100%;height:100%;object-fit:cover;opacity:0.12}
.hero>.container{position:relative;z-index:1}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--veyt-space-12);align-items:flex-start}
.hero-content{min-width:0}
.hero-visual{width:100%}
.hero-eyebrow{display:block;font-size:0.85rem;text-transform:uppercase;letter-spacing:0.08em;color:var(--veyt-accent);font-weight:600;margin-bottom:var(--veyt-space-4)}
.hero-title{margin-bottom:var(--veyt-space-6)}
.hero-rating{font-size:0.95rem;color:var(--veyt-muted);margin-bottom:var(--veyt-space-4)}
.stars{color:#d4a537;letter-spacing:0.1em}
.price-block{display:flex;align-items:baseline;gap:var(--veyt-space-4);flex-wrap:wrap;margin:var(--veyt-space-6) 0}
.price-old{color:var(--veyt-muted);font-size:1.1rem;text-decoration:line-through}
.price-new{font-family:var(--veyt-font-display);font-size:clamp(1.6rem,1.2rem + 1.6vw,2.2rem);color:var(--veyt-accent);font-weight:700}
.price-badge{background:var(--veyt-accent);color:#fff;padding:0.2rem 0.7rem;border-radius:var(--veyt-radius-pill);font-size:0.8rem;font-weight:700}
.hero-actions{display:flex;gap:var(--veyt-space-4);flex-wrap:wrap;margin:var(--veyt-space-6) 0}
.hero-note{font-size:0.85rem;color:var(--veyt-muted)}
.checklist{list-style:none;display:grid;gap:0.7rem;margin:var(--veyt-space-6) 0}
.checklist li{display:flex;align-items:flex-start;gap:0.65rem}
.check-ic{flex:0 0 auto;width:1.9rem;height:1.9rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--veyt-accent) 14%,transparent);color:var(--veyt-accent);font-size:0.95rem;margin-top:0.05rem}
.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--veyt-space-8);margin-top:var(--veyt-space-8)}
.benefit-card{background:#fff;border:1px solid var(--veyt-border);border-radius:var(--veyt-radius-lg);padding:var(--veyt-space-6);text-align:center;transition:var(--veyt-transition)}
.benefit-card:hover{transform:translateY(-4px);box-shadow:var(--veyt-shadow-md)}
.benefit-card i{font-size:2rem;color:var(--veyt-accent);margin-bottom:var(--veyt-space-4);display:block}
.benefit-card h3{font-size:1rem;margin-bottom:var(--veyt-space-2)}
.benefit-card p{font-size:0.9rem;color:var(--veyt-muted);line-height:1.5}
.order-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--veyt-space-8);margin-top:var(--veyt-space-8)}
.step{background:#fff;border:1px solid var(--veyt-border);border-radius:var(--veyt-radius-lg);padding:var(--veyt-space-8);text-align:center;position:relative}
.step-number{position:absolute;top:-12px;left:50%;transform:translateX(-50%);width:2.5rem;height:2.5rem;border-radius:50%;background:var(--veyt-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--veyt-font-display);font-weight:700;font-size:1.2rem}
.step h3{margin-top:var(--veyt-space-8);margin-bottom:var(--veyt-space-2)}
.step p{font-size:0.9rem;color:var(--veyt-muted)}
.trust-band{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:var(--veyt-space-6);text-align:center;margin-top:var(--veyt-space-8)}
.trust-band>div{display:flex;flex-direction:column;align-items:center;gap:var(--veyt-space-2)}
.trust-band i{font-size:1.8rem;color:var(--veyt-accent)}
.bigstat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--veyt-space-8);margin-top:var(--veyt-space-8);text-align:center}
.bigstat b{display:block;font-family:var(--veyt-font-display);font-size:clamp(2rem,1.4rem + 2vw,3rem);color:var(--veyt-accent);line-height:1}
.bigstat span{display:block;font-size:0.85rem;color:var(--veyt-muted);margin-top:var(--veyt-space-2)}
.testimonial-disclaimer{text-align:center;opacity:0.7;font-size:0.9rem;margin-bottom:var(--veyt-space-8)}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--veyt-space-8);margin-top:var(--veyt-space-8)}
.testimonial{background:rgba(31,78,61,0.08);border-left:4px solid var(--veyt-accent);padding:var(--veyt-space-6);border-radius:var(--veyt-radius);font-style:italic}
.testimonial .stars{display:block;margin-bottom:var(--veyt-space-4);font-size:1rem}
.testimonial p{margin:var(--veyt-space-4) 0;font-size:0.95rem;font-style:italic}
.testimonial cite{display:block;margin-top:var(--veyt-space-4);font-style:normal;color:var(--veyt-accent);font-weight:600;font-size:0.9rem}
.faq{display:grid;gap:var(--veyt-space-6);margin-top:var(--veyt-space-8)}
.uptz{border:1px solid var(--veyt-border);border-radius:var(--veyt-radius)}
.ucmp{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--veyt-space-6);background:#fff;border:none;cursor:pointer;font:inherit;font-weight:600;text-align:left;transition:var(--veyt-transition)}
.ucmp:hover{background:var(--veyt-bg-alt)}
.ucmp i{transition:var(--veyt-transition)}
.uptz[aria-expanded="true"] .ucmp i{transform:rotate(180deg)}
.ufwo{max-height:0;overflow:hidden;transition:max-height 0.3s ease}
.uptz[aria-expanded="true"] .ufwo{max-height:500px}
.faq-answer-inner{padding:var(--veyt-space-6);border-top:1px solid var(--veyt-border)}
.faq-answer-inner p{font-size:0.95rem;line-height:1.6}
.form-group{margin-bottom:var(--veyt-space-6)}
.form-group label{display:block;margin-bottom:0.4rem;font-weight:600;font-size:0.95rem}
.form-group input,.form-group textarea{width:100%;padding:0.75rem 1rem;border:1px solid var(--veyt-border);border-radius:var(--veyt-radius);font:inherit;background:#fff;color:var(--veyt-text);transition:var(--veyt-transition)}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--veyt-accent);box-shadow:0 0 0 3px rgba(31,78,61,0.1)}
.ublm{display:none;color:#c0392b;font-size:0.8rem;margin-top:0.3rem;min-height:1rem}
.ublm.is-visible{display:block}
.form-checkbox{display:flex;align-items:flex-start;gap:var(--veyt-space-4)}
.form-checkbox input{margin-top:0.25rem;width:auto;min-width:20px}
.form-checkbox label{margin:0}
.phone-row{display:grid;grid-template-columns:minmax(70px,auto) 1fr;gap:0.5rem}
.phone-row select{padding:0.75rem 0.6rem;border:1px solid var(--veyt-border);border-radius:var(--veyt-radius-sm);font:inherit;background:#fff;color:var(--veyt-text)}
.utie{background:#fff;border:1px solid var(--veyt-border);border-radius:var(--veyt-radius-lg);box-shadow:var(--veyt-shadow-sm);padding:var(--veyt-space-8)}
.utie h3{margin-bottom:var(--veyt-space-4)}
.order-note{font-size:0.8rem;color:var(--veyt-muted);text-align:center;margin-top:var(--veyt-space-4)}
.uqca{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.ubtg{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:90;background:#fff;border:1px solid var(--veyt-border);border-radius:var(--veyt-radius-lg);box-shadow:var(--veyt-shadow-lg);padding:var(--veyt-space-6);transform:translateY(150%);transition:var(--veyt-transition)}
.ubtg.is-visible{transform:translateY(0)}
.cookie-banner-text{margin-bottom:var(--veyt-space-4);font-size:0.9rem;line-height:1.5}
.cookie-banner-actions{display:flex;gap:var(--veyt-space-4);flex-wrap:wrap}
.uwsh{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,0.5);padding:var(--veyt-space-4)}
.uwsh.is-visible{display:flex}
.uouh{background:#fff;border-radius:var(--veyt-radius-lg);padding:var(--veyt-space-8);max-width:500px;width:100%;max-height:80vh;overflow-y:auto}
.uouh h2{margin-bottom:var(--veyt-space-4);font-size:1.4rem}
.cookie-toggle{display:flex;justify-content:space-between;align-items:flex-start;padding:var(--veyt-space-6) 0;border-bottom:1px solid var(--veyt-border)}
.cookie-toggle h4{margin-bottom:var(--veyt-space-2)}
.cookie-toggle p{font-size:0.85rem;color:var(--veyt-muted)}
.switch{position:relative;display:inline-block;width:44px;height:24px}
.switch input{opacity:0;width:0;height:0}
.slider{position:absolute;inset:0;background:#ccc;border-radius:999px;transition:var(--veyt-transition);cursor:pointer}
.slider::before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:var(--veyt-transition)}
.switch input:checked+.slider{background:var(--veyt-accent)}
.switch input:checked+.slider::before{transform:translateX(20px)}
.cookie-modal-actions{display:flex;gap:var(--veyt-space-4);margin-top:var(--veyt-space-6)}
.media{position:relative;overflow:hidden;border-radius:var(--veyt-radius-lg);background:linear-gradient(135deg,var(--veyt-accent) 0%,var(--veyt-bg-alt) 100%)}
.media img{width:100%;height:100%;object-fit:cover;display:block}
.media-1x1{aspect-ratio:1/1}
.media-4x3{aspect-ratio:4/3}
.media-3x4{aspect-ratio:3/4}
.media-16x9{aspect-ratio:16/9}
.ugbl{position:relative}
.uwde{position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);width:52%;text-align:center;color:var(--veyt-text);pointer-events:none;background:rgba(245,241,230,0.94);border-radius:10px;padding:1rem 0.8rem;box-shadow:0 2px 14px rgba(0,0,0,0.16)}
.ujoh{display:block;font-family:var(--veyt-font-display);font-weight:700;font-size:clamp(1rem,1.1vw + 0.8rem,1.5rem);letter-spacing:0.05em;text-transform:uppercase;line-height:1.05}
.pack-line{display:block;width:42%;height:1px;background:currentColor;opacity:0.35;margin:0.5rem auto 0}
.ukcv{display:block;font-size:0.62rem;letter-spacing:0.14em;text-transform:uppercase;margin-top:0.45rem;opacity:0.72}
.order-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:var(--veyt-space-12);align-items:start;margin-top:var(--veyt-space-8)}
.order-pack{text-align:center}
.trust-items{display:grid;gap:var(--veyt-space-4);margin-top:var(--veyt-space-8);text-align:left;background:rgba(31,78,61,0.05);padding:var(--veyt-space-6);border-radius:var(--veyt-radius-lg)}
.trust-items>div{display:flex;align-items:center;gap:var(--veyt-space-4)}
.trust-items i{color:var(--veyt-accent);font-size:1.2rem}
.site-footer{background:var(--veyt-text);color:#fff;padding:var(--veyt-space-12) 0 var(--veyt-space-6)}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--veyt-space-8);margin-bottom:var(--veyt-space-8)}
.footer-brand h3{color:#fff;margin-bottom:var(--veyt-space-2)}
.footer-brand p{font-size:0.9rem;opacity:0.8}
.footer-col h4{color:#fff;margin-bottom:var(--veyt-space-4);font-size:1rem}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:var(--veyt-space-2)}
.footer-col a{font-size:0.9rem;opacity:0.8;transition:var(--veyt-transition)}
.footer-col a:hover{opacity:1}
.footer-col p{font-size:0.9rem;opacity:0.8;line-height:1.6}
.footer-legal-links{text-align:center;padding:var(--veyt-space-6) 0;border-top:1px solid rgba(255,255,255,0.1);font-size:0.85rem}
.footer-legal-links a{opacity:0.8;transition:var(--veyt-transition);margin:0 var(--veyt-space-2)}
.footer-legal-links a:hover{opacity:1;text-decoration:underline}
.footer-disclaimer{text-align:center;font-size:0.8rem;opacity:0.6;padding:var(--veyt-space-6) 0;border-top:1px solid rgba(255,255,255,0.1)}
.footer-bottom{text-align:center;font-size:0.85rem;opacity:0.7}
.footer-bottom span{display:inline;margin:0 var(--veyt-space-4)}
.contact-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:var(--veyt-space-12);margin-top:var(--veyt-space-8)}
.udqv h2{margin-bottom:var(--veyt-space-6)}
.contact-info-panel{background:var(--veyt-bg-alt);padding:var(--veyt-space-8);border-radius:var(--veyt-radius-lg)}
.contact-info-panel h2{margin-bottom:var(--veyt-space-8)}
.contact-info-item{display:flex;gap:var(--veyt-space-6);padding:var(--veyt-space-6) 0;border-bottom:1px solid var(--veyt-border)}
.contact-info-item:last-child{border:none}
.contact-info-item i{flex:0 0 auto;color:var(--veyt-accent);font-size:1.4rem;margin-top:0.2rem}
.contact-info-item div{flex:1}
.contact-info-item strong{display:block;margin-bottom:var(--veyt-space-2)}
.map-container{border-radius:var(--veyt-radius-lg);overflow:hidden;border:1px solid var(--veyt-border);margin-top:var(--veyt-space-8)}
.map-container iframe{display:block;width:100%;height:450px;border:none}
.table-wrap{overflow-x:auto;margin-top:var(--veyt-space-8)}
.dose-table{width:100%;border-collapse:collapse;margin-bottom:var(--veyt-space-4)}
.dose-table th,.dose-table td{padding:0.75rem 1rem;text-align:left;border-bottom:1px solid var(--veyt-border);font-size:0.9rem}
.dose-table thead th{background:var(--veyt-bg-alt);font-family:var(--veyt-font-display);font-weight:600}
.dose-note{font-size:0.8rem;color:var(--veyt-muted);margin-top:var(--veyt-space-4)}
.ingredient-spotlight{display:grid;gap:var(--veyt-space-8);margin-top:var(--veyt-space-8)}
.spotlight-item{background:#fff;border:1px solid var(--veyt-border);padding:var(--veyt-space-8);border-radius:var(--veyt-radius-lg)}
.spotlight-item h3{color:var(--veyt-accent);margin-bottom:var(--veyt-space-4)}
.spotlight-item p{color:var(--veyt-muted);line-height:1.7}
.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--veyt-space-8);margin-top:var(--veyt-space-8)}
.spec-card{background:#fff;border:1px solid var(--veyt-border);padding:var(--veyt-space-6);border-radius:var(--veyt-radius-lg);text-align:center}
.spec-card h3{margin-bottom:var(--veyt-space-2);font-size:1rem}
.spec-card p{font-size:0.9rem;color:var(--veyt-muted)}
.info-block{background:#fff;border:1px solid var(--veyt-border);padding:var(--veyt-space-8);border-radius:var(--veyt-radius-lg);margin-top:var(--veyt-space-8)}
.info-block h3{margin:var(--veyt-space-6) 0 var(--veyt-space-2);color:var(--veyt-accent)}
.info-block p{color:var(--veyt-muted);line-height:1.6}
.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--veyt-space-8);margin-top:var(--veyt-space-8)}
.value-card{background:#fff;border:1px solid var(--veyt-border);padding:var(--veyt-space-6);border-radius:var(--veyt-radius-lg);text-align:center}
.value-card i{font-size:2.5rem;color:var(--veyt-accent);margin-bottom:var(--veyt-space-4);display:block}
.value-card h3{margin-bottom:var(--veyt-space-2)}
.value-card p{font-size:0.9rem;color:var(--veyt-muted);line-height:1.5}
.clarity-cols{display:grid;grid-template-columns:1fr 1fr;gap:var(--veyt-space-12);margin-top:var(--veyt-space-8)}
.clarity-col h3{color:var(--veyt-accent);margin-bottom:var(--veyt-space-4)}
.clarity-col ul{list-style:none;padding:0}
.clarity-col li{padding:var(--veyt-space-2) 0;padding-left:var(--veyt-space-6);position:relative;color:var(--veyt-muted);font-size:0.95rem}
.clarity-col li::before{content:"";position:absolute;left:0;top:0.5rem;width:4px;height:4px;background:var(--veyt-accent);border-radius:50%}
.commitment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--veyt-space-8);margin-top:var(--veyt-space-8)}
.commitment-card{background:#fff;border:1px solid var(--veyt-border);padding:var(--veyt-space-8);border-radius:var(--veyt-radius-lg);text-align:center;transition:var(--veyt-transition)}
.commitment-card:hover{transform:translateY(-4px);box-shadow:var(--veyt-shadow-md)}
.commitment-card h3{color:var(--veyt-accent);margin-bottom:var(--veyt-space-2)}
.commitment-card p{font-size:0.9rem;color:var(--veyt-muted);line-height:1.6}
.uvhx,.uiyj{background:#fff;border:1px solid var(--veyt-border);border-radius:var(--veyt-radius-lg);padding:var(--veyt-space-8);margin-top:var(--veyt-space-8)}
.urzt{margin-bottom:var(--veyt-space-6)}
.uoun{font-weight:600;margin-bottom:var(--veyt-space-4);color:var(--veyt-text)}
.ubxy{display:flex;flex-wrap:wrap;gap:var(--veyt-space-4)}
.uuff{padding:0.5rem 1rem;border:1px solid var(--veyt-border);border-radius:var(--veyt-radius-pill);background:#fff;cursor:pointer;font:inherit;color:var(--veyt-text);transition:var(--veyt-transition)}
.uuff:hover{border-color:var(--veyt-accent)}
.uuff.is-sel{background:var(--veyt-accent);color:#fff;border-color:var(--veyt-accent)}
.uguo{margin-top:var(--veyt-space-6);padding:var(--veyt-space-6);background:rgba(31,78,61,0.08);border-left:4px solid var(--veyt-accent);border-radius:var(--veyt-radius);display:none}
.uguo.is-visible{display:block}
.uafu{margin-top:var(--veyt-space-6);padding:var(--veyt-space-6);background:rgba(31,78,61,0.08);border-left:4px solid var(--veyt-accent);border-radius:var(--veyt-radius);color:var(--veyt-text)}
.uuah{font-size:2rem;font-weight:700;color:var(--veyt-accent)}
.reveal{opacity:0;transform:translateY(16px);transition:opacity 0.5s ease,transform 0.5s ease}
.reveal.is-visible{opacity:1;transform:translateY(0)}
.product-pack{max-width:300px;margin:var(--veyt-space-8) auto}
.product-pack svg{width:100%;height:auto;display:block;filter:drop-shadow(0 14px 28px rgba(0,0,0,0.16))}
.rating-summary{display:grid;grid-template-columns:180px 1fr;gap:var(--veyt-space-12);margin-top:var(--veyt-space-8);align-items:center}
.rating-large{font-size:3.5rem;font-family:var(--veyt-font-display);font-weight:700;color:var(--veyt-accent);line-height:1}
.rating-out{font-size:0.9rem;color:var(--veyt-muted)}
.rating-count{font-size:0.85rem;color:var(--veyt-muted);margin-top:0.25rem}
.rating-breakdown{display:grid;gap:var(--veyt-space-4)}
.rating-row{display:grid;grid-template-columns:auto 1fr auto;gap:var(--veyt-space-4);align-items:center;font-size:0.9rem}
.rating-bar{height:8px;background:var(--veyt-border);border-radius:999px;overflow:hidden}
.rating-fill{height:100%;background:var(--veyt-accent);transition:width 0.3s ease}
.usage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--veyt-space-8);margin-top:var(--veyt-space-8)}
.usage-card{background:#fff;border:1px solid var(--veyt-border);padding:var(--veyt-space-8);border-radius:var(--veyt-radius-lg);text-align:center;transition:var(--veyt-transition)}
.usage-card:hover{transform:translateY(-4px);box-shadow:var(--veyt-shadow-md)}
.usage-icon{font-size:2rem;margin-bottom:var(--veyt-space-4)}
.usage-card h3{margin-bottom:var(--veyt-space-4);font-size:1.05rem}
.usage-card p{font-size:0.9rem;color:var(--veyt-muted);line-height:1.6}
.timeline-v{display:grid;gap:var(--veyt-space-8);position:relative;padding-left:var(--veyt-space-8);margin-top:var(--veyt-space-8)}
.timeline-v::before{content:"";position:absolute;left:11px;top:6px;bottom:6px;width:2px;background:var(--veyt-border)}
.tl-step{position:relative}
.tl-dot{position:absolute;left:-31px;top:0;width:24px;height:24px;border-radius:50%;background:var(--veyt-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:0.8rem;font-weight:700;font-family:var(--veyt-font-display)}
.use-qa{display:grid;gap:var(--veyt-space-8);margin-top:var(--veyt-space-8)}
.qa-item{background:#fff;border:1px solid var(--veyt-border);padding:var(--veyt-space-8);border-radius:var(--veyt-radius-lg)}
.qa-item h3{color:var(--veyt-accent);margin-bottom:var(--veyt-space-4);font-size:1rem}
.qa-item p{color:var(--veyt-muted);line-height:1.7;font-size:0.95rem}
.shipping-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--veyt-space-12);margin-top:var(--veyt-space-8)}
.shipping-block{background:#fff;border:1px solid var(--veyt-border);padding:var(--veyt-space-8);border-radius:var(--veyt-radius-lg)}
.shipping-block h3{color:var(--veyt-accent);margin-bottom:var(--veyt-space-4)}
.shipping-block p{color:var(--veyt-muted);font-size:0.95rem;line-height:1.6}
.shipping-faq{display:grid;gap:var(--veyt-space-8);margin-top:var(--veyt-space-8)}
.faq-block{background:#fff;border:1px solid var(--veyt-border);padding:var(--veyt-space-8);border-radius:var(--veyt-radius-lg)}
.faq-block h3{color:var(--veyt-accent);margin-bottom:var(--veyt-space-4)}
.faq-block p{color:var(--veyt-muted);font-size:0.95rem;line-height:1.6}
.storage-info{display:grid;grid-template-columns:1fr 1fr;gap:var(--veyt-space-12);margin-top:var(--veyt-space-8)}
.storage-block{background:#fff;border:1px solid var(--veyt-border);padding:var(--veyt-space-8);border-radius:var(--veyt-radius-lg)}
.storage-block h3{color:var(--veyt-accent);margin-bottom:var(--veyt-space-4)}
.storage-block ul{list-style:none;padding:0}
.storage-block li{padding:var(--veyt-space-2) 0;color:var(--veyt-muted);font-size:0.95rem;padding-left:var(--veyt-space-6);position:relative}
.storage-block li::before{content:"✓";position:absolute;left:0;color:var(--veyt-accent);font-weight:700}
@media(max-width:768px){
  .uuxs{display:flex}
  .uuzb{position:fixed;inset:var(--veyt-header-height) 0 auto 0;flex-direction:column;background:#fff;padding:var(--veyt-space-6);box-shadow:var(--veyt-shadow-md);transform:translateY(-150%);transition:var(--veyt-transition)}
  .uuzb.is-open{transform:translateY(0)}
  .hero-grid,.order-layout,.contact-layout,.clarity-cols,.shipping-info-grid,.storage-info{grid-template-columns:1fr}
  .order-steps{grid-template-columns:1fr}
  .contact-info-panel{margin-top:var(--veyt-space-8)}
  .rating-summary{grid-template-columns:1fr;text-align:center}
  .ubtg{left:0.5rem;right:0.5rem;width:auto}
  .hero-visual{margin-top:var(--veyt-space-8)}
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.ubtg{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}
.ubtg.is-visible,.cookie-banner--visible,.ubtg.show,.ubtg.active{transform:none !important}
.ubtg a{color:inherit;text-decoration:underline}
.ubtg button{cursor:pointer}
.uwsh{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}
.uwsh.is-visible,.cookie-modal--visible,.uwsh.show,.uwsh.active{display:flex !important}
.uouh,.uwsh>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.uatl .uvhx,.uatl .uiyj,.uatl .uaru,.uatl .ulhw,.uexb .uvhx,.uexb .uiyj,.uexb .uaru,.uexb .ulhw{background:#fff !important;color:#1a1a1a !important}
.uvhx,.uiyj{color:#1a1a1a !important}
.uvhx label,.uiyj label,.uvhx p,.uiyj p,.uvhx .uoun,.uvhx span,.uiyj span,.uafu,.uohr,.uaru .ulno,.uaru .ulno *{color:#1a1a1a !important}
.uafu,.uohr{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uvhx .uuff{color:#1a1a1a !important}
.uvhx .uuff.is-sel{color:#fff !important}
.utie .ublm{display:none}
.utie .ublm.is-visible{display:block !important;color:#c0392b}
.utie .uqca,.utie [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.utie{color:#1a1a1a}
.uatl .utie,.uexb .utie{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.ugbl{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.ugbl img{width:100%;height:100%;object-fit:cover}
.updb,.ufed{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.updb img,.ufed img{width:100%;height:100%;object-fit:cover;display:block}
.updb img{opacity:.28}
.ufed img{opacity:.07}
*:has(> .updb),*:has(> .ufed){position:relative}
.uwde{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)}
.uwde .ujoh{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uwde .ukcv{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.ucpt{margin:1.4rem auto;max-width:920px}
.ucpt img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.upaz{padding:3rem 0}
.ucmx{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.ucmx img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.ulhw{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uloq{display:flex;overflow:hidden;gap:0 !important}
.ugkg{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uwnt{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}
.uwki{left:.5rem}.ubse{right:.5rem}
.uaru .ulno{display:none}.uaru .ulno.is-active{display:block}
.uvhx .urzt{display:block !important}
.uvhx .ubxy{display:flex;flex-wrap:wrap;gap:.5rem}
.uvhx .uuff{cursor:pointer}
