:root{
  --bg:#050912;
  --bg2:#09111f;
  --card:#111827;
  --card2:#151515;
  --line:rgba(255,255,255,.12);
  --text:#ffffff;
  --muted:#aab3c5;
  --orange:#ff6a00;
  --green:#2ee67b;
  --blue:#1b5fae;
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 85% 10%, rgba(255,106,0,.18), transparent 32%),
    radial-gradient(circle at 5% 85%, rgba(27,95,174,.22), transparent 34%),
    linear-gradient(180deg,#050912 0%,#070b14 45%,#03060c 100%);
  color:var(--text);
}

a{color:inherit;text-decoration:none}

img{
  max-width:100%;
  display:block;
}

.container{
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(18px);
  background:rgba(5,9,18,.72);
  border-bottom:1px solid var(--line);
}

.nav{
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:900;
  font-size:22px;
  letter-spacing:-.03em;
}

.brand-icon{
  width:34px;
  height:34px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--orange),#ff3d21);
  box-shadow:0 0 30px rgba(255,106,0,.35);
}

.nav nav{
  display:flex;
  align-items:center;
  gap:22px;
  color:var(--muted);
  font-size:14px;
  font-weight:700;
}

.nav a:hover{color:#fff}

.nav-cta{
  color:#fff!important;
  padding:10px 15px;
  border-radius:999px;
  background:rgba(255,106,0,.18);
  border:1px solid rgba(255,106,0,.35);
}

.hero{
  padding:86px 0 54px;
  overflow:hidden;
}

.hero-grid{
  display:grid;
  grid-template-columns:.9fr 1.25fr;
  align-items:center;
  gap:48px;
}

.eyebrow,.section-tag{
  display:inline-flex;
  color:#ffb36c;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:16px;
}

h1,h2,h3,p{margin-top:0}

h1{
  font-size:clamp(44px,6vw,76px);
  line-height:.95;
  letter-spacing:-.07em;
  margin-bottom:24px;
}

h2{
  font-size:clamp(32px,4vw,52px);
  line-height:1;
  letter-spacing:-.05em;
  margin-bottom:20px;
}

h3{
  font-size:22px;
  letter-spacing:-.03em;
  margin-bottom:8px;
}

p{
  color:var(--muted);
  line-height:1.7;
  font-size:17px;
}

.hero-copy p{
  font-size:20px;
  max-width:610px;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:30px 0 26px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:14px;
  font-weight:900;
}

.btn.primary{
  background:linear-gradient(135deg,var(--orange),#ff3d21);
  box-shadow:0 18px 50px rgba(255,106,0,.25);
}

.btn.secondary{
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
}

.hero-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.hero-points span{
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  color:#d6dbea;
  font-size:13px;
  font-weight:800;
}

.hero-visual,
.screen-card,
.phone-card,
.test-card{
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  border:1px solid var(--line);
  border-radius:30px;
  padding:16px;
  box-shadow:0 30px 90px rgba(0,0,0,.45);
  overflow:hidden;
}

.hero-visual img,
.screen-card img{
  border-radius:22px;
  width:100%;
  box-shadow:0 20px 70px rgba(0,0,0,.45);
}

.trust-strip{
  padding:18px 0 50px;
}

.trust-items{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.trust-items span{
  text-align:center;
  padding:16px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.045);
  border-radius:18px;
  color:#d9deeb;
  font-weight:800;
}

.section{
  padding:88px 0;
}

.section-dark{
  background:rgba(255,255,255,.025);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.split{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  align-items:center;
  gap:52px;
}

.split.reverse{
  grid-template-columns:1.1fr 1fr;
}

.section-copy ul{
  padding:0;
  list-style:none;
  margin:26px 0 0;
  display:grid;
  gap:12px;
}

.section-copy li{
  color:#dce3f2;
  padding:14px 16px;
  border-radius:14px;
  background:rgba(255,255,255,.05);
  border:1px solid var(--line);
  font-weight:750;
}

.section-copy li:before{
  content:"✓";
  color:var(--green);
  margin-right:10px;
}

.section-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 44px;
}

.test-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.test-card{
  padding:14px;
}

.test-card img{
  border-radius:22px;
  width:100%;
  aspect-ratio:9/14;
  object-fit:cover;
  object-position:top center;
  margin-bottom:18px;
}

.test-card p{
  font-size:15px;
}

.phone-card{
  max-width:520px;
  margin:auto;
}

.phone-card img{
  border-radius:24px;
  max-height:720px;
  width:100%;
  object-fit:cover;
}

.feature-band{
  padding-top:72px;
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.feature-grid div{
  padding:24px;
  border-radius:22px;
  background:rgba(255,255,255,.055);
  border:1px solid var(--line);
}

.feature-grid strong{
  display:block;
  font-size:24px;
  margin-bottom:8px;
}

.feature-grid span{
  color:var(--muted);
}

.final-cta{
  padding-top:40px;
}

.cta-box{
  text-align:center;
  padding:64px 30px;
  border-radius:34px;
  border:1px solid rgba(255,106,0,.28);
  background:
    radial-gradient(circle at 50% 0%, rgba(255,106,0,.22), transparent 40%),
    rgba(255,255,255,.045);
}

.cta-box p{
  max-width:690px;
  margin:0 auto 28px;
}

.site-footer{
  border-top:1px solid rgba(255,255,255,.08);
  padding:40px 0;
  background:#050912;
}

.footer-inner{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  align-items:center;
  text-align:center;
}

.footer-inner div{
  color:#9aa5ba;
  font-size:14px;
  line-height:1.7;
}

.footer-inner strong{
  color:#ffffff;
  font-size:18px;
  font-weight:800;
}

.footer-inner a{
  color:#ffffff;
  font-weight:700;
}

@media (max-width:900px){

  .footer-inner{
    grid-template-columns:1fr;
    gap:12px;
  }

}

@media (max-width:900px){
  .nav nav{
    display:none;
  }

  .hero-grid,
  .split,
  .split.reverse{
    grid-template-columns:1fr;
  }

  .hero{
    padding-top:54px;
  }

  .trust-items,
  .test-grid,
  .feature-grid{
    grid-template-columns:1fr;
  }

  .section{
    padding:64px 0;
  }

  .footer-inner{
    flex-direction:column;
  }
}

@media (max-width:520px){
  .container{
    width:min(100% - 26px, 1180px);
  }

  h1{
    font-size:42px;
  }

  h2{
    font-size:34px;
  }

  .hero-visual,
  .screen-card,
  .phone-card,
  .test-card{
    border-radius:22px;
    padding:10px;
  }
}