:root {
  --navy-950: #0b1220;
  --navy-900: #0f172a;
  --navy-800: #1e293b;
  --navy-700: #334155;
  --slate-400: #94a3b8;
  --slate-300: #cbd5e1;
  --slate-100: #f1f5f9;
  --slate-50: #f8fafc;
  --white: #ffffff;

  --orange-500: #f97316;
  --orange-400: #fb923c;
  --green-500: #22c55e;
  --green-400: #4ade80;
  --emerald-500: #10b981;
  --blue-400: #38bdf8;

  --font-display: "Sora", "Manrope", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;

  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 8px;

  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--navy-950);
  color: var(--slate-100);
  font-family: var(--font-body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: var(--font-display); color: var(--white); margin: 0; line-height: 1.15; }
p { color: var(--slate-400); margin: 0; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
svg { width: 22px; height: 22px; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Ambient glow ---------- */
.glow {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  filter: blur(90px);
  opacity: 0.35;
}
.glow-top {
  top: -280px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 560px;
  background: radial-gradient(circle at center, var(--orange-500), transparent 65%);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--orange-400), var(--orange-500));
  color: var(--navy-950);
  box-shadow: 0 8px 24px -8px rgba(249, 115, 22, 0.55);
}
.btn-primary:hover { box-shadow: 0 10px 28px -6px rgba(249, 115, 22, 0.7); }
.btn-ghost { color: var(--slate-300); }
.btn-ghost:hover { color: var(--white); }
.btn-outline {
  border-color: var(--navy-700);
  color: var(--slate-100);
  background: rgba(255,255,255,0.02);
}
.btn-outline:hover { border-color: var(--slate-400); }
.btn-lg { padding: 14px 26px; font-size: 0.98rem; }

.play-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--green-500);
  box-shadow: 0 0 0 4px rgba(34,197,94,0.2);
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 18, 32, 0.75);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(148,163,184,0.1);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.brand { display: flex; align-items: center; }
.brand-logo { height: 34px; width: auto; display: block; }
.nav-links {
  display: flex;
  gap: 32px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--slate-300);
}
.nav-links a:hover { color: var(--white); }
.header-cta { display: flex; align-items: center; gap: 10px; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  width: 22px; height: 2px; background: var(--slate-100); border-radius: 2px;
}
.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px 24px 20px;
  border-top: 1px solid rgba(148,163,184,0.1);
}
.nav-mobile a {
  padding: 12px 4px;
  font-weight: 600;
  color: var(--slate-300);
  border-bottom: 1px solid rgba(148,163,184,0.08);
}
.nav-mobile .btn { margin-top: 12px; justify-content: center; }
.site-header.nav-open .nav-mobile { display: flex; }

/* ---------- Hero ---------- */
.hero { position: relative; z-index: 1; padding: 76px 0 40px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--orange-400);
  background: rgba(249, 115, 22, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.25);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.hero-sub {
  font-size: 1.08rem;
  max-width: 46ch;
  margin-bottom: 32px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-stats {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}
.hero-stats > div { display: flex; flex-direction: column; gap: 2px; }
.hero-stats strong { font-family: var(--font-display); font-size: 1.5rem; color: var(--white); }
.hero-stats span { font-size: 0.8rem; color: var(--slate-400); }

.hero-visual { position: relative; display: flex; justify-content: center; align-items: center; min-height: 420px; }
.device-stack { position: relative; width: 100%; max-width: 480px; }

/* ---------- Trust strip ---------- */
.trust { border-top: 1px solid rgba(148,163,184,0.1); border-bottom: 1px solid rgba(148,163,184,0.1); padding: 22px 0; position: relative; z-index: 1; }
.trust-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.trust-label { font-size: 0.82rem; color: var(--slate-400); font-weight: 600; }
.trust-tags { display: flex; gap: 10px; flex-wrap: wrap; }
.trust-tags span {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--slate-300);
  border: 1px solid var(--navy-700);
  padding: 6px 12px;
  border-radius: 999px;
}

/* ---------- Section head ---------- */
.section-head { max-width: 640px; margin: 0 auto 48px; text-align: center; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 800; letter-spacing: -0.01em; margin-bottom: 14px; }
.section-head p { font-size: 1.02rem; }

/* ---------- Features ---------- */
.features { padding: 96px 0; position: relative; z-index: 1; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.01));
  border: 1px solid rgba(148,163,184,0.14);
  border-radius: var(--radius-md);
  padding: 28px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.feature-card:hover { transform: translateY(-3px); border-color: rgba(148,163,184,0.3); }
.feature-icon {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px;
  margin-bottom: 18px;
}
.feature-icon--orange { background: rgba(249,115,22,0.14); color: var(--orange-400); }
.feature-icon--green { background: rgba(34,197,94,0.14); color: var(--green-500); }
.feature-icon--blue { background: rgba(56,189,248,0.14); color: var(--blue-400); }
.feature-card h3 { font-size: 1.08rem; font-weight: 700; margin-bottom: 8px; }
.feature-card p { font-size: 0.92rem; }

/* ---------- Demo ---------- */
.demo { padding: 40px 0 110px; position: relative; z-index: 1; }
.demo-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(148,163,184,0.14);
  border-radius: 999px;
  padding: 6px;
  width: fit-content;
  margin: 0 auto 48px;
}
.demo-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--slate-400);
  background: transparent;
  border: none;
  padding: 10px 20px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.demo-tab svg { width: 18px; height: 18px; }
.demo-tab.is-active {
  background: linear-gradient(135deg, var(--orange-400), var(--orange-500));
  color: var(--navy-950);
}

.demo-panel {
  display: none;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
}
.demo-panel.is-active { display: grid; }
.demo-panel__text h3 { font-size: 1.5rem; font-weight: 800; margin-bottom: 20px; }
.demo-checklist { display: flex; flex-direction: column; gap: 14px; }
.demo-checklist li {
  position: relative;
  padding-left: 30px;
  font-size: 0.96rem;
  color: var(--slate-300);
}
.demo-checklist li::before {
  content: "";
  position: absolute;
  left: 0; top: 3px;
  width: 18px; height: 18px;
  border-radius: 6px;
  background: rgba(34,197,94,0.16);
  border: 1px solid rgba(34,197,94,0.4);
}
.demo-checklist li::after {
  content: "";
  position: absolute;
  left: 5px; top: 7px;
  width: 8px; height: 4px;
  border-left: 2px solid var(--green-500);
  border-bottom: 2px solid var(--green-500);
  transform: rotate(-45deg);
}

/* ---------- Mock browser ---------- */
.mock-browser {
  background: var(--navy-800);
  border: 1px solid rgba(148,163,184,0.18);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 70px -20px rgba(0,0,0,0.55);
}
.mock-browser__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: var(--navy-900);
  border-bottom: 1px solid rgba(148,163,184,0.14);
}
.dot { width: 9px; height: 9px; border-radius: 50%; }
.dot--red { background: #f87171; }
.dot--yellow { background: #fbbf24; }
.dot--green { background: #4ade80; }
.mock-browser__url {
  margin-left: 10px;
  font-size: 0.72rem;
  color: var(--slate-400);
  background: rgba(148,163,184,0.08);
  padding: 4px 12px;
  border-radius: 999px;
}
.mock-browser__body { background: var(--slate-50); }

.mockdash { padding: 20px; font-family: var(--font-body); }
.mockdash__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.mockdash__title { font-weight: 800; color: var(--navy-900); font-size: 1.05rem; }
.mockdash__subtitle { font-size: 0.72rem; color: #64748b; margin-top: 2px; }
.mockdash__export {
  font-size: 0.72rem; font-weight: 700; color: var(--white);
  background: var(--navy-900); padding: 8px 14px; border-radius: 8px; white-space: nowrap;
}
.mockdash__filters {
  display: flex; gap: 10px; flex-wrap: wrap; align-items: flex-end;
  background: var(--white); border: 1px solid #e2e8f0; border-radius: 10px; padding: 12px; margin-bottom: 14px;
}
.mockfield { display: flex; flex-direction: column; gap: 4px; }
.mockfield span { font-size: 0.62rem; font-weight: 700; color: #94a3b8; text-transform: uppercase; }
.mockfield em { font-style: normal; font-size: 0.78rem; border: 1px solid #cbd5e1; border-radius: 6px; padding: 5px 10px; color: #334155; background: var(--slate-50); }
.mockrefresh { font-size: 0.75rem; font-weight: 700; color: #334155; border: 1px solid #cbd5e1; padding: 7px 14px; border-radius: 6px; }
.mockdash__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.mockstat {
  background: var(--white); border: 1px solid #e2e8f0; border-radius: 10px; padding: 12px;
  display: flex; flex-direction: column; gap: 4px;
}
.mockstat__label { font-size: 0.62rem; color: #94a3b8; }
.mockstat__value { font-size: 1.1rem; font-weight: 800; color: var(--navy-900); }
.mocklive {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.82rem; font-weight: 700; color: var(--navy-900);
}
.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--emerald-500);
  box-shadow: 0 0 0 0 rgba(16,185,129,0.6);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(16,185,129,0.55); }
  70% { box-shadow: 0 0 0 8px rgba(16,185,129,0); }
  100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}
.mocklivepanel { background: var(--white); border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px; margin-bottom: 14px; }
.mocklive__list { margin-top: 10px; display: flex; flex-direction: column; }
.mocklive__list li {
  display: flex; justify-content: space-between; font-size: 0.78rem; color: #475569;
  padding: 7px 0; border-top: 1px solid #f1f5f9;
}
.mocklive__list li strong { color: var(--navy-900); }

.mocktable { background: var(--white); border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; }
.mocktable__row {
  display: grid; grid-template-columns: 1.7fr 1.1fr 1.3fr 0.8fr 1fr; gap: 8px;
  font-size: 0.76rem; padding: 10px 14px; color: #334155;
  border-top: 1px solid #f1f5f9;
}
.mocktable__row--head { font-size: 0.64rem; font-weight: 700; color: #94a3b8; text-transform: uppercase; border-top: none; }
.flag {
  font-style: normal; font-size: 0.6rem; font-weight: 700; color: #b45309;
  background: #fef3c7; padding: 2px 6px; border-radius: 999px; margin-left: 6px;
}
.flag--ok { color: #047857; background: #d1fae5; }
.flag--absent { color: #b91c1c; background: #fee2e2; }
.flag--leave { color: #475569; background: #f1f5f9; }

.mocktable__row--absent { grid-template-columns: 1.6fr 1.3fr 1fr 1.4fr; }

/* ---------- Mock app shell (sidebar) ---------- */
.mock-browser__body--app { display: flex; align-items: stretch; }
.mocksidebar {
  width: 112px;
  flex-shrink: 0;
  background: var(--navy-900);
  border-right: 1px solid rgba(148,163,184,0.14);
  display: flex;
  flex-direction: column;
  padding: 14px 10px;
  gap: 14px;
}
.mocksidebar__logo { font-family: var(--font-display); font-weight: 800; font-size: 0.74rem; color: var(--white); padding: 0 2px; }
.mocksidebar__logo span { color: var(--orange-400); }
.mocksidebar__nav { display: flex; flex-direction: column; gap: 3px; flex: 1; }
.mocksidebar__nav span { font-size: 0.6rem; font-weight: 700; padding: 7px 8px; border-radius: 6px; color: var(--slate-400); }
.mocksidebar__nav span.is-active { background: var(--white); color: var(--navy-900); }
.mocksidebar__user { display: flex; align-items: center; gap: 6px; padding-top: 10px; border-top: 1px solid var(--navy-800); }
.mocksidebar__avatar {
  width: 22px; height: 22px; border-radius: 50%; background: var(--navy-700); color: var(--white);
  display: flex; align-items: center; justify-content: center; font-size: 0.6rem; font-weight: 800; flex-shrink: 0;
}
.mocksidebar__userinfo { display: flex; flex-direction: column; overflow: hidden; }
.mocksidebar__userinfo strong { font-size: 0.6rem; color: var(--white); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mocksidebar__userinfo em { font-style: normal; font-size: 0.54rem; color: var(--slate-400); }
.mocksidebar__signout { font-size: 0.58rem; font-weight: 700; color: var(--slate-400); padding: 2px 8px; }

/* Export button styled as a dropdown trigger */
.mockdash__export { display: inline-flex; align-items: center; gap: 6px; }
.mockdash__export svg { width: 10px; height: 10px; }

/* Button rail: Overview / View Absent Record */
.mockrail { display: flex; gap: 8px; margin-bottom: 14px; }
.mockrail span {
  cursor: pointer;
  font-size: 0.72rem; font-weight: 700; padding: 8px 14px; border-radius: 8px;
  border: 1px solid #e2e8f0; color: #334155; background: var(--white);
}
.mockrail span.is-active { background: var(--orange-500); border-color: var(--orange-500); color: var(--white); }

/* 4-up stat grid (Overview page) */
.mockdash__stats--4 { grid-template-columns: repeat(4, 1fr); }
.mockdash__stats--2 { grid-template-columns: repeat(2, 1fr); max-width: 320px; }

/* Bar chart mock */
.mockchart { background: var(--white); border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px; margin-bottom: 14px; }
.mockchart__title { font-size: 0.74rem; font-weight: 800; color: var(--navy-900); margin-bottom: 12px; }
.mockchart__row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.mockchart__row:last-child { margin-bottom: 0; }
.mockchart__label { font-size: 0.68rem; color: #64748b; width: 84px; flex-shrink: 0; }
.mockchart__bar { height: 14px; border-radius: 999px; background: linear-gradient(90deg, var(--orange-400), var(--orange-500)); }

/* ---------- Mock phone ---------- */
.mock-phone {
  background: #05070d;
  border: 6px solid #05070d;
  border-radius: 42px;
  box-shadow: 0 30px 70px -20px rgba(0,0,0,0.6), 0 0 0 2px rgba(148,163,184,0.15);
  position: relative;
  width: 260px;
  margin: 0 auto;
}
.mock-phone__notch {
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 90px; height: 20px;
  background: #05070d;
  border-radius: 0 0 14px 14px;
  z-index: 2;
}
.mock-phone__screen {
  background: var(--navy-900);
  border-radius: 34px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 520px;
}
.mphone-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 16px 10px;
  border-bottom: 1px solid var(--navy-800);
}
.mphone-logo { font-family: var(--font-display); font-weight: 800; font-size: 0.95rem; color: var(--white); }
.mphone-signout { font-size: 0.62rem; font-weight: 700; color: var(--slate-400); border: 1px solid var(--navy-700); padding: 5px 9px; border-radius: 8px; }
.mphone-body { flex: 1; padding: 22px 18px; display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.mphone-title { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: var(--white); }
.mphone-copy { font-size: 0.74rem; color: var(--slate-400); max-width: 26ch; }
.mphone-scan-btn {
  width: 100%;
  background: var(--green-500);
  color: var(--navy-950);
  font-weight: 800;
  font-size: 0.82rem;
  padding: 13px;
  border-radius: 12px;
  text-align: center;
}
.mphone-status {
  width: 100%;
  background: var(--navy-800);
  border: 1px solid var(--green-500);
  border-radius: 14px;
  padding: 14px 16px;
  display: flex; flex-direction: column; gap: 2px;
}
.mphone-status__label { font-size: 0.6rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: var(--green-500); }
.mphone-status__name { font-weight: 800; color: var(--white); font-size: 0.98rem; margin-top: 2px; }
.mphone-status__detail { font-size: 0.72rem; color: var(--slate-400); }

.mphone-table { width: 100%; background: var(--navy-800); border-radius: 14px; padding: 14px; text-align: left; }
.mphone-table__title { font-size: 0.8rem; font-weight: 800; color: var(--white); margin-bottom: 8px; }
.mphone-table__row { display: flex; justify-content: space-between; font-size: 0.72rem; padding: 7px 0; border-top: 1px solid var(--navy-700); color: var(--slate-300); }
.mphone-table__row--head { color: #64748b; font-weight: 700; text-transform: uppercase; font-size: 0.6rem; border-top: none; }

.mphone-toggle { display: flex; gap: 8px; padding: 14px 16px 18px; }
.mphone-toggle span {
  flex: 1; text-align: center; font-size: 0.76rem; font-weight: 700;
  padding: 9px; border-radius: 10px; background: var(--navy-800); color: var(--slate-400);
}
.mphone-toggle .is-active { background: var(--green-500); color: var(--navy-950); }

.mphone-tabbar { display: flex; border-top: 1px solid var(--navy-700); }
.mphone-tabbar span { flex: 1; text-align: center; padding: 10px 0; font-size: 0.68rem; font-weight: 700; color: #64748b; }
.mphone-tabbar span.is-active { color: var(--green-500); }

/* ---------- Mock kiosk ---------- */
.mock-kiosk { width: 300px; margin: 0 auto; }
.mock-kiosk__screen {
  background: var(--navy-900);
  border: 6px solid #05070d;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 70px -20px rgba(0,0,0,0.6), 0 0 0 2px rgba(148,163,184,0.15);
  display: flex;
  flex-direction: column;
  min-height: 460px;
}
.mock-kiosk__mount {
  width: 64px;
  height: 34px;
  margin: 0 auto;
  background: linear-gradient(180deg, #05070d, #0b1220);
  clip-path: polygon(38% 0, 62% 0, 100% 100%, 0 100%);
}
.mkiosk-site {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--white);
}
.mkiosk-code { width: 100%; }
.mkiosk-code__label {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--slate-400);
  margin-bottom: 8px;
}
.mkiosk-code__digits { display: flex; gap: 8px; justify-content: center; }
.mkiosk-code__digits span {
  width: 34px;
  height: 40px;
  border-radius: 8px;
  background: var(--navy-800);
  border: 1px solid var(--navy-700);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--white);
}
.mkiosk-scan-btn { display: flex; align-items: center; justify-content: center; gap: 8px; }

/* Hero-specific device positioning */
.mock-browser--hero { transform: rotate(-2deg); }
.mock-phone--hero {
  position: absolute;
  right: -18px;
  bottom: -46px;
  width: 190px;
  transform: rotate(4deg);
}
.mock-phone--hero .mock-phone__screen { min-height: 380px; }
.mock-phone--hero .mphone-body { padding: 16px 14px; gap: 10px; }
.mock-phone--hero .mphone-title { font-size: 0.9rem; }
.mock-phone--hero .mphone-scan-btn { font-size: 0.72rem; padding: 10px; }
.mock-phone--hero .mphone-status { padding: 10px 12px; }

/* ---------- How it works ---------- */
.how { padding: 60px 0 110px; position: relative; z-index: 1; }
.how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.how-step {
  border: 1px solid rgba(148,163,184,0.14);
  border-radius: var(--radius-md);
  padding: 26px 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), transparent);
}
.how-step__num {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--orange-400);
  margin-bottom: 14px;
}
.how-step h3 { font-size: 1.02rem; font-weight: 700; margin-bottom: 8px; }
.how-step p { font-size: 0.88rem; }

/* ---------- CTA banner ---------- */
.cta-banner { padding: 0 0 110px; position: relative; z-index: 1; }
.cta-banner__inner {
  background: linear-gradient(135deg, rgba(249,115,22,0.16), rgba(15,23,42,0.4));
  border: 1px solid rgba(249,115,22,0.3);
  border-radius: var(--radius-lg);
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.cta-banner h2 { font-size: 1.8rem; font-weight: 800; margin-bottom: 10px; }
.cta-banner p { max-width: 44ch; }
.cta-banner__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- FAQ ---------- */
.faq { padding: 0 0 120px; position: relative; z-index: 1; }
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  border: 1px solid rgba(148,163,184,0.16);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  background: rgba(255,255,255,0.02);
}
.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--white);
  font-size: 0.98rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 1.3rem;
  color: var(--orange-400);
  margin-left: 12px;
  transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin-top: 12px; font-size: 0.92rem; }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid rgba(148,163,184,0.12);
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; max-width: 260px; }
.brand-logo--footer { height: 30px; }
.footer-brand p { font-size: 0.82rem; }
.footer-links { display: flex; gap: 22px; font-size: 0.86rem; font-weight: 600; color: var(--slate-300); }
.footer-links a:hover { color: var(--white); }
.footer-legal { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; font-size: 0.78rem; color: var(--slate-400); }
.footer-legal__links { display: flex; gap: 16px; }
.footer-legal__links a:hover { color: var(--white); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 380px; margin-top: 20px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .how-steps { grid-template-columns: repeat(2, 1fr); }
  .demo-panel { grid-template-columns: 1fr; }
  .demo-panel__text { text-align: center; }
  .demo-checklist { align-items: flex-start; max-width: 340px; margin: 0 auto; }
}

@media (max-width: 720px) {
  .nav-links, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .feature-grid { grid-template-columns: 1fr; }
  .how-steps { grid-template-columns: 1fr; }
  .hero-stats { gap: 24px; }
  .cta-banner__inner { padding: 32px; }
  .footer-inner { flex-direction: column; }
  .footer-legal { align-items: flex-start; }
  .mock-phone--hero { position: static; margin-top: 24px; transform: none; width: 220px; }
  .device-stack { display: flex; flex-direction: column; align-items: center; gap: 20px; }
  .mock-browser--hero { transform: none; }
  .mocksidebar { width: 84px; padding: 10px 6px; gap: 10px; }
  .mocksidebar__nav span { font-size: 0.54rem; padding: 6px 5px; }
  .mocksidebar__userinfo strong { font-size: 0.54rem; }
  .mockdash__stats--4 { grid-template-columns: repeat(2, 1fr); }
  .mocktable__row { grid-template-columns: 1.5fr 1fr 1fr; font-size: 0.68rem; padding: 8px 10px; }
  .mocktable__row span:nth-child(4), .mocktable__row span:nth-child(5) { display: none; }
  .mocktable__row--absent { grid-template-columns: 1.5fr 1fr 1.3fr; }
  .mocktable__row--absent span:nth-child(2) { display: none; }
  .mocktable__row--absent span:nth-child(4) { display: block; }
}
