:root {
  --ink: #153f43;
  --ink-soft: #355b5d;
  --sage: #628680;
  --sage-pale: #e7efec;
  --cream: #f6f2ea;
  --paper: #fffdf9;
  --coral: #dc745f;
  --coral-dark: #b95645;
  --blue: #2d68d6;
  --green: #2d7f63;
  --green-pale: #e8f5ee;
  --amber: #c7891f;
  --amber-pale: #fff4db;
  --red: #b84646;
  --red-pale: #fdecec;
  --line: #dce5e2;
  --muted: #627476;
  --shadow: 0 24px 70px rgba(21, 63, 67, 0.12);
  --background: var(--paper);
  --foreground: var(--ink);
  --card: #ffffff;
  --card-foreground: var(--ink);
  --popover: #ffffff;
  --popover-foreground: var(--ink);
  --primary: var(--ink);
  --primary-foreground: #ffffff;
  --secondary: var(--sage-pale);
  --secondary-foreground: var(--ink);
  --muted-foreground: var(--muted);
  --accent: var(--cream);
  --accent-foreground: var(--ink);
  --destructive: var(--red);
  --border: var(--line);
  --input: #cbd9d5;
  --ring: rgba(45, 104, 214, 0.45);
  --radius: 0.85rem;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; border: 0 solid; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Aptos", "Inter", "Segoe UI", Arial, sans-serif;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, p, blockquote, figure, dl, dd { margin: 0; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
ol, ul, menu { margin: 0; padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
button, input, textarea { margin: 0; color: inherit; font: inherit; letter-spacing: inherit; }
button { appearance: button; background: transparent; }
button:disabled { cursor: default; }
img, svg { display: block; vertical-align: middle; }
img { max-width: 100%; height: auto; }
::selection { background: #f4c7bc; color: var(--ink); }
.button { display: inline-flex; min-height: 36px; flex-shrink: 0; align-items: center; justify-content: center; gap: 8px; padding: 8px 16px; border: 1px solid transparent; border-radius: 13px; font-size: 0.875rem; font-weight: 500; line-height: 1.25rem; white-space: nowrap; cursor: pointer; transition: background 160ms ease, transform 160ms ease; }
.button:has(> svg) { padding-inline: 12px; }
.button > svg { width: 16px; height: 16px; flex: 0 0 16px; pointer-events: none; }
.button-large { min-height: 40px; padding-inline: 24px; }
.button-large:has(> svg) { padding-inline: 16px; }
.button:hover { transform: translateY(-1px); }
.button:disabled { pointer-events: none; opacity: 0.5; }
.icon-button { width: 36px; min-height: 36px; padding: 0; border-color: var(--line); background: var(--paper); box-shadow: 0 1px 2px rgba(21, 63, 67, 0.08); }
.icon-button:hover { background: var(--cream); }

.site-shell { min-height: 100vh; overflow: hidden; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 229, 226, 0.82);
  background: rgba(255, 253, 249, 0.94);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 225px; }
.brand > span:last-child { display: grid; }
.brand strong { font-size: 1rem; letter-spacing: -0.01em; }
.brand small { color: var(--sage); font-size: 0.72rem; letter-spacing: 0.09em; text-transform: uppercase; }
.brand-dots { display: inline-grid; grid-template-columns: repeat(3, 8px); align-content: center; gap: 3px; width: 38px; height: 38px; padding: 7px; border-radius: 12px; background: var(--ink); transform: rotate(-3deg); }
.brand-dots i { width: 8px; height: 24px; border-radius: 999px; transform-origin: bottom; }
.brand-dots .dot-green { height: 14px; align-self: end; background: #75b89d; }
.brand-dots .dot-amber { height: 20px; align-self: end; background: #e0ad52; }
.brand-dots .dot-coral { height: 24px; align-self: end; background: #ea8772; }
.desktop-nav { display: flex; align-items: center; gap: 27px; font-size: 0.92rem; font-weight: 650; }
.desktop-nav > a:not(.nav-cta) { color: var(--ink-soft); transition: color 160ms ease; }
.desktop-nav > a:not(.nav-cta):hover { color: var(--coral-dark); }
.brand-button { min-height: 46px; border-radius: 13px; background: var(--ink); color: #fff; box-shadow: 0 10px 24px rgba(21, 63, 67, 0.16); }
.brand-button:hover { background: #20565b; }
.soft-button { min-height: 46px; border-radius: 13px; border-color: #bfcfca; background: rgba(255,255,255,0.62); color: var(--ink); }
.soft-button:hover { background: var(--sage-pale); color: var(--ink); }
.nav-cta { min-height: 42px; padding-inline: 18px; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 13px; list-style: none; cursor: pointer; }
.mobile-nav summary svg { width: 22px; height: 22px; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: absolute; right: 0; top: 52px; width: 220px; display: grid; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.mobile-nav nav a { padding: 12px; border-radius: 10px; font-weight: 650; }
.mobile-nav nav a:hover { background: var(--sage-pale); }

.hero { display: grid; grid-template-columns: 0.98fr 1.02fr; align-items: center; gap: 70px; padding-block: 86px 76px; }
.eyebrow { margin: 0 0 18px; color: var(--coral-dark); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.hero h1, .page-hero h1 { margin: 0; font-size: clamp(3rem, 5.4vw, 5.25rem); line-height: 0.99; letter-spacing: -0.055em; font-weight: 730; text-wrap: balance; }
.hero h1 span { display: block; margin-top: 12px; color: var(--sage); }
.hero-lead { max-width: 640px; margin: 28px 0 0; color: var(--ink-soft); font-size: 1.16rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 28px; color: var(--muted); font-size: 0.82rem; font-weight: 650; }
.trust-line span { display: inline-flex; align-items: center; gap: 6px; }
.trust-line svg { width: 16px; height: 16px; color: var(--green); }
.hero-visual { position: relative; min-height: 610px; }
.hero-visual::before { content: ""; position: absolute; inset: -22px 36px 34px -24px; z-index: -1; border-radius: 46% 54% 44% 56% / 49% 44% 56% 51%; background: var(--sage-pale); }
.hero-visual img { width: 100%; height: 610px; object-fit: cover; object-position: 56% center; border-radius: 30px 110px 30px 30px; box-shadow: var(--shadow); }
.call-card { position: absolute; left: -58px; bottom: 26px; width: min(370px, 78%); padding: 19px; border: 1px solid rgba(220, 229, 226, 0.92); border-radius: 18px; background: rgba(255,255,255,0.96); box-shadow: 0 22px 55px rgba(21,63,67,0.22); backdrop-filter: blur(16px); }
.call-card-head { display: flex; gap: 11px; align-items: center; }
.call-card-head div { display: grid; }
.call-card-head strong { font-size: 0.9rem; }
.call-card-head span:not(.call-icon) { color: var(--muted); font-size: 0.74rem; }
.call-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--sage-pale); color: var(--ink); }
.call-icon svg { width: 18px; }
.outcome-pill { display: inline-flex; align-items: center; gap: 8px; margin-top: 15px; padding: 7px 10px; border-radius: 999px; font-size: 0.75rem; font-weight: 800; }
.outcome-support { background: var(--amber-pale); color: #855a0e; }
.status-dot { display: inline-block; width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: currentColor; }
.call-card p { margin: 13px 0 7px; color: var(--ink-soft); font-size: 0.88rem; line-height: 1.5; }
.call-note { color: var(--muted); font-size: 0.72rem; }

.value-band { border-block: 1px solid var(--line); background: #fff; }
.value-band-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.value-band-grid > div { display: grid; gap: 5px; padding: 27px 34px; border-right: 1px solid var(--line); }
.value-band-grid > div:first-child { padding-left: 0; }
.value-band-grid > div:last-child { border-right: 0; }
.value-band-grid span { color: var(--muted); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; }
.value-band-grid strong { font-size: 1rem; }

.content-section { padding-block: 116px; }
.section-heading h2, .dashboard-copy h2, .pilot-card h2, .boundary-note h2, .demo-explainer h2, .contact-aside h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.65rem); line-height: 1.08; letter-spacing: -0.045em; text-wrap: balance; }
.split-heading { display: grid; grid-template-columns: 1.05fr 0.75fr; gap: 70px; align-items: end; }
.split-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.benefit-card { min-height: 295px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; transition: transform 180ms ease, box-shadow 180ms ease; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(21,63,67,0.1); }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: var(--sage-pale); color: var(--ink); }
.feature-icon svg { width: 22px; }
.benefit-card:nth-child(2) .feature-icon { background: var(--amber-pale); color: #8d6012; }
.benefit-card:nth-child(3) .feature-icon { background: #fae8e2; color: var(--coral-dark); }
.benefit-card h3 { margin: 53px 0 12px; font-size: 1.35rem; letter-spacing: -0.025em; }
.benefit-card p, .step-card p { margin: 0; color: var(--muted); line-height: 1.68; }

.dashboard-section, .demo-board-section { padding-block: 112px; background: var(--cream); }
.dashboard-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: 72px; }
.dashboard-copy > p:not(.eyebrow) { margin: 23px 0; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 25px 0 31px; list-style: none; color: var(--ink-soft); }
.check-list li { display: flex; gap: 10px; align-items: flex-start; line-height: 1.45; }
.check-list svg { width: 19px; height: 19px; margin-top: 1px; flex: 0 0 19px; color: var(--green); }
.status-board { padding: 23px; border: 1px solid #d7e1de; border-radius: 25px; background: rgba(255,255,255,0.96); box-shadow: 0 25px 65px rgba(21,63,67,0.14); }
.status-board-top { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 3px 3px 17px; }
.status-board-top h3 { margin: 6px 0 0; font-size: 1.18rem; }
.demo-label { color: var(--muted); font-size: 0.67rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.board-date { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 0.76rem; }
.board-date svg { width: 15px; }
.status-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 13px; }
.status-summary > div { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 7px; padding: 12px 13px; border-radius: 13px; }
.status-summary strong { font-size: 1.05rem; }
.status-summary small { font-size: 0.72rem; }
.summary-alert { color: var(--red); background: var(--red-pale); }
.summary-support { color: #8a5d0d; background: var(--amber-pale); }
.summary-okay { color: var(--green); background: var(--green-pale); }
.resident-list { display: grid; gap: 7px; }
.resident-row { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 11px; padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.resident-row > div { display: grid; gap: 3px; }
.resident-row strong { font-size: 0.84rem; }
.resident-row div span { color: var(--muted); font-size: 0.72rem; }
.resident-row small { padding: 5px 8px; border-radius: 999px; font-size: 0.66rem; font-weight: 800; }
.resident-row > svg { width: 16px; color: var(--muted); }
.row-alert > .status-dot { color: var(--red); }
.row-support > .status-dot { color: var(--amber); }
.row-okay > .status-dot { color: var(--green); }
.row-alert small { color: var(--red); background: var(--red-pale); }
.row-support small { color: #84590e; background: var(--amber-pale); }
.row-okay small { color: var(--green); background: var(--green-pale); }
.board-footnote { margin: 14px 3px 0; color: var(--muted); font-size: 0.66rem; }

.compact-heading { max-width: 780px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 54px; }
.step-card { position: relative; padding: 33px 29px 28px; border-top: 2px solid var(--ink); background: #fff; }
.step-number { color: var(--coral); font-size: 0.73rem; font-weight: 850; letter-spacing: 0.12em; }
.step-card h3 { min-height: 60px; margin: 25px 0 11px; font-size: 1.3rem; line-height: 1.25; letter-spacing: -0.025em; }
.pilot-section { padding: 0 0 110px; }
.pilot-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 65px; padding: 54px 58px; border-radius: 28px; background: var(--ink); color: #fff; }
.light-eyebrow { color: #efaa9b; }
.pilot-card h2 { max-width: 760px; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.pilot-card > div:first-child > p:last-child { max-width: 730px; margin: 19px 0 0; color: #d7e7e5; line-height: 1.7; }
.pilot-actions { display: grid; justify-items: start; gap: 12px; min-width: 270px; }
.light-button { min-height: 49px; border-radius: 13px; background: #fff; color: var(--ink); }
.light-button:hover { background: var(--cream); }
.pilot-actions span { color: #bcd2cf; font-size: 0.75rem; }
.boundary-note { display: grid; grid-template-columns: auto 1fr; gap: 23px; align-items: start; margin-bottom: 108px; padding: 34px; border: 1px solid var(--line); border-left: 5px solid var(--sage); border-radius: 17px; background: var(--sage-pale); }
.boundary-note > svg { width: 28px; color: var(--sage); }
.boundary-note h2 { font-size: 1.25rem; letter-spacing: -0.02em; }
.boundary-note p { margin: 9px 0 0; color: var(--ink-soft); line-height: 1.65; }

.page-hero { max-width: 1020px; padding-block: 100px 70px; text-align: center; }
.page-hero h1 { font-size: clamp(2.8rem, 5.5vw, 5rem); }
.page-hero > p:last-child { max-width: 760px; margin: 27px auto 0; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.demo-layout { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 30px; align-items: start; padding-bottom: 112px; }
.demo-console { overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: var(--shadow); }
.demo-toolbar { min-height: 89px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 22px; border-bottom: 1px solid var(--line); background: #fbfcfb; }
.demo-toolbar > div:first-child { display: grid; gap: 5px; }
.demo-toolbar strong { font-size: 0.93rem; }
.live-indicator { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.live-indicator i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px #fae5e0; }
.demo-controls { display: flex; gap: 8px; }
.conversation-window { min-height: 550px; max-height: 650px; overflow-y: auto; display: flex; flex-direction: column; gap: 17px; padding: 26px; background: linear-gradient(180deg, #fbfdfc 0%, #f6f2ea 100%); }
.speech-row { display: flex; gap: 11px; max-width: 86%; animation: bubble-in 320ms ease both; }
.speech-row > span { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 0.68rem; font-weight: 800; }
.speech-row > div { padding: 12px 14px; border-radius: 8px 17px 17px 17px; background: #fff; box-shadow: 0 7px 20px rgba(21,63,67,0.07); }
.speech-row strong { color: var(--sage); font-size: 0.68rem; letter-spacing: 0.04em; }
.speech-row p { margin: 4px 0 0; color: var(--ink-soft); font-size: 0.89rem; line-height: 1.55; }
.resident-speech { flex-direction: row-reverse; align-self: flex-end; }
.resident-speech > span { background: var(--coral); }
.resident-speech > div { border-radius: 17px 8px 17px 17px; background: #fff8f5; }
.resident-speech strong { color: var(--coral-dark); }
.typing-indicator { display: inline-flex; gap: 4px; width: fit-content; margin-left: 45px; padding: 11px 14px; border-radius: 14px; background: #fff; }
.typing-indicator i { width: 6px; height: 6px; border-radius: 50%; background: var(--sage); animation: typing 1s infinite alternate; }
.typing-indicator i:nth-child(2) { animation-delay: 160ms; }
.typing-indicator i:nth-child(3) { animation-delay: 320ms; }
.demo-outcome { display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 18px; padding: 18px 22px; border-top: 1px solid var(--line); opacity: 0.48; transition: opacity 260ms ease, background 260ms ease; }
.demo-outcome.is-complete { opacity: 1; background: var(--amber-pale); }
.demo-outcome > div { display: flex; align-items: center; gap: 10px; color: var(--amber); }
.demo-outcome > div > div { display: grid; }
.demo-outcome small { color: var(--muted); font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.07em; }
.demo-outcome strong { color: #80570f; font-size: 0.86rem; }
.demo-outcome p { margin: 0; color: var(--ink-soft); font-size: 0.76rem; line-height: 1.45; }
.demo-outcome > span { color: var(--muted); font-size: 0.66rem; }
.demo-explainer { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.demo-explainer h2 { margin-top: 22px; font-size: 1.65rem; }
.demo-explainer .check-list svg { color: var(--coral); }
.demo-boundary { display: flex; gap: 10px; margin-top: 27px; padding: 15px; border-radius: 13px; background: var(--sage-pale); }
.demo-boundary svg { width: 20px; flex: 0 0 20px; color: var(--sage); }
.demo-boundary p { margin: 0; color: var(--ink-soft); font-size: 0.78rem; line-height: 1.5; }
.reverse-layout { grid-template-columns: 1.15fr 0.85fr; }
.outcome-explainer { display: flex; align-items: center; gap: 13px; margin: 27px 0; padding: 16px; border-radius: 14px; background: var(--amber-pale); color: #84590e; }
.outcome-explainer svg { width: 21px; }
.outcome-explainer div { display: grid; gap: 3px; }
.outcome-explainer span { color: var(--ink-soft); font-size: 0.76rem; }

.contact-hero { padding-bottom: 52px; }
.contact-layout { display: grid; grid-template-columns: 1.05fr 0.75fr; gap: 36px; align-items: start; padding-bottom: 115px; }
.contact-panel { padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 21px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-field { display: grid; gap: 8px; }
.form-field label { color: var(--ink-soft); font-size: 0.82rem; font-weight: 750; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid #cbd9d5; border-radius: 11px; outline: none; background: #fbfdfc; color: var(--ink); box-shadow: 0 1px 2px rgba(21, 63, 67, 0.05); transition: border-color 160ms ease, box-shadow 160ms ease; }
.form-field input { height: 47px; padding: 4px 12px; }
.form-field textarea { min-height: 145px; padding: 12px 14px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--muted); opacity: 1; }
.form-field input:focus-visible, .form-field textarea:focus-visible { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(45,104,214,0.12); }
.submit-button { width: fit-content; padding-inline: 25px; }
.form-notice { display: flex; gap: 8px; align-items: center; margin: 0; color: var(--green); font-size: 0.82rem; }
.form-notice svg { width: 17px; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-help { margin: -7px 0 0; color: var(--muted); font-size: 0.75rem; line-height: 1.5; }
.form-message { display: grid; gap: 7px; margin-bottom: 22px; padding: 16px 18px; border-radius: 13px; font-size: 0.84rem; }
.form-message span { color: var(--ink-soft); }
.form-message ul { margin: 3px 0 0; padding-left: 20px; color: var(--ink-soft); }
.form-success { border: 1px solid #b8d9ca; background: var(--green-pale); color: var(--green); }
.form-error { border: 1px solid #efcaca; background: var(--red-pale); color: var(--red); }
.contact-aside { padding: 41px; border-radius: 24px; background: var(--cream); }
.contact-aside h2 { font-size: 2.3rem; }
.contact-aside > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.contact-details { display: grid; gap: 14px; margin-top: 30px; }
.contact-details > div { display: flex; gap: 12px; padding-top: 14px; border-top: 1px solid #dcd6cb; }
.contact-details svg { width: 20px; color: var(--coral); }
.contact-details span { display: grid; gap: 3px; }
.contact-details strong { font-size: 0.84rem; }
.contact-details small { color: var(--muted); font-size: 0.74rem; }
.privacy-note { display: flex; gap: 11px; margin-top: 30px; padding: 15px; border-radius: 13px; background: var(--sage-pale); }
.privacy-note svg { width: 20px; flex: 0 0 20px; color: var(--sage); }
.privacy-note p { margin: 0; color: var(--ink-soft); font-size: 0.76rem; line-height: 1.5; }
.audio-demo { display: grid; gap: 10px; padding: 15px 22px; border-bottom: 1px solid var(--line); background: var(--sage-pale); }
.audio-demo strong { font-size: 0.78rem; }
.audio-demo audio { width: 100%; height: 38px; }
.demo-hidden { display: none !important; }
.privacy-hero { padding-bottom: 48px; }
.privacy-content { display: grid; gap: 14px; max-width: 880px; padding-bottom: 110px; }
.privacy-content article { padding: 26px 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.privacy-content h2 { margin: 0 0 10px; font-size: 1.2rem; }
.privacy-content p { margin: 0; color: var(--muted); line-height: 1.7; }
.privacy-content a { color: var(--coral-dark); text-decoration: underline; text-underline-offset: 3px; }

.site-footer { padding: 64px 0 24px; border-top: 1px solid var(--line); background: #f0f4f2; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 0.45fr 0.75fr; gap: 70px; }
.footer-brand { min-width: 0; }
.footer-grid > div:first-child > p { max-width: 330px; color: var(--muted); line-height: 1.6; }
.footer-contact { display: grid; justify-items: start; gap: 7px; margin-top: 18px; }
.footer-contact a, .contact-details a { color: var(--ink); font-size: 0.84rem; font-weight: 700; text-decoration: none; }
.footer-contact a:hover, .contact-details a:hover { color: var(--coral-dark); text-decoration: underline; text-underline-offset: 3px; }
.footer-grid nav { display: grid; align-content: start; gap: 10px; }
.footer-grid nav strong, .footer-note strong { margin-bottom: 5px; font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-grid nav a { color: var(--muted); font-size: 0.86rem; }
.footer-grid nav a:hover { color: var(--coral-dark); }
.footer-note p { margin: 13px 0 0; color: var(--muted); font-size: 0.78rem; line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 20px; border-top: 1px solid #d6e0dd; color: var(--muted); font-size: 0.72rem; }

@keyframes bubble-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes typing { from { opacity: 0.25; transform: translateY(0); } to { opacity: 1; transform: translateY(-3px); } }

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

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .hero { grid-template-columns: 1fr; gap: 58px; padding-top: 66px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: min(760px, 100%); margin-inline: auto; }
  .split-heading, .dashboard-layout, .demo-layout, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .split-heading > p { max-width: 700px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid .benefit-card:last-child { grid-column: 1 / -1; min-height: 230px; }
  .pilot-card { grid-template-columns: 1fr; }
  .pilot-actions { min-width: 0; }
  .demo-explainer { max-width: 700px; }
  .reverse-layout .status-board { order: 2; }
  .footer-grid { grid-template-columns: 1fr 0.45fr; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .section-shell { width: min(100% - 30px, 1180px); }
  .header-inner { min-height: 72px; }
  .brand { min-width: 0; }
  .brand small { display: none; }
  .hero { padding-block: 54px 60px; }
  .hero h1, .page-hero h1 { font-size: clamp(2.65rem, 13vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions > * { width: 100%; }
  .trust-line { display: grid; gap: 10px; }
  .hero-visual { min-height: 500px; }
  .hero-visual img { height: 500px; border-radius: 24px 70px 24px 24px; }
  .call-card { left: 13px; right: 13px; bottom: 15px; width: auto; }
  .value-band-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .value-band-grid > div, .value-band-grid > div:first-child { padding: 17px 4px; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-band-grid > div:last-child { border-bottom: 0; }
  .content-section, .dashboard-section, .demo-board-section { padding-block: 78px; }
  .benefit-grid, .steps-grid { grid-template-columns: 1fr; }
  .benefit-grid .benefit-card:last-child { grid-column: auto; }
  .benefit-card { min-height: 245px; }
  .status-board { padding: 14px; border-radius: 18px; }
  .status-summary { grid-template-columns: 1fr; }
  .resident-row { grid-template-columns: auto 1fr auto; }
  .resident-row small { display: none; }
  .pilot-section { padding-bottom: 75px; }
  .pilot-card { width: 100%; border-radius: 0; padding: 43px 24px; }
  .boundary-note { margin-bottom: 75px; padding: 24px; }
  .page-hero { padding-block: 70px 45px; }
  .demo-layout { padding-bottom: 78px; }
  .demo-toolbar { align-items: flex-start; flex-direction: column; }
  .demo-controls { width: 100%; }
  .demo-controls .brand-button { flex: 1; }
  .conversation-window { min-height: 500px; padding: 17px; }
  .speech-row { max-width: 94%; }
  .demo-outcome { grid-template-columns: 1fr; }
  .demo-outcome > span { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .contact-panel, .contact-aside { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-note { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
