:root{
  --bg:#070b14;
  --panel:#0f1728;
  --panel2:#111c30;
  --stroke:rgba(255,255,255,0.09);
  --text:#f4f7ff;
  --muted:rgba(244,247,255,0.66);
  --accent:#ff8a2a;
  --accent2:#ffb36c;
  --good:#28c76f;
  --shadow:0 20px 60px rgba(0,0,0,0.35);
  --radius:22px;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
  background:
    radial-gradient(900px 500px at 10% 0%, rgba(255,138,42,0.16), transparent 62%),
    radial-gradient(900px 520px at 88% 8%, rgba(78,111,255,0.14), transparent 64%),
    var(--bg);
  color:var(--text);
}

a{
  color:inherit;
}

.siteHeader{
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:blur(16px);
  background:rgba(7,11,20,0.74);
  border-bottom:1px solid rgba(255,255,255,0.06);
}

.headerInner{
  width:min(1220px,92vw);
  margin:0 auto;
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  font-size:26px;
  font-weight:850;
  letter-spacing:-0.5px;
}

.brand img{
  width:42px;
  height:42px;
  object-fit:contain;
  display:block;
}

.navLinks{
  display:flex;
  align-items:center;
  gap:20px;
  font-size:14px;
  color:var(--muted);
}

.navLinks a{
  text-decoration:none;
}

.navLinks a:hover{
  color:var(--text);
}

.navCta{
  padding:10px 14px;
  border-radius:999px;
  background:var(--accent);
  color:#07101d !important;
  font-weight:850;
}

main{
  width:min(1220px,92vw);
  margin:0 auto;
}

.heroSection{
  min-height:calc(100vh - 76px);
  display:grid;
  grid-template-columns:1.25fr 0.95fr;
  gap:24px;
  align-items:center;
  padding:52px 0 32px 0;
}

.heroCopy{
  padding:42px;
  border-radius:32px;
  border:1px solid var(--stroke);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), transparent 130%),
    rgba(15,23,40,0.82);
  box-shadow:var(--shadow);
}

.prelaunchBadge{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid rgba(255,138,42,0.35);
  background:rgba(255,138,42,0.11);
  color:var(--accent2);
  font-size:12px;
  font-weight:850;
  letter-spacing:1.5px;
  margin-bottom:20px;
}

.heroCopy h1{
  margin:0;
  max-width:820px;
  font-size:72px;
  line-height:0.95;
  letter-spacing:-3px;
}

.heroSubtitle{
  max-width:760px;
  margin:22px 0 0 0;
  color:var(--muted);
  font-size:19px;
  line-height:1.65;
}

.heroActions{
  display:flex;
  gap:12px;
  margin-top:28px;
  flex-wrap:wrap;
}

.primaryButton,
.secondaryButton,
.signupButton{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 20px;
  border-radius:16px;
  font-weight:850;
  text-decoration:none;
}

.primaryButton,
.signupButton{
  background:var(--accent);
  color:#07101d;
}

.secondaryButton{
  border:1px solid var(--stroke);
  background:rgba(255,255,255,0.045);
  color:var(--text);
}

.primaryButton:hover,
.signupButton:hover,
.navCta:hover{
  filter:brightness(1.08);
}

.proofRow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
}

.proofRow span{
  padding:8px 11px;
  border-radius:999px;
  border:1px solid var(--stroke);
  color:var(--muted);
  font-size:13px;
  background:rgba(255,255,255,0.03);
}

.heroVisual{
  position:relative;
  min-height:560px;
}

.floatingPhone{
  position:absolute;
  right:42px;
  top:24px;
  width:min(360px,80vw);
  padding:22px;
  border-radius:34px;
  border:1px solid rgba(255,255,255,0.12);
  background:
    radial-gradient(360px 260px at 78% 16%, rgba(255,138,42,0.24), transparent 68%),
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent 120%),
    var(--panel);
  box-shadow:0 30px 80px rgba(0,0,0,0.45);
  animation:floatCard 5.5s ease-in-out infinite;
}

.phoneTop{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
  color:var(--muted);
  font-size:13px;
}

.phoneTop strong{
  color:var(--good);
}

.phoneImage{
  height:310px;
  border-radius:24px;
  overflow:hidden;
  background:black;
  border:1px solid var(--stroke);
}

.phoneImage img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.miniMetrics{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:14px;
}

.miniMetrics div{
  padding:14px;
  border-radius:18px;
  border:1px solid var(--stroke);
  background:rgba(255,255,255,0.045);
}

.miniMetrics span{
  display:block;
  color:var(--muted);
  font-size:12px;
  margin-bottom:6px;
}

.miniMetrics strong{
  font-size:24px;
}

.floatingCard{
  position:absolute;
  padding:14px 16px;
  min-width:150px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,0.12);
  background:rgba(15,23,40,0.88);
  backdrop-filter:blur(12px);
  box-shadow:0 20px 45px rgba(0,0,0,0.32);
  animation:floatSmall 4.8s ease-in-out infinite;
}

.floatingCard span{
  display:block;
  color:var(--muted);
  font-size:12px;
  margin-bottom:6px;
}

.floatingCard strong{
  font-size:28px;
}

.cardOne{
  left:8px;
  top:130px;
}

.cardTwo{
  right:0;
  bottom:96px;
  animation-delay:0.8s;
}

@keyframes floatCard{
  0%,100%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(-14px);
  }
}

@keyframes floatSmall{
  0%,100%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(10px);
  }
}

.problemSection,
.featuresSection,
.demoSection,
.howSection,
.comparisonSection,
.signupSection,
.faqSection{
  padding:46px 0;
}

.problemSection{
  max-width:900px;
}

.sectionLabel{
  color:var(--accent);
  font-size:12px;
  font-weight:850;
  letter-spacing:1.4px;
  text-transform:uppercase;
  margin-bottom:10px;
}

.problemSection h2,
.sectionHeader h2{
  margin:0;
  font-size:42px;
  line-height:1.08;
  letter-spacing:-1.2px;
}

.problemSection p,
.sectionHeader p{
  color:var(--muted);
  line-height:1.65;
  font-size:17px;
}

.sectionHeader{
  max-width:860px;
  margin-bottom:22px;
}

.featureGrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.featureCard,
.stepCard,
.comparisonCard,
.faqItem{
  padding:22px;
  border-radius:var(--radius);
  border:1px solid var(--stroke);
  background:rgba(15,23,40,0.82);
  box-shadow:0 12px 34px rgba(0,0,0,0.18);
  transition:transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.featureCard:hover,
.stepCard:hover,
.comparisonCard:hover,
.faqItem:hover,
.metric:hover{
  transform:translateY(-4px);
  border-color:rgba(255,138,42,0.32);
  background:rgba(15,23,40,0.96);
}

.featureCard span,
.stepCard span{
  color:var(--accent);
  font-size:13px;
  font-weight:850;
}

.featureCard h3,
.stepCard h3,
.comparisonCard h3,
.faqItem h3{
  margin:10px 0 8px 0;
  font-size:20px;
}

.featureCard p,
.stepCard p,
.comparisonCard p,
.faqItem p{
  margin:0;
  color:var(--muted);
  line-height:1.55;
}

.panel{
  background:var(--panel);
  border:1px solid var(--stroke);
  box-shadow:var(--shadow);
  border-radius:var(--radius);
  overflow:hidden;
}

.demoGrid{
  display:grid;
  grid-template-columns:1.55fr 1fr;
  gap:18px;
}

.panelTitle{
  padding:14px 16px;
  background:var(--panel2);
  border-bottom:1px solid var(--stroke);
  font-weight:750;
}

.videoShell{
  position:relative;
  aspect-ratio:16/9;
  background:black;
}

.demoVideo{
  width:100%;
  height:100%;
  object-fit:contain;
  background:black;
  display:block;
}

.overlayBadge{
  position:absolute;
  left:16px;
  bottom:64px;
  font-size:32px;
  font-weight:850;
  text-shadow:0 10px 24px rgba(0,0,0,0.65);
}

.overlayMeta{
  position:absolute;
  left:16px;
  bottom:28px;
  font-size:14px;
  color:rgba(255,255,255,0.86);
  text-shadow:0 10px 24px rgba(0,0,0,0.65);
}

.metricGrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.metric{
  padding:16px;
  border:1px solid var(--stroke);
  border-radius:18px;
  background:rgba(255,255,255,0.035);
  transition:transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.metricTop{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}

.metricName{
  color:var(--muted);
  font-size:14px;
  font-weight:700;
}

.metricScore{
  background:rgba(40,199,111,0.18);
  color:var(--good);
  padding:4px 8px;
  border-radius:8px;
  font-size:11px;
  font-weight:850;
  letter-spacing:0.5px;
  white-space:nowrap;
}

.metricValue{
  font-size:30px;
  font-weight:850;
}

.visualGrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:18px;
}

.visualLeft{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.imgShell{
  padding:14px;
  height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:black;
}

.tallShell{
  height:540px;
}

.imgShell img{
  max-width:100%;
  max-height:100%;
  border-radius:12px;
}

.feedbackPanel{
  margin-top:18px;
}

.feedbackPreview,
.feedbackFull{
  padding:16px;
  white-space:pre-line;
  line-height:1.58;
  color:rgba(244,247,255,0.86);
}

.showMoreBtn{
  display:block;
  margin:8px auto 0 auto;
  padding:6px 0;
  width:fit-content;
  background:none;
  border:none;
  color:var(--accent);
  font-size:14px;
  font-weight:850;
  cursor:pointer;
  opacity:0.92;
}

.showMoreBtn:hover{
  opacity:1;
  text-decoration:underline;
}

.hidden{
  display:none;
}

.stepsGrid,
.comparisonGrid,
.faqGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.faqGrid{
  grid-template-columns:repeat(2,1fr);
}

.comparisonCard.active{
  border-color:rgba(255,138,42,0.42);
  background:
    radial-gradient(360px 220px at 80% 10%, rgba(255,138,42,0.15), transparent 70%),
    rgba(15,23,40,0.92);
}

.signupPanel{
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:24px;
  align-items:center;
  padding:36px;
  border-radius:32px;
  border:1px solid rgba(255,138,42,0.28);
  background:
    radial-gradient(700px 260px at 12% 30%, rgba(255,138,42,0.20), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,0.05), transparent 140%),
    var(--panel);
  box-shadow:var(--shadow);
}

.signupText h2{
  margin:0;
  font-size:40px;
  line-height:1.08;
}

.signupText p{
  color:var(--muted);
  line-height:1.65;
  font-size:17px;
  margin:12px 0 0 0;
}

.signupButton{
  width:fit-content;
  justify-self:end;
  font-size:16px;
}

.footer{
  border-top:1px solid var(--stroke);
  color:var(--muted);
  padding:28px 0 42px 0;
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:13px;
}

@media (max-width:980px){
  .navLinks{
    display:none;
  }

  .heroSection,
  .demoGrid,
  .visualGrid,
  .signupPanel{
    grid-template-columns:1fr;
  }

  .heroVisual{
    min-height:520px;
  }

  .floatingPhone{
    right:50%;
    transform:translateX(50%);
  }

  .featureGrid,
  .stepsGrid,
  .comparisonGrid{
    grid-template-columns:1fr 1fr;
  }

  .heroCopy h1{
    font-size:54px;
  }

  .signupButton{
    justify-self:start;
  }
}

@media (max-width:620px){
  .headerInner{
    height:68px;
  }

  .brand{
    font-size:22px;
  }

  .brand img{
    width:36px;
    height:36px;
  }

  .heroSection{
    min-height:auto;
    padding:28px 0 24px 0;
  }

  .heroCopy{
    padding:26px;
    border-radius:24px;
  }

  .heroCopy h1{
    font-size:40px;
    letter-spacing:-1.6px;
  }

  .heroSubtitle{
    font-size:16px;
  }

  .heroVisual{
    min-height:470px;
  }

  .floatingPhone{
    width:92%;
    right:4%;
    transform:none;
  }

  .phoneImage{
    height:260px;
  }

  .cardOne{
    left:0;
    top:100px;
  }

  .cardTwo{
    right:0;
    bottom:36px;
  }

  .featureGrid,
  .stepsGrid,
  .comparisonGrid,
  .faqGrid,
  .metricGrid{
    grid-template-columns:1fr;
  }

  .problemSection h2,
  .sectionHeader h2,
  .signupText h2{
    font-size:32px;
  }

  .footer{
    flex-direction:column;
  }
}
