:root {
  --bg: #040714;
  --bg-2: #091126;
  --panel: rgba(10, 17, 36, 0.62);
  --panel-strong: rgba(12, 19, 40, 0.82);
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(255, 255, 255, 0.18);
  --text: #f6f8ff;
  --muted: #b6c0da;
  --muted-2: #d7deef;
  --brand: #f04d4d;
  --brand-2: #be2323;
  --blue: #4768ff;
  --shadow-xl: 0 40px 120px rgba(0, 0, 0, 0.48);
  --shadow-lg: 0 25px 70px rgba(0, 0, 0, 0.4);
  --radius-xxl: 36px;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(71, 104, 255, 0.22), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(240, 77, 77, 0.18), transparent 24%),
    linear-gradient(180deg, #060916 0%, #030611 48%, #02040c 100%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-shell {
  position: relative;
  overflow: clip;
  isolation: isolate;
}
.bg-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent 88%);
  z-index: -3;
}
.bg-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
  z-index: -2;
}
.bg-glow-left {
  width: 520px;
  height: 520px;
  top: 160px;
  left: -180px;
  background: rgba(71, 104, 255, 0.15);
}
.bg-glow-right {
  width: 460px;
  height: 460px;
  top: 420px;
  right: -120px;
  background: rgba(240, 77, 77, 0.14);
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 8px;
}
.brand img {
  width: 126px;
  height: auto;
  display: block;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
  will-change: transform;
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button-primary {
  color: #fff;
  background: linear-gradient(180deg, #ff6666 0%, var(--brand-2) 100%);
  box-shadow: 0 18px 44px rgba(190, 35, 35, 0.38), inset 0 1px 0 rgba(255,255,255,0.18);
}
.button-primary:hover {
  box-shadow: 0 22px 54px rgba(190, 35, 35, 0.44), inset 0 1px 0 rgba(255,255,255,0.22);
}
.button-secondary {
  color: var(--text);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border-color: rgba(255,255,255,0.12);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.button-secondary:hover {
  border-color: rgba(255,255,255,0.2);
  background: linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.05));
}
.button-large {
  min-height: 58px;
  padding: 16px 28px;
}
.nav-cta { min-width: 176px; }

.hero {
  padding: 34px 0 36px;
}
.eyebrow-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.eyebrow-pill,
.eyebrow-static,
.success-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  color: var(--muted-2);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 12px 30px rgba(0,0,0,0.18);
}
.eyebrow-pill strong,
.eyebrow-static { font-weight: 600; }
.eyebrow-pill em {
  font-style: normal;
  color: #fff;
  opacity: 0.96;
}
.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff6d6d 0%, var(--brand-2) 100%);
  box-shadow: 0 0 0 5px rgba(240, 77, 77, 0.12);
}

.hero-copy {
  text-align: center;
  max-width: 1040px;
  margin: 0 auto 38px;
}
.hero h1,
.join-card h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-wrap: balance;
}
.lede,
.join-intro {
  margin: 20px auto 0;
  max-width: 860px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.8vw, 1.34rem);
  line-height: 1.58;
}

.hero-grid,
.scout-section {
  display: grid;
  gap: 30px;
  align-items: center;
}
.hero-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}
.scout-section {
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  padding: 18px 0 24px;
}

.device-card,
.mission-card,
.phone-panel,
.join-card,
.cta-section {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xxl);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)),
    linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0));
  box-shadow: var(--shadow-xl);
  backdrop-filter: blur(20px);
}
.device-card::before,
.mission-card::before,
.phone-panel::before,
.join-card::before,
.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.02), rgba(255,255,255,0.08));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.card-topline {
  display: inline-block;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.7);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.device-card {
  padding: 28px 28px 12px;
  min-height: 470px;
}
.device-card::after {
  content: "";
  position: absolute;
  inset: auto auto -70px -40px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240,77,77,0.18), rgba(240,77,77,0));
}
.laptop-shot {
  width: 100%;
  max-width: 870px;
  margin: 4px auto 0;
  border-radius: 22px;
  filter: drop-shadow(0 18px 46px rgba(0,0,0,0.35));
}
.mission-card,
.phone-panel {
  padding: 34px;
}
.mission-card p,
.phone-copy p {
  margin: 0;
  font-size: clamp(1.18rem, 2.1vw, 1.8rem);
  line-height: 1.14;
  letter-spacing: -0.035em;
  color: var(--muted-2);
}
.mission-card p span { color: #fff; }
.mission-button { margin-top: 24px; }
.phone-copy h2,
.cta-section h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.phone-copy .button { margin-top: 24px; }

.phone-wrap {
  position: relative;
  min-height: 720px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 36px;
}
.phone-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(13, 22, 66, 0.45), rgba(4, 7, 20, 0));
  z-index: 1;
}
.phone-shot {
  width: min(112%, 920px);
  position: relative;
  right: -90px;
  top: 18px;
  z-index: 2;
  filter: drop-shadow(0 38px 80px rgba(0, 0, 0, 0.48));
}
.orb,
.ring {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.orb { filter: blur(16px); }
.orb-one {
  width: 320px;
  height: 320px;
  top: 60px;
  right: 90px;
  background: rgba(240, 77, 77, 0.18);
}
.orb-two {
  width: 420px;
  height: 420px;
  bottom: 30px;
  left: 20px;
  background: rgba(71, 104, 255, 0.16);
}
.ring-one,
.ring-two {
  border: 1px solid rgba(255,255,255,0.08);
}
.ring-one {
  width: 480px;
  height: 480px;
  top: 86px;
  right: 86px;
}
.ring-two {
  width: 620px;
  height: 620px;
  bottom: -12px;
  left: -10px;
}

.cta-section {
  margin-top: 12px;
  padding: 38px;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cta-inner p,
.site-footer p,
.join-card p,
.success-message p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.55;
}

.site-footer {
  text-align: center;
  padding: 54px 0 40px;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.copyright {
  margin-top: 24px;
  color: rgba(255,255,255,0.56);
  font-size: 0.95rem;
}

.join-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.slim-topbar { padding-top: 22px; }
.join-main {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 30px 0 42px;
}
.join-card {
  width: min(100%, 760px);
  padding: 34px;
}
.waitlist-form { margin-top: 28px; }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.waitlist-form label {
  display: block;
  margin-bottom: 16px;
}
.waitlist-form span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted-2);
  font-size: 0.94rem;
}
.waitlist-form input,
.waitlist-form select,
.waitlist-form textarea {
  width: 100%;
  padding: 15px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(180deg, rgba(7, 13, 29, 0.96), rgba(7, 13, 29, 0.82));
  color: #fff;
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.waitlist-form input:focus,
.waitlist-form select:focus,
.waitlist-form textarea:focus {
  border-color: rgba(240,77,77,0.7);
  box-shadow: 0 0 0 4px rgba(240,77,77,0.11);
  background: linear-gradient(180deg, rgba(9, 15, 33, 1), rgba(9, 15, 33, 0.9));
}
.form-submit {
  width: 100%;
  margin-top: 6px;
}
.success-message {
  text-align: center;
  padding: 12px 6px 4px;
}
.success-badge {
  margin-bottom: 18px;
}
.success-message h2 {
  margin: 0 0 12px;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  letter-spacing: -0.04em;
}
.success-message p {
  max-width: 560px;
  margin: 0 auto 20px;
}
.join-footer {
  padding-top: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
.delay-1 { transition-delay: 120ms; }
.delay-2 { transition-delay: 220ms; }

@media (max-width: 1024px) {
  .hero-grid,
  .scout-section,
  .cta-inner {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }
  .cta-inner .button {
    width: 100%;
  }
  .phone-wrap {
    min-height: 560px;
    padding-top: 8px;
  }
  .phone-shot {
    width: min(120%, 820px);
    right: -48px;
    top: 8px;
  }
  .phone-panel {
    order: -1;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 24px), var(--max));
  }
  .topbar {
    padding-top: 18px;
    gap: 12px;
  }
  .brand img { width: 104px; }
  .nav-cta {
    min-width: auto;
    padding-inline: 16px;
  }
  .hero {
    padding-top: 24px;
  }
  .hero-copy {
    margin-bottom: 26px;
  }
  .device-card,
  .mission-card,
  .phone-panel,
  .join-card,
  .cta-section {
    border-radius: 24px;
    padding: 22px;
  }
  .device-card { min-height: auto; }
  .phone-wrap {
    min-height: 440px;
    margin-top: -8px;
  }
  .phone-shot {
    width: 138%;
    max-width: none;
    right: -30px;
    top: 2px;
  }
  .ring-one {
    width: 340px;
    height: 340px;
    top: 72px;
    right: 12px;
  }
  .ring-two {
    width: 420px;
    height: 420px;
    left: -110px;
    bottom: -30px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .eyebrow-pill,
  .eyebrow-static,
  .success-badge {
    font-size: 0.92rem;
  }
  .site-footer {
    padding-top: 48px;
  }
}


/* Homepage V5 refinement */
.home-shell .topbar {
  padding-top: 28px;
}
.hero-grid-home {
  align-items: end;
  gap: 48px;
  margin-top: 8px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.8fr);
}
.laptop-stage {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 12px 10px 6px 10px;
  isolation: isolate;
}
.laptop-stage::before {
  content: "";
  position: absolute;
  inset: auto 10% 28px 8%;
  height: 34px;
  border-radius: 999px;
  background: radial-gradient(circle at 25% 50%, rgba(53, 104, 255, 0.95), rgba(53, 104, 255, 0) 45%),
              radial-gradient(circle at 72% 50%, rgba(255, 72, 72, 0.85), rgba(255, 72, 72, 0) 38%);
  filter: blur(16px);
  opacity: 0.9;
  z-index: 0;
}
.laptop-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(62px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.95;
}
.laptop-glow-blue {
  width: 260px;
  height: 180px;
  left: 20px;
  bottom: 18px;
  background: rgba(45, 99, 255, 0.42);
}
.laptop-glow-red {
  width: 240px;
  height: 150px;
  left: 58%;
  bottom: 20px;
  background: rgba(240, 77, 77, 0.34);
}
.floating-laptop {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-width: 760px;
  margin: 0;
  filter: drop-shadow(0 26px 60px rgba(0,0,0,0.42));
}
.mission-card {
  max-width: 470px;
  justify-self: end;
  padding: 38px 36px;
}
.mission-card p,
.phone-copy p {
  font-size: clamp(1.02rem, 1.55vw, 1.2rem);
  line-height: 1.3;
  letter-spacing: -0.03em;
}
.mission-button {
  margin-top: 28px;
}
.scout-section-home {
  padding-top: 56px;
  padding-bottom: 12px;
  gap: 96px;
  align-items: center;
  grid-template-columns: minmax(270px, 0.78fr) minmax(0, 1.22fr);
}
.phone-panel {
  max-width: 420px;
  min-height: 360px;
  display: flex;
  align-items: center;
  padding: 40px 32px;
}
.phone-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 4vw, 4rem);
}
.phone-wrap-home {
  min-height: 560px;
  overflow: visible;
}
.phone-wrap-home::before {
  inset: 10% 6% 10% 6%;
  background: radial-gradient(circle at 58% 52%, rgba(11, 20, 66, 0.6), rgba(4, 7, 20, 0) 68%);
}
.phone-shot {
  width: min(92%, 640px);
  right: -36px;
  top: 8px;
}
.orb-one {
  width: 360px;
  height: 360px;
  top: 118px;
  right: 44px;
  background: rgba(240, 77, 77, 0.15);
}
.orb-two {
  width: 430px;
  height: 430px;
  bottom: 42px;
  left: 56px;
  background: rgba(71, 104, 255, 0.14);
}
.ring-one {
  width: 430px;
  height: 430px;
  top: 100px;
  right: 78px;
}
.ring-two {
  width: 560px;
  height: 560px;
  bottom: 12px;
  left: 18px;
}
.cta-section-home {
  margin-top: 44px;
  padding: 34px 40px;
  border-color: rgba(255,255,255,0.12);
  background:
    linear-gradient(180deg, rgba(8, 13, 31, 0.9), rgba(7, 11, 28, 0.84)),
    linear-gradient(135deg, rgba(19, 72, 255, 0.08), rgba(255, 64, 64, 0.08));
}
.cta-section-home::before {
  background: linear-gradient(90deg, rgba(39, 112, 255, 0.88), rgba(156, 74, 255, 0.36), rgba(255, 66, 66, 0.92));
}
.cta-section-home .cta-inner {
  gap: 34px;
}
.site-footer {
  padding-top: 34px;
}
.site-footer p {
  font-size: 1rem;
}
.site-footer::before {
  content: "";
  display: block;
  width: min(100%, 760px);
  height: 1px;
  margin: 0 auto 18px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.16), rgba(255,255,255,0));
}

@media (max-width: 1024px) {
  .hero-grid-home {
    gap: 34px;
    grid-template-columns: 1fr;
  }
  .laptop-stage {
    min-height: 320px;
    padding: 0;
  }
  .floating-laptop {
    width: min(100%, 700px);
    margin: 0 auto;
  }
  .mission-card {
    max-width: none;
    justify-self: stretch;
  }
  .scout-section-home {
    gap: 40px;
    padding-top: 34px;
  }
  .phone-panel {
    order: 0;
    max-width: none;
    min-height: unset;
  }
  .phone-wrap-home {
    min-height: 500px;
  }
  .phone-shot {
    right: -10px;
    width: min(100%, 560px);
  }
  .ring-one {
    right: 50px;
  }
  .ring-two {
    left: 0;
  }
  .cta-section-home {
    margin-top: 26px;
  }
}

@media (max-width: 720px) {
  .home-shell .topbar {
    padding-top: 18px;
  }
  .hero {
    padding-bottom: 20px;
  }
  .hero-grid-home {
    gap: 22px;
    margin-top: 2px;
  }
  .hero-copy {
    margin-bottom: 18px;
  }
  .hero h1 {
    font-size: clamp(2.8rem, 10vw, 4.6rem);
    line-height: 0.96;
  }
  .lede {
    margin-top: 16px;
    font-size: 1.05rem;
    line-height: 1.5;
  }
  .laptop-stage {
    min-height: 216px;
    padding-bottom: 6px;
  }
  .laptop-stage::before {
    inset: auto 10% 20px 8%;
    height: 24px;
    filter: blur(12px);
  }
  .laptop-glow-blue {
    width: 150px;
    height: 80px;
    left: 0;
    bottom: 16px;
  }
  .laptop-glow-red {
    width: 140px;
    height: 72px;
    left: 58%;
    bottom: 18px;
  }
  .floating-laptop {
    width: 100%;
  }
  .mission-card,
  .phone-panel {
    padding: 24px 22px;
  }
  .scout-section-home {
    gap: 26px;
    padding-top: 20px;
  }
  .phone-copy h2 {
    font-size: clamp(2.2rem, 11vw, 3.1rem);
    margin-bottom: 14px;
  }
  .phone-wrap-home {
    min-height: 420px;
    margin-top: 0;
  }
  .phone-shot {
    width: 100%;
    right: 0;
    top: 0;
  }
  .orb-one {
    width: 200px;
    height: 200px;
    top: 108px;
    right: 12px;
  }
  .orb-two {
    width: 240px;
    height: 240px;
    left: 8px;
    bottom: 48px;
  }
  .ring-one {
    width: 280px;
    height: 280px;
    top: 86px;
    right: 16px;
  }
  .ring-two {
    width: 360px;
    height: 360px;
    left: -48px;
    bottom: 18px;
  }
  .cta-section-home {
    margin-top: 18px;
    padding: 24px 20px;
  }
  .cta-section-home .button-large {
    width: 100%;
  }
  .site-footer {
    padding-top: 22px;
    padding-bottom: 34px;
  }
}


/* V6: remove device containers so laptop and phone float freely */
.laptop-stage,
.phone-wrap,
.phone-wrap-home {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.laptop-stage::after,
.phone-wrap::after,
.phone-wrap-home::after {
  content: none !important;
}

.phone-wrap,
.phone-wrap-home {
  border-radius: 0 !important;
  overflow: visible !important;
}

.phone-wrap::before,
.phone-wrap-home::before {
  inset: auto !important;
  background: none !important;
}

.phone-shot {
  filter: drop-shadow(0 38px 80px rgba(0, 0, 0, 0.48));
}


/* Homepage V7 refinement */
.laptop-stage,
.phone-wrap {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.laptop-stage::after,
.phone-wrap::after,
.phone-wrap::before {
  box-shadow: none;
}
.phone-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025)),
    linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0));
}
.mission-card p span {
  color: #fff;
}
.scout-section-home {
  padding-top: 84px;
  padding-bottom: 8px;
  gap: 120px;
  align-items: center;
}
.phone-wrap-home {
  min-height: 600px;
}
.phone-panel {
  max-width: 470px;
}
.commitment-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 44px;
  align-items: center;
  padding: 64px 0 16px;
}
.commitment-copy {
  max-width: 680px;
}
.commitment-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.commitment-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.5vw, 1.16rem);
  line-height: 1.62;
  max-width: 640px;
}
.commitment-visual {
  position: relative;
  min-height: 350px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    radial-gradient(circle at 22% 20%, rgba(71,104,255,0.15), transparent 34%),
    radial-gradient(circle at 80% 72%, rgba(240,77,77,0.14), transparent 30%),
    linear-gradient(180deg, rgba(9, 14, 33, 0.82), rgba(7, 10, 24, 0.68));
  box-shadow: var(--shadow-xl), inset 0 1px 0 rgba(255,255,255,0.06);
  overflow: hidden;
  padding: 34px;
  display: grid;
  align-content: center;
  justify-items: center;
}
.commitment-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0));
  pointer-events: none;
}
.ten-mark {
  position: relative;
  z-index: 1;
  font-size: clamp(4.5rem, 11vw, 8rem);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.08em;
  color: #fff;
  text-shadow: 0 0 28px rgba(255,255,255,0.08);
}
.ten-mark span {
  color: rgba(255,255,255,0.86);
}
.ten-caption {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  color: var(--muted-2);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.impact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.impact-dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}
.impact-dot.active {
  background: linear-gradient(180deg, #ff6666 0%, var(--brand-2) 100%);
  box-shadow: 0 0 18px rgba(240,77,77,0.32);
}
.cta-section-home {
  margin-top: 38px;
}
@media (max-width: 1024px) {
  .scout-section-home {
    gap: 56px;
    padding-top: 56px;
  }
  .phone-wrap-home {
    min-height: 520px;
  }
  .commitment-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 48px;
  }
}
@media (max-width: 720px) {
  .scout-section-home {
    gap: 38px;
    padding-top: 38px;
  }
  .phone-wrap-home {
    min-height: 430px;
  }
  .commitment-section {
    gap: 22px;
    padding-top: 34px;
    padding-bottom: 8px;
  }
  .commitment-visual {
    min-height: 280px;
    padding: 24px;
    border-radius: 24px;
  }
  .ten-caption {
    font-size: 0.9rem;
    letter-spacing: 0.06em;
  }
}

/* V8 homepage refresh */
.site-v8 .hero-v8 {
  padding-top: 38px;
  padding-bottom: 26px;
}
.site-v8 .hero-copy {
  max-width: 980px;
  margin-bottom: 44px;
}
.site-v8 .hero h1 {
  max-width: 960px;
  margin-inline: auto;
}
.site-v8 .lede {
  max-width: 900px;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
  flex-wrap: wrap;
}
.hero-grid-v8 {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 56px;
  align-items: center;
}
.hero-side {
  display: grid;
  gap: 18px;
}
.compact-card {
  padding: 30px 28px;
}
.compact-card p {
  font-size: 1.06rem;
  line-height: 1.42;
}
.compact-card p span {
  color: #fff;
}
.site-v8 .laptop-stage {
  min-height: 410px;
}
.fork-section {
  padding: 74px 0 18px;
}
.fork-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.fork-card,
.scout-text-card {
  position: relative;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025)),
    linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0));
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}
.fork-card {
  padding: 32px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.feature-list {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
  color: var(--muted-2);
  font-size: 1.02rem;
  line-height: 1.55;
}
.feature-list li {
  position: relative;
  padding-left: 20px;
}
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff6666 0%, var(--brand-2) 100%);
  box-shadow: 0 0 16px rgba(240,77,77,0.35);
}
.fork-card .button {
  margin-top: auto;
  width: max-content;
}
.scout-story {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr);
  gap: 72px;
  align-items: center;
  padding: 86px 0 10px;
}
.scout-copy-block h2,
.mission-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.scout-columns {
  display: grid;
  gap: 18px;
}
.scout-text-card {
  padding: 26px 24px;
}
.scout-text-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  color: #fff;
}
.scout-text-card p,
.mission-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}
.phone-wrap-story {
  min-height: 600px;
}
.phone-wrap-story .phone-shot {
  width: min(94%, 640px);
  right: -30px;
  top: 4px;
}
.mission-impact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: 44px;
  align-items: center;
  padding: 92px 0 12px;
}
.mission-copy {
  max-width: 720px;
}
.mission-copy p + p {
  margin-top: 18px;
}
.mission-visual {
  min-height: 390px;
}
.partner-pills {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.partner-pills span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  color: var(--muted-2);
  font-size: 0.86rem;
  letter-spacing: 0.01em;
}
.founding-section {
  padding-top: 62px;
}
.founding-card {
  margin-top: 0;
}
.founding-inner {
  align-items: center;
}
.founding-copy {
  max-width: 760px;
}
.founding-actions {
  display: grid;
  gap: 14px;
  min-width: 270px;
}
.founding-actions .button {
  width: 100%;
}

@media (max-width: 1024px) {
  .hero-grid-v8,
  .fork-grid,
  .scout-story,
  .mission-impact {
    grid-template-columns: 1fr;
  }
  .hero-grid-v8,
  .scout-story {
    gap: 36px;
  }
  .fork-section {
    padding-top: 54px;
  }
  .scout-story {
    padding-top: 62px;
  }
  .mission-impact {
    gap: 28px;
    padding-top: 68px;
  }
  .phone-wrap-story {
    min-height: 520px;
    order: 2;
  }
  .founding-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .founding-actions {
    min-width: 0;
  }
}

@media (max-width: 720px) {
  .site-v8 .hero-v8 {
    padding-top: 24px;
  }
  .site-v8 .hero-copy {
    margin-bottom: 30px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .compact-card,
  .fork-card,
  .scout-text-card {
    border-radius: 24px;
  }
  .fork-card {
    padding: 24px 22px;
  }
  .fork-section {
    padding-top: 42px;
  }
  .feature-list {
    gap: 14px;
    font-size: 0.98rem;
  }
  .scout-story {
    gap: 26px;
    padding-top: 48px;
  }
  .phone-wrap-story {
    min-height: 420px;
  }
  .phone-wrap-story .phone-shot {
    width: 100%;
    right: 0;
  }
  .mission-impact {
    gap: 22px;
    padding-top: 52px;
  }
  .mission-visual {
    min-height: 310px;
  }
  .partner-pills {
    gap: 8px;
  }
  .partner-pills span {
    font-size: 0.8rem;
    padding: 8px 11px;
  }
  .founding-section {
    padding-top: 42px;
  }
}


/* V11 motion polish */
.reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.992);
  transition: opacity 820ms cubic-bezier(0.22, 1, 0.36, 1), transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.button {
  overflow: hidden;
}
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255,255,255,0) 15%, rgba(255,255,255,0.16) 50%, rgba(255,255,255,0) 85%);
  transform: translateX(-140%);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
  opacity: 0;
  pointer-events: none;
}
.button:hover::before,
.button:focus-visible::before {
  transform: translateX(140%);
  opacity: 1;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-3px) scale(1.01);
}
.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 24px 58px rgba(190, 35, 35, 0.46), 0 0 0 1px rgba(255,255,255,0.08), inset 0 1px 0 rgba(255,255,255,0.24);
}
.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(255,255,255,0.24);
  box-shadow: 0 16px 42px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.09);
}
.button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(71, 104, 255, 0.22), 0 16px 42px rgba(0,0,0,0.22);
}

.laptop-stage::before {
  animation: laptopGlowPulse 4.8s ease-in-out infinite;
  transform-origin: center;
}
.laptop-glow-blue {
  animation: laptopGlowBlue 5.2s ease-in-out infinite;
}
.laptop-glow-red {
  animation: laptopGlowRed 5.6s ease-in-out infinite;
}

@keyframes laptopGlowPulse {
  0%, 100% { opacity: 0.72; transform: scaleX(0.96) scaleY(0.94); filter: blur(16px); }
  50% { opacity: 1; transform: scaleX(1.04) scaleY(1.08); filter: blur(20px); }
}
@keyframes laptopGlowBlue {
  0%, 100% { opacity: 0.72; transform: translateY(0) scale(0.95); }
  50% { opacity: 0.98; transform: translateY(-4px) scale(1.06); }
}
@keyframes laptopGlowRed {
  0%, 100% { opacity: 0.62; transform: translateY(0) scale(0.94); }
  50% { opacity: 0.9; transform: translateY(-3px) scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal,
  .reveal.in,
  .button,
  .button::before,
  .laptop-stage::before,
  .laptop-glow-blue,
  .laptop-glow-red {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
  .reveal { opacity: 1 !important; }
}
