:root{
  --bg:#050505;
  --text:#fff;
  --muted:rgba(255,255,255,.68);
  --soft:rgba(255,255,255,.08);
  --line:rgba(255,255,255,.12);
  --gold:#e7ad34;
  --gold2:#e9bf8e;
  --orange:#cf7c22;
  --card:rgba(10,10,10,.72);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:100;
  display:flex;align-items:center;justify-content:space-between;
  padding:18px clamp(20px,5vw,76px);
  background:linear-gradient(180deg,rgba(5,5,5,.78),rgba(5,5,5,.18));
  backdrop-filter:blur(18px);
  transition:.28s ease;
}
.site-header.is-scrolled{background:rgba(5,5,5,.86);border-bottom:1px solid var(--line)}
.logo{font-weight:900;font-size:22px;letter-spacing:.03em;color:var(--gold2)}
.nav{display:flex;align-items:center;gap:34px;color:rgba(255,255,255,.75);font-size:14px}
.nav a{transition:.22s ease}
.nav a:hover{color:#fff}
.menu-btn{display:none;background:transparent;border:0;width:42px;height:42px}
.menu-btn span{display:block;width:24px;height:2px;background:#fff;margin:6px auto;border-radius:2px}
.hero{
  position:relative;min-height:100vh;overflow:hidden;display:grid;
  grid-template-columns:minmax(500px,42vw) 1fr;align-items:center;
  padding:96px 5vw 60px;
}
.hero__media{position:absolute;inset:0;background:url('assets/hero-showroom.jpg') center/cover no-repeat;transform:scale(1.02);animation:heroFloat 12s ease-in-out infinite alternate}
.hero__shade{position:absolute;inset:0;background:
  radial-gradient(circle at 52% 56%,rgba(229,148,54,.24),transparent 20%),
  linear-gradient(90deg,#050505 0%,rgba(5,5,5,.92) 32%,rgba(5,5,5,.40) 57%,rgba(5,5,5,.06) 100%)}
.hero__content{position:relative;z-index:2;max-width:650px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-size:13px;margin:0 0 18px}
.hero .eyebrow{border:1px solid rgba(231,173,52,.65);border-radius:999px;padding:10px 18px;background:rgba(5,5,5,.3)}
.hero h1{font-size:clamp(56px,6.2vw,104px);line-height:.92;letter-spacing:-.07em;margin:0 0 16px;font-weight:900}
.hero h1 span{display:block;color:var(--gold2)}
.hero__lead{font-size:clamp(17px,1.35vw,24px);line-height:1.5;color:rgba(255,255,255,.78);max-width:620px;margin:0}
.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:560px;margin:34px 0 24px}
.hero-features div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:92px;text-align:center;border-right:1px solid rgba(255,255,255,.22);padding:0 16px;color:#f1f1f1}
.hero-features div:last-child{border-right:0}
.hero-features svg{width:38px;height:38px;fill:none;stroke:var(--gold);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 12px rgba(231,173,52,.25))}
.hero-offer{display:flex;gap:14px;flex-wrap:wrap;align-items:stretch}
.price-card,.timer{border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(10,10,10,.86),rgba(10,10,10,.62));border-radius:22px;box-shadow:0 22px 70px rgba(0,0,0,.35);backdrop-filter:blur(14px)}
.price-card{padding:18px 24px;min-width:255px}
.price-card span,.timer>span{text-transform:uppercase;font-size:12px;font-weight:800;color:var(--gold);letter-spacing:.06em}
.price-card strong{display:block;color:var(--gold2);font-size:56px;line-height:1;margin:8px 0 4px}
.price-card small{font-size:22px;color:#efbd73}
.price-card p{margin:0;color:rgba(255,255,255,.78);font-size:14px}
.price-card p:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--gold);margin-right:8px}
.timer{padding:18px 20px;min-width:230px}
.timer__grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:8px;margin-top:14px}
.timer__grid b{font-size:34px;letter-spacing:.04em}.timer__grid i{font-style:normal;font-size:28px;color:#fff}
.timer__labels{display:grid;grid-template-columns:1fr 1fr 1fr;color:rgba(255,255,255,.6);font-size:11px;text-align:center;margin-top:2px}
.hero-actions{display:flex;gap:14px;margin-top:16px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;border:1px solid transparent;border-radius:18px;padding:18px 28px;font-weight:800;transition:.28s ease;cursor:pointer}
.btn--primary{background:linear-gradient(180deg,#f1c78f,#cf7c22);color:#fff;box-shadow:0 20px 50px rgba(207,124,34,.28)}
.btn--primary:hover{transform:translateY(-3px);box-shadow:0 26px 60px rgba(207,124,34,.38)}
.btn--glass{border-color:var(--line);background:rgba(255,255,255,.05);backdrop-filter:blur(12px)}
.btn--glass:hover{background:rgba(255,255,255,.10)}
.hero-specs{position:absolute;z-index:3;right:5vw;top:118px;display:grid;gap:14px;width:300px}
.spec-card{padding:22px 24px;border:1px solid var(--line);border-radius:22px;background:rgba(9,9,9,.78);backdrop-filter:blur(16px);box-shadow:0 18px 55px rgba(0,0,0,.34);transition:.25s ease}
.spec-card:hover{transform:translateY(-2px);border-color:rgba(231,173,52,.35)}
.spec-card span{display:block;color:rgba(255,255,255,.7);font-size:14px;margin-bottom:8px}
.spec-card strong{font-size:28px;color:#f3dfbd}
.size-callout{position:absolute;z-index:3;right:44%;bottom:95px;display:flex;align-items:center;gap:15px;padding:14px 18px;border-radius:22px;background:linear-gradient(90deg,rgba(5,5,5,.86),rgba(5,5,5,.32));color:#fff}
.size-callout__arrow{position:relative;width:22px;height:66px;color:var(--gold)}
.size-callout__arrow:before{content:"↕";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:58px;line-height:1}
.size-callout p{margin:0;color:rgba(255,255,255,.78);font-size:18px;line-height:1.25}.size-callout b{color:var(--gold2)}
.section{padding:110px 5vw;position:relative}
.section-head{max-width:820px;margin-bottom:38px}.section-head h2{font-size:clamp(36px,5vw,72px);line-height:.98;letter-spacing:-.055em;margin:0 0 18px}.section-head p{color:var(--muted);font-size:18px;line-height:1.65;margin:0}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.benefit-card,.step,details,.order-card{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));border-radius:30px;backdrop-filter:blur(14px);box-shadow:0 20px 70px rgba(0,0,0,.22)}
.benefit-card{padding:34px}.benefit-card span{color:var(--gold);font-weight:900}.benefit-card h3{font-size:26px;margin:18px 0 12px}.benefit-card p,.step p,details p{color:var(--muted);line-height:1.6}
.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.product-card{overflow:hidden;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.05);transition:.28s ease}
.product-card:hover{transform:translateY(-6px);border-color:rgba(231,173,52,.32)}
.product-card img{aspect-ratio:1/1;object-fit:cover;width:100%}.product-card div{padding:20px}.product-card h3{margin:0 0 8px;font-size:21px}.product-card p{min-height:70px;color:var(--muted);font-size:14px;line-height:1.5}.product-card strong{display:block;color:var(--gold2);margin:16px 0}.mini-btn{display:flex;justify-content:center;border-radius:14px;padding:13px;background:rgba(231,173,52,.12);border:1px solid rgba(231,173,52,.24);color:#f2d8ad;font-weight:800}
.interior-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:280px;gap:18px}.interior-card{position:relative;overflow:hidden;border-radius:30px;border:1px solid var(--line);background:#111}.interior-card--large{grid-row:span 2}.interior-card img{width:100%;height:100%;object-fit:cover;transition:.55s ease}.interior-card:hover img{transform:scale(1.045)}.interior-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.78))}.interior-card div{position:absolute;z-index:2;left:22px;right:22px;bottom:22px}.interior-card span{color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.interior-card h3{margin:6px 0 0}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{padding:34px}.step b{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:rgba(231,173,52,.12);color:var(--gold);margin-bottom:20px}.step h3{font-size:25px;margin:0 0 12px}
.faq-list{display:grid;gap:12px;max-width:900px}details{padding:22px 26px}summary{cursor:pointer;font-weight:800;font-size:18px}details p{margin:16px 0 0}
.order-card{display:grid;grid-template-columns:1fr 1fr;gap:36px;padding:36px}.order-card h2{font-size:clamp(32px,4vw,56px);line-height:1;margin:0 0 16px}.order-card p{color:var(--muted);line-height:1.6}
.form{display:grid;gap:14px}.form input,.form select,.form textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:16px 18px;background:rgba(0,0,0,.35);color:#fff}.form textarea{min-height:120px;resize:vertical}
.sticky-cta{position:fixed;right:22px;bottom:22px;z-index:90;background:linear-gradient(180deg,#f1c78f,#cf7c22);border-radius:999px;padding:16px 24px;font-weight:900;box-shadow:0 18px 45px rgba(0,0,0,.35);transition:.25s ease}.sticky-cta:hover{transform:translateY(-3px)}
.footer{display:flex;justify-content:space-between;gap:20px;padding:34px 5vw;border-top:1px solid var(--line);color:var(--muted)}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}
@keyframes heroFloat{from{transform:scale(1.02) translate3d(0,0,0)}to{transform:scale(1.045) translate3d(-10px,-8px,0)}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media(max-width:1180px){.hero{grid-template-columns:1fr;padding-top:120px}.hero__shade{background:linear-gradient(90deg,rgba(5,5,5,.92),rgba(5,5,5,.55),rgba(5,5,5,.16))}.hero-specs{right:24px;top:90px;width:255px}.size-callout{right:34%;bottom:70px}.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){
  .site-header{padding:14px 18px}.menu-btn{display:block}.nav{position:absolute;top:70px;left:18px;right:18px;display:none;flex-direction:column;align-items:stretch;padding:18px;border:1px solid var(--line);border-radius:22px;background:rgba(5,5,5,.92)}.nav.is-open{display:flex}
  .hero{min-height:auto;display:flex;align-items:flex-end;padding:390px 18px 44px}
  .hero__media{background-position:68% top;background-size:auto 390px;background-repeat:no-repeat}
  .hero__shade{background:linear-gradient(180deg,rgba(5,5,5,.02) 0%,rgba(5,5,5,.34) 38%,#050505 70%)}
  .hero h1{font-size:clamp(42px,12vw,62px)}.hero__lead{font-size:16px}
  .hero-features{margin:22px 0;grid-template-columns:repeat(3,1fr)}.hero-features div{min-height:82px;padding:0 8px;font-size:12px}.hero-features svg{width:32px;height:32px}
  .hero-offer{display:grid}.price-card,.timer{width:100%}.price-card strong{font-size:50px}.price-card small{font-size:20px}.timer__grid{justify-content:space-between}
  .hero-actions{display:grid}.btn{width:100%}
  .hero-specs{top:82px;right:14px;width:172px;gap:8px}.spec-card{padding:12px 14px;border-radius:16px}.spec-card span{font-size:11px;margin-bottom:4px}.spec-card strong{font-size:18px}
  .size-callout{right:auto;left:18px;top:280px;bottom:auto;padding:9px 12px}.size-callout p{font-size:12px}.size-callout__arrow{height:38px}.size-callout__arrow:before{font-size:34px}
  .section{padding:76px 18px}.benefit-grid,.steps,.order-card{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.interior-grid{grid-template-columns:1fr;grid-auto-rows:260px}.interior-card--large{grid-row:auto}.sticky-cta{left:18px;right:18px;text-align:center}.footer{flex-direction:column;padding-bottom:95px}
}


.product-grid--enhanced{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:28px
}
.product-gallery{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:2px;
background:#111
}
.product-gallery img{
width:100%;
aspect-ratio:1/1;
object-fit:cover;
transition:transform .4s ease
}
.product-gallery img:first-child{
grid-column:span 2;
aspect-ratio:16/10
}
.product-card:hover .product-gallery img{
transform:scale(1.03)
}
.product-info{
padding:24px
}
.product-info h3{
margin:0 0 10px;
font-size:28px
}
@media(max-width:820px){
.product-grid--enhanced{
grid-template-columns:1fr
}
}


.product-grid--premium{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:30px
}
.catalog-card{
overflow:hidden;
border-radius:34px;
border:1px solid rgba(255,255,255,.1);
background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
transition:.35s ease;
box-shadow:0 24px 70px rgba(0,0,0,.22)
}
.catalog-card:hover{
transform:translateY(-8px);
border-color:rgba(231,173,52,.3)
}
.catalog-main{
position:relative;
padding:18px
}
.catalog-hero{
width:100%;
aspect-ratio:16/10;
object-fit:cover;
border-radius:24px
}
.catalog-thumbs{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:10px;
margin-top:10px
}
.catalog-thumbs img{
width:100%;
aspect-ratio:1/1;
object-fit:cover;
border-radius:18px
}
.catalog-badge{
position:absolute;
left:34px;
top:34px;
display:flex;
align-items:center;
gap:10px;
padding:12px 18px;
border-radius:999px;
background:rgba(5,5,5,.72);
backdrop-filter:blur(12px);
font-weight:800
}
.catalog-badge i{
width:14px;
height:14px;
border-radius:50%;
display:block
}
.catalog-content{
padding:0 24px 24px
}
.catalog-content p{
color:rgba(255,255,255,.7);
line-height:1.6
}
.catalog-bottom{
display:flex;
justify-content:space-between;
align-items:center;
gap:18px;
margin-top:22px
}
.catalog-bottom strong{
font-size:28px;
color:#efc38a
}
.catalog-bottom .mini-btn{
min-width:180px
}
@media(max-width:820px){
.product-grid--premium{
grid-template-columns:1fr
}
.catalog-bottom{
flex-direction:column;
align-items:stretch
}
}


/* ================================
   FINAL INTEGRATED PREMIUM HERO
   Uses generated premium scene as a polished visual background.
   Keeps real HTML navigation, price, timer, CTA and product cards intact.
================================ */
.hero{
  min-height:100vh !important;
  display:flex !important;
  align-items:center !important;
  padding:118px 5vw 58px !important;
  background:#050505 !important;
}

.hero__media{
  position:absolute !important;
  inset:0 !important;
  background-image:url('assets/hero-premium-integrated.png') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  transform:none !important;
  animation:none !important;
}

.hero__shade{
  position:absolute !important;
  inset:0 !important;
  background:
    linear-gradient(90deg, rgba(5,5,5,.16) 0%, rgba(5,5,5,.12) 36%, rgba(5,5,5,.02) 70%, rgba(5,5,5,.08) 100%),
    linear-gradient(180deg, rgba(5,5,5,.18) 0%, rgba(5,5,5,0) 30%, rgba(5,5,5,.16) 100%) !important;
  pointer-events:none !important;
}

.hero__content{
  position:relative !important;
  z-index:4 !important;
  max-width:620px !important;
  padding-top:14px !important;
}

.hero .eyebrow{
  background:rgba(5,5,5,.54) !important;
  backdrop-filter:blur(12px) !important;
  border-color:rgba(231,173,52,.75) !important;
  color:#f1bd54 !important;
}

.hero h1{
  max-width:620px !important;
  font-size:clamp(50px,5.3vw,86px) !important;
  line-height:1.02 !important;
  letter-spacing:-.055em !important;
  margin-bottom:18px !important;
}

.hero h1 span{
  color:#e8b65f !important;
}

.hero__lead{
  max-width:500px !important;
  font-size:clamp(17px,1.28vw,22px) !important;
  color:rgba(255,255,255,.76) !important;
}

.hero-features{
  max-width:560px !important;
  margin:34px 0 26px !important;
}

.hero-features div{
  min-height:86px !important;
  background:transparent !important;
  border-right:1px solid rgba(255,255,255,.18) !important;
}

.hero-features div:last-child{
  border-right:0 !important;
}

.hero-features svg{
  color:#e7ad34 !important;
  stroke:#e7ad34 !important;
}

.hero-offer{
  align-items:center !important;
  gap:18px !important;
}

.price-card{
  min-width:285px !important;
  padding:20px 24px !important;
  border-radius:20px !important;
  background:rgba(8,8,8,.64) !important;
  border-color:rgba(255,255,255,.12) !important;
  backdrop-filter:blur(16px) !important;
}

.price-card strong{
  color:#fff !important;
  font-size:46px !important;
}

.price-card small{
  color:#fff !important;
  font-size:22px !important;
}



.hero-actions{
  margin-top:18px !important;
}

.hero-actions .btn--primary{
  min-width:300px !important;
  min-height:64px !important;
  border-radius:14px !important;
  color:#111 !important;
  background:linear-gradient(180deg,#f1c873,#df962c) !important;
  box-shadow:0 22px 55px rgba(220,145,42,.28) !important;
}

.hero-actions .btn--glass{
  display:none !important;
}

.hero-specs{
  position:absolute !important;
  z-index:5 !important;
  top:124px !important;
  right:5.8vw !important;
  width:300px !important;
  gap:16px !important;
}

.spec-card{
  background:rgba(18,18,18,.72) !important;
  backdrop-filter:blur(16px) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:18px !important;
  padding:22px 24px !important;
}

.spec-card span{
  color:rgba(255,255,255,.66) !important;
}

.spec-card strong{
  color:#fff !important;
}

.size-callout{
  display:none !important;
}

.sticky-cta{
  display:none !important;
}

.site-header{
  background:rgba(5,5,5,.78) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
}

.logo{
  color:#fff !important;
}

@media(max-width:1180px){
  .hero{
    padding-top:115px !important;
  }

  .hero__media{
    background-position:center right !important;
  }

  .hero__shade{
    background:
      linear-gradient(90deg, rgba(5,5,5,.44), rgba(5,5,5,.18) 56%, rgba(5,5,5,.08)),
      linear-gradient(180deg, rgba(5,5,5,.22), rgba(5,5,5,0) 45%, rgba(5,5,5,.28)) !important;
  }

  .hero-specs{
    right:24px !important;
    width:260px !important;
  }
}

@media(max-width:820px){
  .hero{
    min-height:auto !important;
    padding:470px 18px 44px !important;
    align-items:flex-end !important;
  }

  .hero__media{
    background-size:auto 470px !important;
    background-position:67% top !important;
  }

  .hero__shade{
    background:
      linear-gradient(180deg, rgba(5,5,5,.08) 0%, rgba(5,5,5,.18) 35%, #050505 72%),
      linear-gradient(90deg, rgba(5,5,5,.20), rgba(5,5,5,0) 70%) !important;
  }

  .hero__content{
    max-width:none !important;
    width:100% !important;
    padding-top:0 !important;
  }

  .hero h1{
    font-size:clamp(42px,11.8vw,58px) !important;
    line-height:1.02 !important;
  }

  .hero__lead{
    max-width:100% !important;
    font-size:16px !important;
  }

  .hero-features{
    grid-template-columns:repeat(2,1fr) !important;
    gap:10px !important;
    margin:24px 0 !important;
  }

  .hero-features div{
    min-height:78px !important;
    border:1px solid rgba(255,255,255,.11) !important;
    border-radius:18px !important;
    background:rgba(255,255,255,.035) !important;
    padding:10px !important;
  }

  .hero-features div:last-child{
    grid-column:span 2 !important;
  }

  .price-card{
    width:100% !important;
    min-width:0 !important;
  }

  .price-card strong{
    font-size:42px !important;
  }

  .hero-actions .btn--primary{
    width:100% !important;
    min-width:0 !important;
  }

  .hero-specs{
    top:88px !important;
    right:14px !important;
    width:180px !important;
    gap:10px !important;
  }

  .spec-card{
    padding:12px 14px !important;
    border-radius:14px !important;
  }

  .spec-card span{
    font-size:11px !important;
  }

  .spec-card strong{
    font-size:18px !important;
  }
}

@media(max-width:420px){
  .hero{
    padding-top:440px !important;
  }

  .hero__media{
    background-size:auto 440px !important;
    background-position:68% top !important;
  }

  .hero-specs{
    width:165px !important;
  }
}


/* Post-check fixes: keep countdown visible and avoid broken images */
.hero .timer{
  display:block !important;
  min-width:220px !important;
  padding:18px 20px !important;
  background:rgba(8,8,8,.64) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:20px !important;
  backdrop-filter:blur(16px) !important;
}
.hero .timer__grid b{
  color:#fff !important;
}
@media(max-width:820px){
  .hero .timer{
    width:100% !important;
    min-width:0 !important;
  }
}


/* ================================
   HERO DUPLICATE CLEANUP FIX
   The generated hero image contains baked-in UI. These masks hide baked-in text/specs/buttons,
   while keeping live HTML elements readable and clickable.
================================ */
.hero{
  position:relative !important;
  isolation:isolate !important;
}

.hero__media{
  z-index:0 !important;
  filter:saturate(.98) contrast(1.03) brightness(.96) !important;
}

.hero__shade{
  z-index:1 !important;
  background:
    linear-gradient(90deg,
      #050505 0%,
      rgba(5,5,5,.99) 29%,
      rgba(5,5,5,.93) 42%,
      rgba(5,5,5,.62) 54%,
      rgba(5,5,5,.18) 67%,
      rgba(5,5,5,.04) 100%),
    linear-gradient(180deg,
      rgba(5,5,5,.74) 0%,
      rgba(5,5,5,.18) 18%,
      rgba(5,5,5,0) 46%,
      rgba(5,5,5,.36) 100%) !important;
}

/* cover baked-in left UI from the generated picture */
.hero::after{
  content:"" !important;
  position:absolute !important;
  inset:0 auto 0 0 !important;
  width:58% !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 72% 46%, rgba(207,124,34,.20), transparent 22%),
    linear-gradient(90deg,
      #050505 0%,
      #050505 48%,
      rgba(5,5,5,.90) 70%,
      rgba(5,5,5,.22) 100%) !important;
}

/* cover baked-in spec cards at top-right from the generated picture */
.hero::before{
  content:"" !important;
  position:absolute !important;
  top:78px !important;
  right:0 !important;
  width:410px !important;
  height:300px !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:
    linear-gradient(90deg, rgba(5,5,5,0), rgba(5,5,5,.62) 24%, rgba(5,5,5,.86) 100%),
    radial-gradient(circle at 74% 50%, rgba(5,5,5,.95), rgba(5,5,5,.72) 45%, rgba(5,5,5,0) 74%) !important;
}

.hero__content{
  z-index:4 !important;
  max-width:620px !important;
}

.hero .eyebrow{
  position:relative !important;
  z-index:5 !important;
  margin-bottom:22px !important;
}

.hero h1{
  position:relative !important;
  z-index:5 !important;
  text-shadow:0 12px 38px rgba(0,0,0,.82) !important;
}

.hero__lead,
.hero-features,
.hero-offer,
.hero-actions{
  position:relative !important;
  z-index:5 !important;
}

.hero-specs{
  z-index:6 !important;
  top:126px !important;
  right:5.2vw !important;
}

.spec-card{
  background:linear-gradient(180deg, rgba(18,18,18,.93), rgba(18,18,18,.82)) !important;
  box-shadow:0 18px 60px rgba(0,0,0,.42) !important;
}

.hero-offer{
  display:grid !important;
  grid-template-columns:minmax(280px, 310px) minmax(210px, 230px) !important;
  align-items:stretch !important;
  gap:14px !important;
  max-width:560px !important;
}

.price-card,
.hero .timer{
  min-width:0 !important;
  width:100% !important;
  min-height:116px !important;
}

.hero .timer{
  display:block !important;
  padding:18px 20px !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,rgba(8,8,8,.88),rgba(8,8,8,.72)) !important;
  border:1px solid rgba(255,255,255,.13) !important;
  backdrop-filter:blur(16px) !important;
  box-shadow:0 18px 54px rgba(0,0,0,.35) !important;
}

.hero-actions{
  margin-top:16px !important;
  max-width:310px !important;
}

.hero-actions .btn--primary{
  width:100% !important;
  min-width:0 !important;
  color:#111 !important;
  font-weight:900 !important;
}

/* avoid doubled visual noise from baked-in bottom strip */
.hero .btn--glass{
  display:none !important;
}

@media(max-width:1180px){
  .hero::after{
    width:68% !important;
    background:linear-gradient(90deg,#050505 0%,rgba(5,5,5,.96) 48%,rgba(5,5,5,.48) 100%) !important;
  }

  .hero::before{
    width:340px !important;
    height:250px !important;
  }

  .hero-offer{
    grid-template-columns:1fr !important;
    max-width:380px !important;
  }

  .hero-actions{
    max-width:380px !important;
  }
}

@media(max-width:820px){
  .hero{
    padding-top:430px !important;
  }

  .hero__media{
    background-position:70% top !important;
    background-size:auto 430px !important;
  }

  .hero__shade{
    background:
      linear-gradient(180deg,
        rgba(5,5,5,.18) 0%,
        rgba(5,5,5,.20) 34%,
        rgba(5,5,5,.92) 68%,
        #050505 100%) !important;
  }

  .hero::after{
    inset:300px 0 0 0 !important;
    width:100% !important;
    background:linear-gradient(180deg, rgba(5,5,5,0), #050505 30%, #050505 100%) !important;
  }

  .hero::before{
    top:76px !important;
    right:0 !important;
    width:220px !important;
    height:175px !important;
    background:linear-gradient(90deg,rgba(5,5,5,0),rgba(5,5,5,.76) 45%,rgba(5,5,5,.88)) !important;
  }

  .hero__content{
    width:100% !important;
  }

  .hero-offer{
    grid-template-columns:1fr !important;
    max-width:none !important;
  }

  .price-card,
  .hero .timer{
    min-height:auto !important;
  }

  .hero-actions{
    max-width:none !important;
  }

  .hero-specs{
    top:88px !important;
    right:14px !important;
  }
}

@media(max-width:420px){
  .hero{
    padding-top:410px !important;
  }

  .hero__media{
    background-size:auto 410px !important;
    background-position:70% top !important;
  }
}


/* ==========================================================
   HERO CLEAN REBUILD — NO BAKED UI
   Important: product scene image contains no text/buttons/cards.
   All visible UI is real HTML/CSS, so duplicates cannot happen.
========================================================== */
.hero--no-baked-ui{
  position:relative !important;
  min-height:100vh !important;
  overflow:hidden !important;
  isolation:isolate !important;
  display:grid !important;
  grid-template-columns:minmax(500px, 42vw) 1fr !important;
  align-items:center !important;
  padding:112px 5vw 64px !important;
  background:
    radial-gradient(circle at 52% 55%, rgba(211,128,44,.22), transparent 19%),
    linear-gradient(90deg,#050505 0%,#070605 38%,#15100a 70%,#050505 100%) !important;
}
.hero--no-baked-ui .hero__bg{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 73% 45%, rgba(234,157,54,.30), transparent 20%),
    linear-gradient(90deg,#050505 0%, rgba(5,5,5,.98) 34%, rgba(5,5,5,.64) 50%, rgba(5,5,5,.12) 100%) !important;
}
.hero--no-baked-ui .hero__content{
  position:relative !important;
  z-index:5 !important;
  max-width:640px !important;
  padding:0 !important;
}
.hero--no-baked-ui .eyebrow{
  display:inline-flex !important;
  padding:10px 18px !important;
  border:1px solid rgba(231,173,52,.70) !important;
  border-radius:999px !important;
  color:#f1bd54 !important;
  background:rgba(5,5,5,.45) !important;
  backdrop-filter:blur(12px) !important;
  text-transform:uppercase !important;
  letter-spacing:.10em !important;
  font-size:13px !important;
  font-weight:800 !important;
  margin:0 0 22px !important;
}
.hero--no-baked-ui h1{
  margin:0 0 18px !important;
  max-width:620px !important;
  font-size:clamp(54px,5.8vw,96px) !important;
  line-height:.96 !important;
  letter-spacing:-.065em !important;
  color:#fff !important;
  font-weight:900 !important;
  text-shadow:0 16px 46px rgba(0,0,0,.72) !important;
}
.hero--no-baked-ui h1 span{
  display:block !important;
  color:#e9bf8e !important;
}
.hero--no-baked-ui .hero__lead{
  max-width:580px !important;
  margin:0 !important;
  color:rgba(255,255,255,.78) !important;
  font-size:clamp(17px,1.35vw,23px) !important;
  line-height:1.5 !important;
}
.hero--no-baked-ui .hero-features{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:0 !important;
  max-width:560px !important;
  margin:34px 0 26px !important;
}
.hero--no-baked-ui .hero-features div{
  min-height:92px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  padding:0 18px !important;
  text-align:center !important;
  border-right:1px solid rgba(255,255,255,.22) !important;
  color:rgba(255,255,255,.88) !important;
  background:transparent !important;
}
.hero--no-baked-ui .hero-features div:last-child{border-right:0 !important}
.hero--no-baked-ui .hero-features svg{
  width:38px !important;
  height:38px !important;
  fill:none !important;
  stroke:#e7ad34 !important;
  stroke-width:1.8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  filter:drop-shadow(0 0 12px rgba(231,173,52,.22)) !important;
}
.hero--no-baked-ui .hero-offer{
  display:grid !important;
  grid-template-columns:minmax(280px,310px) minmax(220px,240px) !important;
  gap:14px !important;
  max-width:570px !important;
  align-items:stretch !important;
}
.hero--no-baked-ui .price-card,
.hero--no-baked-ui .timer{
  width:100% !important;
  min-width:0 !important;
  min-height:120px !important;
  padding:18px 22px !important;
  border:1px solid rgba(255,255,255,.13) !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,rgba(9,9,9,.88),rgba(9,9,9,.70)) !important;
  backdrop-filter:blur(16px) !important;
  box-shadow:0 18px 56px rgba(0,0,0,.35) !important;
}
.hero--no-baked-ui .price-card span,
.hero--no-baked-ui .timer>span{
  display:block !important;
  color:#e7ad34 !important;
  text-transform:uppercase !important;
  letter-spacing:.06em !important;
  font-size:12px !important;
  font-weight:900 !important;
  margin:0 0 8px !important;
}
.hero--no-baked-ui .price-card strong{
  display:block !important;
  color:#fff !important;
  font-size:48px !important;
  line-height:1 !important;
  margin:0 0 8px !important;
}
.hero--no-baked-ui .price-card small{
  color:#fff !important;
  font-size:21px !important;
}
.hero--no-baked-ui .price-card p{
  margin:0 !important;
  color:rgba(255,255,255,.76) !important;
  font-size:14px !important;
}
.hero--no-baked-ui .price-card p:before{
  content:"" !important;
  display:inline-block !important;
  width:8px !important;
  height:8px !important;
  margin-right:8px !important;
  border-radius:50% !important;
  background:#e7ad34 !important;
}
.hero--no-baked-ui .timer__grid{
  display:grid !important;
  grid-template-columns:1fr auto 1fr auto 1fr !important;
  gap:8px !important;
  align-items:center !important;
  margin:12px 0 2px !important;
}
.hero--no-baked-ui .timer__grid b{
  color:#fff !important;
  font-size:32px !important;
  line-height:1 !important;
  text-align:center !important;
}
.hero--no-baked-ui .timer__grid i{
  font-style:normal !important;
  color:#fff !important;
  font-size:26px !important;
  line-height:1 !important;
}
.hero--no-baked-ui .timer__labels{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  color:rgba(255,255,255,.58) !important;
  font-size:10px !important;
  text-align:center !important;
}
.hero--no-baked-ui .hero-actions{
  display:flex !important;
  gap:14px !important;
  flex-wrap:wrap !important;
  margin-top:16px !important;
}
.hero--no-baked-ui .btn{
  min-height:58px !important;
  border-radius:16px !important;
  font-weight:900 !important;
}
.hero--no-baked-ui .btn--primary{
  min-width:310px !important;
  color:#111 !important;
  background:linear-gradient(180deg,#f2c879,#db942e) !important;
  box-shadow:0 22px 55px rgba(219,148,46,.26) !important;
}
.hero--no-baked-ui .btn--glass{
  border-color:rgba(255,255,255,.12) !important;
  background:rgba(255,255,255,.05) !important;
  color:#fff !important;
}
.hero--no-baked-ui .hero-product{
  position:absolute !important;
  z-index:2 !important;
  top:82px !important;
  right:0 !important;
  bottom:0 !important;
  width:64% !important;
  pointer-events:none !important;
}
.hero--no-baked-ui .hero-product>img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center right !important;
  display:block !important;
}
.hero--no-baked-ui .hero-product:before{
  content:"" !important;
  position:absolute !important;
  inset:0 auto 0 0 !important;
  width:24% !important;
  background:linear-gradient(90deg,#050505 0%,rgba(5,5,5,.68) 38%,rgba(5,5,5,0) 100%) !important;
  z-index:2 !important;
}
.hero--no-baked-ui .hero-specs{
  position:absolute !important;
  z-index:5 !important;
  top:42px !important;
  right:5.5vw !important;
  display:grid !important;
  gap:14px !important;
  width:300px !important;
}
.hero--no-baked-ui .spec-card{
  padding:22px 24px !important;
  border-radius:20px !important;
  border:1px solid rgba(255,255,255,.13) !important;
  background:linear-gradient(180deg,rgba(18,18,18,.90),rgba(18,18,18,.78)) !important;
  backdrop-filter:blur(16px) !important;
  box-shadow:0 18px 55px rgba(0,0,0,.36) !important;
}
.hero--no-baked-ui .spec-card span{
  display:block !important;
  color:rgba(255,255,255,.68) !important;
  font-size:14px !important;
  margin-bottom:8px !important;
}
.hero--no-baked-ui .spec-card strong{
  display:block !important;
  color:#fff !important;
  font-size:28px !important;
}
.hero--no-baked-ui .size-callout{
  position:absolute !important;
  z-index:5 !important;
  left:5% !important;
  bottom:8% !important;
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  padding:12px 16px !important;
  border-radius:20px !important;
  background:linear-gradient(90deg,rgba(5,5,5,.84),rgba(5,5,5,.35)) !important;
  color:#fff !important;
  backdrop-filter:blur(10px) !important;
}
.hero--no-baked-ui .size-callout__arrow{
  position:relative !important;
  width:20px !important;
  height:58px !important;
  color:#e7ad34 !important;
}
.hero--no-baked-ui .size-callout__arrow:before{
  content:"↕" !important;
  position:absolute !important;
  inset:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:50px !important;
  line-height:1 !important;
}
.hero--no-baked-ui .size-callout p{
  margin:0 !important;
  color:rgba(255,255,255,.80) !important;
  font-size:15px !important;
  line-height:1.25 !important;
}
.hero--no-baked-ui .size-callout b{color:#e9bf8e !important}
.hero--no-baked-ui .sticky-cta{display:none !important}

@media(max-width:1180px){
  .hero--no-baked-ui{
    grid-template-columns:1fr !important;
    padding:112px 24px 52px !important;
  }
  .hero--no-baked-ui .hero-product{
    width:70% !important;
    opacity:.78 !important;
  }
  .hero--no-baked-ui .hero__content{
    max-width:580px !important;
  }
  .hero--no-baked-ui .hero-offer{
    grid-template-columns:1fr !important;
    max-width:390px !important;
  }
}
@media(max-width:820px){
  .hero--no-baked-ui{
    min-height:auto !important;
    display:flex !important;
    align-items:flex-end !important;
    padding:430px 18px 44px !important;
  }
  .hero--no-baked-ui .hero__bg{
    background:linear-gradient(180deg,rgba(5,5,5,.05),#050505 68%) !important;
  }
  .hero--no-baked-ui .hero-product{
    top:70px !important;
    left:0 !important;
    right:0 !important;
    bottom:auto !important;
    width:100% !important;
    height:355px !important;
    opacity:1 !important;
  }
  .hero--no-baked-ui .hero-product>img{
    object-fit:cover !important;
    object-position:center top !important;
  }
  .hero--no-baked-ui .hero-product:before{
    width:100% !important;
    height:100% !important;
    background:linear-gradient(180deg,rgba(5,5,5,0) 0%,rgba(5,5,5,.18) 50%,#050505 100%) !important;
  }
  .hero--no-baked-ui .hero-specs{
    top:16px !important;
    right:14px !important;
    width:170px !important;
    gap:8px !important;
  }
  .hero--no-baked-ui .spec-card{
    padding:12px 14px !important;
    border-radius:14px !important;
  }
  .hero--no-baked-ui .spec-card span{
    font-size:11px !important;
    margin-bottom:4px !important;
  }
  .hero--no-baked-ui .spec-card strong{
    font-size:18px !important;
  }
  .hero--no-baked-ui .size-callout{
    display:none !important;
  }
  .hero--no-baked-ui .hero__content{
    width:100% !important;
    max-width:none !important;
  }
  .hero--no-baked-ui h1{
    font-size:clamp(42px,12vw,60px) !important;
  }
  .hero--no-baked-ui .hero__lead{
    font-size:16px !important;
  }
  .hero--no-baked-ui .hero-features{
    grid-template-columns:repeat(3,1fr) !important;
    margin:24px 0 !important;
  }
  .hero--no-baked-ui .hero-features div{
    min-height:78px !important;
    padding:0 8px !important;
    font-size:12px !important;
  }
  .hero--no-baked-ui .hero-features svg{
    width:30px !important;
    height:30px !important;
  }
  .hero--no-baked-ui .hero-offer{
    grid-template-columns:1fr !important;
    max-width:none !important;
  }
  .hero--no-baked-ui .price-card,
  .hero--no-baked-ui .timer{
    min-height:auto !important;
  }
  .hero--no-baked-ui .btn--primary{
    width:100% !important;
    min-width:0 !important;
  }
  .hero--no-baked-ui .btn--glass{
    display:none !important;
  }
}
@media(max-width:420px){
  .hero--no-baked-ui{
    padding-top:405px !important;
  }
  .hero--no-baked-ui .hero-product{
    height:330px !important;
  }
}


/* ==========================================================
   3DECOR PREMIUM HERO 10/10
   Old hero removed completely. New hero is a full premium visual.
   Transparent hotspots keep it functional.
========================================================== */
.hero--premium-image{
  position:relative !important;
  display:block !important;
  width:100% !important;
  min-height:0 !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  background:#050505 !important;
  isolation:isolate !important;
}

.hero--premium-image .hero-premium-image__img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:center top !important;
  user-select:none !important;
  -webkit-user-drag:none !important;
}

.hero-hotspot{
  position:absolute !important;
  z-index:6 !important;
  display:block !important;
  background:transparent !important;
  border:0 !important;
  outline:0 !important;
  cursor:pointer !important;
}

/* desktop hotspots based on generated hero composition */
.hero-hotspot--benefits{ left:34.3%; top:1.8%; width:8.5%; height:6.2%; }
.hero-hotspot--products{ left:42.8%; top:1.8%; width:8.5%; height:6.2%; }
.hero-hotspot--interiors{ left:51.8%; top:1.8%; width:9.0%; height:6.2%; }
.hero-hotspot--how{ left:61.4%; top:1.8%; width:8.0%; height:6.2%; }
.hero-hotspot--order{ left:76.2%; top:1.0%; width:14.7%; height:7.2%; }
.hero-hotspot--cta{ left:2.8%; top:82.6%; width:19.4%; height:7.9%; }
.hero-hotspot--interior-cta{ left:23.3%; top:83.0%; width:16.6%; height:7.4%; }

/* keep next section close */
.hero--premium-image + .section{
  margin-top:0 !important;
}

/* mobile / tablet */
@media (max-width: 900px){
  .hero--premium-image{
    overflow-x:auto !important;
    -webkit-overflow-scrolling:touch !important;
  }

  .hero--premium-image .hero-premium-image__img{
    width:1320px !important;
    max-width:none !important;
  }

  .hero-hotspot--benefits{ left:455px; top:25px; width:112px; height:74px; }
  .hero-hotspot--products{ left:569px; top:25px; width:112px; height:74px; }
  .hero-hotspot--interiors{ left:687px; top:25px; width:118px; height:74px; }
  .hero-hotspot--how{ left:813px; top:25px; width:105px; height:74px; }
  .hero-hotspot--order{ left:1005px; top:15px; width:194px; height:88px; }
  .hero-hotspot--cta{ left:37px; top:874px; width:257px; height:84px; }
  .hero-hotspot--interior-cta{ left:308px; top:878px; width:221px; height:78px; }
}


/* ==========================================================
   PRODUCT HERO IMAGE REPLACEMENT — wooden slat roll product
========================================================== */
.hero--no-baked-ui .hero-product{
  top:0 !important;
  width:67% !important;
}
.hero--no-baked-ui .hero-product>img{
  object-position:center right !important;
  filter:saturate(1.02) contrast(1.02) brightness(.98) !important;
}
.hero--no-baked-ui .hero-product:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:3 !important;
  pointer-events:none !important;
  background:linear-gradient(180deg,rgba(5,5,5,.02),rgba(5,5,5,.18) 100%) !important;
}
@media(max-width:820px){
  .hero--no-baked-ui{
    padding-top:430px !important;
  }
  .hero--no-baked-ui .hero-product{
    top:60px !important;
    height:365px !important;
    width:100% !important;
  }
  .hero--no-baked-ui .hero-product>img{
    object-position:62% top !important;
  }
}
@media(max-width:420px){
  .hero--no-baked-ui{
    padding-top:410px !important;
  }
  .hero--no-baked-ui .hero-product{
    height:340px !important;
  }
}

/* ==========================================================
   HERO REFINEMENT — smaller product, more right alignment,
   stronger left contrast, cleaner size callout and tidier spec cards
========================================================== */
.hero--no-baked-ui{
  column-gap:2vw !important;
  background:
    radial-gradient(circle at 58% 50%, rgba(211,128,44,.16), transparent 18%),
    linear-gradient(90deg,#040404 0%, #050505 34%, #080705 52%, #120d08 74%, #050505 100%) !important;
}

.hero--no-baked-ui .hero__bg{
  background:
    linear-gradient(90deg,
      rgba(5,5,5,1) 0%,
      rgba(5,5,5,.98) 26%,
      rgba(5,5,5,.92) 39%,
      rgba(5,5,5,.72) 49%,
      rgba(5,5,5,.38) 60%,
      rgba(5,5,5,.10) 72%,
      rgba(5,5,5,0) 100%),
    radial-gradient(circle at 76% 42%, rgba(234,157,54,.24), transparent 22%) !important;
}

.hero--no-baked-ui .hero__content{
  max-width:610px !important;
}

.hero--no-baked-ui .hero-product{
  top:18px !important;
  right:-3.5% !important;
  bottom:24px !important;
  width:57.5% !important;
}

.hero--no-baked-ui .hero-product>img{
  object-fit:contain !important;
  object-position:right center !important;
  transform:scale(.88) translateX(4%) !important;
}

.hero--no-baked-ui .hero-product:before{
  width:34% !important;
  background:linear-gradient(90deg,#050505 0%, rgba(5,5,5,.92) 36%, rgba(5,5,5,.42) 76%, rgba(5,5,5,0) 100%) !important;
}

.hero--no-baked-ui .hero-product:after{
  background:
    linear-gradient(180deg,rgba(5,5,5,.02),rgba(5,5,5,.14) 100%),
    linear-gradient(90deg,rgba(5,5,5,.02),rgba(5,5,5,.08) 100%) !important;
}

.hero--no-baked-ui .hero-specs{
  top:28px !important;
  right:3.4vw !important;
  width:250px !important;
  gap:10px !important;
}

.hero--no-baked-ui .spec-card{
  padding:18px 20px !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,rgba(16,16,16,.84),rgba(16,16,16,.72)) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 14px 36px rgba(0,0,0,.28) !important;
}

.hero--no-baked-ui .spec-card span{
  margin-bottom:6px !important;
  font-size:13px !important;
}

.hero--no-baked-ui .spec-card strong{
  font-size:24px !important;
  line-height:1.1 !important;
}

.hero--no-baked-ui .size-callout{
  z-index:6 !important;
  left:5vw !important;
  bottom:28px !important;
  gap:12px !important;
  max-width:230px !important;
  padding:14px 18px !important;
  border-radius:18px !important;
  border:1px solid rgba(231,173,52,.22) !important;
  background:rgba(10,10,10,.80) !important;
  box-shadow:0 18px 42px rgba(0,0,0,.28) !important;
  backdrop-filter:none !important;
}

.hero--no-baked-ui .size-callout__arrow{
  height:54px !important;
}

.hero--no-baked-ui .size-callout__arrow:before{
  font-size:46px !important;
}

.hero--no-baked-ui .size-callout p{
  font-size:15px !important;
}

@media(max-width:1180px){
  .hero--no-baked-ui{
    padding:112px 24px 56px !important;
  }

  .hero--no-baked-ui .hero__bg{
    background:
      linear-gradient(90deg,
        rgba(5,5,5,1) 0%,
        rgba(5,5,5,.98) 40%,
        rgba(5,5,5,.70) 58%,
        rgba(5,5,5,.26) 78%,
        rgba(5,5,5,0) 100%),
      radial-gradient(circle at 77% 38%, rgba(234,157,54,.18), transparent 24%) !important;
  }

  .hero--no-baked-ui .hero-product{
    top:24px !important;
    right:-6% !important;
    bottom:18px !important;
    width:64% !important;
    opacity:1 !important;
  }

  .hero--no-baked-ui .hero-product>img{
    transform:scale(.90) translateX(6%) !important;
  }

  .hero--no-baked-ui .hero-specs{
    top:24px !important;
    right:24px !important;
    width:220px !important;
  }

  .hero--no-baked-ui .spec-card{
    padding:16px 18px !important;
  }

  .hero--no-baked-ui .spec-card strong{
    font-size:21px !important;
  }

  .hero--no-baked-ui .size-callout{
    left:24px !important;
    bottom:24px !important;
  }
}

@media(max-width:820px){
  .hero--no-baked-ui{
    padding:420px 18px 44px !important;
  }

  .hero--no-baked-ui .hero__bg{
    background:
      linear-gradient(180deg,rgba(5,5,5,.04) 0%, rgba(5,5,5,.12) 28%, rgba(5,5,5,.84) 66%, #050505 100%),
      linear-gradient(90deg,rgba(5,5,5,.38),rgba(5,5,5,0) 65%) !important;
  }

  .hero--no-baked-ui .hero-product{
    top:68px !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    height:340px !important;
  }

  .hero--no-baked-ui .hero-product>img{
    transform:none !important;
    object-fit:cover !important;
    object-position:66% top !important;
  }

  .hero--no-baked-ui .hero-product:before{
    width:100% !important;
    background:linear-gradient(180deg,rgba(5,5,5,0) 0%, rgba(5,5,5,.16) 50%, #050505 100%) !important;
  }

  .hero--no-baked-ui .hero-specs{
    top:14px !important;
    right:14px !important;
    width:156px !important;
    gap:8px !important;
  }

  .hero--no-baked-ui .spec-card{
    padding:10px 12px !important;
    border-radius:14px !important;
  }

  .hero--no-baked-ui .spec-card span{
    font-size:10px !important;
    margin-bottom:3px !important;
  }

  .hero--no-baked-ui .spec-card strong{
    font-size:17px !important;
  }

  .hero--no-baked-ui .size-callout{
    display:none !important;
  }
}

@media(max-width:420px){
  .hero--no-baked-ui{
    padding-top:400px !important;
  }

  .hero--no-baked-ui .hero-product{
    height:325px !important;
  }
}

/* ==========================================================
   HERO FIX AFTER REFINEMENT — remove hard photo rectangle,
   restore product integration, avoid CTA/size-callout overlap
========================================================== */
.hero--no-baked-ui{
  overflow:hidden !important;
  background:
    radial-gradient(circle at 66% 48%, rgba(211,128,44,.18), transparent 22%),
    linear-gradient(90deg,#040404 0%, #050505 34%, #090806 55%, #15100a 78%, #050505 100%) !important;
}

.hero--no-baked-ui .hero__bg{
  background:
    linear-gradient(90deg,
      #050505 0%,
      rgba(5,5,5,.99) 28%,
      rgba(5,5,5,.94) 41%,
      rgba(5,5,5,.66) 53%,
      rgba(5,5,5,.22) 67%,
      rgba(5,5,5,.04) 100%),
    radial-gradient(circle at 73% 42%, rgba(234,157,54,.26), transparent 22%) !important;
}

.hero--no-baked-ui .hero-product{
  top:0 !important;
  right:-2.5% !important;
  bottom:0 !important;
  width:63% !important;
  height:auto !important;
  opacity:1 !important;
  overflow:hidden !important;
}

.hero--no-baked-ui .hero-product>img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center right !important;
  transform:scale(.94) translateX(3%) !important;
  transform-origin:center right !important;
  filter:saturate(1.02) contrast(1.03) brightness(.95) !important;
}

.hero--no-baked-ui .hero-product:before{
  content:"" !important;
  position:absolute !important;
  inset:0 auto 0 0 !important;
  width:42% !important;
  z-index:3 !important;
  background:linear-gradient(90deg,#050505 0%, rgba(5,5,5,.94) 34%, rgba(5,5,5,.52) 68%, rgba(5,5,5,0) 100%) !important;
}

.hero--no-baked-ui .hero-product:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:4 !important;
  pointer-events:none !important;
  background:
    linear-gradient(180deg,rgba(5,5,5,.10) 0%, rgba(5,5,5,0) 22%, rgba(5,5,5,.16) 100%),
    linear-gradient(90deg,rgba(5,5,5,.06),rgba(5,5,5,0) 52%,rgba(5,5,5,.08) 100%) !important;
}

.hero--no-baked-ui .hero-specs{
  top:28px !important;
  right:3vw !important;
  width:250px !important;
}

.hero--no-baked-ui .spec-card{
  padding:18px 20px !important;
  border-radius:18px !important;
}

/* keep 2950 mm as a small product callout, not over the CTA */
.hero--no-baked-ui .size-callout{
  left:auto !important;
  right:48% !important;
  bottom:42px !important;
  max-width:210px !important;
  padding:12px 16px !important;
  background:linear-gradient(90deg,rgba(10,10,10,.88),rgba(10,10,10,.62)) !important;
  border:1px solid rgba(231,173,52,.24) !important;
  box-shadow:0 16px 42px rgba(0,0,0,.34) !important;
  backdrop-filter:blur(8px) !important;
}

.hero--no-baked-ui .hero-actions{
  position:relative !important;
  z-index:8 !important;
  max-width:310px !important;
}

@media(max-width:1180px){
  .hero--no-baked-ui .hero-product{
    right:-8% !important;
    width:70% !important;
  }
  .hero--no-baked-ui .hero-product>img{
    transform:scale(.94) translateX(5%) !important;
  }
  .hero--no-baked-ui .hero-specs{
    right:18px !important;
    width:220px !important;
  }
  .hero--no-baked-ui .size-callout{
    display:none !important;
  }
}

@media(max-width:820px){
  .hero--no-baked-ui{
    padding:420px 18px 44px !important;
  }
  .hero--no-baked-ui .hero-product{
    top:64px !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    height:350px !important;
  }
  .hero--no-baked-ui .hero-product>img{
    transform:none !important;
    object-fit:cover !important;
    object-position:66% top !important;
  }
  .hero--no-baked-ui .hero-product:before{
    width:100% !important;
    height:100% !important;
    background:linear-gradient(180deg,rgba(5,5,5,0) 0%, rgba(5,5,5,.18) 52%, #050505 100%) !important;
  }
  .hero--no-baked-ui .hero-product:after{
    background:linear-gradient(180deg,rgba(5,5,5,.02),rgba(5,5,5,.18) 70%,#050505 100%) !important;
  }
  .hero--no-baked-ui .hero-specs{
    top:14px !important;
    right:14px !important;
    width:156px !important;
  }
  .hero--no-baked-ui .size-callout{
    display:none !important;
  }
}


/* ==========================================================
   HERO FINAL 10/10 — authoritative last override
   Goal: cleaner product integration, lower right specs, restore original feature row,
   and keep the 2950 mm callout separated from CTA.
========================================================== */
.hero--no-baked-ui{
  min-height:900px !important;
  grid-template-columns:minmax(520px,44vw) 1fr !important;
  align-items:center !important;
  padding:118px 5vw 64px !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 68% 48%, rgba(211,128,44,.16), transparent 22%),
    linear-gradient(90deg,#040404 0%, #050505 34%, #090806 54%, #16110b 78%, #050505 100%) !important;
}

.hero--no-baked-ui .hero__bg{
  background:
    linear-gradient(90deg,
      rgba(5,5,5,1) 0%,
      rgba(5,5,5,.99) 24%,
      rgba(5,5,5,.95) 38%,
      rgba(5,5,5,.80) 48%,
      rgba(5,5,5,.48) 58%,
      rgba(5,5,5,.14) 72%,
      rgba(5,5,5,0) 100%),
    radial-gradient(circle at 76% 42%, rgba(234,157,54,.24), transparent 22%) !important;
}

.hero--no-baked-ui .hero__content{
  position:relative !important;
  z-index:8 !important;
  max-width:620px !important;
}

.hero--no-baked-ui .hero-features{
  max-width:560px !important;
}

.hero--no-baked-ui .hero-features div{
  min-height:88px !important;
}

.hero--no-baked-ui .hero-product{
  position:absolute !important;
  z-index:2 !important;
  top:18px !important;
  right:-2% !important;
  bottom:0 !important;
  width:61.5% !important;
  height:auto !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

.hero--no-baked-ui .hero-product>img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center right !important;
  transform:scale(.92) translateX(2%) !important;
  transform-origin:center right !important;
  filter:saturate(1.02) contrast(1.03) brightness(.96) !important;
}

.hero--no-baked-ui .hero-product:before{
  content:"" !important;
  position:absolute !important;
  inset:0 auto 0 0 !important;
  width:38% !important;
  z-index:3 !important;
  background:linear-gradient(90deg,#050505 0%, rgba(5,5,5,.95) 35%, rgba(5,5,5,.54) 72%, rgba(5,5,5,0) 100%) !important;
}

.hero--no-baked-ui .hero-product:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:4 !important;
  pointer-events:none !important;
  background:
    linear-gradient(180deg,rgba(5,5,5,.08) 0%, rgba(5,5,5,0) 24%, rgba(5,5,5,.14) 100%),
    linear-gradient(90deg,rgba(5,5,5,.03), rgba(5,5,5,0) 55%, rgba(5,5,5,.06) 100%) !important;
}

.hero--no-baked-ui .hero-specs{
  position:absolute !important;
  z-index:9 !important;
  top:76px !important;
  right:3vw !important;
  width:258px !important;
  gap:12px !important;
}

.hero--no-baked-ui .spec-card{
  padding:18px 20px !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,rgba(16,16,16,.88),rgba(16,16,16,.76)) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 16px 40px rgba(0,0,0,.28) !important;
}

.hero--no-baked-ui .spec-card span{
  display:block !important;
  font-size:13px !important;
  margin-bottom:6px !important;
  color:rgba(255,255,255,.68) !important;
}

.hero--no-baked-ui .spec-card strong{
  display:block !important;
  font-size:24px !important;
  line-height:1.1 !important;
  color:#fff !important;
}

.hero--no-baked-ui .hero-offer{
  position:relative !important;
  z-index:8 !important;
}

.hero--no-baked-ui .hero-actions{
  position:relative !important;
  z-index:8 !important;
  max-width:310px !important;
}

.hero--no-baked-ui .size-callout{
  position:absolute !important;
  z-index:8 !important;
  left:auto !important;
  right:41% !important;
  bottom:52px !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  max-width:220px !important;
  padding:12px 16px !important;
  border-radius:18px !important;
  border:1px solid rgba(231,173,52,.22) !important;
  background:linear-gradient(90deg,rgba(10,10,10,.88),rgba(10,10,10,.66)) !important;
  box-shadow:0 16px 40px rgba(0,0,0,.34) !important;
  backdrop-filter:blur(8px) !important;
}

.hero--no-baked-ui .size-callout__arrow{
  height:50px !important;
}

.hero--no-baked-ui .size-callout__arrow:before{
  font-size:44px !important;
}

.hero--no-baked-ui .size-callout p{
  margin:0 !important;
  font-size:15px !important;
  line-height:1.2 !important;
}

@media(max-width:1180px){
  .hero--no-baked-ui{
    min-height:unset !important;
    grid-template-columns:1fr !important;
    padding:116px 24px 56px !important;
  }

  .hero--no-baked-ui .hero__bg{
    background:
      linear-gradient(90deg,
        rgba(5,5,5,1) 0%,
        rgba(5,5,5,.98) 38%,
        rgba(5,5,5,.76) 56%,
        rgba(5,5,5,.30) 76%,
        rgba(5,5,5,0) 100%),
      radial-gradient(circle at 77% 40%, rgba(234,157,54,.18), transparent 24%) !important;
  }

  .hero--no-baked-ui .hero-product{
    top:30px !important;
    right:-8% !important;
    width:69% !important;
  }

  .hero--no-baked-ui .hero-product>img{
    transform:scale(.93) translateX(5%) !important;
  }

  .hero--no-baked-ui .hero-specs{
    top:84px !important;
    right:18px !important;
    width:228px !important;
  }

  .hero--no-baked-ui .spec-card strong{
    font-size:22px !important;
  }

  .hero--no-baked-ui .size-callout{
    right:39% !important;
    bottom:44px !important;
  }
}

@media(max-width:900px){
  .hero--no-baked-ui .size-callout{
    display:none !important;
  }
}

@media(max-width:820px){
  .hero--no-baked-ui{
    min-height:auto !important;
    display:flex !important;
    align-items:flex-end !important;
    padding:430px 18px 44px !important;
  }

  .hero--no-baked-ui .hero__bg{
    background:
      linear-gradient(180deg,rgba(5,5,5,.04) 0%, rgba(5,5,5,.10) 28%, rgba(5,5,5,.82) 66%, #050505 100%),
      linear-gradient(90deg,rgba(5,5,5,.26),rgba(5,5,5,0) 65%) !important;
  }

  .hero--no-baked-ui .hero__content{
    width:100% !important;
    max-width:none !important;
  }

  .hero--no-baked-ui .hero-product{
    top:74px !important;
    left:0 !important;
    right:0 !important;
    bottom:auto !important;
    width:100% !important;
    height:350px !important;
  }

  .hero--no-baked-ui .hero-product>img{
    transform:none !important;
    object-fit:cover !important;
    object-position:66% top !important;
  }

  .hero--no-baked-ui .hero-product:before{
    width:100% !important;
    background:linear-gradient(180deg,rgba(5,5,5,0) 0%, rgba(5,5,5,.18) 52%, #050505 100%) !important;
  }

  .hero--no-baked-ui .hero-specs{
    top:16px !important;
    right:14px !important;
    width:162px !important;
    gap:8px !important;
  }

  .hero--no-baked-ui .spec-card{
    padding:11px 12px !important;
    border-radius:14px !important;
  }

  .hero--no-baked-ui .spec-card span{
    font-size:10px !important;
    margin-bottom:3px !important;
  }

  .hero--no-baked-ui .spec-card strong{
    font-size:17px !important;
  }

  .hero--no-baked-ui .size-callout{
    display:none !important;
  }
}

@media(max-width:420px){
  .hero--no-baked-ui{
    padding-top:408px !important;
  }

  .hero--no-baked-ui .hero-product{
    height:332px !important;
  }
}


/* ==========================================================
   FINAL DEDUPLICATION FIX
   Roll size is shown once in the feature row. Top-right cards now show only thickness.
========================================================== */
.hero--no-baked-ui .hero-specs{
  top:82px !important;
  right:3vw !important;
  width:245px !important;
}
.hero--no-baked-ui .hero-specs .spec-card:nth-child(n+2){
  display:none !important;
}
.hero--no-baked-ui .spec-card{
  padding:18px 20px !important;
}
@media(max-width:1180px){
  .hero--no-baked-ui .hero-specs{
    top:88px !important;
    right:18px !important;
    width:210px !important;
  }
}
@media(max-width:820px){
  .hero--no-baked-ui .hero-specs{
    top:18px !important;
    right:14px !important;
    width:150px !important;
  }
}


/* ==========================================================
   FINAL HERO STRUCTURE — single clean composition
   Left: badge, heading, lead, 3 features, price/timer, CTA.
   Right: product only. No floating spec cards or size callout.
========================================================== */
.hero--no-baked-ui{
  min-height:920px !important;
  display:grid !important;
  grid-template-columns:minmax(520px, 43vw) 1fr !important;
  align-items:center !important;
  column-gap:2vw !important;
  padding:118px 5vw 64px !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 70% 48%, rgba(211,128,44,.16), transparent 22%),
    linear-gradient(90deg,#040404 0%, #050505 33%, #090806 53%, #16110b 78%, #050505 100%) !important;
}

.hero--no-baked-ui .hero__bg{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  background:
    linear-gradient(90deg,
      rgba(5,5,5,1) 0%,
      rgba(5,5,5,.99) 23%,
      rgba(5,5,5,.96) 37%,
      rgba(5,5,5,.82) 47%,
      rgba(5,5,5,.50) 57%,
      rgba(5,5,5,.16) 72%,
      rgba(5,5,5,0) 100%),
    radial-gradient(circle at 76% 42%, rgba(234,157,54,.24), transparent 22%) !important;
}

.hero--no-baked-ui .hero__content{
  position:relative !important;
  z-index:5 !important;
  max-width:620px !important;
  width:100% !important;
}

.hero--no-baked-ui .hero__lead{
  max-width:560px !important;
}

.hero--no-baked-ui .hero-features{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  max-width:620px !important;
  margin:34px 0 26px !important;
}

.hero--no-baked-ui .hero-features div{
  min-height:88px !important;
}

.hero--no-baked-ui .hero-offer{
  position:relative !important;
  z-index:5 !important;
  display:grid !important;
  grid-template-columns:minmax(280px,310px) minmax(220px,240px) !important;
  gap:14px !important;
  max-width:570px !important;
  align-items:stretch !important;
}

.hero--no-baked-ui .hero-actions{
  position:relative !important;
  z-index:5 !important;
  display:flex !important;
  gap:14px !important;
  margin-top:18px !important;
  max-width:310px !important;
}

.hero--no-baked-ui .hero-actions .btn--primary{
  width:100% !important;
  min-width:0 !important;
}

.hero--no-baked-ui .hero-actions .btn--glass,
.hero--no-baked-ui .hero-specs,
.hero--no-baked-ui .size-callout{
  display:none !important;
}

.hero--no-baked-ui .hero-product{
  position:absolute !important;
  z-index:2 !important;
  top:18px !important;
  right:-2% !important;
  bottom:0 !important;
  width:61.5% !important;
  height:auto !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

.hero--no-baked-ui .hero-product>img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center right !important;
  transform:scale(.92) translateX(2%) !important;
  transform-origin:center right !important;
  filter:saturate(1.02) contrast(1.03) brightness(.96) !important;
}

.hero--no-baked-ui .hero-product:before{
  content:"" !important;
  position:absolute !important;
  inset:0 auto 0 0 !important;
  width:38% !important;
  z-index:3 !important;
  background:linear-gradient(90deg,#050505 0%, rgba(5,5,5,.95) 35%, rgba(5,5,5,.54) 72%, rgba(5,5,5,0) 100%) !important;
}

.hero--no-baked-ui .hero-product:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:4 !important;
  pointer-events:none !important;
  background:
    linear-gradient(180deg,rgba(5,5,5,.08) 0%, rgba(5,5,5,0) 24%, rgba(5,5,5,.14) 100%),
    linear-gradient(90deg,rgba(5,5,5,.03), rgba(5,5,5,0) 55%, rgba(5,5,5,.06) 100%) !important;
}

@media(max-width:1180px){
  .hero--no-baked-ui{
    min-height:unset !important;
    grid-template-columns:1fr !important;
    padding:116px 24px 56px !important;
  }

  .hero--no-baked-ui .hero__bg{
    background:
      linear-gradient(90deg,
        rgba(5,5,5,1) 0%,
        rgba(5,5,5,.98) 38%,
        rgba(5,5,5,.76) 56%,
        rgba(5,5,5,.30) 76%,
        rgba(5,5,5,0) 100%),
      radial-gradient(circle at 77% 40%, rgba(234,157,54,.18), transparent 24%) !important;
  }

  .hero--no-baked-ui .hero-product{
    top:30px !important;
    right:-8% !important;
    width:69% !important;
  }

  .hero--no-baked-ui .hero-product>img{
    transform:scale(.93) translateX(5%) !important;
  }

  .hero--no-baked-ui .hero-offer{
    grid-template-columns:1fr !important;
    max-width:390px !important;
  }

  .hero--no-baked-ui .hero-actions{
    max-width:390px !important;
  }
}

@media(max-width:820px){
  .hero--no-baked-ui{
    min-height:auto !important;
    display:flex !important;
    align-items:flex-end !important;
    padding:430px 18px 44px !important;
  }

  .hero--no-baked-ui .hero__bg{
    background:
      linear-gradient(180deg,rgba(5,5,5,.04) 0%, rgba(5,5,5,.10) 28%, rgba(5,5,5,.82) 66%, #050505 100%),
      linear-gradient(90deg,rgba(5,5,5,.26),rgba(5,5,5,0) 65%) !important;
  }

  .hero--no-baked-ui .hero__content{
    width:100% !important;
    max-width:none !important;
  }

  .hero--no-baked-ui .hero-product{
    top:74px !important;
    left:0 !important;
    right:0 !important;
    bottom:auto !important;
    width:100% !important;
    height:350px !important;
  }

  .hero--no-baked-ui .hero-product>img{
    transform:none !important;
    object-fit:cover !important;
    object-position:66% top !important;
  }

  .hero--no-baked-ui .hero-product:before{
    width:100% !important;
    background:linear-gradient(180deg,rgba(5,5,5,0) 0%, rgba(5,5,5,.18) 52%, #050505 100%) !important;
  }

  .hero--no-baked-ui .hero-features{
    grid-template-columns:repeat(3,1fr) !important;
    margin:24px 0 !important;
  }

  .hero--no-baked-ui .hero-features div{
    min-height:78px !important;
    padding:0 8px !important;
    font-size:12px !important;
  }

  .hero--no-baked-ui .hero-features svg{
    width:30px !important;
    height:30px !important;
  }

  .hero--no-baked-ui .hero-offer{
    grid-template-columns:1fr !important;
    max-width:none !important;
  }

  .hero--no-baked-ui .hero-actions{
    max-width:none !important;
  }
}

@media(max-width:420px){
  .hero--no-baked-ui{
    padding-top:408px !important;
  }

  .hero--no-baked-ui .hero-product{
    height:332px !important;
  }
}

/* ==========================================================
   FINAL PREMIUM POLISH 10/10
   Smoother image integration, slightly smaller product,
   more premium features and CTA.
========================================================== */
.hero--no-baked-ui{
  min-height:920px !important;
  background:
    radial-gradient(circle at 66% 47%, rgba(205,126,42,.18), transparent 23%),
    radial-gradient(circle at 86% 72%, rgba(231,173,52,.10), transparent 26%),
    linear-gradient(90deg,#040404 0%, #050505 34%, #080705 53%, #130e08 77%, #050505 100%) !important;
}

.hero--no-baked-ui .hero__bg{
  background:
    linear-gradient(90deg,
      #050505 0%,
      rgba(5,5,5,.99) 24%,
      rgba(5,5,5,.96) 38%,
      rgba(5,5,5,.86) 48%,
      rgba(5,5,5,.58) 57%,
      rgba(5,5,5,.24) 68%,
      rgba(5,5,5,.07) 80%,
      rgba(5,5,5,.10) 100%),
    linear-gradient(180deg,
      #050505 0%,
      rgba(5,5,5,.78) 6%,
      rgba(5,5,5,0) 22%,
      rgba(5,5,5,0) 72%,
      rgba(5,5,5,.72) 92%,
      #050505 100%),
    radial-gradient(circle at 76% 42%, rgba(234,157,54,.22), transparent 23%) !important;
}

.hero--no-baked-ui .hero-product{
  top:0 !important;
  right:-2.5% !important;
  bottom:0 !important;
  width:60% !important;
}

.hero--no-baked-ui .hero-product>img{
  transform:scale(.885) translateX(3.5%) !important;
  transform-origin:center right !important;
  filter:saturate(1.03) contrast(1.04) brightness(.94) !important;
}

.hero--no-baked-ui .hero-product:before{
  width:46% !important;
  background:linear-gradient(90deg,
    #050505 0%,
    rgba(5,5,5,.98) 30%,
    rgba(5,5,5,.76) 58%,
    rgba(5,5,5,.28) 84%,
    rgba(5,5,5,0) 100%) !important;
}

.hero--no-baked-ui .hero-product:after{
  background:
    linear-gradient(180deg,
      #050505 0%,
      rgba(5,5,5,.86) 3%,
      rgba(5,5,5,.34) 10%,
      rgba(5,5,5,0) 26%,
      rgba(5,5,5,0) 70%,
      rgba(5,5,5,.32) 88%,
      #050505 100%),
    linear-gradient(90deg,
      rgba(5,5,5,.10) 0%,
      rgba(5,5,5,0) 45%,
      rgba(5,5,5,.10) 100%) !important;
}

.hero--no-baked-ui .hero-features{
  gap:12px !important;
  max-width:590px !important;
  margin:32px 0 26px !important;
}

.hero--no-baked-ui .hero-features div{
  min-height:92px !important;
  padding:14px 16px !important;
  border:1px solid rgba(255,255,255,.09) !important;
  border-right:1px solid rgba(255,255,255,.09) !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.20) !important;
  backdrop-filter:blur(10px) !important;
}

.hero--no-baked-ui .hero-features div:last-child{
  border-right:1px solid rgba(255,255,255,.09) !important;
}

.hero--no-baked-ui .hero-features svg{
  width:40px !important;
  height:40px !important;
  stroke:#f0b93e !important;
  filter:drop-shadow(0 0 14px rgba(231,173,52,.30)) !important;
}

.hero--no-baked-ui .hero-features span{
  font-size:15px !important;
  line-height:1.24 !important;
  font-weight:800 !important;
  color:rgba(255,255,255,.92) !important;
}

.hero--no-baked-ui .price-card,
.hero--no-baked-ui .timer{
  border-color:rgba(255,255,255,.12) !important;
  background:linear-gradient(180deg,rgba(10,10,10,.82),rgba(5,5,5,.66)) !important;
  box-shadow:0 18px 52px rgba(0,0,0,.30) !important;
}

.hero--no-baked-ui .hero-actions{
  margin-top:18px !important;
  max-width:330px !important;
}

.hero--no-baked-ui .hero-actions .btn--primary{
  min-height:64px !important;
  border-radius:18px !important;
  background:
    linear-gradient(180deg,#f6d18e 0%,#e9aa47 48%,#d88925 100%) !important;
  border:1px solid rgba(255,221,153,.38) !important;
  box-shadow:
    0 20px 48px rgba(216,137,37,.32),
    inset 0 1px 0 rgba(255,255,255,.38) !important;
  color:#111 !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
}

.hero--no-baked-ui .hero-actions .btn--primary:hover{
  transform:translateY(-2px) !important;
  box-shadow:
    0 26px 60px rgba(216,137,37,.40),
    inset 0 1px 0 rgba(255,255,255,.42) !important;
}

@media(max-width:1180px){
  .hero--no-baked-ui .hero-product{
    top:0 !important;
    right:-8% !important;
    width:67% !important;
  }
  .hero--no-baked-ui .hero-product>img{
    transform:scale(.90) translateX(5%) !important;
  }
  .hero--no-baked-ui .hero-features{
    max-width:560px !important;
  }
}

@media(max-width:820px){
  .hero--no-baked-ui .hero-product{
    top:72px !important;
    height:345px !important;
    width:100% !important;
    right:0 !important;
  }
  .hero--no-baked-ui .hero-product>img{
    transform:none !important;
  }
  .hero--no-baked-ui .hero-features{
    gap:8px !important;
  }
  .hero--no-baked-ui .hero-features div{
    min-height:82px !important;
    padding:10px 8px !important;
    border-radius:16px !important;
  }
  .hero--no-baked-ui .hero-features svg{
    width:30px !important;
    height:30px !important;
  }
  .hero--no-baked-ui .hero-features span{
    font-size:12px !important;
  }
  .hero--no-baked-ui .hero-actions{
    max-width:none !important;
  }
}

/* ==========================================================
   CENTER GAP FIX — bring product closer to content
   Reduce wide dark center gap, shift product left, enlarge slightly.
========================================================== */
.hero--no-baked-ui{
  background:
    radial-gradient(circle at 62% 47%, rgba(205,126,42,.16), transparent 20%),
    radial-gradient(circle at 83% 72%, rgba(231,173,52,.09), transparent 24%),
    linear-gradient(90deg,#040404 0%, #050505 32%, #080705 50%, #130e08 74%, #050505 100%) !important;
}

.hero--no-baked-ui .hero__bg{
  background:
    linear-gradient(90deg,
      #050505 0%,
      rgba(5,5,5,.99) 24%,
      rgba(5,5,5,.94) 36%,
      rgba(5,5,5,.72) 46%,
      rgba(5,5,5,.38) 54%,
      rgba(5,5,5,.14) 62%,
      rgba(5,5,5,.05) 72%,
      rgba(5,5,5,.10) 100%),
    linear-gradient(180deg,
      #050505 0%,
      rgba(5,5,5,.78) 6%,
      rgba(5,5,5,0) 22%,
      rgba(5,5,5,0) 72%,
      rgba(5,5,5,.72) 92%,
      #050505 100%),
    radial-gradient(circle at 72% 43%, rgba(234,157,54,.22), transparent 21%) !important;
}

.hero--no-baked-ui .hero-product{
  top:0 !important;
  right:-1% !important;
  bottom:0 !important;
  width:65% !important;
}

.hero--no-baked-ui .hero-product>img{
  transform:scale(.92) translateX(1.2%) !important;
  transform-origin:center right !important;
}

.hero--no-baked-ui .hero-product:before{
  width:31% !important;
  background:linear-gradient(90deg,
    #050505 0%,
    rgba(5,5,5,.96) 28%,
    rgba(5,5,5,.58) 58%,
    rgba(5,5,5,.16) 84%,
    rgba(5,5,5,0) 100%) !important;
}

.hero--no-baked-ui .hero-product:after{
  background:
    linear-gradient(180deg,
      #050505 0%,
      rgba(5,5,5,.80) 3%,
      rgba(5,5,5,.28) 10%,
      rgba(5,5,5,0) 26%,
      rgba(5,5,5,0) 70%,
      rgba(5,5,5,.28) 88%,
      #050505 100%),
    linear-gradient(90deg,
      rgba(5,5,5,.04) 0%,
      rgba(5,5,5,0) 42%,
      rgba(5,5,5,.06) 100%) !important;
}

@media(max-width:1180px){
  .hero--no-baked-ui .hero-product{
    right:-4% !important;
    width:72% !important;
  }
  .hero--no-baked-ui .hero-product>img{
    transform:scale(.93) translateX(2.5%) !important;
  }
  .hero--no-baked-ui .hero-product:before{
    width:28% !important;
  }
}

@media(max-width:820px){
  .hero--no-baked-ui .hero__bg{
    background:
      linear-gradient(180deg,rgba(5,5,5,.04) 0%, rgba(5,5,5,.10) 28%, rgba(5,5,5,.82) 66%, #050505 100%),
      linear-gradient(90deg,rgba(5,5,5,.18),rgba(5,5,5,0) 58%) !important;
  }
  .hero--no-baked-ui .hero-product{
    top:72px !important;
    right:0 !important;
    width:100% !important;
    height:345px !important;
  }
  .hero--no-baked-ui .hero-product>img{
    transform:none !important;
    object-position:60% top !important;
  }
  .hero--no-baked-ui .hero-product:before{
    width:100% !important;
  }
}

/* ==========================================================
   DESIGNER POLISH — modern premium refinement
   Smaller product, more air, lighter features, softer CTA,
   and warmer center glow for a more premium balance.
========================================================== */
.hero--no-baked-ui{
  min-height:900px !important;
  background:
    radial-gradient(circle at 50% 52%, rgba(213,132,42,.12), transparent 16%),
    radial-gradient(circle at 76% 44%, rgba(223,150,53,.14), transparent 22%),
    linear-gradient(90deg,#040404 0%, #050505 31%, #070605 48%, #120d08 74%, #050505 100%) !important;
}

.hero--no-baked-ui .hero__bg{
  background:
    linear-gradient(90deg,
      #050505 0%,
      rgba(5,5,5,.99) 23%,
      rgba(5,5,5,.94) 35%,
      rgba(5,5,5,.68) 45%,
      rgba(5,5,5,.34) 54%,
      rgba(5,5,5,.12) 63%,
      rgba(5,5,5,.05) 73%,
      rgba(5,5,5,.08) 100%),
    linear-gradient(180deg,
      rgba(5,5,5,.95) 0%,
      rgba(5,5,5,.58) 8%,
      rgba(5,5,5,0) 24%,
      rgba(5,5,5,0) 72%,
      rgba(5,5,5,.56) 92%,
      #050505 100%),
    radial-gradient(circle at 52% 54%, rgba(229,153,57,.10), transparent 13%),
    radial-gradient(circle at 73% 43%, rgba(234,157,54,.20), transparent 21%) !important;
}

.hero--no-baked-ui .hero__content{
  max-width:605px !important;
}

.hero--no-baked-ui h1{
  max-width:600px !important;
}

.hero--no-baked-ui .hero__lead{
  max-width:540px !important;
  color:rgba(255,255,255,.80) !important;
}

.hero--no-baked-ui .hero-product{
  top:14px !important;
  right:0.5% !important;
  bottom:10px !important;
  width:62% !important;
}

.hero--no-baked-ui .hero-product>img{
  transform:scale(.875) translateX(.5%) !important;
  filter:saturate(1.02) contrast(1.03) brightness(.95) !important;
}

.hero--no-baked-ui .hero-product:before{
  width:26% !important;
  background:linear-gradient(90deg,
    #050505 0%,
    rgba(5,5,5,.94) 30%,
    rgba(5,5,5,.48) 62%,
    rgba(5,5,5,.10) 86%,
    rgba(5,5,5,0) 100%) !important;
}

.hero--no-baked-ui .hero-features{
  gap:10px !important;
  max-width:575px !important;
  margin:38px 0 28px !important;
}

.hero--no-baked-ui .hero-features div{
  min-height:82px !important;
  padding:12px 14px !important;
  border:1px solid rgba(255,255,255,.07) !important;
  border-right:1px solid rgba(255,255,255,.07) !important;
  border-radius:16px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.01)) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.14) !important;
  backdrop-filter:blur(6px) !important;
}

.hero--no-baked-ui .hero-features svg{
  width:36px !important;
  height:36px !important;
  stroke:#edbb5a !important;
  filter:drop-shadow(0 0 10px rgba(231,173,52,.20)) !important;
}

.hero--no-baked-ui .hero-features span{
  font-size:14px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
}

.hero--no-baked-ui .price-card,
.hero--no-baked-ui .timer{
  min-height:112px !important;
  background:linear-gradient(180deg,rgba(10,10,10,.78),rgba(6,6,6,.62)) !important;
  box-shadow:0 14px 36px rgba(0,0,0,.22) !important;
}

.hero--no-baked-ui .hero-actions{
  margin-top:20px !important;
  max-width:315px !important;
}

.hero--no-baked-ui .hero-actions .btn--primary{
  min-height:60px !important;
  border-radius:17px !important;
  background:linear-gradient(180deg,#f0d8aa 0%, #e4ba79 52%, #d39a4b 100%) !important;
  border:1px solid rgba(255,236,194,.34) !important;
  box-shadow:0 14px 34px rgba(211,154,75,.24), inset 0 1px 0 rgba(255,255,255,.34) !important;
  color:#141414 !important;
}

.hero--no-baked-ui .hero-actions .btn--primary:hover{
  transform:translateY(-1px) !important;
  box-shadow:0 18px 40px rgba(211,154,75,.28), inset 0 1px 0 rgba(255,255,255,.36) !important;
}

@media(max-width:1180px){
  .hero--no-baked-ui{
    min-height:unset !important;
  }
  .hero--no-baked-ui .hero-product{
    top:18px !important;
    right:-5% !important;
    width:68% !important;
  }
  .hero--no-baked-ui .hero-product>img{
    transform:scale(.89) translateX(2%) !important;
  }
}

@media(max-width:820px){
  .hero--no-baked-ui .hero__bg{
    background:
      linear-gradient(180deg,rgba(5,5,5,.04) 0%, rgba(5,5,5,.10) 28%, rgba(5,5,5,.82) 66%, #050505 100%),
      linear-gradient(90deg,rgba(5,5,5,.14),rgba(5,5,5,0) 58%),
      radial-gradient(circle at 54% 42%, rgba(229,153,57,.10), transparent 18%) !important;
  }
  .hero--no-baked-ui .hero-product{
    top:72px !important;
    right:0 !important;
    width:100% !important;
    height:340px !important;
  }
  .hero--no-baked-ui .hero-product>img{
    transform:none !important;
    object-position:61% top !important;
  }
  .hero--no-baked-ui .hero-features{
    gap:8px !important;
    margin:26px 0 24px !important;
  }
  .hero--no-baked-ui .hero-features div{
    min-height:76px !important;
    padding:10px 8px !important;
    border-radius:14px !important;
  }
  .hero--no-baked-ui .hero-features svg{
    width:28px !important;
    height:28px !important;
  }
  .hero--no-baked-ui .hero-features span{
    font-size:12px !important;
  }
  .hero--no-baked-ui .price-card,
  .hero--no-baked-ui .timer{
    min-height:auto !important;
  }
  .hero--no-baked-ui .hero-actions{
    max-width:none !important;
  }
}


/* ==========================================================
   FINAL NEW HERO IMAGE INTEGRATION
   Uses the newly generated 21:9 hero scene as the real landing background.
   This removes the layout/photo fight: text sits on the dark left area,
   product is already positioned naturally inside the image.
========================================================== */
.hero--no-baked-ui{
  position:relative !important;
  min-height:900px !important;
  display:block !important;
  padding:112px 4.5vw 62px !important;
  overflow:hidden !important;
  background:#050505 !important;
}

.hero--no-baked-ui .hero-product{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  z-index:0 !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

.hero--no-baked-ui .hero-product>img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  filter:saturate(1.02) contrast(1.02) brightness(.96) !important;
}

.hero--no-baked-ui .hero-product:before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:
    linear-gradient(90deg,
      #050505 0%,
      rgba(5,5,5,.96) 20%,
      rgba(5,5,5,.78) 34%,
      rgba(5,5,5,.42) 47%,
      rgba(5,5,5,.16) 60%,
      rgba(5,5,5,0) 76%) !important;
}

.hero--no-baked-ui .hero-product:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:3 !important;
  pointer-events:none !important;
  background:
    linear-gradient(180deg,
      #050505 0%,
      rgba(5,5,5,.14) 12%,
      rgba(5,5,5,0) 28%,
      rgba(5,5,5,0) 78%,
      rgba(5,5,5,.16) 92%,
      #050505 100%) !important;
}

.hero--no-baked-ui .hero__bg{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 50% 54%, rgba(231,173,52,.08), transparent 16%) !important;
}

.hero--no-baked-ui .hero__content{
  position:relative !important;
  z-index:5 !important;
  max-width:610px !important;
  width:100% !important;
}

/* keep UI clean over the new background */
.hero--no-baked-ui .hero-features{
  max-width:575px !important;
}

.hero--no-baked-ui .hero-offer{
  max-width:545px !important;
}

.hero--no-baked-ui .hero-actions{
  max-width:315px !important;
}

@media(max-width:820px){
  .hero--no-baked-ui{
    min-height:auto !important;
    display:flex !important;
    align-items:flex-end !important;
    padding:430px 18px 44px !important;
  }

  .hero--no-baked-ui .hero-product{
    top:0 !important;
    left:0 !important;
    right:0 !important;
    bottom:auto !important;
    width:100% !important;
    height:430px !important;
  }

  .hero--no-baked-ui .hero-product>img{
    object-position:63% top !important;
    transform:none !important;
  }

  .hero--no-baked-ui .hero-product:before{
    background:linear-gradient(180deg,
      rgba(5,5,5,0) 0%,
      rgba(5,5,5,.18) 48%,
      #050505 100%) !important;
  }

  .hero--no-baked-ui .hero-product:after{
    display:none !important;
  }

  .hero--no-baked-ui .hero__bg{
    background:none !important;
  }

  .hero--no-baked-ui .hero__content{
    max-width:none !important;
  }
}

/* ==========================================================
   FINAL OVERLAY FIX — remove black square artifact
   Keeps new integrated hero image and leaves only one soft left fade.
========================================================== */
.hero--no-baked-ui .hero-product:before,
.hero--no-baked-ui .hero-product:after,
.hero-product:before,
.hero-product:after{
  display:none !important;
  content:none !important;
  background:none !important;
  opacity:0 !important;
}

.hero--no-baked-ui .hero__bg{
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:linear-gradient(
    90deg,
    #050505 0%,
    rgba(5,5,5,.98) 25%,
    rgba(5,5,5,.78) 40%,
    rgba(5,5,5,.38) 55%,
    rgba(5,5,5,.10) 70%,
    rgba(5,5,5,0) 100%
  ) !important;
}

.hero--no-baked-ui .hero-product{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  width:100% !important;
  height:100% !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

.hero--no-baked-ui .hero-product img,
.hero--no-baked-ui .hero-product > img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  filter:none !important;
}

.hero--no-baked-ui .hero__content{
  position:relative !important;
  z-index:5 !important;
}

@media(max-width:820px){
  .hero--no-baked-ui .hero__bg{
    background:linear-gradient(
      180deg,
      rgba(5,5,5,.04) 0%,
      rgba(5,5,5,.12) 34%,
      rgba(5,5,5,.88) 70%,
      #050505 100%
    ) !important;
  }
}

/* ==========================================================
   REAL SQUARE FIX — remove legacy hero pseudo-elements
   The black rectangle came from old .hero::before / .hero::after masks,
   not from .hero-product pseudo-elements. Disable them for the current hero.
========================================================== */
.hero--no-baked-ui::before,
.hero--no-baked-ui::after,
.hero::before,
.hero::after{
  display:none !important;
  content:none !important;
  background:none !important;
  opacity:0 !important;
  width:0 !important;
  height:0 !important;
}

.hero--no-baked-ui{
  isolation:isolate !important;
  background:#050505 !important;
}

.hero--no-baked-ui .hero-product:before,
.hero--no-baked-ui .hero-product:after,
.hero-product:before,
.hero-product:after{
  display:none !important;
  content:none !important;
  background:none !important;
  opacity:0 !important;
}

.hero--no-baked-ui .hero-product{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  width:100% !important;
  height:100% !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

.hero--no-baked-ui .hero-product img,
.hero--no-baked-ui .hero-product > img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  filter:none !important;
}

.hero--no-baked-ui .hero__bg{
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:linear-gradient(
    90deg,
    #050505 0%,
    rgba(5,5,5,.98) 25%,
    rgba(5,5,5,.78) 40%,
    rgba(5,5,5,.38) 55%,
    rgba(5,5,5,.10) 70%,
    rgba(5,5,5,0) 100%
  ) !important;
}

.hero--no-baked-ui .hero__content{
  position:relative !important;
  z-index:5 !important;
}

@media(max-width:820px){
  .hero--no-baked-ui .hero__bg{
    background:linear-gradient(
      180deg,
      rgba(5,5,5,.04) 0%,
      rgba(5,5,5,.12) 34%,
      rgba(5,5,5,.88) 70%,
      #050505 100%
    ) !important;
  }
}

/* ==========================================================
   FINAL RESPONSIVE HERO FIX
   Desktop: integrated wide background.
   Mobile: separate product layer so product is clearly visible.
   This override intentionally disables all old pseudo overlays that caused artifacts.
========================================================== */
.hero--no-baked-ui,
.hero--no-baked-ui *{
  box-sizing:border-box !important;
}

.hero--no-baked-ui::before,
.hero--no-baked-ui::after,
.hero::before,
.hero::after,
.hero--no-baked-ui .hero-product::before,
.hero--no-baked-ui .hero-product::after{
  display:none !important;
  content:none !important;
  background:none !important;
  opacity:0 !important;
}

.hero--no-baked-ui{
  position:relative !important;
  isolation:isolate !important;
  overflow:hidden !important;
  background:#050505 !important;
}

.hero--no-baked-ui .hero-product{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  z-index:1 !important;
  pointer-events:none !important;
  overflow:hidden !important;
}

.hero--no-baked-ui .hero-product > img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  filter:none !important;
}

.hero--no-baked-ui .hero__bg{
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:linear-gradient(90deg,
    #050505 0%,
    rgba(5,5,5,.99) 23%,
    rgba(5,5,5,.84) 38%,
    rgba(5,5,5,.42) 54%,
    rgba(5,5,5,.10) 70%,
    rgba(5,5,5,0) 100%) !important;
}

.hero--no-baked-ui .hero__content{
  position:relative !important;
  z-index:5 !important;
}

.hero--no-baked-ui .hero-mobile-product{
  display:none !important;
}

@media (min-width:821px){
  .hero--no-baked-ui{
    min-height:900px !important;
    display:flex !important;
    align-items:center !important;
    padding:112px 4.5vw 62px !important;
  }

  .hero--no-baked-ui .hero__content{
    max-width:610px !important;
    width:100% !important;
  }
}

@media (max-width:820px){
  .hero--no-baked-ui{
    min-height:100svh !important;
    display:flex !important;
    align-items:flex-start !important;
    padding:34px 18px 28px !important;
  }

  .hero--no-baked-ui .hero-product > img{
    object-position:24% center !important; /* background/wall only, product handled by mobile layer */
    filter:brightness(.92) saturate(1.02) !important;
  }

  .hero--no-baked-ui .hero__bg{
    z-index:2 !important;
    background:
      linear-gradient(180deg,
        rgba(5,5,5,.58) 0%,
        rgba(5,5,5,.26) 28%,
        rgba(5,5,5,.08) 48%,
        rgba(5,5,5,.48) 70%,
        #050505 100%),
      linear-gradient(90deg,
        rgba(5,5,5,.96) 0%,
        rgba(5,5,5,.78) 48%,
        rgba(5,5,5,.20) 100%) !important;
  }

  .hero--no-baked-ui .hero-mobile-product{
    display:block !important;
    position:absolute !important;
    z-index:3 !important;
    right:-38vw !important;
    bottom:155px !important;
    width:126vw !important;
    max-width:none !important;
    pointer-events:none !important;
    opacity:.92 !important;
    filter:saturate(1.03) contrast(1.03) brightness(.88) drop-shadow(0 22px 55px rgba(0,0,0,.55)) !important;
  }

  .hero--no-baked-ui .hero-mobile-product img{
    width:100% !important;
    height:auto !important;
    display:block !important;
  }

  .hero--no-baked-ui .hero__content{
    width:100% !important;
    max-width:none !important;
    z-index:6 !important;
    padding-top:0 !important;
  }

  .hero--no-baked-ui .eyebrow{
    margin-bottom:18px !important;
    font-size:11px !important;
    padding:9px 14px !important;
  }

  .hero--no-baked-ui h1{
    font-size:clamp(36px, 11vw, 48px) !important;
    line-height:.98 !important;
    margin-bottom:14px !important;
    max-width:96vw !important;
  }

  .hero--no-baked-ui .hero__lead{
    font-size:15px !important;
    line-height:1.42 !important;
    max-width:330px !important;
    margin-bottom:0 !important;
  }

  .hero--no-baked-ui .hero-features{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:7px !important;
    margin:22px 0 16px !important;
    max-width:100% !important;
  }

  .hero--no-baked-ui .hero-features div{
    min-height:74px !important;
    padding:8px 6px !important;
    border-radius:14px !important;
    background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    box-shadow:0 10px 24px rgba(0,0,0,.20) !important;
    backdrop-filter:blur(8px) !important;
  }

  .hero--no-baked-ui .hero-features svg{
    width:26px !important;
    height:26px !important;
  }

  .hero--no-baked-ui .hero-features span{
    font-size:11px !important;
    line-height:1.15 !important;
    font-weight:750 !important;
  }

  .hero--no-baked-ui .hero-offer{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
    max-width:100% !important;
    margin-top:0 !important;
  }

  .hero--no-baked-ui .price-card,
  .hero--no-baked-ui .timer{
    min-height:92px !important;
    padding:12px 14px !important;
    border-radius:16px !important;
    background:linear-gradient(180deg,rgba(10,10,10,.78),rgba(5,5,5,.62)) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    backdrop-filter:blur(10px) !important;
  }

  .hero--no-baked-ui .price-card span,
  .hero--no-baked-ui .timer>span{
    font-size:10px !important;
    margin-bottom:5px !important;
  }

  .hero--no-baked-ui .price-card strong{
    font-size:34px !important;
  }

  .hero--no-baked-ui .price-card small{
    font-size:16px !important;
  }

  .hero--no-baked-ui .price-card p{
    font-size:12px !important;
  }

  .hero--no-baked-ui .timer__grid{
    gap:6px !important;
  }

  .hero--no-baked-ui .timer__grid b,
  .hero--no-baked-ui .timer__grid i{
    font-size:23px !important;
  }

  .hero--no-baked-ui .timer__labels{
    font-size:9px !important;
  }

  .hero--no-baked-ui .hero-actions{
    margin-top:12px !important;
    max-width:none !important;
  }

  .hero--no-baked-ui .hero-actions .btn--primary{
    width:100% !important;
    min-height:54px !important;
    border-radius:16px !important;
  }
}

@media (max-width:420px){
  .hero--no-baked-ui{
    padding-top:32px !important;
  }

  .hero--no-baked-ui .hero-mobile-product{
    right:-43vw !important;
    bottom:165px !important;
    width:136vw !important;
  }

  .hero--no-baked-ui h1{
    font-size:clamp(34px, 10.6vw, 44px) !important;
  }
}

/* ==========================================================
   REAL MOBILE HERO RESTRUCTURE
   Mobile order: text → product image → features → price/timer → CTA.
   Desktop remains wide integrated hero.
========================================================== */
.hero--no-baked-ui .hero-mobile-product{
  display:none !important;
}

@media (max-width:820px){
  .hero--no-baked-ui{
    min-height:auto !important;
    display:block !important;
    padding:30px 18px 28px !important;
    overflow:hidden !important;
    background:
      radial-gradient(circle at 72% 34%, rgba(213,132,42,.18), transparent 28%),
      linear-gradient(180deg,#050505 0%, #0a0705 48%, #050505 100%) !important;
  }

  .hero--no-baked-ui .hero-product{
    position:absolute !important;
    inset:0 !important;
    z-index:1 !important;
    opacity:.45 !important;
    filter:blur(.2px) brightness(.75) saturate(1.04) !important;
  }

  .hero--no-baked-ui .hero-product > img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:18% center !important;
    transform:none !important;
  }

  .hero--no-baked-ui .hero__bg{
    position:absolute !important;
    inset:0 !important;
    z-index:2 !important;
    background:
      linear-gradient(180deg,
        rgba(5,5,5,.72) 0%,
        rgba(5,5,5,.58) 30%,
        rgba(5,5,5,.24) 54%,
        rgba(5,5,5,.74) 100%),
      linear-gradient(90deg,
        rgba(5,5,5,.88) 0%,
        rgba(5,5,5,.42) 58%,
        rgba(5,5,5,.22) 100%) !important;
  }

  .hero--no-baked-ui .hero__content{
    position:relative !important;
    z-index:5 !important;
    width:100% !important;
    max-width:none !important;
    padding:0 !important;
  }

  .hero--no-baked-ui .eyebrow{
    margin:0 0 16px !important;
    font-size:11px !important;
    padding:8px 13px !important;
  }

  .hero--no-baked-ui h1{
    max-width:100% !important;
    font-size:clamp(34px,10.4vw,44px) !important;
    line-height:.98 !important;
    letter-spacing:-.055em !important;
    margin:0 0 12px !important;
  }

  .hero--no-baked-ui .hero__lead{
    max-width:100% !important;
    font-size:15px !important;
    line-height:1.42 !important;
    margin:0 0 16px !important;
    color:rgba(255,255,255,.82) !important;
  }

  .hero--no-baked-ui .hero-mobile-product{
    display:block !important;
    position:relative !important;
    z-index:5 !important;
    width:100% !important;
    aspect-ratio:16/9 !important;
    margin:4px 0 16px !important;
    border-radius:20px !important;
    overflow:hidden !important;
    border:1px solid rgba(255,255,255,.10) !important;
    background:#080808 !important;
    box-shadow:0 18px 48px rgba(0,0,0,.32) !important;
  }

  .hero--no-baked-ui .hero-mobile-product::after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    background:
      linear-gradient(180deg,rgba(5,5,5,.05),rgba(5,5,5,.16)),
      linear-gradient(90deg,rgba(5,5,5,.35) 0%, rgba(5,5,5,0) 45%) !important;
    pointer-events:none !important;
  }

  .hero--no-baked-ui .hero-mobile-product img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:72% center !important;
    display:block !important;
    filter:saturate(1.03) contrast(1.03) brightness(.96) !important;
  }

  .hero--no-baked-ui .hero-features{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0,1fr)) !important;
    gap:8px !important;
    margin:0 0 14px !important;
    max-width:100% !important;
  }

  .hero--no-baked-ui .hero-features div{
    min-height:68px !important;
    padding:8px 5px !important;
    border-radius:14px !important;
    border:1px solid rgba(255,255,255,.075) !important;
    background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.014)) !important;
    box-shadow:0 8px 20px rgba(0,0,0,.18) !important;
    backdrop-filter:blur(8px) !important;
  }

  .hero--no-baked-ui .hero-features svg{
    width:25px !important;
    height:25px !important;
    margin-bottom:4px !important;
  }

  .hero--no-baked-ui .hero-features span{
    font-size:10.5px !important;
    line-height:1.12 !important;
    font-weight:750 !important;
  }

  .hero--no-baked-ui .hero-offer{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:9px !important;
    max-width:100% !important;
    margin:0 !important;
  }

  .hero--no-baked-ui .price-card,
  .hero--no-baked-ui .timer{
    min-height:94px !important;
    padding:12px 13px !important;
    border-radius:16px !important;
    background:linear-gradient(180deg,rgba(9,9,9,.86),rgba(5,5,5,.68)) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    backdrop-filter:blur(10px) !important;
  }

  .hero--no-baked-ui .price-card span,
  .hero--no-baked-ui .timer>span{
    font-size:10px !important;
    margin-bottom:5px !important;
  }

  .hero--no-baked-ui .price-card strong{
    font-size:33px !important;
    line-height:1 !important;
  }

  .hero--no-baked-ui .price-card small{
    font-size:15px !important;
  }

  .hero--no-baked-ui .price-card p{
    font-size:12px !important;
    line-height:1.2 !important;
  }

  .hero--no-baked-ui .timer__grid{
    gap:5px !important;
  }

  .hero--no-baked-ui .timer__grid b,
  .hero--no-baked-ui .timer__grid i{
    font-size:22px !important;
  }

  .hero--no-baked-ui .timer__labels{
    font-size:9px !important;
  }

  .hero--no-baked-ui .hero-actions{
    margin-top:12px !important;
    max-width:none !important;
  }

  .hero--no-baked-ui .hero-actions .btn--primary{
    width:100% !important;
    min-height:54px !important;
    border-radius:16px !important;
  }
}

@media (max-width:380px){
  .hero--no-baked-ui{
    padding:26px 14px 24px !important;
  }
  .hero--no-baked-ui h1{
    font-size:clamp(31px,10vw,39px) !important;
  }
  .hero--no-baked-ui .hero__lead{
    font-size:14px !important;
  }
  .hero--no-baked-ui .hero-mobile-product{
    margin-bottom:12px !important;
  }
  .hero--no-baked-ui .hero-features{
    gap:6px !important;
  }
  .hero--no-baked-ui .hero-features span{
    font-size:9.7px !important;
  }
  .hero--no-baked-ui .price-card strong{
    font-size:30px !important;
  }
  .hero--no-baked-ui .timer__grid b,
  .hero--no-baked-ui .timer__grid i{
    font-size:20px !important;
  }
}

/* ==========================================================
   AUTHORITATIVE RESPONSIVE HERO FIX
   Desktop keeps background scene. Mobile becomes a clean vertical layout:
   text -> product image -> features -> price/timer -> CTA.
========================================================== */

.hero--no-baked-ui .hero-mobile-product{
  display:none !important;
}

@media (min-width:821px){
  .hero--no-baked-ui .hero-mobile-product{
    display:none !important;
  }
}

@media (max-width:820px){
  .hero--no-baked-ui{
    position:relative !important;
    display:block !important;
    min-height:auto !important;
    height:auto !important;
    padding:34px 18px 34px !important;
    overflow:hidden !important;
    background:#050505 !important;
  }

  .hero--no-baked-ui::before,
  .hero--no-baked-ui::after,
  .hero--no-baked-ui .hero-product::before,
  .hero--no-baked-ui .hero-product::after,
  .hero--no-baked-ui .hero-mobile-product::before{
    display:none !important;
    content:none !important;
    background:none !important;
  }

  .hero--no-baked-ui .hero__bg{
    position:absolute !important;
    inset:0 !important;
    z-index:0 !important;
    pointer-events:none !important;
    background:
      radial-gradient(circle at 72% 24%, rgba(224,143,45,.18), transparent 23%),
      linear-gradient(180deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.91) 48%, #050505 100%) !important;
  }

  /* Hide the desktop background product on mobile completely */
  .hero--no-baked-ui > .hero-product{
    display:none !important;
  }

  .hero--no-baked-ui .hero__content{
    position:relative !important;
    z-index:3 !important;
    width:100% !important;
    max-width:none !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    padding:0 !important;
  }

  .hero--no-baked-ui .eyebrow{
    align-self:flex-start !important;
    margin:0 0 18px !important;
    padding:8px 14px !important;
    font-size:11px !important;
    letter-spacing:.08em !important;
  }

  .hero--no-baked-ui h1{
    margin:0 0 14px !important;
    max-width:100% !important;
    font-size:clamp(40px, 12.4vw, 52px) !important;
    line-height:.98 !important;
    letter-spacing:-.06em !important;
    text-shadow:0 12px 30px rgba(0,0,0,.64) !important;
  }

  .hero--no-baked-ui .hero__lead{
    max-width:100% !important;
    margin:0 !important;
    font-size:16px !important;
    line-height:1.45 !important;
    color:rgba(255,255,255,.82) !important;
  }

  /* Real mobile product block: visible, in flow, full width */
  .hero--no-baked-ui .hero-mobile-product{
    display:block !important;
    position:relative !important;
    z-index:2 !important;
    width:100% !important;
    height:210px !important;
    margin:22px 0 20px !important;
    overflow:hidden !important;
    border-radius:22px !important;
    border:1px solid rgba(255,255,255,.08) !important;
    background:#090604 !important;
    box-shadow:0 18px 44px rgba(0,0,0,.28) !important;
  }

  .hero--no-baked-ui .hero-mobile-product::after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    pointer-events:none !important;
    background:
      linear-gradient(90deg, rgba(5,5,5,.34) 0%, rgba(5,5,5,.02) 42%, rgba(5,5,5,0) 100%),
      linear-gradient(180deg, rgba(5,5,5,.16) 0%, rgba(5,5,5,0) 35%, rgba(5,5,5,.12) 100%) !important;
  }

  .hero--no-baked-ui .hero-mobile-product img{
    width:100% !important;
    height:100% !important;
    display:block !important;
    object-fit:cover !important;
    object-position:68% center !important;
    transform:none !important;
    filter:saturate(1.03) contrast(1.02) brightness(.96) !important;
  }

  .hero--no-baked-ui .hero-features{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0,1fr)) !important;
    gap:8px !important;
    width:100% !important;
    max-width:none !important;
    margin:0 0 14px !important;
  }

  .hero--no-baked-ui .hero-features div,
  .hero--no-baked-ui .hero-features div:last-child{
    min-height:72px !important;
    padding:9px 6px !important;
    border-radius:14px !important;
    border:1px solid rgba(255,255,255,.07) !important;
    background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012)) !important;
    box-shadow:0 10px 24px rgba(0,0,0,.16) !important;
    backdrop-filter:blur(6px) !important;
  }

  .hero--no-baked-ui .hero-features svg{
    width:26px !important;
    height:26px !important;
    margin-bottom:4px !important;
  }

  .hero--no-baked-ui .hero-features span{
    font-size:10.5px !important;
    line-height:1.12 !important;
    font-weight:750 !important;
    color:rgba(255,255,255,.92) !important;
  }

  .hero--no-baked-ui .hero-offer{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
  }

  .hero--no-baked-ui .price-card,
  .hero--no-baked-ui .timer{
    width:100% !important;
    min-width:0 !important;
    min-height:108px !important;
    padding:14px 12px !important;
    border-radius:18px !important;
  }

  .hero--no-baked-ui .price-card span,
  .hero--no-baked-ui .timer > span{
    font-size:11px !important;
    margin-bottom:7px !important;
  }

  .hero--no-baked-ui .price-card strong{
    font-size:38px !important;
    line-height:1 !important;
  }

  .hero--no-baked-ui .price-card small{
    font-size:17px !important;
  }

  .hero--no-baked-ui .price-card p{
    font-size:12px !important;
    margin-top:8px !important;
  }

  .hero--no-baked-ui .timer__grid{
    display:grid !important;
    grid-template-columns:1fr auto 1fr auto 1fr !important;
    align-items:center !important;
    gap:4px !important;
  }

  .hero--no-baked-ui .timer__grid b{
    font-size:25px !important;
    line-height:1 !important;
  }

  .hero--no-baked-ui .timer__grid i{
    font-size:20px !important;
  }

  .hero--no-baked-ui .timer__labels{
    font-size:9px !important;
    margin-top:6px !important;
  }

  .hero--no-baked-ui .hero-actions{
    width:100% !important;
    max-width:none !important;
    margin:14px 0 0 !important;
  }

  .hero--no-baked-ui .hero-actions .btn--primary{
    width:100% !important;
    min-height:58px !important;
    border-radius:18px !important;
    font-size:16px !important;
  }
}

@media (max-width:390px){
  .hero--no-baked-ui{
    padding-left:16px !important;
    padding-right:16px !important;
  }
  .hero--no-baked-ui .hero-mobile-product{
    height:190px !important;
  }
  .hero--no-baked-ui h1{
    font-size:39px !important;
  }
  .hero--no-baked-ui .hero-offer{
    gap:8px !important;
  }
}

/* FINAL OVERRIDE: remove leftover mobile positioning from old attempts */
@media (max-width:820px){
  .hero--no-baked-ui .hero-mobile-product{
    position:relative !important;
    inset:auto !important;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    left:auto !important;
    transform:none !important;
    translate:none !important;
    order:0 !important;
    display:block !important;
    width:100% !important;
    height:210px !important;
    margin:22px 0 20px !important;
  }
  .hero--no-baked-ui .hero-features div,
  .hero--no-baked-ui .hero-features div:last-child{
    grid-column:auto !important;
    grid-row:auto !important;
  }
}
@media (max-width:390px){
  .hero--no-baked-ui .hero-mobile-product{
    height:190px !important;
  }
}

/* ==========================================================
   STABLE MOBILE HERO FINAL
   Desktop keeps the wide hero image. Mobile gets its own product card in normal document flow.
========================================================== */
.hero-mobile-product{display:none;}
@media (max-width:820px){
  html, body{background:#050505 !important;}
  .hero--no-baked-ui{
    position:relative !important;
    display:block !important;
    min-height:0 !important;
    height:auto !important;
    padding:32px 18px 34px !important;
    overflow:hidden !important;
    background:#050505 !important;
  }
  .hero--no-baked-ui::before,
  .hero--no-baked-ui::after,
  .hero--no-baked-ui .hero-product,
  .hero--no-baked-ui .hero-product::before,
  .hero--no-baked-ui .hero-product::after{
    display:none !important;
    content:none !important;
    background:none !important;
  }
  .hero--no-baked-ui .hero__bg{
    position:absolute !important;
    inset:0 !important;
    z-index:0 !important;
    pointer-events:none !important;
    background:
      radial-gradient(circle at 72% 30%, rgba(214,137,37,.14), transparent 25%),
      linear-gradient(180deg,#050505 0%,#080604 46%,#050505 100%) !important;
  }
  .hero--no-baked-ui .hero__content{
    position:relative !important;
    z-index:2 !important;
    display:flex !important;
    flex-direction:column !important;
    width:100% !important;
    max-width:none !important;
    padding:0 !important;
  }
  .hero--no-baked-ui .eyebrow{
    align-self:flex-start !important;
    margin:0 0 18px !important;
    padding:8px 14px !important;
    font-size:11px !important;
    letter-spacing:.08em !important;
  }
  .hero--no-baked-ui h1{
    margin:0 0 14px !important;
    max-width:100% !important;
    font-size:clamp(38px,11.3vw,48px) !important;
    line-height:.98 !important;
    letter-spacing:-.06em !important;
    text-shadow:0 12px 28px rgba(0,0,0,.62) !important;
  }
  .hero--no-baked-ui .hero__lead{
    margin:0 !important;
    max-width:100% !important;
    font-size:15.5px !important;
    line-height:1.45 !important;
    color:rgba(255,255,255,.82) !important;
  }
  .hero--no-baked-ui .hero-mobile-product{
    display:block !important;
    position:relative !important;
    inset:auto !important;
    width:100% !important;
    height:218px !important;
    margin:20px 0 18px !important;
    overflow:hidden !important;
    border-radius:22px !important;
    border:1px solid rgba(255,255,255,.08) !important;
    background:#090604 !important;
    box-shadow:0 18px 42px rgba(0,0,0,.30) !important;
  }
  .hero--no-baked-ui .hero-mobile-product img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:50% center !important;
    transform:none !important;
    opacity:1 !important;
    visibility:visible !important;
    filter:saturate(1.02) contrast(1.02) brightness(.96) !important;
  }
  .hero--no-baked-ui .hero-mobile-product::before,
  .hero--no-baked-ui .hero-mobile-product::after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    pointer-events:none !important;
  }
  .hero--no-baked-ui .hero-mobile-product::before{
    background:linear-gradient(180deg, rgba(5,5,5,.08) 0%, rgba(5,5,5,0) 40%, rgba(5,5,5,.12) 100%) !important;
  }
  .hero--no-baked-ui .hero-mobile-product::after{display:none !important;content:none !important;}
  .hero--no-baked-ui .hero-features{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important;
    width:100% !important;
    max-width:none !important;
    margin:0 0 14px !important;
  }
  .hero--no-baked-ui .hero-features div,
  .hero--no-baked-ui .hero-features div:last-child{
    grid-column:auto !important;
    min-height:72px !important;
    padding:8px 5px !important;
    border-radius:14px !important;
    border:1px solid rgba(255,255,255,.07) !important;
    background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012)) !important;
    box-shadow:0 10px 24px rgba(0,0,0,.16) !important;
    backdrop-filter:blur(6px) !important;
  }
  .hero--no-baked-ui .hero-features svg{width:25px !important;height:25px !important;margin-bottom:4px !important;}
  .hero--no-baked-ui .hero-features span{font-size:10px !important;line-height:1.12 !important;font-weight:750 !important;}
  .hero--no-baked-ui .hero-offer{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
  }
  .hero--no-baked-ui .price-card,
  .hero--no-baked-ui .timer{
    width:100% !important;min-width:0 !important;min-height:106px !important;padding:14px 12px !important;border-radius:18px !important;
  }
  .hero--no-baked-ui .price-card span,
  .hero--no-baked-ui .timer>span{font-size:11px !important;margin-bottom:7px !important;}
  .hero--no-baked-ui .price-card strong{font-size:37px !important;line-height:1 !important;}
  .hero--no-baked-ui .price-card small{font-size:17px !important;}
  .hero--no-baked-ui .price-card p{font-size:12px !important;margin-top:8px !important;}
  .hero--no-baked-ui .timer__grid{display:grid !important;grid-template-columns:1fr auto 1fr auto 1fr !important;align-items:center !important;gap:3px !important;}
  .hero--no-baked-ui .timer__grid b{font-size:24px !important;line-height:1 !important;}
  .hero--no-baked-ui .timer__grid i{font-size:19px !important;}
  .hero--no-baked-ui .timer__labels{font-size:9px !important;margin-top:6px !important;}
  .hero--no-baked-ui .hero-actions{width:100% !important;max-width:none !important;margin:14px 0 0 !important;}
  .hero--no-baked-ui .hero-actions .btn--primary{width:100% !important;min-height:58px !important;border-radius:18px !important;font-size:16px !important;}
}
@media (max-width:390px){
  .hero--no-baked-ui{padding-left:16px !important;padding-right:16px !important;}
  .hero--no-baked-ui .hero-mobile-product{height:196px !important;}
  .hero--no-baked-ui h1{font-size:37px !important;}
  .hero--no-baked-ui .hero-offer{gap:8px !important;}
  .hero--no-baked-ui .price-card,.hero--no-baked-ui .timer{padding:13px 10px !important;}
}


/* ==========================================================
   FINAL MOBILE PRODUCT CROP POLISH
   Uses a dedicated tighter mobile crop: product centered, no empty left area.
========================================================== */
@media (max-width:820px){
  .hero--no-baked-ui .hero-mobile-product{
    height:224px !important;
    margin:20px 0 18px !important;
    border-radius:22px !important;
  }
  .hero--no-baked-ui .hero-mobile-product img{
    object-fit:cover !important;
    object-position:center center !important;
    transform:none !important;
  }
}
@media (max-width:390px){
  .hero--no-baked-ui .hero-mobile-product{height:204px !important;}
}

/* ==========================================================
   TRUST SECTIONS: before/after + reviews
========================================================== */
.before-after,
.reviews{
  position:relative;
}

.ba-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.ba-card{
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}

.ba-visual{
  position:relative;
  min-height:360px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  overflow:hidden;
  background:#080706;
}

.ba-pane{
  position:relative;
  min-height:360px;
  overflow:hidden;
  background:#120f0d;
}

.ba-pane img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  display:block;
}

.ba-pane--before{
  border-right:1px solid rgba(255,255,255,.06);
}

.ba-pane--before::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.12));
  pointer-events:none;
}

.ba-pane--before-dark::after{
  background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.18));
}

.ba-pane--after::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:1px;
  background:linear-gradient(180deg,transparent,rgba(241,190,86,.75),transparent);
  box-shadow:0 0 24px rgba(241,190,86,.35);
  z-index:2;
}

.ba-pane span{
  position:absolute;
  left:16px;
  top:16px;
  z-index:3;
  padding:8px 13px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.ba-pane--before span{
  color:rgba(255,255,255,.78);
  background:rgba(0,0,0,.46);
  border:1px solid rgba(255,255,255,.12);
}

.ba-pane--after span{
  color:#17120a;
  background:linear-gradient(180deg,#f2d099,#dba04e);
  box-shadow:0 14px 30px rgba(219,160,78,.22);
}

.ba-content{
  padding:22px 24px 24px;
}

.ba-content h3{
  margin:0 0 8px;
  font-size:24px;
}

.ba-content p{
  margin:0;
  color:rgba(255,255,255,.68);
  line-height:1.55;
}

.reviews-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.review-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:245px;
  padding:24px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.018));
  box-shadow:0 20px 60px rgba(0,0,0,.22);
}

.review-card p{
  margin:16px 0 24px;
  color:rgba(255,255,255,.82);
  font-size:17px;
  line-height:1.55;
}

.review-stars{
  color:#e7ad34;
  letter-spacing:.14em;
  font-size:15px;
}

.review-author{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:16px;
}

.review-author b{
  color:#fff;
}

.review-author span{
  color:rgba(255,255,255,.55);
  font-size:14px;
}

.review-card--image{
  padding:0;
  overflow:hidden;
  display:grid;
  grid-template-rows:145px 1fr;
}

.review-card--image img{
  width:100%;
  height:145px;
  object-fit:cover;
  display:block;
}

.review-card--image>div{
  padding:20px 22px 22px;
}

.review-card--image p{
  margin:12px 0 18px;
  font-size:16px;
}

@media(max-width:900px){
  .ba-grid,
  .reviews-grid{
    grid-template-columns:1fr;
  }

  .ba-visual,
  .ba-pane,
  .ba-pane img{
    min-height:280px;
  }

  .ba-content h3{
    font-size:21px;
  }

  .review-card{
    min-height:auto;
  }
}

@media(max-width:520px){
  .ba-visual,
  .ba-pane,
  .ba-pane img{
    min-height:230px;
  }
  .ba-content{
    padding:18px;
  }
  .review-card{
    border-radius:22px;
    padding:20px;
  }
  .review-card p{
    font-size:15px;
    margin:12px 0 18px;
  }
}


/* ==========================================================
   BEFORE / AFTER FINAL POLISH — desktop + mobile
   Bigger visuals, softer divider, cleaner text rhythm.
========================================================== */
.ba-card{
  border-radius:30px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015)) !important;
}

.ba-visual{
  min-height:400px !important;
}

.ba-pane,
.ba-pane img{
  min-height:400px !important;
}

.ba-pane--after::before{
  width:2px !important;
  background:linear-gradient(180deg,transparent 0%,rgba(244,197,111,.22) 18%,rgba(244,197,111,.66) 50%,rgba(244,197,111,.22) 82%,transparent 100%) !important;
  box-shadow:0 0 18px rgba(244,197,111,.26) !important;
}

.ba-pane span{
  top:14px !important;
  left:14px !important;
  padding:8px 14px !important;
}

.ba-content{
  padding:24px 26px 26px !important;
}

.ba-content h3{
  font-size:25px !important;
  line-height:1.16 !important;
}

.ba-content p{
  max-width:92% !important;
  font-size:16px !important;
}

@media(max-width:900px){
  .ba-grid{
    gap:26px !important;
  }

  .ba-visual,
  .ba-pane,
  .ba-pane img{
    min-height:330px !important;
  }

  .ba-content h3{
    font-size:23px !important;
  }

  .ba-content p{
    max-width:100% !important;
  }
}

@media(max-width:520px){
  .before-after.section{
    padding-top:68px !important;
    padding-bottom:68px !important;
  }

  .ba-grid{
    gap:28px !important;
  }

  .ba-card{
    border-radius:24px !important;
  }

  .ba-visual{
    min-height:285px !important;
    grid-template-columns:1fr 1fr !important;
  }

  .ba-pane,
  .ba-pane img{
    min-height:285px !important;
  }

  .ba-pane img{
    object-position:center center !important;
  }

  .ba-pane span{
    top:12px !important;
    left:12px !important;
    padding:7px 12px !important;
    font-size:11px !important;
  }

  .ba-content{
    padding:18px 18px 20px !important;
  }

  .ba-content h3{
    font-size:22px !important;
    margin-bottom:9px !important;
  }

  .ba-content p{
    font-size:15px !important;
    line-height:1.5 !important;
  }
}

@media(max-width:390px){
  .ba-visual,
  .ba-pane,
  .ba-pane img{
    min-height:260px !important;
  }

  .ba-content h3{
    font-size:20px !important;
  }

  .ba-content p{
    font-size:14px !important;
  }
}

/* Interactive Before / After slider */
.ba-slider{
  position:relative !important;
  display:block !important;
  height:400px !important;
  min-height:400px !important;
  overflow:hidden !important;
  background:#090807 !important;
  cursor:ew-resize !important;
  user-select:none !important;
  touch-action:none !important;
}

.ba-slider__img,
.ba-slider > .ba-slider__img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  object-fit:cover !important;
  display:block !important;
  pointer-events:none !important;
}

.ba-slider__after{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  clip-path:inset(0 calc(100% - var(--pos,50%)) 0 0) !important;
  pointer-events:none !important;
}

.ba-slider__after .ba-slider__img{
  z-index:1 !important;
}

.ba-tag{
  position:absolute !important;
  top:16px !important;
  z-index:4 !important;
  padding:8px 13px !important;
  border-radius:999px !important;
  font-size:12px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  pointer-events:none !important;
}

.ba-tag--before{
  left:16px !important;
  color:rgba(255,255,255,.82) !important;
  background:rgba(0,0,0,.48) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  backdrop-filter:blur(8px) !important;
}

.ba-tag--after{
  right:16px !important;
  color:#17120a !important;
  background:linear-gradient(180deg,#f2d099,#dba04e) !important;
  box-shadow:0 14px 30px rgba(219,160,78,.22) !important;
}

.ba-slider__line{
  position:absolute !important;
  top:0 !important;
  bottom:0 !important;
  left:var(--pos,50%) !important;
  z-index:3 !important;
  width:2px !important;
  transform:translateX(-50%) !important;
  background:linear-gradient(180deg,transparent,rgba(255,235,196,.95),rgba(231,173,52,.9),transparent) !important;
  box-shadow:0 0 22px rgba(231,173,52,.42) !important;
  pointer-events:none !important;
}

.ba-slider__handle{
  position:absolute !important;
  left:var(--pos,50%) !important;
  top:50% !important;
  z-index:5 !important;
  width:48px !important;
  height:48px !important;
  transform:translate(-50%,-50%) !important;
  border-radius:50% !important;
  border:1px solid rgba(255,236,194,.62) !important;
  background:linear-gradient(180deg,#f2d099,#dba04e) !important;
  box-shadow:0 18px 34px rgba(0,0,0,.32),0 0 28px rgba(219,160,78,.24) !important;
  pointer-events:none !important;
}

.ba-slider__handle span:before{
  content:"‹ ›";
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#17120a;
  font-size:22px;
  font-weight:900;
  letter-spacing:-2px;
}

.ba-slider__range{
  position:absolute !important;
  inset:0 !important;
  z-index:10 !important;
  width:100% !important;
  height:100% !important;
  opacity:0 !important;
  cursor:ew-resize !important;
  margin:0 !important;
  touch-action:none !important;
}

.ba-card:has(.ba-slider) .ba-visual:after,
.ba-card:has(.ba-slider) .ba-visual:before{
  display:none !important;
  content:none !important;
}

@media(max-width:900px){
  .ba-slider{
    height:340px !important;
    min-height:340px !important;
  }
}

@media(max-width:520px){
  .ba-slider{
    height:270px !important;
    min-height:270px !important;
  }
  .ba-slider__handle{
    width:42px !important;
    height:42px !important;
  }
  .ba-tag{
    top:12px !important;
    padding:7px 11px !important;
    font-size:11px !important;
  }
  .ba-tag--before{left:12px !important;}
  .ba-tag--after{right:12px !important;}
}


/* ==========================================================
   USE CASES — replaces duplicated interior gallery
   The visual proof remains in the interactive Before/After block.
========================================================== */
.usecases .section-head{
  max-width:760px;
}

.usecase-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.usecase-card{
  min-height:230px;
  padding:24px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 18% 0%,rgba(231,173,52,.13),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  box-shadow:0 20px 60px rgba(0,0,0,.20);
}

.usecase-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:14px;
  margin-bottom:26px;
  color:#17120a;
  font-size:13px;
  font-weight:900;
  background:linear-gradient(180deg,#f2d099,#dba04e);
  box-shadow:0 12px 28px rgba(219,160,78,.20);
}

.usecase-card h3{
  margin:0 0 12px;
  font-size:22px;
}

.usecase-card p{
  margin:0;
  color:rgba(255,255,255,.68);
  line-height:1.55;
}

@media(max-width:1100px){
  .usecase-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media(max-width:620px){
  .usecase-grid{grid-template-columns:1fr;gap:12px;}
  .usecase-card{min-height:auto;padding:20px;border-radius:22px;}
  .usecase-card span{width:38px;height:38px;margin-bottom:18px;}
  .usecase-card h3{font-size:19px;}
  .usecase-card p{font-size:15px;}
}


/* ==========================================================
   ORIGINAL BEFORE/AFTER FINAL — bigger cards with original after photos
========================================================== */
.before-after .section-head{
  max-width: 920px;
}

.before-after .section-head p{
  max-width: 760px;
}

.ba-grid{
  grid-template-columns: 1fr !important;
  gap: 34px !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
}

.ba-card{
  border-radius: 34px !important;
  overflow: hidden !important;
}

.ba-visual{
  min-height: 560px !important;
}

.ba-slider__img,
.ba-slider__after img{
  min-height: 560px !important;
  object-fit: cover !important;
}

.ba-card:nth-child(1) .ba-slider__img{
  object-position: center center !important;
}

.ba-card:nth-child(1) .ba-slider__after img{
  object-position: center center !important;
}

.ba-card:nth-child(2) .ba-slider__img{
  object-position: center center !important;
}

.ba-card:nth-child(2) .ba-slider__after img{
  object-position: center center !important;
}

.ba-slider__line{
  width: 2px !important;
  background: linear-gradient(180deg, transparent, rgba(242, 208, 153, .95), transparent) !important;
  box-shadow: 0 0 24px rgba(231,173,52,.38) !important;
}

.ba-slider__handle{
  width: 54px !important;
  height: 54px !important;
  box-shadow: 0 16px 38px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.16) inset !important;
}

.ba-content{
  padding: 28px 34px 32px !important;
}

.ba-content h3{
  font-size: 30px !important;
}

.ba-content p{
  font-size: 17px !important;
  max-width: 980px !important;
}

@media(max-width: 980px){
  .ba-grid{
    gap: 26px !important;
  }
  .ba-card{
    border-radius: 28px !important;
  }
  .ba-visual,
  .ba-slider__img,
  .ba-slider__after img{
    min-height: 430px !important;
  }
  .ba-content{
    padding: 24px 26px 28px !important;
  }
  .ba-content h3{
    font-size: 25px !important;
  }
}

@media(max-width: 520px){
  .ba-grid{
    gap: 24px !important;
  }
  .ba-card{
    border-radius: 26px !important;
  }
  .ba-visual,
  .ba-slider__img,
  .ba-slider__after img{
    min-height: 315px !important;
  }
  .ba-tag{
    top: 14px !important;
    padding: 7px 12px !important;
    font-size: 11px !important;
  }
  .ba-tag--before{ left: 14px !important; }
  .ba-tag--after{ right: 14px !important; left: auto !important; }
  .ba-slider__handle{
    width: 46px !important;
    height: 46px !important;
  }
  .ba-content{
    padding: 20px 20px 24px !important;
  }
  .ba-content h3{
    font-size: 24px !important;
  }
  .ba-content p{
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
}

/* ==========================================================
   FIX BEFORE/AFTER DIRECTION
   Left side = ДО without panels. Right side = ПІСЛЯ with panels.
========================================================== */
.ba-slider__after{
  clip-path: inset(0 0 0 var(--pos,50%)) !important;
}

/* Reviews 10/10 compact trust block */
.reviews-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
}

.review-rating{
  flex:0 0 190px;
  padding:18px 20px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.018));
  box-shadow:0 18px 50px rgba(0,0,0,.24);
}

.review-rating strong{
  display:block;
  font-size:42px;
  line-height:1;
  color:#fff;
  letter-spacing:-.04em;
}

.review-rating span{
  display:block;
  margin:8px 0 6px;
  color:#e7ad34;
  letter-spacing:.1em;
  font-size:14px;
}

.review-rating small{
  display:block;
  color:rgba(255,255,255,.58);
  font-size:13px;
  line-height:1.25;
}

.reviews-grid--compact{
  align-items:stretch;
}

.review-card--result{
  min-height:auto !important;
  padding:0 !important;
  overflow:hidden;
  border-radius:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.016));
}

.review-card--result>img{
  width:100%;
  height:150px;
  object-fit:cover;
  display:block;
  border-bottom:1px solid rgba(255,255,255,.07);
}

.review-card--result .review-body{
  padding:20px 22px 22px;
  display:flex;
  flex-direction:column;
  min-height:205px;
}

.review-card--result p{
  margin:13px 0 18px !important;
  font-size:15.5px !important;
  line-height:1.52 !important;
  color:rgba(255,255,255,.84) !important;
}

.review-card--result .review-author{
  margin-top:auto;
}

@media(max-width:900px){
  .reviews-head{
    display:block;
  }
  .review-rating{
    width:100%;
    max-width:260px;
    margin-top:18px;
  }
  .review-card--result>img{
    height:180px;
  }
  .review-card--result .review-body{
    min-height:auto;
  }
}

@media(max-width:520px){
  .review-rating{
    max-width:none;
    display:grid;
    grid-template-columns:auto 1fr;
    column-gap:14px;
    align-items:center;
    padding:16px;
    border-radius:20px;
  }
  .review-rating strong{
    grid-row:span 2;
    font-size:38px;
  }
  .review-rating span{
    margin:0 0 4px;
  }
  .review-rating small{
    font-size:12px;
  }
  .review-card--result{
    border-radius:22px;
  }
  .review-card--result>img{
    height:165px;
  }
  .review-card--result .review-body{
    padding:17px 18px 18px;
  }
  .review-card--result p{
    font-size:14.5px !important;
  }
}
