:root {
  color-scheme: light;
  --ink: #0d0f12;
  --muted: #66707a;
  --soft: #f5f7f8;
  --paper: #ffffff;
  --line: #e4e8ec;
  --green: #029275;
  --blue: #0a84ff;
  --pink: #ff00bb;
  --gold: #ffb800;
  --shadow: 0 24px 80px rgba(13, 15, 18, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background:
    radial-gradient(circle at 1px 1px, rgba(2, 146, 117, 0.14) 1px, transparent 0) 0 0 / 28px 28px,
    linear-gradient(180deg, #ffffff 0%, #f8fafb 52%, #ffffff 100%);
}

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

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

a:hover {
  color: var(--green);
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(310px, 0.78fr);
  gap: 64px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

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

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 42px;
  font-size: 18px;
  font-weight: 700;
}

.app-icon {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(13, 15, 18, 0.08);
}

.app-icon img {
  width: 52px;
  height: auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 68px;
  line-height: 1;
}

h2 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.06;
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.2;
}

.lead {
  max-width: 560px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 22px;
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}

.store-badge {
  display: inline-flex;
  min-width: 184px;
  min-height: 58px;
  flex-direction: column;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 8px;
  color: #ffffff;
  background: #07080a;
  box-shadow: 0 16px 34px rgba(13, 15, 18, 0.18);
}

.store-small {
  font-size: 11px;
  line-height: 1;
}

.store-large {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.05;
}

.store-badge.light {
  color: var(--ink);
  background: #ffffff;
  box-shadow: none;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
}

.trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

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

.phone-shell {
  width: min(340px, 100%);
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 38px;
  background: linear-gradient(180deg, #ffffff, #f1f4f5);
  box-shadow: var(--shadow);
}

.phone-screenshot {
  width: 100%;
  border-radius: 30px;
  background: #ffffff;
}

.section-heading p,
.closing-panel p {
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
}

.step-card,
.feature-card,
.screen-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading.compact {
  margin-bottom: 26px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.step-card {
  min-height: 250px;
  padding: 24px;
}

.step-number {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-bottom: 52px;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 800;
  background: var(--green);
}

.step-card p,
.feature-card p,
.screen-card figcaption {
  color: var(--muted);
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.feature-card {
  min-height: 220px;
  padding: 22px;
}

.feature-wide {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(135deg, rgba(2, 146, 117, 0.12), rgba(10, 132, 255, 0.08)),
    rgba(255, 255, 255, 0.9);
}

.photo-feature {
  grid-column: span 2;
}

.privacy-card {
  background:
    linear-gradient(135deg, rgba(255, 184, 0, 0.13), rgba(255, 255, 255, 0.88)),
    rgba(255, 255, 255, 0.9);
}

.place-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.place-pills span {
  padding: 9px 12px;
  border-radius: 8px;
  color: var(--ink);
  font-weight: 700;
  background: #ffffff;
}

.proof-photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 22px;
}

.proof-photos img {
  aspect-ratio: 1;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.screenshot-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.screen-card {
  margin: 0;
  padding: 14px;
}

.screen-card figcaption {
  padding: 14px 4px 2px;
  font-size: 14px;
  font-weight: 700;
}

.mini-screen {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafb;
}

.mini-topbar {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 800;
}

.template-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.template-grid span,
.check-row,
.widget-tile,
.history-line {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.template-grid span {
  display: flex;
  min-height: 96px;
  align-items: flex-end;
  padding: 12px;
  font-weight: 700;
}

.template-grid span:first-child {
  background: linear-gradient(135deg, var(--gold), #ffffff 74%);
}

.template-grid span:nth-child(2) {
  background: linear-gradient(135deg, #00b8ff, #ffffff 74%);
}

.template-grid span:nth-child(3) {
  background: linear-gradient(135deg, #ff3b58, #ffffff 74%);
}

.template-grid span:nth-child(4) {
  background: linear-gradient(135deg, #a855f7, #ffffff 74%);
}

.checklist-screen {
  background:
    radial-gradient(circle at 50% 54%, rgba(2, 146, 117, 0.24), transparent 28%),
    #f8fafb;
}

.check-row {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  font-weight: 700;
}

.check-row span {
  color: var(--muted);
  font-size: 12px;
}

.check-row.complete {
  color: var(--green);
}

.check-row.photo span {
  color: var(--pink);
}

.progress-line {
  height: 10px;
  margin-top: auto;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(13, 15, 18, 0.1);
}

.progress-line span {
  display: block;
  width: 66%;
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}

.widget-screen {
  justify-content: center;
  background: #101214;
}

.widget-tile {
  min-height: 108px;
  padding: 16px;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
}

.widget-tile.done {
  color: #101214;
  background: var(--pink);
}

.widget-tile strong,
.widget-tile span {
  display: block;
}

.widget-tile span,
.history-line {
  font-size: 13px;
}

.history-line {
  padding: 14px;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
}

.closing {
  padding-bottom: 70px;
}

.closing-panel {
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 64px 28px;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(2, 146, 117, 0.94), rgba(13, 15, 18, 0.98)),
    var(--ink);
}

.closing-panel .eyebrow,
.closing-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.closing-panel h2 {
  margin-bottom: 4px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.footer-inner {
  display: flex;
  width: min(1120px, calc(100% - 40px));
  min-height: 76px;
  align-items: center;
  gap: 18px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 14px;
}

.footer-inner span {
  margin-right: auto;
  color: var(--ink);
  font-weight: 800;
}

.legal-page {
  background:
    radial-gradient(circle at 1px 1px, rgba(2, 146, 117, 0.1) 1px, transparent 0) 0 0 / 28px 28px,
    #ffffff;
}

.legal-header {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 0;
}

.legal-brand {
  margin-bottom: 0;
}

.legal-main {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 88px;
}

.legal-card {
  padding: 56px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 60px rgba(13, 15, 18, 0.08);
}

.legal-card h1 {
  max-width: 780px;
  margin-bottom: 10px;
  font-size: 58px;
}

.legal-card h2 {
  margin-top: 0;
  font-size: 28px;
}

.legal-card h3 {
  margin-top: 24px;
}

.legal-meta {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 15px;
}

.legal-intro {
  max-width: 760px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 19px;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 42px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.legal-nav a {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.legal-nav a:hover {
  color: var(--green);
  border-color: rgba(2, 146, 117, 0.35);
}

.legal-section {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.legal-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.legal-section p,
.legal-section li {
  color: var(--muted);
  font-size: 16px;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-section a {
  color: var(--green);
  font-weight: 700;
}

.legal-section ul {
  margin: 0;
  padding-left: 22px;
}

.legal-section li + li {
  margin-top: 8px;
}

.note-box {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 184, 0, 0.34);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 184, 0, 0.12);
}

.note-box strong {
  color: var(--ink);
}

@media (max-width: 920px) {
  .section {
    padding: 70px 0;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: auto;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 36px;
  }

  .steps,
  .screenshot-strip {
    grid-template-columns: 1fr;
  }

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

  .feature-wide,
  .photo-feature {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  body {
    background:
      radial-gradient(circle at 1px 1px, rgba(2, 146, 117, 0.12) 1px, transparent 0) 0 0 / 24px 24px,
      #ffffff;
  }

  .section {
    width: min(100% - 28px, 1120px);
    padding: 58px 0;
  }

  .hero {
    padding-top: 30px;
    gap: 30px;
  }

  .brand-lockup {
    margin-bottom: 30px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 31px;
  }

  .lead {
    font-size: 18px;
  }

  .phone-shell {
    width: min(300px, 100%);
  }

  .bento-grid,
  .proof-photos {
    grid-template-columns: 1fr;
  }

  .feature-wide,
  .photo-feature {
    grid-column: auto;
  }

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

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0;
  }

  .footer-inner span {
    margin-right: 0;
  }

  .legal-header,
  .legal-main {
    width: min(100% - 28px, 920px);
  }

  .legal-main {
    padding-top: 38px;
    padding-bottom: 58px;
  }

  .legal-card {
    padding: 28px 20px;
  }

  .legal-card h1 {
    font-size: 38px;
  }

  .legal-card h2 {
    font-size: 25px;
  }
}
