:root{--blue:#17aeca;--dark:#0a2b3a;--muted:#657483;--line:#e8edf2;--soft:#f5fbff;--orange:#ff7a22}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;color:#101820;background:#fff}a{text-decoration:none;color:inherit}.nav{height:84px;display:flex;align-items:center;justify-content:center;gap:38px;padding:0 44px;border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);z-index:20}.logo{margin-right:auto;font-size:38px;font-weight:800;color:var(--dark);letter-spacing:-1.2px}.logo span{color:var(--blue)}.nav a{font-size:14px;color:#18232d}.cart{margin-left:auto}.buy-top{background:#0a83d7;color:#fff;padding:11px 20px;border-radius:999px}.mega{   position:relative;   height:84px;   display:flex;   align-items:center; }  .mega-panel{   display:none;   position:absolute;   top:100%;   left:-220px;   width:760px;   background:#fff;   border:1px solid var(--line);   border-radius:26px;   box-shadow:0 28px 70px rgba(10,43,58,.15);   padding:22px;   z-index:1000;   pointer-events:auto; }  .mega:hover .mega-panel{   display:grid;   grid-template-columns:repeat(4,1fr);   gap:14px; }  .mega-card{   display:block;   background:#f7fafc;   border-radius:22px;   padding:14px;   min-height:170px;   cursor:pointer;   pointer-events:auto;   transition:.2s; }  .mega-card:hover{   background:#eef8fc;   transform:translateY(-2px); }  .mega-card img, .mega-card b, .mega-card small{   pointer-events:none; }.mega-card img{height:110px;width:100%;object-fit:contain;object-position:center center}.mega-card b{display:block;margin-top:8px}.mega-card small{color:var(--muted)}.hero{min-height:720px;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:70px 7vw 55px;background:linear-gradient(120deg,#fff 0%,#f7fdff 50%,#fff2e9 100%);overflow:hidden}.hero.center{grid-template-columns:1fr;text-align:center;min-height:600px}.eyebrow{color:var(--blue);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:13px}.hero h1{font-size:72px;line-height:.95;letter-spacing:-4px;margin:18px 0 20px;color:#111}.hero p{font-size:21px;line-height:1.45;color:#435261;max-width:620px}.hero-actions{display:flex;gap:14px;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 25px;background:#0b84d8;color:#fff;font-weight:700;border:0}.btn.secondary{background:#fff;color:#0b5c7c;border:1px solid #c9dce6}.price{font-size:22px;font-weight:800;margin-top:8px}.hero-img{width:100%;max-height:650px;object-fit:contain;object-position:center center;filter:drop-shadow(0 30px 45px rgba(17,24,39,.16))}.section{padding:86px 7vw}.section h2{font-size:48px;letter-spacing:-2px;margin:0 0 18px}.sub{color:var(--muted);font-size:20px;line-height:1.5;max-width:850px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:linear-gradient(180deg,#f8fcff,#fff);border:1px solid var(--line);border-radius:34px;padding:28px;min-height:520px;display:flex;flex-direction:column;transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 50px rgba(10,43,58,.1)}.product-card img{height:300px;width:100%;object-fit:contain;object-position:center center}.badge{display:inline-flex;align-self:flex-start;border-radius:999px;background:#dff8ff;color:#087c9e;padding:8px 12px;font-size:12px;font-weight:800}.product-card h3{font-size:30px;margin:14px 0 8px}.product-card p{color:#536270;line-height:1.45}.specs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}.spec{border:1px solid var(--line);border-radius:24px;padding:22px;background:#fff}.spec b{display:block;font-size:28px;color:var(--dark);letter-spacing:-1px}.spec span{color:var(--muted);font-size:14px}.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.panel{background:#f6fbfe;border-radius:40px;padding:48px}.panel.white{background:#fff;border:1px solid var(--line)}.feature-list{display:grid;gap:14px;margin-top:24px}.feature{padding:18px 20px;border-radius:22px;background:#fff;border:1px solid var(--line)}.use-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.use-card{border-radius:26px;overflow:hidden;background:#f8f8f8;border:1px solid var(--line)}.use-card img{height:170px;width:100%;object-fit:cover}.use-card b{display:block;padding:14px 16px}.footer{background:#071c27;color:#fff;padding:60px 7vw}.footer p{color:#b7c7d0}.product-hero{padding:58px 7vw 70px;display:grid;grid-template-columns:1.08fr .92fr;gap:58px;align-items:start}.gallery-main{background:#fff;border-radius:44px;padding:0;min-height:640px;display:flex;align-items:center;justify-content:center;overflow:hidden}.gallery-main img{width:92%;height:600px;object-fit:contain;object-position:center center;filter:drop-shadow(0 22px 34px rgba(0,0,0,.10));transition:opacity .22s ease,transform .22s ease}.thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:16px}.thumbs img{height:92px;width:100%;object-fit:contain;object-position:center center;border:1px solid var(--line);border-radius:18px;padding:8px;cursor:pointer;background:#fff;transition:.18s}.thumbs img:hover{border-color:var(--blue);transform:translateY(-2px)}.buybox{position:sticky;top:100px;padding:34px;border:1px solid var(--line);border-radius:36px;background:#fff;box-shadow:0 18px 60px rgba(10,43,58,.08)}.buybox h1{font-size:50px;letter-spacing:-2px;margin:0 0 10px}.color-row{display:flex;gap:12px;margin:18px 0}.color{border:1px solid var(--line);border-radius:999px;padding:11px 16px;cursor:pointer;background:#fff}.color.active{border-color:var(--blue);box-shadow:0 0 0 3px rgba(23,174,202,.16)}.text-block{max-width:980px;margin:auto}.text-block p,.text-block li{font-size:19px;line-height:1.7;color:#374553}.compare{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:#fff}.compare th,.compare td{padding:18px 20px;border-bottom:1px solid var(--line);text-align:left}.compare th{background:#f7fbff}.compare tr:last-child td{border-bottom:0}.floating-help{position:fixed;right:22px;bottom:22px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 14px 50px rgba(0,0,0,.15);padding:14px;z-index:50}.floating-help a{display:block;padding:10px 16px;border-radius:14px}.floating-help a:first-child{background:#e7f9ff;color:#087c9e;font-weight:800}@media(max-width:900px){.nav{gap:16px;padding:0 18px}.nav a:not(.buy-top){display:none}.logo{font-size:24px}.hero,.product-hero,.split{grid-template-columns:1fr}.hero h1{font-size:48px}.grid3,.specs,.use-grid{grid-template-columns:1fr}.section{padding:55px 22px}.product-hero{padding:28px 18px}.buybox{position:static}.thumbs{grid-template-columns:repeat(3,1fr)}}

/* v7 checkout / contacts */
.compact-hero{min-height:460px}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}.contact-card{border:1px solid var(--line);border-radius:34px;background:#fff;padding:34px;box-shadow:0 18px 60px rgba(10,43,58,.05)}.contact-card.big{background:linear-gradient(135deg,#fff,#f5fcff)}.contact-card h2{font-size:44px}.contact-card h3{font-size:28px;margin-top:0}.contact-lines p{font-size:18px}.requisites{margin-top:28px;border:1px solid var(--line);border-radius:34px;padding:34px;background:#fff}.req-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.req-grid p{border:1px solid var(--line);border-radius:22px;padding:18px;margin:0}.req-grid b{display:block;margin-bottom:8px}.req-grid span{color:var(--muted)}.checkout-layout{display:grid;grid-template-columns:1fr 420px;gap:32px;align-items:start}.checkout-card{border:1px solid var(--line);border-radius:34px;padding:30px;background:#fff;box-shadow:0 18px 60px rgba(10,43,58,.08);position:sticky;top:110px}.checkout-card h2{font-size:34px;margin-top:0}.checkout-card label{display:block;font-weight:700;margin:16px 0 6px}.checkout-card input,.checkout-card textarea{width:auto;border:1px solid var(--line);border-radius:18px;padding:15px 16px;font:inherit;margin-top:8px;background:#fbfdff}.checkout-card .btn{width:100%;margin-top:18px}.btn.full{width:100%;margin-top:12px}.mini-muted{font-size:14px;color:var(--muted);line-height:1.5}.sber-note{margin-top:22px;border:1px solid var(--line);border-radius:28px;padding:26px;background:#f7fbff}.sber-note h3{font-size:26px;margin:8px 0}.sber-note p{color:var(--muted);line-height:1.6}@media(max-width:900px){.contact-grid,.req-grid,.checkout-layout{grid-template-columns:1fr}.checkout-card{position:static}.contact-card h2{font-size:34px}}


/* v8 premium product display: no white squares around uploaded product renders */
.hero-img,
.product-card img,
.gallery-main img,
.mega-card img{background:transparent!important;mix-blend-mode:normal;}
.hero{background:linear-gradient(120deg,#fff 0%,#f7fdff 48%,#fff2e9 100%)}
.hero .hero-img{padding:0;filter:drop-shadow(0 42px 48px rgba(17,24,39,.16));}
.gallery-main{background:radial-gradient(circle at center,#ffffff 0%,#f8fdff 58%,#eef9ff 100%);border-radius:44px;box-shadow:none;}
.gallery-main img{width:96%;height:620px;}
.thumbs img{background:linear-gradient(180deg,#fff,#f8fcff);}
.product-card{background:linear-gradient(180deg,#f7fdff 0%,#ffffff 78%);overflow:hidden;}
.product-card img{height:310px;filter:drop-shadow(0 28px 30px rgba(10,43,58,.10));}
.mega-card{background:linear-gradient(180deg,#f9fdff,#fff)}
.applications{padding-top:40px;}
.application-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:32px}.application-card{position:relative;min-height:360px;border-radius:36px;overflow:hidden;background:#f4f4f4}.application-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.application-card:hover img{transform:scale(1.035)}.application-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.45))}.application-caption{position:absolute;left:28px;bottom:26px;color:#fff;z-index:2}.application-caption b{display:block;font-size:30px;letter-spacing:-1px}.application-caption span{display:block;margin-top:8px;color:rgba(255,255,255,.82);font-size:18px}.hero-product-bg{background:transparent!important;}@media(max-width:900px){.application-grid{grid-template-columns:1fr}.application-card{min-height:260px}.gallery-main img{height:420px}}

/* v9 refinements */
.hero h1 .hero-product-title{display:inline-block;font-size:76px;font-weight:850;letter-spacing:-4px;line-height:.92}
.hero h1 .hero-product-subtitle{display:inline-block;font-size:58px;font-weight:760;letter-spacing:-3px;line-height:1.02;margin-top:6px}
.hero h1{max-width:760px}
.product-card img,.hero-img,.gallery-main img,.mega-card img{background:transparent!important}
.product-card{background:linear-gradient(180deg,#f7fdff 0%,#fff 84%)}
.product-card img{mix-blend-mode:multiply}
.hero-img{mix-blend-mode:multiply}
.gallery-main img{mix-blend-mode:multiply}
/* keep black product renders visually correct */
.gallery-main img[src*="black"], .product-card img[src*="black"], .thumbs img[src*="black"], .mega-card img[src*="black"]{mix-blend-mode:normal}
.compact-applications{padding-top:64px}.compact-applications h2{font-size:42px}.compact-applications .sub{font-size:18px}.compact-applications .application-grid{grid-template-columns:repeat(4,1fr);gap:16px}.compact-applications .application-card{min-height:230px;border-radius:28px}.compact-applications .application-caption{left:20px;bottom:18px}.compact-applications .application-caption b{font-size:24px}.compact-applications .application-caption span{font-size:15px}.about-production{padding-top:56px;padding-bottom:20px}.production-visual{min-height:520px;border-radius:46px;overflow:hidden;background:linear-gradient(135deg,#eef8fb 0%,#ffffff 46%,#eaf2f4 100%);position:relative;border:1px solid var(--line);box-shadow:0 24px 80px rgba(10,43,58,.08)}.production-visual:before{content:'';position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.1),rgba(255,255,255,.75)),repeating-linear-gradient(90deg,rgba(10,43,58,.06) 0 1px,transparent 1px 80px);}.production-visual:after{content:'ozoFresh';position:absolute;right:8%;bottom:12%;font-weight:850;font-size:84px;letter-spacing:-5px;color:rgba(10,43,58,.08)}.production-text{position:relative;z-index:2;max-width:620px;padding:72px}.production-text h2{font-size:56px;letter-spacing:-3px;margin:16px 0}.production-text p{font-size:20px;line-height:1.55;color:#435261}.floating-help a[href*="t.me"]:after{content:' @ozofresh_support';font-weight:400;color:#657483}
@media(max-width:900px){.hero h1 .hero-product-title{font-size:50px}.hero h1 .hero-product-subtitle{font-size:38px}.compact-applications .application-grid{grid-template-columns:1fr}.production-text{padding:34px}.production-visual{min-height:auto}.production-text h2{font-size:38px}}


/* v10 refined header, centered hero, app block */
.nav{height:92px;gap:42px;padding:0 54px;}
.logo{display:flex;align-items:center;margin-right:auto;font-size:0;letter-spacing:0;}
.logo img{height:48px;width:auto;display:block;object-fit:contain;}
.nav>a:not(.logo):not(.cart):not(.buy-top),.mega>a{font-weight:500;color:#0f1b24;}
.buy-top{padding:13px 24px;}
.hero.center,.compact-hero{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;min-height:520px;padding-left:7vw;padding-right:7vw;}
.hero.center>div,.compact-hero>div{max-width:860px;margin:0 auto;text-align:center;}
.hero.center h1,.compact-hero h1{margin-left:auto;margin-right:auto;text-align:center;}
.hero.center p,.compact-hero p{margin-left:auto;margin-right:auto;text-align:center;}
.hero-product-title{font-size:.92em;font-weight:800;letter-spacing:-4px;}
.hero-product-subtitle{font-size:.74em;font-weight:760;letter-spacing:-3px;line-height:1.03;}
.application-grid.use-five{grid-template-columns:repeat(5,1fr);gap:14px;}
.application-grid.use-five .application-card{min-height:260px;border-radius:28px;}
.application-grid.use-five .application-card img{height:260px;object-fit:cover;}
.application-grid.use-five .application-caption{left:18px;bottom:18px;}
.application-grid.use-five .application-caption b{font-size:22px;}
.application-grid.use-five .application-caption span{font-size:14px;}
.app-section{background:linear-gradient(120deg,#f7fdff,#fff);}
.app-split{align-items:center;}
.app-list{display:grid;gap:10px;margin-top:24px;}
.app-list p{margin:0;padding:14px 18px;border:1px solid var(--line);border-radius:18px;background:#fff;color:#344453;}
.app-phone{display:flex;justify-content:center;align-items:center;}
.app-phone img{max-height:680px;width:auto;max-width:100%;border-radius:34px;box-shadow:0 30px 80px rgba(7,28,39,.18);}
.floating-help a:first-child::after{content:' @ozofresh_support';font-weight:500;color:#657483;}
.gallery-main{min-height:640px;}
.gallery-main img{object-position:center center;}
@media(max-width:1100px){.application-grid.use-five{grid-template-columns:repeat(2,1fr)}.application-grid.use-five .application-card:last-child{grid-column:1/-1}.nav{padding:0 24px;gap:22px}.logo img{height:40px}}
@media(max-width:900px){.logo img{height:34px}.nav{height:74px}.application-grid.use-five{grid-template-columns:1fr}.app-phone img{max-height:560px}.hero-product-title{font-size:1em}.hero-product-subtitle{font-size:.8em}}

.video-section{padding-top:40px}
.video-card{border-radius:32px;overflow:hidden;background:#f4f8fb;border:1px solid #e6edf2;max-width:980px;margin-top:24px}
.video-card video{display:block;width:100%;height:auto;min-height:360px;object-fit:contain;background:#f7fbfd}
@media(max-width:800px){.video-card video{min-height:220px}}


/* v12 typography + wider product use gallery */
.hero h1 .hero-product-title{
  font-size:70px!important;
  font-weight:760!important;
  letter-spacing:-2.2px!important;
  line-height:1.04!important;
}

/* Premium unified visual system */
:root{--brand-ink:#07364d;--brand-cyan:#16c6e7;--brand-blue:#1386f4;--brand-ice:#f3f9fc;--brand-line:#dce8ee}
body{color:var(--brand-ink);background:linear-gradient(180deg,#f8fbfd 0,#fff 24%,#f5fafc 100%)}
.nav{border:1px solid rgba(7,54,77,.08);background:rgba(255,255,255,.86);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:0 12px 42px rgba(9,50,70,.08)}
.btn,.buy-top{background:linear-gradient(135deg,var(--brand-blue),#1575f1);box-shadow:0 12px 26px rgba(19,117,241,.2)}
.btn.secondary{background:#fff;color:#08708f;border-color:#b7dce8;box-shadow:none}
.section,.hero{border-color:rgba(7,54,77,.08);box-shadow:0 20px 65px rgba(11,54,72,.055)}
.panel,.product-card,.spec,.faq-category,details,.buybox{border-color:var(--brand-line)}
.eyebrow{color:#0aa8ca}.price,h1,h2,h3{letter-spacing:-.035em}
.official-buy-note{border-color:#ccebf3;background:linear-gradient(135deg,#effbfe,#fff)}
.premium-footer{background:#062f43;color:#fff}.premium-footer a,.premium-footer p,.premium-footer span{color:#c8dbe4}
@media(max-width:900px){.nav{background:rgba(255,255,255,.94)}}
.hero h1 .hero-product-subtitle{
  font-size:52px!important;
  font-weight:680!important;
  letter-spacing:-1.5px!important;
  line-height:1.08!important;
}
.hero h1{letter-spacing:-2.2px!important;}
.application-grid.use-five{
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;
  align-items:stretch;
}
.application-grid.use-five .application-card{min-height:245px!important;}
.application-grid.use-five .application-card img{height:245px!important;}
@media(max-width:900px){
  .hero h1 .hero-product-title{font-size:48px!important;letter-spacing:-1.2px!important;}
  .hero h1 .hero-product-subtitle{font-size:34px!important;letter-spacing:-.8px!important;}
}

/* v13: contact label + OzoPure premium block */
.floating-help a:first-child::after{content:''!important;display:none!important;}
.floating-help a:first-child{font-weight:800;}
.ozopure-visual{border-radius:34px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(135deg,#f7fdff,#fff);box-shadow:0 22px 70px rgba(10,43,58,.08)}
.ozopure-visual img{display:block;width:100%;height:auto;object-fit:cover}
.ozopure-hero-block .split{gap:54px;align-items:center}.ozopure-hero-block h2{font-size:58px;line-height:1;letter-spacing:-2.6px}.premium-list{grid-template-columns:repeat(2,1fr);display:grid}.premium-list .feature{font-size:18px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}.process-grid>div{border:1px solid var(--line);border-radius:28px;background:#fff;padding:26px}.process-grid b{display:block;color:var(--blue);font-size:18px;letter-spacing:.08em;margin-bottom:28px}.process-grid p{font-size:18px;line-height:1.45;color:#344453;margin:0}.ozopure-mini .ozopure-visual img{min-height:360px;object-fit:cover}
@media(max-width:900px){.premium-list,.process-grid{grid-template-columns:1fr}.ozopure-hero-block h2{font-size:40px}}


/* v15 sales, reviews, delivery/payment, warranty, FAQ, footer */
.direct-buy-block{padding-top:50px;padding-bottom:40px}.direct-buy-card{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;border:1px solid var(--line);border-radius:42px;background:linear-gradient(135deg,#f7fdff,#fff);padding:44px;box-shadow:0 20px 70px rgba(10,43,58,.07)}.direct-buy-card h2{font-size:48px}.direct-buy-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.reviews-section{background:#fbfdff}.reviews-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,320px);gap:18px;overflow-x:auto;padding:20px 4px 16px;scroll-snap-type:x mandatory}.review-card{scroll-snap-align:start;border:1px solid var(--line);border-radius:30px;background:#fff;padding:12px;box-shadow:0 16px 45px rgba(10,43,58,.07)}.review-card img{width:100%;height:310px;object-fit:cover;border-radius:22px;display:block}.review-card b{display:block;margin:14px 4px 2px;font-size:24px;color:#111}.review-card b:before{content:'★★★★★ ';color:#f6a800;font-size:18px;letter-spacing:1px}.review-card span{display:block;color:var(--muted);margin:0 4px 8px}.commerce-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.commerce-card,.consult-card{border:1px solid var(--line);border-radius:40px;background:#fff;padding:42px;box-shadow:0 18px 60px rgba(10,43,58,.06)}.commerce-card h2,.consult-card h2{font-size:42px}.commerce-card p{font-size:18px;line-height:1.6;color:#435261}.payment-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.payment-tags span{border:1px solid var(--line);border-radius:999px;padding:10px 16px;background:#f7fbff;font-weight:700}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}.faq-grid details{border:1px solid var(--line);border-radius:24px;background:#fff;padding:22px}.faq-grid summary{cursor:pointer;font-weight:800;font-size:18px}.faq-grid p{color:#435261;line-height:1.6}.consult-card{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;background:linear-gradient(135deg,#fff,#f5fcff)}.consult-card a:not(.btn){color:#0b84d8;font-weight:800}.market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.market-card{border:1px solid var(--line);border-radius:30px;background:#fff;padding:30px;transition:.2s}.market-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(10,43,58,.08)}.market-card b{display:block;font-size:28px;margin-bottom:10px}.market-card span{color:var(--muted)}.official-buy-note{margin-top:20px;border:1px solid var(--line);border-radius:22px;background:#f7fbff;padding:16px}.official-buy-note b{display:block}.official-buy-note span{display:block;color:var(--muted);margin-top:4px;line-height:1.45}.market-mini{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap;align-items:center}.market-mini span{color:var(--muted);font-size:14px;width:100%}.market-mini a{border:1px solid var(--line);border-radius:999px;padding:9px 12px;font-size:13px;font-weight:800;background:#fff}.premium-footer{padding:56px 7vw 32px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:34px}.footer-logo{height:48px;width:auto;filter:brightness(0) invert(1);margin-bottom:14px}.premium-footer h3{margin:0 0 14px;color:#fff}.premium-footer a{display:block;color:#b7c7d0;margin:9px 0}.footer-small{max-width:380px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:#b7c7d0;font-size:14px}
@media(max-width:1000px){.direct-buy-card,.commerce-grid,.consult-card,.faq-grid,.footer-grid{grid-template-columns:1fr}.direct-buy-actions{justify-content:flex-start}.market-grid{grid-template-columns:1fr}.footer-bottom{display:block}.review-card img{height:260px}}

/* v16: premium OzoPure live animation + marketplace logos */
.ozopure-live-section{background:linear-gradient(120deg,#fff 0%,#fff 58%,#f2fbff 100%)}
.ozopure-live{position:relative;overflow:hidden;border-radius:34px;min-height:360px;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#fff 0%,#f9fdff 42%,#eefaff 100%);isolation:isolate}
.ozopure-live img{position:relative;z-index:1;width:112%;max-width:none;object-fit:contain;filter:drop-shadow(0 24px 55px rgba(10,43,58,.13));animation:tubeFloat 8s ease-in-out infinite;transition:transform .45s ease,filter .45s ease}
.ozopure-live:hover img{transform:translateY(-3px) scale(1.015);filter:drop-shadow(0 30px 70px rgba(0,174,255,.22))}
.tube-flow{position:absolute;z-index:2;inset:12% -20%;background:linear-gradient(105deg,transparent 30%,rgba(68,205,255,.05) 41%,rgba(68,205,255,.34) 50%,rgba(68,205,255,.08) 59%,transparent 70%);mix-blend-mode:screen;filter:blur(10px);animation:tubeFlow 7.5s ease-in-out infinite;pointer-events:none}
.tube-pulse{position:absolute;z-index:0;right:8%;top:22%;width:55%;height:50%;border-radius:50%;background:radial-gradient(circle,rgba(55,201,255,.22),rgba(55,201,255,.08) 38%,transparent 70%);filter:blur(24px);animation:tubePulse 6s ease-in-out infinite;pointer-events:none}
.ozopure-live.small{min-height:320px;background:linear-gradient(90deg,#fff,#f4fcff)}
.ozopure-live.small img{width:118%}
@keyframes tubeFlow{0%{transform:translateX(-38%) rotate(-3deg);opacity:.16}42%{opacity:.72}100%{transform:translateX(38%) rotate(-3deg);opacity:.18}}
@keyframes tubePulse{0%,100%{opacity:.36;transform:scale(.95)}50%{opacity:.88;transform:scale(1.08)}}
@keyframes tubeFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-5px,0)}}
.logo-market-card{display:flex;flex-direction:column;gap:13px;min-height:156px;justify-content:center}
.mp-logo{display:inline-flex;align-items:center;width:max-content;font-size:34px;font-weight:900;letter-spacing:-1.4px;line-height:1;border-radius:18px;padding:10px 14px;background:#f7fbff}
.ozon-logo{color:#005bff;background:#eef5ff}
.wb-logo{color:#fff;background:linear-gradient(135deg,#9c27b0,#e1007a)}
.ya-logo{color:#111;background:#fff7df;border:1px solid #ffe080}.ya-logo strong{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#ffcc00;color:#d71920;margin-right:8px;font-weight:900}
.logo-market-card em{font-style:normal;color:#0b84d8;font-weight:800;margin-top:6px}
.footer .mp-footer{font-weight:800}.footer .ozon-text{color:#6eb0ff}.footer .wb-text{color:#ee9cff}.footer .ym-text{color:#ffd64d}
@media(max-width:900px){.ozopure-live{min-height:250px}.ozopure-live img{width:128%}.mp-logo{font-size:27px}.market-grid{grid-template-columns:1fr}}

/* Marketplace official logo cards */
.logo-market-grid{align-items:stretch}
.logo-market-card{min-height:190px;align-items:flex-start;justify-content:center;gap:18px;overflow:hidden}
.logo-market-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(11,132,216,.16);border-color:rgba(11,132,216,.22)}
.market-logo-img{display:block;width:210px;max-width:88%;height:64px;object-fit:contain;object-position:left center;transition:transform .2s ease;filter:none}
.logo-market-card:hover .market-logo-img{transform:scale(1.03)}
.market-logo-ozon{width:210px;height:58px}
.market-logo-wb{width:240px;height:66px}
.market-logo-ym{width:260px;height:66px}
.logo-market-card span{font-size:18px;line-height:1.35}
.logo-market-card em{font-style:normal;color:#0b84d8;font-weight:850;margin-top:0;font-size:18px}
@media(max-width:900px){.market-logo-img{width:200px}.market-logo-ym{width:240px}.logo-market-card{min-height:170px}}


/* v18: harmonized official marketplace cards */
.marketplaces-section .sub{max-width:760px;}
.logo-market-grid{align-items:stretch;gap:24px;}
.logo-market-card{
  min-height:210px;
  align-items:flex-start;
  justify-content:center;
  gap:24px;
  padding:38px 40px;
  overflow:hidden;
  cursor:pointer;
  text-decoration:none;
}
.logo-market-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 60px rgba(11,132,216,.16);
  border-color:rgba(11,132,216,.24);
}
.market-logo-img{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:330px;
  max-height:74px;
  object-fit:contain;
  object-position:left center;
  transition:transform .2s ease;
  filter:none;
}
.logo-market-card:hover .market-logo-img{transform:scale(1.03)}
.market-logo-ozon{max-height:66px;max-width:290px;}
.market-logo-wb{max-height:66px;max-width:330px;}
.market-logo-ym{max-height:66px;max-width:350px;}
.logo-market-card span{font-size:18px;line-height:1.35;color:var(--muted);}
.logo-market-card em{display:none!important;}
@media(max-width:900px){.logo-market-card{min-height:178px;padding:30px}.market-logo-img{max-width:260px;max-height:60px}.market-logo-ym{max-width:300px}}

/* v19: marketplace logos fixed to one approved visual size */
.logo-market-card{
  min-height: 210px !important;
  padding: 36px !important;
  justify-content: center !important;
}
.market-logo-img{
  width: auto !important;
  height: 54px !important;
  max-width: 320px !important;
  max-height: 54px !important;
  object-fit: contain !important;
  object-position: left center !important;
}
.market-logo-ozon,
.market-logo-wb,
.market-logo-ym{
  width: auto !important;
  height: 54px !important;
  max-width: 320px !important;
  max-height: 54px !important;
}
.logo-market-card span{
  margin-top: 10px;
}
@media(max-width:900px){
  .market-logo-img,.market-logo-ozon,.market-logo-wb,.market-logo-ym{
    height: 46px !important;
    max-height: 46px !important;
    max-width: 260px !important;
  }
}

/* v20: full FAQ page */
.faq-hero{padding-bottom:82px;text-align:center}
.faq-hero .eyebrow{justify-content:center}
.faq-search-wrap{margin:30px auto 0;max-width:720px}
.faq-search{width:100%;border:1px solid var(--line);border-radius:999px;background:#fff;padding:18px 24px;font:inherit;font-size:18px;box-shadow:0 18px 55px rgba(10,43,58,.06);outline:none}
.faq-search:focus{border-color:rgba(11,132,216,.45);box-shadow:0 20px 65px rgba(11,132,216,.12)}
.faq-full-section{padding-top:70px}.faq-category{display:grid;grid-template-columns:320px 1fr;gap:40px;margin-bottom:62px;align-items:start}.faq-category>div:first-child{position:sticky;top:110px}.faq-category span{display:inline-block;color:#32abc5;text-transform:uppercase;font-weight:900;letter-spacing:.18em;margin-bottom:14px}.faq-category h2{font-size:42px;margin:0;letter-spacing:-.045em}.faq-list{display:grid;gap:14px}.faq-list details,.faq-grid details{border:1px solid var(--line);border-radius:26px;background:#fff;padding:0;overflow:hidden;box-shadow:0 12px 40px rgba(10,43,58,.035)}.faq-list summary,.faq-grid summary{list-style:none;cursor:pointer;font-weight:850;font-size:20px;padding:24px 64px 24px 26px;position:relative}.faq-list summary::-webkit-details-marker,.faq-grid summary::-webkit-details-marker{display:none}.faq-list summary:after,.faq-grid summary:after{content:'+';position:absolute;right:26px;top:50%;transform:translateY(-50%);font-size:28px;font-weight:500;color:#32abc5}.faq-list details[open] summary:after,.faq-grid details[open] summary:after{content:'×'}.faq-list p,.faq-grid p{padding:0 26px 24px;margin:0;color:#435261;line-height:1.65;font-size:17px}.faq-more{margin-top:24px;text-align:center}.faq-support-section{padding-top:30px}@media(max-width:900px){.faq-category{grid-template-columns:1fr;gap:20px}.faq-category>div:first-child{position:static}.faq-category h2{font-size:34px}.faq-list summary,.faq-grid summary{font-size:18px;padding-right:58px}.faq-hero{text-align:left}.faq-hero .eyebrow{justify-content:flex-start}}

/* v21: OzoMini premium atmosphere banner */
.ozomini-atmosphere{
  margin:40px 0 20px;
  min-height:720px;
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(360px, 38vw) 1fr;
  align-items:center;
  background:linear-gradient(90deg,#fff 0%,#f7fdff 38%,#f4efe9 100%);
}
.ozomini-atmosphere__content{
  position:relative;
  z-index:2;
  padding:80px 0 80px 7vw;
  max-width:620px;
}
.ozomini-atmosphere__content h2{
  margin:14px 0 20px;
  font-size:56px;
  line-height:1.02;
  letter-spacing:-2.6px;
  color:#101820;
}
.ozomini-atmosphere__content p{
  font-size:21px;
  line-height:1.5;
  color:#4b5b68;
  margin:0 0 26px;
}
.ozomini-atmosphere__tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 30px;
}
.ozomini-atmosphere__tags span{
  display:inline-flex;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(10,43,58,.10);
  background:rgba(255,255,255,.72);
  color:#344654;
  font-weight:700;
  font-size:14px;
  backdrop-filter:blur(10px);
}
.ozomini-atmosphere__image{
  align-self:stretch;
  min-height:720px;
  background-image:linear-gradient(90deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.38) 20%,rgba(255,255,255,0) 42%), url('assets/img/ozomini-wide-living-banner.png');
  background-size:cover;
  background-position:center right;
  filter:saturate(.98) contrast(1.02);
}
@media(max-width:900px){
  .ozomini-atmosphere{grid-template-columns:1fr;min-height:auto;margin-top:10px;}
  .ozomini-atmosphere__content{padding:54px 22px 24px;max-width:none;}
  .ozomini-atmosphere__content h2{font-size:42px;letter-spacing:-1.8px;}
  .ozomini-atmosphere__content p{font-size:18px;}
  .ozomini-atmosphere__image{min-height:520px;background-image:linear-gradient(180deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.16) 38%,rgba(255,255,255,0) 100%), url('assets/img/ozomini-wide-living-banner.png');background-position:center;}
}

/* v23: full-width premium ozoPrime banner */
.prime-atmosphere{
  position:relative;
  min-height:760px;
  margin:56px 0 26px;
  overflow:hidden;
  background-image:linear-gradient(90deg,rgba(7,13,18,.72) 0%,rgba(7,13,18,.52) 25%,rgba(7,13,18,.12) 48%,rgba(7,13,18,0) 70%), url('assets/img/prime-living-wide-clean.jpg');
  background-size:cover;
  background-position:center right;
  border:0;
}
.prime-atmosphere__overlay{
  min-height:760px;
  display:flex;
  align-items:center;
  max-width:1520px;
  margin:0 auto;
  padding:0 7vw;
}
.prime-atmosphere__content{
  max-width:620px;
  position:relative;
  z-index:2;
  color:#fff;
}
.prime-atmosphere__content .eyebrow{color:#58d6ee;}
.prime-atmosphere__content h2{
  margin:14px 0 22px;
  font-size:58px;
  line-height:1.02;
  letter-spacing:-2.2px;
  color:#fff;
  font-weight:820;
}
.prime-atmosphere__content p{
  margin:0 0 28px;
  font-size:21px;
  line-height:1.55;
  color:rgba(255,255,255,.88);
}
.prime-atmosphere__features{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:0 0 32px;
  max-width:560px;
}
.prime-atmosphere__features span{
  display:block;
  padding:14px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  font-weight:760;
  font-size:16px;
  backdrop-filter:blur(16px);
  box-shadow:0 12px 34px rgba(0,0,0,.10);
}
@media(max-width:900px){
  .prime-atmosphere{min-height:auto;margin:30px 0;background-image:linear-gradient(180deg,rgba(7,13,18,.76) 0%,rgba(7,13,18,.44) 42%,rgba(7,13,18,.04) 100%), url('assets/img/prime-living-wide-clean.jpg');background-position:center right;}
  .prime-atmosphere__overlay{min-height:720px;padding:54px 22px;align-items:flex-start;}
  .prime-atmosphere__content h2{font-size:42px;letter-spacing:-1.5px;}
  .prime-atmosphere__content p{font-size:18px;}
  .prime-atmosphere__features{display:flex;gap:10px;}
}


/* v24: approved premium full-width ozoPrime banner */
.prime-atmosphere--image{
  margin:0 0 34px;
  min-height:0;
  background:none!important;
  overflow:hidden;
  border:0;
}
.prime-atmosphere__link{
  display:block;
  width:100%;
  line-height:0;
  cursor:pointer;
}
.prime-atmosphere__link img{
  display:block;
  width:100%;
  height:min(82vh, 860px);
  min-height:620px;
  object-fit:cover;
  object-position:center center;
  filter:saturate(1.02) contrast(1.03);
}
@media(max-width:900px){
  .prime-atmosphere--image{margin:0 0 26px;}
  .prime-atmosphere__link img{height:720px;min-height:720px;object-position:center center;}
}

/* v26 Model X premium car banner — no marketplace icons */
.modelx-car-premium{
  position:relative;
  min-height:760px;
  margin:0;
  overflow:hidden;
  background-image:url('assets/img/ozomini-kitchen-banner-v27.png');
  background-size:cover;
  background-position:center center;
  color:#fff;
}
.modelx-car-premium__shade{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.68) 29%,rgba(0,0,0,.24) 55%,rgba(0,0,0,.06) 100%);
}
.modelx-car-premium__content{
  position:relative;z-index:2;
  width:min(520px,calc(100% - 44px));
  margin-left:6vw;
  padding-top:150px;
}
.modelx-car-premium .eyebrow{color:#0a84ff;font-size:20px;letter-spacing:.08em;margin-bottom:18px;}
.modelx-car-premium h2{font-size:70px;line-height:.98;letter-spacing:-3px;margin:0 0 28px;font-weight:820;}
.modelx-car-premium p{font-size:21px;line-height:1.55;color:rgba(255,255,255,.92);margin:0 0 18px;}
.modelx-car-premium__quiet{color:rgba(255,255,255,.75)!important;}
.modelx-car-premium .btn{margin-top:18px;box-shadow:0 18px 50px rgba(0,103,255,.35);}
@media(max-width:900px){
  .modelx-car-premium{min-height:680px;background-position:62% center;}
  .modelx-car-premium__shade{background:linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.68) 62%,rgba(0,0,0,.18) 100%)}
  .modelx-car-premium__content{padding-top:92px;margin-left:24px;}
  .modelx-car-premium h2{font-size:44px;letter-spacing:-1.4px;}
  .modelx-car-premium p{font-size:17px;}
}

/* v28: three clean premium product banners — ozoPrime, Model X, OzoMini */
.premium-banners{margin:0;padding:0;background:#fff;}
.product-showcase-banner{
  position:relative;
  min-height:720px;
  margin:0;
  overflow:hidden;
  background-size:cover;
  background-position:center center;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.85);
}
.product-showcase-banner__shade{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.72) 28%,rgba(0,0,0,.34) 50%,rgba(0,0,0,.06) 78%,rgba(0,0,0,0) 100%);
  pointer-events:none;
}
.product-showcase-banner__content{
  position:relative;z-index:2;
  width:min(560px,calc(100% - 48px));
  margin-left:6vw;
  padding-top:138px;
}
.product-showcase-banner .eyebrow{color:#0a84ff;font-size:19px;letter-spacing:.08em;margin-bottom:18px;font-weight:850;}
.product-showcase-banner h2{font-size:66px;line-height:1.02;letter-spacing:-2.8px;margin:0 0 26px;font-weight:820;color:#fff;}
.product-showcase-banner p{font-size:21px;line-height:1.55;color:rgba(255,255,255,.92);margin:0 0 18px;}
.product-showcase-banner__quiet{color:rgba(255,255,255,.78)!important;}
.product-showcase-banner .btn{margin-top:18px;box-shadow:0 18px 50px rgba(0,103,255,.35);}
.banner-prime{background-image:url('assets/img/ozoprime-premium-wide-v30.jpg');background-position:center center;background-size:cover;}
.banner-modelx{background-image:url('assets/img/modelx-car-banner-clean.png');background-position:center center;}
.banner-ozomini{background-image:url('assets/img/ozomini-kitchen-wide-v33.jpg');background-position:center center;background-size:cover;}
.banner-ozomini .product-showcase-banner__shade{background:linear-gradient(90deg,rgba(0,0,0,.97) 0%,rgba(0,0,0,.86) 34%,rgba(0,0,0,.44) 56%,rgba(0,0,0,.07) 82%,rgba(0,0,0,0) 100%);} 
@media(max-width:900px){
  .product-showcase-banner{min-height:680px;background-position:62% center;}
  .banner-prime{background-position:73% center;}
  .banner-modelx{background-position:68% center;}
  .banner-ozomini{background-position:70% bottom;}
  .product-showcase-banner__shade{background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.72) 65%,rgba(0,0,0,.20) 100%);}
  .product-showcase-banner__content{padding-top:82px;margin-left:24px;width:min(500px,calc(100% - 48px));}
  .product-showcase-banner h2{font-size:42px;letter-spacing:-1.4px;}
  .product-showcase-banner p{font-size:17px;}
}

/* v30: banners separated by content blocks, full-width premium composition */
.premium-banners{margin:0;padding:0;background:#fff;}
.product-showcase-banner{min-height:690px;}
.banner-prime .product-showcase-banner__shade{background:linear-gradient(90deg,rgba(0,0,0,.90) 0%,rgba(0,0,0,.70) 30%,rgba(0,0,0,.25) 55%,rgba(0,0,0,.02) 82%,rgba(0,0,0,0) 100%);}
.banner-prime .product-showcase-banner__content{padding-top:126px;}
.banner-ozomini .product-showcase-banner__shade{background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.74) 34%,rgba(0,0,0,.30) 58%,rgba(0,0,0,.02) 85%,rgba(0,0,0,0) 100%)!important;}
@media(max-width:900px){.product-showcase-banner{min-height:640px}.banner-prime{background-position:67% center}.banner-ozomini{background-position:70% center}}

/* v31 polish */
.premium-banners{overflow:hidden;}
.product-showcase-banner{background-repeat:no-repeat;}

/* v32: clean ozoMini banner, no previous background overlay */
.banner-ozomini{background-image:url('assets/img/ozomini-kitchen-wide-v33.jpg')!important;background-position:center center!important;background-size:cover!important;}
.banner-ozomini .product-showcase-banner__shade{background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.70) 28%,rgba(0,0,0,.30) 48%,rgba(0,0,0,0) 70%)!important;}
.banner-ozomini .product-showcase-banner__content{z-index:2;}

/* v33: OzoMini clean kitchen banner */
.banner-ozomini{background-image:url('assets/img/ozomini-kitchen-wide-v33.jpg')!important;background-position:center center!important;background-size:cover!important;background-repeat:no-repeat!important;}
.banner-ozomini .product-showcase-banner__shade{background:linear-gradient(90deg,rgba(0,0,0,.45) 0%,rgba(0,0,0,.28) 28%,rgba(0,0,0,.08) 48%,rgba(0,0,0,0) 72%)!important;}


/* v35: hero slider with 3 banners + smart use cases */
.hero-slider{position:relative;min-height:760px;overflow:hidden;background:#fff;border-bottom:1px solid rgba(0,0,0,.05)}
.hero-track{position:relative;min-height:760px}
.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .55s ease;min-height:760px;background-size:cover;background-position:center;display:flex;align-items:center;overflow:hidden}
.hero-slide.active{opacity:1;pointer-events:auto;z-index:2}
.hero-slide-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.72) 34%,rgba(255,255,255,.18) 62%,rgba(255,255,255,0) 100%);z-index:1}
.hero-slide-content{position:relative;z-index:3;width:min(660px,44vw);margin-left:7vw;padding:70px 0;color:#101820}
.hero-slide-content.dark{color:#101820}.hero-slide-content h1{font-size:72px;line-height:.96;letter-spacing:-4px;margin:16px 0 18px}.hero-slide-content p{font-size:21px;line-height:1.48;color:#435261;max-width:610px}.hero-slide-content .price{font-size:24px;margin:14px 0 0}.hero-slide-mini{background:radial-gradient(circle at 72% 48%,#f5fbff 0%,#fff 48%,#f6f8fa 100%)}.hero-slide-battery{background:linear-gradient(120deg,#fff 0%,#f7fbff 52%,#eef8ff 100%)}
.hero-product-duo{position:absolute;right:5vw;top:50%;transform:translateY(-50%);z-index:2;width:52vw;height:620px;pointer-events:none}.hero-product-duo img{position:absolute;object-fit:contain;filter:drop-shadow(0 36px 45px rgba(10,43,58,.16));user-select:none}.mini-duo .mini-white{width:50%;height:86%;right:22%;top:6%;transform:rotate(-6deg)}.mini-duo .mini-black{width:48%;height:82%;right:0;top:12%;transform:rotate(8deg)}.battery-duo .battery-main{width:48%;height:88%;right:30%;top:8%;border-radius:28px;box-shadow:0 28px 80px rgba(10,43,58,.12)}.battery-duo .battery-side{width:42%;height:78%;right:0;top:17%;border-radius:28px;box-shadow:0 28px 80px rgba(10,43,58,.10)}
.hero-dots{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:10px;z-index:5}.hero-dots button{width:10px;height:10px;border-radius:999px;border:0;background:rgba(10,43,58,.22);cursor:pointer;padding:0}.hero-dots button.active{width:34px;background:#0b84d8}.smart-use-section{background:linear-gradient(180deg,#fff,#f8fcff)}.smart-use-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.model-tabs{display:flex;gap:10px;flex-wrap:wrap}.model-tabs button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:13px 18px;font-weight:850;cursor:pointer;color:#18232d;transition:.2s}.model-tabs button.active{background:#0b84d8;color:#fff;border-color:#0b84d8;box-shadow:0 12px 35px rgba(11,132,216,.22)}.use-grid-smart{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.smart-use-card{border:1px solid var(--line);background:#fff;border-radius:30px;padding:26px;min-height:230px;box-shadow:0 16px 50px rgba(10,43,58,.045);transition:.22s}.smart-use-card:hover{transform:translateY(-3px);box-shadow:0 24px 70px rgba(10,43,58,.08)}.smart-use-card h3{font-size:26px;margin:0 0 12px;letter-spacing:-.7px}.smart-use-card p{color:#536270;line-height:1.55;margin:0 0 18px}.smart-use-card strong{display:inline-flex;border-radius:999px;padding:10px 14px;background:#e7f9ff;color:#087c9e;font-size:15px}.smart-use-card span{display:block;color:#71808c;margin-top:14px;font-size:14px}.safety-note{border:1px solid var(--line);border-radius:24px;background:#fff;padding:20px 24px;color:#435261;margin-top:22px;line-height:1.5}.reviews-row{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;overflow:auto}.review-card{border:1px solid var(--line);border-radius:24px;padding:14px;background:#fff}.review-card img{width:100%;height:160px;object-fit:cover;border-radius:18px}.review-card b{display:block;margin-top:10px}.commerce-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.commerce-card,.direct-buy-card,.consult-card{border:1px solid var(--line);border-radius:34px;background:#fff;padding:34px;box-shadow:0 18px 60px rgba(10,43,58,.06)}.direct-buy-card,.consult-card{display:flex;align-items:center;justify-content:space-between;gap:28px}.payment-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.payment-tags span{border:1px solid var(--line);border-radius:999px;padding:9px 13px;background:#f7fbff;font-weight:800}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr .8fr 1fr;gap:30px}.footer-grid a{display:block;color:#d7e4ea;margin:8px 0}.footer-logo{height:46px;width:auto}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:22px;color:#aebdc6}.footer-small{max-width:380px}
@media(max-width:900px){.hero-slider,.hero-track,.hero-slide{min-height:720px}.hero-slide{align-items:flex-start}.hero-slide-content{width:auto;margin:0;padding:90px 22px 0}.hero-slide-content h1{font-size:44px;letter-spacing:-2px}.hero-slide-content p{font-size:17px}.hero-product-duo{width:100%;height:360px;right:0;top:auto;bottom:25px;transform:none}.mini-duo .mini-white{right:36%;width:42%;height:100%;top:0}.mini-duo .mini-black{right:11%;width:40%;height:94%;top:8%}.battery-duo .battery-main{right:44%;width:42%;height:88%;top:8%}.battery-duo .battery-side{right:10%;width:38%;height:78%;top:16%}.hero-slide-shade{background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,255,255,.7),rgba(255,255,255,.2))}.smart-use-head{display:block}.model-tabs{margin-top:22px}.use-grid-smart,.commerce-grid{grid-template-columns:1fr}.direct-buy-card,.consult-card{display:block}.direct-buy-actions{margin-top:22px}.reviews-row{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}}

/* v36: premium Model X Battery showcase */
.battery-showcase{
  position:relative;
  min-height:760px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  gap:36px;
  overflow:hidden;
  background:linear-gradient(115deg,#fff 0%,#f8fcff 48%,#eef9ff 100%);
  border-top:1px solid rgba(11,132,216,.06);
  border-bottom:1px solid rgba(11,132,216,.08);
}
.battery-showcase:before{
  content:"";
  position:absolute;
  width:680px;height:680px;
  right:6%;top:8%;
  background:radial-gradient(circle,rgba(20,158,226,.14),rgba(20,158,226,0) 62%);
  pointer-events:none;
}
.battery-copy{position:relative;z-index:2;max-width:600px;padding-left:2px}
.battery-copy h2{font-size:76px;line-height:.95;letter-spacing:-4px;margin:18px 0 22px;color:#09131f}
.battery-lead{font-size:34px;line-height:1.15;letter-spacing:-1.4px;font-weight:850;margin:0 0 18px;color:#101923}
.battery-tags{display:flex;gap:10px;flex-wrap:wrap;margin:26px 0 30px}
.battery-tags span{font-weight:850;font-size:14px;border:1px solid var(--line);background:rgba(255,255,255,.8);border-radius:999px;padding:11px 15px;box-shadow:0 10px 35px rgba(10,43,58,.04)}
.battery-renders{position:relative;height:620px;z-index:2}
.battery-renders img{position:absolute;object-fit:contain;filter:drop-shadow(0 34px 55px rgba(14,45,62,.12));mix-blend-mode:multiply;animation:batteryFloat 7s ease-in-out infinite}
.battery-renders .battery-front{right:0;top:3%;width:58%;height:88%;z-index:3}
.battery-renders .battery-back{right:38%;top:13%;width:52%;height:78%;opacity:.72;z-index:2;animation-delay:-1.8s}
@keyframes batteryFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
.hero-slide-battery .hero-slide-content p{max-width:560px}
.hero-slide-battery .battery-side{opacity:.62;filter:drop-shadow(0 30px 60px rgba(12,52,70,.13))}
@media(max-width:900px){
  .battery-showcase{grid-template-columns:1fr;min-height:auto;padding-top:78px;padding-bottom:40px}
  .battery-copy h2{font-size:52px;letter-spacing:-2.4px}.battery-lead{font-size:26px}.battery-renders{height:420px}.battery-renders .battery-front{right:2%;width:58%;height:90%}.battery-renders .battery-back{right:42%;width:54%;height:78%}
}

/* v37: fixed first screen ozoPrime, carousel moved below product selection */
.prime-static-hero{
  min-height:760px;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  padding:74px 7vw 68px;
  background:linear-gradient(120deg,#fff 0%,#f7fdff 52%,#fff4eb 100%);
  overflow:hidden;
  border-bottom:1px solid rgba(0,0,0,.04);
}
.prime-static-copy{position:relative;z-index:2;max-width:720px}
.prime-static-copy h1{font-size:76px;line-height:.92;letter-spacing:-4px;margin:18px 0 8px;color:#101820}
.prime-static-copy h2{font-size:54px;line-height:1.05;letter-spacing:-2.6px;margin:0 0 22px;color:#101820}
.prime-static-copy p{font-size:21px;line-height:1.48;color:#435261;max-width:650px;margin:0 0 10px}
.prime-static-visual{height:620px;display:flex;align-items:center;justify-content:center;position:relative}
.prime-static-visual:before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;background:radial-gradient(circle,rgba(255,122,34,.18),rgba(23,174,202,.07) 45%,rgba(255,255,255,0) 72%);filter:blur(2px)}
.prime-static-visual img{position:relative;z-index:2;width:min(520px,42vw);height:92%;object-fit:contain;filter:drop-shadow(0 34px 48px rgba(138,72,22,.18))}
.secondary-product-slider{margin-top:0;border-top:1px solid rgba(0,0,0,.04)}
@media(max-width:900px){.prime-static-hero{grid-template-columns:1fr;min-height:auto;padding:64px 22px 34px}.prime-static-copy h1{font-size:52px;letter-spacing:-2.4px}.prime-static-copy h2{font-size:36px;letter-spacing:-1.4px}.prime-static-copy p{font-size:17px}.prime-static-visual{height:380px}.prime-static-visual img{width:90%;height:100%}}


/* v38: carousel uses Model X car instead of Battery; Battery showcase has 3 product photos */
.hero-slide-modelx-car{
  background-size:cover;
  background-position:center center;
  color:#fff;
}
.hero-slide-modelx-car .hero-slide-car-shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.70) 30%,rgba(0,0,0,.26) 58%,rgba(0,0,0,0) 82%);
}
.hero-slide-modelx-car .car-content{
  color:#fff;
}
.hero-slide-modelx-car .car-content p{
  color:rgba(255,255,255,.92);
}
.hero-slide-modelx-car .car-content .price{
  color:#fff;
}
.hero-slide-modelx-car .btn.secondary{
  color:#fff;
  border-color:rgba(255,255,255,.45);
  background:rgba(255,255,255,.10);
}
.battery-renders .battery-third{
  right:18%;
  top:22%;
  width:38%;
  height:62%;
  opacity:.86;
  z-index:4;
  animation-delay:-3.1s;
}
.battery-renders .battery-front{right:0;top:2%;width:48%;height:82%;z-index:3}
.battery-renders .battery-back{right:46%;top:12%;width:44%;height:72%;opacity:.60;z-index:2}
.battery-showcase{grid-template-columns:.82fr 1.18fr}
@media(max-width:900px){
  .hero-slide-modelx-car{background-position:62% center}
  .hero-slide-modelx-car .hero-slide-car-shade{background:linear-gradient(180deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.50) 45%,rgba(0,0,0,.10) 100%)}
  .battery-renders .battery-front{right:0;width:46%;height:82%}
  .battery-renders .battery-back{right:48%;width:44%;height:72%}
  .battery-renders .battery-third{right:22%;top:26%;width:38%;height:58%}
}

/* v39 — premium Apple-like Model X Battery block, smaller product, no cards */
.battery-showcase{
  margin-top: 36px;
  min-height: 760px;
  display:grid;
  grid-template-columns:.84fr 1.16fr;
  align-items:center;
  gap:48px;
  overflow:hidden;
  background:
    radial-gradient(circle at 77% 50%, rgba(0,153,255,.10), transparent 31%),
    radial-gradient(circle at 38% 24%, rgba(0,202,220,.07), transparent 30%),
    linear-gradient(120deg,#ffffff 0%,#f8fdff 54%,#eef9ff 100%);
}
.battery-showcase:before{
  content:"";
  position:absolute;
  inset:auto 8% 10% auto;
  width:440px;height:440px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(0,140,255,.16), rgba(0,140,255,.06) 38%, transparent 68%);
  filter:blur(14px);
  opacity:.75;
}
.battery-copy h2{font-size:72px;letter-spacing:-4.2px;margin-bottom:18px}
.battery-lead{font-size:32px;line-height:1.12;letter-spacing:-1.2px;max-width:560px}
.battery-renders{
  height:610px;
  position:relative;
  isolation:isolate;
}
.battery-renders:before{
  content:"";
  position:absolute;
  right:16%;top:45%;
  width:420px;height:220px;
  transform:translateY(-50%);
  background:radial-gradient(ellipse at center, rgba(0,153,255,.22), rgba(0,153,255,.08) 42%, transparent 72%);
  filter:blur(28px);
  z-index:0;
}
.battery-renders img{
  position:absolute;
  object-fit:contain;
  mix-blend-mode:multiply;
  filter:drop-shadow(0 38px 52px rgba(10,43,58,.13));
  animation:batteryFloat 7s ease-in-out infinite;
}
.battery-renders .battery-third{
  right:19%;top:3%;
  width:44%;height:86%;
  z-index:3;
  opacity:.98;
}
.battery-renders .battery-back{
  right:2%;top:13%;
  width:33%;height:70%;
  z-index:2;
  opacity:.82;
  animation-delay:-1.7s;
}
.battery-renders .battery-front{
  right:43%;top:20%;
  width:31%;height:54%;
  z-index:1;
  opacity:.42;
  transform:rotate(-8deg);
  animation-delay:-3.1s;
}
@media(max-width:900px){
  .battery-showcase{grid-template-columns:1fr;min-height:auto;padding-top:70px;gap:16px}
  .battery-copy h2{font-size:48px;letter-spacing:-2.2px}.battery-lead{font-size:25px}
  .battery-renders{height:430px}
  .battery-renders .battery-third{right:24%;width:50%;height:88%;top:0}
  .battery-renders .battery-back{right:2%;width:36%;height:70%;top:16%}
  .battery-renders .battery-front{right:58%;width:34%;height:56%;top:22%}
}

/* v40 — premium interactive use-cases block */
.use-story-section{background:linear-gradient(180deg,#fff 0%,#f7fcff 100%)}
.use-story-top{display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin-bottom:34px}
.use-model-tabs{margin-bottom:6px}
.use-story-card{display:grid;grid-template-columns:1.08fr .92fr;gap:0;border:1px solid var(--line);border-radius:42px;background:#fff;overflow:hidden;box-shadow:0 30px 90px rgba(10,43,58,.08)}
.use-story-media{position:relative;min-height:620px;background:#f3f7fa;overflow:hidden}
.use-story-media img{width:100%;height:100%;min-height:620px;object-fit:cover;display:block;transition:opacity .28s ease,transform .7s ease;transform:scale(1.01)}
.use-story-media img.fade-out{opacity:0;transform:scale(1.025)}
.use-scene-label{position:absolute;left:30px;top:30px;border-radius:999px;padding:11px 16px;background:rgba(255,255,255,.78);backdrop-filter:blur(16px);font-size:13px;font-weight:900;color:#0a2b3a;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 10px 30px rgba(10,43,58,.08)}
.use-story-info{padding:58px 58px 48px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#fff 0%,#f9fdff 100%)}
.use-story-info h3{font-size:48px;line-height:.98;letter-spacing:-2.3px;margin:14px 0 18px;color:#101820}
.use-story-info p{font-size:19px;line-height:1.58;color:#536270;margin:0;max-width:580px}
.use-result-card{margin:34px 0 28px;border:1px solid var(--line);border-radius:28px;background:#fff;padding:24px 26px;box-shadow:0 18px 60px rgba(10,43,58,.06)}
.use-result-card span{display:block;color:#6a7a87;font-size:15px;margin-bottom:8px}.use-result-card strong{display:block;font-size:34px;letter-spacing:-1.2px;color:#101820}.use-result-card small{display:block;margin-top:10px;color:#596875;font-size:15px;line-height:1.45}
.use-scenario-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.use-scenario-tabs button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:12px 17px;font-weight:850;cursor:pointer;color:#18232d;transition:.2s}.use-scenario-tabs button.active{background:#101820;color:#fff;border-color:#101820;box-shadow:0 14px 36px rgba(16,24,32,.16)}.use-scenario-tabs button:hover{transform:translateY(-1px)}
.premium-note{margin-top:24px;background:#fff}
@media(max-width:900px){.use-story-top{display:block}.use-model-tabs{margin-top:20px}.use-story-card{grid-template-columns:1fr;border-radius:30px}.use-story-media{min-height:360px}.use-story-media img{min-height:360px}.use-story-info{padding:32px 24px}.use-story-info h3{font-size:34px;letter-spacing:-1.4px}.use-result-card strong{font-size:28px}}


/* v42 — вернуть Model X Battery в линейку и заменить баннер */
.mega:hover .mega-panel{grid-template-columns:repeat(4,1fr);width:980px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.product-choice-grid .product-card{min-height:520px}
.product-choice-grid .product-card img.no-shadow-img{filter:none!important;mix-blend-mode:normal!important;background:transparent!important}
.battery-image-banner{width:100%;background:#fff;border-top:1px solid rgba(0,0,0,.04);border-bottom:1px solid rgba(0,0,0,.04);overflow:hidden}
.battery-image-banner a{display:block}
.battery-image-banner img{display:block;width:100%;height:auto;max-height:760px;object-fit:cover;object-position:center center}
.battery-product-visual img{filter:none!important;mix-blend-mode:normal!important}
.battery-gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.battery-gallery-grid img{width:100%;height:260px;object-fit:contain;border:1px solid var(--line);border-radius:24px;background:#fff;padding:12px}
@media(max-width:1100px){.grid4{grid-template-columns:repeat(2,1fr)}.mega:hover .mega-panel{grid-template-columns:repeat(2,1fr);width:560px}}
@media(max-width:900px){.grid4{grid-template-columns:1fr}.battery-image-banner img{min-height:520px;object-fit:cover;object-position:42% center}.battery-gallery-grid{grid-template-columns:1fr 1fr}.mega:hover .mega-panel{display:none}}

/* v43 — clean where-to-use strip + premium Model X Battery block */
.use-strip-section{
  padding-top:86px;
  padding-bottom:34px;
  background:linear-gradient(180deg,#fff 0%,#f4fbff 100%);
}
.use-strip-shell{
  display:grid;
  grid-template-columns:360px 1fr;
  gap:44px;
  align-items:center;
}
.use-strip-copy h2{
  margin:18px 0 22px;
  font-size:56px;
  line-height:.98;
  letter-spacing:-2.8px;
  color:#071426;
}
.use-strip-copy p{
  margin:0;
  max-width:360px;
  font-size:20px;
  line-height:1.55;
  color:#51606d;
}
.use-strip-items{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
}
.use-mini-card{
  display:block;
  text-align:center;
  color:#101820;
  text-decoration:none;
  font-weight:850;
}
.use-mini-card img{
  width:100%;
  aspect-ratio:1/1.38;
  object-fit:cover;
  border-radius:22px;
  display:block;
  box-shadow:0 18px 50px rgba(12,47,64,.10);
  transition:transform .22s ease,box-shadow .22s ease;
}
.use-mini-card span{
  display:block;
  margin-top:16px;
  font-size:17px;
}
.use-mini-card:hover img{
  transform:translateY(-4px);
  box-shadow:0 24px 70px rgba(12,47,64,.16);
}
.battery-feature-banner{
  padding-top:22px;
  padding-bottom:88px;
  background:linear-gradient(180deg,#f4fbff 0%,#fff 100%);
}
.battery-image-banner{
  display:block;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(84,139,168,.16);
  box-shadow:0 34px 95px rgba(12,47,64,.12);
  background:#f5fbff;
}
.battery-image-banner picture,
.battery-image-banner img{
  display:block;
  width:100%;
}
.battery-image-banner img{
  height:auto;
}
@media(max-width:1100px){
  .use-strip-shell{grid-template-columns:1fr}.use-strip-items{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:720px){
  .use-strip-section{padding-top:58px}.use-strip-copy h2{font-size:42px;letter-spacing:-1.9px}.use-strip-copy p{font-size:17px}.use-strip-items{grid-template-columns:repeat(2,1fr);gap:14px}.use-mini-card span{font-size:15px}.use-mini-card img{border-radius:18px}
  .battery-feature-banner{padding-bottom:54px}.battery-image-banner{border-radius:24px}
}

.prime-detail-section{
  padding-top:76px;
  padding-bottom:84px;
  background:#fff;
}
.prime-detail-head{
  max-width:760px;
  margin:0 auto 42px;
  text-align:left;
}
.prime-detail-head .orange{color:#f47b20;}
.prime-detail-head h2{
  margin:10px 0 14px;
  font-size:52px;
  line-height:1.03;
  letter-spacing:-2.2px;
}
.prime-detail-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:32px;
  align-items:start;
}
.prime-detail-card img{
  display:block;
  width:100%;
  height:auto;
  border-radius:18px;
  box-shadow:0 22px 60px rgba(12,47,64,.10);
  background:#fff;
}
.prime-detail-card h3{
  margin:24px 0 10px;
  font-size:25px;
  line-height:1.18;
  letter-spacing:-.6px;
}
.prime-detail-card p{
  margin:0;
  color:#657483;
  font-size:18px;
  line-height:1.5;
}
@media(max-width:980px){
  .prime-detail-grid{grid-template-columns:1fr;gap:34px}.prime-detail-head h2{font-size:42px}.prime-detail-section{padding-top:58px;padding-bottom:64px}
}

/* v46 product card fixes */
.product-choice-grid .product-card.card-modelx img,
.product-card.card-modelx img{height:260px!important;transform:none!important;}
.product-choice-grid .product-card.card-battery img,
.product-card.card-battery img{height:260px!important;}
.product-card img.battery-card-img{mix-blend-mode:multiply!important;filter:drop-shadow(0 22px 26px rgba(10,43,58,.08))!important;background:transparent!important;}
.product-detail-section{padding-top:34px;}
.detail-head{margin-bottom:34px;}
.detail-head h2{margin-top:8px;}
.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.detail-card{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;}
.detail-card img{display:block;width:100%;height:auto;object-fit:contain;background:#fff;}
.detail-card h3{font-size:22px;line-height:1.2;margin:22px 22px 10px;letter-spacing:-.4px;}
.detail-card p{font-size:16px;line-height:1.55;color:var(--muted);margin:0 22px 26px;}
.detail-card-wide img{aspect-ratio:auto;}
@media(max-width:900px){.detail-grid{grid-template-columns:1fr}.product-card.card-modelx img,.product-card.card-battery img{height:230px!important}}


/* v47 — Model X Battery: единая карточка и нормальная страница товара */
.product-card.card-battery img.battery-card-img,
.product-choice-grid .product-card.card-battery img.battery-card-img{
  height:260px!important;
  object-fit:contain!important;
  object-position:center center!important;
  mix-blend-mode:normal!important;
  filter:drop-shadow(0 26px 32px rgba(10,43,58,.10))!important;
  background:transparent!important;
  border-radius:0!important;
}
.mega-card img[src*="modelx-battery-card-cut"]{
  mix-blend-mode:normal!important;
  filter:drop-shadow(0 14px 18px rgba(10,43,58,.08));
}
.product-hero-battery{
  align-items:start;
  background:linear-gradient(180deg,#fff 0%,#f8fdff 100%);
}
.product-hero-battery .gallery-main,
.battery-gallery-main{
  background:linear-gradient(180deg,#f7fdff 0%,#fff 82%)!important;
  border:1px solid var(--line);
  border-radius:44px;
  min-height:640px;
  padding:34px;
  overflow:hidden;
}
.product-hero-battery .gallery-main img,
.battery-gallery-main img{
  width:92%!important;
  height:560px!important;
  object-fit:contain!important;
  object-position:center center!important;
  filter:drop-shadow(0 24px 36px rgba(10,43,58,.10))!important;
  mix-blend-mode:normal!important;
  background:transparent!important;
}
.product-hero-battery .thumbs img{
  object-fit:contain!important;
  background:linear-gradient(180deg,#f9fdff,#fff)!important;
  mix-blend-mode:normal!important;
}
@media(max-width:900px){
  .product-card.card-battery img.battery-card-img{height:230px!important;}
  .product-hero-battery .gallery-main,.battery-gallery-main{min-height:420px;padding:18px;border-radius:30px;}
  .product-hero-battery .gallery-main img,.battery-gallery-main img{height:380px!important;width:100%!important;}
}

/* v48 — Model X Battery visible solid card image, no transparency */
.product-card.card-battery img.battery-card-img,
.product-choice-grid .product-card.card-battery img.battery-card-img,
.mega-card img[src*="modelx-battery-card-solid"],
.gallery-main img[src*="modelx-battery-card-solid"]{
  opacity:1!important;
  mix-blend-mode:normal!important;
  filter:drop-shadow(0 22px 28px rgba(10,43,58,.10))!important;
  background:transparent!important;
}
.product-choice-grid .product-card.card-battery img.battery-card-img,
.product-card.card-battery img.battery-card-img{
  height:260px!important;
  width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  border-radius:0!important;
}
.product-hero-battery .gallery-main img[src*="modelx-battery-card-solid"],
.battery-gallery-main img[src*="modelx-battery-card-solid"]{
  height:520px!important;
  width:92%!important;
  object-fit:contain!important;
  opacity:1!important;
}
@media(max-width:900px){
  .product-hero-battery .gallery-main img[src*="modelx-battery-card-solid"],.battery-gallery-main img[src*="modelx-battery-card-solid"]{height:360px!important;}
}


/* v49 — Model X Battery lineup card: exact provided photo, same visual background as other product cards */
.product-choice-grid .product-card.card-battery,
.product-card.card-battery{
  background:linear-gradient(180deg,#f7fdff 0%,#ffffff 84%)!important;
}
.product-choice-grid .product-card.card-battery img.battery-card-img,
.product-card.card-battery img.battery-card-img,
.mega-card img[src*="modelx-battery-lineup"]{
  height:260px!important;
  width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  filter:drop-shadow(0 24px 28px rgba(10,43,58,.08))!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
}
@media(max-width:900px){
  .product-choice-grid .product-card.card-battery img.battery-card-img,
  .product-card.card-battery img.battery-card-img{height:230px!important;}
}


/* v50 — Model X Battery card cutout: remove white square background */
.product-choice-grid .product-card.card-battery img.battery-card-img,
.product-card.card-battery img.battery-card-img,
.mega-card img[src*="modelx-battery-lineup-cut"]{
  height:260px!important;
  width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  filter:drop-shadow(0 24px 30px rgba(10,43,58,.10))!important;
}
@media(max-width:900px){
  .product-choice-grid .product-card.card-battery img.battery-card-img,
  .product-card.card-battery img.battery-card-img{height:230px!important;}
}


/* v51 — Model X Battery visible final card image */
.product-card.card-battery img.battery-card-img,
.product-choice-grid .product-card.card-battery img.battery-card-img,
.mega-card img[src*="modelx-battery-lineup-final"]{
  height:260px!important;
  width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  filter:none!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
}
@media(max-width:900px){.product-card.card-battery img.battery-card-img{height:230px!important;}}


/* v52 — Model X Battery lineup final: tight real photo, same scale as Model X, no distortion */
.product-choice-grid .product-card.card-battery img.battery-card-img,
.product-card.card-battery img.battery-card-img{
  height:300px!important;
  width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  opacity:1!important;
  mix-blend-mode:multiply!important;
  filter:drop-shadow(0 24px 28px rgba(10,43,58,.08))!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
}
.mega-card img[src*="modelx-battery-lineup-cropped"]{
  object-fit:contain!important;
  mix-blend-mode:multiply!important;
}
@media(max-width:900px){.product-card.card-battery img.battery-card-img{height:245px!important;}}

/* v53 — Model X Battery: real transparent PNG, no white canvas, same scale as Model X */
.product-choice-grid .product-card.card-battery img.battery-card-img,
.product-card.card-battery img.battery-card-img,
.mega-card img[src*="modelx-battery-lineup-transparent"]{
  height:300px!important;
  width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  filter:drop-shadow(0 24px 28px rgba(10,43,58,.08))!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
}
.product-choice-grid .product-card.card-battery,
.product-card.card-battery{
  background:linear-gradient(180deg,#f7fdff 0%,#ffffff 84%)!important;
}
@media(max-width:900px){
  .product-choice-grid .product-card.card-battery img.battery-card-img,
  .product-card.card-battery img.battery-card-img{height:245px!important;}
}

/* v54 — FIX Model X Battery card: remove visible white photo canvas by blending the photo into the same card background. Only this product image is changed. */
.product-choice-grid .product-card.card-battery img.battery-card-img,
.product-card.card-battery img.battery-card-img,
.mega-card img[src*="modelx-battery-lineup-transparent"]{
  mix-blend-mode:multiply!important;
  background:transparent!important;
  opacity:1!important;
  filter:drop-shadow(0 24px 28px rgba(10,43,58,.08))!important;
}

/* v55 — FINAL: Model X Battery card image only. Real PNG alpha, no white canvas. Do not change card, text, layout or shadows. */
.product-choice-grid .product-card.card-battery img.battery-card-img,
.product-card.card-battery img.battery-card-img{
  height:300px!important;
  width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  filter:drop-shadow(0 24px 28px rgba(10,43,58,.08))!important;
}
@media(max-width:900px){
  .product-choice-grid .product-card.card-battery img.battery-card-img,
  .product-card.card-battery img.battery-card-img{height:245px!important;}
}


/* v56 — точечная правка Model X Battery: используем только прозрачный PNG без белого холста; фон галереи чуть голубее, чтобы белый товар не терялся */
.product-choice-grid .product-card.card-battery img.battery-card-img,
.product-card.card-battery img.battery-card-img,
.mega-card img[src*="modelx-battery-lineup-user-alpha"]{
  height:300px!important;
  width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  filter:drop-shadow(0 24px 28px rgba(10,43,58,.08))!important;
}
.product-hero-battery .gallery-main,
.battery-gallery-main{
  background:radial-gradient(circle at center,#ffffff 0%,#f1fbff 48%,#e8f8ff 100%)!important;
}
.product-hero-battery .thumbs img{
  background:linear-gradient(180deg,#f1fbff 0%,#ffffff 100%)!important;
}
.product-hero-battery .gallery-main img[src*="modelx-battery-lineup-user-alpha"],
.battery-gallery-main img[src*="modelx-battery-lineup-user-alpha"]{
  width:92%!important;
  height:560px!important;
  object-fit:contain!important;
  object-position:center center!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  background:transparent!important;
  filter:drop-shadow(0 24px 36px rgba(10,43,58,.10))!important;
}
@media(max-width:900px){
  .product-choice-grid .product-card.card-battery img.battery-card-img,
  .product-card.card-battery img.battery-card-img{height:245px!important;}
  .product-hero-battery .gallery-main img[src*="modelx-battery-lineup-user-alpha"],
  .battery-gallery-main img[src*="modelx-battery-lineup-user-alpha"]{height:380px!important;width:100%!important;}
}

/* v57 — точечная правка Model X Battery: только замена фото */
.product-card.card-battery img.battery-card-img,
.product-choice-grid .product-card.card-battery img.battery-card-img{
  height:300px!important;
  width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  opacity:1!important;
  mix-blend-mode:multiply!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  filter:drop-shadow(0 24px 28px rgba(10,43,58,.08))!important;
}
.mega-card img[src*="modelx-battery-new-01-main"]{
  object-fit:contain!important;
  mix-blend-mode:multiply!important;
  background:transparent!important;
}
.product-hero-battery .gallery-main,
.battery-gallery-main{
  background:#fff!important;
}
.product-hero-battery .gallery-main img,
.battery-gallery-main img{
  opacity:1!important;
  mix-blend-mode:normal!important;
  filter:drop-shadow(0 20px 34px rgba(10,43,58,.08))!important;
  background:transparent!important;
}
.product-hero-battery .thumbs img{
  background:#fff!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
}
.battery-gallery-grid{
  grid-template-columns:repeat(4,1fr)!important;
}
.battery-gallery-grid img{
  background:#fff!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
}
@media(max-width:900px){
  .product-card.card-battery img.battery-card-img{height:245px!important;}
  .battery-gallery-grid{grid-template-columns:1fr 1fr!important;}
}

/* v58 — Model X Battery product page: crisp photos on the same light blue product-card background */
.product-hero-battery .gallery-main,
.battery-gallery-main{
  background:linear-gradient(180deg,#eefbff 0%,#f7fdff 56%,#ffffff 100%)!important;
  border:1px solid var(--line)!important;
}
.product-hero-battery .gallery-main img,
.battery-gallery-main img{
  opacity:1!important;
  mix-blend-mode:normal!important;
  filter:drop-shadow(0 24px 34px rgba(10,43,58,.10))!important;
  background:transparent!important;
}
.product-hero-battery .thumbs img{
  background:linear-gradient(180deg,#eefbff 0%,#ffffff 100%)!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
}
.product-choice-grid .product-card.card-battery,
.product-card.card-battery{
  background:linear-gradient(180deg,#f7fdff 0%,#ffffff 84%)!important;
}
.product-card.card-battery img.battery-card-img,
.product-choice-grid .product-card.card-battery img.battery-card-img{
  mix-blend-mode:normal!important;
  opacity:1!important;
  filter:drop-shadow(0 24px 28px rgba(10,43,58,.08))!important;
}

/* v59 — align all product names in “Выберите свой ozoFresh” */
.product-choice-grid .product-card{
  display:grid!important;
  grid-template-rows:auto 300px auto minmax(58px,auto) auto!important;
  align-items:start!important;
}
.product-choice-grid .product-card > img{
  height:300px!important;
  width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  align-self:center!important;
}
.product-choice-grid .product-card > h3{
  align-self:start!important;
  margin:14px 0 8px!important;
  min-height:38px!important;
}
.product-choice-grid .product-card > p{
  margin:0!important;
}
.product-choice-grid .product-card > .price{
  align-self:end!important;
  margin-top:8px!important;
}
@media(max-width:900px){
  .product-choice-grid .product-card{grid-template-rows:auto 245px auto minmax(58px,auto) auto!important;}
  .product-choice-grid .product-card > img{height:245px!important;}
}

/* v60 exact user photos: Model X Battery gallery */
.product-hero-battery .gallery-main,
.product-hero-battery .battery-gallery-main{
  background:linear-gradient(180deg,#eefaff 0%,#f8fdff 100%)!important;
  padding:28px!important;
}
.product-hero-battery .gallery-main img,
.product-hero-battery .battery-gallery-main img{
  width:100%!important;
  height:620px!important;
  object-fit:contain!important;
  object-position:center center!important;
  mix-blend-mode:normal!important;
  filter:none!important;
  transform:none!important;
  background:transparent!important;
}
.product-hero-battery .thumbs img{
  object-fit:contain!important;
  mix-blend-mode:normal!important;
  filter:none!important;
  background:#fff!important;
}
.battery-gallery-grid img{
  height:360px!important;
  object-fit:contain!important;
  mix-blend-mode:normal!important;
  filter:none!important;
  background:linear-gradient(180deg,#f2fbff 0%,#fff 100%)!important;
}
.product-card.card-battery img.battery-card-img,
.product-choice-grid .product-card.card-battery img.battery-card-img{
  width:100%!important;
  height:260px!important;
  object-fit:contain!important;
  object-position:center center!important;
  mix-blend-mode:normal!important;
  filter:none!important;
  background:transparent!important;
  transform:none!important;
}
.product-card.card-modelx img{
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}
@media(max-width:900px){
  .product-hero-battery .gallery-main img,.product-hero-battery .battery-gallery-main img{height:420px!important;}
  .battery-gallery-grid img{height:260px!important;}
}


/* v61 — Model X Battery: blue product background, no white square; remove visual white canvas by blending user photos */
.product-hero-battery .gallery-main,
.product-hero-battery .battery-gallery-main{
  background:linear-gradient(180deg,#eaf9ff 0%,#f4fcff 58%,#ffffff 100%)!important;
  padding:28px!important;
}
.product-hero-battery .gallery-main img,
.product-hero-battery .battery-gallery-main img{
  mix-blend-mode:multiply!important;
  opacity:1!important;
  filter:drop-shadow(0 22px 30px rgba(10,43,58,.08))!important;
  background:transparent!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}
.product-hero-battery .thumbs img{
  background:linear-gradient(180deg,#eaf9ff 0%,#ffffff 100%)!important;
  mix-blend-mode:multiply!important;
  opacity:1!important;
  filter:none!important;
  object-fit:contain!important;
}
.battery-gallery-grid img{
  background:linear-gradient(180deg,#eaf9ff 0%,#ffffff 100%)!important;
  mix-blend-mode:multiply!important;
  opacity:1!important;
  filter:none!important;
  object-fit:contain!important;
}
.product-choice-grid .product-card.card-battery,
.product-card.card-battery{
  background:linear-gradient(180deg,#f0fbff 0%,#ffffff 84%)!important;
}
.product-card.card-battery img.battery-card-img,
.product-choice-grid .product-card.card-battery img.battery-card-img{
  mix-blend-mode:multiply!important;
  opacity:1!important;
  filter:drop-shadow(0 22px 26px rgba(10,43,58,.08))!important;
  background:transparent!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}


/* v62 — exact fix: Model X Battery photos use true transparent PNG on blue background. No blue overlay on product, no white square. */
.product-hero-battery .gallery-main,
.product-hero-battery .battery-gallery-main{
  background:linear-gradient(180deg,#eaf9ff 0%,#f6fdff 62%,#ffffff 100%)!important;
  border:1px solid var(--line)!important;
  padding:28px!important;
}
.product-hero-battery .gallery-main img,
.product-hero-battery .battery-gallery-main img{
  width:100%!important;
  height:620px!important;
  object-fit:contain!important;
  object-position:center center!important;
  mix-blend-mode:normal!important;
  opacity:1!important;
  filter:drop-shadow(0 22px 30px rgba(10,43,58,.10))!important;
  background:transparent!important;
  transform:none!important;
}
.product-hero-battery .thumbs img{
  background:linear-gradient(180deg,#eaf9ff 0%,#ffffff 100%)!important;
  mix-blend-mode:normal!important;
  opacity:1!important;
  filter:none!important;
  object-fit:contain!important;
}
.product-card.card-battery img.battery-card-img,
.product-choice-grid .product-card.card-battery img.battery-card-img{
  mix-blend-mode:normal!important;
  opacity:1!important;
  filter:drop-shadow(0 22px 26px rgba(10,43,58,.08))!important;
  background:transparent!important;
}
@media(max-width:900px){
  .product-hero-battery .gallery-main img,.product-hero-battery .battery-gallery-main img{height:420px!important;}
}

/* v63: аккуратные этапы использования */
.steps-flow{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  position:relative;
}
.steps-flow:before{
  content:'';
  position:absolute;
  left:40px;
  right:40px;
  top:38px;
  height:2px;
  background:linear-gradient(90deg,rgba(23,174,202,.18),rgba(23,174,202,.58),rgba(23,174,202,.18));
  z-index:0;
}
.step-card{
  position:relative;
  z-index:1;
  background:linear-gradient(180deg,#ffffff 0%,#f7fdff 100%);
  border:1px solid var(--line);
  border-radius:30px;
  padding:24px 22px 26px;
  box-shadow:0 18px 46px rgba(10,43,58,.06);
  min-height:220px;
}
.step-num{
  width:76px;
  height:76px;
  border-radius:24px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#e7f9ff,#ffffff);
  border:1px solid rgba(23,174,202,.25);
  color:#087c9e;
  font-size:24px;
  font-weight:900;
  letter-spacing:-.5px;
  box-shadow:0 12px 28px rgba(23,174,202,.13);
  margin-bottom:22px;
}
.step-body h3{
  margin:0 0 10px;
  font-size:22px;
  letter-spacing:-.5px;
  color:#101820;
}
.step-body p{
  margin:0;
  color:#536270;
  font-size:17px;
  line-height:1.45;
}
@media(max-width:1000px){
  .steps-flow{grid-template-columns:1fr 1fr;}
  .steps-flow:before{display:none;}
}
@media(max-width:620px){
  .steps-flow{grid-template-columns:1fr;}
  .step-card{min-height:auto;}
}


/* v65 — clean Model X car banner: remove baked text overlap, keep one clear text block */
.hero-slide-modelx-car{
  background-image:url('assets/img/modelx-car-hero-clean-no-text.jpg')!important;
  background-position:center center!important;
}
.hero-slide-modelx-car .hero-slide-car-shade{
  background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.52) 34%,rgba(0,0,0,.18) 56%,rgba(0,0,0,0) 76%)!important;
}
.hero-slide-modelx-car .car-content{
  max-width:560px!important;
  padding-top:86px!important;
}
.hero-slide-modelx-car .car-content h1{
  font-size:68px!important;
  line-height:.98!important;
  letter-spacing:-3.2px!important;
  margin:14px 0 22px!important;
  text-shadow:0 14px 38px rgba(0,0,0,.28)!important;
}
.hero-slide-modelx-car .car-content p{
  max-width:510px!important;
  font-size:21px!important;
  line-height:1.45!important;
  color:rgba(255,255,255,.92)!important;
}
.hero-slide-modelx-car .car-content .price{
  margin-top:18px!important;
  color:#fff!important;
}
.hero-slide-modelx-car .hero-actions{
  margin-top:24px!important;
}
@media(max-width:900px){
  .hero-slide-modelx-car{background-position:62% center!important;}
  .hero-slide-modelx-car .hero-slide-car-shade{background:linear-gradient(180deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.72) 50%,rgba(0,0,0,.12) 100%)!important;}
  .hero-slide-modelx-car .car-content h1{font-size:44px!important;letter-spacing:-1.8px!important;}
  .hero-slide-modelx-car .car-content p{font-size:17px!important;}
}


/* v66 — Model X Battery banner in site style */
.battery-editorial-banner{
  position:relative;
  display:grid;
  grid-template-columns:minmax(300px,.72fr) minmax(380px,1fr);
  align-items:center;
  gap:28px;
  min-height:520px;
  padding:74px 76px 66px;
  text-decoration:none;
  color:#071426;
  border-radius:30px;
  border:1px solid rgba(84,139,168,.16);
  background:linear-gradient(135deg,#ffffff 0%,#f8fcff 56%,#eef9ff 100%);
  box-shadow:0 34px 95px rgba(12,47,64,.12);
  overflow:hidden;
}
.battery-editorial-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 82% 18%,rgba(0,139,220,.08),transparent 34%),radial-gradient(circle at 20% 80%,rgba(0,139,220,.055),transparent 42%);
  pointer-events:none;
}
.battery-editorial-copy,
.battery-editorial-media{position:relative;z-index:1}
.battery-editorial-copy{max-width:540px}
.battery-editorial-copy .eyebrow{color:#159cc8;letter-spacing:.16em;font-weight:900;text-transform:uppercase;margin-bottom:24px}
.battery-editorial-copy h2{margin:0 0 24px;font-size:68px;line-height:.94;letter-spacing:-3.8px;color:#071426}
.battery-editorial-lead{margin:0 0 34px;font-size:31px;line-height:1.18;font-weight:750;letter-spacing:-.9px;color:#122032}
.battery-editorial-copy .btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:16px 28px;background:linear-gradient(180deg,#17a3f5,#0078db);color:#fff;font-weight:900;box-shadow:0 16px 38px rgba(0,120,219,.22);text-transform:none}
.battery-editorial-media{display:flex;align-items:center;justify-content:center;min-height:380px}
.battery-editorial-media img{display:block;width:min(100%,660px);height:auto;object-fit:contain;filter:drop-shadow(0 30px 42px rgba(12,47,64,.14));mix-blend-mode:multiply;background:transparent!important}
@media(max-width:980px){
  .battery-editorial-banner{grid-template-columns:1fr;padding:44px 28px 32px;min-height:auto;gap:24px}
  .battery-editorial-copy h2{font-size:46px;letter-spacing:-2px}
  .battery-editorial-lead{font-size:24px}.battery-editorial-media{min-height:auto}.battery-editorial-media img{width:min(100%,520px)}
}

/* v68.1 — full-width Model X Battery wardrobe banner */
.battery-fullwidth-hero{
  position:relative;
  width:100%;
  min-height:0;
  height:auto;
  aspect-ratio:7680/3413;
  padding:0!important;
  margin:0;
  background:#fff url('assets/img/modelx-battery-site-banner-v72-8k.png') center center/cover no-repeat!important;
  overflow:hidden;
  border-radius:0;
}
.battery-fullwidth-link{
  display:block;
  height:100%;
  min-height:0;
  text-decoration:none;
  color:#071426;
  position:relative;
}
.battery-fullwidth-link:before{content:"";position:absolute;inset:0;background:transparent;pointer-events:none;}
.battery-fullwidth-copy{display:none;}
.battery-fullwidth-copy span{
  display:block;
  color:#1689e8;
  font-weight:750;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-size:16px;
  margin-bottom:22px;
}
.battery-fullwidth-copy h2{
  margin:0 0 22px;
  font-size:70px;
  line-height:.96;
  letter-spacing:-3.2px;
  font-weight:650;
  color:#061225;
}
.battery-fullwidth-copy p{
  margin:0 0 22px;
  font-size:33px;
  line-height:1.14;
  letter-spacing:-.9px;
  font-weight:650;
  color:#101820;
}
.battery-fullwidth-copy small{
  display:block;
  max-width:500px;
  font-size:20px;
  line-height:1.45;
  color:#516071;
  margin-bottom:32px;
}
.battery-fullwidth-copy b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:154px;
  height:54px;
  padding:0 26px;
  border-radius:999px;
  background:#1689e8;
  color:#fff;
  font-size:17px;
  font-weight:750;
  box-shadow:0 18px 45px rgba(22,137,232,.24);
}
@media(max-width:900px){
  .battery-fullwidth-hero,.battery-fullwidth-link{min-height:640px;}
  .battery-fullwidth-hero{background-position:64% center!important;}
  .battery-fullwidth-link:before{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.96) 34%,rgba(255,255,255,.62) 64%,rgba(255,255,255,.16) 100%);}
  .battery-fullwidth-copy{padding:68px 24px 0;max-width:520px;}
  .battery-fullwidth-copy h2{font-size:48px;letter-spacing:-2.1px;font-weight:650;}
  .battery-fullwidth-copy p{font-size:26px;letter-spacing:-.6px;font-weight:650;}
  .battery-fullwidth-copy small{font-size:17px;}
}

/* v72 — premium device-name typography */
.product-card h3,
.mega-card b,
.prime-static-copy h1,
.prime-static-content h1,
.product-hero h1,
.hero h1,
.battery-fullwidth-copy h2{
  font-family:"Inter Display","SF Pro Display","Helvetica Neue",Arial,sans-serif;
  font-weight:300;
  letter-spacing:-0.045em;
}
.product-card h3,.mega-card b{letter-spacing:-0.035em;}

/* v73 — restore original readable product-name typography in cards/menu/product pages */
.product-card h3,
.mega-card b,
.buybox h1,
.product-hero .buybox h1,
.product-choice-grid .product-card h3{
  font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif!important;
  font-weight:850!important;
  letter-spacing:-1.4px!important;
}
.product-card h3{font-size:30px!important;line-height:1.08!important;}
.mega-card b{font-size:16px!important;line-height:1.18!important;}
.buybox h1,.product-hero .buybox h1{font-size:50px;line-height:1.02!important;}

/* v74 — единый фон баннера + одинаковый премиальный шрифт названий моделей */
.battery-fullwidth-hero{
  aspect-ratio:2/1!important;
  background:#fff url('assets/img/modelx-battery-site-banner-v74-unified-8k.png') center center/cover no-repeat!important;
}

/* Названия моделей: карточки, меню и страницы товаров — тот же шрифт/вес, что на баннере */
.product-card h3,
.product-choice-grid .product-card h3,
.mega-card b,
.buybox h1,
.product-hero .buybox h1,
.product-hero h1,
.hero h1,
.battery-fullwidth-copy h2{
  font-family:"Inter Display","SF Pro Display","Helvetica Neue",Arial,sans-serif!important;
  font-weight:300!important;
  letter-spacing:-0.045em!important;
  line-height:1.02!important;
  color:#071426;
}
.product-card h3,
.product-choice-grid .product-card h3{
  font-size:32px!important;
  margin:14px 0 8px!important;
}
.mega-card b{font-size:16px!important;letter-spacing:-0.035em!important;}
.buybox h1,.product-hero .buybox h1{font-size:54px!important;}

@media(max-width:900px){
  .battery-fullwidth-hero{aspect-ratio:auto!important;background-position:64% center!important;}
  .product-card h3,.product-choice-grid .product-card h3{font-size:30px!important;}
}

/* v77 — Model X Battery: исправлен баннер, валидный 8K JPG, единый фон, без черного экрана */
.battery-fullwidth-hero{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  aspect-ratio:2/1!important;
  min-height:0!important;
  background:#eaf7ff url('assets/img/modelx-battery-site-banner-v77-wide-8k.jpg') center center/cover no-repeat!important;
  border-radius:0!important;
  overflow:hidden!important;
}
.battery-fullwidth-link{height:100%!important;min-height:0!important;display:block!important;}
.battery-fullwidth-copy{display:none!important;}
.battery-fullwidth-link:before{display:none!important;}
@media(max-width:900px){
  .battery-fullwidth-hero{
    aspect-ratio:2/1!important;
    min-height:0!important;
    background-position:center center!important;
  }
}

/* v78 — Model X Battery: HTML-баннер без сжатия, товар вставлен отдельным PNG без изменения пропорций */
.battery-fullwidth-hero.battery-v78{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  height:clamp(500px,34vw,620px)!important;
  aspect-ratio:auto!important;
  min-height:0!important;
  border-radius:0!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 84% 58%, rgba(70,167,224,.38) 0%, rgba(119,197,238,.22) 28%, rgba(255,255,255,0) 58%),
    linear-gradient(110deg,#f8fdff 0%,#eef9ff 37%,#dff3ff 68%,#d2ecfb 100%)!important;
  position:relative!important;
}
.battery-v78-inner{
  width:min(100%,1720px)!important;
  height:100%!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(420px,0.9fr) minmax(620px,1.1fr)!important;
  align-items:center!important;
  column-gap:clamp(20px,4vw,90px)!important;
  padding:clamp(38px,5vw,78px) clamp(52px,7vw,132px)!important;
  box-sizing:border-box!important;
}
.battery-v78-copy{position:relative!important;z-index:2!important;color:#071426!important;}
.battery-v78-eyebrow{
  font-size:clamp(14px,1vw,18px)!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  color:#0788a8!important;
  margin-bottom:clamp(28px,3vw,42px)!important;
}
.battery-v78-copy h2{
  margin:0 0 clamp(28px,3vw,42px)!important;
  color:#071426!important;
  letter-spacing:-.055em!important;
  line-height:.86!important;
  font-family:"Inter Display","SF Pro Display","Helvetica Neue",Arial,sans-serif!important;
  font-weight:300!important;
  text-transform:uppercase!important;
}
.battery-v78-copy h2 span{
  display:block!important;
  font-size:clamp(78px,8vw,142px)!important;
  font-weight:300!important;
  white-space:nowrap!important;
}
.battery-v78-copy h2 em{
  display:block!important;
  font-style:normal!important;
  font-size:clamp(38px,3.8vw,66px)!important;
  font-weight:300!important;
  letter-spacing:.24em!important;
  margin-left:.02em!important;
  margin-top:.08em!important;
}
.battery-v78-copy p{
  margin:0 0 clamp(22px,2.2vw,32px)!important;
  font-size:clamp(28px,2.35vw,44px)!important;
  line-height:1.12!important;
  letter-spacing:-.055em!important;
  font-weight:350!important;
  color:#071426!important;
}
.battery-v78-price{
  font-size:clamp(24px,2vw,34px)!important;
  font-weight:900!important;
  letter-spacing:-.035em!important;
  margin-bottom:clamp(22px,2.2vw,32px)!important;
  color:#071426!important;
}
.battery-v78-actions{display:flex!important;align-items:center!important;gap:18px!important;flex-wrap:wrap!important;}
.battery-v78-actions .btn{font-size:16px!important;padding:18px 30px!important;border-radius:21px!important;font-weight:800!important;box-shadow:0 14px 34px rgba(0,119,255,.18)!important;}
.battery-v78-actions .btn.secondary{background:rgba(255,255,255,.72)!important;border:1px solid rgba(0,114,210,.55)!important;color:#071426!important;box-shadow:none!important;}
.battery-v78-product{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:100%!important;
  text-decoration:none!important;
}
.battery-v78-product:after{
  content:""!important;
  position:absolute!important;
  width:62%!important;
  height:9%!important;
  left:26%!important;
  bottom:9%!important;
  border-radius:50%!important;
  background:rgba(0,94,160,.18)!important;
  filter:blur(18px)!important;
  z-index:-1!important;
}
.battery-v78-product img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:min(720px,48vw)!important;
  max-height:92%!important;
  object-fit:contain!important;
  transform:none!important;
  filter:drop-shadow(0 26px 34px rgba(0,75,130,.14))!important;
  image-rendering:auto!important;
}
@media(max-width:1000px){
  .battery-fullwidth-hero.battery-v78{height:auto!important;min-height:760px!important;}
  .battery-v78-inner{grid-template-columns:1fr!important;padding:42px 24px 34px!important;text-align:left!important;row-gap:18px!important;}
  .battery-v78-copy h2 span{font-size:clamp(58px,14vw,96px)!important;}
  .battery-v78-copy h2 em{font-size:clamp(28px,7vw,44px)!important;}
  .battery-v78-product{min-height:330px!important;}
  .battery-v78-product img{max-width:88vw!important;max-height:430px!important;}
}

/* v79 — точная установка готового баннера одним изображением, без HTML-слоев и без искажения */
.battery-feature-banner.battery-final-image-hero{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  height:clamp(440px,34vw,610px)!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  padding:0!important;
  border-radius:0!important;
  overflow:hidden!important;
  background:#eaf7ff!important;
  box-shadow:none!important;
}
.battery-final-image-link,
.battery-final-image-link picture,
.battery-final-image-link img{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.battery-final-image-link img{
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  filter:none!important;
  image-rendering:auto!important;
}
@media(max-width:900px){
  .battery-feature-banner.battery-final-image-hero{
    height:auto!important;
    aspect-ratio:1983/793!important;
  }
  .battery-final-image-link,
  .battery-final-image-link picture,
  .battery-final-image-link img{height:auto!important;}
  .battery-final-image-link img{object-fit:contain!important;}
}


/* v80: make mega-menu products fully clickable */
.mega{z-index:1000;}
.mega-panel{z-index:1001;pointer-events:auto;}
.mega-panel .mega-card{
  display:block;
  position:relative;
  z-index:1002;
  cursor:pointer;
  pointer-events:auto;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.mega-panel .mega-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 45px rgba(10,43,58,.12);
}


/* v80 — Apple-style remove buttons in cart */
#cartItems .feature{
  position:relative;
  padding:22px 132px 22px 24px;
}
.remove-btn{
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:9px 16px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:#64748b;
  font:600 13px/1 Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
  letter-spacing:-.01em;
  cursor:pointer;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.remove-btn:hover{
  background:#fff5f5;
  border-color:rgba(255,77,79,.38);
  color:#e03131;
  box-shadow:0 12px 30px rgba(224,49,49,.12);
  transform:translateY(calc(-50% - 1px));
}
.remove-btn:active{
  transform:translateY(-50%) scale(.98);
  box-shadow:0 6px 18px rgba(15,23,42,.07);
}
@media(max-width:700px){
  #cartItems .feature{padding:20px 20px 70px}
  .remove-btn{left:20px;right:auto;top:auto;bottom:18px;transform:none}
  .remove-btn:hover{transform:translateY(-1px)}
  .remove-btn:active{transform:scale(.98)}
}
.remove-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin-left:14px;
    padding:8px 16px;

    border:1px solid #d8e6f3;
    border-radius:999px;

    background:#fff;
    color:#0d2236;

    font-size:14px;
    font-weight:600;

    cursor:pointer;
    transition:.25s ease;

    font-family:inherit;
}

.remove-btn:hover{
    background:#1787e0;
    border-color:#1787e0;
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 8px 24px rgba(23,135,224,.18);
}

.remove-btn:active{
    transform:translateY(0);
    box-shadow:none;
}
.cart-apple-item{
  display:grid;
  grid-template-columns:1fr 80px 170px;
  gap:24px;
  align-items:start;
  padding:34px 0;
  border-top:1px solid #dfe5ec;
  border-bottom:1px solid #dfe5ec;
}

.cart-apple-title{
  font-size:26px;
  font-weight:800;
  color:#101722;
}

.cart-apple-sub{
  margin-top:12px;
  font-size:18px;
  color:#596879;
}

.cart-apple-qty{
  font-size:24px;
  color:#101722;
}

.cart-apple-price{
  text-align:right;
  font-size:24px;
  font-weight:700;
  color:#101722;
}

.remove-btn{
  margin-top:18px;
  background:none;
  border:none;
  color:#0071e3;
  font-size:18px;
  font-weight:500;
  cursor:pointer;
  padding:0;
  font-family:inherit;
}

.remove-btn:hover{
  text-decoration:underline;
}

.cart-apple-summary{
  margin-top:46px;
  padding-top:28px;
  border-top:1px solid #dfe5ec;
  max-width:520px;
  margin-left:auto;
}

.cart-apple-summary div{
  display:flex;
  justify-content:space-between;
  font-size:22px;
  margin-bottom:16px;
  color:#101722;
}

.cart-apple-summary .total{
  border-top:1px solid #dfe5ec;
  padding-top:24px;
  margin-top:20px;
  font-size:32px;
  font-weight:800;
}

@media(max-width:800px){
  .cart-apple-item{
    grid-template-columns:1fr;
  }
  .cart-apple-price{
    text-align:left;
  }
}
.cart-apple-item{display:grid;grid-template-columns:1fr 90px 180px;gap:24px;align-items:start;padding:32px 0;border-top:1px solid #dfe5ec}
.cart-apple-title{font-size:28px;font-weight:800;color:#101722}
.cart-apple-sub{margin-top:10px;font-size:18px;color:#667788}
.cart-apple-qty{font-size:24px;color:#101722;text-align:center}
.cart-apple-price{text-align:right;font-size:24px;font-weight:700;color:#101722}
.remove-btn{margin-top:14px;background:none;border:none;color:#0071e3;font-size:18px;font-weight:500;cursor:pointer;padding:0;font-family:inherit}
.remove-btn:hover{text-decoration:underline}
.cart-apple-summary{margin-top:34px;padding-top:24px;border-top:1px solid #dfe5ec;max-width:520px;margin-left:auto}
.cart-apple-summary div{display:flex;justify-content:space-between;font-size:22px;margin-bottom:16px;color:#101722}
.cart-apple-summary .total{border-top:1px solid #dfe5ec;padding-top:22px;margin-top:20px;font-size:32px;font-weight:800}

.remove-icon{
    width:22px;
    height:22px;

    border:none;
    border-radius:50%;

    background:#eef2f6;

    color:#7b8794;

    font-size:16px;
    font-weight:500;

    cursor:pointer;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.2s;
}

.remove-icon:hover{

    background:#ff3b30;
    color:#fff;

    transform:scale(1.08);
}
/* cart compact apple */
.cart-apple-item{
  grid-template-columns:1fr 46px 120px 28px;
  gap:14px;
  padding:24px 0;
  align-items:center;
}

.cart-apple-title{
  font-size:20px;
  font-weight:700;
}

.cart-apple-sub{
  margin-top:6px;
  font-size:15px;
}

.cart-apple-qty{
  font-size:18px;
  text-align:center;
}

.cart-apple-price{
  font-size:18px;
  font-weight:700;
  text-align:right;
}

.remove-icon{
  width:18px;
  height:18px;
  font-size:13px;
  margin:0;
}
.product-info .btn:first-of-type,
.product-card .btn:first-of-type,
.checkout-card .btn:first-of-type{
  min-width: 170px;
  height: 56px;
  padding: 0 36px;
  font-size: 18px;
  font-weight: 800;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0,126,215,.22);
}

.product-info .btn:first-of-type:hover,
.product-card .btn:first-of-type:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0,126,215,.30);
}/* Главная кнопка */
.product-info .btn:first-child{
    font-size:34px !important;
    font-weight:800 !important;
    letter-spacing:-0.5px;
}

/* Вторичная кнопка */
.product-info .btn:nth-child(2){
    font-size:24px !important;
    font-weight:600 !important;
}
/* ===== Кнопки на карточках товаров ===== */

/* Купить */
.product-info .btn:first-of-type{
    font-size:24px !important;
    font-weight:800 !important;
}

/* Задать вопрос */
.product-info .btn.secondary{
    font-size:18px !important;
    font-weight:600 !important;
}
/* ===== Названия товаров ===== */

.product-card h3,
.product-card .product-title{
    font-size:26px;
    font-weight:600;
    letter-spacing:-0.4px;
    line-height:1.1;
    color:#111827;
}
/* ===== Плашки категорий ===== */

.product-card .badge,
.product-card .tag,
.product-card .label{
    display:inline-flex;
    align-items:center;

    height:34px;
    padding:0 18px;

    border-radius:999px;

    background:linear-gradient(180deg,#f7fdff 0%,#eefaff 100%);
    border:1px solid rgba(91,195,236,.18);

    color:#3aa9d9;

    font-size:13px;
    font-weight:700;
    letter-spacing:.3px;

    box-shadow:
        0 1px 2px rgba(0,0,0,.03),
        inset 0 1px 0 rgba(255,255,255,.95);
}
.product-gallery,
.gallery-main,
.product-photo{
  position:relative;
}

.gallery-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.78);
  color:#102033;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(15,35,55,.12);
  backdrop-filter:blur(10px);
  z-index:5;
}

.gallery-arrow.prev{left:22px;}
.gallery-arrow.next{right:22px;}

.gallery-arrow:hover{
  background:#fff;
  transform:translateY(-50%) scale(1.06);
}

/* Telegram floating button — static official style */
.telegram-fab{
  position:fixed;
  right:24px;
  bottom:24px;
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#229ED9;
  color:#fff;
  text-decoration:none;
  box-shadow:0 8px 24px rgba(34,158,217,.24),0 2px 8px rgba(0,0,0,.10);
  z-index:9999;
}
.telegram-fab svg{
  width:28px;
  height:28px;
  display:block;
}
.telegram-fab:hover{
  background:#1f96ce;
}
.telegram-fab:active{
  background:#1b89bd;
}
@media(max-width:900px){
  .telegram-fab{
    right:16px;
    bottom:16px;
    width:54px;
    height:54px;
  }
  .telegram-fab svg{
    width:26px;
    height:26px;
  }
}
