:root {
  --ink: #17142b;
  --ink-2: #211d3b;
  --ink-3: #2a2547;
  --paper: #f7f6f2;
  --paper-2: #efeee8;
  --white: #ffffff;
  --text: #25232d;
  --muted: #706d76;
  --line: #dfded8;
  --dark-line: #39325d;
  --dark-muted: #aaa3c7;
  --mint: #6fd3ae;
  --mint-strong: #13735f;
  --mint-soft: #e3f3ec;
  --violet: #9184ec;
  --violet-strong: #6758c8;
  --violet-soft: #ece9fb;
  --amber: #e6a75a;
  --amber-soft: #fff0dc;
  --danger: #b64235;
  --radius: 18px;
  --radius-sm: 11px;
  --maxw: 1180px;
  --font-display: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", monospace;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}

button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.wrap { width: min(100%, var(--maxw)); margin: 0 auto; padding-inline: 24px; }
.eyebrow {
  margin-bottom: 12px;
  color: #89858e;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.mint-text { color: var(--mint); }
.violet-text { color: var(--violet); }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

/* Brand and navigation */
.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgb(221 220 213 / 0.82);
  background: rgb(247 246 242 / 0.88);
  backdrop-filter: blur(18px);
}
.nav-inner { min-height: 72px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 17px; font-weight: 700; letter-spacing: -0.03em; }
.brand-mark {
  width: 25px;
  height: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  padding: 4px;
  border-radius: 8px;
  background: var(--mint-strong);
  box-shadow: 0 7px 18px rgb(19 115 95 / 0.18);
}
.brand-mark i { display: block; border-radius: 2px; background: #fff; }
.brand-mark i:first-child { opacity: .55; }
.brand-mark i:last-child { background: #c9f2df; }
.nav-links { display: flex; gap: 26px; margin-left: auto; color: var(--muted); font-size: 13px; font-weight: 500; }
.nav-links a { transition: color .15s ease; }
.nav-links a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.language-picker {
  min-height: 44px;
  max-width: 118px;
  padding: 7px 28px 7px 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgb(255 255 255 / .7);
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
}
.nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

/* Buttons */
.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 11px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: transform .15s var(--ease), background .15s var(--ease), border-color .15s var(--ease), box-shadow .15s var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--mint); color: #0d3024; box-shadow: 0 10px 24px rgb(111 211 174 / 0.18); }
.btn-primary:hover { background: #85e2c4; }
.btn-dark { border-color: var(--dark-line); background: rgb(255 255 255 / .04); color: #f5f2fb; }
/* In the hero, the two CTAs carry the actor colors: mint = patient, violet = clinic. */
.hero-actions .btn-dark { border-color: rgb(145 132 236 / .45); }
.btn-dark:hover { border-color: rgb(145 132 236 / .65); background: rgb(145 132 236 / .1); }
.btn-consumer { background: var(--mint-strong); color: #fff; }
.btn-consumer:hover { background: #0a5949; }
.btn-provider { background: var(--violet-strong); color: #fff; }
.btn-provider:hover { background: #5144aa; }

/* Hero */
.hero { padding: 28px 0 48px; }
.hero-stage {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(34px, 5vw, 74px);
  padding: clamp(38px, 6vw, 74px);
  border-radius: 28px;
  background:
    radial-gradient(650px 420px at 85% 2%, rgb(145 132 236 / .22), transparent 62%),
    radial-gradient(560px 380px at 0% 90%, rgb(111 211 174 / .11), transparent 60%),
    var(--ink);
  color: #f5f2fb;
  box-shadow: 0 36px 90px -50px rgb(23 20 43 / .65);
}
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 690px; font-size: clamp(46px, 6vw, 76px); }
.hero h1 .accent { color: #b4a9fa; }
.hero-sub { max-width: 48ch; margin: 24px 0 30px; color: #bbb5d1; font-size: clamp(16px, 1.6vw, 19px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px 22px; margin-top: 28px; color: #aaa3c7; font-family: var(--font-mono); font-size: 10.5px; }
.trust-row > span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 3px rgb(111 211 174 / .1); }

/* Live board */
.board {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--dark-line);
  border-top: 2px solid rgb(111 211 174 / .55);
  border-radius: 19px;
  background: linear-gradient(180deg, var(--ink-2), #1b1831);
  box-shadow: 0 36px 80px -34px rgb(0 0 0 / .72);
}
.board-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.board-head .t { color: var(--dark-muted); font-family: var(--font-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.role-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 11px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.role-badge::before { width: 7px; height: 7px; border-radius: 50%; content: ""; }
.role-you { border-color: rgb(111 211 174 / .35); background: rgb(111 211 174 / .1); color: var(--mint); }
.role-you::before { background: var(--mint); }
.role-pro { border-color: rgb(145 132 236 / .4); background: rgb(145 132 236 / .1); color: var(--violet); }
.role-pro::before { background: var(--violet); }
.board-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin: 18px 0; padding-bottom: 15px; border-bottom: 1px solid #2f294f; }
.board-intro > div { display: flex; align-items: center; gap: 9px; }
.board-intro strong { font-family: var(--font-display); font-size: 18px; letter-spacing: -.02em; }
.board-intro > span { color: var(--dark-muted); font-size: 11px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); animation: pulse 2.4s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgb(111 211 174 / .5); } 70% { box-shadow: 0 0 0 7px rgb(111 211 174 / 0); } 100% { box-shadow: 0 0 0 0 rgb(111 211 174 / 0); } }
.services { display: flex; gap: 8px; overflow-x: auto; margin-bottom: 17px; padding-bottom: 7px; scrollbar-width: thin; scrollbar-color: #5d557f transparent; overscroll-behavior-inline: contain; }
.chip {
  min-height: 36px;
  flex: none;
  padding: 7px 11px;
  border: 1px solid var(--dark-line);
  border-radius: 9px;
  background: var(--ink-3);
  color: #aaa3c7;
  cursor: pointer;
  font-size: 11.5px;
  white-space: nowrap;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.chip .price { margin-left: 6px; color: #8079a6; font-family: var(--font-mono); font-size: 10px; }
.chip:hover { border-color: rgb(111 211 174 / .4); color: #f4f1fa; }
.chip[aria-pressed="true"] { border-color: rgb(111 211 174 / .48); background: rgb(111 211 174 / .12); color: #f4f1fa; }
.chip[aria-pressed="true"] .price { color: var(--mint); }
.days { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(76px, 1fr); gap: 8px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: thin; scrollbar-color: #5d557f transparent; overscroll-behavior-inline: contain; }
.day { min-width: 0; }
.day-label { margin-bottom: 7px; padding-bottom: 7px; border-bottom: 1px solid #2f294f; color: var(--dark-muted); font-family: var(--font-mono); font-size: 10px; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.day-label .num { display: block; margin-top: 1px; color: #f4f1fa; font-size: 15px; }
.slots { display: flex; flex-direction: column; gap: 5px; }
.slot {
  min-height: 34px;
  padding: 6px 3px;
  border: 1px solid transparent;
  border-radius: 7px;
  display: block;
  background: rgb(111 211 174 / .1);
  color: var(--mint);
  font-family: var(--font-mono);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  text-align: center;
  animation: slotin .35s var(--ease) both;
}
.slot.held { border-color: rgb(230 167 90 / .5); background: rgb(230 167 90 / .15); color: var(--amber); }
@keyframes slotin { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.board-empty, .board-loading { min-width: 100%; padding: 36px 10px; color: #aaa3c7; font-family: var(--font-mono); font-size: 11px; text-align: center; }
.confirm { display: none; margin-top: 14px; padding: 15px; border: 1px solid rgb(230 167 90 / .45); border-radius: 11px; background: rgb(230 167 90 / .11); }
.confirm.show { display: block; animation: slotin .3s var(--ease) both; }
.confirm .h { margin-bottom: 7px; color: #f4f1fa; font-family: var(--font-display); font-size: 15px; }
.confirm .row { display: flex; justify-content: space-between; gap: 15px; padding: 3px 0; color: #aaa3c7; font-size: 11.5px; }
.confirm .row b { color: #f4f1fa; font-weight: 500; }
.confirm .row .v { color: var(--amber); font-family: var(--font-mono); text-align: right; }
.confirm-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 12px; }
.confirm-book { display: inline-flex; align-items: center; min-height: 38px; padding: 8px 13px; border: 0; border-radius: 8px; background: var(--amber); color: #3a260f; cursor: pointer; font-size: 11.5px; font-weight: 600; text-decoration: none; }
.link-btn { min-height: 34px; padding: 5px; border: 0; background: transparent; color: #aaa3c7; cursor: pointer; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.link-btn:hover, .confirm-link:hover { color: #f4f1fa; }
.confirm-link { color: var(--violet); font-size: 11.5px; text-decoration: underline; text-underline-offset: 3px; }
.exp-features { display: flex; flex-direction: column; gap: 7px; margin: 14px 0 2px; padding: 0; list-style: none; }
.exp-features li { position: relative; padding-left: 22px; color: var(--muted); font-size: 12.5px; line-height: 1.5; }
.exp-features li::before { position: absolute; top: 1px; left: 0; content: "✓"; font-weight: 700; }
.exp-features-you li::before { color: var(--mint-strong); }
.exp-features-pro li::before { color: var(--violet-strong); }

.board-roles { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: stretch; margin-top: 14px; }
.board-role { display: flex; flex-direction: column; gap: 7px; min-width: 0; padding: 11px 12px; border: 1px solid var(--dark-line); border-radius: var(--radius-sm); background: rgb(255 255 255 / .03); }
.board-role .role-badge { align-self: flex-start; }
.board-role p { margin: 0; color: #cbc5e6; font-size: 11.5px; line-height: 1.5; }
.board-role .role-account { color: var(--dark-muted); font-size: 10.5px; }
.role-account code { font-family: var(--font-mono); font-size: 10px; overflow-wrap: anywhere; }
.board-roles-arrow { align-self: center; color: var(--dark-muted); font-family: var(--font-mono); font-size: 15px; }
.board-flow { margin: 10px 0 0; color: var(--dark-muted); font-size: 11px; line-height: 1.5; }

/* Proof */
.proof-strip { padding: 8px 0 30px; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { display: flex; align-items: baseline; gap: 10px; padding: 22px; border-left: 1px solid var(--line); }
.proof-grid div:first-child { border-left: 0; }
.proof-grid strong { color: var(--ink); font-family: var(--font-display); font-size: 26px; }
.proof-grid span { max-width: 110px; color: var(--muted); font-size: 11px; line-height: 1.35; }

/* Sections */
.section { padding: clamp(74px, 10vw, 120px) 0; border-top: 1px solid var(--line); }
.section-head { max-width: 700px; margin-bottom: 44px; }
.section-head h2 { color: var(--ink); font-size: clamp(34px, 4.6vw, 54px); }
.section-head > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.split-head { max-width: none; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: end; gap: 60px; }
.split-head > p:last-child { margin-bottom: 3px; }
.centered { margin-inline: auto; text-align: center; }

.features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.feature { min-height: 350px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 40px rgb(34 32 40 / .035); }
.feature-mint { border-top: 3px solid var(--mint-strong); }
.feature-violet { border-top: 3px solid var(--violet-strong); }
.feature-amber { border-top: 3px solid var(--amber); }
.feature-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: auto; }
.feature-no { color: #a7a3aa; font-family: var(--font-mono); font-size: 11px; }
.mini-state { padding: 4px 9px; border-radius: 999px; font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; }
.mini-state.available { background: var(--mint-soft); color: var(--mint-strong); }
.mini-state.studio { background: var(--violet-soft); color: var(--violet-strong); }
.mini-state.held { background: var(--amber-soft); color: #9b6710; }
.feature h3 { margin-top: 50px; color: var(--ink); font-size: 24px; }
.feature > p { margin: 13px 0 24px; color: var(--muted); font-size: 14px; }
.time-rail { display: flex; gap: 6px; margin-top: auto; }
.time-rail span { flex: 1; padding: 8px 3px; border-radius: 7px; background: #f3f3ef; color: #89858e; font-family: var(--font-mono); font-size: 9px; text-align: center; }
.time-rail .open { background: var(--mint-soft); color: var(--mint-strong); }
.mini-agenda { display: grid; grid-template-columns: 14px 1fr; gap: 7px 10px; align-items: center; margin-top: auto; }
.mini-agenda i { grid-row: span 3; width: 3px; height: 54px; justify-self: center; border-radius: 999px; background: linear-gradient(var(--violet-strong), var(--violet-soft)); }
.mini-agenda span { height: 9px; border-radius: 999px; background: #eeedf2; }
.mini-agenda span:nth-child(3) { width: 75%; }
.mini-agenda span:nth-child(4) { width: 55%; }
.mini-flow { display: flex; align-items: center; gap: 6px; margin-top: auto; }
.mini-flow span { flex: 1; padding: 7px 4px; border-radius: 7px; background: var(--amber-soft); color: #9b6710; font-family: var(--font-mono); font-size: 8.5px; text-align: center; }
.mini-flow b { color: #b2aeb5; font-size: 12px; }

/* Product experiences */
.experience-section { background: var(--paper-2); }
.experience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.experience-card { overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: #fff; box-shadow: 0 18px 50px rgb(34 32 40 / .05); }
.experience-bar { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 18px; border-bottom: 1px solid var(--line); }
.experience-step { color: #9a969e; font-family: var(--font-mono); font-size: 8.5px; text-transform: uppercase; }
.experience-body { min-height: 410px; display: flex; flex-direction: column; padding: 28px; }
.experience-copy h3 { color: var(--ink); font-size: 34px; }
.experience-copy p { margin: 13px 0 24px; color: var(--muted); font-size: 14px; }
.date-picker { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: auto 0 28px; }
.date-picker span { padding: 12px 4px; border: 1px solid var(--line); border-radius: 10px; color: #96929a; font-family: var(--font-mono); font-size: 8px; text-align: center; }
.date-picker b { display: block; margin-top: 4px; color: var(--ink); font-size: 15px; }
.date-picker span.active { border-color: var(--mint-strong); background: var(--mint-soft); color: var(--mint-strong); }
.agenda-preview { margin: auto 0 28px; padding: 12px; border-radius: 12px; background: var(--ink); }
.agenda-preview span { display: grid; grid-template-columns: 54px 8px 1fr; align-items: center; gap: 8px; padding: 8px; border-top: 1px solid #312b50; color: #d8d4e6; font-size: 10px; }
.agenda-preview span:first-child { border-top: 0; }
.agenda-preview b { font-family: var(--font-mono); font-weight: 400; }
.agenda-preview i { width: 7px; height: 7px; border-radius: 50%; background: var(--violet); }
.agenda-preview em { color: #aaa3c7; font-style: normal; }
.experience-body .btn { width: 100%; margin-top: auto; }
.demo-disclaimer { max-width: 650px; margin: 24px auto 0; color: #8e8a92; font-size: 11px; text-align: center; }

/* Journey */
.journey-section { background: #fff; }
.journey { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: step; }
.journey li { position: relative; display: flex; gap: 14px; padding: 23px; border-left: 1px solid var(--line); }
.journey li:first-child { border-left: 0; }
.journey li > span { width: 30px; height: 30px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-family: var(--font-mono); font-size: 10px; }
.journey strong { display: block; color: var(--ink); font-family: var(--font-display); font-size: 19px; }
.journey p { margin: 7px 0 0; color: var(--muted); font-size: 12.5px; }

/* AI section */
.ai-section { border-top: 0; background: var(--ink); color: #f4f1fa; }
.ai-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: clamp(40px, 7vw, 90px); }
.ai-copy h2 { max-width: 620px; color: #f4f1fa; font-size: clamp(36px, 4.7vw, 56px); }
.ai-copy > p { max-width: 560px; margin: 20px 0 0; color: #aaa3c7; }
.chat { overflow: hidden; border: 1px solid var(--dark-line); border-radius: 18px; background: var(--ink-2); box-shadow: 0 30px 80px -45px #000; }
.chat-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 17px; border-bottom: 1px solid #312b50; color: #8079a6; font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; }
.chat-dots { display: flex; gap: 5px; }
.chat-dots i { width: 6px; height: 6px; border-radius: 50%; background: #4a436d; }
.msg { margin: 18px; }
.msg .role { margin-bottom: 6px; color: #8079a6; font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.bubble { width: fit-content; max-width: 86%; padding: 12px 14px; border-radius: 12px; font-size: 13px; line-height: 1.5; }
.msg.user .bubble { background: var(--ink-3); color: #ece9f5; }
.msg.assistant { display: flex; flex-direction: column; align-items: flex-end; }
.msg.assistant .bubble { background: rgb(145 132 236 / .14); color: #d7d0ff; }
.chat-confirm { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 18px; padding: 12px 14px; border: 1px solid rgb(111 211 174 / .32); border-radius: 10px; background: rgb(111 211 174 / .08); font-family: var(--font-mono); font-size: 10px; }
.chat-confirm span { color: #aaa3c7; }
.chat-confirm strong { color: var(--mint); font-weight: 500; }
.devfold { margin-top: 28px; }
.devfold summary { color: #aaa3c7; cursor: pointer; font-family: var(--font-mono); font-size: 11px; }
.devfold summary:hover { color: #f4f1fa; }
.devfold-body { margin-top: 14px; color: #aaa3c7; font-size: 12px; }
.devfold-body p { margin-bottom: 10px; }
.devfold-body code { display: block; overflow-wrap: anywhere; padding: 8px 10px; border-radius: 7px; background: rgb(111 211 174 / .08); color: var(--mint); font-family: var(--font-mono); font-size: 9px; }
.status-badge { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; padding: 5px 10px; border: 1px solid var(--dark-line); border-radius: 999px; color: #aaa3c7; font-family: var(--font-mono); font-size: 9px; }
.status-badge .d { width: 6px; height: 6px; border-radius: 50%; background: #8079a6; }
.status-badge.live { border-color: rgb(111 211 174 / .35); color: #f4f1fa; }
.status-badge.live .d { background: var(--mint); box-shadow: 0 0 0 3px rgb(111 211 174 / .1); }

/* Closing */
.final-cta { padding: 48px 0; background: var(--ink); }
.final-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 48px; border-top: 1px solid var(--dark-line); }
.final-card h2 { color: #f4f1fa; font-size: clamp(34px, 4.7vw, 54px); }
.final-card p:last-child { max-width: 600px; margin: 15px 0 0; color: #aaa3c7; }
.final-card .btn { flex: none; }
.foot { padding: 34px 0 48px; border-top: 1px solid #2d2849; background: var(--ink); color: #8079a6; }
.foot-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.foot .brand { color: #d8d4e6; }
.foot p { max-width: 500px; margin: 0; font-size: 11px; text-align: right; }

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 100;
  max-width: min(90vw, 500px);
  padding: 11px 16px;
  border: 1px solid var(--dark-line);
  border-radius: 10px;
  background: var(--ink-2);
  box-shadow: 0 20px 50px -20px rgb(0 0 0 / .7);
  color: #f4f1fa;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(20px);
  transition: opacity .2s ease, transform .2s ease;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast.err { border-color: rgb(230 167 90 / .5); }

button:focus-visible, a:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgb(19 115 95 / .35); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; margin: -1px; padding: 0; border: 0; clip: rect(0, 0, 0, 0); white-space: nowrap; }

@media (max-width: 1020px) {
  .hero-stage { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .board { width: 100%; }
  .features { grid-template-columns: 1fr 1fr; }
  .feature:last-child { grid-column: 1 / -1; min-height: 290px; }
  .ai-grid { grid-template-columns: 1fr; }
  .chat { max-width: 720px; }
}

@media (max-width: 780px) {
  .nav-links { display: none; }
  .hero { padding-top: 16px; }
  .hero-stage { min-height: auto; padding: 38px 24px 26px; border-radius: 22px; }
  .hero h1 { font-size: clamp(43px, 13vw, 64px); }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .proof-grid div:nth-child(4) { border-top: 1px solid var(--line); }
  .split-head { grid-template-columns: 1fr; gap: 10px; }
  .features, .experience-grid { grid-template-columns: 1fr; }
  .feature:last-child { grid-column: auto; }
  .journey { grid-template-columns: 1fr 1fr; }
  .journey li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .journey li:nth-child(4) { border-top: 1px solid var(--line); }
  .final-card { align-items: flex-start; flex-direction: column; }
  .foot-inner { align-items: flex-start; flex-direction: column; }
  .foot p { text-align: left; }
}

@media (max-width: 520px) {
  .wrap { padding-inline: 15px; }
  .nav-inner { min-height: 64px; }
  .nav-cta { display: none; }
  .language-picker { max-width: 92px; }
  .brand { font-size: 15px; }
  .hero-stage { margin-inline: 0; padding: 32px 16px 18px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .board { padding: 15px; }
  .board-roles { grid-template-columns: 1fr; }
  .board-roles-arrow { justify-self: center; transform: rotate(90deg); }
  .board-head .t, .board-intro > span { display: none; }
  .board-intro { align-items: center; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { border-top: 1px solid var(--line); border-left: 0; }
  .proof-grid div:first-child { border-top: 0; }
  .features { display: block; }
  .feature { min-height: 320px; margin-bottom: 12px; }
  .experience-body { min-height: 380px; padding: 22px; }
  .experience-bar { align-items: flex-start; flex-direction: column; }
  .experience-step { line-height: 1.4; }
  .journey { grid-template-columns: 1fr; }
  .journey li { border-top: 1px solid var(--line); border-left: 0; }
  .journey li:first-child { border-top: 0; }
  .ai-grid { display: block; }
  .chat { margin-top: 36px; }
  .chat-confirm { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
