:root {
  --ink: #173c32;
  --forest: #214e42;
  --forest-deep: #102b24;
  --coral: #d65f46;
  --paper: #f7f4ec;
  --paper-warm: #efe7da;
  --surface: #fffcf5;
  --mint: #d6eadd;
  --mint-light: #e8f0ea;
  --line: #c8d1ca;
  --muted: #52645d;
  --white: #ffffff;
  --shadow: 0 26px 70px rgb(23 60 50 / 14%);
  --shell: min(1180px, calc(100% - 48px));
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

a:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  color: var(--white);
  background: var(--forest-deep);
  border-radius: 8px;
  transform: translateY(-160%);
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgb(23 60 50 / 14%);
  background: rgb(247 244 236 / 92%);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 78px;
  gap: 28px;
}

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

.brand img {
  flex: none;
  border-radius: 10px;
}

.primary-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 28px;
}

.primary-nav a,
.site-footer nav a {
  color: var(--muted);
  font-size: 0.91rem;
  font-weight: 720;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"],
.site-footer nav a:hover,
.site-footer nav a[aria-current="page"] {
  color: var(--coral);
}

.release-label {
  padding: 8px 12px;
  color: var(--forest);
  background: var(--mint);
  border: 1px solid rgb(33 78 66 / 18%);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 0.82fr);
  align-items: center;
  min-height: 760px;
  padding-block: 82px 68px;
  gap: 72px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 880;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  line-height: 1.03;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(3.3rem, 7vw, 6.7rem);
  font-weight: 900;
  letter-spacing: -0.075em;
}

h1 span {
  color: var(--coral);
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 4.7vw, 4.3rem);
  font-weight: 880;
  letter-spacing: -0.06em;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.42rem;
  font-weight: 830;
  letter-spacing: -0.035em;
}

.hero-lede {
  max-width: 680px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 2px solid var(--forest);
  border-radius: 11px;
  font-size: 0.92rem;
  font-weight: 820;
  text-decoration: none;
}

.button-primary {
  color: var(--white);
  background: var(--forest);
}

.button-primary:hover {
  background: var(--forest-deep);
}

.button-secondary {
  color: var(--forest);
  background: transparent;
}

.button-secondary:hover {
  background: var(--mint);
}

.proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin: 32px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 720;
  list-style: none;
}

.proof-list li::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  background: var(--coral);
  border-radius: 50%;
  content: "";
  vertical-align: 0.1em;
}

.hero-product {
  position: relative;
  min-height: 650px;
}

.phone {
  position: relative;
  z-index: 3;
  overflow: hidden;
  width: min(370px, 84vw);
  padding: 8px;
  background: #0d211c;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 42px;
  box-shadow: var(--shadow);
}

.phone img {
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 13;
  object-fit: contain;
  border-radius: 34px;
}

.phone-hero {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-42%) rotate(2.2deg);
}

.route {
  position: absolute;
  z-index: 1;
  border: 3px dashed rgb(214 95 70 / 42%);
  border-radius: 50%;
  pointer-events: none;
}

.route-one {
  top: 64px;
  right: -6px;
  width: 330px;
  height: 330px;
  border-left-color: transparent;
  transform: rotate(-16deg);
}

.route-two {
  bottom: 20px;
  left: -40px;
  width: 260px;
  height: 260px;
  border-right-color: transparent;
  transform: rotate(18deg);
}

.progress-note {
  position: absolute;
  z-index: 5;
  right: -12px;
  bottom: 86px;
  display: grid;
  grid-template-columns: 1fr auto;
  width: 220px;
  padding: 17px;
  color: var(--white);
  background: var(--forest);
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgb(23 60 50 / 23%);
  font-weight: 760;
}

.progress-note i {
  grid-column: 1 / -1;
  height: 6px;
  margin-top: 11px;
  background: linear-gradient(90deg, var(--coral) 36%, rgb(255 255 255 / 28%) 36%);
  border-radius: 999px;
}

.signal-strip {
  color: var(--white);
  background: var(--forest);
  border-block: 1px solid rgb(255 255 255 / 14%);
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.signal-grid p {
  display: flex;
  min-height: 138px;
  align-items: center;
  margin: 0;
  padding: 26px;
  border-left: 1px solid rgb(255 255 255 / 18%);
  gap: 16px;
}

.signal-grid p:last-child {
  border-right: 1px solid rgb(255 255 255 / 18%);
}

.signal-grid strong {
  color: #f38a72;
  font-size: 2.6rem;
  line-height: 1;
}

.signal-grid span {
  max-width: 150px;
  font-size: 0.82rem;
  font-weight: 720;
  line-height: 1.35;
}

.section {
  padding-block: 128px;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: end;
  margin-bottom: 70px;
  column-gap: 76px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p:last-child {
  margin-bottom: 8px;
  color: var(--muted);
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
}

.workflow-step {
  padding: 42px 34px 46px;
  border-left: 1px solid var(--line);
}

.workflow-step:last-child {
  border-right: 1px solid var(--line);
}

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

.step-number {
  display: block;
  margin-bottom: 54px;
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.feature-story {
  overflow: hidden;
  background: var(--paper-warm);
}

.feature-story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  min-height: 830px;
  gap: 90px;
}

.feature-copy {
  max-width: 550px;
  padding-block: 90px;
}

.feature-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.check-list {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 13px 0;
  border-top: 1px solid rgb(23 60 50 / 18%);
  font-weight: 720;
}

.check-list li::before {
  margin-right: 12px;
  color: var(--coral);
  content: "✓";
  font-weight: 900;
}

.phone-feature {
  width: min(390px, 86vw);
  margin: 90px auto -170px;
  transform: rotate(-2deg);
}

.feature-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.feature-panel {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: 56px 52px 0;
}

.feature-alarm {
  background: #f5e5dd;
}

.feature-share {
  background: #e2ece5;
}

.feature-panel-copy {
  position: relative;
  z-index: 4;
}

.feature-panel h2 {
  font-size: clamp(2.2rem, 3.9vw, 3.65rem);
}

.feature-panel-copy > p:not(.eyebrow, .fine-print) {
  max-width: 530px;
  color: var(--muted);
}

.fine-print {
  max-width: 520px;
  color: var(--muted);
  font-size: 0.76rem;
}

.phone-small {
  width: 320px;
  margin: 34px auto -430px;
  border-radius: 36px;
}

.phone-small img {
  border-radius: 29px;
}

.feature-alarm .phone-small {
  transform: rotate(-2deg);
}

.feature-share .phone-small {
  transform: rotate(2deg);
}

.privacy-band {
  padding-block: 112px;
  color: var(--white);
  background: var(--forest-deep);
}

.privacy-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
}

.privacy-grid h2 {
  margin-bottom: 0;
}

.eyebrow-light {
  color: #f38a72;
}

.privacy-copy > p {
  max-width: 690px;
  color: rgb(255 255 255 / 77%);
  font-size: 1.08rem;
}

.privacy-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 36px 0;
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.privacy-facts span {
  padding: 17px 10px 17px 0;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  font-size: 0.86rem;
  font-weight: 720;
}

.text-link {
  color: var(--coral);
  font-weight: 820;
  text-decoration-thickness: 2px;
}

.text-link-light {
  color: #f38a72;
}

.release-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 80px;
}

.release-section h2 {
  margin-bottom: 0;
}

.release-section > div:last-child {
  color: var(--muted);
  font-size: 1.06rem;
}

.release-note {
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 0.83rem;
}

.site-footer {
  color: rgb(255 255 255 / 74%);
  background: var(--forest-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 150px;
  gap: 20px 38px;
}

.brand-footer {
  color: var(--white);
}

.footer-grid > p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  gap: 24px;
}

.site-footer nav a {
  color: rgb(255 255 255 / 74%);
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid rgb(255 255 255 / 14%);
  font-size: 0.74rem;
}

/* Privacy policy */

.legal-page {
  background: var(--surface);
}

.legal-shell {
  width: min(900px, calc(100% - 48px));
  margin-inline: auto;
  padding-block: 86px 120px;
}

.legal-hero {
  padding-bottom: 44px;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 8vw, 6.3rem);
}

.legal-intro {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.18rem;
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  margin: 36px 0 0;
  gap: 18px 52px;
}

.policy-meta div {
  display: grid;
  gap: 2px;
}

.policy-meta dt {
  color: var(--coral);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-meta dd {
  margin: 0;
  font-weight: 740;
}

.launch-blocker {
  margin: 40px 0;
  padding: 24px 26px;
  color: #4a281f;
  background: #fde9e3;
  border-left: 5px solid var(--coral);
}

.launch-blocker p:last-child {
  margin-bottom: 0;
  font-size: 0.82rem;
}

[data-required-field] {
  font-weight: 820;
}

.policy-toc {
  display: flex;
  flex-wrap: wrap;
  margin: 52px 0 18px;
  padding: 24px 0;
  border-block: 1px solid var(--line);
  gap: 10px 22px;
}

.policy-toc strong {
  width: 100%;
  margin-bottom: 4px;
  color: var(--coral);
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.policy-toc a {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 740;
}

.policy-content {
  counter-reset: policy-section;
}

.policy-content section {
  padding-block: 48px 24px;
  scroll-margin-top: 30px;
}

.policy-content section + section {
  border-top: 1px solid var(--line);
}

.policy-content h2 {
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  letter-spacing: -0.045em;
}

.policy-content p,
.policy-content li {
  color: #40564f;
}

.policy-content ul {
  padding-left: 1.25rem;
}

.policy-content li + li {
  margin-top: 8px;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.summary-grid p {
  margin: 0;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.summary-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.table-scroll {
  overflow-x: auto;
  margin-block: 28px;
  border: 1px solid var(--line);
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 0.86rem;
}

th,
td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--ink);
  background: var(--mint-light);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

.back-home {
  margin: 54px 0 0;
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: auto 1fr;
  }

  .release-label {
    display: none;
  }

  .primary-nav {
    justify-content: flex-end;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 68px;
  }

  .hero-copy {
    max-width: 800px;
  }

  .hero-product {
    width: min(600px, 100%);
    margin-inline: auto;
  }

  .signal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .signal-grid p:nth-child(2) {
    border-right: 1px solid rgb(255 255 255 / 18%);
  }

  .section-heading,
  .feature-story-grid,
  .privacy-grid,
  .release-section {
    grid-template-columns: 1fr;
  }

  .feature-story-grid {
    gap: 0;
  }

  .feature-copy {
    padding-bottom: 0;
  }

  .feature-pair {
    grid-template-columns: 1fr;
  }

  .feature-panel {
    min-height: 760px;
  }
}

@media (max-width: 720px) {
  :root {
    --shell: min(100% - 32px, 1180px);
  }

  body {
    font-size: 16px;
  }

  html {
    scroll-behavior: auto;
  }

  .header-inner {
    display: flex;
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding-block: 14px;
    gap: 10px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .primary-nav {
    justify-content: flex-start;
    gap: 5px 18px;
  }

  .primary-nav a {
    font-size: 0.78rem;
  }

  .hero {
    min-height: 0;
    padding-block: 58px 40px;
    gap: 40px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.3rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-product {
    min-height: 610px;
  }

  .phone-hero {
    left: 44%;
    width: min(350px, 88vw);
  }

  .progress-note {
    right: -6px;
    bottom: 36px;
    width: 190px;
  }

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

  .signal-grid p,
  .signal-grid p:nth-child(2),
  .signal-grid p:last-child {
    min-height: 88px;
    padding: 20px 12px;
    border-right: 1px solid rgb(255 255 255 / 18%);
  }

  .section {
    padding-block: 82px;
  }

  .section-heading {
    margin-bottom: 42px;
    gap: 20px;
  }

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

  .workflow-step,
  .workflow-step:last-child {
    padding: 28px 0 32px;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .workflow-step:last-child {
    border-bottom: 0;
  }

  .step-number {
    margin-bottom: 26px;
  }

  .feature-story-grid {
    min-height: 0;
  }

  .feature-copy {
    padding-block: 76px 26px;
  }

  .phone-feature {
    margin-top: 26px;
  }

  .feature-pair {
    width: 100%;
    padding-block: 0;
    gap: 0;
  }

  .feature-panel {
    min-height: 740px;
    padding: 66px 24px 0;
  }

  .phone-small {
    width: min(310px, 88vw);
  }

  .privacy-band {
    padding-block: 80px;
  }

  .privacy-grid {
    gap: 28px;
  }

  .privacy-facts {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    display: flex;
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    padding-block: 46px;
    gap: 18px;
  }

  .copyright {
    width: 100%;
  }

  .legal-shell {
    width: min(100% - 32px, 900px);
    padding-block: 60px 88px;
  }

  .legal-hero h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

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

  .policy-content section {
    padding-block: 38px 18px;
  }
}

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