/* Kept — calm trust, stock-Apple-utility credibility (docs/brand.md). Duplicated
   per site by design; the monorepo rule forbids shared code between apps.
   No alarm-red anywhere — caution is amber, reassurance is the brand green. */
:root {
  --base: #f5f4f1;
  --surface: #ffffff;
  --text: #1f2421;
  --text-soft: #5a625d;
  --keep: #2d5a4e;
  --keep-deep: #224639;
  --verified: #3e7c5b;
  --verified-soft: #e7f1ea;
  --line: #e3e1db;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--base);
  color: var(--text);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.6;
}
h1, h2, h3 { line-height: 1.2; color: var(--text); letter-spacing: -0.01em; text-wrap: balance; }
a { color: var(--keep); }
img { max-width: 100%; height: auto; }
:is(a, button, summary, input):focus-visible {
  outline: 2px solid var(--keep-deep); outline-offset: 2px;
}

.nav {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 0.5rem 1rem;
  max-width: 64rem; margin: 0 auto; padding: 1rem 1.25rem;
}
.brand {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 1.3rem; font-weight: 700; color: var(--text); text-decoration: none;
}
.brand img { border-radius: 7px; }
.nav nav { display: flex; flex-wrap: wrap; gap: 0.4rem 1.25rem; justify-content: flex-end; }
.nav nav a { text-decoration: none; color: var(--text-soft); }
.nav nav a:hover { color: var(--keep); text-decoration: underline; }

main { max-width: 64rem; margin: 0 auto; padding: 0 1.25rem; }

.hero { text-align: center; padding: 3.5rem 0 2rem; }
.hero h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); margin: 0 auto 1rem; max-width: 44rem; font-weight: 800; }
.hero .sub { max-width: 36rem; margin: 0 auto 1.75rem; color: var(--text-soft); font-size: 1.15rem; }
.cta-row { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-block; padding: 0.8rem 1.4rem; border-radius: 12px;
  border: 1.5px solid var(--keep); color: var(--keep);
  text-decoration: none; font-weight: 600; background: var(--surface);
}
.btn.primary { background: var(--keep); border-color: var(--keep); color: #fff; }
.btn.primary:hover { background: var(--keep-deep); }
.btn:hover { border-color: var(--keep-deep); }

.devices {
  display: flex; gap: 2rem; justify-content: center; align-items: center;
  flex-wrap: wrap; padding: 2rem 0 1rem;
}
.device { margin: 0; border-radius: 26px; background: #202422; padding: 10px; box-shadow: 0 18px 40px rgba(31, 36, 33, 0.22); }
.device img { display: block; border-radius: 18px; }
.device.phone img { width: clamp(200px, 30vw, 280px); height: auto; }
.verified-card {
  max-width: 22rem; background: var(--verified-soft); border: 1px solid var(--verified);
  border-radius: 16px; padding: 1.4rem;
}
.verified-card .check { color: var(--verified); font-weight: 700; font-size: 1.15rem; margin-top: 0; }

.contrast { padding: 2.5rem 0 1rem; }
.contrast h2, .packet h2, .trust h2, .pricing h2, .faq h2 { font-size: 1.75rem; }
.contrast-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1.25rem; }
.contrast-card { border-radius: 16px; padding: 1.4rem; background: var(--surface); border: 1px solid var(--line); }
.contrast-card.us { border: 2px solid var(--keep); }
.contrast-card h3 { margin-top: 0; font-size: 1.1rem; }
.contrast-card.them h3 { color: var(--text-soft); }

.packet { padding: 2rem 0; max-width: 46rem; }
.packet-demo {
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px;
  overflow: hidden; font-size: 0.95rem;
}
.packet-row {
  display: grid; grid-template-columns: 2.2fr 1fr 0.8fr 1.4fr; gap: 0.5rem;
  padding: 0.65rem 1rem; border-bottom: 1px solid var(--line);
}
.packet-row:last-child { border-bottom: none; }
.packet-head { background: var(--base); font-weight: 700; }

.trust { padding: 1.5rem 0; max-width: 46rem; }
.trust-list { list-style: none; padding: 0; }
.trust-list li, .trust-list > div {
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px;
  padding: 0.9rem 1.2rem; margin-bottom: 0.6rem;
}
.trust-list > div { padding: 1.1rem 1.4rem; margin-bottom: 0.9rem; }
.trust-list > div h2 { margin-top: 0; font-size: 1.25rem; }

.pricing { padding: 1.5rem 0; }
.price-card {
  max-width: 30rem; margin: 0 auto; text-align: center;
  background: var(--surface); border: 2px solid var(--keep); border-radius: 16px;
  padding: 1.75rem;
}
.price { font-size: 2.4rem; font-weight: 800; color: var(--keep); margin: 0 0 0.75rem; }
.price .once { font-size: 1.1rem; font-weight: 600; color: var(--text-soft); }
.price, .packet-demo, .total-banner, .room-total { font-variant-numeric: tabular-nums; }

.faq { padding: 1rem 0 3rem; max-width: 44rem; }
.faq details {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 12px; padding: 0.9rem 1.2rem; margin-bottom: 0.75rem;
}
.faq summary { cursor: pointer; font-weight: 600; font-size: 1.02rem; }
.faq details[open] summary { color: var(--keep); }

.prose { max-width: 44rem; padding: 2.5rem 0 3rem; }
.prose h1 { font-size: 2.1rem; }
.prose.center { text-align: center; }
.fine { color: var(--text-soft); font-size: 0.9rem; }

footer {
  border-top: 1px solid var(--line); margin-top: 2rem;
  padding: 2rem 1.25rem 3rem; text-align: center; color: var(--text-soft);
}
footer .fine { font-size: 0.85rem; }
footer .oomny-link img { vertical-align: -3px; margin-right: 1px; }

.how-it-works { padding: 2.5rem 0 1rem; max-width: 44rem; }
.how-it-works h2 { font-size: 1.75rem; }
.steps { list-style: none; padding: 0; margin: 1.5rem 0 0; display: flex; flex-direction: column; gap: 1.1rem; }
.steps li {
  display: flex; gap: 1.1rem; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 14px; padding: 1.1rem 1.3rem;
}
.step-num {
  flex: 0 0 auto; width: 2rem; height: 2rem; border-radius: 50%;
  background: var(--keep); color: #fff;
  font-weight: 700; font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  margin-top: 0.1rem;
}
.steps li div strong { font-size: 1.05rem; display: block; margin-bottom: 0.25rem; }
.steps li div p { margin: 0; color: var(--text-soft); }

.badge-slot { padding: 1.5rem 0; }
.store-badge {
  display: inline-block; padding: 0.75rem 1.5rem; border-radius: 12px;
  background: var(--text); color: #fff; font-weight: 600; font-size: 1rem;
  text-decoration: none; border: none;
}
.store-badge:hover { background: var(--text-soft); }
.store-badge.hidden { display: none; }

@media (prefers-reduced-motion: no-preference) {
  .btn { transition: background 0.15s ease, border-color 0.15s ease; }
}
