:root{--bg:#f6efe6;--paper:#fffaf3;--ink:#1f1713;--muted:#74685f;--line:rgba(45,33,27,.13);--brown:#2d211b;--brown2:#3c2b23;--gold:#bf8a55;--gold2:#8c603d;--green:#6e8b72;--red:#c54d3f;--shadow:0 34px 100px rgba(45,33,27,.18);--softshadow:0 16px 45px rgba(45,33,27,.08);--max:1180px;--radius:32px}
html[data-theme="dark"]{--bg:#0e0b10;--paper:#17111a;--ink:#fff6ed;--muted:#c8b9ab;--line:rgba(255,255,255,.12);--brown:#f1d1a7;--brown2:#ffdcae;--gold:#a47cff;--gold2:#d9c9ff;--green:#7ed89c;--shadow:0 34px 100px rgba(0,0,0,.55);--softshadow:0 16px 45px rgba(0,0,0,.35)}
html[data-theme="bright"]{--bg:#f8fbff;--paper:#ffffff;--ink:#111827;--muted:#64748b;--line:rgba(15,23,42,.12);--brown:#2445ff;--brown2:#1230d8;--gold:#11c5a5;--gold2:#0d8b77;--green:#18a058;--shadow:0 34px 100px rgba(36,69,255,.14);--softshadow:0 16px 45px rgba(15,23,42,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Manrope,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at 80% 0,rgba(191,138,85,.18),transparent 34%),var(--bg);color:var(--ink);overflow-x:hidden}.grain{position:fixed;inset:0;pointer-events:none;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");z-index:1}.page-progress{position:fixed;left:0;right:0;top:0;height:4px;z-index:200;background:transparent}.page-progress i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--gold),var(--brown));box-shadow:0 0 22px var(--gold)}a{color:inherit}.container{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.section-pad{padding:100px 0}.site-header{position:sticky;top:0;z-index:100;display:grid;grid-template-columns:280px 1fr auto auto;gap:18px;align-items:center;padding:14px 28px;background:rgba(246,239,230,.78);backdrop-filter:blur(24px);border-bottom:1px solid var(--line)}html[data-theme="dark"] .site-header{background:rgba(14,11,16,.76)}html[data-theme="bright"] .site-header{background:rgba(248,251,255,.78)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand img{width:160px;max-height:44px;object-fit:contain}.brand span{font-size:12px;color:var(--muted);font-weight:800;letter-spacing:.02em}.nav{display:flex;justify-content:center;gap:24px;font-size:14px;font-weight:900}.nav a{text-decoration:none;color:var(--muted)}.nav a:hover{color:var(--ink)}.theme-switcher{display:flex;gap:4px;padding:5px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.45)}.theme-switcher button{border:0;background:transparent;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:950;color:var(--muted);cursor:pointer}.theme-switcher button.active{background:var(--ink);color:var(--paper)}button{font-family:inherit}.btn{border:0;border-radius:999px;padding:14px 22px;font-weight:950;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.22s}.btn-primary{background:linear-gradient(135deg,var(--brown),var(--gold));color:#fff;box-shadow:0 14px 40px rgba(191,138,85,.26)}html[data-theme="dark"] .btn-primary{color:#151019}.btn-primary:hover{transform:translateY(-2px)}.btn-soft{background:rgba(255,255,255,.62);color:var(--ink);border:1px solid var(--line)}.btn-dark{background:var(--ink);color:var(--paper)}.full{width:100%}.side-rail{position:fixed;left:18px;top:96px;bottom:18px;width:92px;background:linear-gradient(180deg,var(--brown),#1b1310);border:1px solid rgba(255,255,255,.14);border-radius:28px;z-index:90;color:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;padding:18px 10px}.rail-logo img{width:64px;max-height:44px;object-fit:contain}.side-rail nav{display:grid;gap:8px;margin:auto 0;width:100%}.side-rail a{text-decoration:none}.side-rail nav a{display:grid;place-items:center;text-align:center;gap:4px;font-size:10px;line-height:1.15;border-radius:18px;padding:10px 4px;color:rgba(255,255,255,.72)}.side-rail nav a:hover{background:rgba(255,255,255,.12);color:#fff}.side-rail nav span{font-size:12px;font-weight:1000;color:var(--gold)}.read-meter{text-align:center;font-size:12px}.read-meter b{display:block;font-size:18px}.read-meter small{color:rgba(255,255,255,.62)}main{margin-left:112px}.hero{min-height:calc(100vh - 76px);display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:center}.eyebrow,.label{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--gold2);font-weight:1000}.eyebrow span{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 0 9px rgba(110,139,114,.14);margin-right:10px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(46px,6vw,88px);line-height:.9;letter-spacing:-.08em;margin-bottom:24px}h2{font-size:clamp(34px,4vw,62px);line-height:1;letter-spacing:-.07em;margin-bottom:18px}h3{font-size:24px;line-height:1.08;letter-spacing:-.04em}.hero-lead,.section-head p,.lead-copy p{font-size:19px;line-height:1.55;color:var(--muted)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.trust-row div,.problem-cards article,.article-card{background:rgba(255,250,243,.75);border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:var(--softshadow)}.trust-row b{display:block;font-size:20px;letter-spacing:-.04em}.trust-row span{display:block;color:var(--muted);font-size:13px;margin-top:4px}.hero-stage{position:relative;min-height:650px}.hero-card-main{position:absolute;inset:54px 34px 88px 56px;border-radius:44px;overflow:hidden;box-shadow:var(--shadow);transform:rotate(-1.5deg);background:#000}.hero-card-main:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.32));z-index:1}.hero-card-main img{width:100%;height:100%;object-fit:cover}.hero-caption{position:absolute;left:26px;bottom:26px;z-index:2;color:#fff}.hero-caption span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#eadacc}.hero-caption b{display:block;font-size:34px;line-height:.95;letter-spacing:-.06em}.floating-product{position:absolute;background:rgba(255,250,243,.85);border:1px solid var(--line);border-radius:28px;padding:14px;width:180px;backdrop-filter:blur(16px);box-shadow:var(--shadow);z-index:4}.floating-product img{width:100%;height:110px;object-fit:contain;filter:drop-shadow(0 18px 25px rgba(45,33,27,.22))}.floating-product b,.floating-product span{display:block}.floating-product span{color:var(--muted);font-size:13px}.floating-product.one{right:8px;top:48px}.floating-product.two{left:10px;bottom:30px}.decision-chip{position:absolute;right:60px;bottom:36px;z-index:4;background:var(--brown);color:#fff;border-radius:28px;padding:22px 24px;box-shadow:var(--shadow);font-weight:850}.decision-chip b{font-size:26px;letter-spacing:-.06em}.section-head{text-align:center;max-width:880px;margin:0 auto 44px}.section-head.left{text-align:left;margin-left:0}.quiz-grid,.economy-grid,.calc-grid,.faq-grid,.lead-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:64px;align-items:start}.quiz-card{background:var(--paper);border:1px solid var(--line);border-radius:36px;padding:28px;box-shadow:var(--shadow);min-height:420px}.quiz-step{display:none}.quiz-step.active{display:grid;gap:12px}.quiz-step b{color:var(--gold2)}.quiz-step button{border:1px solid var(--line);background:rgba(255,255,255,.62);border-radius:22px;padding:18px;text-align:left;font-weight:950;color:var(--ink);cursor:pointer}.quiz-step button:hover{background:var(--brown);color:#fff}.economy{background:linear-gradient(135deg,rgba(255,250,243,.54),rgba(191,138,85,.08));border-block:1px solid var(--line)}.roi-widget{background:var(--paper);border:1px solid var(--line);border-radius:34px;padding:26px;box-shadow:var(--shadow)}.tabs{display:flex;gap:8px;margin-bottom:20px}.tabs button,.scenario-buttons button{border:1px solid var(--line);background:rgba(255,255,255,.72);border-radius:999px;padding:11px 14px;font-weight:950;cursor:pointer;color:var(--ink)}.tabs button.active{background:var(--brown);color:#fff}.roi-panel p{color:var(--muted);line-height:1.55}.compare-bars{display:grid;gap:18px;margin:24px 0}.compare-bars div{display:grid;gap:8px}.compare-bars span{color:var(--muted);font-weight:800}.compare-bars b{font-size:30px;letter-spacing:-.06em}.compare-bars i{display:block;height:12px;border-radius:999px;background:linear-gradient(90deg,var(--gold),var(--brown))}.roi-note{background:rgba(191,138,85,.14);border:1px solid var(--line);border-radius:20px;padding:16px;color:var(--muted);line-height:1.5}.metrics-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.metrics-strip div{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--softshadow)}.metrics-strip b{font-size:32px;letter-spacing:-.06em}.metrics-strip span{display:block;color:var(--muted)}.surface{background:rgba(255,250,243,.5)}.catalog-tools{display:grid;grid-template-columns:320px 1fr;gap:18px;align-items:end;margin-bottom:28px}.search-box{display:grid;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:1000}.search-box input{border:1px solid var(--line);border-radius:999px;background:var(--paper);padding:16px 18px;color:var(--ink);outline:none}.filters{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.filter{padding:13px 16px;border-radius:999px;border:1px solid var(--line);background:var(--paper);font-weight:900;cursor:pointer;color:var(--muted)}.filter.active,.filter:hover{background:var(--brown);color:#fff}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{position:relative;background:var(--paper);border:1px solid var(--line);border-radius:32px;overflow:hidden;box-shadow:var(--softshadow);transition:.25s;cursor:pointer}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.product-media{position:relative;height:286px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 45% 30%,rgba(255,255,255,.95),rgba(191,138,85,.16) 55%,rgba(45,33,27,.09))}.product-media:after{content:"";position:absolute;inset:auto 20% 24px;height:26px;border-radius:50%;background:rgba(45,33,27,.16);filter:blur(16px)}.product-media img{position:relative;z-index:2;max-height:230px;max-width:88%;object-fit:contain;filter:drop-shadow(0 28px 32px rgba(45,33,27,.22));transition:.35s}.product-card:hover .product-media img{transform:scale(1.06) rotate(-1deg)}.card-badges{position:absolute;top:14px;left:14px;right:14px;display:flex;justify-content:space-between;z-index:5;gap:8px}.stock,.sale{border-radius:999px;padding:8px 11px;font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.08em}.stock{background:rgba(255,255,255,.86);color:var(--green);border:1px solid rgba(110,139,114,.25)}.sale{background:var(--red);color:#fff;box-shadow:0 12px 24px rgba(197,77,63,.25)}.wow-layer{position:absolute;left:14px;right:14px;bottom:14px;z-index:4;background:rgba(31,23,19,.84);color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:14px;backdrop-filter:blur(14px);transform:translateY(10px);opacity:0;transition:.25s}.product-card:hover .wow-layer{opacity:1;transform:none}.wow-layer b,.wow-layer span{display:block}.wow-layer span{color:#dfd2c7;font-size:13px;margin-top:4px}.product-body{padding:20px}.cat-name{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--gold2);font-weight:1000;margin-bottom:10px}.product-body h3{font-size:18px;min-height:46px;overflow-wrap:break-word;word-wrap:break-word;white-space:normal}.product-body p{font-size:14px;color:var(--muted);line-height:1.45;min-height:62px}.price-row{display:flex;align-items:end;justify-content:space-between;border-top:1px solid var(--line);padding-top:16px}.price{font-size:24px;font-weight:1000;letter-spacing:-.06em}.old-price{display:inline-block;color:var(--muted);text-decoration:line-through;font-size:14px;margin-bottom:3px}.add-btn{width:50px;height:50px;border-radius:17px;border:0;background:var(--brown);color:#fff;font-size:27px;cursor:pointer}.details-btn{width:100%;margin-top:14px;border:1px solid var(--line);background:rgba(255,255,255,.52);border-radius:17px;padding:13px;font-weight:1000;color:var(--brown);cursor:pointer}.catalog-actions{display:flex;justify-content:center;gap:12px;margin-top:28px;flex-wrap:wrap}.empty-result{grid-column:1/-1;text-align:center;border:1px dashed var(--line);border-radius:28px;padding:34px;color:var(--muted);background:var(--paper)}.calculator-section{background:rgba(255,250,243,.5);border-block:1px solid var(--line)}.scenario-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.scenario-buttons button:hover{background:var(--brown);color:#fff}.calculator{position:sticky;top:96px;background:rgba(255,250,243,.9);backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:34px;padding:26px;box-shadow:var(--shadow)}html[data-theme="dark"] .calculator{background:rgba(23,17,26,.9)}.calc-top{display:flex;align-items:center;justify-content:space-between}.mini{border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:9px 14px;font-weight:950;color:var(--ink)}.selected-list{display:grid;gap:12px;margin:18px 0;min-height:80px}.selected-list.empty{display:grid;place-items:center;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:22px;padding:20px}.selected-item{display:grid;grid-template-columns:54px 1fr 34px;gap:12px;align-items:center;background:rgba(255,255,255,.58);border:1px solid var(--line);border-radius:18px;padding:10px}.selected-item img{height:46px;object-fit:contain}.selected-item b{display:block;font-size:13px}.selected-item span{color:var(--muted);font-size:12px}.remove{border:0;background:rgba(191,138,85,.18);border-radius:12px;width:32px;height:32px;color:var(--ink)}.calc-total{border-top:1px solid var(--line);padding-top:22px;margin-top:8px;display:flex;align-items:end;justify-content:space-between}.calc-total span{color:var(--muted)}.calc-total strong{font-size:36px;letter-spacing:-.06em}.calc-note,.privacy{font-size:12px;color:var(--muted);line-height:1.45}.guide{background:var(--paper)}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card{min-height:260px;display:flex;flex-direction:column}.article-card span{display:inline-block;width:max-content;margin-bottom:24px;padding:9px 12px;border-radius:999px;background:rgba(191,138,85,.16);color:var(--gold2);font-weight:950;font-size:12px;text-transform:uppercase}.article-card p{color:var(--muted);line-height:1.55}.article-card button{margin-top:auto;border:1px solid var(--line);background:transparent;border-radius:999px;padding:12px 16px;font-weight:950;color:var(--ink);cursor:pointer}.faq-list{display:grid;gap:12px}.faq-list details{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:20px 24px;box-shadow:var(--softshadow)}.faq-list summary{cursor:pointer;font-weight:950;font-size:18px}.faq-list p{color:var(--muted);line-height:1.55;margin:14px 0 0}.final-section{background:radial-gradient(circle at 15% 20%,rgba(191,138,85,.22),transparent 36%),linear-gradient(135deg,#1d1431,#2d211b);color:#fff;border-radius:54px 54px 0 0}.lead-grid{grid-template-columns:.85fr 1.15fr}.lead-copy p{color:#dfd2c7}.contact-card{display:grid;gap:8px;margin-top:28px;padding:22px;border-radius:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.contact-card span{color:#dfd2c7}.lead-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;background:#fffaf4;color:#1f1713;border-radius:34px;padding:26px;box-shadow:var(--shadow)}.lead-form label{display:grid;gap:8px;font-weight:850;font-size:13px}.lead-form input,.lead-form select,.lead-form textarea{width:100%;border:1px solid rgba(45,33,27,.13);border-radius:17px;background:#fff;padding:14px 15px;color:#1f1713;outline:none}.lead-form textarea{min-height:104px;resize:vertical}.wide,.lead-form .full,.privacy,.lead-summary{grid-column:1/-1}.lead-summary{padding:14px 16px;border-radius:18px;background:#f2e6dc;color:#3c2b23;line-height:1.5;font-size:14px}.mobile-cart{position:fixed;left:130px;right:18px;bottom:16px;background:var(--brown);color:#fff;border-radius:24px;box-shadow:0 18px 60px rgba(0,0,0,.24);z-index:60;display:flex;align-items:center;gap:14px;padding:14px 16px}.mobile-cart.pulse{animation:pulse .45s ease}@keyframes pulse{50%{transform:scale(1.015)}}.mobile-cart span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#2d211b;font-weight:950}.mobile-cart b{font-size:18px}.mobile-cart button{margin-left:auto;border:0;background:var(--gold);color:#fff;border-radius:14px;padding:11px 16px;font-weight:950}.modal[hidden]{display:none}.modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px}.modal-backdrop{position:absolute;inset:0;background:rgba(31,23,19,.62);backdrop-filter:blur(10px)}.modal-card{position:relative;z-index:1;width:min(1060px,100%);max-height:92vh;overflow:auto;background:var(--paper);border:1px solid var(--line);border-radius:36px;padding:28px;box-shadow:0 40px 120px rgba(0,0,0,.35);color:var(--ink)}.modal-close{position:absolute;right:18px;top:18px;width:42px;height:42px;border:0;border-radius:50%;background:rgba(191,138,85,.16);font-size:26px;cursor:pointer;color:var(--ink)}.modal-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px}.modal-img{position:relative;display:grid;place-items:center;background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.95),rgba(191,138,85,.18));border-radius:30px;min-height:520px;overflow:hidden}.modal-img img{max-width:90%;max-height:420px;object-fit:contain;filter:drop-shadow(0 32px 44px rgba(45,33,27,.24))}.modal-badges{position:absolute;left:18px;top:18px;right:18px;display:flex;justify-content:space-between;z-index:2}.modal-badges span,.modal-badges b{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.85);font-size:12px;text-transform:uppercase}.modal-badges b{background:var(--red);color:#fff}.modal-price{font-size:42px;font-weight:1000;letter-spacing:-.07em;margin:16px 0}.discount-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:14px 0}.discount-line span{color:var(--muted)}.discount-line s{color:var(--muted)}.discount-line b{background:var(--red);color:#fff;border-radius:999px;padding:8px 12px}.modal-card li{margin:8px 0;color:var(--muted)}.invest-box{background:rgba(191,138,85,.16);border:1px solid var(--line);border-radius:22px;padding:18px;margin:20px 0}.invest-box b,.invest-box span{display:block}.invest-box span{color:var(--muted);margin-top:6px}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}
@media(max-width:1180px){.side-rail{display:none}main{margin-left:0}.mobile-cart{left:16px}.site-header{grid-template-columns:220px 1fr auto}.theme-switcher{display:none}.nav{gap:14px}.catalog-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:980px){.nav{display:none}.hero-grid,.quiz-grid,.economy-grid,.calc-grid,.faq-grid,.lead-grid{grid-template-columns:1fr}.catalog-tools{grid-template-columns:1fr}.filters{justify-content:flex-start}.catalog-grid{grid-template-columns:repeat(2,1fr)}.calculator{position:relative;top:auto}.hero-stage{min-height:560px}.lead-form{grid-template-columns:1fr}.modal-grid{grid-template-columns:1fr}.modal-img{min-height:360px}}
@media(max-width:640px){.container{width:min(100% - 28px,var(--max))}.section-pad{padding:66px 0}.site-header{padding:10px 14px;grid-template-columns:1fr auto}.site-header .btn{display:none}.brand img{width:148px}.brand span{display:none}h1{font-size:46px;line-height:.9}.hero{min-height:auto}.hero-stage{min-height:430px}.hero-card-main{inset:28px 0 72px 20px;border-radius:30px}.floating-product{width:142px}.floating-product img{height:82px}.floating-product.one{top:58px;right:0}.floating-product.two{bottom:18px;left:0}.decision-chip{right:4px;bottom:32px;padding:14px 16px}.trust-row,.catalog-grid,.article-grid,.metrics-strip{grid-template-columns:1fr}.product-media{height:255px}.final-section{border-radius:34px 34px 0 0}.calc-total strong{font-size:28px}.modal-card{padding:18px;border-radius:24px}.modal-img{min-height:300px}.modal-actions{grid-template-columns:1fr}.mobile-cart{bottom:12px;left:12px;right:12px}.hero-actions{display:grid}.btn{width:100%}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* v8 fixes: darker theme contrast, custom selects, lazy video, product CTA placement */
html[data-theme="dark"]{--bg:#120d11;--paper:#1b151d;--ink:#fff4e9;--muted:#d8cabb;--line:rgba(255,236,216,.16);--brown:#d4a66d;--brown2:#8d633f;--gold:#b988ff;--gold2:#f2d2a8;--green:#9ee0b0;--red:#ff6c62;}
html[data-theme="dark"] body{background:radial-gradient(circle at 78% 0,rgba(185,136,255,.18),transparent 36%),linear-gradient(135deg,#0c080b,#1a1218 48%,#110c10);}
html[data-theme="dark"] .btn-primary{color:#160f12;background:linear-gradient(135deg,#f3c88c,#b988ff);box-shadow:0 18px 52px rgba(185,136,255,.28)}
html[data-theme="dark"] .btn-soft,html[data-theme="dark"] .quiz-step button,html[data-theme="dark"] .tabs button,html[data-theme="dark"] .scenario-buttons button,html[data-theme="dark"] .details-btn{background:rgba(255,244,233,.09);color:var(--ink);border-color:rgba(255,236,216,.18)}
html[data-theme="dark"] .trust-row div,html[data-theme="dark"] .problem-cards article,html[data-theme="dark"] .article-card,html[data-theme="dark"] .product-card,html[data-theme="dark"] .calculator,html[data-theme="dark"] .lead-form,html[data-theme="dark"] .quiz-card,html[data-theme="dark"] .roi-widget{background:rgba(28,21,30,.82);border-color:rgba(255,236,216,.16)}
html[data-theme="dark"] .product-media{background:radial-gradient(circle at 45% 28%,rgba(255,244,233,.12),rgba(185,136,255,.13) 52%,rgba(255,255,255,.035));}
html[data-theme="dark"] .floating-product,html[data-theme="dark"] .modal-img{background:radial-gradient(circle at 48% 28%,rgba(255,244,233,.2),rgba(185,136,255,.15) 56%,rgba(255,255,255,.04));}
html[data-theme="dark"] .stock{background:rgba(255,244,233,.12);color:#b5f1c4;border-color:rgba(158,224,176,.28)}
.theme-switcher{min-width:max-content}.theme-switcher button{font-size:13px;padding:9px 12px}.theme-switcher button.active{background:linear-gradient(135deg,var(--brown),var(--gold));color:#fff;box-shadow:0 10px 24px rgba(45,33,27,.15)}
html[data-theme="dark"] .theme-switcher button.active{color:#160f12;background:linear-gradient(135deg,#f3c88c,#b988ff)}

.video-section{background:linear-gradient(180deg,rgba(255,250,243,.36),rgba(191,138,85,.08));border-block:1px solid var(--line)}
.video-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}.video-shell{position:relative;min-height:420px;border-radius:36px;overflow:hidden;background:#120d11;border:1px solid var(--line);box-shadow:var(--shadow);display:grid;place-items:center}.video-shell>img{width:100%;height:100%;min-height:420px;object-fit:cover;filter:saturate(1.05) contrast(1.04)}.video-shell:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(20,12,16,.34),rgba(191,138,85,.08));pointer-events:none}.video-play{position:absolute;z-index:2;display:grid;place-items:center;gap:7px;border:1px solid rgba(255,255,255,.24);background:rgba(255,250,243,.88);color:#1f1713;border-radius:28px;padding:22px 28px;cursor:pointer;box-shadow:0 26px 70px rgba(0,0,0,.24);backdrop-filter:blur(18px);font-weight:1000}.video-play span{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--brown),var(--gold));color:#fff}.video-play small{color:#74685f}.plyr{width:100%;height:100%}.plyr__video-wrapper{background:#000}.plyr--video{border-radius:34px;overflow:hidden;width:100%}

.product-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:13px}.add-inline,.lead-inline{border:0;border-radius:16px;padding:12px 12px;font-weight:1000;cursor:pointer;transition:.2s}.add-inline{background:linear-gradient(135deg,var(--brown),var(--gold));color:#fff}.lead-inline{background:rgba(191,138,85,.13);color:var(--ink);border:1px solid var(--line)}.add-inline:hover,.lead-inline:hover{transform:translateY(-1px)}.price-row{align-items:flex-start;gap:10px}.price-saving{align-self:center;font-size:11px;font-weight:1000;letter-spacing:.03em;text-transform:uppercase;border-radius:999px;background:rgba(197,77,63,.13);color:var(--red);padding:8px 10px;text-align:center}.modal-actions.top{margin:14px 0 22px;position:sticky;top:0;z-index:3;background:linear-gradient(180deg,var(--paper),rgba(255,255,255,0));padding:10px 0 14px}.modal-copy .modal-actions.top+.modal-copy h3{margin-top:0}.modal-price{margin-bottom:8px}.modal-img img,.product-media img,.floating-product img,.selected-item img{image-rendering:auto}.product-media img{max-height:238px}.floating-product{background:linear-gradient(160deg,rgba(255,250,243,.92),rgba(232,210,186,.66))}

.lead-form select{appearance:none;background:var(--paper) linear-gradient(135deg,transparent 0 85%,rgba(191,138,85,.2));border:1px solid var(--line);border-radius:16px;padding:14px 42px 14px 14px;color:var(--ink);font-weight:850}.choices{margin:0}.choices__inner{min-height:50px!important;border:1px solid var(--line)!important;border-radius:16px!important;background:var(--paper)!important;color:var(--ink)!important;padding:7px 44px 7px 12px!important;box-shadow:var(--softshadow)}.choices[data-type*=select-one]::after{border-color:var(--gold2) transparent transparent!important;right:17px!important}.choices.is-open[data-type*=select-one]::after{border-color:transparent transparent var(--gold2)!important}.choices__list--dropdown,.choices__list[aria-expanded]{border:1px solid var(--line)!important;border-radius:18px!important;background:var(--paper)!important;box-shadow:var(--shadow);overflow:hidden;margin-top:8px!important}.choices__item{font-weight:850;color:var(--ink)}.choices__list--dropdown .choices__item--selectable{padding:14px 16px!important}.choices__list--dropdown .choices__item--selectable.is-highlighted{background:linear-gradient(135deg,var(--brown),var(--gold))!important;color:#fff!important}html[data-theme="dark"] .choices__inner,html[data-theme="dark"] .choices__list--dropdown,html[data-theme="dark"] .choices__list[aria-expanded]{background:#211923!important;color:var(--ink)!important;border-color:rgba(255,236,216,.18)!important}html[data-theme="dark"] .choices__item{color:var(--ink)}

@media(max-width:980px){.video-grid{grid-template-columns:1fr}.video-shell,.video-shell>img{min-height:330px}.product-actions{grid-template-columns:1fr 1fr}.theme-switcher{display:flex!important;grid-column:1/-1;justify-self:center}.modal-actions.top{position:relative}.site-header{grid-template-columns:220px 1fr auto}.nav{display:none}}
@media(max-width:640px){.video-shell,.video-shell>img{min-height:260px;border-radius:26px}.video-play{padding:17px 20px;border-radius:22px}.video-play span{width:52px;height:52px}.product-actions{grid-template-columns:1fr}.theme-switcher{width:100%;justify-content:center}.theme-switcher button{flex:1}.price-saving{display:none}.product-body h3{min-height:auto;font-size:14px;overflow-wrap:break-word;word-wrap:break-word;white-space:normal}.product-body p{min-height:auto}.product-media{height:270px}}

/* v10 fixes: no prompt-copy, clean product cutouts, selectable scenarios, lead popup */
.theme-dot{font-family:Inter,system-ui,sans-serif;color:currentColor;font-size:11px;line-height:1}.theme-switcher button{display:inline-flex;align-items:center;gap:6px}.theme-switcher button.active{background:var(--ink);color:var(--paper)}
.video-points{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0 26px}.video-points span{border:1px solid var(--line);border-radius:999px;background:rgba(255,250,243,.7);padding:10px 13px;color:var(--ink);font-weight:900;font-size:13px}html[data-theme="dark"] .video-points span{background:rgba(255,255,255,.07);color:var(--ink)}
.product-media{background:linear-gradient(145deg,rgba(255,250,243,.74),rgba(232,210,186,.28))!important}.product-media:before{content:"";position:absolute;inset:18px;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.26),rgba(255,255,255,0));opacity:.35}.product-media:after{background:rgba(45,33,27,.12)!important;height:16px;filter:blur(13px);bottom:28px}.modal-img{background:linear-gradient(145deg,rgba(255,250,243,.78),rgba(232,210,186,.25))!important}.product-media img,.modal-img img,.floating-product img,.selected-item img{filter:drop-shadow(0 26px 30px rgba(45,33,27,.22));mix-blend-mode:normal}.product-card.selected{outline:2px solid var(--gold);box-shadow:0 18px 58px rgba(191,138,85,.24)}.selected-check{position:absolute;right:14px;top:14px;z-index:5;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:1000;box-shadow:0 10px 24px rgba(0,0,0,.14);opacity:0;transform:scale(.7);transition:.2s}.product-card.selected .selected-check{opacity:1;transform:scale(1)}
.scenario-buttons{display:flex;gap:10px;flex-wrap:wrap}.scenario-buttons button{position:relative;padding-right:36px;min-height:46px}.scenario-buttons .checkmark{position:absolute;right:8px;top:7px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:12px;font-weight:1000;opacity:0;transform:scale(.6);transition:.2s}.scenario-buttons button.active{background:var(--brown);color:#fff;border-color:transparent}.scenario-buttons button.active .checkmark{opacity:1;transform:scale(1)}
.lead-modal-card{width:min(920px,100%)}.lead-popup-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:start}.modal-summary{margin-top:18px}.modal-lead-form{grid-template-columns:1fr 1fr}.modal-lead-form textarea{min-height:92px}
html[data-theme="dark"] .product-media{background:linear-gradient(145deg,rgba(38,30,42,.84),rgba(104,78,119,.18))!important}html[data-theme="dark"] .modal-img{background:linear-gradient(145deg,rgba(38,30,42,.9),rgba(104,78,119,.18))!important}html[data-theme="dark"] .product-media:before{background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,0))}html[data-theme="dark"] .product-card.selected{outline-color:#d0a7ff}html[data-theme="dark"] .scenario-buttons button.active{background:#d0a7ff;color:#160f1b}html[data-theme="dark"] .lead-summary{background:rgba(255,255,255,.08);color:var(--ink)}html[data-theme="dark"] .lead-form input,html[data-theme="dark"] .lead-form textarea{background:rgba(255,255,255,.08);color:var(--ink);border-color:rgba(255,255,255,.16)}
@media(max-width:980px){.lead-popup-grid{grid-template-columns:1fr}.modal-lead-form{grid-template-columns:1fr}.video-points span{font-size:12px}}

/* v11: responsive WOW fixes */
@media(min-width:981px){
  h1{font-size:clamp(42px,4.4vw,68px)!important;line-height:.94!important;letter-spacing:-.065em!important}
  .hero{min-height:calc(100vh - 74px);padding-top:24px;padding-bottom:42px}
  .hero-grid{grid-template-columns:0.9fr 1.1fr;align-items:start;gap:46px}
  .hero-copy{padding-top:44px}
  .hero-stage{min-height:560px;margin-top:8px}
  .hero-card-main{inset:18px 26px 96px 40px}
  .floating-product.one{top:42px;right:18px}.floating-product.two{bottom:60px;left:0}
}
.story-cards{display:grid;gap:12px;margin:22px 0}.story-cards div{padding:18px 20px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,rgba(255,250,243,.86),rgba(191,138,85,.12));box-shadow:var(--softshadow)}.story-cards b{display:block;font-size:18px;letter-spacing:-.03em}.story-cards span{display:block;color:var(--muted);line-height:1.5;margin-top:5px}.accent-copy{padding:18px 20px;border-radius:24px;border-left:4px solid var(--gold);background:rgba(191,138,85,.14);font-weight:850;color:var(--ink)!important}.video-grid{align-items:center}.video-section h2{font-size:clamp(34px,3.6vw,56px)}
.search-field{position:relative}.search-field input{width:100%;padding-right:52px!important}.search-field button{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:36px;height:36px;border:0;border-radius:50%;background:rgba(45,33,27,.08);color:var(--ink);font-size:22px;line-height:1;cursor:pointer;transition:.2s}.search-field button:hover{background:var(--brown);color:var(--paper)}.search-box em{font-style:normal;text-transform:none;letter-spacing:0;font-size:12px;color:var(--muted);font-weight:800}
.stock{background:linear-gradient(135deg,#eaffef,#bff0cc)!important;color:#285d35!important;border:1px solid rgba(40,93,53,.24)!important;box-shadow:0 10px 22px rgba(60,130,77,.16)}html[data-theme="dark"] .stock{background:linear-gradient(135deg,#2a4c35,#8ae8a7)!important;color:#07120b!important}.sale{box-shadow:0 10px 26px rgba(197,77,63,.32)}.card-badges{align-items:flex-start}.product-card .card-badges .stock::before,.modal-badges span::before{content:"✓ ";font-weight:1000}
.btn,.add-inline,.lead-inline,.article-card button,.filter,.mini,.tabs button,.scenario-buttons button,.details-btn,.add-btn,.remove,.modal-close,.quiz-step button{transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease,border-color .22s ease}.btn:hover,.article-card button:hover,.filter:hover,.mini:hover,.tabs button:hover,.scenario-buttons button:hover,.details-btn:hover,.add-inline:hover,.lead-inline:hover,.quiz-step button:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(45,33,27,.16)}.btn-primary:hover,.add-inline:hover{background:linear-gradient(135deg,var(--gold),var(--brown));filter:saturate(1.08)}.btn-soft:hover,.lead-inline:hover{background:var(--brown);color:var(--paper);border-color:transparent}.btn-dark:hover{background:var(--gold);color:#fff}.add-btn:hover{background:var(--gold);transform:translateY(-2px) scale(1.03)}.remove{cursor:pointer}.remove:hover{background:#c54d3f!important;color:#fff!important;transform:rotate(8deg) scale(1.08);box-shadow:0 10px 22px rgba(197,77,63,.24)}.selected-item{cursor:pointer;transition:.24s}.selected-item:hover{background:rgba(191,138,85,.12);transform:translateY(-1px)}.selected-item.removing{animation:removeItem .28s ease forwards}@keyframes removeItem{to{opacity:0;transform:translateX(28px) scale(.96);height:0;margin:0;padding:0;overflow:hidden}}.product-card.just-added{animation:addedCard .55s ease}@keyframes addedCard{0%{box-shadow:0 0 0 0 rgba(191,138,85,.0)}35%{box-shadow:0 0 0 8px rgba(191,138,85,.18),var(--shadow);transform:translateY(-10px) scale(1.015)}100%{box-shadow:var(--softshadow)}}.added-toast{position:fixed;right:24px;bottom:96px;z-index:180;padding:14px 18px;border-radius:999px;background:var(--brown);color:#fff;box-shadow:var(--shadow);font-weight:950;opacity:0;transform:translateY(12px);pointer-events:none}.added-toast.show{animation:toast .16s ease forwards,toastOut .24s ease 1.75s forwards}@keyframes toast{to{opacity:1;transform:none}}@keyframes toastOut{to{opacity:0;transform:translateY(12px)}}
.phone-error{display:none;color:#c54d3f;font-weight:900;font-size:12px;margin-top:4px}.lead-form label.invalid input{border-color:#c54d3f;box-shadow:0 0 0 4px rgba(197,77,63,.12)}.lead-form label.invalid .phone-error{display:block}.lead-form input[type="tel"]{font-variant-numeric:tabular-nums;letter-spacing:.02em}
.micro-cta{padding:22px 0;background:transparent}.micro-cta .container{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(135deg,rgba(255,250,243,.86),rgba(191,138,85,.12));box-shadow:var(--softshadow)}.micro-cta b{display:block;font-size:22px;letter-spacing:-.04em}.micro-cta span{display:block;color:var(--muted);margin-top:5px;line-height:1.45}.micro-cta-video .container{background:linear-gradient(135deg,rgba(45,33,27,.94),rgba(191,138,85,.8));color:#fff}.micro-cta-video span{color:rgba(255,255,255,.76)}.micro-cta-catalog .container{background:linear-gradient(135deg,rgba(255,250,243,.95),rgba(110,139,114,.15))}.micro-cta-calc .container{background:radial-gradient(circle at 80% 20%,rgba(191,138,85,.28),transparent 32%),var(--paper)}html[data-theme="dark"] .micro-cta .container,html[data-theme="dark"] .story-cards div{background:linear-gradient(135deg,rgba(28,21,30,.9),rgba(164,124,255,.12))}html[data-theme="dark"] .accent-copy{background:rgba(164,124,255,.14)}
.wow-footer{background:linear-gradient(135deg,#120d0f,#2d211b 55%,#6c4b30);color:#fff;padding:56px 0 86px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:end}.wow-footer img{width:190px;max-height:56px;object-fit:contain;margin-bottom:26px}.wow-footer h2{font-size:clamp(34px,4.6vw,70px);max-width:820px}.wow-footer p{color:#eadacc;max-width:680px;line-height:1.6}.footer-actions{display:grid;gap:14px}.footer-actions .btn-soft{background:rgba(255,255,255,.09);color:#fff;border-color:rgba(255,255,255,.18)}.footer-actions span{color:#dfd2c7;font-weight:900;text-align:center}
.hamburger{display:none;border:1px solid var(--line);background:var(--paper);border-radius:16px;width:46px;height:46px;place-items:center;gap:4px;padding:11px;cursor:pointer}.hamburger span{display:block;width:20px;height:2px;background:var(--ink);border-radius:999px}.mobile-menu[hidden]{display:none}.mobile-menu{position:fixed;inset:0;z-index:220}.mobile-menu-backdrop{position:absolute;inset:0;background:rgba(31,23,19,.54);backdrop-filter:blur(8px)}.mobile-menu-panel{position:absolute;right:0;top:0;bottom:0;width:min(86vw,360px);background:var(--paper);color:var(--ink);padding:24px;box-shadow:var(--shadow);display:grid;align-content:start;gap:16px;border-radius:28px 0 0 28px}.mobile-menu-panel img{width:170px;margin-bottom:10px}.mobile-menu-panel a{text-decoration:none;padding:14px 16px;border:1px solid var(--line);border-radius:18px;font-weight:950}.mobile-menu-close{justify-self:end;width:42px;height:42px;border:0;border-radius:50%;background:rgba(191,138,85,.14);font-size:26px;color:var(--ink)}
.cart-drawer[hidden]{display:none}.cart-drawer{position:fixed;right:18px;bottom:92px;width:min(440px,calc(100vw - 36px));max-height:62vh;overflow:auto;z-index:165;background:var(--paper);color:var(--ink);border:1px solid var(--line);border-radius:28px;padding:18px;box-shadow:var(--shadow)}.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cart-drawer-head b{font-size:22px}.cart-drawer-head button{border:0;background:rgba(191,138,85,.14);color:var(--ink);border-radius:50%;width:36px;height:36px;font-size:24px;cursor:pointer}.mobile-cart-toggle{display:flex;align-items:center;gap:12px;border:0;background:transparent;color:inherit;width:100%;cursor:pointer}.mobile-cart-toggle em{margin-left:auto;font-style:normal;background:var(--gold);color:#fff;border-radius:14px;padding:10px 14px;font-weight:950}.mobile-bottom-nav{display:none}.cart-drawer .selected-item{grid-template-columns:46px 1fr 34px}.cart-drawer .selected-item img{height:40px}
@media(max-width:980px){.hamburger{display:grid}.site-header{grid-template-columns:1fr auto auto!important}.site-header .theme-switcher{display:none!important}.site-header .btn-primary{display:none}.brand img{width:146px}.mobile-bottom-nav{position:fixed;left:10px;right:10px;bottom:10px;z-index:150;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding:8px;border:1px solid var(--line);border-radius:24px;background:rgba(255,250,243,.9);backdrop-filter:blur(18px);box-shadow:var(--shadow)}html[data-theme="dark"] .mobile-bottom-nav{background:rgba(23,17,26,.9)}.mobile-bottom-nav a,.mobile-bottom-nav button{border:0;background:transparent;color:var(--muted);text-decoration:none;display:grid;place-items:center;gap:2px;font-size:10px;font-weight:900;padding:7px 4px;border-radius:16px}.mobile-bottom-nav i{font-style:normal;font-size:17px;color:var(--gold2)}.mobile-bottom-nav a:hover,.mobile-bottom-nav button:hover{background:rgba(191,138,85,.14);color:var(--ink)}.mobile-cart{left:14px;right:14px;bottom:82px;border-radius:22px;z-index:151;padding:12px 14px}.cart-drawer{left:14px;right:14px;bottom:154px;width:auto}.hero-grid{align-items:start}.hero-stage{order:-1;min-height:390px}.hero-card-main{inset:14px 0 78px 0}.hero-copy{padding-top:0}h1{font-size:clamp(40px,12vw,58px)!important}.hero-lead,.section-head p,.lead-copy p{font-size:17px}.micro-cta .container{display:grid}.micro-cta .btn{width:100%}.footer-grid{grid-template-columns:1fr}.wow-footer{padding-bottom:116px}}
@media(max-width:640px){.site-header{padding:10px 12px}.container{width:min(100% - 24px,var(--max))}.section-pad{padding:58px 0}.hero-stage{min-height:330px}.floating-product{width:122px}.floating-product img{height:70px}.decision-chip{display:none}.trust-row{gap:8px}.trust-row div{padding:14px}.video-section h2,.section-head h2{font-size:clamp(32px,10vw,46px)}.story-cards div{padding:16px}.catalog-tools{gap:12px}.filters{overflow:auto;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:5px}.filter{white-space:nowrap}.lead-form{padding:18px;border-radius:24px}.modal-card{max-height:86vh}.added-toast{left:14px;right:14px;text-align:center;bottom:154px}}

/* v11 polish */
@media(min-width:981px){
  h1{font-size:clamp(42px,4.7vw,72px)!important;line-height:.94!important;letter-spacing:-.075em!important;max-width:760px}
  .hero-grid{grid-template-columns:.86fr 1.14fr;gap:52px;align-items:center}
  .hero-stage{min-height:560px;transform:translateY(-20px)}
  .hero-card-main{inset:10px 18px 90px 42px}
  .floating-product.one{top:44px}.floating-product.two{bottom:34px}
}
.story-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0}.story-cards div{border:1px solid var(--line);border-radius:24px;padding:16px 15px;background:rgba(255,250,243,.75);box-shadow:var(--softshadow)}.story-cards b{display:block;font-size:17px;letter-spacing:-.03em;margin-bottom:6px}.story-cards span{display:block;color:var(--muted);font-size:13px;line-height:1.45}.accent-copy{border-left:4px solid var(--gold);padding:18px 20px!important;border-radius:0 22px 22px 0;background:rgba(191,138,85,.12);font-weight:750;color:var(--ink)!important}.micro-cta .container{position:relative;overflow:hidden}.micro-cta .container:after{content:"";position:absolute;right:-80px;top:-90px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.45),transparent 65%);pointer-events:none}.micro-cta-quiz .container{background:linear-gradient(135deg,rgba(255,250,243,.92),rgba(126,91,57,.12))}.micro-cta-economy .container{background:linear-gradient(135deg,rgba(45,33,27,.94),rgba(110,139,114,.72));color:#fff}.micro-cta-economy span{color:rgba(255,255,255,.78)}.micro-cta-guide .container{background:linear-gradient(135deg,rgba(255,250,243,.94),rgba(191,138,85,.18),rgba(110,139,114,.10))}.micro-cta-faq .container{background:linear-gradient(135deg,rgba(255,250,243,.96),rgba(222,204,184,.5))}.micro-cta .btn{min-width:210px}.search-box{display:grid;gap:8px}.search-field{position:relative}.search-field input{height:54px;border-radius:20px;border:1px solid var(--line);background:rgba(255,250,243,.88);padding:0 50px 0 18px;font-weight:850;color:var(--ink);outline:none;transition:.2s}.search-field input:focus{border-color:var(--gold);box-shadow:0 0 0 5px rgba(191,138,85,.12)}.search-box em{padding-left:4px}.status-badge,.stock,.modal-badges span{box-shadow:0 10px 24px rgba(110,139,114,.22);background:linear-gradient(135deg,#6e8b72,#91ad8f)!important;color:#fff!important;border:0!important}.stock:before,.modal-badges span:before{content:"●";font-size:10px;margin-right:6px}.lead-form button,.lead-form .btn,.article-card button{border-radius:18px}.lead-form button:hover,.modal-lead-form button:hover{transform:translateY(-2px);filter:saturate(1.12);box-shadow:0 18px 42px rgba(191,138,85,.24)}.mobile-cart{background:linear-gradient(135deg,var(--brown),#1b1310);color:#fff}.mobile-cart button{border:0;border-radius:16px;background:var(--gold);color:#fff;font-weight:950;padding:10px 16px;cursor:pointer;transition:.2s}.mobile-cart button:hover{background:#fff;color:var(--brown)}.cart-drawer-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:14px;margin:12px 0 14px}.cart-drawer-total b{font-size:24px;letter-spacing:-.05em}.hamburger:hover,.mobile-menu-close:hover,.cart-drawer-head button:hover{background:var(--brown);color:#fff;transform:translateY(-1px)}.hamburger:hover span{background:#fff}.wow-footer{margin-left:112px}.product-card .stock{font-weight:1000;letter-spacing:.02em}.product-actions .add-inline,.product-actions .lead-inline{font-weight:950;border-radius:16px;cursor:pointer}.product-actions .add-inline{background:linear-gradient(135deg,var(--brown),var(--gold));color:#fff;border:0}.product-actions .lead-inline{background:rgba(255,250,243,.8);border:1px solid var(--line);color:var(--ink)}.product-actions .lead-inline:hover{background:var(--gold);color:#fff}.empty-result{grid-column:1/-1;border:1px dashed var(--line);border-radius:28px;padding:28px;background:rgba(255,250,243,.76);font-weight:900;color:var(--muted)}
@media(max-width:980px){.wow-footer{margin-left:0}.story-cards{grid-template-columns:1fr}.hero-stage{margin-top:4px}.hero-card-main{inset:4px 0 80px 0}.floating-product.one{right:8px;top:26px}.section-pad{padding:72px 0}.micro-cta{padding:10px 0}.micro-cta .container{padding:20px;border-radius:24px}.micro-cta b{font-size:20px}.site-header{padding:10px 14px}.brand span{display:none}.mobile-menu-panel .btn{width:100%}.final-section{padding-bottom:70px}}
@media(max-width:640px){h1{font-size:clamp(35px,10vw,50px)!important}.hero-stage{min-height:330px}.hero-copy{margin-top:0}.trust-row{gap:8px}.floating-product{width:138px}.decision-chip{display:none}.story-cards div{padding:14px}.accent-copy{font-size:15px!important}.mobile-bottom-nav{grid-template-columns:repeat(5,1fr)}.mobile-cart-toggle em{padding:8px 10px}.wow-footer h2{font-size:36px}.catalog-actions{display:grid}.micro-cta .container{width:calc(100% - 24px)}}

/* v13 typography: softer premium brown + smaller hero headlines */
:root{
  --ink:#3b2a22;
  --brown:#3b2a22;
  --brown2:#5a3d2d;
  --muted:#7c6b5f;
}
body{color:var(--ink)}
@media(min-width:981px){
  h1{
    font-size:clamp(28px,3.1vw,40px)!important;
    line-height:1.08!important;
    letter-spacing:-.045em!important;
    max-width:580px!important;
    color:var(--ink)!important;
    margin-bottom:18px!important;
  }
  h2{
    font-size:clamp(25px,2.7vw,38px)!important;
    line-height:1.08!important;
    letter-spacing:-.045em!important;
    color:var(--ink)!important;
  }
  .wow-footer h2{font-size:clamp(28px,3.2vw,46px)!important;line-height:1.08!important}
  .hero{min-height:auto;padding-top:72px;padding-bottom:88px;align-items:flex-start}
  .hero-grid{grid-template-columns:.82fr 1.18fr!important;gap:58px!important;align-items:start!important}
  .hero-stage{min-height:500px!important;transform:translateY(-8px)!important}
  .hero-card-main{inset:0 12px 92px 24px!important}
  .floating-product.one{top:18px!important;right:0!important}
  .floating-product.two{bottom:28px!important;left:0!important}
  .hero-lead{font-size:17px!important;line-height:1.62!important;max-width:560px!important;color:var(--muted)!important}
  .trust-row b{font-size:17px!important}
  .section-head{max-width:780px!important}
  .section-head p,.lead-copy p{font-size:17px!important;line-height:1.62!important;color:var(--muted)!important}
  .video-section .section-head h2{font-size:clamp(26px,2.6vw,36px)!important;line-height:1.12!important;max-width:680px!important}
}
@media(max-width:980px){
  h1{font-size:clamp(32px,8.4vw,44px)!important;line-height:1.04!important;letter-spacing:-.055em!important;color:var(--ink)!important}
  h2,.video-section h2,.section-head h2{font-size:clamp(28px,7vw,38px)!important;line-height:1.08!important;color:var(--ink)!important}
}

/* v15: semantic CTA icons + language switcher */
.site-header{grid-template-columns:280px 1fr auto auto auto auto!important}
.lang-switcher,.mobile-lang-switcher{display:flex;gap:5px;padding:5px;border:1px solid var(--line);border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.56),rgba(191,138,85,.12));box-shadow:0 12px 32px rgba(45,33,27,.06)}
.lang-switcher button,.mobile-lang-switcher button{border:0;border-radius:999px;padding:8px 11px;background:transparent;color:var(--muted);font-weight:1000;font-size:12px;letter-spacing:.04em;cursor:pointer;transition:.22s}
.lang-switcher button:hover,.mobile-lang-switcher button:hover{background:rgba(191,138,85,.16);color:var(--ink);transform:translateY(-1px)}
.lang-switcher button.active,.mobile-lang-switcher button.active{background:linear-gradient(135deg,var(--brown),var(--gold));color:#fff;box-shadow:0 10px 24px rgba(191,138,85,.22)}
.mobile-lang-switcher{margin:50px 0 10px;width:max-content}.mobile-menu-panel .mobile-lang-switcher + img{margin-top:0}
.micro-cta .container{grid-template-columns:auto 1fr auto;display:grid!important;align-items:center}
.cta-icon{width:60px;height:60px;border-radius:22px;display:grid;place-items:center;flex:0 0 60px;color:var(--brown);background:linear-gradient(145deg,rgba(255,250,243,.92),rgba(191,138,85,.18));border:1px solid rgba(255,255,255,.52);box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 16px 36px rgba(45,33,27,.10)}
.cta-icon svg{width:34px;height:34px;display:block}.micro-cta-video .cta-icon,.micro-cta-economy .cta-icon{background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.08));color:#fff;border-color:rgba(255,255,255,.18)}
.micro-cta-catalog .cta-icon{color:#6e8b72}.micro-cta-calc .cta-icon{color:#8c603d}.micro-cta-guide .cta-icon{color:#79593d}.micro-cta-faq .cta-icon{color:#6e8b72}
.micro-cta b{color:inherit}.micro-cta .btn{justify-self:end}.product-media img,.modal-img img,.floating-product img{background:transparent!important;transition:opacity .25s ease}.floating-product .float-name{font-style:normal;font-size:12px;color:var(--ink);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .25s ease}.floating-product[role="button"]{cursor:pointer}
@media(max-width:980px){.site-header .lang-switcher{display:none!important}.site-header{grid-template-columns:1fr auto!important}.micro-cta .container{grid-template-columns:auto 1fr!important}.micro-cta .btn{grid-column:1/-1;justify-self:stretch}.cta-icon{width:52px;height:52px;border-radius:18px}.cta-icon svg{width:29px;height:29px}}
@media(max-width:640px){.micro-cta .container{gap:14px}.micro-cta b{font-size:18px}.micro-cta span{font-size:14px}}


/* v16 critical fixes: mobile hero, footer, nav icons, dataset-safe UI */
.hero-caption span{display:block;font-weight:1000;text-transform:none;letter-spacing:.02em;color:#fff;font-size:clamp(13px,1.35vw,17px)}
.hero-caption b{font-size:clamp(26px,2.8vw,40px);margin-top:4px;color:#fff;text-shadow:0 8px 28px rgba(0,0,0,.35)}
.word-rotator{display:inline-block;font-style:normal;color:#f3d29f;transition:opacity .18s ease, transform .18s ease;min-width:58px;text-align:left}.word-rotator.changing{opacity:0;transform:translateY(7px)}
.video-section .section-head h2{max-width:720px}.accent-copy{position:relative}.accent-copy:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:999px;background:linear-gradient(180deg,var(--gold),var(--green))}
.wow-footer{background:radial-gradient(circle at 15% 10%,rgba(221,182,122,.20),transparent 30%),linear-gradient(135deg,#2d211b,#140f0d 72%);color:#fff!important;border-radius:48px 48px 0 0;margin-top:56px;padding:70px 0 62px}.wow-footer .footer-grid{align-items:center;text-align:center}.wow-footer .footer-grid>div:first-child{display:grid;justify-items:center}.wow-footer img{max-width:220px;filter:brightness(1.8)}.wow-footer h2{color:#fff!important;text-align:center;margin-inline:auto;max-width:760px}.wow-footer p{color:rgba(255,255,255,.84)!important;text-align:center;margin-inline:auto;font-size:18px}.wow-footer .footer-actions{justify-items:center}.wow-footer .footer-actions span{color:rgba(255,255,255,.78)!important;text-align:center}.wow-footer .btn-soft{background:rgba(255,255,255,.10)!important;color:#fff!important;border-color:rgba(255,255,255,.22)!important}.wow-footer .btn-soft:hover{background:#fff!important;color:var(--brown)!important}
.mobile-bottom-nav .nav-ico{width:28px;height:28px;border-radius:14px;display:grid;place-items:center;background:rgba(191,138,85,.12);color:var(--brown);transition:.22s}.mobile-bottom-nav .nav-ico svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.mobile-bottom-nav a:hover .nav-ico,.mobile-bottom-nav button:hover .nav-ico{background:linear-gradient(135deg,var(--brown),var(--gold));color:#fff;transform:translateY(-2px)}
@media(max-width:980px){.hero-card-main{inset:0 0 70px 0!important}.hero-caption{left:18px;right:18px;bottom:18px}.hero-caption span{font-size:14px;line-height:1.05}.hero-caption b{font-size:30px;line-height:.95}.floating-product.one{top:18px!important;right:8px!important}.floating-product.two{bottom:20px!important;left:8px!important}.wow-footer{border-radius:34px 34px 0 0;padding:52px 0 126px}.wow-footer h2{font-size:clamp(28px,8vw,40px)!important}.wow-footer p{font-size:16px!important;line-height:1.55}.footer-actions{width:100%}.footer-actions .btn{width:100%}.mobile-bottom-nav{background:rgba(255,250,243,.94)!important;border-radius:26px;padding:8px 8px 9px!important}.mobile-bottom-nav a,.mobile-bottom-nav button{gap:4px!important;font-size:10px!important}.mobile-bottom-nav span{font-size:9px;letter-spacing:.02em}.mobile-cart{bottom:88px!important}.cart-drawer{bottom:160px!important}}
@media(max-width:640px){.hero-stage{min-height:325px!important}.hero-copy h1{font-size:clamp(29px,8.4vw,40px)!important;line-height:1.06!important}.hero-lead{font-size:15.5px!important}.hero-actions{display:grid}.hero-actions .btn{width:100%}.trust-row{grid-template-columns:1fr 1fr 1fr}.trust-row div{padding:12px 10px}.trust-row b{font-size:14px!important}.trust-row span{font-size:11px}.video-section .section-head h2,.section-head h2{font-size:clamp(26px,7.5vw,34px)!important}.story-cards{gap:10px}.accent-copy{border-left:0;padding:16px!important;border-radius:22px;background:linear-gradient(135deg,rgba(191,138,85,.16),rgba(110,139,114,.10))}.wow-footer img{max-width:185px}.wow-footer .container{width:calc(100% - 28px)}}

/* v17 infographic layer: structure + associations */
.experience-map{padding:34px 0 10px;margin-top:-38px;position:relative;z-index:3}
.experience-map .container{display:grid;grid-template-columns:.9fr 1.5fr;gap:28px;align-items:center;border:1px solid rgba(126,91,57,.18);border-radius:34px;background:linear-gradient(135deg,rgba(255,250,243,.78),rgba(237,222,203,.56));box-shadow:0 26px 80px rgba(45,33,27,.08);padding:28px}
.map-head h3{margin:8px 0 10px;font-size:clamp(24px,2.6vw,38px);line-height:1.05;letter-spacing:-.06em;color:var(--ink)}
.map-head p{margin:0;color:var(--muted);font-size:16px;line-height:1.55;max-width:480px}
.map-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;position:relative}
.map-flow:before{content:"";position:absolute;left:8%;right:8%;top:42px;height:2px;background:linear-gradient(90deg,rgba(126,91,57,.15),rgba(191,138,85,.72),rgba(110,139,114,.46));z-index:0}
.map-node{position:relative;z-index:1;min-height:176px;border:1px solid rgba(126,91,57,.14);border-radius:26px;background:rgba(255,250,243,.82);padding:18px 14px 16px;text-align:center;display:grid;justify-items:center;align-content:start;gap:8px;box-shadow:0 18px 45px rgba(45,33,27,.06);transition:.24s ease}
.map-node:hover{transform:translateY(-4px);box-shadow:0 24px 70px rgba(45,33,27,.12);border-color:rgba(191,138,85,.35)}
.map-node i{width:70px;height:70px;border-radius:24px;display:grid;place-items:center;background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.95),rgba(221,182,122,.30));color:var(--brown);box-shadow:inset 0 0 0 1px rgba(126,91,57,.12),0 14px 30px rgba(191,138,85,.14)}
.map-node svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.map-node b{font-size:18px;letter-spacing:-.03em;color:var(--ink)}
.map-node span{font-size:13px;line-height:1.35;color:var(--muted)}
.map-node.strong{background:linear-gradient(145deg,rgba(45,33,27,.94),rgba(126,91,57,.88));border-color:rgba(255,255,255,.16)}
.map-node.strong i{background:rgba(255,250,243,.12);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18),0 14px 30px rgba(0,0,0,.12)}
.map-node.strong b,.map-node.strong span{color:#fff}
.map-node.strong span{opacity:.82}
html[data-theme="dark"] .experience-map .container{background:linear-gradient(135deg,rgba(33,24,35,.9),rgba(73,51,41,.58));border-color:rgba(255,255,255,.10)}
html[data-theme="dark"] .map-node{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.10)}
html[data-theme="dark"] .map-node i{background:rgba(255,255,255,.08);color:#f0d5b3}
html[data-theme="bright"] .experience-map .container{background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(232,242,255,.76))}
@media(max-width:980px){.experience-map{margin-top:0;padding:18px 0}.experience-map .container{grid-template-columns:1fr;padding:22px;border-radius:28px}.map-flow{grid-template-columns:1fr 1fr}.map-flow:before{display:none}.map-node{min-height:150px}}
@media(max-width:560px){.experience-map .container{width:calc(100% - 24px);padding:18px}.map-head h3{font-size:28px}.map-head p{font-size:14px}.map-flow{grid-template-columns:1fr 1fr;gap:10px}.map-node{border-radius:22px;min-height:142px;padding:14px 10px}.map-node i{width:58px;height:58px;border-radius:20px}.map-node svg{width:36px;height:36px}.map-node b{font-size:16px}.map-node span{font-size:12px}}


/* v18: hero caption is fully visible above product cards */
.hero-caption{
  left:28px!important;
  right:230px!important;
  bottom:42px!important;
  z-index:8!important;
  max-width:360px;
  padding:16px 18px 15px;
  border-radius:26px;
  background:linear-gradient(135deg, rgba(45,33,27,.86), rgba(140,96,61,.72));
  box-shadow:0 18px 46px rgba(45,33,27,.28);
  backdrop-filter:blur(10px);
}
.hero-caption span{
  font-size:clamp(14px,1.25vw,18px)!important;
  line-height:1.08!important;
  color:#fff8ef!important;
  text-shadow:0 6px 18px rgba(0,0,0,.28);
  white-space:normal!important;
}
.hero-caption b{
  font-size:clamp(26px,2.15vw,34px)!important;
  line-height:.98!important;
  margin-top:5px!important;
  color:#fff!important;
}
.floating-product.one{z-index:5!important;top:64px!important;right:0!important}
.floating-product.two{z-index:5!important;bottom:28px!important;left:0!important}
.decision-chip{z-index:6!important;right:48px!important;bottom:18px!important}

@media(min-width:981px){
  .hero-card-main{inset:0 42px 120px 28px!important}
  .hero-stage{min-height:535px!important;transform:translateY(-22px)!important}
}
@media(max-width:980px){
  .hero-caption{
    left:14px!important;
    right:150px!important;
    bottom:16px!important;
    max-width:240px;
    padding:12px 13px 11px;
    border-radius:20px;
  }
  .hero-caption span{font-size:13px!important;line-height:1.05!important}
  .hero-caption b{font-size:24px!important;line-height:.96!important}
  .floating-product.one{top:12px!important;right:4px!important;width:132px!important}
  .floating-product.two{bottom:74px!important;left:6px!important;width:126px!important}
}
@media(max-width:640px){
  .hero-stage{min-height:360px!important}
  .hero-card-main{inset:4px 0 104px 0!important;border-radius:30px!important}
  .hero-caption{
    left:12px!important;
    right:12px!important;
    bottom:18px!important;
    max-width:none;
    text-align:left;
  }
  .hero-caption span{font-size:14px!important}
  .hero-caption b{font-size:26px!important}
  .floating-product.one{top:14px!important;right:8px!important;width:122px!important}
  .floating-product.two{display:none!important}
}

/* v19: exact return block based on approved reference */
.exact-return-section{padding:92px 0 104px;background:radial-gradient(circle at 70% 20%,rgba(191,138,85,.10),transparent 34%),linear-gradient(180deg,rgba(255,250,243,.38),rgba(237,222,203,.16));border-block:1px solid rgba(126,91,57,.14)}
.exact-return-grid{display:grid;grid-template-columns:minmax(510px,.98fr) minmax(420px,1.02fr);gap:48px;align-items:center}
.return-story{max-width:690px;justify-self:end}.return-story .label{display:block;margin-bottom:12px}.return-story h2{font-size:clamp(30px,2.45vw,40px)!important;line-height:1.04!important;letter-spacing:-.045em!important;margin:0 0 18px!important;color:var(--ink)!important;max-width:690px!important;text-wrap:balance}
.return-board{position:relative;background:linear-gradient(180deg,rgba(255,250,243,.54),rgba(227,210,190,.44));border:1px solid rgba(126,91,57,.12);box-shadow:0 32px 90px rgba(45,33,27,.10);padding:22px;border-radius:0;overflow:visible}.return-board:before{content:"";position:absolute;inset:-18px -18px -18px 26px;background:linear-gradient(135deg,rgba(126,91,57,.05),rgba(191,138,85,.08));z-index:-1}.return-board-title{background:rgba(255,250,243,.94);border:1px solid rgba(126,91,57,.10);border-radius:18px;text-align:center;color:var(--gold2);font-size:22px;line-height:1.05;font-weight:950;text-transform:uppercase;letter-spacing:.018em;padding:14px 18px;margin:0 0 14px;box-shadow:0 12px 32px rgba(45,33,27,.06)}
.return-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.return-step{min-height:192px;background:rgba(255,250,243,.84);border:1px solid rgba(126,91,57,.10);border-radius:12px;padding:18px 14px 14px;text-align:center;box-shadow:0 16px 45px rgba(45,33,27,.06);display:grid;justify-items:center;align-content:start;gap:8px}.return-step i{width:94px;height:94px;border-radius:50%;display:grid;place-items:center;border:1.5px dashed rgba(191,138,85,.62);background:radial-gradient(circle at 34% 20%,rgba(255,255,255,.98),rgba(191,138,85,.10));color:var(--brown);box-shadow:inset 0 0 0 8px rgba(255,250,243,.78),0 8px 22px rgba(45,33,27,.05)}.return-step svg{width:76px;height:76px;fill:none;stroke:currentColor;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}.return-step svg .soft-circle{stroke:rgba(191,138,85,.28);stroke-width:1.3;stroke-dasharray:4 4;fill:none}.return-step b{font-size:15px;letter-spacing:-.025em;color:var(--ink);line-height:1.1}.return-step span{font-size:12px;line-height:1.35;color:var(--muted)}
.return-accent{position:relative;margin:14px 0 15px;padding:18px 22px 18px 26px;background:linear-gradient(135deg,rgba(191,138,85,.17),rgba(255,250,243,.66));border-left:4px solid var(--gold);border-radius:2px 18px 18px 2px;color:rgba(52,36,29,.82)!important;font-size:16px!important;line-height:1.58!important;font-weight:650!important;box-shadow:0 14px 36px rgba(45,33,27,.06)}
.return-pills{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}.return-pills span{display:inline-flex;align-items:center;gap:6px;background:rgba(255,250,243,.88);border:1px solid rgba(126,91,57,.16);border-radius:999px;padding:7px 10px;color:var(--ink);font-size:12px;font-weight:1000;text-transform:uppercase;line-height:1;box-shadow:0 10px 28px rgba(45,33,27,.06)}.return-pills i{width:28px;height:28px;min-width:28px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#80c24a,#58aa43);color:#fff;font-style:normal;font-size:18px;box-shadow:0 8px 18px rgba(88,170,67,.24)}
.return-video{min-height:364px;border-radius:32px;border:1px solid rgba(45,33,27,.20);box-shadow:0 34px 100px rgba(45,33,27,.12);align-self:center}.return-video>img{min-height:364px;filter:saturate(.92) contrast(.96) brightness(.95)}.return-video .video-play{padding:24px 32px;border-radius:30px}.return-video .video-play b{font-size:15px}.return-video .video-play small{font-size:11px}.return-video .video-play span{width:58px;height:58px}.return-video:after{background:linear-gradient(135deg,rgba(32,22,18,.14),rgba(191,138,85,.06))}
html[data-theme="dark"] .return-board{background:linear-gradient(180deg,rgba(28,20,30,.72),rgba(73,51,41,.42));border-color:rgba(255,255,255,.10)}html[data-theme="dark"] .return-board-title,html[data-theme="dark"] .return-step,html[data-theme="dark"] .return-pills span{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12)}html[data-theme="dark"] .return-accent{background:linear-gradient(135deg,rgba(164,124,255,.16),rgba(255,255,255,.06));border-left-color:var(--gold)}html[data-theme="bright"] .return-board{background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(232,242,255,.58))}
@media(max-width:1180px){.exact-return-grid{grid-template-columns:1fr;gap:28px}.return-story{justify-self:center;max-width:760px}.return-video{max-width:760px;width:100%;justify-self:center}.return-story h2{max-width:720px!important}.return-board:before{inset:-14px}}
@media(max-width:720px){.exact-return-section{padding:58px 0 70px}.return-story h2{font-size:clamp(27px,7.2vw,34px)!important;max-width:100%!important}.return-board{padding:14px;border-radius:22px}.return-board-title{font-size:17px;border-radius:16px;padding:12px}.return-steps{grid-template-columns:1fr;gap:10px}.return-step{min-height:auto;grid-template-columns:68px 1fr;justify-items:start;text-align:left;align-items:center;padding:12px}.return-step i{width:60px;height:60px;box-shadow:inset 0 0 0 5px rgba(255,250,243,.8)}.return-step svg{width:48px;height:48px}.return-step b,.return-step span{grid-column:2}.return-step span{font-size:12.5px}.return-accent{font-size:14px!important;font-weight:600!important;padding:16px!important;border-radius:18px}.return-pills{grid-template-columns:1fr}.return-pills span{font-size:11.5px}.return-video,.return-video>img{min-height:260px;border-radius:26px}.return-video .video-play{padding:18px 20px}.return-video .video-play span{width:50px;height:50px}}

/* v20: финальный CTA — белый текст на тёмном фоне */
.final-section .lead-copy,
.final-section .lead-copy h2,
.final-section .lead-copy p,
.final-section .lead-copy .label,
.final-section .contact-card,
.final-section .contact-card b,
.final-section .contact-card span {
  color: #fff !important;
}
.final-section .lead-copy p,
.final-section .contact-card span {
  color: rgba(255,255,255,.84) !important;
}
.final-section .lead-copy .label {
  color: rgba(255,255,255,.72) !important;
}

/* v22: fixed hero caption position for "Готовый Beauty кабинет за 3–7 дней" */
.hero-caption {
    left: 28px !important;
    right: 230px !important;
    bottom: 170px !important;
    z-index: 8 !important;
    max-width: 360px;
    padding: 16px 18px 15px;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(45, 33, 27, .86), rgba(140, 96, 61, .72));
    box-shadow: 0 18px 46px rgba(45, 33, 27, .28);
    backdrop-filter: blur(10px);
}

@media(max-width: 980px){
  .hero-caption{
    left: 14px !important;
    right: 145px !important;
    bottom: 126px !important;
    max-width: 320px;
    padding: 12px 13px 11px;
    border-radius: 20px;
  }
}

@media(max-width: 640px){
  .hero-caption{
    left: 12px !important;
    right: 12px !important;
    bottom: 122px !important;
    max-width: none;
    text-align: left;
  }
}

/* v23: exact reference illustrations for client journey block */
.return-step .journey-illustration{
  width:104px;
  height:104px;
  border-radius:50%;
  overflow:hidden;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.return-step .journey-illustration img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:50%;
  transform:scale(1.03);
  filter:contrast(1.02) saturate(.98);
}
@media(max-width:720px){
  .return-step .journey-illustration{width:72px;height:72px;min-width:72px;}
}


/* v24: requested decision-chip position and soft-white night accent text */
.decision-chip {
    z-index: 6 !important;
    right: 48px !important;
    bottom: 38px !important;
}
html[data-theme="dark"] .return-accent{
    color: rgba(255,255,255,.82) !important;
}

/* v25: restore exact PNG journey icons from v23 */
.return-step .journey-illustration{
  width:104px !important;
  height:104px !important;
  min-width:104px !important;
  border-radius:50% !important;
  overflow:hidden !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  display:block !important;
}
.return-step .journey-illustration img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  border-radius:50% !important;
  transform:scale(1.03) !important;
  filter:contrast(1.02) saturate(.98) !important;
}
@media(max-width:720px){
  .return-step .journey-illustration{width:72px !important;height:72px !important;min-width:72px !important;}
}

/* v26: mobile compact spacing and remove empty space after hero visual */
@media (max-width: 980px) {
    .section-pad {
        padding: 20px 0 !important;
    }

    .hero.section-pad {
        padding-top: 16px !important;
        padding-bottom: 6px !important;
    }

    .hero-grid {
        gap: 18px !important;
    }

    .hero-stage.reveal.delay-1.visible,
    .hero-stage {
        min-height: 315px !important;
        height: 315px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        transform: none !important;
    }

    .hero-card-main {
        inset: 0 0 48px 0 !important;
    }
}

@media (max-width: 640px) {
    .hero-stage.reveal.delay-1.visible,
    .hero-stage {
        min-height: 286px !important;
        height: 286px !important;
    }

    .hero-card-main {
        inset: 0 0 42px 0 !important;
    }

    .floating-product.one {
        top: 16px !important;
        right: 4px !important;
    }

    .floating-product.two {
        bottom: 0 !important;
        left: 4px !important;
    }

    .hero-caption {
        bottom: 82px !important;
    }
}

/* v27: fixed mobile product modal close button tap/click layer */
.modal{
  z-index:9999!important;
}
.modal-backdrop{
  z-index:0!important;
}
.modal-card{
  position:relative!important;
  z-index:1!important;
}
.modal-close{
  z-index:10020!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:transparent;
}
.modal-close:hover,
.modal-close:focus-visible{
  background:var(--brown)!important;
  color:#fff!important;
  transform:translateY(-1px) scale(1.04);
  box-shadow:0 12px 28px rgba(45,33,27,.22);
}
@media(max-width:640px){
  .modal{
    padding:10px!important;
    align-items:start!important;
    padding-top:64px!important;
  }
  .modal-card{
    max-height:calc(100vh - 82px)!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch;
  }
  .modal-close{
    position:fixed!important;
    top:14px!important;
    right:14px!important;
    width:48px!important;
    height:48px!important;
    display:grid!important;
    place-items:center!important;
    border:1px solid rgba(255,255,255,.28)!important;
    background:linear-gradient(135deg,var(--brown),var(--gold))!important;
    color:#fff!important;
    font-size:30px!important;
    line-height:1!important;
    box-shadow:0 18px 44px rgba(45,33,27,.28)!important;
  }
}


/* v37: product photos always sit at the top of cards; text remains below. */
.product-card{display:flex!important;flex-direction:column!important;align-items:stretch!important;min-height:100%;}
.product-media{height:330px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;padding:54px 14px 14px!important;gap:10px!important;}
.product-photo-frame{position:relative;z-index:2;width:100%;height:218px;display:flex;align-items:flex-start;justify-content:center;}
.product-photo-frame .main-product-img{max-width:92%!important;max-height:218px!important;width:auto!important;height:auto!important;object-fit:contain!important;display:block;}
.product-body{flex:1;display:flex;flex-direction:column;}
.product-actions{margin-top:auto;}
.wow-layer{display:none!important;}
.product-thumbs{position:relative;z-index:4;width:100%;display:flex;justify-content:center;gap:7px;min-height:54px;margin-top:auto;}
.product-thumbs span{width:54px;height:54px;border-radius:14px;border:1px solid var(--line);background:rgba(255,250,243,.86);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 8px 18px rgba(45,33,27,.08);}
.product-thumbs img{max-width:48px!important;max-height:48px!important;width:auto!important;height:auto!important;object-fit:contain!important;filter:none!important;transform:none!important;mix-blend-mode:normal!important;}
.product-card:hover .product-thumbs img{transform:none!important;}
.product-card:hover .product-photo-frame .main-product-img{transform:scale(1.035) rotate(-.5deg)!important;}
.modal-img{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;padding:58px 18px 18px!important;gap:14px!important;}
.modal-photo-frame{width:100%;min-height:390px;display:flex;align-items:flex-start;justify-content:center;}
.modal-photo-frame img{max-width:92%!important;max-height:390px!important;width:auto!important;height:auto!important;object-fit:contain!important;}
.modal-thumbs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;width:100%;position:relative;z-index:5;}
.modal-thumbs button{width:74px;height:74px;border-radius:18px;border:1px solid var(--line);background:rgba(255,250,243,.9);display:flex;align-items:center;justify-content:center;padding:6px;cursor:pointer;transition:.2s;}
.modal-thumbs button.active{border-color:var(--gold);box-shadow:0 0 0 4px rgba(191,138,85,.15);}
.modal-thumbs img{max-width:64px!important;max-height:64px!important;width:auto!important;height:auto!important;object-fit:contain!important;filter:none!important;transform:none!important;}
@media(max-width:640px){.product-media{height:310px!important;padding-top:48px!important}.product-photo-frame{height:198px}.product-photo-frame .main-product-img{max-height:198px!important}.product-thumbs span{width:48px;height:48px}.modal-photo-frame{min-height:260px}.modal-photo-frame img{max-height:260px!important}.modal-thumbs button{width:62px;height:62px}}
