
:root{--black:#050505;--navy:#071a2a;--orange:#ff6900;--orange2:#ff7a16;--ink:#111827;--muted:#667085;--line:#e7e9ee;--soft:#f7f7f8;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}.top{background:#050505;color:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid #242424}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:225px;display:block}.menu{display:flex;gap:25px;font-size:14px;font-weight:800}.menu a:hover{color:var(--orange)}.phone{background:#fff;color:#111;border-radius:30px;padding:9px 16px;font-weight:900;white-space:nowrap}.phone small{display:block;font-size:10px;text-align:center;font-weight:700}
.hero{background:linear-gradient(90deg,#050505 0%,#091724 47%,#101010 100%);color:#fff;overflow:hidden}.hero-grid{min-height:570px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:28px}.hero h1{font-size:clamp(42px,5vw,68px);line-height:1.02;margin:0 0 18px;text-transform:uppercase}.hero h1 span{display:block;color:var(--orange)}.hero p{font-size:19px;max-width:620px;color:#eee}.hero-visual{height:570px;position:relative;display:flex;align-items:center;justify-content:center;overflow:visible}.hero-treadmill{position:absolute;inset:0;background:url("hero-treadmill-clean.jpg") center center/cover no-repeat;border-radius:0 0 0 18px;filter:saturate(.98)}.hero-treadmill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,10,15,.05),rgba(5,10,15,.12))}.badges{display:flex;gap:18px;flex-wrap:wrap;margin:28px 0}.badge{text-align:center;font-weight:800;font-size:14px}.badge i{display:flex;width:58px;height:58px;border:2px solid var(--orange);border-radius:50%;align-items:center;justify-content:center;margin:auto auto 8px;font-style:normal;font-size:24px}
.form-card{background:#fff;color:#111;border-radius:14px;padding:22px;box-shadow:0 15px 55px rgba(0,0,0,.4);position:absolute;right:3%;top:35px;width:min(365px,92%);z-index:3}.form-card h2{margin:0 0 5px;font-size:27px}.form-card h2 span{color:var(--orange)}.form-card p{margin:0 0 15px;color:#555;font-size:14px}.lead-form{display:grid;gap:9px}.lead-form input,.lead-form select,.lead-form textarea{width:100%;padding:12px;border:1px solid #d8dce2;border-radius:7px;font:inherit}.lead-form textarea{min-height:82px;resize:vertical}.btn{border:0;border-radius:7px;background:var(--orange);color:#fff;padding:14px 20px;font-weight:900;cursor:pointer}.btn:hover{background:var(--orange2)}.secure{font-size:11px;text-align:center;color:#777;margin-top:4px}
.section{padding:64px 0}.section.soft{background:var(--soft)}.heading{text-align:center;margin:0 0 30px;font-size:33px;text-transform:uppercase}.heading span{color:var(--orange)}.brands{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.brandbox{border:1px solid var(--line);border-radius:9px;padding:18px 8px;text-align:center;font-weight:900;background:#fff}
.choose{display:grid;grid-template-columns:1fr .65fr 1fr;gap:35px;align-items:center}.choose h2{font-size:31px;text-transform:uppercase}.choose h2 span{color:var(--orange)}.check{list-style:none;padding:0}.check li{margin:13px 0;font-weight:700}.check li:before{content:"✓";color:var(--orange);font-size:20px;font-weight:900;margin-right:10px}.tech{text-align:center}.tech img{max-width:100%;max-height:330px;object-fit:contain}.stats{display:grid;grid-template-columns:1fr 1fr;gap:15px}.stat{border:1px solid var(--line);border-radius:12px;padding:25px;text-align:center;background:#fff}.stat strong{display:block;font-size:29px;color:var(--orange)}
.issue-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.issue{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}.issue .pic{height:150px;background:linear-gradient(135deg,#0c1720,#273747);display:flex;align-items:center;justify-content:center;color:#fff;font-size:48px}.issue h3{font-size:15px;margin:12px 12px 5px}.issue p{font-size:13px;color:var(--muted);margin:0 12px 16px}
.explode{display:grid;grid-template-columns:.9fr 1.2fr 1fr;align-items:center;gap:30px}.explode img{width:100%;border-radius:10px}.cta{background:#050505;color:#fff}.cta-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px}.cta h2{font-size:40px;text-transform:uppercase}.cta h2 span{color:var(--orange)}.cta img{width:100%;border-radius:10px}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.benefit{text-align:center;padding:22px;border-right:1px solid var(--line);font-weight:800}.benefit:last-child{border-right:0}.benefit b{display:block;color:var(--orange);font-size:24px}
footer{background:#050505;color:#d7dce2;padding:30px 0}.foot{display:flex;justify-content:space-between;gap:20px;align-items:center;flex-wrap:wrap}.fine{font-size:12px;color:#8e99a6;max-width:900px}
@media(max-width:1000px){.menu{display:none}.hero-grid{grid-template-columns:1fr}.hero-visual{height:450px}.form-card{position:absolute;right:3%;top:35px}.brands{grid-template-columns:repeat(4,1fr)}.choose{grid-template-columns:1fr}.tech{order:-1}.issue-grid{grid-template-columns:repeat(2,1fr)}.explode,.cta-grid{grid-template-columns:1fr}.benefits{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.nav{height:68px}.brand img{width:185px}.phone{display:none}.hero h1{font-size:40px}.hero-visual{height:590px}.form-card{position:relative;top:auto;right:auto;margin:20px auto;width:94%}.hero-grid{padding:30px 0}.brands{grid-template-columns:repeat(2,1fr)}.issue-grid{grid-template-columns:1fr}.benefits{grid-template-columns:1fr}.benefit{border-right:0;border-bottom:1px solid var(--line)}}

.tech img{display:block;margin:auto;width:230px;height:330px;object-fit:cover;object-position:center top;border-radius:12px}
.hero-visual{min-width:0}
.hero-copy{position:relative;z-index:4}
@media(max-width:1000px){
  .hero-visual{height:600px}
  .hero-treadmill{background-position:center top}
  .form-card{top:210px;right:50%;transform:translateX(50%);width:min(390px,92%)}
}
@media(max-width:600px){
  .hero-visual{height:620px}
  .hero-treadmill{background-position:center top}
  .form-card{top:225px;width:94%}
  .tech img{width:210px;height:300px}
}

.issue img{display:block;width:100%;height:150px;object-fit:cover;object-position:center;border-bottom:1px solid var(--line)}
.issue .pic{display:none}
.explode>img{display:block;width:100%;max-height:260px;object-fit:contain;object-position:center}
@media(max-width:1000px){.explode>img{max-height:300px}}


/* FINAL HERO IMAGE + FORM FIX */
.hero-grid{
  min-height:520px;
  grid-template-columns:minmax(0,1fr) minmax(430px,560px);
  gap:32px;
  align-items:center;
}
.hero-visual{
  position:relative;
  width:100%;
  height:520px;
  min-height:520px;
  min-width:0;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-treadmill{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  background-size:contain;
  background-position:center center;
  background-repeat:no-repeat;
  border-radius:0;
}
.hero-copy{
  position:relative;
  z-index:4;
  padding:18px 0;
}
.form-card{
  right:18px;
  top:50%;
  transform:translateY(-50%);
  width:min(385px,88%);
  max-height:none;
  padding:20px;
  z-index:5;
}
.form-card h2{font-size:24px;margin-bottom:4px}
.form-card p{font-size:13px;margin-bottom:11px}
.lead-form{gap:7px}
.lead-form input,.lead-form select,.lead-form textarea{padding:10px 11px;margin:0}
.lead-form textarea{min-height:58px}
.lead-form .btn{padding:12px}
.hero h1{font-size:clamp(39px,4.6vw,62px)}
.hero p{font-size:17px}
.badges{margin:20px 0;gap:14px}
.badge i{width:52px;height:52px}

@media(max-width:1000px){
  .hero-grid{
    min-height:auto;
    grid-template-columns:1fr;
    gap:0;
  }
  .hero-visual{
    height:610px;
    min-height:610px;
  }
  .hero-treadmill{
    background-size:contain;
    background-position:center top;
  }
  .form-card{
    top:auto;
    bottom:20px;
    right:50%;
    transform:translateX(50%);
    width:min(390px,92%);
  }
}

@media(max-width:600px){
  .hero-grid{padding:30px 0}
  .hero-visual{
    height:600px;
    min-height:600px;
  }
  .hero-treadmill{
    background-size:contain;
    background-position:center top;
  }
  .form-card{
    bottom:15px;
    width:94%;
  }
  .hero-copy{padding-top:20px}
  .hero h1{font-size:39px}
}
