:root {
  --bg: #ffffff;
  --ink: #0e1d26;
  --muted: rgba(14, 29, 38, 0.62);
  --line: rgba(14, 29, 38, 0.12);
  --card: #ffffff;
  --shadow: 0 8px 24px rgba(13, 34, 48, 0.06);
  --brand: #0b3a53;
  --brand2: #0f6b7a;
  --focus: #0f6b7a;
  --radius: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, Segoe UI,
    Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.35;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(14, 29, 38, 0.12);
  background: #ffffff;
}

.topbar__inner {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 750;
  letter-spacing: -0.02em;
}

.brand .logo__mark {
  width: 22px;
  height: 22px;
  border-radius: 7px;
}

.brand__text {
  font-size: 15px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav__link {
  text-decoration: none;
  color: rgba(14, 29, 38, 0.72);
  font-weight: 650;
  letter-spacing: -0.01em;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: border-color 140ms ease, background 140ms ease, color 140ms ease;
  font-size: 14px;
}

.nav__link:hover {
  border-color: rgba(14, 29, 38, 0.14);
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
}

.nav__link[aria-current="page"] {
  color: var(--ink);
  border-color: rgba(15, 107, 122, 0.22);
  background: rgba(15, 107, 122, 0.06);
}

.nav__cta {
  border-color: var(--brand);
  background: var(--brand);
  color: #ffffff;
}

.nav__cta:hover {
  border-color: var(--brand);
  background: #0d4a67;
  color: #ffffff;
}

.bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 40%);
}

/* Page-specific atmosphere */
body[data-page="securite"] .bg {
  background: linear-gradient(180deg, #f6fafc 0%, #ffffff 40%);
}

body[data-page="pharmaciens"] .bg {
  background: linear-gradient(180deg, #f6fbfd 0%, #ffffff 40%);
}

body[data-page="prototype"] .bg {
  background: linear-gradient(180deg, #f4f9fc 0%, #ffffff 42%);
}

.page {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}

.hero {
  display: grid;
  place-items: center;
  padding: clamp(64px, 10vh, 108px) 22px 28px;
}

.hero__inner {
  width: min(920px, 100%);
  text-align: center;
}

.hero--split {
  padding-top: clamp(44px, 7vh, 76px);
}

.hero__inner--split {
  width: min(1100px, 100%);
  text-align: left;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: start;
}

.hero__copy {
  min-width: 0;
}

.hero__media {
  min-width: 0;
}

.hero--pharma .hero__title {
  letter-spacing: -0.05em;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  user-select: none;
}

.logo__mark {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.logo__text {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.logo--sm .logo__mark {
  width: 22px;
  height: 22px;
}

.hero__title {
  margin: 18px auto 0;
  font-size: clamp(34px, 4.3vw, 56px);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.hero__subtitle {
  margin: 14px auto 0;
  max-width: 58ch;
  color: var(--muted);
  font-size: clamp(16px, 1.55vw, 18px);
}

/* media cards (used on inner-page heroes) */
.mediaCard {
  margin: 0;
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid rgba(14, 29, 38, 0.12);
  background: #ffffff;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.mediaCard__img {
  width: 100%;
  height: auto;
  display: block;
}

.mediaCard__cap {
  padding: 12px 14px 14px;
  font-size: 13px;
  color: rgba(14, 29, 38, 0.62);
  border-top: 1px solid rgba(14, 29, 38, 0.10);
}

.stack {
  display: grid;
  gap: 12px;
  align-content: start;
}

.mediaCard--tilt {
  transform: none;
}

.hero__meta {
  margin: 18px auto 0;
  max-width: 920px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.pill {
  font-size: 13px;
  color: rgba(14, 29, 38, 0.72);
  border: 1px solid rgba(14, 29, 38, 0.12);
  background: #ffffff;
  padding: 8px 11px;
  border-radius: 999px;
}

.hero__showcase {
  margin: 26px auto 0;
  width: min(760px, 100%);
  padding: 6px;
  border-radius: calc(var(--radius) + 2px);
  background: #ffffff;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.hero__showcase::before {
  content: none;
}

.hero__showcase::after {
  content: none;
}

.glass {
  position: relative;
  z-index: 1;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(14, 29, 38, 0.12);
  background: #ffffff;
  overflow: hidden;
}

.glass__top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(14, 29, 38, 0.10);
  background: #ffffff;
}

.glass__title {
  margin-left: 6px;
  font-size: 13px;
  color: rgba(14, 29, 38, 0.62);
  font-weight: 650;
  letter-spacing: -0.01em;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(14, 29, 38, 0.12);
}
.dot--a { background: rgba(15, 107, 122, 0.18); }
.dot--b { background: rgba(11, 58, 83, 0.14); }
.dot--c { background: rgba(14, 29, 38, 0.10); }

.glass__body {
  padding: 16px 16px 18px;
  display: grid;
  gap: 10px;
  text-align: left;
}

.chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 9px 10px;
  border-radius: 12px;
  border: 1px solid rgba(14, 29, 38, 0.12);
  background: rgba(255, 255, 255, 0.8);
  color: rgba(14, 29, 38, 0.78);
  font-size: 13px;
}

.chip--soft {
  border-color: rgba(15, 107, 122, 0.18);
  background: rgba(15, 107, 122, 0.06);
}

.divider {
  height: 1px;
  background: rgba(14, 29, 38, 0.10);
  margin: 4px 0;
}

.row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px;
  align-items: baseline;
}

.row__k {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(14, 29, 38, 0.50);
}

.row__v {
  font-size: 14px;
  color: rgba(14, 29, 38, 0.78);
}

.waitlist {
  margin: 28px auto 0;
  width: min(640px, 100%);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}

.waitlist__input {
  width: 100%;
  border: 1px solid rgba(14, 29, 38, 0.12);
  border-radius: 14px;
  padding: 14px 14px;
  font-size: 16px;
  outline: none;
  background: rgba(255, 255, 255, 0.8);
  transition: border-color 140ms ease, box-shadow 140ms ease,
    background 140ms ease;
}

.waitlist__textarea {
  min-height: 140px;
  resize: vertical;
  font-family: inherit;
}

.waitlist__input--full {
  grid-column: 1 / -1;
}

.waitlist__input::placeholder {
  color: rgba(14, 29, 38, 0.45);
}

.waitlist__input:focus {
  border-color: rgba(15, 107, 122, 0.55);
  box-shadow: 0 0 0 4px rgba(15, 107, 122, 0.14);
  background: #fff;
}

.waitlist__button {
  border: 0;
  border-radius: 10px;
  padding: 15px 18px;
  min-height: 50px;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.01em;
  background: var(--brand);
  color: #fff;
  cursor: pointer;
  transition: transform 120ms ease, filter 120ms ease, opacity 120ms ease;
  white-space: nowrap;
}

.waitlist__button:hover {
  background: #0d4a67;
  transform: none;
}

.waitlist__button:active {
  background: #0a3348;
  transform: none;
}

.waitlist__button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.waitlist__note,
.waitlist__success,
.waitlist__error {
  grid-column: 1 / -1;
  margin: 0;
  text-align: left;
  font-size: 13px;
  color: rgba(14, 29, 38, 0.55);
  padding: 0 2px 2px;
}

.waitlist__success {
  color: rgba(15, 107, 122, 0.9);
  font-weight: 600;
}

.waitlist__error {
  color: #b42318;
  font-weight: 600;
}

.waitlist--contact {
  width: min(760px, 100%);
}

.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.benefits {
  padding: 26px 22px 74px;
}

.benefits__grid {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.benefits__details {
  width: min(980px, 100%);
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.detail {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  padding: 18px 16px;
}

.detail__title {
  margin: 0 0 10px;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.detail__list {
  margin: 0;
  padding-left: 18px;
  color: rgba(14, 29, 38, 0.74);
  display: grid;
  gap: 8px;
  font-size: 14px;
}

/* Sécurité: "trust cards" */
.trustGrid {
  margin: 22px auto 0;
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.trustCard {
  border-radius: var(--radius);
  border: 1px solid rgba(14, 29, 38, 0.12);
  background: #ffffff;
  padding: 16px 14px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.trustCard::before {
  content: none;
}

.trustCard > * {
  position: relative;
  z-index: 1;
}

.trustCard__kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(14, 29, 38, 0.52);
}

.trustCard__title {
  margin-top: 8px;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.trustCard__text {
  margin: 8px 0 0;
  color: rgba(14, 29, 38, 0.70);
  font-size: 14px;
  line-height: 1.4;
}

/* Pharmaciens: metrics + quotes */
.metrics {
  margin: 22px auto 0;
  width: min(920px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.metric {
  border-radius: var(--radius);
  border: 1px solid rgba(14, 29, 38, 0.12);
  background: #ffffff;
  padding: 16px 14px;
}

.metric__v {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--brand);
}

.metric__k {
  margin-top: 6px;
  color: rgba(14, 29, 38, 0.68);
  font-size: 13px;
}

.quotes {
  width: min(980px, 100%);
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.quote {
  margin: 0;
  border-radius: calc(var(--radius) + 4px);
  border: 1px solid rgba(14, 29, 38, 0.12);
  background: #ffffff;
  padding: 16px 16px 14px;
  text-align: left;
}

.quote__p {
  margin: 0;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: rgba(14, 29, 38, 0.78);
}

.quote__f {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(14, 29, 38, 0.55);
  font-weight: 650;
}

.photoRow {
  width: min(980px, 100%);
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
}

.photoCard {
  margin: 0;
  border-radius: calc(var(--radius) + 4px);
  border: 1px solid var(--line);
  overflow: hidden;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.photoCard.is-broken {
  background:
    radial-gradient(800px 260px at 20% 25%, rgba(15, 107, 122, 0.18), transparent 55%),
    radial-gradient(700px 300px at 85% 65%, rgba(11, 58, 83, 0.18), transparent 60%),
    rgba(255, 255, 255, 0.72);
}

.photoCard.is-broken .photoCard__img {
  display: none;
}

.photoCard__img {
  width: 100%;
  height: clamp(180px, 22vw, 260px);
  object-fit: cover;
  display: block;
  filter: saturate(1.04) contrast(1.02);
}

.photoCard__cap {
  padding: 12px 14px 14px;
  font-size: 13px;
  color: rgba(14, 29, 38, 0.66);
}

.benefit {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  padding: 18px 16px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
}

.benefit__icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--brand);
  background: rgba(11, 58, 83, 0.05);
  border: 1px solid rgba(14, 29, 38, 0.10);
}

.benefit__icon svg {
  width: 22px;
  height: 22px;
}

.benefit__text {
  margin: 0;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: rgba(14, 29, 38, 0.82);
}

/* ── Pull quote ── */
.pullQuote {
  width: min(680px, 100%);
  margin: 0 auto 48px;
  padding: 0;
  border: none;
  font-size: clamp(17px, 2.2vw, 22px);
  font-weight: 600;
  color: var(--brand);
  letter-spacing: -0.02em;
  line-height: 1.45;
  text-align: center;
}

/* ── Prototype ── */
.protoLayout {
  gap: 18px;
}

.protoMain {
  min-width: 0;
}

.protoSide {
  min-width: 0;
}

.protoTitle {
  max-width: 22ch;
}

.protoSub {
  max-width: 60ch;
}

.protoCard {
  margin-top: 18px;
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid rgba(14, 29, 38, 0.14);
  background: #ffffff;
  box-shadow: var(--shadow);
  padding: 18px;
}

.protoSticky {
  position: sticky;
  top: 78px;
}

.protoHeader {
  display: grid;
  gap: 6px;
}

.protoKicker {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(14, 29, 38, 0.55);
}

.protoProgress {
  margin: 0;
  font-size: 13px;
  color: rgba(14, 29, 38, 0.56);
}

.protoQuestion {
  margin: 0;
  font-size: clamp(20px, 2.3vw, 28px);
  letter-spacing: -0.02em;
}

.protoHelp {
  margin: 0;
  color: rgba(14, 29, 38, 0.66);
  font-size: 14px;
}

.protoGrid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.protoChoice {
  appearance: none;
  border: 1px solid rgba(14, 29, 38, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
  padding: 16px 14px;
  min-height: 54px;
  cursor: pointer;
  transition: border-color 120ms ease, transform 120ms ease, background 120ms ease;
}

.protoChoice:hover {
  border-color: rgba(15, 107, 122, 0.40);
  background: rgba(15, 107, 122, 0.05);
  transform: none;
}

.protoOptions {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.protoOption {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  border: 1px solid rgba(14, 29, 38, 0.14);
  border-radius: 14px;
  padding: 12px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.protoOption input {
  margin-top: 2px;
}

.protoOption.is-selected {
  border-color: rgba(15, 107, 122, 0.48);
  background: rgba(15, 107, 122, 0.06);
}

.protoActions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.navBtn {
  border: 1px solid rgba(14, 29, 38, 0.16);
  border-radius: 10px;
  padding: 14px 16px;
  min-height: 50px;
  background: rgba(255, 255, 255, 0.85);
  color: rgba(14, 29, 38, 0.84);
  font-size: 15px;
  font-weight: 650;
  cursor: pointer;
}

.navBtn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.protoInlineRisk {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.protoInlineText {
  font-size: 14px;
  color: rgba(14, 29, 38, 0.70);
}

.riskBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.riskBadge--green {
  color: #0f694f;
  background: #e1f5ee;
  border-color: rgba(29, 158, 117, 0.24);
}

.riskBadge--amber {
  color: #9a640d;
  background: #faeeda;
  border-color: rgba(239, 159, 39, 0.26);
}

.riskBadge--red {
  color: #a32929;
  background: #fcebeb;
  border-color: rgba(226, 75, 74, 0.26);
}

.protoTimerRow {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.protoTimerLabel {
  margin: 0;
  font-size: 12px;
  color: rgba(14, 29, 38, 0.56);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.protoTimer {
  margin: 6px 0 0;
  font-size: 32px;
  font-weight: 750;
  letter-spacing: -0.03em;
  color: var(--brand);
}

.protoPause {
  font-size: 12px;
  color: rgba(14, 29, 38, 0.66);
  border: 1px solid rgba(14, 29, 38, 0.14);
  padding: 7px 10px;
  border-radius: 999px;
}

.protoRiskReason {
  margin: 10px 0 0;
  color: rgba(14, 29, 38, 0.72);
  font-size: 14px;
}

.protoSignals {
  margin: 8px 0 0;
  padding-left: 18px;
  color: rgba(14, 29, 38, 0.74);
  display: grid;
  gap: 7px;
  font-size: 14px;
}

.protoSignals--dense {
  margin-top: 2px;
}

.protoTabs {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.protoTab {
  border: 1px solid rgba(14, 29, 38, 0.16);
  background: rgba(255, 255, 255, 0.86);
  color: rgba(14, 29, 38, 0.78);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.protoTab.is-active {
  border-color: rgba(15, 107, 122, 0.36);
  color: var(--brand);
  background: rgba(15, 107, 122, 0.08);
}

.protoPanel {
  margin-top: 12px;
  border: 1px solid rgba(14, 29, 38, 0.12);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.92);
}

.protoPre {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(14, 29, 38, 0.82);
  white-space: pre-wrap;
}

.protoSummaryText {
  margin: 0 0 8px;
  color: rgba(14, 29, 38, 0.8);
  line-height: 1.5;
  font-size: 14px;
}

/* ── How it works ── */
.howItWorks {
  padding: 80px 22px;
}
.howItWorks__inner {
  width: min(780px, 100%);
  margin: 0 auto;
}
.section__title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 10px;
}
.section__sub {
  color: var(--muted);
  font-size: 15px;
  margin: 0 0 48px;
}
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.step__num {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand2);
  letter-spacing: 0.04em;
  min-width: 28px;
  padding-top: 3px;
}
.step__title {
  font-size: 16px;
  font-weight: 650;
  color: var(--ink);
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.step__text {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

/* ── Context section ── */
.context {
  padding: 80px 22px;
  background: rgba(11, 58, 83, 0.03);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.context__inner {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.context__text {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 16px;
}
.contextStats {
  display: flex;
  gap: 32px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.contextStat__v {
  font-size: 28px;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: -0.03em;
}
.contextStat__k {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}
.context__photo img {
  width: 100%;
  height: clamp(240px, 30vw, 380px);
  object-fit: cover;
  border-radius: calc(var(--radius) + 4px);
  border: 1px solid var(--line);
}

/* ── CTA 2 ── */
.cta2 {
  padding: 80px 22px;
}
.cta2__inner {
  width: min(620px, 100%);
  margin: 0 auto;
  text-align: center;
}
.cta2__title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 12px;
}
.cta2__sub {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 28px;
}

.footer {
  padding: 18px 22px 26px;
}

.footer__inner {
  width: min(980px, 100%);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.footer__brand {
  display: grid;
  gap: 6px;
}

.footer__tagline {
  margin: 0;
  font-size: 13px;
  color: rgba(14, 29, 38, 0.62);
}

.footer__contact {
  color: rgba(14, 29, 38, 0.72);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: border-color 140ms ease, background 140ms ease, color 140ms ease;
}

.footer__contact:hover {
  border-color: rgba(14, 29, 38, 0.14);
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
}

.link {
  color: rgba(15, 107, 122, 0.95);
  text-decoration: none;
  font-weight: 700;
}

.link:hover {
  text-decoration: underline;
}

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

/* Motion */
[data-reveal] {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 380ms ease, transform 420ms ease;
  transition-delay: var(--d, 0ms);
  will-change: transform, opacity;
}

[data-reveal].is-in {
  opacity: 1;
  transform: translateY(0);
}

.logo__mark {
  position: relative;
  overflow: hidden;
}

.logo__mark::after {
  content: none;
}

@keyframes sheen {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 840px) {
  .topbar__inner {
    padding: 10px 14px;
  }

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

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

  .waitlist__input--full {
    grid-column: auto;
  }

  .waitlist__button {
    width: 100%;
  }

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

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

  .row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

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

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

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

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

  .hero__inner--split {
    grid-template-columns: 1fr;
  }

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

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

  .protoActions {
    flex-direction: column;
    align-items: stretch;
  }

  .protoSticky {
    position: static;
  }

  .mediaCard--tilt {
    transform: none;
  }
}
