:root {
  --background: #f6f3ec;
  --surface: #fffefb;
  --surface-soft: #fbf8f2;
  --ink: #18211b;
  --muted: #5f6a63;
  --line: #e3ddd1;
  --accent: #176957;
  --accent-deep: #123f34;
  --accent-soft: #e1eee8;
  --highlight: #d8ef77;
  --footer: #123f34;
  --max-width: 1140px;
  --shadow-soft: 0 20px 60px rgba(24, 33, 27, 0.06);
  --shadow-phone: 0 32px 72px rgba(18, 63, 52, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(216, 239, 119, 0.12), transparent 26%),
    radial-gradient(circle at top left, rgba(225, 238, 232, 0.8), transparent 24%),
    var(--background);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.shell {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(246, 243, 236, 0.84);
  border-bottom: 1px solid rgba(227, 221, 209, 0.75);
}

.header-row {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-ink {
  color: var(--ink);
}

.brand-accent {
  color: var(--accent);
}

.nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--muted);
  font-size: 15px;
}

.nav a:hover,
.footer-link:hover,
.inline-link:hover {
  color: var(--accent);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  border: 1px solid rgba(23, 105, 87, 0.14);
  color: var(--accent);
  font-weight: 700;
}

.hero {
  padding: 44px 0 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.92fr);
  gap: 34px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 11ch;
  font-size: clamp(42px, 7vw, 68px);
}

h2 {
  font-size: clamp(28px, 4vw, 44px);
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

.section-intro,
.hero-copy p,
.support-copy,
.legal-card p,
.faq-answer,
.footer-copy,
.footer-meta {
  color: var(--muted);
}

.hero-copy .section-intro {
  margin: 18px 0 0;
  max-width: 58ch;
  font-size: 18px;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(23, 105, 87, 0.12);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.cta-row,
.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-row {
  margin-top: 26px;
}

.store-row {
  margin-top: 16px;
}

.button,
.button-secondary,
.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
}

.button {
  background: var(--accent);
  color: var(--surface);
}

.button-secondary {
  background: var(--surface);
  color: var(--accent);
  border: 1px solid rgba(23, 105, 87, 0.16);
}

.button:hover,
.store-button:hover {
  opacity: 0.95;
}

.store-button {
  gap: 12px;
  min-width: 186px;
  padding: 0 16px;
  background: #1d2420;
  color: white;
}

.store-overline {
  display: block;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.72;
}

.store-label {
  display: block;
  font-size: 16px;
  line-height: 1.1;
}

.store-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.phone-stack {
  position: relative;
  width: min(100%, 420px);
  height: 576px;
}

.phone-frame {
  position: absolute;
  width: 280px;
  aspect-ratio: 71.5 / 149.6;
  border-radius: 34px;
  background: #111815;
  padding: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-phone);
}

.phone-frame.back {
  width: 268px;
  aspect-ratio: 71.1 / 152.4;
  top: 96px;
  right: 0;
  transform: rotate(8deg);
  opacity: 0.78;
}

.phone-frame.front {
  top: 0;
  left: 12px;
  z-index: 2;
}

.phone-screen {
  position: absolute;
  inset: 8px;
  border-radius: 26px;
  overflow: hidden;
  background: var(--background);
  height: calc(100% - 16px);
  color: var(--ink);
}

.screen-light {
  background: #f6f3ec;
  color: var(--ink);
}

.phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  width: 112px;
  height: 22px;
  border-radius: 0 0 16px 16px;
  background: #111815;
}

.screen-body {
  padding: 38px 16px 18px;
}

.screen-body.dark {
  color: white;
}

.screen-label {
  color: rgba(255,255,255,0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.screen-label.light {
  color: var(--muted);
}

.screen-title {
  margin-top: 16px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.screen-subtitle {
  margin-top: 6px;
  color: rgba(255,255,255,0.76);
}

.hero-home-card {
  border-radius: 28px;
  background: linear-gradient(180deg, #165947 0%, #123f34 100%);
  color: white;
  padding: 18px;
}

.hero-level-card {
  margin-top: 18px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.08);
}

.hero-level-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.hero-value {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.hero-value span {
  font-size: 24px;
  opacity: 0.82;
}

.screen-note {
  margin-top: 2px;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
}

.screen-bars {
  display: grid;
  grid-template-columns: repeat(18, minmax(0, 1fr));
  align-items: end;
  gap: 5px;
  height: 132px;
  margin-top: 18px;
}

.screen-bars span {
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, rgba(216, 239, 119, 0.96), rgba(216, 239, 119, 0.52));
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.stat-chip {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
}

.stat-chip-label {
  color: rgba(255,255,255,0.66);
  font-size: 12px;
}

.stat-chip-value {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 800;
}

.agenda-card,
.list-card,
.small-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
}

.agenda-card {
  padding: 16px;
  background: linear-gradient(180deg, rgba(225, 238, 232, 0.92), rgba(255, 255, 255, 0.98));
}

.agenda-title {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.agenda-row,
.list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.agenda-row {
  margin-top: 14px;
}

.agenda-badge {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--accent);
  color: white;
  font-size: 13px;
  font-weight: 700;
}

.agenda-meta,
.list-meta {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.list-card {
  margin-top: 14px;
  padding: 14px;
}

.list-row + .list-row {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(227, 221, 209, 0.92);
}

.list-name {
  font-weight: 700;
}

.list-status {
  color: var(--accent);
  font-weight: 700;
  white-space: nowrap;
  flex: 0 0 auto;
}

.hero-phone {
  width: 352px;
}

.hero-phone .phone-frame,
.recon-phone .phone-frame {
  position: relative;
  width: 100%;
}

.hero-phone .phone-screen,
.recon-phone .phone-screen {
  height: calc(100% - 20px);
}

.phone-screenshot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hero-home-screen {
  padding: 22px 16px 18px;
}

.hero-topbar {
  display: flex;
  justify-content: flex-end;
}

.hero-dose-icon {
  border-radius: 999px;
}

.hero-profile-ring {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 2px solid rgba(23, 105, 87, 0.8);
  background: transparent;
}

.hero-topline {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 22px;
}

.hero-greeting {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.hero-section-rule {
  height: 1px;
  margin: 16px 0;
  background: rgba(227, 221, 209, 0.92);
}

.hero-week-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.hero-day {
  text-align: center;
}

.hero-day span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-day strong {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 700;
}

.hero-day.soft {
  padding: 10px 0;
  border-radius: 16px;
  background: rgba(225, 238, 232, 0.9);
}

.hero-day.soft span,
.hero-day.soft strong {
  color: var(--accent);
}

.hero-day.active {
  padding: 10px 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #2d7a67, #176957);
  color: white;
}

.hero-day.active span,
.hero-day.active strong {
  color: white;
}

.hero-dose-card {
  border-radius: 28px;
  background: linear-gradient(180deg, #165947 0%, #123f34 100%);
  color: white;
  padding: 18px 16px 16px;
}

.hero-dose-head,
.hero-week-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hero-dose-kicker,
.hero-estimate-head {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.hero-dose-kicker {
  color: rgba(255,255,255,0.88);
  font-size: 11px;
}

.hero-dose-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.1);
}

.hero-dose-title {
  margin-top: 14px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.hero-dose-meta {
  margin-top: 8px;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
}

.hero-dose-divider {
  height: 1px;
  margin: 16px 0 14px;
  background: rgba(255,255,255,0.12);
}

.hero-estimate-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255,255,255,0.84);
  font-size: 11px;
}

.hero-estimate-head span:last-child {
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}

.hero-estimate-row {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr;
  gap: 12px;
  align-items: end;
  margin-top: 14px;
}

.hero-estimate-value {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.hero-estimate-value span {
  font-size: 18px;
  color: rgba(255,255,255,0.78);
}

.hero-estimate-bars {
  position: relative;
  display: grid;
  grid-template-columns: 1fr repeat(16, minmax(0, 1fr)) 8px;
  align-items: end;
  gap: 5px;
  height: 112px;
}

.hero-estimate-bars .baseline {
  height: 2px;
  background: rgba(216, 239, 119, 0.86);
  align-self: center;
  margin-bottom: 1px;
}

.hero-estimate-bars > span:not(.baseline):not(.hero-estimate-dot) {
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, rgba(240, 246, 158, 1), rgba(231, 240, 132, 0.98));
}

.hero-estimate-dot {
  width: 8px;
  height: 8px;
  justify-self: end;
  align-self: start;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 0 0 2px rgba(214, 235, 136, 0.35);
}

.hero-log-cta {
  margin-top: 16px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #5fc094;
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.hero-week-card {
  margin-top: 18px;
  padding: 18px 18px;
  border: 1px solid rgba(175, 204, 246, 0.54);
  border-radius: 26px;
  background: #edf4ff;
}

.hero-week-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.hero-week-card-head span:first-child {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.hero-week-card-head span:last-child {
  color: var(--muted);
  font-size: 14px;
}

.hero-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.hero-summary-card {
  min-height: 104px;
  padding: 16px 16px;
  border: 1px solid rgba(23, 105, 87, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(236, 246, 242, 0.98), rgba(255,255,255,1));
}

.hero-summary-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(23, 105, 87, 0.08);
  color: var(--accent);
  font-size: 20px;
  font-weight: 800;
}

.hero-summary-icon.syringe {
  font-size: 26px;
  line-height: 1;
}

.hero-summary-title {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 800;
}

.hero-summary-copy {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 30px 0;
}

.showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.showcase.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
}

.showcase-copy {
  max-width: 56ch;
}

.section-intro {
  margin: 12px 0 0;
  font-size: 17px;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.feature-point {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.feature-badge {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 800;
}

.feature-text p {
  margin: 6px 0 0;
  color: var(--muted);
}

.showcase-visual {
  display: flex;
  justify-content: center;
}

.reference-tools-visual {
  align-items: flex-end;
  gap: 22px;
}

.recon-phone {
  width: 308px;
}

.single-phone {
  width: 292px;
}

.reference-summary-phone {
  width: 214px;
  margin-bottom: 44px;
}

.single-phone .phone-frame {
  position: relative;
  width: 100%;
}

.single-phone .phone-screen {
  height: calc(100% - 20px);
}

.compact-screen {
  display: grid;
  gap: 14px;
}

.reference-summary-screen {
  padding: 16px 14px;
}

.small-card {
  padding: 14px;
}

.small-card.green {
  background: linear-gradient(180deg, rgba(225, 238, 232, 0.96), rgba(255,255,255,1));
}

.small-kicker {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.small-value {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.small-subtext {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.compact-list {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.compact-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(227, 221, 209, 0.88);
}

.compact-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.compact-name {
  font-weight: 700;
}

.compact-time {
  color: var(--accent);
  font-weight: 700;
}

.mini-barline {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 6px;
  align-items: end;
  height: 72px;
  margin-top: 10px;
}

.mini-barline span {
  border-radius: 999px 999px 3px 3px;
  background: linear-gradient(180deg, rgba(23, 105, 87, 0.9), rgba(23, 105, 87, 0.34));
}

.recon-title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.recon-subtitle {
  color: var(--muted);
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.35;
}

.recon-screen {
  display: grid;
  gap: 14px;
  padding: 24px 16px 18px;
}

.recon-main-card,
.recon-field-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  padding: 16px;
}

.recon-main-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.recon-kicker {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.recon-number {
  margin-top: 8px;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.recon-unit {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.recon-main-note {
  max-width: 90px;
  color: var(--muted);
  font-size: 14px;
  text-align: right;
}

.recon-slider {
  position: relative;
  height: 74px;
  margin-top: 18px;
}

.recon-slider.large {
  margin-top: 20px;
}

.recon-slider-track {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 6px;
  border-radius: 999px;
  background: rgba(23, 105, 87, 0.18);
}

.recon-slider-window {
  position: absolute;
  top: 12px;
  left: 16%;
  width: 68%;
  height: 38px;
  border: 2px solid rgba(23, 105, 87, 0.82);
  border-radius: 999px;
  background: rgba(225, 238, 232, 0.64);
}

.recon-slider-mark {
  position: absolute;
  top: 20px;
  width: 2px;
  height: 22px;
  border-radius: 999px;
  background: rgba(36, 57, 51, 0.5);
}

.recon-slider-mark.active {
  width: 4px;
  height: 30px;
  top: 16px;
  background: var(--accent);
}

.recon-slider .mark-1 { left: 21%; }
.recon-slider .mark-2 { left: 33%; }
.recon-slider .mark-3 { left: 45%; }
.recon-slider .mark-4 { left: 57%; }
.recon-slider .mark-5 { left: 69%; }
.recon-slider .mark-6 { left: 81%; }

.recon-main-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.recon-main-stats span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.recon-main-stats strong {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.05;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 16px;
}

.mini-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(23, 105, 87, 0.16);
  background: white;
  font-weight: 700;
}

.mini-chip.active {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}

.recon-dose-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.recon-dose-value {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.recon-dose-chip {
  min-width: 72px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(23, 105, 87, 0.16);
  border-radius: 14px;
  background: white;
  font-weight: 700;
}

.faq-band,
.support-band {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
}

.faq-band {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

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

.faq-item,
.legal-card {
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-chevron {
  width: 28px;
  height: 28px;
  color: var(--muted);
  flex: 0 0 28px;
  transition: transform 180ms ease;
}

.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  padding-top: 12px;
  font-size: 15px;
}

.support-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 26px 28px;
  background: linear-gradient(180deg, rgba(225, 238, 232, 0.84), rgba(255,255,255,0.98));
}

.site-footer {
  margin-top: 28px;
  background: var(--footer);
  color: rgba(255,255,255,0.88);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 28px;
  padding: 40px 0 24px;
}

.footer-copy {
  margin-top: 12px;
  max-width: 54ch;
  color: rgba(255,255,255,0.74);
}

.footer-heading {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-link {
  color: rgba(255,255,255,0.92);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.66);
  font-size: 13px;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.meta-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 14px 22px;
  margin-top: 20px;
}

.meta-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 500ms ease, transform 500ms ease;
}

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

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .faq-chevron {
    transition: none;
  }

  html {
    scroll-behavior: auto;
  }
}

@media (max-width: 1024px) {
  .hero-grid,
  .showcase,
  .showcase.reverse,
  .support-band,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .showcase-visual {
    order: -1;
  }

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

@media (max-width: 760px) {
  .shell {
    width: min(var(--max-width), calc(100% - 20px));
  }

  .header-row {
    min-height: auto;
    padding: 14px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    gap: 14px;
  }

  .phone-stack {
    width: 100%;
    height: auto;
    display: grid;
    gap: 16px;
  }

  .phone-frame {
    position: relative;
    width: 100%;
    max-width: 296px;
    margin: 0 auto;
  }

  .phone-frame.back,
  .phone-frame.front {
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    opacity: 1;
  }

  .hero-phone,
  .recon-phone,
  .reference-summary-phone {
    width: 100%;
    max-width: 320px;
  }

  .reference-tools-visual {
    flex-direction: column;
    align-items: center;
  }

  .reference-summary-phone {
    margin-bottom: 0;
  }

  .showcase,
  .showcase.reverse {
    gap: 22px;
  }

  .faq-band,
  .support-band,
  .faq-item,
  .legal-card {
    padding: 20px;
    border-radius: 24px;
  }

  .meta-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
