*{box-sizing:border-box}
:root{
  --green:#163521;
  --green2:#244c31;
  --green3:#315c3b;
  --cream:#fffaf1;
  --cream2:#f7efe1;
  --orange:#ff6d14;
  --orange2:#e9550a;
  --text:#16261b;
  --muted:#5f685f;
  --line:rgba(42,57,38,.13);
  --shadow:0 10px 28px rgba(34,42,28,.12);
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  background:#fffaf1;
  color:var(--text);
  padding-bottom:78px;
}
img{display:block}
a{text-decoration:none;color:inherit}
.landing,.footer{max-width:768px;margin:0 auto}
.hero{
  position:relative;
  min-height:555px;
  overflow:hidden;
  background:#102719;
}
.hero__img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.hero__shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(9,30,18,.98) 0%,rgba(13,42,25,.92) 36%,rgba(13,42,25,.44) 54%,rgba(13,42,25,.02) 78%),
    linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.12));
}
.hero__content{
  position:relative;
  z-index:2;
  width:335px;
  padding:20px 0 10px 30px;
}
.sale-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 13px;
  border-radius:8px;
  color:#fff;
  background:linear-gradient(180deg,#ff8d2c,#f46613);
  font-size:14px;
  font-weight:800;
  box-shadow:0 7px 18px rgba(244,91,11,.25);
}
h1{
  margin:12px 0 6px;
  color:#fff;
  font-size:40px;
  line-height:.98;
  font-weight:900;
  letter-spacing:-1px;
}
.hero__lead{
  margin:0 0 12px;
  color:#fff;
  font-size:19px;
  font-weight:800;
  line-height:1.18;
}
.hero__desc{
  margin:0 0 12px;
  color:#fff;
  font-size:16px;
  line-height:1.34;
}
.price-panel{
  width:295px;
  height:58px;
  display:grid;
  grid-template-columns:1fr 1.15fr 74px;
  overflow:hidden;
  border-radius:8px;
  background:#fff;
  box-shadow:0 8px 18px rgba(0,0,0,.16);
}
.price-panel>div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-left:16px;
  border-right:1px solid #e7ded0;
}
.price-panel span{
  color:#7a7a72;
  font-size:11px;
  line-height:1;
  margin-bottom:5px;
}
.price-panel del{
  color:#111;
  font-weight:900;
  font-size:20px;
  text-decoration-thickness:2px;
}
.price-panel strong{
  color:var(--orange2);
  font-size:24px;
  line-height:1;
}
.price-panel em{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  font-style:normal;
  color:#fff;
  background:linear-gradient(180deg,#ff7d22,#f05a0b);
  font-size:24px;
  font-weight:900;
}
.price-panel em small{
  margin-top:2px;
  font-size:11px;
  font-weight:800;
}
.countdown{
  width:295px;
  margin-top:8px;
  padding:9px 12px 8px;
  border-radius:8px;
  color:#fff;
  background:linear-gradient(180deg,#1b4329,#163521);
  border:1px solid rgba(255,255,255,.12);
  text-align:center;
  box-shadow:0 8px 18px rgba(0,0,0,.12);
}
.countdown>span{
  display:block;
  font-size:13px;
  margin-bottom:2px;
}
.countdown b{
  display:block;
  font-size:28px;
  line-height:1;
  letter-spacing:1px;
}
.countdown div{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:2px;
}
.countdown small{
  font-size:10px;
  color:#d9e3d6;
}
.main-btn{
  width:295px;
  height:48px;
  margin-top:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  color:#fff;
  font-size:20px;
  font-weight:900;
  background:linear-gradient(180deg,#ff902a,#ff690d);
  box-shadow:0 9px 20px rgba(255,102,10,.28);
}
.hero-features{
  width:326px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:7px;
  margin-top:9px;
}
.hero-features article{
  min-height:90px;
  padding:9px 4px;
  border-radius:8px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  background:rgba(31,72,43,.94);
  border:1px solid rgba(255,255,255,.16);
}
.hero-features b{
  font-size:12px;
  line-height:1.08;
  margin-top:6px;
}
.icon{
  position:relative;
  width:35px;height:35px;
  border-radius:50%;
  background:rgba(255,255,255,.13);
  display:block;
}
.icon:before{position:absolute;color:#fff;font-weight:900;left:50%;top:50%;transform:translate(-50%,-50%);font-size:21px}
.ruler:before{content:"▱";transform:translate(-50%,-50%) rotate(-35deg)}
.feather:before{content:"◒";transform:translate(-50%,-50%) rotate(-35deg)}
.bag:before{content:"▣";font-size:18px}
.palette:before{content:"●";font-size:22px}
.space-section{
  display:grid;
  grid-template-columns:285px 1fr;
  gap:18px;
  padding:22px 30px 16px;
  background:linear-gradient(90deg,#fffaf1,#f8efe2);
}
.space-text h2,.advantages h2,.audience-section h2,.reviews-section h2{
  color:var(--green2);
  font-size:27px;
  line-height:1.12;
  margin:0 0 18px;
  letter-spacing:-.4px;
}
.space-text ul{
  display:grid;
  gap:15px;
  margin:0;
  padding:0;
  list-style:none;
}
.space-text li{
  position:relative;
  padding-left:31px;
  color:#202b23;
  font-size:16px;
  line-height:1.28;
}
.space-text li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:1px;
  width:16px;height:16px;
  border:2px solid var(--orange);
  border-radius:50%;
  color:var(--orange);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:900;
}
.space-section img{
  width:100%;
  height:290px;
  object-fit:cover;
  border-radius:8px;
  box-shadow:var(--shadow);
}
.advantages{
  padding:14px 30px 16px;
  background:#fffaf1;
  text-align:center;
}
.advantages h2{margin-bottom:12px}
.adv-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:9px;
}
.adv-grid article{
  height:105px;
  padding:10px 5px;
  border-radius:8px;
  background:linear-gradient(180deg,#fff,#fbf7ef);
  border:1px solid #e6ddcf;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-shadow:0 6px 12px rgba(31,47,29,.05);
}
.adv-grid b{
  margin-top:7px;
  color:#1d2f22;
  font-size:12px;
  line-height:1.1;
}
.adv-icon{
  width:41px;height:41px;
  position:relative;
  display:block;
  color:var(--green2);
}
.adv-icon:before,.adv-icon:after{content:"";position:absolute;border-color:var(--green2)}
.mountain:before{left:3px;right:3px;bottom:7px;height:25px;background:var(--green2);clip-path:polygon(0 100%,35% 30%,52% 65%,70% 20%,100% 100%)}
.layers:before{left:7px;top:5px;width:28px;height:28px;background:var(--green2);clip-path:polygon(50% 0,100% 25%,50% 50%,0 25%)}
.layers:after{left:7px;top:18px;width:28px;height:20px;background:var(--green2);clip-path:polygon(0 20%,50% 45%,100% 20%,100% 42%,50% 68%,0 42%)}
.backpack:before{left:10px;top:10px;width:22px;height:28px;background:var(--green2);border-radius:6px}
.backpack:after{left:14px;top:3px;width:14px;height:9px;border:4px solid var(--green2);border-bottom:0;border-radius:12px 12px 0 0}
.cotton:before{left:7px;top:14px;width:27px;height:19px;border:4px solid var(--green2);border-radius:50%}
.trees:before{left:2px;top:3px;width:37px;height:34px;background:var(--green2);clip-path:polygon(18% 100%,36% 62%,25% 62%,42% 29%,33% 29%,50% 0,67% 29%,58% 29%,75% 62%,64% 62%,82% 100%)}
.tent:before{left:4px;top:8px;width:34px;height:27px;background:var(--green2);clip-path:polygon(50% 0,100% 100%,0 100%)}
.tent:after{left:18px;top:17px;width:8px;height:18px;background:#fff;clip-path:polygon(50% 0,100% 100%,0 100%)}
.info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  padding:0 30px 16px;
  background:#fffaf1;
}
.spec-card,.bag-card,.bottom-info>div,.reviews-grid blockquote,.order-section{
  border:1px solid #e7dece;
  border-radius:8px;
  background:linear-gradient(180deg,#fff,#fbf7ef);
  box-shadow:0 6px 12px rgba(31,47,29,.04);
}
.spec-card,.bag-card{
  padding:15px;
  min-height:260px;
}
.spec-card h2,.bag-card h2,.kit-box h2,.warranty-box h2{
  color:var(--green2);
  font-size:22px;
  margin:0 0 12px;
  line-height:1.05;
}
.spec-row{
  display:grid;
  grid-template-columns:46% 54%;
  align-items:center;
  min-height:28px;
  border-bottom:1px solid #e3dacc;
}
.spec-row:last-child{border-bottom:0}
.spec-row span{
  color:#17251a;
  font-weight:800;
  font-size:12px;
}
.spec-row b{
  color:#17251a;
  font-weight:400;
  font-size:12px;
  line-height:1.15;
}
.bag-card p{
  margin:0 0 6px;
  color:#17251a;
  font-size:14px;
  line-height:1.25;
}
.bag-card img{
  width:100%;
  height:175px;
  object-fit:contain;
  object-position:center;
  border-radius:7px;
  background:#faf7f0;
}
.audience-section{
  padding:0 30px 18px;
  background:#fffaf1;
  text-align:center;
}
.audience-section h2{margin-bottom:12px}
.audience-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.audience-grid article{
  overflow:hidden;
  border-radius:8px;
  border:1px solid #e7dece;
  background:#fff;
  box-shadow:0 6px 12px rgba(31,47,29,.05);
}
.audience-grid img{
  width:100%;
  height:126px;
  object-fit:cover;
}
.audience-grid div{
  height:38px;
  display:flex;
  gap:7px;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:var(--green2);
}
.audience-grid span{font-size:16px;line-height:1}
.audience-grid b{font-size:13px;line-height:1}
.reviews-section{
  padding:0 30px 14px;
  background:#fffaf1;
  text-align:center;
}
.reviews-section h2{margin-bottom:10px}
.reviews-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  text-align:left;
}
.reviews-grid blockquote{
  margin:0;
  padding:16px;
  min-height:116px;
}
.stars{
  color:var(--orange);
  font-size:16px;
  letter-spacing:1px;
  margin-bottom:8px;
}
.reviews-grid b{
  font-size:13px;
  display:block;
  color:#17251a;
}
.reviews-grid p{
  margin:3px 0 0;
  font-size:12px;
  line-height:1.26;
  color:#17251a;
}
.bottom-info{
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:10px;
  padding:0 30px 14px;
  background:#fffaf1;
}
.kit-box,.warranty-box{
  min-height:122px;
  padding:16px;
}
.kit-box{
  position:relative;
  overflow:hidden;
}
.kit-box ul{
  margin:0;
  padding-left:17px;
  font-size:13px;
  line-height:1.35;
}
.kit-box img{
  position:absolute;
  right:8px;
  bottom:7px;
  width:118px;
  height:95px;
  object-fit:contain;
  border-radius:7px;
  background:#faf7f0;
}
.warranty-box{
  display:grid;
  grid-template-columns:1fr 88px;
  gap:12px;
  align-items:center;
}
.warranty-box p{
  margin:0;
  font-size:13px;
  line-height:1.28;
}
.shield{
  width:76px;
  height:86px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,#ff8a2a,#f06612);
  color:#fff;
  clip-path:polygon(50% 0,92% 15%,84% 78%,50% 100%,16% 78%,8% 15%);
  filter:drop-shadow(0 7px 10px rgba(0,0,0,.13));
}
.shield strong{font-size:34px;line-height:.9}
.shield span{font-size:15px;font-weight:900}
.order-section{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:16px;
  margin:0 30px 16px;
  padding:25px 36px;
  background:linear-gradient(115deg,#1a4128,#173721 55%,#214b2e);
  color:#fff;
  border-color:#11321f;
}
.order-section h2{
  margin:0 0 20px;
  color:#fff;
  font-size:25px;
  line-height:1.15;
}
.order-price{
  display:flex;
  align-items:center;
  gap:14px;
}
.order-price strong{
  font-size:34px;
  line-height:1;
  color:#fff;
}
.order-price del{
  color:rgba(255,255,255,.7);
  font-size:16px;
}
.order-price em{
  padding:9px 11px;
  border-radius:6px;
  background:var(--orange);
  font-style:normal;
  font-size:18px;
  font-weight:900;
}
form{
  background:#fff;
  border-radius:8px;
  padding:14px;
  color:#17251a;
}
label{
  display:block;
  position:relative;
  margin-bottom:8px;
}
label span{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
label:before{
  content:"";
  position:absolute;
  left:13px;
  top:12px;
  width:14px;
  height:14px;
  border:2px solid var(--green2);
  border-radius:50%;
  opacity:.8;
  pointer-events:none;
}
input{
  width:100%;
  height:38px;
  border:1px solid #dfd8cc;
  border-radius:7px;
  padding:0 11px 0 38px;
  font-size:13px;
  outline:none;
}
input:focus{
  border-color:var(--orange);
  box-shadow:0 0 0 3px rgba(255,109,20,.12);
}
label small{
  display:none;
  margin-top:4px;
  color:#b93b11;
  font-size:11px;
  font-weight:700;
}
label.error small{display:block}
form button{
  width:100%;
  height:48px;
  border:0;
  border-radius:7px;
  color:#fff;
  background:linear-gradient(180deg,#ff8a2a,#f06413);
  font-size:17px;
  font-weight:900;
  cursor:pointer;
}
.safe{
  margin:8px 0 0;
  text-align:center;
  color:#17251a;
  font-size:11px;
  line-height:1.2;
}
.safe:before{content:"🔒 ";color:#111}
.footer{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  padding:12px 20px 16px;
  color:var(--green2);
  font-size:12px;
  font-weight:700;
  background:#fffaf1;
}
.sticky{
  position:fixed;
  z-index:20;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:min(768px,100%);
  height:76px;
  padding:8px 28px;
  display:grid;
  grid-template-columns:78px 1fr 74px 55px 180px;
  gap:12px;
  align-items:center;
  background:rgba(255,250,241,.97);
  box-shadow:0 -8px 22px rgba(0,0,0,.1);
  border-top:1px solid #eee2d2;
}
.sticky img{
  width:67px;
  height:52px;
  object-fit:cover;
  border-radius:8px;
}
.sticky-title span{
  display:block;
  font-size:14px;
  color:#17251a;
  margin-bottom:2px;
  white-space:nowrap;
}
.sticky-title strong{
  display:block;
  font-size:27px;
  color:var(--green);
  line-height:1;
}
.sticky del{
  color:#7b7b74;
  font-size:16px;
}
.sticky em{
  display:flex;
  align-items:center;
  justify-content:center;
  height:28px;
  border-radius:6px;
  color:#fff;
  background:var(--orange);
  font-style:normal;
  font-weight:900;
}
.sticky a{
  height:46px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:linear-gradient(180deg,#ff8a2a,#f06413);
  font-size:20px;
  font-weight:900;
}

@media(max-width:760px){
  .landing,.footer{max-width:100%}
  .hero{min-height:555px}
  .hero__content{width:335px}
}
@media(max-width:560px){
  body{padding-bottom:76px}
  .hero{min-height:auto;padding-bottom:12px}
  .hero__img{position:absolute;height:330px;object-position:60% 50%}
  .hero__shade{height:330px}
  .hero__content{
    width:100%;
    padding:18px 16px 0;
  }
  h1{font-size:35px;max-width:310px}
  .hero__lead,.hero__desc{max-width:300px}
  .price-panel,.countdown,.main-btn{width:295px;max-width:100%}
  .hero-features{width:100%;grid-template-columns:repeat(4,1fr);margin-top:210px}
  .hero-features article{min-height:78px}
  .hero-features b{font-size:10px}
  .space-section,.info-grid,.bottom-info,.order-section{
    grid-template-columns:1fr;
    padding-left:16px;
    padding-right:16px;
  }
  .space-section img{height:auto}
  .adv-grid{grid-template-columns:repeat(3,1fr)}
  .audience-section,.reviews-section,.advantages{padding-left:16px;padding-right:16px}
  .audience-grid{grid-template-columns:repeat(2,1fr)}
  .reviews-grid{grid-template-columns:1fr}
  .order-section{margin-left:16px;margin-right:16px;padding:20px}
  .sticky{
    grid-template-columns:58px 1fr 48px 126px;
    gap:8px;
    padding:8px 12px;
  }
  .sticky del{display:none}
  .sticky img{width:54px;height:48px}
  .sticky-title span{font-size:11px}
  .sticky-title strong{font-size:21px}
  .sticky em{font-size:12px}
  .sticky a{font-size:16px}
}

/* ===== Endoscope dark premium adaptation ===== */
:root{
  --green:#061629;
  --green2:#0b2342;
  --green3:#123a66;
  --cream:#07182e;
  --cream2:#0b213d;
  --orange:#3295ff;
  --orange2:#1d62ff;
  --text:#f5f9ff;
  --muted:#b6c7df;
  --line:rgba(70,150,255,.18);
  --shadow:0 14px 34px rgba(0,0,0,.28);
}
body{background:#061426;color:var(--text);}
.hero{background:#061426;min-height:620px;}
.hero__img{object-position:center right;}
.hero__shade{
  background:
    linear-gradient(90deg,rgba(2,10,20,.98) 0%,rgba(5,20,38,.94) 43%,rgba(5,20,38,.50) 67%,rgba(5,20,38,.04) 100%),
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.34));
}
.hero__content{width:355px;padding:22px 0 18px 28px;}
.sale-badge{background:linear-gradient(180deg,#45a8ff,#1d62ff);box-shadow:0 7px 18px rgba(50,149,255,.28);border-radius:999px;}
h1{font-size:42px;text-transform:uppercase;letter-spacing:-1.5px;}
.hero__lead{font-size:21px;text-transform:uppercase;}
.hero__desc{color:#d7e6f7;}
.price-panel{background:#fff;color:#0d1727;box-shadow:0 10px 24px rgba(0,0,0,.2);}
.price-panel strong{color:var(--orange2);}
.price-panel em{background:linear-gradient(180deg,#42a8ff,#1d62ff);}
.countdown{background:linear-gradient(180deg,#0b2442,#061528);border-color:rgba(80,160,255,.28);}
.main-btn,.inline-btn{background:linear-gradient(180deg,#42a8ff,#1d62ff);box-shadow:0 9px 20px rgba(29,98,255,.3);}
.inline-btn{display:flex;align-items:center;justify-content:center;width:100%;height:46px;margin-top:14px;border-radius:8px;color:#fff;font-size:17px;font-weight:900;}
.hero-features article{background:rgba(13,43,78,.94);border-color:rgba(122,190,255,.22);}
.icon{background:rgba(54,152,255,.16);border:1px solid rgba(111,181,255,.34);}
.length:before{content:"5";}
.camera:before{content:"◉";font-size:20px;}
.water:before{content:"◒";font-size:19px;}
.led:before{content:"✦";font-size:20px;}
.space-section{background:linear-gradient(180deg,#07182e,#051120);color:#fff;}
.space-text h2,.advantages h2,.spec-card h2,.bag-card h2,.audience-section h2,.reviews-section h2,.kit-box h2,.warranty-box h2,.order-left h2{color:#fff;}
.space-text li{color:#c9d8ea;}
.space-section img{object-fit:cover;object-position:center;border-radius:0;}
.advantages,.reviews-section{background:#07182e;}
.adv-grid-img article{background:rgba(4,14,26,.92);border-color:rgba(71,137,255,.24);overflow:hidden;padding:0;min-height:auto;}
.adv-grid-img article img{width:100%;height:118px;object-fit:cover;object-position:top center;border-radius:8px 8px 0 0;}
.adv-grid-img article b{padding:8px 5px 10px;font-size:12px;line-height:1.1;color:#fff;}
.adv-grid-img .adv-text{padding:12px 5px;min-height:142px;justify-content:center;}
.adv-icon.tools:before{content:"⚙";}
.info-grid,.bottom-info{background:#061426;}
.spec-card,.bag-card,.kit-box,.warranty-box,.order-section{background:linear-gradient(180deg,#081d37,#051222);border:1px solid rgba(74,150,255,.18);box-shadow:var(--shadow);}
.spec-row{border-color:rgba(255,255,255,.08);}
.spec-row span{color:#94abc7;}
.spec-row b,.bag-card p,.warranty-box p,.kit-box li{color:#e9f2ff;}
.bag-card img,.kit-box img{background:#ecf3ff;border-radius:12px;}
.audience-section{background:#051120;}
.audience-grid article{background:#07182e;border-color:rgba(74,150,255,.18);box-shadow:var(--shadow);}
.audience-grid article img{height:190px;object-fit:cover;object-position:top center;}
.audience-grid article div{background:linear-gradient(180deg,rgba(4,15,30,.74),rgba(3,11,22,.98));}
.audience-grid article div span{background:#1d62ff;}
.reviews-grid blockquote{background:linear-gradient(180deg,#081d37,#051222);border-color:rgba(74,150,255,.18);}
.stars{color:#42a8ff;}
.shield{background:linear-gradient(180deg,#42a8ff,#1d62ff);}
.order-section{color:#fff;}
.order-price strong{color:#42a8ff;}
.order-price em{background:linear-gradient(180deg,#42a8ff,#1d62ff);}
.stock-line{margin-top:12px;font-weight:800;color:#dcecff;}
.stock-line b{color:#42a8ff;}
form input{border-color:rgba(74,150,255,.20);}
form button{background:linear-gradient(180deg,#42a8ff,#1d62ff);box-shadow:0 9px 20px rgba(29,98,255,.30);}
.footer{background:#061426;color:#a9c2df;border-top:1px solid rgba(255,255,255,.08);}
.footer a{color:#b8d8ff;}
.sticky{background:#fff;color:#08182b;box-shadow:0 -9px 24px rgba(0,0,0,.2);}
.sticky strong{color:#1d62ff;}
.sticky em{background:linear-gradient(180deg,#42a8ff,#1d62ff);color:#fff;}
.sticky a{background:linear-gradient(180deg,#42a8ff,#1d62ff);color:#fff;}

@media (max-width:540px){
  .hero{min-height:690px;}
  .hero__img{object-position:63% center;}
  .hero__shade{background:linear-gradient(180deg,rgba(2,10,20,.48) 0%,rgba(2,10,20,.72) 30%,rgba(2,10,20,.98) 58%,rgba(2,10,20,.98) 100%);}
  .hero__content{width:100%;padding:250px 18px 16px;}
  h1{font-size:38px;}
  .hero__lead{font-size:19px;}
  .price-panel,.countdown,.main-btn{width:100%;}
  .hero-features{width:100%;grid-template-columns:repeat(2,1fr);}
  .adv-grid-img article img{height:150px;}
  .audience-grid article img{height:230px;}
}

/* ===== FINAL FIX: clean, readable, no cropped mockup fragments ===== */
body{
  background:#061426 !important;
  color:#f5f9ff !important;
}
.landing,.footer{max-width:768px;margin:0 auto;}

/* Hero stays clean and mobile-first */
.hero{min-height:620px !important;background:#061426 !important;}
.hero__img{object-fit:cover !important;object-position:center right !important;}
.hero__content{max-width:365px;}

/* Advantages: do not show bad cropped image fragments */
.adv-grid-img{
  grid-template-columns:repeat(3,1fr) !important;
  gap:10px !important;
}
.adv-grid-img article{
  min-height:128px !important;
  height:auto !important;
  padding:14px 8px !important;
  overflow:hidden !important;
  border-radius:12px !important;
  background:linear-gradient(180deg,#081d37,#051222) !important;
  border:1px solid rgba(74,150,255,.22) !important;
  box-shadow:0 10px 20px rgba(0,0,0,.18) !important;
  color:#fff !important;
}
.adv-grid-img article img{display:none !important;}
.adv-grid-img article:before{
  width:48px;
  height:48px;
  margin-bottom:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  color:#42a8ff;
  background:rgba(50,149,255,.14);
  border:1px solid rgba(84,169,255,.28);
  font-size:27px;
  font-weight:900;
}
.adv-grid-img article:nth-child(1):before{content:"📷";}
.adv-grid-img article:nth-child(2):before{content:"💧";}
.adv-grid-img article:nth-child(3):before{content:"➰";}
.adv-grid-img article:nth-child(4):before{content:"💡";}
.adv-grid-img article:nth-child(5):before{content:"📱";}
.adv-grid-img article:nth-child(6):before{content:"🛠";}
.adv-grid-img article b{
  margin:0 !important;
  padding:0 !important;
  color:#fff !important;
  font-size:14px !important;
  line-height:1.18 !important;
}
.adv-grid-img .adv-text{min-height:128px !important;}
.adv-grid-img .adv-text .adv-icon{display:none !important;}

/* Main advantage card: clean photo, no crop fragments */
.bag-card{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:auto !important;
}
.bag-card p{
  color:#eaf4ff !important;
  font-size:15px !important;
  line-height:1.35 !important;
}
.bag-card img{
  width:100% !important;
  height:auto !important;
  max-height:245px !important;
  object-fit:contain !important;
  object-position:center !important;
  padding:10px !important;
  background:#eef4ff !important;
  border-radius:14px !important;
}
.bag-card .inline-btn{margin-top:auto !important;}

/* Reviews: readable text */
.reviews-section{
  padding-top:2px !important;
  padding-bottom:18px !important;
  background:#07182e !important;
}
.reviews-grid blockquote{
  background:linear-gradient(180deg,#081d37,#051222) !important;
  border:1px solid rgba(74,150,255,.22) !important;
  min-height:132px !important;
  color:#fff !important;
}
.reviews-grid b{
  color:#ffffff !important;
  font-size:15px !important;
}
.reviews-grid p{
  color:#cfe1f7 !important;
  font-size:14px !important;
  line-height:1.35 !important;
}
.stars{color:#42a8ff !important;}

/* Bottom kit and warranty: dark, readable, no overlay conflicts */
.bottom-info{
  align-items:stretch !important;
  background:#061426 !important;
}
.kit-box,.warranty-box{
  position:relative;
  overflow:hidden;
  min-height:220px !important;
  padding:18px !important;
  color:#fff !important;
  background:linear-gradient(180deg,#081d37,#051222) !important;
  border:1px solid rgba(74,150,255,.22) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.28) !important;
}
.kit-box h2,.warranty-box h2{
  color:#fff !important;
  font-size:24px !important;
  line-height:1.05 !important;
  margin:0 0 12px !important;
}
.kit-box ul{
  position:relative;
  z-index:2;
  max-width:68%;
  color:#dfeeff !important;
  font-size:14px !important;
  line-height:1.45 !important;
}
.kit-box li,.warranty-box p{color:#dfeeff !important;}
.kit-box img{
  position:absolute !important;
  right:12px !important;
  bottom:12px !important;
  width:32% !important;
  max-width:150px !important;
  height:auto !important;
  max-height:130px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#eef4ff !important;
  border-radius:12px !important;
  padding:6px !important;
}
.warranty-box{
  grid-template-columns:1fr 96px !important;
}
.warranty-box p{
  font-size:15px !important;
  line-height:1.42 !important;
}
.shield{
  background:linear-gradient(180deg,#42a8ff,#1d62ff) !important;
}

/* General spacing and readable cards */
.info-grid,.bottom-info,.audience-section,.advantages,.reviews-section{
  padding-left:30px !important;
  padding-right:30px !important;
}
.spec-card,.bag-card,.audience-grid article,.order-section{
  border-radius:12px !important;
}
.spec-card h2,.bag-card h2,.advantages h2,.audience-section h2,.reviews-section h2{
  color:#fff !important;
}
.audience-grid article img{
  object-fit:cover !important;
  object-position:center !important;
}
.space-section img{
  object-fit:contain !important;
  object-position:center !important;
  background:#07182e !important;
  border-radius:14px !important;
}

/* Sticky bar remains usable and not visually broken */
.sticky img{
  object-fit:contain !important;
  object-position:center !important;
  background:#eef4ff !important;
}

@media(max-width:560px){
  .hero{min-height:720px !important;}
  .hero__content{padding:245px 16px 0 !important;}
  .hero-features{margin-top:0 !important;grid-template-columns:repeat(2,1fr) !important;}
  .adv-grid-img{grid-template-columns:repeat(2,1fr) !important;}
  .adv-grid-img article{min-height:122px !important;}
  .info-grid,.bottom-info,.order-section{
    grid-template-columns:1fr !important;
    padding-left:16px !important;
    padding-right:16px !important;
  }
  .advantages,.audience-section,.reviews-section{
    padding-left:16px !important;
    padding-right:16px !important;
  }
  .kit-box,.warranty-box{min-height:auto !important;}
  .kit-box ul{max-width:none !important;padding-right:0 !important;}
  .kit-box img{
    position:relative !important;
    right:auto !important;
    bottom:auto !important;
    width:100% !important;
    max-width:none !important;
    max-height:170px !important;
    margin-top:12px !important;
  }
  .warranty-box{grid-template-columns:1fr 84px !important;}
  .reviews-grid{grid-template-columns:1fr !important;}
  .sticky{height:78px !important;}
}
