:root {
  --bg: #fff8ef;
  --paper: #fffdf8;
  --paper-strong: #ffffff;
  --ink: #211d19;
  --muted: #6f675f;
  --soft: #e9ded1;
  --soft-strong: #d8c7b5;
  --orange: #f05a24;
  --orange-dark: #c83f15;
  --green: #2f8d68;
  --yellow: #f5b83d;
  --max: 1180px;
  --radius: 18px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.site-header,
.site-footer,
.section-shell {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.brand img {
  border-radius: 9px;
}

.site-nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #3d342d;
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a,
.site-footer a {
  text-decoration: none;
}

.site-nav a:not(.nav-cta):hover,
.site-footer a:hover {
  color: var(--orange-dark);
}

.nav-cta {
  padding: 11px 19px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  box-shadow: 0 12px 28px rgba(240, 90, 36, 0.24);
}

.site-nav .nav-cta:hover {
  color: #fff;
  background: var(--orange-dark);
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  position: relative;
  width: min(1520px, calc(100% - 80px));
  max-width: 1520px;
  padding: 5rem 0;
  overflow: visible;
}

.hero-copy {
  flex: 1 1 42%;
  position: relative;
  z-index: 2;
  max-width: 480px;
}

.eyebrow,
.story-kicker,
.price-label {
  margin: 0 0 14px;
  color: var(--orange-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 22px;
  font-size: clamp(3.25rem, 4.6vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.underlined {
  position: relative;
  display: inline-block;
  padding-bottom: 0.12em;
  white-space: nowrap;
}

.underlined::after {
  content: "";
  position: absolute;
  left: 1%;
  bottom: 0;
  width: 98%;
  height: 0.14em;
  border-top: 0.06em solid #ff4d0a;
  border-radius: 50%;
  transform: rotate(-0.6deg);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-lede,
.section-intro p,
.story-copy p,
.split-copy p,
.nutrition-copy p,
.checkins-copy p,
.together-copy p,
.pricing-copy p,
.price-copy {
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.55;
}

.hero-lede {
  max-width: 590px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 18px;
  color: #4a4037;
  font-size: 0.92rem;
  font-weight: 850;
}

.hero-reassurance span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-reassurance span::before {
  content: "✓";
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border: 1px solid rgba(240, 90, 36, 0.35);
  border-radius: 999px;
  color: var(--orange);
  font-size: 0.66rem;
  font-weight: 950;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.button-primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 12px 30px rgba(240, 90, 36, 0.23);
}

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

.button-secondary {
  border: 1px solid rgba(33, 29, 25, 0.16);
  background: rgba(255, 255, 255, 0.65);
}

.hero-lede-secondary {
  margin-top: -14px;
}

.hero-product,
.wide-shot,
.product-shot,
.product-screenshot {
  margin: 0;
}

.hero-product {
  flex: 1 1 58%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-right: 0;
  perspective: 1400px;
}

.hero-product::before {
  content: "";
  position: absolute;
  inset: -52px -72px 18% 18%;
  background: radial-gradient(circle at 62% 38%, rgba(240, 90, 36, 0.22), rgba(240, 90, 36, 0.1) 32%, rgba(240, 90, 36, 0) 68%);
  filter: blur(10px);
  z-index: -1;
  opacity: 0.75;
}

.app-window.hero-product::before {
  display: none;
}

.product-screenshot.hero-product::before {
  display: block;
}

.product-screenshot {
  position: relative;
  z-index: 1;
}

.product-screenshot.hero-product {
  position: relative;
}

.product-screenshot img {
  width: 100%;
  border: 1px solid rgba(33, 29, 25, 0.13);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: 0 28px 70px rgba(62, 37, 15, 0.16);
}

.product-screenshot--hero img {
  display: block;
  width: min(980px, 72vw);
  max-width: none;
  border-color: rgba(33, 29, 25, 0.12);
  border-radius: 16px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.04),
    0 20px 40px -12px rgba(0, 0, 0, 0.12),
    0 40px 80px -20px rgba(0, 0, 0, 0.08);
  transform:
    rotateY(-13deg)
    rotateX(5deg)
    rotateZ(1.5deg)
    scale(1);
  transform-style: preserve-3d;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.hero-product:hover .product-screenshot--hero img {
  transform:
    rotateY(-9deg)
    rotateX(3deg)
    rotateZ(0.5deg)
    scale(1.02);
}

.product-screenshot--phone {
  justify-self: center;
  width: min(390px, 100%);
}

.product-screenshot--phone img {
  border-radius: 28px;
}

.app-window,
.builder-mock,
.checkin-mock,
.chat-mock,
.client-dashboard-mock {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(33, 29, 25, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 70px rgba(62, 37, 15, 0.14);
  overflow: hidden;
}

.app-window {
  min-width: 0;
}

.app-window__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(33, 29, 25, 0.09);
  background: #fff;
}

.app-window__brand,
.app-window__user {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #111827;
  font-size: 0.78rem;
  font-weight: 900;
}

.brand-dot {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.22);
}

.dashboard-mock {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: 430px;
  background: #f5f6f8;
}

.mock-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding-top: 28px;
  background: #fff;
  border-right: 1px solid rgba(33, 29, 25, 0.08);
}

.mock-sidebar span {
  width: 26px;
  height: 26px;
  border: 2px solid #9aa3b2;
  border-radius: 8px;
}

.mock-sidebar .is-active {
  border-color: var(--orange);
  background: #fff0e8;
}

.mock-content {
  padding: 26px;
}

.mock-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.mock-heading h2 {
  max-width: 430px;
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  line-height: 1.05;
}

.mini-label {
  display: block;
  margin: 0 0 6px;
  color: #667085;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.mini-button {
  flex: 0 0 auto;
  padding: 10px 13px;
  border-radius: 10px;
  background: var(--orange);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  text-decoration: none;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.stat-row div {
  padding: 15px;
  border: 1px solid rgba(33, 29, 25, 0.09);
  border-radius: 14px;
  background: #fff;
}

.stat-row span,
.stat-row small {
  display: block;
  color: #667085;
  font-size: 0.72rem;
  font-weight: 800;
}

.stat-row strong {
  display: block;
  color: #111827;
  font-size: 1.8rem;
  line-height: 1;
}

.attention-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(33, 29, 25, 0.09);
}

.attention-column {
  min-width: 0;
  padding-right: 12px;
  border-right: 1px solid #e7ebf0;
}

.attention-column:last-child {
  padding-right: 0;
  border-right: 0;
}

.attention-column h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
  color: #111827;
  font-size: 0.9rem;
}

.attention-column h3 span {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef2f6;
  color: #64748b;
  font-size: 0.78rem;
}

.attention-column article {
  padding: 11px 0;
  border-top: 1px solid #edf1f5;
}

.attention-column strong,
.attention-column small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.attention-column strong {
  color: #1f2937;
  font-size: 0.88rem;
}

.attention-column small {
  color: #667085;
  font-size: 0.78rem;
  font-weight: 800;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 28px;
}

.signal-strip article {
  padding: 22px;
  border: 1px solid rgba(33, 29, 25, 0.12);
  border-radius: 18px;
  background: var(--paper-strong);
  box-shadow: 0 14px 38px rgba(62, 37, 15, 0.08);
}

.signal-strip strong,
.signal-strip span {
  display: block;
}

.signal-strip strong {
  margin-bottom: 4px;
  font-size: 1.35rem;
}

.signal-strip span {
  color: var(--muted);
  font-weight: 800;
}

.builder-mock {
  padding: 24px;
}

.builder-mock__header,
.checkin-detail__top,
.chat-window__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.builder-mock__header {
  margin-bottom: 18px;
}

.builder-mock h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.status-pill,
.checkin-card b,
.rating-row span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

.status-pill {
  padding: 9px 12px;
  background: #e7f6ee;
  color: var(--green);
}

.week-stack {
  display: grid;
  gap: 14px;
}

.week-stack article {
  padding: 16px;
  border: 1px solid #e0e6ee;
  border-radius: 16px;
  background: #fbfcfd;
}

.week-stack strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.08rem;
}

.week-stack div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid #edf1f5;
  color: #273247;
  font-weight: 850;
}

.week-stack span {
  color: var(--orange-dark);
  font-size: 0.82rem;
}

.checkin-mock {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.checkin-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border: 1px solid #e0e6ee;
  border-radius: 16px;
  background: #fff;
}

.checkin-card strong,
.checkin-card span {
  display: block;
}

.checkin-card span {
  color: #667085;
  font-weight: 800;
}

.checkin-card b {
  padding: 8px 11px;
  background: #eef4ff;
  color: #4162b7;
}

.checkin-card.is-overdue b {
  background: #fff0e8;
  color: var(--orange-dark);
}

.checkin-detail {
  padding: 18px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #e0e6ee;
}

.checkin-detail p {
  margin: 16px 0;
  color: #3f4a5d;
  font-weight: 750;
}

.checkin-detail__top span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.rating-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.rating-row span {
  padding: 7px 10px;
  background: #eef2f6;
  color: #526073;
}

.coach-reply {
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
  color: #273247;
  font-weight: 800;
}

.chat-mock {
  min-height: 430px;
  padding: 28px;
  background: linear-gradient(135deg, #fff 0%, #fff8ef 100%);
}

.chat-window {
  max-width: 370px;
  margin-left: auto;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dfe6ef;
  box-shadow: 0 24px 54px rgba(31, 41, 55, 0.12);
}

.chat-window__top {
  padding-bottom: 14px;
  border-bottom: 1px solid #edf1f5;
}

.chat-window__top span {
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 900;
}

.bubble {
  max-width: 88%;
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 0.95rem;
  font-weight: 750;
}

.from-client {
  background: #f1f5f9;
  color: #273247;
}

.from-coach {
  margin-left: auto;
  background: var(--orange);
  color: #fff;
}

.message-input {
  margin-top: 16px;
  padding: 13px 14px;
  border: 1px solid #dfe6ef;
  border-radius: 14px;
  color: #8a95a5;
  font-weight: 800;
}

.chat-launcher {
  position: absolute;
  right: 28px;
  bottom: 26px;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: #111827;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.22);
}

.chat-launcher::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 3px solid #fff;
  border-top-color: transparent;
  border-radius: 999px;
}

.client-experience {
  padding: 88px 0;
}

.client-dashboard-mock {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  padding: 18px;
  background: #f5f6f8;
}

.client-hero-card,
.client-side-card,
.client-list-card {
  border: 1px solid #e0e6ee;
  border-radius: 18px;
  background: #fff;
}

.client-hero-card {
  min-height: 280px;
  padding: 26px;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.94), rgba(17, 24, 39, 0.76)),
    radial-gradient(circle at 80% 30%, rgba(240, 90, 36, 0.34), transparent 34%),
    #111827;
  color: #fff;
}

.client-hero-card span {
  color: #ffb088;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-hero-card h3 {
  max-width: 430px;
  margin: 52px 0 10px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
}

.client-hero-card p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.client-hero-card .button {
  min-height: 44px;
  padding-inline: 18px;
}

.client-side-card,
.client-list-card {
  padding: 20px;
}

.client-side-card {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.progress-ring {
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  margin: 18px 0 10px;
  border: 14px solid #e8eef4;
  border-right-color: var(--green);
  border-bottom-color: var(--green);
  border-radius: 999px;
  color: #111827;
  font-size: 1.7rem;
  font-weight: 950;
}

.client-list-card {
  grid-column: 1 / -1;
}

.client-list-card strong,
.client-side-card strong {
  display: block;
  margin-bottom: 8px;
  color: #273247;
}

.client-list-card article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid #edf1f5;
  color: #273247;
  font-weight: 850;
}

.client-list-card span {
  color: var(--orange-dark);
}

.client-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.15rem;
  font-weight: 800;
}

.workflow {
  padding: 88px 0;
  border-top: 1px solid var(--soft);
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.workflow-steps article {
  padding: 22px;
  border: 1px solid rgba(33, 29, 25, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.workflow-steps span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 10px;
  background: #fff0e8;
  color: var(--orange-dark);
  font-weight: 950;
}

.workflow-steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.workflow-steps p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.hero-product img,
.wide-shot img,
.product-shot img {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid rgba(33, 29, 25, 0.13);
  border-radius: var(--radius);
  background: var(--paper-strong);
  box-shadow: 0 28px 70px rgba(62, 37, 15, 0.16);
}

.story {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 60px;
  padding: 72px 0;
  border-top: 1px solid var(--soft);
  border-bottom: 1px solid var(--soft);
}

.story-copy {
  max-width: 860px;
}

.story-copy h2 {
  margin-bottom: 28px;
}

.attention {
  padding: 96px 0 36px;
}

.section-intro {
  max-width: 850px;
  margin-bottom: 38px;
}

.wide-shot {
  margin-bottom: 22px;
}

.section-note {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.12;
}

.split-section,
.nutrition,
.checkins,
.pricing {
  display: grid;
  gap: 56px;
  align-items: center;
  padding: 70px 0;
}

.split-section {
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
}

.nutrition {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.checkins {
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
}

.split-copy,
.nutrition-copy,
.checkins-copy,
.pricing-copy {
  max-width: 610px;
}

.split-copy h2,
.nutrition-copy h2,
.checkins-copy h2,
.pricing-copy h2 {
  font-size: clamp(2.3rem, 4.3vw, 4.2rem);
}

.plain-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.plain-list li,
.capability-list span {
  border: 1px solid rgba(33, 29, 25, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  padding: 9px 13px;
  color: #473d35;
  font-size: 0.92rem;
  font-weight: 800;
}

.product-shot-offset img {
  border-radius: 34px 12px 34px 12px;
}

.checkin-shot img {
  border-radius: 12px 34px 12px 34px;
}

.together {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
  padding: 88px 0;
  border-top: 1px solid var(--soft);
  border-bottom: 1px solid var(--soft);
}

.capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: start;
  padding-top: 18px;
}

.pricing {
  grid-template-columns: minmax(0, 0.86fr) 390px;
}

.price-block {
  padding: 34px;
  border: 2px solid var(--ink);
  border-radius: 22px;
  background: var(--paper-strong);
  box-shadow: 10px 10px 0 var(--yellow);
}

.price {
  margin-bottom: 12px;
  font-size: clamp(4rem, 8vw, 6.3rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
}

.price span {
  color: var(--muted);
  font-size: 1.15rem;
  font-weight: 900;
}

.price-copy {
  margin-bottom: 22px;
  font-size: 1.05rem;
  font-weight: 850;
}

.price-includes {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--soft);
}

.price-includes span {
  position: relative;
  padding-left: 24px;
  color: #473d35;
  font-size: 0.95rem;
  font-weight: 850;
}

.price-includes span::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 950;
}

.price-note {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(233, 222, 209, 0.72);
  color: #4a4037;
  font-size: 0.98rem;
  font-weight: 900;
}

.mid-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border: 1px solid rgba(33, 29, 25, 0.12);
  border-radius: 24px;
  background: var(--paper-strong);
  box-shadow: 0 18px 44px rgba(62, 37, 15, 0.08);
}

.mid-cta h2 {
  margin-bottom: 8px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.mid-cta p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 850;
}

.mid-cta .button {
  flex: 0 0 auto;
}

.closing {
  padding: 92px 0 104px;
  text-align: center;
}

.closing h2 {
  max-width: 880px;
  margin-inline: auto;
  margin-bottom: 18px;
}

.closing p:not(.eyebrow) {
  max-width: 640px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 1.16rem;
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 34px 0 42px;
  border-top: 1px solid var(--soft);
}

.site-footer nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 22px;
}

.legal-page {
  max-width: 900px;
  padding: 96px 0 140px;
}

.legal-page h1 {
  max-width: 760px;
}

.legal-page p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.2rem;
}

.legal-page a {
  color: var(--orange-dark);
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    padding-top: 22px;
  }

  .site-nav {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .hero,
  .story,
  .split-section,
  .nutrition,
  .checkins,
  .together,
  .pricing,
  .client-dashboard-mock,
  .workflow-steps {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 38px;
    padding-top: 34px;
  }

  .nutrition .product-shot {
    order: 2;
  }

  .nutrition-copy {
    order: 1;
  }

  .price-block {
    max-width: 460px;
  }

  .signal-strip,
  .attention-board {
    grid-template-columns: 1fr;
  }

  .attention-column {
    padding-right: 0;
    padding-bottom: 12px;
    border-right: 0;
    border-bottom: 1px solid #e7ebf0;
  }

  .attention-column:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .client-list-card {
    grid-column: auto;
  }
}

@media (max-width: 960px) {
  .hero {
    flex-direction: column;
    gap: 3.5rem;
    padding: 4rem 0;
    text-align: center;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-product {
    width: 100%;
    margin-right: 0;
    perspective: none;
  }

  .product-screenshot--hero img {
    width: 100%;
    max-width: 100%;
    transform: none;
    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.12);
  }
}

@media (max-width: 680px) {
  .site-header,
  .site-footer,
  .section-shell {
    width: min(100% - 24px, var(--max));
  }

  .site-header {
    min-height: auto;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
    padding-bottom: 8px;
  }

  .site-nav {
    width: auto;
    justify-content: flex-end;
  }

  .site-nav a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    width: auto;
    padding: 9px 13px;
    text-align: center;
  }

  h1 {
    font-size: clamp(2.95rem, 13vw, 3.35rem);
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(2.1rem, 12vw, 3.6rem);
  }

  .hero {
    gap: 24px;
    padding: 12px 0 42px;
  }

  .hero-actions .button-primary {
    width: 100%;
  }

  .hero-actions .button-secondary {
    display: none;
  }

  .hero-lede {
    margin-bottom: 20px;
    font-size: 1.02rem;
  }

  .hero-reassurance {
    justify-content: center;
    margin-top: 10px;
    gap: 9px 14px;
    font-size: 0.82rem;
    text-align: center;
  }

  .hero-reassurance span::before {
    width: 14px;
    height: 14px;
    font-size: 0.58rem;
  }

  .hero-product::before {
    inset: -10px -5px auto auto;
  }

  .product-screenshot--hero img {
    transform: translateY(8px);
    box-shadow: 0 18px 38px rgba(62, 37, 15, 0.14);
  }

  .app-window,
  .builder-mock,
  .checkin-mock,
  .chat-mock,
  .client-dashboard-mock {
    border-radius: 13px;
    box-shadow: 0 18px 38px rgba(62, 37, 15, 0.12);
  }

  .dashboard-mock {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .mock-sidebar {
    display: none;
  }

  .mock-content,
  .builder-mock,
  .checkin-mock,
  .chat-mock,
  .client-dashboard-mock {
    padding: 14px;
  }

  .mock-heading,
  .builder-mock__header,
  .checkin-detail__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .mock-heading h2 {
    font-size: 1.35rem;
  }

  .stat-row {
    grid-template-columns: 1fr;
  }

  .signal-strip {
    grid-template-columns: 1fr;
  }

  .signal-strip article,
  .workflow-steps article {
    padding: 18px;
  }

  .week-stack div {
    grid-template-columns: 48px 1fr;
  }

  .chat-mock {
    min-height: 360px;
  }

  .chat-window {
    max-width: none;
  }

  .chat-launcher {
    right: 18px;
    bottom: 18px;
    width: 52px;
    height: 52px;
  }

  .chat-launcher::after {
    inset: 15px;
  }

  .client-hero-card {
    min-height: 230px;
    padding: 20px;
  }

  .client-hero-card h3 {
    margin-top: 34px;
  }

  .client-list-card article {
    grid-template-columns: 52px 1fr;
  }

  .hero-product img,
  .wide-shot img,
  .product-shot img {
    border-radius: 13px;
    box-shadow: 0 18px 38px rgba(62, 37, 15, 0.14);
  }

  .story,
  .attention,
  .split-section,
  .nutrition,
  .checkins,
  .together,
  .pricing,
  .mid-cta,
  .closing {
    padding: 58px 0;
  }

  .story,
  .split-section,
  .nutrition,
  .checkins,
  .together,
  .pricing {
    gap: 28px;
  }

  .plain-list li,
  .capability-list span {
    width: 100%;
    border-radius: 12px;
  }

  .price-block {
    padding: 26px;
    box-shadow: 6px 6px 0 var(--yellow);
  }

  .price-includes {
    grid-template-columns: 1fr;
  }

  .mid-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 26px;
  }

  .mid-cta .button {
    width: 100%;
  }

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

  .site-footer nav {
    justify-content: flex-start;
  }
}
