:root {
  --ink: #1b1e2a;
  --ink-deep: #11131c;
  --orange: #ff9f1c;
  --orange-soft: #ffbf68;
  --cream: #f4f0e5;
  --paper: #fffdf8;
  --white: #fff;
  --teal: #36c7be;
  --red: #e84a5f;
  --muted: #565b6e;
  --line: #d9d9de;
  --radius: 24px;
  --shadow: 7px 7px 0 var(--ink);
  --content: 1080px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #252525;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
meter {
  font: inherit;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border: 2px solid var(--white);
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 4px solid var(--teal);
  outline-offset: 4px;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon--stroke,
.icon--stroke use {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon--white {
  color: var(--white);
}

.site-shell {
  width: min(100%, 1240px);
  margin-inline: auto;
  overflow: hidden;
  border-inline: 3px solid var(--ink);
  color: var(--ink);
  background: var(--cream);
}

.launch-bar {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  color: var(--white);
  background: var(--ink);
  text-align: center;
}

.launch-bar strong {
  text-transform: uppercase;
  letter-spacing: .025em;
}

.launch-bar b,
.launch-bar .icon {
  color: var(--orange);
}

.site-header {
  display: flex;
  width: min(calc(100% - 40px), var(--content));
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  text-decoration: none;
}

.brand__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 12px;
  color: var(--ink);
  background: var(--orange);
}

.price-pill,
.outline-pill,
.soft-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.price-pill {
  padding: 8px 15px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  font-weight: 900;
  text-decoration: none;
}

.hero {
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: clamp(30px, 7vw, 92px);
  padding: 76px max(24px, calc((100% - var(--content)) / 2));
  border-block: 3px solid var(--ink);
  background: var(--paper);
}

.hero__copy {
  max-width: 620px;
}

.rating-pill {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 8px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  font-size: .86rem;
  font-weight: 800;
}

.stars {
  color: var(--orange);
  letter-spacing: .05em;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  line-height: 1.04;
  text-wrap: balance;
}

h1 {
  max-width: 660px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 5.6vw, 5.25rem);
  letter-spacing: -.055em;
}

.hero__copy > p {
  max-width: 570px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 3px solid var(--ink);
  border-radius: 15px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform .16s ease, box-shadow .16s ease;
}

.button:hover {
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0 var(--ink);
}

.button--primary {
  background: var(--orange);
}

.button--dark {
  color: var(--white);
  background: var(--ink);
  box-shadow: 5px 5px 0 rgba(27, 30, 42, .25);
}

.button--large {
  display: flex;
  width: 100%;
  min-height: 74px;
  margin-top: 22px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  text-transform: uppercase;
}

.hero__copy .microcopy {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: .85rem;
  font-weight: 700;
}

.phone-wrap {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
}

.phone-wrap::before {
  position: absolute;
  width: 110%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--orange);
  content: "";
}

.phone {
  position: relative;
  z-index: 1;
  width: min(100%, 385px);
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 42px;
  background: var(--paper);
  box-shadow: 11px 11px 0 var(--ink);
  transform: rotate(1.5deg);
}

.app-topbar,
.shot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.app-topbar {
  padding: 21px 20px 15px;
  border-bottom: 1px solid var(--line);
}

.app-profile,
.shot-title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.app-profile div,
.shot-title span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.app-profile small,
.shot-title small,
.today-card small,
.clinic-card small,
.pattern-card > small,
.attention-card > span,
.next-dose > small,
.finance-summary > small,
.lesson-card small {
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.app-profile strong,
.shot-title b {
  overflow: hidden;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-icon,
.avatar {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid var(--ink);
  font-weight: 900;
}

.app-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.app-icon .icon {
  width: 24px;
  height: 24px;
}

.app-icon--orange { background: var(--orange); }
.app-icon--teal { background: var(--teal); }
.app-icon--red { color: var(--ink-deep); background: var(--red); }
.app-icon--red .icon { color: var(--ink-deep); }

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.phone__body {
  padding: 20px;
}

.today-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 21px;
  border: 3px solid var(--ink);
  border-radius: 19px;
  background: var(--orange);
  box-shadow: 5px 5px 0 var(--ink);
}

.today-card > div:first-child {
  display: flex;
  flex-direction: column;
}

.today-card > div > strong {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.55rem;
  line-height: 1.02;
}

.score {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 3px solid var(--ink);
  border-radius: 14px;
  background: var(--white);
  font-weight: 900;
}

.today-stats {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.today-stats > div {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 2px solid var(--ink);
  border-radius: 11px;
  background: var(--white);
  line-height: 1.15;
}

.today-stats small,
.care-row small,
.quick-action small {
  color: var(--muted);
  font-size: .68rem;
}

.app-subtitle {
  margin: 21px 0 9px;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
}

.care-list {
  display: grid;
  gap: 9px;
}

.care-row {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 9px;
  border: 2px solid var(--ink);
  border-radius: 13px;
  background: var(--white);
}

.care-row > span:nth-child(2),
.quick-action > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.date-chip {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 10px;
  font-size: .78rem;
  font-weight: 900;
}

.date-chip--orange { background: var(--orange); }
.date-chip--teal { background: var(--teal); }

.quick-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 13px;
}

.quick-action {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px;
  border: 2px solid var(--ink);
  border-radius: 13px;
  background: var(--white);
}

.quick-action--dark {
  color: var(--white);
  background: var(--ink);
}

.quick-action--dark small { color: #b7b9c3; }

.quick-action__icon {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border-radius: 9px;
  color: var(--ink-deep);
  background: var(--orange);
  font-size: .78rem;
  font-weight: 900;
}

.quick-action__icon .icon {
  width: 16px;
  height: 16px;
}

.quick-action__icon--teal {
  color: var(--ink);
  background: var(--teal);
}

.quick-action__icon--orange {
  color: var(--ink-deep);
  background: var(--orange);
}

.app-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 13px 12px 18px;
  border-top: 1px solid var(--line);
  color: #888b97;
  font-size: .64rem;
  font-weight: 900;
  text-align: center;
}

.app-nav span {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}

.app-nav i {
  display: block;
  width: 22px;
  height: 22px;
  border: 3px solid currentColor;
  border-radius: 7px;
}

.app-nav .is-active { color: var(--orange); }
.app-nav .is-active i { border-color: var(--ink); background: var(--orange); }

.how-it-works {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
  padding: clamp(76px, 9vw, 112px) 0;
}

.how-it-works__header {
  max-width: 760px;
  margin-bottom: 34px;
}

.how-it-works__header h2 {
  margin: 18px 0 14px;
  font-size: clamp(2.35rem, 4.4vw, 4.15rem);
  letter-spacing: -.045em;
}

.how-it-works__header p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-card {
  position: relative;
  min-width: 0;
  padding: 28px;
  border: 3px solid var(--ink);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 6px 6px 0 var(--ink);
}

.step-card__number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: var(--orange);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.step-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

.step-card p {
  margin: 0;
  color: var(--muted);
}

.features {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}

.feature {
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(38px, 7vw, 94px);
  padding: clamp(78px, 10vw, 126px) 0;
  border-bottom: 2px solid rgba(27, 30, 42, .16);
}

.feature--reverse {
  grid-template-columns: minmax(0, 1.22fr) minmax(260px, .78fr);
}

.feature--reverse .feature__copy { order: 2; }
.feature--reverse .product-shot { order: 1; }

.feature__copy {
  align-self: start;
  padding-top: 18px;
}

.feature__copy h2,
.testimonials h2,
.faq h2,
.offer h2 {
  margin: 18px 0 16px;
  font-size: clamp(2.35rem, 4.4vw, 4.15rem);
  letter-spacing: -.045em;
}

.feature__copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 10px;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eyebrow--orange { background: var(--orange); }
.eyebrow--red { color: var(--ink-deep); background: var(--red); }
.eyebrow--teal { color: var(--ink); background: var(--teal); }
.eyebrow--dark { color: var(--orange); background: var(--ink); }

.product-shot {
  min-width: 0;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.shot-header {
  min-height: 86px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
}

.shot-header--dark {
  color: var(--white);
  background: var(--ink);
  border-bottom-color: #3d4050;
}

.shot-header--dark .shot-title small { color: var(--orange); }

.outline-pill,
.soft-pill {
  padding: 7px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 900;
}

.outline-pill { background: var(--cream); }
.outline-pill--dark { color: var(--white); background: transparent; border-color: var(--white); text-transform: uppercase; }
.soft-pill--teal { color: #148d86; border-color: var(--teal); background: #e4faf8; }
.soft-pill--red { color: #d52f4a; border-color: var(--red); background: #fff1f3; text-transform: uppercase; }
.soft-pill--orange { background: #fff3df; border-color: var(--orange); }

.shot-body {
  padding: 21px;
  background: #fafafa;
}

.shot-section-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.shot-section-title small {
  color: #8d909d;
  font-weight: 800;
}

.vaccine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.vaccine-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
  padding: 16px 12px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: var(--white);
}

.vaccine-card small { color: #858995; font-size: .68rem; }

.date-label {
  align-self: flex-start;
  margin-bottom: 3px;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: .68rem;
  font-weight: 900;
}

.date-label--orange { background: var(--orange); }
.date-label--teal { background: var(--teal); }
.date-label--dark { color: var(--white); background: var(--ink); }

.sos-shot { color: var(--white); background: var(--ink); }

.sos-content {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 20px;
  padding: 22px;
}

.sos-options > b { display: block; margin-bottom: 11px; }

.sos-options > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.sos-options > div span {
  padding: 9px 12px;
  border-radius: 9px;
  color: var(--ink);
  background: var(--white);
  font-size: .8rem;
  font-weight: 800;
}

.sos-options > small {
  display: block;
  margin-top: 12px;
  color: #b7b9c4;
  font-size: .68rem;
}

.clinic-card {
  display: flex;
  flex-direction: column;
  padding: 18px;
  border-radius: 17px;
  color: var(--ink);
  background: var(--cream);
}

.clinic-card small { color: var(--red); }
.clinic-card b { margin: 5px 0 2px; font-size: 1.1rem; }
.clinic-card span { color: var(--muted); font-size: .75rem; }

.clinic-card button,
.chat-actions button,
.finance-summary button {
  min-height: 41px;
  border: 2px solid var(--ink);
  border-radius: 10px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.clinic-card button {
  margin-top: auto;
  color: var(--ink);
  background: var(--orange);
}

.status-dot {
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--teal);
}

.assistant-content {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(175px, .7fr);
  gap: 16px;
  padding: 18px;
  background: #f8f8f8;
}

.chat-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.message {
  margin: 0;
  padding: 12px 15px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  font-size: .8rem;
  font-weight: 700;
}

.message--user {
  width: 82%;
  align-self: flex-end;
  border-color: var(--ink);
  border-bottom-right-radius: 2px;
  color: var(--white);
  background: var(--ink);
}

.chat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chat-actions button {
  padding-inline: 13px;
  background: var(--white);
  font-size: .68rem;
}

.chat-actions button:first-child { background: var(--teal); }

.attention-card {
  display: flex;
  flex-direction: column;
  padding: 14px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: var(--white);
}

.attention-card > span {
  padding: 7px 9px;
  border-radius: 8px;
  background: var(--orange);
  line-height: 1.2;
}

.attention-card > b { margin-top: 9px; }
.attention-card ul { margin: 5px 0 15px; padding-left: 17px; color: var(--muted); font-size: .75rem; }
.attention-card > small { margin-top: auto; color: #999ca7; font-size: .63rem; }

.radar-content,
.training-content,
.medication-content,
.finance-content {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 17px;
  padding: 20px;
  background: #f8f8f8;
}

.checkin-panel,
.pattern-card,
.lesson-card,
.trail-card,
.next-dose,
.finance-summary {
  border: 2px solid var(--ink);
  border-radius: 15px;
  background: var(--white);
}

.checkin-panel { padding: 16px; }
.checkin-panel > b { display: block; margin-bottom: 12px; }

.checkin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.checkin-grid > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 11px 4px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.checkin-grid b { margin-top: 6px; font-size: .63rem; }
.checkin-grid small { color: var(--muted); font-size: .65rem; }

.mood-face,
.solid-dot {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--orange);
}

.mood-face::after {
  display: block;
  width: 12px;
  height: 6px;
  margin: 10px auto 0;
  border-bottom: 2px solid var(--ink);
  border-radius: 50%;
  content: "";
}

.solid-dot { background: var(--teal); }

.mini-chart {
  display: flex;
  height: 30px;
  align-items: end;
  gap: 3px;
}

.mini-chart span { display: block; width: 6px; border-radius: 3px; background: var(--red); }
.mini-chart span:nth-child(1) { height: 45%; }
.mini-chart span:nth-child(2) { height: 70%; }
.mini-chart span:nth-child(3) { height: 100%; }

.pattern-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.pattern-card > small { color: #1d9992; }
.pattern-card > b { margin: 7px 0; font-size: 1rem; }
.pattern-card > span { color: var(--muted); font-size: .73rem; }
.pattern-card > i,
.lesson-card > i,
.finance-summary > i {
  display: block;
  height: 7px;
  margin-top: auto;
  overflow: hidden;
  border-radius: 999px;
  background: #e5e5e8;
}

.pattern-card > i span { display: block; width: 92%; height: 100%; background: var(--teal); }

.shot-counter {
  padding: 8px 11px;
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: var(--orange);
  font-size: .78rem;
}

.lesson-card {
  overflow: hidden;
  padding: 16px;
  color: var(--white);
  background: var(--ink);
}

.lesson-card > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lesson-card > div:first-child span {
  padding: 4px 7px;
  border-radius: 6px;
  color: var(--ink);
  background: var(--orange);
  font-size: .6rem;
  font-weight: 900;
}

.lesson-card > div:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 19px 0;
}

.lesson-card button {
  display: grid;
  width: 51px;
  height: 51px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid var(--white);
  border-radius: 50%;
  color: var(--ink);
  background: var(--orange);
  cursor: pointer;
}

.lesson-card button .icon { width: 22px; height: 22px; }
.lesson-card > i { background: #444755; }
.lesson-card > i span { display: block; width: 42%; height: 100%; background: var(--orange); }

.trail-card {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 16px;
}

.trail-card > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .77rem;
  font-weight: 800;
}

.trail-card i {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  font-style: normal;
}

.trail-card i.is-pending { border: 2px solid #aaaeba; background: transparent; }
.trail-card small { margin-top: auto; color: var(--muted); }

.medication-content { grid-template-columns: 1.35fr .65fr; }

.dose-list > b { display: block; margin-bottom: 9px; }

.dose-list > div {
  display: grid;
  grid-template-columns: 64px 1fr 25px;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
  padding: 10px 11px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  font-size: .78rem;
  font-weight: 800;
}

.dose-list time { color: var(--muted); font-weight: 900; }
.dose-list time::after { margin-left: 8px; color: #b9bbc4; content: "|"; }
.dose-list i { display: grid; width: 23px; height: 23px; place-items: center; border: 2px solid #969aa7; border-radius: 50%; font-style: normal; }
.dose-list .dose-check { border: 0; background: var(--teal); }
.dose-list .is-next { border-color: var(--red); background: #fff8f9; }
.dose-list .is-next time { color: var(--red); }
.dose-list .is-next i { border-color: var(--red); }

.next-dose {
  display: flex;
  flex-direction: column;
  padding: 17px;
  color: var(--white);
  background: var(--ink);
}

.next-dose > small { color: #ff8293; }
.next-dose strong { margin-top: 7px; font-family: "Bricolage Grotesque", sans-serif; font-size: 2.4rem; line-height: 1; }
.next-dose > b { font-size: .78rem; }
.next-dose > span { display: flex; min-height: 48px; align-items: center; justify-content: center; gap: 7px; margin-top: auto; padding: 8px; border-radius: 10px; color: var(--ink-deep); background: var(--red); font-size: .72rem; font-weight: 900; text-align: center; text-transform: uppercase; }

.finance-content { grid-template-columns: 1.25fr .75fr; }

.category-list > b { display: block; margin-bottom: 10px; }

.category-list > div {
  display: grid;
  grid-template-columns: 9px minmax(80px, 1fr) minmax(70px, 1.2fr) auto;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
  font-size: .72rem;
}

.category-list > div > i { width: 8px; height: 8px; border-radius: 50%; }
.c-orange { background: var(--orange); }
.c-red { background: var(--red); }
.c-teal { background: var(--teal); }
.c-dark { background: var(--ink); }

meter {
  width: 100%;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #e4e5e9;
}

meter::-webkit-meter-bar { border: 0; border-radius: 999px; background: #e4e5e9; }
meter::-webkit-meter-optimum-value { border-radius: 999px; background: var(--orange); }
meter::-moz-meter-bar { border-radius: 999px; background: var(--orange); }

.category-list > div:nth-child(3) meter::-webkit-meter-optimum-value { background: var(--red); }
.category-list > div:nth-child(4) meter::-webkit-meter-optimum-value { background: var(--teal); }
.category-list > div:nth-child(5) meter::-webkit-meter-optimum-value { background: var(--ink); }

.finance-summary {
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.finance-summary > strong { font-family: "Bricolage Grotesque", sans-serif; font-size: 1.65rem; }
.finance-summary > b { align-self: flex-start; margin: 5px 0 16px; padding: 4px 7px; border-radius: 6px; color: #158b70; background: #e5faf4; font-size: .67rem; }
.finance-summary > div { display: flex; justify-content: space-between; font-size: .63rem; font-weight: 900; }
.finance-summary > i { min-height: 7px; margin-top: 6px; }
.finance-summary > i span { display: block; width: 86%; height: 100%; background: var(--orange); }
.finance-summary p { margin: 5px 0 12px; color: var(--muted); font-size: .63rem; }
.finance-summary button { margin-top: auto; background: var(--white); font-size: .63rem; }

.testimonials,
.faq {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
  padding: clamp(80px, 10vw, 120px) 0;
}

.testimonials h2,
.faq h2 {
  margin-top: 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.testimonial-card {
  margin: 0;
  padding: clamp(25px, 4vw, 42px);
  border: 3px solid var(--ink);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.testimonial-card .stars { font-size: 1.55rem; }
.testimonial-card blockquote { margin: 20px 0 18px; font-size: clamp(1.05rem, 1.8vw, 1.3rem); font-weight: 700; }
.testimonial-card figcaption { font-weight: 900; }

.offer {
  padding: clamp(76px, 10vw, 120px) 24px;
  border-block: 3px solid var(--ink);
  background: var(--orange);
}

.offer__inner {
  width: min(100%, 850px);
  margin-inline: auto;
}

.offer h2 {
  max-width: 780px;
}

.value-card,
.guarantee-card {
  border: 3px solid var(--ink);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.value-card {
  padding: clamp(25px, 5vw, 48px);
}

.value-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0 0 25px;
  border-bottom: 3px dashed var(--ink);
  list-style: none;
}

.value-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-weight: 800;
}

.value-list s {
  flex: 0 0 auto;
  color: #969283;
}

.price-block { padding-top: 24px; }
.price-block > small { font-weight: 900; }
.price-block > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.price-block strong { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(3.9rem, 9vw, 6.2rem); line-height: 1; letter-spacing: -.055em; }
.price-block > div span { padding: 9px 15px; border: 3px solid var(--ink); border-radius: 999px; background: var(--teal); font-weight: 900; }
.price-block p { margin: 10px 0 0; font-weight: 800; }

.guarantee-card {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  padding: 22px 26px;
}

.guarantee-card__icon {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 16px;
  color: var(--red);
  background: #fff0f2;
}

.guarantee-card__icon .icon { width: 34px; height: 34px; }
.guarantee-card p { margin: 0; }

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 16px;
  background: var(--white);
}

.faq-item h3 { margin: 0; }

.faq-item button {
  display: flex;
  width: 100%;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.13rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-item button span {
  font-size: 1.8rem;
  line-height: 1;
}

.faq-answer { padding: 0 20px 20px; color: var(--muted); }
.faq-answer p { margin: 0; }

.site-footer {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 50px 24px 110px;
  border-top: 3px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  text-align: center;
}

.brand--footer { color: var(--orange); }
.brand--footer .icon { width: 30px; height: 30px; }
.site-footer p { margin: 8px 0 0; font-weight: 800; }
.site-footer small { color: #b9bbc5; }

.mobile-sticky-cta {
  position: fixed;
  z-index: 90;
  right: 16px;
  bottom: max(14px, env(safe-area-inset-bottom));
  left: 16px;
  display: none;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--ink);
  border-radius: 14px;
  background: var(--orange);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 5px 5px 0 var(--ink);
  transition: opacity .2s ease, transform .2s ease;
}

.mobile-sticky-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px);
}

.toast {
  position: fixed;
  z-index: 110;
  right: 24px;
  bottom: 24px;
  max-width: 360px;
  padding: 14px 18px;
  border: 2px solid var(--white);
  border-radius: 12px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, .3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity .2s ease, transform .2s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 899px) {
  body { background: var(--cream); }
  .site-shell { border-inline: 0; }

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

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 66px 24px 82px;
    text-align: center;
  }

  .hero__copy,
  .hero__copy > p { margin-inline: auto; }
  .phone-wrap { width: min(90%, 420px); margin-inline: auto; }

  .feature,
  .feature--reverse {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 82px 0;
  }

  .feature--reverse .feature__copy,
  .feature--reverse .product-shot { order: initial; }
  .feature__copy { max-width: 680px; padding-top: 0; }

  .mobile-sticky-cta { display: flex; }
  .toast { right: 16px; bottom: 86px; left: 16px; max-width: none; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }

  .launch-bar {
    min-height: 46px;
    gap: 5px;
    padding-inline: 10px;
    font-size: .69rem;
  }

  .launch-bar span[aria-hidden] { display: none; }
  .site-header { width: calc(100% - 36px); min-height: 66px; }
  .brand { font-size: 1.12rem; }
  .brand__mark { width: 32px; height: 32px; }
  .price-pill { padding: 5px 10px; font-size: .78rem; }

  h1 { font-size: clamp(2.4rem, 11.5vw, 3.1rem); }
  .hero { gap: 50px; padding: 46px 22px 62px; }
  .hero__copy > p { font-size: 1rem; }
  .rating-pill { margin-bottom: 18px; padding: 7px 12px; justify-content: center; font-size: .7rem; }
  .hero .button { width: 100%; }
  .hero .button { min-height: 54px; font-size: 1rem; }
  .hero__copy .microcopy { margin-top: 14px; font-size: .76rem; }
  .phone-wrap { width: min(92%, 330px); }
  .phone { width: 100%; border-radius: 32px; box-shadow: 6px 6px 0 var(--ink); transform: none; }
  .app-profile strong { font-size: 1.08rem; }
  .today-card > div > strong { font-size: 1.38rem; }

  .features,
  .testimonials,
  .faq { width: calc(100% - 42px); }

  .feature { gap: 30px; padding: 60px 0; }
  .feature__copy h2,
  .testimonials h2,
  .faq h2,
  .offer h2 { margin-block: 14px 12px; font-size: clamp(2.1rem, 9vw, 2.6rem); }
  .feature__copy p { font-size: 1rem; }
  .eyebrow { padding: 6px 13px; font-size: .72rem; }

  .product-shot { width: 94%; margin-inline: auto; border-radius: 19px; font-size: .92rem; box-shadow: 5px 5px 0 var(--ink); }
  .shot-header { min-height: 72px; padding: 11px 13px; gap: 8px; }
  .shot-title { gap: 8px; }
  .shot-title b { font-size: .92rem; }
  .shot-title small { font-size: .51rem; }
  .app-icon { width: 38px; height: 38px; border-radius: 11px; }
  .app-icon .icon { width: 18px; height: 18px; }
  .outline-pill,
  .soft-pill { padding: 5px 8px; font-size: .57rem; }

  .vaccine-grid { grid-template-columns: 1fr; }
  .vaccine-card { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 10px; }
  .vaccine-card .date-label { grid-row: 1 / 3; margin: 0; }

  .sos-content,
  .assistant-content,
  .radar-content,
  .training-content,
  .medication-content,
  .finance-content { grid-template-columns: 1fr; padding: 14px; }

  .clinic-card button { margin-top: 18px; }
  .attention-card > small { margin-top: 12px; }
  .pattern-card > i { margin-top: 18px; }
  .next-dose > span { margin-top: 18px; }

  .category-list > div { grid-template-columns: 9px minmax(85px, 1fr) auto; }
  .category-list meter { grid-column: 2 / -1; }

  .testimonial-grid { grid-template-columns: 1fr; gap: 22px; }
  .testimonial-card { padding: 24px; font-size: .94rem; box-shadow: 5px 5px 0 var(--ink); }
  .testimonial-card .stars { font-size: 1.32rem; }
  .testimonial-card blockquote { margin-block: 15px; font-size: 1rem; }
  .offer { padding: 60px 21px; }
  .value-card { box-shadow: 5px 5px 0 var(--ink); }
  .value-list li { align-items: start; font-size: .84rem; }
  .price-block > div { align-items: flex-start; flex-direction: column; gap: 10px; }
  .price-block strong { font-size: clamp(3.3rem, 17vw, 4.6rem); }
  .price-block > div span { align-self: flex-start; }
  .guarantee-card { align-items: flex-start; padding: 20px; box-shadow: 5px 5px 0 var(--ink); }
  .button--large { min-height: 64px; font-size: 1.08rem; }
  .faq-item button { min-height: 62px; font-size: 1rem; }
}

@media (max-width: 380px) {
  .launch-bar { font-size: .68rem; }
  .launch-bar .icon { display: none; }
  .phone__body { padding: 14px; }
  .app-topbar { padding-inline: 14px; }
  .today-card { padding: 16px; }
  .today-card > div > strong { font-size: 1.3rem; }
  .today-stats { grid-template-columns: 1fr; }
  .quick-actions { grid-template-columns: 1fr; }
  .checkin-grid { grid-template-columns: 1fr; }
  .checkin-grid > div { display: grid; grid-template-columns: 36px 1fr; text-align: left; }
  .checkin-grid > div i { grid-row: 1 / 3; }
  .checkin-grid b { margin-top: 0; }
  .shot-title b { max-width: 150px; }
}

/* Mobile: escala visual do artboard com fluxo responsivo para textos e mockups. */
@media (max-width: 620px) {
  body {
    color: #1b1e2a;
    background: #fff;
    font-size: 15.5px;
    line-height: 22px;
  }

  .site-shell {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    overflow: hidden;
    border-inline: 0;
    background: #fff;
  }

  .launch-bar {
    width: 100%;
    height: 62px;
    min-height: 62px;
    gap: 5px;
    padding: 0 14px;
    border-bottom: 4px solid #ff9f1c;
    border-radius: 0;
    font-size: 10.5px;
    line-height: 14px;
  }

  .launch-bar .icon {
    display: block;
    width: 16px;
    height: 16px;
  }

  .launch-bar span[aria-hidden] { display: inline; }
  .launch-bar strong,
  .launch-bar b,
  .launch-bar span:last-child { white-space: nowrap; }
  .site-header { display: none; }

  .hero {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 0;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    padding: 26px 20px 34px;
    border-top: 0;
    border-bottom: 3px solid #1a1d2a;
    background: #fff;
    text-align: center;
  }

  .hero__copy {
    width: 344px;
    max-width: 100%;
    margin: 0;
  }

  .rating-pill {
    min-height: 29px;
    margin: 0;
    padding: 5px 12px;
    border-width: 2px;
    font-size: 12.5px;
    line-height: 15px;
  }

  h1,
  .hero h1 {
    width: 344px;
    max-width: 100%;
    margin: 14px 0 10px;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -.015em;
  }

  .hero__copy > p:not(.microcopy) {
    margin: 0;
    color: #3a3e50;
    font-size: 15.5px;
    font-weight: 600;
    line-height: 23px;
  }

  .hero .button {
    width: 100%;
    min-height: 56px;
    margin-top: 16px;
    padding: 13px 16px;
    border-radius: 14px;
    font-size: 18px;
    line-height: 24px;
    box-shadow: 4px 4px 0 #1a1d2a;
  }

  .hero__copy .microcopy {
    margin: 8px 0 0;
    color: #6b6f80;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 16px;
  }

  .phone-wrap {
    width: 226px;
    height: 476px;
    min-height: 476px;
    margin: 0 auto;
    place-items: start;
  }

  .phone-wrap::before { display: none; }

  .phone {
    width: 318px;
    height: 670px;
    border-radius: 31px;
    box-shadow: 8px 8px 0 #ff9f1c;
    transform: scale(.7107);
    transform-origin: top left;
  }

  .phone__body { padding: 20px 20px 12px; }
  .app-topbar { padding: 18px 20px 12px; }
  .app-nav { padding: 9px 12px 4px; }
  .app-profile strong { font-size: 1.2rem; }
  .today-card { padding: 21px; }
  .today-card > div > strong { font-size: 1.55rem; }
  .today-stats { grid-template-columns: 1fr 1fr; }
  .quick-actions { grid-template-columns: 1fr 1fr; }

  .how-it-works {
    width: 100%;
    margin: 0;
    padding: 34px 20px;
    background: #f4f0e5;
  }

  .how-it-works__header,
  .steps-grid {
    width: 344px;
    max-width: 100%;
    margin-inline: auto;
  }

  .how-it-works__header { margin-bottom: 20px; }
  .how-it-works__header h2 { margin: 8px 0; font-size: 28px; line-height: 32px; letter-spacing: -.01em; }
  .how-it-works__header p { font-size: 15.5px; line-height: 22px; }
  .steps-grid { gap: 14px; }
  .step-card { padding: 18px; border-radius: 14px; box-shadow: 5px 5px 0 #1b1e2a; }
  .step-card__number { width: 34px; height: 34px; margin-bottom: 12px; border-radius: 9px; font-size: 16px; }
  .step-card h3 { margin-bottom: 6px; font-size: 20px; line-height: 23px; }
  .step-card p { font-size: 14px; line-height: 20px; }

  .features {
    width: 100%;
    margin: 0;
  }

  .feature,
  .feature--reverse {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    padding: 30px 20px;
    border-bottom: 0;
    background: #f4f0e5;
  }

  .feature--reverse .feature__copy,
  .feature--reverse .product-shot {
    order: initial;
  }

  .feature__copy {
    display: flex;
    width: 344px;
    max-width: 100%;
    align-items: flex-start;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 6px;
    padding: 0;
  }

  .eyebrow {
    min-height: 24px;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 11.5px;
    font-weight: 800;
    line-height: 14px;
    letter-spacing: .14em;
  }

  .feature__copy h2,
  .testimonials h2,
  .faq h2,
  .offer h2 {
    margin: 0;
    font-size: 26px;
    line-height: 29px;
    letter-spacing: -.01em;
  }

  .feature__copy p {
    margin: 0;
    color: #3a3e50;
    font-size: 15.5px;
    font-weight: 600;
    line-height: 22px;
  }

  .product-shot {
    width: 344px;
    max-width: 100%;
    height: auto;
    min-height: 190px;
    margin: 0;
    overflow: hidden;
    border: 3px solid #1b1e2a;
    border-radius: 14px;
    box-shadow: none;
    font-size: 10px;
  }

  .feature .product-shot { margin-top: 0; transform: none; }
  .feature:nth-child(7) .product-shot { min-height: 220px; }

  .shot-header {
    width: 100%;
    height: 50px;
    min-height: 50px;
    gap: 8px;
    padding: 8px 10px;
  }

  .shot-title { gap: 8px; }
  .shot-title b { max-width: none; font-size: 14px; line-height: 16px; }
  .shot-title small { font-size: 8px; line-height: 10px; }
  .app-icon { width: 32px; height: 32px; border-width: 2px; border-radius: 9px; font-size: 10px; }
  .app-icon .icon { width: 16px; height: 16px; }
  .outline-pill,
  .soft-pill { padding: 4px 8px; border-width: 2px; font-size: 8px; line-height: 11px; }
  .shot-counter { padding: 5px 7px; font-size: 8px; }

  .shot-body {
    height: auto;
    min-height: 134px;
    padding: 10px;
  }

  .shot-section-title { margin-bottom: 8px; font-size: 10px; line-height: 12px; }
  .shot-section-title small { font-size: 8px; }
  .vaccine-grid { grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .vaccine-card {
    display: flex;
    min-height: 74px;
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding: 7px 6px;
    border-radius: 9px;
    font-size: 9px;
    line-height: 11px;
  }
  .vaccine-card .date-label { grid-row: auto; margin: 0 0 2px; }
  .vaccine-card small { font-size: 7px; line-height: 9px; }
  .date-label { padding: 4px 6px; border-radius: 5px; font-size: 7px; line-height: 9px; }

  .sos-content,
  .assistant-content,
  .radar-content,
  .training-content,
  .medication-content,
  .finance-content {
    height: auto;
    min-height: 134px;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, .9fr);
    gap: 9px;
    padding: 9px 10px;
  }

  .sos-options > b { margin-bottom: 6px; font-size: 11px; line-height: 13px; }
  .sos-options > div { gap: 5px; }
  .sos-options > div span { padding: 5px 6px; border-radius: 6px; font-size: 8px; line-height: 10px; }
  .sos-options > small { margin-top: 6px; font-size: 7px; line-height: 9px; }
  .clinic-card { padding: 10px; border-radius: 10px; }
  .clinic-card small { font-size: 7px; line-height: 9px; }
  .clinic-card b { margin: 3px 0 1px; font-size: 11px; line-height: 13px; }
  .clinic-card span { font-size: 7px; line-height: 9px; }
  .clinic-card button { min-height: 29px; margin-top: auto; border-radius: 7px; font-size: 8px; }

  .assistant-content { grid-template-columns: minmax(0, 1.65fr) minmax(0, .82fr); }
  .chat-area { gap: 5px; }
  .message { padding: 6px 8px; border-radius: 8px; font-size: 8px; line-height: 10px; }
  .chat-actions { gap: 5px; }
  .chat-actions button { min-height: 26px; padding-inline: 7px; border-radius: 7px; font-size: 7px; line-height: 8px; }
  .attention-card { padding: 8px; border-radius: 8px; }
  .attention-card > span { padding: 4px 5px; font-size: 7px; line-height: 8px; }
  .attention-card > b { margin-top: 5px; font-size: 10px; line-height: 12px; }
  .attention-card ul { margin: 3px 0 5px; padding-left: 10px; font-size: 7px; line-height: 10px; }
  .attention-card > small { margin-top: auto; font-size: 6px; line-height: 8px; }

  .checkin-panel,
  .pattern-card,
  .lesson-card,
  .trail-card,
  .next-dose,
  .finance-summary { border-radius: 9px; }
  .checkin-panel { padding: 9px; }
  .checkin-panel > b { margin-bottom: 6px; font-size: 10px; }
  .checkin-grid { grid-template-columns: repeat(3, 1fr); gap: 4px; }
  .checkin-grid > div { display: flex; padding: 6px 2px; border-radius: 6px; text-align: center; }
  .checkin-grid > div i { grid-row: auto; }
  .checkin-grid b { margin-top: 3px; font-size: 6px; line-height: 8px; }
  .checkin-grid small { font-size: 6px; line-height: 8px; }
  .mood-face,
  .solid-dot { width: 20px; height: 20px; }
  .mood-face::after { width: 8px; height: 4px; margin-top: 6px; }
  .mini-chart { height: 20px; }
  .mini-chart span { width: 4px; }
  .pattern-card { padding: 9px; }
  .pattern-card > small { font-size: 7px; line-height: 9px; }
  .pattern-card > b { margin: 4px 0; font-size: 10px; line-height: 12px; }
  .pattern-card > span { font-size: 7px; line-height: 9px; }
  .pattern-card > i { margin-top: auto; }

  .lesson-card,
  .trail-card { padding: 9px; }
  .lesson-card > div:nth-child(2) { gap: 7px; margin: 8px 0; }
  .lesson-card button { width: 34px; height: 34px; }
  .lesson-card button .icon { width: 14px; height: 14px; }
  .lesson-card b { font-size: 9px; line-height: 11px; }
  .lesson-card small { font-size: 6px; line-height: 8px; }
  .lesson-card > div:first-child span { padding: 2px 4px; font-size: 6px; }
  .trail-card { gap: 5px; }
  .trail-card > b { font-size: 10px; }
  .trail-card > span { gap: 5px; font-size: 7px; line-height: 9px; }
  .trail-card i { width: 15px; height: 15px; }
  .trail-card small { font-size: 7px; line-height: 9px; }

  .medication-content { grid-template-columns: minmax(0, 1.45fr) minmax(0, .72fr); }
  .dose-list > b { margin-bottom: 4px; font-size: 11px; }
  .dose-list > div { grid-template-columns: 42px 1fr 17px; gap: 5px; margin-top: 4px; padding: 5px 6px; border-radius: 6px; font-size: 8px; line-height: 10px; }
  .dose-list time::after { margin-left: 4px; }
  .dose-list i { width: 16px; height: 16px; }
  .next-dose { padding: 10px; }
  .next-dose > small { font-size: 7px; line-height: 9px; }
  .next-dose strong { margin-top: 4px; font-size: 25px; }
  .next-dose > b { font-size: 8px; line-height: 10px; }
  .next-dose > span { min-height: 34px; margin-top: auto; padding: 5px; border-radius: 7px; font-size: 7px; line-height: 9px; }

  .finance-content {
    height: auto;
    min-height: 164px;
    grid-template-columns: minmax(0, 1.32fr) minmax(0, .78fr);
  }
  .category-list > b { margin-bottom: 5px; font-size: 10px; }
  .category-list > div { grid-template-columns: 6px minmax(55px, 1fr) minmax(48px, 1fr) auto; gap: 4px; margin-top: 5px; font-size: 6px; line-height: 8px; }
  .category-list > div > i { width: 6px; height: 6px; }
  .category-list meter { grid-column: auto; height: 5px; }
  .finance-summary { padding: 9px; }
  .finance-summary > small { font-size: 6px; line-height: 8px; }
  .finance-summary > strong { font-size: 18px; line-height: 20px; }
  .finance-summary > b { margin: 3px 0 7px; padding: 2px 4px; font-size: 6px; }
  .finance-summary > div,
  .finance-summary p { font-size: 6px; line-height: 8px; }
  .finance-summary p { margin: 3px 0 5px; }
  .finance-summary button { min-height: 26px; font-size: 6px; }

  .testimonials {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    padding: 34px 20px;
    background: #fff;
  }

  .testimonials h2 {
    height: auto;
    font-size: 28px;
    line-height: 32px;
    text-decoration: underline 3px;
    text-underline-offset: 4px;
  }

  .testimonial-grid { display: flex; flex-direction: column; gap: 14px; }
  .testimonial-card {
    width: 344px;
    max-width: 100%;
    height: auto;
    min-height: 160px;
    margin-inline: auto;
    padding: 14px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 21px;
    box-shadow: 6px 6px 0 #1b1e2a;
  }
  .testimonial-card .stars { font-size: 14px; line-height: 18px; }
  .testimonial-card blockquote { margin: 6px 0 8px; font-size: 14px; font-weight: 600; line-height: 18px; }
  .testimonial-card figcaption { font-size: 12.5px; line-height: 18px; }

  .offer {
    width: 100%;
    height: auto;
    padding: 34px 20px;
    border-block: 0;
  }

  .offer__inner { display: flex; width: 344px; max-width: 100%; height: auto; flex-direction: column; gap: 14px; margin-inline: auto; }
  .offer-header { display: flex; height: auto; flex: 0 0 auto; flex-direction: column; gap: 10px; }
  .offer h2 { height: auto; font-size: 28px; line-height: 31px; }
  .offer .eyebrow { align-self: flex-start; min-height: 26px; }
  .value-card {
    width: 100%;
    height: auto;
    min-height: 330px;
    padding: 16px;
    border-radius: 14px;
    box-shadow: 6px 6px 0 #1b1e2a;
  }
  .value-list { gap: 4px; padding-bottom: 8px; font-size: 11px; line-height: 17px; }
  .value-list li { font-size: 11px; line-height: 17px; }
  .price-block { padding-top: 8px; }
  .price-block > small { font-size: 10px; line-height: 14px; }
  .price-block > div { align-items: center; flex-direction: row; gap: 10px; }
  .price-block strong { flex: 0 0 auto; font-size: 44px; line-height: 44px; white-space: nowrap; }
  .price-block > div span { align-self: auto; padding: 7px 11px; font-size: 12px; line-height: 16px; }
  .price-block p { margin-top: 5px; font-size: 11px; line-height: 17px; }
  .button--large { width: 100%; height: 64px; min-height: 64px; margin: 0; border-radius: 14px; font-size: 16px; line-height: 20px; }
  .guarantee-card { width: 100%; height: auto; min-height: 90px; margin: 0; padding: 14px 16px; border-radius: 14px; gap: 12px; box-shadow: 5px 5px 0 #1b1e2a; }
  .guarantee-card__icon { width: 44px; height: 44px; border-radius: 12px; }
  .guarantee-card__icon .icon { width: 28px; height: 28px; }
  .guarantee-card p { font-size: 12px; line-height: 17px; }

  .faq {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 34px 20px;
    background: #fff;
  }
  .faq > h2 { display: none; }
  .faq-list { width: 100%; gap: 10px; }
  .faq-item { width: 100%; min-height: 48px; margin-inline: auto; border-radius: 12px; box-shadow: 3px 3px 0 #1b1e2a; }
  .faq-item button { min-height: 42px; padding: 10px 14px; font-family: "Nunito", sans-serif; font-size: 14.5px; line-height: 18px; }
  .faq-item button span { font-size: 20px; line-height: 20px; }
  .faq-answer { padding: 0 14px 13px; font-size: 13.5px; line-height: 20px; }

  .site-footer {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 81px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 18px 20px;
    border-top: 0;
    font-size: 12px;
    line-height: 15px;
  }
  .site-footer p { margin: 0; font-size: 12px; line-height: 15px; }
  .site-footer small { font-size: 10px; line-height: 14px; }
  .mobile-sticky-cta { display: none; }
}

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