: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;
}

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;
}

.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(135deg, #f8fbf7 0%, #e9f7f3 56%, #fff7e7 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(1320px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.connected-route-gallery article {
  overflow: hidden;
  border: 1px solid rgba(10, 147, 134, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 52px rgba(16, 22, 36, .08);
}

.connected-route-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  background: var(--deep);
}

.connected-route-gallery div {
  padding: 20px;
}

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

.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: 54px minmax(0, 1fr);
  column-gap: 18px;
  padding: 23px;
}

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

.data-mark {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: #fff;
  font-weight: 950;
}

.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;
}

.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);
}

.signup-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  padding: clamp(30px, 5vw, 54px);
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(135deg, #071722 0%, #113743 100%);
  box-shadow: var(--shadow);
}

.signup-panel > div {
  max-width: min(1180px, 100%);
}

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

.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, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .08);
}

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

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

.waitlist-form input,
.waitlist-form select {
  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 input::placeholder {
  color: rgba(255, 255, 255, .45);
}

.waitlist-form input:focus,
.waitlist-form select: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;
}

.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;
}

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

.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,
  .signup-panel,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .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: none;
  }

  .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 {
    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;
  }

  .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: 46px minmax(0, 1fr);
    padding: 20px;
  }

  .data-mark {
    width: 46px;
    height: 46px;
  }

  .connected-route-gallery img {
    aspect-ratio: 4 / 3;
  }
}

@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;
  }
}
