:root{
  --bg:#070b14;
  --panel: rgba(255,255,255,.06);
  --panel2: rgba(255,255,255,.04);
  --line: rgba(255,255,255,.10);
  --text:#eaf1ff;
  --muted:#a9b6d1;

  --sky:#38bdf8;
  --ind:#6366f1;

  --radius: 18px;
  --shadow: 0 24px 70px rgba(0,0,0,.45);

  --sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family:var(--sans);
  color:var(--text);
  background:
    radial-gradient(900px 500px at 50% -10%, rgba(56,189,248,.18), transparent 60%),
    radial-gradient(900px 500px at 70% 10%, rgba(99,102,241,.16), transparent 55%),
    radial-gradient(900px 600px at 20% 20%, rgba(99,102,241,.10), transparent 60%),
    var(--bg);
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
.wrap{ max-width: 1120px; margin:0 auto; padding:0 18px; }
.muted{ color:var(--muted); }
.grad{
  background: linear-gradient(90deg, var(--sky), var(--ind));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

/* Topbar */
.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(7,11,20,.62);
  border-bottom:1px solid var(--line);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding: 14px 0;
  gap: 12px;
}
.brand{ display:flex; align-items:center; gap:12px; }
.brand__logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.brand__logo img{
  height: 50px;
  width: auto;
  display:block;
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.65);
  box-shadow: 0 18px 50px rgba(0,0,0,.25);

}

.nav{ display:flex; align-items:center; gap:6px; }
.nav a{
  font-size:13px;
  color:#d9e3ff;
  padding:10px 10px;
  border-radius: 12px;
  transition: .2s;
}
.nav a:hover{ background: rgba(255,255,255,.06); color:white; }

/* Mobile menu */
.hamburger{
  display:none;
  width:44px; height:44px; border-radius:14px;
  background: rgba(255,255,255,.05);
  border:1px solid var(--line);
  cursor:pointer;
}
.hamburger span{
  display:block; height:2px; width:18px; background:#dbe7ff;
  margin:4px auto;
}
.mobile{
  display:none;
  border-top: 1px solid var(--line);
  background: rgba(7,11,20,.72);
}
.mobile__inner{
  padding: 10px 0 14px;
  display:grid; gap:6px;
}
.mobile a{
  padding:12px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding: 11px 14px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 13px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  transition: .18s;
}
.btn:hover{ background: rgba(255,255,255,.09); transform: translateY(-1px); }
.btn--primary{
  background: white;
  color: #0a1020;
  border-color: rgba(255,255,255,.7);
}
.btn--primary:hover{ background:#f3f6ff; }
.btn--ghost{ background: rgba(255,255,255,.05); }

/* Hero */
.hero{
  position:relative;
  padding: 54px 0 24px;
  overflow:hidden;
}
.hero__bg{
  position:absolute; inset:0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.07) 1px, transparent 0);
  background-size: 28px 28px;
  opacity:.22;
  pointer-events:none;
}
.hero__grid{
  display:grid;
  gap: 18px;
  grid-template-columns: 1.05fr .95fr;
  align-items:start;
}
.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding: 8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  font-size: 12px;
  color:#d9e3ff;
}
.pill__dot{
  width:8px; height:8px; border-radius:99px;
  background: var(--sky);
  box-shadow: 0 0 0 6px rgba(56,189,248,.12);
}
.hero h1{
  margin: 14px 0 0;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.hero__copy p{
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.7;
  max-width: 580px;
}
.hero__cta{ margin-top: 18px; display:flex; flex-wrap:wrap; gap:10px; }

.chips{
  margin-top: 16px;
  display:flex; flex-wrap:wrap; gap:8px;
}
.chip{
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color:#d7e2ff;
}

/* Hero visual frame */
.hero__visual{ position:relative; }
.frame{
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.frame__bar{
  display:flex; align-items:center; gap:7px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background: rgba(10,16,32,.35);
}
.dot{ width:10px; height:10px; border-radius:99px; background: rgba(255,255,255,.2); }
.frame__title{ margin-left: 8px; font-size: 12px; color: var(--muted); }
.frame__body{
  aspect-ratio: 16 / 10;
  background: rgba(5,10,22,.45);
  position:relative;
  overflow:hidden;
}
.frame__body img#heroShot{
  width:100%;
  height:100%;
  object-fit:cover;
}
.frame__shade{
  position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 65%, rgba(7,11,20,.45));
  pointer-events:none;
}

/* Control Center Views panel */
.shotPanel{
  margin-top: 12px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  padding: 14px;
}
.shotPanel__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-bottom: 10px;
}
.shotPanel__title{ font-weight: 900; letter-spacing: -0.01em; }
.shotPanel__hint{ font-size: 12px; }

.shotTabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom: 12px;
}
.shotTab{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: #dbe7ff;
  font-weight: 900;
  font-size: 12px;
  cursor:pointer;
  transition: .18s;
}
.shotTab:hover{ background: rgba(255,255,255,.08); transform: translateY(-1px); }
.shotTab.is-active{
  background: rgba(56,189,248,.12);
  border-color: rgba(56,189,248,.25);
}
.shotDot{
  width:10px; height:10px;
  border-radius:99px;
  background: rgba(56,189,248,.9);
  box-shadow: 0 0 0 6px rgba(56,189,248,.10);
}

.shotPreview{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 12px;
}
.shotPreview__title{ font-weight: 900; }
.shotPreview__desc{ font-size: 12px; margin-top: 4px; line-height: 1.5; }

.shotThumbs{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.shotThumb{
  width: 86px;
  height: 52px;
  border-radius: 14px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.2);
  cursor:pointer;
  padding:0;
  transition: .18s;
}
.shotThumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.shotThumb:hover{ transform: translateY(-1px); border-color: rgba(255,255,255,.20); }
.shotThumb.is-active{
  border-color: rgba(56,189,248,.45);
  box-shadow: 0 10px 28px rgba(56,189,248,.12);
}

/* Sections */
.section{ padding: 56px 0; }
.section--last{ padding-bottom: 70px; }
.section__head{ max-width: 760px; }
.eyebrow{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(56,189,248,.9);
}
h2{
  margin: 10px 0 0;
  font-size: 30px;
  letter-spacing: -0.02em;
}
.section__head p{ margin: 10px 0 0; line-height: 1.6; }

.grid3{
  margin-top: 20px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.card{
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  padding: 16px;
}
.card--wide{ grid-column: 1 / -1; }
.card__icon{
  height: 44px; width: 44px;
  border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  font-size: 18px;
}
.card__title{ margin-top: 12px; font-weight: 900; }
.card .muted{ margin-top: 6px; line-height: 1.5; font-size: 13px; }

/* Demo Narrative timeline */
.timeline{ margin-top: 20px; display:grid; gap: 12px; }
.step{
  display:flex;
  gap: 12px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
}
.step__num{
  width: 40px;
  height: 40px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  background: rgba(56,189,248,.12);
  border: 1px solid rgba(56,189,248,.25);
  color: #dbefff;
  flex: 0 0 auto;
}
.step__title{ font-weight: 900; margin-top: 2px; }
.step__body .muted{ margin-top: 6px; font-size: 13px; line-height: 1.6; }
.step__tags{ margin-top: 10px; display:flex; flex-wrap:wrap; gap:8px; }
.tag{
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color:#d7e2ff;
}

.noteBox{
  margin-top: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(135deg, rgba(56,189,248,.12), rgba(99,102,241,.08));
  padding: 16px;
}
.noteBox__title{ font-weight: 900; margin-bottom: 6px; }

/* Contact */
.contactGrid{
  margin-top: 20px;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 12px;
}
.form{
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  padding: 18px;
}
.field{ margin-bottom: 12px; }
label{ display:block; font-size: 12px; color:#dbe7ff; font-weight: 900; }
input, textarea{
  width:100%;
  margin-top: 8px;
  padding: 11px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(5,10,22,.35);
  color: var(--text);
  outline: none;
}
input:focus, textarea:focus{ border-color: rgba(56,189,248,.45); }
.form__hint{ margin-top: 10px; font-size: 12px; line-height: 1.5; }

.side{ display:grid; gap: 12px; }
.side__box{
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  padding: 18px;
}
.side__title{ font-weight: 900; }
.side__list{ margin: 10px 0 0; padding-left: 16px; }
.side__list li{ margin: 7px 0; }

.kbd{
  display:inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
}

/* Footer */
.footer{
  margin-top: 22px;
  border-top: 1px solid rgba(255,255,255,.10);
  padding-top: 16px;
}

/* Hide screenshot controls if images not present (simple fail-safe) */
.noShots .shotPanel{ display:none; }

/* Responsive */
@media (max-width: 980px){
  .hero__grid{ grid-template-columns: 1fr; }
  .grid3{ grid-template-columns: 1fr; }
  .contactGrid{ grid-template-columns: 1fr; }
  .shotPreview{ flex-direction: column; }
  .shotThumbs{ justify-content: flex-start; }
}
@media (max-width: 760px){
  .nav{ display:none; }
  .hamburger{ display:block; }
  .mobile{ display:block; }
  .hero h1{ font-size: 36px; }
}
