:root{
  --orange:#ff5800;
  --orange2:#ff7a2f;
  --bg:#070707;
  --bg2:#111111;
  --card:#171717;
  --line:rgba(255,255,255,.12);
  --muted:#d8d8d8;
  --shadow:0 28px 90px rgba(0,0,0,.50);
}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
}

body{
  margin:0;
  min-height:100vh;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 8% 0%,rgba(255,88,0,.18),transparent 28%),
    radial-gradient(circle at 92% 8%,rgba(255,255,255,.08),transparent 28%),
    linear-gradient(180deg,#070707 0%,#111111 44%,#050505 100%);
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased;
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  max-width:100%;
  height:auto;
}

.wrap{
  width:min(1180px,calc(100% - 28px));
  margin:auto;
}

.top{
  position:sticky;
  top:0;
  z-index:80;
  min-height:74px;
  padding:calc(12px + env(safe-area-inset-top)) 16px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  background:rgba(7,7,7,.90);
  border-bottom:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
}

.brand{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
  font-weight:950;
}

.brand-mark{
  width:44px;
  height:44px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle,rgba(255,88,0,.28),transparent 42%),
    #0c0c0c;
  border:2px solid rgba(255,88,0,.85);
  box-shadow:0 16px 42px rgba(255,88,0,.34);
}

.brand-mark:after{
  content:"";
  width:18px;
  height:18px;
  border-radius:999px;
  border:3px solid #ff5800;
}

.brand span{
  font-size:22px;
  letter-spacing:-.7px;
  white-space:nowrap;
}

.brand b{
  color:var(--orange);
}

.nav{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:13px;
  font-weight:900;
}

.nav a{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 11px;
  border-radius:14px;
  color:#efefef;
  border:1px solid transparent;
  white-space:nowrap;
}

.nav a:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.12);
}

.nav .cta{
  background:rgba(255,88,0,.16);
  border-color:rgba(255,88,0,.35);
  color:#fff;
}

.hero{
  min-height:690px;
  margin:18px auto;
  padding:34px;
  border-radius:38px;
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
  align-items:end;
  background:
    linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.58),rgba(0,0,0,.88)),
    radial-gradient(circle at 82% 14%,rgba(255,88,0,.28),transparent 30%),
    url("https://images.unsplash.com/photo-1550009158-9ebf69173e03?auto=format&fit=crop&w=2000&q=85") center/cover no-repeat;
  box-shadow:var(--shadow);
  border:1px solid rgba(255,255,255,.10);
}

.hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 20%,rgba(255,88,0,.22),transparent 28%),
    linear-gradient(180deg,transparent,rgba(0,0,0,.72));
  pointer-events:none;
}

.hero-copy,
.hero-panel{
  position:relative;
  z-index:2;
}

.kicker{
  display:inline-flex;
  align-items:center;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,88,0,.18);
  border:1px solid rgba(255,88,0,.42);
  color:#ffd8c7;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.7px;
}

.hero h1{
  margin:15px 0 10px;
  font-size:clamp(46px,8vw,92px);
  line-height:.86;
  letter-spacing:-3.7px;
}

.hero h1 span{
  color:var(--orange);
}

.hero p{
  max-width:790px;
  color:#ededed;
  font-size:clamp(16px,3vw,22px);
  line-height:1.45;
}

.actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 18px;
  border-radius:17px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff!important;
  font-weight:950;
  box-shadow:0 16px 38px rgba(255,88,0,.25);
  border:0;
}

.btn.secondary{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.15);
  box-shadow:none;
}

.badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}

.badge{
  padding:9px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.hero-panel{
  padding:20px;
  border-radius:30px;
  background:
    radial-gradient(circle at top right,rgba(255,88,0,.16),transparent 34%),
    rgba(15,15,15,.92);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 22px 60px rgba(0,0,0,.38);
  backdrop-filter:blur(12px);
}

.hero-panel h2{
  margin:8px 0 8px;
  font-size:clamp(27px,4vw,44px);
  line-height:.98;
  letter-spacing:-1.3px;
}

.mini-list{
  display:grid;
  gap:9px;
  margin-top:14px;
}

.mini-item{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:10px;
  padding:12px;
  border-radius:18px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
}

.mini-item b{
  width:30px;
  height:30px;
  border-radius:11px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
}

.mini-item strong{
  display:block;
  margin-bottom:3px;
}

.mini-item small{
  display:block;
  color:#d7d7d7;
  line-height:1.3;
}

.brand-strip{
  width:min(1180px,calc(100% - 28px));
  margin:18px auto 10px;
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding-bottom:4px;
  scrollbar-width:none;
}

.brand-strip::-webkit-scrollbar{
  display:none;
}

.brand-chip{
  flex:0 0 auto;
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-weight:950;
  white-space:nowrap;
}

.brand-chip.active,
.brand-chip:hover{
  background:rgba(255,88,0,.16);
  border-color:rgba(255,88,0,.42);
}

.section{
  padding:18px 0 8px;
}

.section-head{
  margin-bottom:14px;
}

.section h2{
  margin:0;
  font-size:clamp(32px,6vw,58px);
  line-height:.95;
  letter-spacing:-1.9px;
}

.section p{
  margin:8px 0 0;
  color:#aaa;
  line-height:1.45;
  max-width:820px;
}

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

.card{
  min-height:260px;
  padding:18px;
  border-radius:30px;
  background:
    radial-gradient(circle at top right,rgba(255,255,255,.08),transparent 32%),
    rgba(23,23,23,.96);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 16px 38px rgba(0,0,0,.28);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:transform .18s ease,border-color .18s ease;
}

.card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,88,0,.48);
}

.card-img{
  height:118px;
  border-radius:22px;
  display:grid;
  place-items:center;
  font-size:46px;
  background:
    radial-gradient(circle at center,rgba(255,88,0,.18),transparent 55%),
    rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  margin-bottom:12px;
}

.card small{
  color:#ffd8c7;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.5px;
}

.card h3{
  margin:8px 0;
  font-size:22px;
  line-height:1.03;
  letter-spacing:-.7px;
}

.card p{
  color:#d8d8d8;
  line-height:1.4;
  font-size:14px;
}

.price{
  margin:8px 0 12px;
  color:#fff;
  font-size:18px;
  font-weight:950;
}

.price span{
  color:var(--orange);
}

.banner{
  margin:22px 0;
  padding:25px;
  border-radius:32px;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:18px;
  align-items:center;
  background:
    linear-gradient(135deg,rgba(255,88,0,.98),rgba(255,122,47,.84)),
    url("https://images.unsplash.com/photo-1607082349566-187342175e2f?auto=format&fit=crop&w=1600&q=85") center/cover no-repeat;
  background-blend-mode:multiply;
  box-shadow:0 24px 70px rgba(255,88,0,.23);
}

.banner h2{
  margin:6px 0;
  font-size:clamp(31px,5vw,50px);
  line-height:.98;
  letter-spacing:-1.5px;
}

.banner p{
  color:#fff4ee;
}

.banner .btn{
  justify-self:end;
}

.footer{
  margin-top:34px;
  padding:30px 0 90px;
  border-top:1px solid rgba(255,255,255,.10);
  color:#999;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:18px;
}

.footer h3{
  margin:0 0 8px;
  color:#fff;
}

.footer a,
.footer p{
  display:block;
  color:#aaa;
  margin:0 0 7px;
  font-size:13px;
}

.floating-cta{
  position:fixed;
  left:12px;
  right:12px;
  bottom:12px;
  z-index:90;
  display:none;
  gap:8px;
  padding:10px;
  border-radius:24px;
  background:rgba(7,7,7,.88);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
}

.floating-cta a{
  flex:1;
}

@media(max-width:1040px){
  .hero{
    grid-template-columns:1fr;
  }

  .grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .footer-grid,
  .banner{
    grid-template-columns:1fr;
  }

  .banner .btn{
    justify-self:stretch;
  }
}

@media(max-width:720px){
  .nav a:not(.cta){
    display:none;
  }

  .hero{
    min-height:620px;
    padding:22px;
    border-radius:28px;
  }

  .hero h1{
    letter-spacing:-2.4px;
  }

  .grid{
    grid-template-columns:1fr;
  }

  .actions .btn,
  .banner .btn{
    width:100%;
  }

  .floating-cta{
    display:flex;
  }

  body{
    padding-bottom:88px;
  }
}
