:root {
  --ink: #101624;
  --muted: #627084;
  --page: #f4f8f7;
  --surface: #ffffff;
  --line: #dce8e5;
  --deep: #071722;
  --teal: #18b7a6;
  --mint: #bff264;
  --amber: #ffb44f;
  --coral: #f46f5e;
  --blue: #3578e5;
  --soft-teal: #e6f8f5;
  --soft-amber: #fff4df;
  --shadow: 0 26px 80px rgba(16, 22, 36, .16);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  line-height: 1.5;
  overflow-x: hidden;
}

.availability-notice {
  position: relative;
  z-index: 29;
  top: 76px;
  margin: 0;
  padding: 0.7rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(29, 109, 127, 0.22);
  background: #edf8fa;
  color: #123f49;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.45;
}

#partner-observations,
#early-access,
#insights-beta,
#meet-mira {
  scroll-margin-top: 150px;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  min-height: 76px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(18px, 4vw, 58px);
  color: var(--ink);
  background: rgba(244, 248, 247, .9);
  backdrop-filter: blur(18px);
  transition: background .2s ease, box-shadow .2s ease, color .2s ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(244, 248, 247, .94);
  box-shadow: 0 12px 34px rgba(16, 22, 36, .11);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: start;
  gap: 11px;
  color: inherit;
  font-size: 20px;
  font-weight: 950;
  text-decoration: none;
}

.brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 850;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: var(--radius);
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--soft-teal);
  outline: none;
}

.is-scrolled .site-nav a:hover,
.is-scrolled .site-nav a:focus-visible {
  background: var(--soft-teal);
}

.nav-cta {
  color: var(--deep);
  background: var(--mint);
}

.language-select {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.language-select span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.language-select select {
  max-width: 190px;
  min-height: 40px;
  border: 1px solid rgba(16, 22, 36, .12);
  border-radius: var(--radius);
  padding: 0 10px;
  color: var(--deep);
  background: rgba(255, 255, 255, .72);
  font: inherit;
  outline: none;
}

.language-select select:focus-visible {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(24, 183, 166, .16);
}

.hero {
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  padding: 96px clamp(20px, 5vw, 72px) 42px;
  color: var(--ink);
  background:
    radial-gradient(circle at 70% 18%, rgba(24, 183, 166, .16), transparent 32%),
    linear-gradient(135deg, #f8fbf7 0%, #e9f7f3 58%, #fff7e7 100%);
  overflow: visible;
}

.hero-copy {
  order: 2;
  min-height: auto;
  display: grid;
  align-content: center;
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-logo {
  width: 92px;
  height: 92px;
  margin-bottom: 24px;
  border-radius: 22px;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 20px 54px rgba(0, 0, 0, .28);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: #0a9386;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

.hero h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(38px, 4.7vw, 68px);
  line-height: 1;
  letter-spacing: 0;
}

.hero-overlay {
  position: absolute;
  left: clamp(24px, 5vw, 72px);
  top: 50%;
  z-index: 2;
  width: min(610px, 50%);
  margin: 0;
  color: #fff;
  transform: translateY(-50%);
}

.hero-overlay .eyebrow {
  color: var(--mint);
  text-shadow: 0 2px 20px rgba(0, 0, 0, .38);
}

.hero-overlay h1 {
  margin-bottom: 16px;
  color: #fff;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .42);
}

.hero-overlay-copy {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 720;
  line-height: 1.45;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .38);
}

.hero-text {
  width: 100%;
  max-width: none;
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.5;
}

.hero-actions,
.proof-strip,
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 24px;
}

.hero-conversion-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 0 20px;
  font-weight: 950;
  text-decoration: none;
}

.button.primary {
  color: var(--deep);
  background: var(--mint);
  box-shadow: 0 16px 42px rgba(191, 242, 100, .24);
}

.button.secondary {
  color: var(--deep);
  border: 1px solid rgba(16, 22, 36, .22);
  background: rgba(255, 255, 255, .68);
}

.proof-strip,
.hero-points {
  margin-top: 20px;
}

.proof-strip span,
.hero-points span {
  border: 1px solid rgba(16, 22, 36, .12);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--muted);
  font-size: 14px;
  background: rgba(255, 255, 255, .66);
}

.hero-proof-matrix {
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 22px;
  border: 1px solid rgba(10, 147, 134, .16);
  border-radius: var(--radius);
  background: rgba(10, 147, 134, .16);
  box-shadow: 0 18px 52px rgba(16, 22, 36, .07);
}

.hero-proof-matrix article {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 17px;
  background: rgba(255, 255, 255, .78);
}

.hero-proof-matrix span {
  color: #0a9386;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-proof-matrix strong {
  color: var(--deep);
  font-size: 15px;
  line-height: 1.18;
}

.hero-app-stage {
  min-height: min(700px, 74vh);
  display: grid;
  place-items: center;
  border: 1px solid rgba(10, 147, 134, .18);
  border-radius: var(--radius) 0 0 var(--radius);
  background:
    radial-gradient(circle at 50% 12%, rgba(24, 183, 166, .22), transparent 34%),
    var(--deep);
  box-shadow: 0 24px 90px rgba(16, 22, 36, .12);
}

.hero-phone {
  width: min(330px, 76%);
  margin: 0;
  overflow: hidden;
  border: 10px solid #06111b;
  border-radius: 44px;
  background: #06111b;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .34);
}

.hero-phone img {
  display: block;
  width: 100%;
  height: auto;
}

.showcase {
  order: 1;
  position: relative;
  min-width: 0;
  min-height: 0;
  align-self: auto;
  display: grid;
  place-items: stretch;
}

.bedside-hero {
  position: relative;
  width: 100%;
  height: clamp(430px, 46vw, 620px);
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: transparent;
  box-shadow: 0 34px 120px rgba(16, 22, 36, .16);
  transform: none;
}

.bedside-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 18, 24, .9) 0%, rgba(4, 18, 24, .68) 36%, rgba(4, 18, 24, .18) 68%, rgba(4, 18, 24, .04) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .14) 0%, rgba(0, 0, 0, 0) 42%);
  pointer-events: none;
}

.bedside-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.hero-console {
  position: absolute;
  z-index: 3;
  right: clamp(22px, 4vw, 62px);
  bottom: clamp(22px, 4vw, 58px);
  width: min(390px, 36%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(8, 28, 38, .86), rgba(3, 13, 19, .82)),
    rgba(7, 23, 34, .86);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
  backdrop-filter: blur(18px);
}

.console-topline,
.console-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.console-topline {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.console-topline strong {
  color: var(--mint);
}

.console-score {
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
}

.console-score div {
  display: grid;
  gap: 3px;
}

.console-score span,
.console-lanes span {
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.console-score strong {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.console-score div:last-child {
  text-align: right;
}

.console-score div:last-child strong {
  color: var(--mint);
  font-size: 18px;
}

.console-wave {
  height: 116px;
  display: flex;
  align-items: end;
  gap: 8px;
  margin: 18px 0;
  padding: 14px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.console-wave i {
  flex: 1;
  min-width: 8px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--mint), var(--teal) 48%, #7dd3fc);
  box-shadow: 0 0 20px rgba(24, 183, 166, .24);
}

.console-wave i:nth-child(4n),
.console-wave i:nth-child(6n) {
  background: linear-gradient(180deg, var(--amber), var(--coral));
}

.console-lanes {
  display: grid;
  gap: 10px;
}

.console-lanes span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .78);
  letter-spacing: 0;
  text-transform: none;
}

.console-lanes b {
  width: 24px;
  height: 8px;
  border-radius: 999px;
  background: var(--coral);
}

.console-lanes span:nth-child(2) b {
  background: var(--teal);
}

.console-lanes span:nth-child(3) b {
  background: #a78bfa;
}

.device {
  margin: 0;
  overflow: hidden;
  background: #06111b;
  box-shadow: 0 34px 120px rgba(0, 0, 0, .42);
}

.device img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.phone-front {
  position: absolute;
  z-index: 4;
  border: 9px solid #050b13;
  border-radius: 38px;
}

.phone-front-main {
  right: 92px;
  bottom: 34px;
  width: 258px;
  height: 526px;
  transform: rotate(3deg);
}

.phone-front-side {
  z-index: 5;
  left: 76px;
  bottom: 36px;
  width: 238px;
  height: 486px;
  border-width: 8px;
  border-radius: 32px;
  transform: rotate(-7deg);
}

.insight-ticket {
  position: relative;
  z-index: 6;
  width: min(720px, calc(100% - 40px));
  margin-top: -4px;
  padding: 16px 22px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(7, 23, 34, .72);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .24);
}

.insight-ticket strong {
  display: block;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.15;
  white-space: nowrap;
}

.signal-map {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(480px, 1.18fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(54px, 7vw, 92px) clamp(20px, 5vw, 72px);
  color: #fff;
  background:
    radial-gradient(circle at 82% 16%, rgba(191, 242, 100, .14), transparent 28%),
    radial-gradient(circle at 8% 0%, rgba(24, 183, 166, .18), transparent 32%),
    linear-gradient(135deg, #06111b 0%, #0d2632 54%, #09201d 100%);
}

.signal-copy {
  max-width: 640px;
}

.signal-copy .section-kicker {
  color: var(--mint);
}

.signal-copy h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(34px, 4.7vw, 62px);
}

.signal-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.62;
}

.signal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.signal-actions span {
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .07);
  font-size: 13px;
  font-weight: 850;
}

.nightmap-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .06)),
    rgba(4, 18, 24, .82);
  box-shadow: 0 34px 110px rgba(0, 0, 0, .34);
  backdrop-filter: blur(18px);
}

.nightmap-toolbar {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nightmap-toolbar strong {
  color: var(--mint);
}

.nightmap-lanes {
  display: grid;
  gap: 12px;
  padding: clamp(18px, 3vw, 28px);
}

.nightmap-lane {
  position: relative;
  min-height: 78px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .055) 0 1px, transparent 1px 10%),
    rgba(255, 255, 255, .045);
}

.nightmap-lane > span {
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 12px;
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.snore-lane i {
  position: absolute;
  bottom: 18px;
  width: 10px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--coral), var(--amber));
  box-shadow: 0 0 0 6px rgba(244, 111, 94, .09);
}

.sleep-lane i,
.breathing-lane i,
.insomnia-lane i {
  position: absolute;
  top: 42px;
  height: 13px;
  border-radius: 999px;
}

.sleep-lane i {
  background: linear-gradient(90deg, #7dd3fc, var(--mint));
  box-shadow: 0 0 28px rgba(125, 211, 252, .2);
}

.breathing-lane i {
  background: linear-gradient(90deg, var(--amber), var(--coral));
  box-shadow: 0 0 28px rgba(244, 111, 94, .24);
}

.movement-lane i {
  position: absolute;
  top: 47px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--mint));
  box-shadow: 0 0 32px rgba(24, 183, 166, .28);
}

.insomnia-lane i {
  background: linear-gradient(90deg, #a78bfa, #ff7894);
  box-shadow: 0 0 28px rgba(167, 139, 250, .24);
}

.hr-lane svg {
  position: absolute;
  inset: 0 18px 0 88px;
  width: calc(100% - 106px);
  height: 100%;
}

.hr-lane path {
  fill: none;
  stroke: #ff7894;
  stroke-width: 5;
  stroke-linecap: round;
  filter: drop-shadow(0 0 12px rgba(255, 120, 148, .32));
}

.nightmap-insight {
  display: grid;
  gap: 4px;
  margin: 0 clamp(18px, 3vw, 28px) clamp(18px, 3vw, 28px);
  padding: 18px;
  border: 1px solid rgba(191, 242, 100, .2);
  border-radius: 12px;
  background: rgba(191, 242, 100, .08);
}

.nightmap-insight strong {
  color: var(--mint);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nightmap-insight p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.5;
}

.status-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-block: 1px solid rgba(16, 22, 36, .1);
  background: rgba(16, 22, 36, .1);
}

.status-band div {
  padding: 24px clamp(18px, 4vw, 46px);
  background: #fff;
}

.status-band span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.status-band strong {
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.1;
}

.section {
  padding: clamp(64px, 8vw, 104px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: min(1180px, 100%);
  margin-bottom: 34px;
}

h2 {
  max-width: 1180px;
  margin-bottom: 16px;
  font-size: clamp(34px, 5.2vw, 66px);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.faq-section h2,
.signup-section h2,
.safety-section h2 {
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.06;
}

.faq-section .section-heading {
  max-width: min(1180px, 100%);
}

h3 {
  margin-bottom: 9px;
  font-size: 22px;
  line-height: 1.18;
}

.section-heading p,
.route-card p,
.data-stack p,
.screen-feature p,
.safety-list p,
.site-footer p {
  color: var(--muted);
  line-height: 1.62;
}

.section-heading > p:last-child,
.data-copy > p:last-child {
  max-width: 940px;
}

.localized-pdf-note {
  display: inline-flex;
  max-width: 980px;
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(24, 183, 166, .22);
  border-radius: var(--radius);
  color: var(--deep);
  background: #f2fbf8;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.localized-pdf-note[hidden] {
  display: none;
}

body.locale-needs-server-pdfs .report-showcase {
  display: none;
}

.route-section,
.screens-section,
.sleep-system-section {
  background: var(--surface);
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.route-card,
.data-stack article,
.screen-feature,
.safety-list article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 16px 42px rgba(16, 22, 36, .06);
}

.route-card {
  min-height: 230px;
  padding: 26px;
}

.route-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 14px;
  font-weight: 950;
}

.evidence-story-section {
  background:
    linear-gradient(135deg, #f8fbf7 0%, #e9f7f3 54%, #fff7e7 100%);
  border-block: 1px solid var(--line);
}

.evidence-flow {
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.evidence-flow article {
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: clamp(22px, 2.7vw, 30px);
  border: 1px solid rgba(10, 147, 134, .18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 48px rgba(16, 22, 36, .07);
}

.evidence-flow article:nth-child(2),
.evidence-flow article:nth-child(6) {
  border-color: rgba(244, 111, 94, .2);
}

.evidence-flow article:nth-child(3),
.evidence-flow article:nth-child(4) {
  border-color: rgba(53, 120, 229, .18);
}

.evidence-flow span,
.sample-ledger span {
  color: #0a9386;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.evidence-flow h3 {
  margin-bottom: 0;
  font-size: clamp(22px, 2.1vw, 30px);
}

.evidence-flow p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

.sample-ledger {
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid rgba(7, 23, 34, .18);
  border-radius: var(--radius);
  background: rgba(7, 23, 34, .18);
  box-shadow: 0 18px 52px rgba(16, 22, 36, .07);
}

.sample-ledger div {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, .9);
}

.sample-ledger strong {
  color: var(--deep);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.2;
}

.sleep-system-section {
  position: relative;
  overflow: hidden;
}

.sleep-system-section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(24, 183, 166, .06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(24, 183, 166, .06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.sleep-system-section > * {
  position: relative;
  z-index: 1;
}

.signal-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.signal-card-grid article {
  min-height: 246px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 25px;
  border: 1px solid rgba(10, 147, 134, .16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .82)),
    radial-gradient(circle at 90% 0%, rgba(24, 183, 166, .14), transparent 34%);
  box-shadow: 0 18px 48px rgba(16, 22, 36, .07);
}

.signal-card-grid article:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .84)),
    radial-gradient(circle at 90% 0%, rgba(255, 180, 79, .2), transparent 34%);
}

.signal-card-grid article:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .84)),
    radial-gradient(circle at 90% 0%, rgba(167, 139, 250, .18), transparent 34%);
}

.signal-card-grid span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #0a9386;
  background: rgba(24, 183, 166, .1);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.signal-card-grid h3 {
  margin-bottom: 0;
}

.signal-card-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

.data-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: center;
  background: linear-gradient(180deg, #f8fbf7 0%, #ffffff 100%);
  border-block: 1px solid var(--line);
}

.data-copy {
  max-width: min(1180px, 100%);
}

.data-copy .section-kicker {
  color: #0a9386;
}

.data-stack {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.connected-route-gallery {
  width: min(1180px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.connected-route-gallery article {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(16, 22, 36, .12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(16, 22, 36, .08);
}

.connected-device-visual {
  display: grid;
  place-items: center;
  min-height: 460px;
  margin: 0;
  padding: 30px;
  background:
    radial-gradient(circle at 50% 80%, rgba(10, 147, 134, .10), transparent 42%),
    linear-gradient(180deg, #fcfbf8 0%, #f6f5f0 100%);
}

.connected-device-visual img {
  display: block;
  object-fit: contain;
  object-position: center;
}

.connected-devices-photo {
  width: min(100%, 760px);
  max-height: 430px;
}

.connected-route-gallery div {
  align-self: center;
  padding: 32px 34px;
}

.connected-route-gallery h3 {
  margin-bottom: 8px;
  font-size: clamp(21px, 2vw, 27px);
}

.connected-route-gallery p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.58;
}

.brand-disclaimer {
  max-width: 1120px;
  margin: -6px 0 2px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.data-stack article {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  column-gap: 18px;
  padding: 23px;
}

.data-stack h3,
.data-stack p {
  grid-column: 2;
}

.data-mark {
  grid-row: span 2;
  width: 68px;
  height: 54px;
  padding: 0 10px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
}

.apple-mark {
  background: var(--blue);
}

.android-mark {
  color: var(--deep);
  background: var(--mint);
}

.route-mark {
  background: var(--coral);
}

.oura-mark {
  background: #0d2632;
}

.screen-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.screen-feature {
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(160px, 230px) minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
}

.screen-feature:nth-child(1),
.screen-feature:nth-child(2) {
  grid-column: span 1;
}

.screen-device {
  min-height: 390px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 22%, rgba(24, 183, 166, .16), transparent 34%),
    linear-gradient(180deg, #eef9f8 0%, #ffffff 100%);
}

.screen-feature:nth-child(1) .screen-device,
.screen-feature:nth-child(2) .screen-device {
  min-height: 390px;
}

.screen-device img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 340px;
  max-height: 100%;
  object-fit: contain;
  object-position: top center;
  border-radius: 18px;
  background: transparent;
  box-shadow: 0 18px 48px rgba(16, 22, 36, .16);
}

.screen-feature:nth-child(1) .screen-device img,
.screen-feature:nth-child(2) .screen-device img {
  height: 340px;
}

.screen-feature div {
  padding: 22px;
}

.screen-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.screen-points li {
  padding: 8px 10px;
  border: 1px solid rgba(10, 147, 134, .22);
  border-radius: 999px;
  color: var(--deep);
  background: #f2fbf8;
  font-size: 13px;
  font-weight: 850;
}

.screen-feature span {
  display: inline-flex;
  margin-bottom: 9px;
  color: #0a9386;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.reports-section {
  background:
    linear-gradient(135deg, #f8fbf7 0%, #edf7f5 58%, #fff8e8 100%);
  border-block: 1px solid var(--line);
}

.report-ribbon {
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: -8px 0 22px;
  border: 1px solid rgba(10, 147, 134, .18);
  border-radius: var(--radius);
  background: rgba(10, 147, 134, .18);
}

.report-ribbon span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  color: var(--deep);
  background: rgba(255, 255, 255, .76);
  font-size: 14px;
  font-weight: 900;
}

.report-meaning {
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 0 0 24px;
}

.report-meaning article {
  min-height: 220px;
  padding: clamp(20px, 2.4vw, 28px);
  border: 1px solid rgba(10, 147, 134, .18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 16px 42px rgba(16, 22, 36, .06);
}

.report-meaning span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #0a9386;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.report-meaning h3 {
  margin-bottom: 12px;
}

.report-meaning p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.report-advice {
  max-width: 1320px;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(360px, 1.18fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
  margin: 0 0 28px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(10, 147, 134, .2);
  border-radius: var(--radius);
  color: #fff;
  background:
    radial-gradient(circle at 82% 8%, rgba(191, 242, 100, .16), transparent 30%),
    linear-gradient(135deg, #071722 0%, #113743 100%);
  box-shadow: 0 24px 70px rgba(16, 22, 36, .12);
}

.report-advice .section-kicker {
  color: var(--mint);
}

.report-advice h3 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.04;
}

.report-advice p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 18px;
  line-height: 1.6;
}

.report-advice ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.report-advice li {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .07);
  line-height: 1.55;
}

.recommendation-grid {
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}

.recommendation-grid article {
  min-height: 230px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(10, 147, 134, .18);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 22, 36, .06);
}

.recommendation-grid span {
  display: inline-flex;
  margin-bottom: 13px;
  color: #0a9386;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.recommendation-grid h3 {
  margin-bottom: 12px;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.08;
}

.recommendation-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.report-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(22px, 4vw, 38px);
  align-items: start;
  max-width: 1500px;
}

.report-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 22, 36, .06);
}

.report-card-primary {
  grid-template-rows: auto auto;
}

.report-card-secondary {
  grid-template-rows: auto auto;
}

.report-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, .24fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  overflow: hidden;
  padding: clamp(22px, 3.8vw, 46px);
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 183, 166, .18), transparent 36%),
    #eaf2f4;
  text-decoration: none;
}

.report-card-primary .report-preview {
  min-height: auto;
}

.report-card-secondary .report-preview {
  min-height: auto;
}

.pdf-pages {
  width: min(100%, 1180px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 30px);
  align-items: start;
}

.pdf-side-action {
  min-height: 220px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(10, 147, 134, .18);
  border-radius: var(--radius);
  color: var(--deep);
  background: rgba(255, 255, 255, .7);
  text-align: center;
}

.pdf-side-action span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.pdf-side-action strong {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--deep);
  background: var(--mint);
  font-size: 36px;
  line-height: 1;
}

.report-preview:hover .pdf-side-action strong,
.report-preview:focus-visible .pdf-side-action strong {
  transform: translateX(4px);
}

.pdf-pages.compact {
  width: min(100%, 1180px);
}

.pdf-pages img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: top center;
  border: 1px solid rgba(16, 22, 36, .12);
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 22, 36, .14);
}

.pdf-pages img:not(:first-child) {
  box-shadow: 0 12px 34px rgba(16, 22, 36, .1);
}

.pdf-pages.compact img {
  width: 100%;
}

.report-copy {
  padding: clamp(22px, 3vw, 32px);
}

.report-copy span,
.report-placeholder span {
  display: inline-flex;
  margin-bottom: 9px;
  color: #0a9386;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.report-copy p {
  color: var(--muted);
  line-height: 1.62;
}

.text-link {
  display: inline-flex;
  margin-top: 4px;
  color: var(--deep);
  font-weight: 950;
  text-decoration-color: var(--teal);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.page-hero .text-link,
.insights-hero .text-link {
  color: #fff;
  text-decoration-color: var(--mint);
}

.investor-hero {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(320px, .94fr) minmax(360px, .72fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: 118px clamp(20px, 5vw, 72px) clamp(58px, 7vw, 96px);
  color: #fff;
  background:
    radial-gradient(circle at 84% 10%, rgba(191, 242, 100, .18), transparent 28%),
    radial-gradient(circle at 8% 18%, rgba(24, 183, 166, .2), transparent 34%),
    linear-gradient(135deg, #06111b 0%, #10323c 54%, #071722 100%);
}

.investor-hero-copy {
  max-width: 900px;
}

.investor-hero .section-kicker,
.investor-dark .section-kicker {
  color: var(--mint);
}

.investor-hero h1 {
  max-width: 920px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(42px, 5.7vw, 82px);
  line-height: .96;
}

.investor-hero p,
.investor-dark p,
.investor-terminal li,
.investor-proof-list p {
  color: rgba(255, 255, 255, .76);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.58;
}

.investor-terminal {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .07)),
    rgba(4, 18, 24, .74);
  box-shadow: 0 34px 110px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
}

.investor-terminal span,
.investor-grid span,
.investor-metrics span {
  color: var(--mint);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.investor-terminal strong {
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.06;
}

.investor-terminal ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.investor-terminal li {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .06);
  font-size: 15px;
}

.investor-section {
  background: var(--surface);
}

.investor-grid,
.investor-metrics,
.investor-proof-list {
  display: grid;
  gap: 14px;
}

.investor-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.investor-grid article,
.investor-metrics article {
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: clamp(22px, 2.6vw, 30px);
  border: 1px solid rgba(10, 147, 134, .18);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .86)),
    radial-gradient(circle at 90% 0%, rgba(24, 183, 166, .14), transparent 34%);
  box-shadow: 0 18px 48px rgba(16, 22, 36, .07);
}

.investor-grid article:nth-child(2),
.investor-grid article:nth-child(4) {
  border-color: rgba(244, 111, 94, .18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .86)),
    radial-gradient(circle at 90% 0%, rgba(255, 180, 79, .18), transparent 34%);
}

.investor-grid p,
.investor-metrics p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

.investor-dark {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(360px, 1fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: start;
  color: #fff;
  background:
    radial-gradient(circle at 80% 0%, rgba(244, 111, 94, .16), transparent 30%),
    linear-gradient(135deg, #071722 0%, #113743 100%);
}

.investor-dark h2 {
  color: #fff;
}

.investor-proof-list article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .07);
}

.investor-proof-list strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 20px;
}

.investor-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.investor-metrics strong {
  color: var(--deep);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.investor-raise {
  background:
    linear-gradient(135deg, #f8fbf7 0%, #e9f7f3 56%, #fff7e7 100%);
  border-block: 1px solid var(--line);
}

.report-placeholder {
  min-height: 430px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 22%, rgba(191, 242, 100, .2), transparent 36%),
    var(--deep);
}

.report-placeholder strong {
  display: block;
  font-size: 31px;
  line-height: 1.04;
}

.section-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: start;
}

.safety-section {
  background: #fff;
}

.safety-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.safety-list article {
  padding: 22px;
}

.signup-section {
  background: var(--page);
}

.campaign-signup-section {
  background: var(--page);
}

.campaign-signup-panel {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border-radius: var(--radius);
  color: #fff;
  background:
    radial-gradient(circle at 15% 8%, rgba(191, 242, 100, .16), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(24, 183, 166, .22), transparent 34%),
    linear-gradient(135deg, #071722 0%, #102f3b 58%, #113743 100%);
  box-shadow: var(--shadow);
}

.campaign-signup-copy {
  display: grid;
  gap: 16px;
}

.campaign-signup-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
}

.campaign-signup-copy > p:not(.section-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
  line-height: 1.6;
}

.campaign-market-routes {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.campaign-market-routes .hero-actions {
  margin-top: 0;
}

.campaign-market-routes .button {
  min-height: 44px;
  flex: 1 1 180px;
}

.launch-path {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: launch-step;
}

.launch-path li {
  counter-increment: launch-step;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 2px 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .07);
}

.launch-path li::before {
  content: counter(launch-step);
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #071722;
  background: var(--mint);
  font-size: 13px;
  font-weight: 950;
}

.launch-path strong {
  color: #fff;
}

.launch-path span {
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.4;
}

.compact-waitlist-form {
  align-self: stretch;
  align-content: center;
}

.signup-panel {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(360px, 1.18fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
  padding: clamp(28px, 5vw, 62px);
  border-radius: var(--radius);
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(191, 242, 100, .18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(24, 183, 166, .24), transparent 32%),
    linear-gradient(135deg, #071722 0%, #102f3b 52%, #113743 100%);
  box-shadow: var(--shadow);
}

.signup-copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.signup-copy h2 {
  max-width: 560px;
  margin-bottom: 0;
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: .98;
}

.signup-copy p {
  max-width: 580px;
  font-size: 17px;
  line-height: 1.65;
}

.signup-panel .waitlist-form {
  max-width: none;
}

.signup-panel p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .74);
}

.waitlist-form {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .105);
  box-shadow: 0 24px 62px rgba(0, 0, 0, .22);
  backdrop-filter: blur(12px);
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.beta-incentive {
  display: grid;
  gap: 5px;
  align-items: start;
  padding: 15px 16px;
  border: 1px solid rgba(191, 242, 100, .34);
  border-radius: var(--radius);
  background: rgba(191, 242, 100, .12);
}

.beta-incentive strong {
  color: var(--mint);
  font-size: 13px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.beta-incentive span {
  color: rgba(255, 255, 255, .82);
  line-height: 1.45;
}

.beta-pass {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 6px;
}

.beta-pass span {
  min-height: 44px;
  display: grid;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .88);
  font-size: 13px;
  font-weight: 850;
}

.waitlist-form label {
  display: grid;
  gap: 7px;
}

.waitlist-form label > span:not(.consent-row span),
.waitlist-form label > span:first-child,
.check-grid legend {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.waitlist-form input,
.waitlist-form select,
.waitlist-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  padding: 0 13px;
  color: #fff;
  background: rgba(7, 23, 34, .78);
  font: inherit;
}

.waitlist-form textarea {
  min-height: 112px;
  padding-block: 12px;
  resize: vertical;
  line-height: 1.45;
}

.waitlist-form input::placeholder,
.waitlist-form textarea::placeholder {
  color: rgba(255, 255, 255, .45);
}

.waitlist-form input:focus,
.waitlist-form select:focus,
.waitlist-form textarea:focus {
  border-color: var(--mint);
  outline: none;
  box-shadow: 0 0 0 3px rgba(191, 242, 100, .16);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.check-grid legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
}

.check-grid label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  min-height: 46px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  background: rgba(7, 23, 34, .42);
}

.check-grid input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--mint);
}

.check-grid span {
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.35;
}

.consent-row {
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
}

.consent-row input {
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--mint);
}

.consent-row span {
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  line-height: 1.45;
}

.waitlist-form .button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.beta-submit {
  width: 100%;
  min-height: 66px;
  display: grid;
  place-items: center;
  gap: 2px;
  padding: 13px 18px;
  white-space: normal;
  text-align: center;
  box-shadow: 0 16px 34px rgba(191, 242, 100, .18);
}

.beta-submit span {
  color: inherit;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 950;
  line-height: 1.1;
  white-space: nowrap;
}

.beta-submit small {
  color: rgba(7, 23, 34, .72);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}

.form-note {
  color: rgba(255, 255, 255, .56);
  font-size: 12px;
  line-height: 1.45;
}

.form-note[data-state="success"] {
  color: var(--mint);
  font-weight: 800;
}

.form-note[data-state="error"] {
  color: #ffd7a0;
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 28px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #fff;
  font-size: 14px;
}

.site-footer strong {
  font-size: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-main {
  padding-top: 76px;
  background: var(--surface);
}

.page-hero {
  padding: clamp(86px, 10vw, 132px) clamp(20px, 5vw, 72px) clamp(54px, 7vw, 88px);
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(24, 183, 166, .24), transparent 32%),
    linear-gradient(135deg, #071722 0%, #113743 100%);
}

.page-hero h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: clamp(44px, 7vw, 88px);
  line-height: .96;
}

.page-hero p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.page-section {
  background: #fff;
}

.page-section.alt {
  background:
    linear-gradient(135deg, #f8fbf7 0%, #e9f7f3 56%, #fff7e7 100%);
  border-block: 1px solid var(--line);
}

.support-grid,
.faq-grid,
.article-layout {
  display: grid;
  gap: 16px;
}

.support-grid,
.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.support-grid article,
.faq-grid article,
.article-layout article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(22px, 3vw, 30px);
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 22, 36, .06);
}

.faq-grid article {
  padding: clamp(20px, 2.4vw, 26px);
}

.faq-grid h3 {
  font-size: clamp(21px, 2vw, 28px);
}

.faq-grid p {
  font-size: clamp(16px, 1.35vw, 18px);
}

.article-layout {
  max-width: 980px;
}

.article-layout h2 {
  margin-bottom: 14px;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.08;
}

.support-grid p,
.faq-grid p,
.article-layout p {
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 1080px) {
  .data-section,
  .section-grid,
  .campaign-signup-panel,
  .signup-panel,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .signup-copy h2,
  .signup-copy p {
    max-width: 760px;
  }

  .signup-panel .waitlist-form {
    max-width: 980px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
    padding: 84px 28px 34px;
  }

  .showcase {
    order: 1;
  }

  .hero-copy {
    order: 2;
  }

  .showcase {
    height: auto;
    min-height: 0;
  }

  .hero-app-stage,
  .hero-copy {
    min-height: auto;
    border-radius: 0;
    border: 0;
  }

  .hero-copy {
    padding: 0;
  }

  .hero h1 {
    max-width: 720px;
    margin-bottom: 12px;
    font-size: clamp(32px, 4.9vw, 39px);
  }

  .hero-text {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.4;
  }

  .hero-actions {
    margin-top: 16px;
  }

  .hero-points {
    margin-top: 12px;
    gap: 8px;
  }

  .hero-points span {
    padding: 7px 10px;
    font-size: 13px;
  }

  .hero-console {
    width: min(330px, 40%);
    padding: 14px;
  }

  .console-wave {
    height: 92px;
    gap: 6px;
  }

  .hero-proof-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .status-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signal-map {
    grid-template-columns: 1fr;
  }

  .signal-copy {
    max-width: 840px;
  }

  .route-grid {
    grid-template-columns: 1fr;
  }

  .evidence-flow,
  .signal-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sample-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .data-stack,
  .connected-route-gallery,
  .safety-list {
    grid-template-columns: 1fr;
  }

  .screen-wall {
    grid-template-columns: 1fr;
  }

  .support-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .report-showcase {
    grid-template-columns: 1fr;
  }

  .report-ribbon {
    grid-template-columns: 1fr;
  }

  .report-meaning {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .report-advice {
    grid-template-columns: 1fr;
  }

  .recommendation-grid {
    grid-template-columns: 1fr;
  }

  .report-card-primary .report-preview,
  .report-card-secondary .report-preview {
    min-height: auto;
  }

  .screen-feature,
  .screen-feature:nth-child(1),
  .screen-feature:nth-child(2) {
    grid-template-columns: minmax(160px, 230px) minmax(0, 1fr);
  }

  .screen-device,
  .screen-feature:nth-child(1) .screen-device,
  .screen-feature:nth-child(2) .screen-device {
    min-height: 380px;
  }

  .screen-device img,
  .screen-feature:nth-child(1) .screen-device img,
  .screen-feature:nth-child(2) .screen-device img {
    height: 330px;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 66px;
    padding-inline: 14px;
  }

  .site-nav {
    display: none;
  }

  .language-select {
    display: inline-flex;
    margin-left: auto;
  }

  .language-select select {
    max-width: 142px;
    min-height: 36px;
    padding-inline: 8px;
    font-size: 11px;
  }

  .brand {
    font-size: 17px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 84px 16px 48px;
  }

  .showcase {
    order: 1;
  }

  .hero-copy {
    order: 2;
  }

  .hero h1 {
    font-size: clamp(28px, 5.7vw, 36px);
    line-height: 1;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-text {
    font-size: 16px;
    line-height: 1.38;
    max-width: 100%;
  }

  .showcase {
    min-height: 0;
  }

  .hero-app-stage {
    padding: 28px 0;
  }

  .hero-phone {
    width: min(270px, 78%);
    border-width: 8px;
    border-radius: 36px;
  }

  .hero-copy {
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .bedside-hero {
    width: 100%;
    height: clamp(360px, 82vw, 470px);
    transform: none;
  }

  .hero-overlay {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 24px;
    width: auto;
    transform: none;
  }

  .hero-overlay h1 {
    font-size: clamp(23px, 7vw, 28px);
    line-height: 1.02;
  }

  .hero-overlay-copy {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.35;
  }

  .hero-console {
    left: 20px;
    right: 20px;
    bottom: 18px;
    width: auto;
    padding: 10px 12px;
    border-radius: 12px;
  }

  .console-topline {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .console-score {
    display: none;
  }

  .console-wave {
    height: 44px;
    gap: 5px;
    margin: 6px 0 8px;
    padding-top: 0;
  }

  .console-wave i {
    min-width: 5px;
  }

  .console-lanes {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .console-lanes span {
    font-size: 11px;
  }

  .console-lanes b {
    width: 18px;
    height: 6px;
  }

  .hero-proof-matrix {
    grid-template-columns: 1fr;
  }

  .bedside-hero img {
    height: 100%;
    object-position: center center;
  }

  .phone-front-main {
    width: min(310px, 82vw);
    height: 600px;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
  }

  .phone-front-side {
    display: none;
  }

  .insight-ticket {
    width: calc(100% - 18px);
    margin-top: -3px;
    padding: 15px 16px;
  }

  .insight-ticket strong {
    font-size: 18px;
    white-space: normal;
  }

  .status-band,
  .screen-wall,
  .evidence-flow,
  .sample-ledger,
  .signal-card-grid,
  .investor-hero,
  .investor-grid,
  .investor-dark,
  .investor-metrics {
    grid-template-columns: 1fr;
  }

  .signal-map {
    padding: 54px 16px;
  }

  .nightmap-toolbar {
    align-items: start;
    flex-direction: column;
  }

  .nightmap-lane {
    min-height: 82px;
  }

  .hr-lane svg {
    left: 78px;
    width: calc(100% - 96px);
  }

  .report-preview {
    padding: 14px;
  }

  .report-preview {
    grid-template-columns: 1fr;
  }

  .pdf-side-action {
    min-height: auto;
    grid-auto-flow: column;
    justify-content: center;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .check-grid {
    grid-template-columns: 1fr;
  }

  .beta-pass {
    grid-template-columns: 1fr;
  }

  .beta-submit span {
    font-size: clamp(17px, 5vw, 22px);
  }

  .report-meaning {
    grid-template-columns: 1fr;
  }

  .report-advice {
    padding: 24px 18px;
  }

  .recommendation-grid article {
    min-height: auto;
  }

  .report-meaning article {
    min-height: auto;
  }

  .report-card-primary .pdf-pages,
  .pdf-pages.compact {
    grid-template-columns: 1fr;
  }

  .screen-feature,
  .screen-feature:nth-child(1),
  .screen-feature:nth-child(2) {
    grid-template-columns: 1fr;
  }

  .screen-device,
  .screen-feature:nth-child(1) .screen-device,
  .screen-feature:nth-child(2) .screen-device {
    min-height: 420px;
    padding: 20px;
  }

  .screen-device img,
  .screen-feature:nth-child(1) .screen-device img,
  .screen-feature:nth-child(2) .screen-device img {
    height: 380px;
    border-radius: 18px;
  }

  .data-stack article {
    grid-template-columns: 62px minmax(0, 1fr);
    padding: 20px;
  }

  .connected-route-gallery article {
    grid-template-columns: 1fr;
  }

  .data-mark {
    width: 62px;
    height: 46px;
    font-size: 12px;
  }

  .connected-device-visual {
    min-height: 320px;
    padding: 18px;
  }

  .connected-device-visual img {
    max-height: 300px;
  }

}

@media (max-width: 560px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .showcase {
    order: 1;
  }

  .hero-copy {
    order: 2;
  }

  .hero h1 {
    font-size: clamp(36px, 10.4vw, 46px);
    line-height: .98;
  }

  .hero-overlay h1 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .hero-text {
    font-size: 18px;
    line-height: 1.4;
  }
}
/* Public conversational guide */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.assistant-launcher {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1200;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  color: #fff;
  background: #173f35;
  box-shadow: 0 12px 30px rgba(18, 51, 43, .28);
  font: 700 .92rem/1 system-ui, sans-serif;
}

.assistant-panel {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 1199;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(400px, calc(100vw - 28px));
  max-height: min(650px, calc(100vh - 120px));
  overflow: hidden;
  border: 1px solid #c8d5d0;
  border-radius: 18px;
  color: #182622;
  background: #fff;
  box-shadow: 0 22px 60px rgba(18, 51, 43, .24);
  font: .92rem/1.45 system-ui, sans-serif;
}

.assistant-panel[hidden] {
  display: none;
}

.assistant-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 17px;
  color: #fff;
  background: #173f35;
}

.assistant-close {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  font-size: 1.5rem;
  line-height: 1;
}

.assistant-body {
  min-height: 0;
  overflow-y: auto;
  padding: 16px;
}

.assistant-intro,
.assistant-privacy {
  margin: 0 0 10px;
}

.assistant-privacy {
  color: #586b65;
  font-size: .79rem;
}

.assistant-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 14px 0;
}

.assistant-prompts button {
  padding: 8px 10px;
  border: 1px solid #b7ccc4;
  border-radius: 999px;
  color: #173f35;
  background: #f5faf8;
  font: 650 .79rem/1.25 system-ui, sans-serif;
  text-align: left;
}

.assistant-conversation {
  display: grid;
  gap: 10px;
}

.assistant-message {
  max-width: 92%;
  padding: 10px 12px;
  border-radius: 13px;
}

.assistant-message p {
  margin: 0;
}

.assistant-message.user {
  justify-self: end;
  color: #fff;
  background: #2b6d5c;
  border-bottom-right-radius: 4px;
}

.assistant-message.guide {
  justify-self: start;
  background: #eef5f2;
  border-bottom-left-radius: 4px;
}

.assistant-message a {
  display: inline-block;
  margin-top: 8px;
  color: #0b5f4b;
  font-weight: 700;
}

.assistant-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid #dbe5e1;
  background: #f7faf9;
}

.assistant-form input {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid #adbbb6;
  border-radius: 9px;
  color: #182622;
  background: #fff;
  font: inherit;
}

.assistant-form button {
  padding: 0 14px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: #173f35;
  font: 700 .86rem/1 system-ui, sans-serif;
}

.assistant-launcher:focus-visible,
.assistant-panel button:focus-visible,
.assistant-panel input:focus-visible,
.assistant-panel a:focus-visible {
  outline: 3px solid #f2b84b;
  outline-offset: 2px;
}

@media (max-width: 520px) {
  .assistant-launcher {
    right: 14px;
    bottom: 14px;
  }

  .assistant-panel {
    right: 14px;
    bottom: 72px;
    max-height: calc(100vh - 92px);
  }
}

/* Curated Sleep Insights and video hub */
.insights-main {
  background: #fff;
}

.insights-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(64px, 9vw, 118px) clamp(20px, 5vw, 72px) clamp(56px, 7vw, 92px);
  color: #fff;
  background:
    radial-gradient(circle at 12% 5%, rgba(191, 242, 100, .15), transparent 28%),
    radial-gradient(circle at 92% 20%, rgba(24, 183, 166, .25), transparent 30%),
    linear-gradient(135deg, #06131d 0%, #0b2d38 55%, #114351 100%);
}

.insights-hero-copy {
  max-width: 900px;
}

.insights-hero h1 {
  max-width: 920px;
  margin: 0 0 22px;
  font-size: clamp(46px, 6.6vw, 86px);
  line-height: .96;
  letter-spacing: -.045em;
}

.insights-hero-copy > p:not(.section-kicker, .editorial-note) {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.insights-hero .editorial-note {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
}

.insights-hero .button.secondary {
  border-color: rgba(255, 255, 255, .38);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.insights-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.insights-proof span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .07);
  font-size: 13px;
}

.insights-proof strong {
  color: var(--mint);
}

.insights-hero-panel {
  display: grid;
  gap: 8px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(4, 18, 27, .46);
  box-shadow: 0 28px 76px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
}

.insights-hero-panel .section-kicker {
  margin: 0 0 8px;
}

.insights-hero-panel a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
}

.insights-hero-panel a:last-child {
  border-bottom: 0;
}

.insights-hero-panel a:hover,
.insights-hero-panel a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .06);
  outline: none;
}

.insights-hero-panel span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #071722;
  background: var(--mint);
  font-size: 11px;
  font-weight: 950;
}

.insights-feature-section,
.insights-beta-video-section,
.insights-library-section {
  background: #fff;
}

.insights-beta-video-section {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(135deg, #f8fbf7 0%, #e9f7f3 56%, #fff7e7 100%);
}

.insights-feature {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.insights-feature-reverse {
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr);
}

.insights-feature-reverse .video-shell {
  order: 2;
}

.insights-feature-reverse .insights-feature-copy {
  order: 1;
}

.video-shell {
  position: relative;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(10, 39, 48, .18);
  border-radius: 18px;
  background: #040b10;
  box-shadow: 0 24px 60px rgba(8, 26, 35, .22);
}

.video-shell-featured {
  max-width: 430px;
}

.video-shell video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #040b10;
}

.insights-feature-copy {
  display: grid;
  justify-items: start;
  gap: 16px;
}

.insights-feature-copy h2,
.insights-feature-copy h3 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(34px, 4.5vw, 60px);
  line-height: 1.01;
  letter-spacing: -.035em;
}

.insights-feature-copy p {
  max-width: 740px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.content-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #155046;
  background: var(--soft-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.insight-checklist {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 700px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: observation;
}

.insight-checklist li {
  counter-increment: observation;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fbfa;
  line-height: 1.45;
}

.insight-checklist li::before {
  content: counter(observation);
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #071722;
  background: var(--mint);
  font-size: 13px;
  font-weight: 950;
}

.character-disclosure {
  padding-left: 13px;
  border-left: 3px solid var(--teal);
  font-size: 13px !important;
}

.insights-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.transcript {
  width: 100%;
  max-width: 740px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.transcript summary {
  width: fit-content;
  color: #155046;
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
}

.transcript p {
  margin-top: 12px;
  padding: 14px;
  border-radius: 10px;
  color: var(--muted);
  background: #f4f8f7;
  font-size: 14px;
}

.region-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.region-links a {
  padding: 8px 11px;
  border: 1px solid #b9dcd6;
  border-radius: 999px;
  color: #155046;
  background: #fff;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.region-links a:hover,
.region-links a:focus-visible {
  border-color: var(--teal);
  background: var(--soft-teal);
  outline: none;
}

.insights-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 28px);
}

.insights-video-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(16, 22, 36, .1);
}

.insights-video-card .video-shell {
  width: 100%;
  max-width: none;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.insights-video-copy {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 12px;
  padding: 22px;
}

.insights-video-copy h3 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.06;
}

.insights-video-copy > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.insights-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.insights-guide-grid > a {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(15, 77, 67, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .76);
  text-decoration: none;
}

.insights-guide-grid > a:hover,
.insights-guide-grid > a:focus-visible {
  border-color: var(--teal);
  box-shadow: 0 16px 40px rgba(16, 22, 36, .1);
  outline: none;
  transform: translateY(-2px);
}

.insights-guide-grid span {
  color: #197364;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.insights-guide-grid strong {
  font-size: 24px;
  line-height: 1.1;
}

.insights-guide-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.insights-privacy-note {
  display: grid;
  grid-template-columns: minmax(250px, .85fr) minmax(0, 1.15fr) auto;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--line);
  background: #f7faf9;
}

.insights-privacy-note h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.03;
}

.insights-privacy-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 1080px) {
  .insights-hero,
  .insights-feature,
  .insights-feature-reverse,
  .insights-privacy-note {
    grid-template-columns: 1fr;
  }

  .insights-hero-panel {
    max-width: 760px;
  }

  .insights-feature-reverse .video-shell,
  .insights-feature-reverse .insights-feature-copy {
    order: initial;
  }

  .insights-video-grid,
  .insights-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insights-video-card:last-child,
  .insights-guide-grid > a:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .insights-hero {
    gap: 28px;
    padding: 58px 16px 52px;
  }

  .insights-hero h1 {
    font-size: clamp(40px, 12vw, 60px);
  }

  .insights-hero-copy > p:not(.section-kicker, .editorial-note) {
    font-size: 17px;
  }

  .insights-feature {
    gap: 28px;
  }

  .video-shell-featured {
    max-width: min(410px, 100%);
  }

  .insights-feature-copy h2,
  .insights-feature-copy h3 {
    font-size: clamp(32px, 9vw, 46px);
  }

  .insights-video-grid,
  .insights-guide-grid {
    grid-template-columns: 1fr;
  }

  .insights-video-card:last-child,
  .insights-guide-grid > a:last-child {
    grid-column: auto;
  }

  .insights-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .insights-proof span {
    width: fit-content;
  }
}

/* Mira — openly disclosed AI spokesperson */
.mira-intro {
  display: grid;
  grid-template-columns: minmax(260px, .76fr) minmax(0, 1.24fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 12%, rgba(191, 242, 100, .16), transparent 26%),
    linear-gradient(135deg, #071722 0%, #0b2d38 52%, #124451 100%);
  color: #fff;
}

.mira-intro-media {
  position: relative;
  width: min(410px, 100%);
  margin: 0 auto;
}

.mira-intro-media img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 26px;
  box-shadow: 0 34px 82px rgba(0, 0, 0, .3);
}

.mira-ai-badge {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  color: #fff;
  background: rgba(4, 18, 27, .78);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .025em;
  text-align: center;
}

.mira-intro-copy {
  display: grid;
  justify-items: start;
  gap: 18px;
}

.mira-intro-copy h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 5.6vw, 72px);
  line-height: .98;
  letter-spacing: -.04em;
}

.mira-intro-copy > p:not(.section-kicker, .character-disclosure) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.6;
}

.mira-intro .section-kicker {
  color: var(--mint);
}

.mira-intro .character-disclosure {
  max-width: 720px;
  margin: 0;
  border-left-color: var(--mint);
  color: rgba(255, 255, 255, .72);
}

.mira-intro .button.secondary {
  border-color: rgba(255, 255, 255, .36);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.mira-role-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.mira-role-points span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .07);
  font-size: 12px;
  font-weight: 850;
}

.mira-page-main {
  background: var(--page);
}

.mira-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  min-height: 760px;
  padding: 148px clamp(20px, 6vw, 86px) 84px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 15%, rgba(24, 183, 166, .28), transparent 29%),
    radial-gradient(circle at 12% 85%, rgba(191, 242, 100, .12), transparent 24%),
    linear-gradient(135deg, #06131d 0%, #0a2b37 56%, #104653 100%);
}

.mira-page-hero-copy {
  display: grid;
  justify-items: start;
  gap: 20px;
}

.mira-page-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .93;
  letter-spacing: -.05em;
}

.mira-page-hero-copy > p:not(.section-kicker, .character-disclosure) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.58;
}

.mira-page-hero .section-kicker {
  color: var(--mint);
}

.mira-page-hero .character-disclosure {
  max-width: 760px;
  margin: 0;
  border-left-color: var(--mint);
  color: rgba(255, 255, 255, .72);
}

.mira-page-hero .button.secondary {
  border-color: rgba(255, 255, 255, .38);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.mira-page-portrait {
  position: relative;
  width: min(460px, 100%);
  margin: 0 auto;
}

.mira-page-portrait img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 30px;
  box-shadow: 0 38px 92px rgba(0, 0, 0, .34);
}

.mira-page-portrait figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 14px;
  color: #fff;
  background: rgba(4, 18, 27, .82);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.mira-role-section,
.mira-episode-section,
.mira-boundary-section {
  background: #fff;
}

.mira-section-heading {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.mira-section-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.04em;
}

.mira-section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.mira-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}

.mira-role-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8fbfa;
}

.mira-role-card span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--deep);
  background: var(--mint);
  font-size: 13px;
  font-weight: 950;
}

.mira-role-card h3 {
  margin: 4px 0 0;
  font-size: 26px;
  line-height: 1.08;
}

.mira-role-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.mira-episode-section {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(135deg, #f8fbf7 0%, #e9f7f3 56%, #fff7e7 100%);
}

.mira-episode-poster {
  position: relative;
  display: block;
  width: min(380px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(10, 39, 48, .18);
  border-radius: 22px;
  background: var(--deep);
  box-shadow: 0 28px 68px rgba(8, 26, 35, .22);
  text-decoration: none;
}

.mira-episode-poster img {
  display: block;
  width: 100%;
  height: auto;
}

.mira-episode-play {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--deep);
  background: var(--mint);
  font-size: 14px;
  font-weight: 950;
  text-align: center;
}

.mira-episode-poster:hover,
.mira-episode-poster:focus-visible {
  outline: 3px solid rgba(24, 183, 166, .34);
  outline-offset: 4px;
  transform: translateY(-2px);
}

.mira-episode-copy {
  display: grid;
  justify-items: start;
  gap: 17px;
}

.mira-episode-copy h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1;
  letter-spacing: -.04em;
}

.mira-episode-copy > p:not(.section-kicker, .character-disclosure) {
  max-width: 730px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.mira-boundary-section {
  background: #f7faf9;
}

.mira-boundary-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 6vw, 84px);
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.mira-boundary-grid h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1;
  letter-spacing: -.04em;
}

.mira-boundary-copy {
  display: grid;
  gap: 16px;
}

.mira-boundary-copy article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.mira-boundary-copy h3 {
  margin: 0 0 8px;
  font-size: 23px;
}

.mira-boundary-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.mira-page-closing {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: clamp(68px, 9vw, 112px) clamp(20px, 6vw, 86px);
  color: #fff;
  background: var(--deep);
  text-align: center;
}

.mira-page-closing h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1;
  letter-spacing: -.04em;
}

.mira-page-closing p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
}

.mira-page-closing .button.secondary {
  border-color: rgba(255, 255, 255, .36);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

@media (max-width: 1080px) {
  .mira-intro,
  .mira-page-hero,
  .mira-episode-section,
  .mira-boundary-grid {
    grid-template-columns: 1fr;
  }

  .mira-intro-media,
  .mira-page-portrait {
    width: min(420px, 100%);
  }

  .mira-intro-copy {
    order: -1;
  }

  .mira-role-grid {
    grid-template-columns: 1fr;
  }

  .mira-role-card {
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .availability-notice {
    top: 66px;
  }

  .mira-intro {
    gap: 28px;
  }

  .mira-intro-copy h2,
  .mira-page-hero h1,
  .mira-section-heading h2,
  .mira-episode-copy h2,
  .mira-boundary-grid h2,
  .mira-page-closing h2 {
    font-size: clamp(36px, 10.5vw, 52px);
  }

  .mira-intro-media,
  .mira-page-portrait,
  .mira-episode-poster {
    width: min(360px, 100%);
  }

  .mira-page-hero {
    min-height: auto;
    padding: 112px 16px 58px;
  }

  .mira-role-points {
    display: grid;
    width: 100%;
  }

  .mira-role-points span {
    width: fit-content;
  }

  .mira-intro .hero-actions,
  .mira-page-hero .hero-actions,
  .mira-page-closing .hero-actions {
    display: grid;
    width: 100%;
  }

  .mira-intro .hero-actions .button,
  .mira-page-hero .hero-actions .button,
  .mira-page-closing .hero-actions .button {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }
}
