:root {
  font-family: Inter, "Hiragino Sans", "Yu Gothic", "YuGothic", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #332d29;
  background: #f8f5f2;
  font-synthesis: none;
  --ink: #332d29;
  --muted: #7d736d;
  --line: #e7ddd6;
  --paper: #fffdfb;
  --accent: #a94b48;
  --accent-dark: #773635;
  --soft: #f4eae5;
  --dark: #332c29;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 75% 8%, #f4e8e2 0, transparent 28%), #f8f5f2; color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  width: 100%;
  min-height: 82px;
  padding: 18px max(28px, calc((100vw - var(--max)) / 2));
  background: rgba(248, 245, 242, .88);
  border-bottom: 1px solid rgba(222, 211, 203, .76);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; }
.brand-mark { display: grid; width: 46px; height: 46px; place-items: center; color: #fff; background: var(--accent); border-radius: 14px; font-size: 18px; font-weight: 900; box-shadow: 0 8px 22px rgba(125, 55, 52, .17); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { letter-spacing: .06em; font-size: 20px; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .03em; }
.header-nav { display: flex; gap: 32px; align-items: center; color: #544d48; font-size: 16px; font-weight: 850; }
.header-nav a { position: relative; padding: 10px 0; white-space: nowrap; }
.header-nav a::after { position: absolute; left: 0; right: 100%; bottom: 2px; height: 3px; background: var(--accent); border-radius: 999px; content: ''; transition: right .18s ease; }
.header-nav a:hover { color: var(--accent); }
.header-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; padding: 14px 20px; color: #fff; background: var(--dark); border-radius: 999px; font-size: 14px; font-weight: 900; white-space: nowrap; }

.hero {
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 54px;
  align-items: center;
  width: min(var(--max), calc(100% - 56px));
  min-height: 690px;
  margin: auto;
  padding: 82px 0 72px;
}

.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .17em; }
.hero h1 { margin: 0; font-size: clamp(46px, 5.7vw, 76px); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 span { color: var(--accent); }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: #5f5752; font-size: 20px; line-height: 1.9; font-weight: 520; }
.hero-actions { display: flex; gap: 10px; margin-top: 34px; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 0 28px; border-radius: 14px; font-size: 15px; font-weight: 900; }
.button.primary { color: #fff; background: var(--accent); box-shadow: 0 12px 32px rgba(129, 55, 53, .18); }
.button.ghost { background: rgba(255,255,255,.75); border: 1px solid var(--line); }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.hero-points span { padding: 9px 13px; color: #685f59; background: rgba(255,255,255,.72); border: 1px solid #e6ddd7; border-radius: 999px; font-size: 12px; font-weight: 800; }

.hero-visual { position: relative; min-height: 560px; }
.device { position: absolute; top: 24px; right: 20px; width: min(430px, 88%); padding: 10px; background: #292522; border-radius: 35px; box-shadow: 0 32px 80px rgba(54, 44, 39, .2); transform: rotate(1.2deg); }
.device-top { display: flex; height: 34px; align-items: center; justify-content: space-between; padding: 0 16px; color: #fff; font-size: 10px; }
.device-top span, .device-top i { width: 18px; height: 5px; background: #5d5652; border-radius: 999px; }
.mock-dashboard { min-height: 490px; padding: 26px 22px; background: #f5f1ed; border-radius: 27px; }
.mock-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; }
.mock-heading small { grid-column: 1 / -1; margin-bottom: 5px; color: var(--accent); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.mock-heading b { font-size: 23px; }
.mock-heading span { color: #80766f; font-size: 10px; }
.mock-next { margin-top: 18px; padding: 18px; color: #fff; background: linear-gradient(135deg, #a34845, #7d3937); border-radius: 18px; box-shadow: 0 12px 28px rgba(116, 55, 52, .2); }
.mock-next small { opacity: .72; font-size: 9px; font-weight: 800; }
.mock-next strong { display: block; margin-top: 8px; font-size: 17px; }
.mock-next p { margin: 7px 0 12px; opacity: .84; font-size: 10px; }
.mock-next div { display: flex; gap: 6px; }
.mock-next div span { padding: 5px 7px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.15); border-radius: 7px; font-size: 8px; }
.mock-flow { display: flex; align-items: center; justify-content: space-between; gap: 4px; margin: 17px 0; padding: 10px; background: #ebe5e0; border-radius: 12px; }
.mock-flow span { flex: 1; padding: 7px 5px; text-align: center; color: #8a7e76; background: #f9f6f3; border-radius: 8px; font-size: 7px; font-weight: 800; }
.mock-flow span.done { color: #6c615b; }
.mock-flow span.active { color: #fff; background: var(--accent); }
.mock-flow i { color: #a09690; font-style: normal; }
.mock-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mock-grid div { min-height: 94px; padding: 14px; background: #fff; border: 1px solid #e7dfd9; border-radius: 14px; }
.mock-grid small { display: block; color: #877c75; font-size: 8px; font-weight: 700; }
.mock-grid b { display: inline-block; margin-top: 17px; font-size: 24px; }
.mock-grid span { margin-left: 5px; color: #968b84; font-size: 9px; }
.floating-card { position: absolute; display: grid; gap: 3px; min-width: 180px; padding: 13px 15px; background: rgba(255,255,255,.92); border: 1px solid #eadfd8; border-radius: 14px; box-shadow: 0 18px 40px rgba(64, 50, 42, .12); backdrop-filter: blur(12px); }
.floating-card b { font-size: 11px; }
.floating-card span { color: #8a7f78; font-size: 8px; }
.floating-one { left: 0; top: 118px; transform: rotate(-3deg); }
.floating-two { right: 2px; bottom: 42px; transform: rotate(2deg); }

.section { width: min(var(--max), calc(100% - 56px)); margin: auto; padding: 92px 0; }
.intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; border-top: 1px solid var(--line); }
.intro .section-kicker { grid-column: 1 / -1; margin-bottom: -48px; }
.intro h2, .section-heading h2, .audience h2, .early-access h2 { margin: 0; font-size: clamp(32px, 4.2vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.intro > p:last-child { align-self: end; margin: 0; color: #665d57; font-size: 18px; line-height: 1.95; }

.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: end; margin-bottom: 34px; }
.section-heading > p { margin: 0; color: #69605a; line-height: 1.9; font-size: 16px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.feature-card { min-height: 255px; padding: 26px; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 20px; }
.feature-card.feature-large { grid-column: span 2; background: linear-gradient(135deg, #fffdfa, #f7ece7); }
.feature-card.feature-dark {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 56px minmax(240px, .85fr) 1.35fr;
  gap: 30px;
  align-items: center;
  min-height: 190px;
  color: #fff;
  background: var(--dark);
  border-color: var(--dark);
}
.feature-number { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.feature-dark .feature-number { align-self: start; color: #e8bab6; }
.feature-card.feature-dark h3 { margin: 0; font-size: 24px; }
.feature-card.feature-dark p { max-width: 560px; }
.feature-card h3 { margin: 54px 0 10px; font-size: 20px; letter-spacing: -.025em; }
.feature-card.feature-large h3 { margin-top: 52px; font-size: 28px; }
.feature-card p { margin: 0; color: #786e68; font-size: 12px; line-height: 1.85; }
.feature-dark p { color: #cfc6c0; }
.mini-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.mini-list span { padding: 6px 9px; color: #79534f; background: #fff; border: 1px solid #e8d9d3; border-radius: 8px; font-size: 9px; font-weight: 800; }

.feature-section { padding-bottom: 54px; }
.workflow { overflow: hidden; padding-top: 54px; }
.workflow-track { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 10px; align-items: center; }
.workflow-track article { min-height: 190px; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.workflow-track article b { display: grid; width: 32px; height: 32px; place-items: center; color: #fff; background: var(--accent); border-radius: 50%; font-size: 9px; }
.workflow-track article h3 { margin: 35px 0 8px; font-size: 17px; }
.workflow-track article p { margin: 0; color: #81766f; font-size: 10px; line-height: 1.7; }
.workflow-track > span { color: #b2a7a0; font-size: 22px; }

.audience-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 54px; background: linear-gradient(135deg, #352f2b, #282320); border-radius: 28px; color: #fff; }
.audience-panel .section-kicker { color: #e3b0ac; }
.audience-copy { align-self: end; }
.audience-copy p { margin: 0; color: #d2c8c2; font-size: 13px; line-height: 1.95; }
.audience-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.audience-tags span { padding: 7px 10px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; font-size: 9px; }

.pricing-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 36px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.pricing-label { color: var(--accent); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.pricing-card h3 { margin: 10px 0 8px; font-size: 27px; }
.pricing-card p { margin: 0; color: #706761; font-size: 14px; line-height: 1.8; }
.pricing-card > strong { padding: 12px 18px; color: #755f56; background: #f4ede8; border-radius: 999px; font-size: 11px; }

.faq details { margin-bottom: 8px; padding: 0 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.faq summary { padding: 22px 0; cursor: pointer; font-size: 16px; font-weight: 850; }
.faq details p { margin: -2px 0 22px; color: #706761; font-size: 14px; line-height: 1.9; }

.early-access { margin-top: 48px; margin-bottom: 82px; padding: 70px 56px; text-align: center; color: #fff; background: linear-gradient(145deg, #a74d49, #763533); border-radius: 30px; box-shadow: 0 30px 70px rgba(104, 50, 47, .17); }
.early-access .section-kicker { color: #f1c4c0; }
.early-access p { max-width: 720px; margin: 24px auto 0; color: #f5dfdd; font-size: 16px; line-height: 1.9; }
.status-pill { display: inline-flex; margin-top: 30px; padding: 13px 19px; color: #7d3936; background: #fff; border-radius: 999px; font-size: 13px; font-weight: 900; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; width: min(var(--max), calc(100% - 56px)); margin: auto; padding: 30px 0 48px; border-top: 1px solid var(--line); color: #7e746d; font-size: 12px; }
.footer-brand { color: var(--ink); }
.footer-brand .brand-mark { width: 30px; height: 30px; border-radius: 9px; font-size: 12px; }
.footer-brand .brand-copy strong { font-size: 11px; }
.footer-brand .brand-copy small { font-size: 7px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; padding-inline: 18px; }
  .header-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 62px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 540px; }
  .device { right: 7%; width: min(430px, 82%); }
  .floating-one { left: 3%; }
  .floating-two { right: 3%; }
  .intro, .section-heading, .audience-panel { grid-template-columns: 1fr; gap: 28px; }
  .intro .section-kicker { grid-column: auto; margin-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card.feature-large { grid-column: span 2; }
  .feature-card.feature-dark { grid-template-columns: 44px 1fr; gap: 18px 24px; }
  .feature-card.feature-dark p { grid-column: 2; }
  .workflow-track { grid-template-columns: 1fr 1fr; }
  .workflow-track > span { display: none; }
}

@media (max-width: 620px) {
  .site-header { padding-block: 11px; }
  .brand-copy small { display: none; }
  .header-cta { padding: 9px 12px; font-size: 9px; }
  .hero, .section, .site-footer { width: calc(100% - 30px); }
  .hero { gap: 30px; padding: 48px 0 44px; }
  .hero h1 { font-size: 47px; }
  .hero-lead { font-size: 14px; line-height: 1.8; }
  .hero-actions { display: grid; }
  .hero-visual { min-height: 480px; }
  .device { top: 10px; right: 0; width: 92%; }
  .mock-dashboard { min-height: 430px; padding: 20px 16px; }
  .floating-card { min-width: 155px; padding: 11px 12px; }
  .floating-one { left: 0; top: 84px; }
  .floating-two { right: 0; bottom: 16px; }
  .section { padding: 66px 0; }
  .feature-grid, .workflow-track { grid-template-columns: 1fr; }
  .feature-card.feature-large { grid-column: auto; }
  .feature-card { min-height: 220px; }
  .feature-card.feature-dark {
    display: block;
    min-height: 220px;
  }
  .feature-card.feature-dark h3 { margin: 46px 0 10px; font-size: 20px; }
  .feature-section { padding-bottom: 36px; }
  .workflow { padding-top: 36px; }
  .audience-panel { padding: 32px 25px; }
  .pricing-card { align-items: flex-start; flex-direction: column; }
  .early-access { width: calc(100% - 30px); padding: 52px 24px; border-radius: 22px; }
  .site-footer { grid-template-columns: 1fr; gap: 10px; }
}


/* Story-led NOLSAPO marketing */
.hero-lead strong { color: var(--ink); font-weight: 850; }
.story-section { padding-top: 70px; }
.day-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.day-flow article {
  min-height: 230px;
  padding: 25px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  border-radius: 20px;
}
.day-flow article b {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #fff;
  background: var(--accent);
  border-radius: 50%;
  font-size: 9px;
}
.day-flow article > span {
  margin-left: 10px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 850;
}
.day-flow h3 { margin: 58px 0 10px; font-size: 25px; letter-spacing: -.025em; }
.day-flow p { margin: 0; color: #716760; font-size: 14px; line-height: 1.85; }

.connected-section { padding-top: 48px; padding-bottom: 48px; }
.connected-panel {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 56px;
  align-items: center;
  padding: 52px;
  color: #fff;
  background: var(--dark);
  border-radius: 28px;
}
.connected-panel .section-kicker { color: #e3b0ac; }
.connected-panel h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.connected-panel p { margin: 22px 0 0; color: #ddd4ce; font-size: 16px; line-height: 1.9; }
.connected-track {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  justify-content: center;
}
.connected-track span {
  padding: 16px 20px;
  color: #352f2b;
  background: #fff;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 900;
}
.connected-track i { color: #b7aaa2; font-style: normal; }

.quest-section { padding-top: 58px; }
.quest-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 58px;
  align-items: center;
  padding: 58px;
  background: linear-gradient(135deg, #f7ece7, #fffdfb);
  border: 1px solid #eadbd4;
  border-radius: 28px;
}
.quest-copy h2 { margin: 0; font-size: clamp(36px, 4.4vw, 56px); line-height: 1.05; letter-spacing: -.05em; }
.quest-copy > p:not(.section-kicker) { margin: 24px 0 0; color: #655d57; font-size: 16px; line-height: 1.95; }
.quest-copy strong { color: var(--accent); }
.quest-demo {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 22px 55px rgba(72,54,44,.08);
}
.quest-demo-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 12px;
}
.quest-demo-head span { grid-column: 1 / -1; color: var(--accent); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.quest-demo-head strong { margin-top: 4px; font-size: 22px; }
.quest-demo-head b { display: grid; width: 28px; height: 28px; place-items: center; color: #fff; background: var(--accent); border-radius: 50%; font-size: 9px; }
.quest-demo article {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 12px;
  border-top: 1px solid #eee5df;
}
.quest-demo article small { color: #8b7f77; font-size: 8px; font-weight: 800; }
.quest-demo article div { display: grid; gap: 3px; }
.quest-demo article strong { font-size: 11px; }
.quest-demo article span { color: #8a7d76; font-size: 8px; }
.quest-demo article i { color: #aa9e96; font-style: normal; }
.quest-demo article.urgent small { color: var(--accent); }

.annual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.annual-grid article {
  min-height: 220px;
  padding: 27px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
}
.annual-grid span { color: var(--accent); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.annual-grid h3 { margin: 58px 0 10px; font-size: 23px; }
.annual-grid p { margin: 0; color: #706760; font-size: 14px; line-height: 1.85; }

.community-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.community-card {
  min-height: 330px;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
}
.community-card h3 { margin: 65px 0 12px; font-size: 30px; letter-spacing: -.03em; }
.community-card p { margin: 0; color: #6e645e; font-size: 15px; line-height: 1.9; }
.medical-search-demo {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
  align-items: center;
  margin-top: 25px;
  padding: 13px 15px;
  background: #f7f3f0;
  border: 1px solid #e8dfd9;
  border-radius: 12px;
}
.medical-search-demo span { grid-column: 1 / -1; color: #9a8d85; font-size: 7px; }
.medical-search-demo b { font-size: 10px; }
.medical-search-demo i { color: var(--accent); font-style: normal; }
.level-demo { margin-top: 25px; padding: 15px; background: #f7f3f0; border-radius: 13px; }
.level-demo div { display: flex; justify-content: space-between; gap: 12px; font-size: 10px; }
.level-demo div span { color: var(--accent); font-weight: 900; }
.level-demo > i { display: block; height: 7px; margin: 12px 0 7px; overflow: hidden; background: #e5ddd7; border-radius: 999px; }
.level-demo > i b { display: block; height: 100%; background: var(--accent); border-radius: inherit; }
.level-demo small { color: #8c8078; font-size: 8px; }

.roadmap-panel {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 55px;
  align-items: center;
  padding: 50px;
  color: #fff;
  background: linear-gradient(135deg, #a54a47, #763634);
  border-radius: 28px;
}
.roadmap-panel .section-kicker { color: #f3c9c5; }
.roadmap-panel h2 { margin: 0; font-size: clamp(35px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.roadmap-panel > div:last-child { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.roadmap-panel p { flex-basis: 100%; margin: 0 0 20px; color: #f4dfdd; font-size: 16px; line-height: 1.9; }
.roadmap-panel span { padding: 12px 15px; color: #7d3936; background: #fff; border-radius: 11px; font-size: 12px; font-weight: 900; }
.roadmap-panel i { color: #e8b9b5; font-style: normal; }
.roadmap-panel small { flex-basis: 100%; margin-top: 12px; color: #e6bfbb; font-size: 8px; }

.brand-statement { text-align: center; padding-top: 110px; padding-bottom: 110px; }
.brand-statement h2 { margin: 0; font-size: clamp(42px, 6vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.brand-statement p { max-width: 760px; margin: 28px auto 14px; color: #695f59; font-size: 17px; line-height: 1.9; }
.brand-statement strong { color: var(--accent); font-size: 19px; }

@media (max-width: 900px) {
  .day-flow { grid-template-columns: 1fr 1fr; }
  .connected-panel,
  .quest-panel,
  .roadmap-panel { grid-template-columns: 1fr; gap: 34px; }
  .community-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .day-flow,
  .annual-grid { grid-template-columns: 1fr; }
  .day-flow article { min-height: 210px; }
  .connected-panel,
  .quest-panel,
  .roadmap-panel { padding: 32px 24px; border-radius: 22px; }
  .connected-track { justify-content: flex-start; }
  .connected-track span { padding: 11px 12px; font-size: 9px; }
  .quest-demo article { grid-template-columns: 62px 1fr auto; }
  .community-card { min-height: 290px; padding: 26px; }
  .brand-statement { padding-top: 75px; padding-bottom: 75px; }
}


/* Hero quest statement */
.hero h1 .hero-title-line {
  display: block;
  color: var(--ink);
}
.hero h1 .hero-title-accent {
  color: var(--accent);
}
.hero-lead strong {
  color: var(--ink);
  font-weight: 900;
}
@media (max-width: 620px) {
  .hero h1 .hero-title-line {
    display: block;
  }
}


/* Large, entertainment-brand-style navigation and readable body copy */
@media (min-width: 901px) {
  .site-header { box-shadow: 0 10px 32px rgba(55, 45, 39, .045); }
  .section-heading h2,
  .intro h2,
  .audience h2,
  .early-access h2 { max-width: 720px; }
}

@media (max-width: 900px) {
  .brand-copy strong { font-size: 18px; }
  .header-cta { font-size: 13px; padding: 12px 16px; }
  .section-heading > p { font-size: 15px; }
  .intro > p:last-child { font-size: 16px; }
}

@media (max-width: 620px) {
  .site-header { min-height: 66px; }
  .brand-mark { width: 40px; height: 40px; border-radius: 12px; font-size: 16px; }
  .brand-copy strong { font-size: 17px; }
  .header-cta { font-size: 11px; padding: 10px 12px; }
  .hero h1 { font-size: clamp(43px, 13vw, 58px); line-height: 1.04; }
  .hero-lead { font-size: 16px; line-height: 1.85; }
  .button { min-height: 54px; font-size: 14px; }
  .eyebrow, .section-kicker { font-size: 11px; }
  .section-heading > p,
  .intro > p:last-child,
  .quest-copy > p:not(.section-kicker),
  .connected-panel p,
  .roadmap-panel p,
  .brand-statement p,
  .early-access p { font-size: 15px; }
  .day-flow p,
  .annual-grid p,
  .community-card p,
  .faq details p,
  .pricing-card p { font-size: 14px; }
  .faq summary { font-size: 16px; }
}
