:root {
  --ink: #1d3a4a;
  --ink-strong: #162a35;
  --paper: #fff8ef;
  --surface: #ffffff;
  --sage: #67a989;
  --coral: #e88f7d;
  --honey: #e7bd56;
  --muted: #6d7d88;
  --line: #eadfd4;
  --soft: #f4eee8;
  --shadow: 0 24px 70px rgba(29, 58, 74, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  background:
    radial-gradient(circle at 88% 14%, rgba(231, 189, 86, 0.22), transparent 26rem),
    radial-gradient(circle at 8% 72%, rgba(232, 143, 125, 0.16), transparent 24rem),
    var(--paper);
  color: var(--ink);
  font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.page {
  overflow: hidden;
}

.wrap {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
}

.brand {
  color: #006c73;
  font-size: 26px;
  font-weight: 800;
  text-decoration: none;
}

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

.nav a {
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 56px;
  align-items: center;
  min-height: 760px;
  padding: 24px 0 78px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 26px;
  color: var(--ink-strong);
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
}

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

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

.store-button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 200px;
  min-height: 60px;
  padding: 9px 20px 10px;
  border: 1px solid rgba(29, 58, 74, 0.12);
  border-radius: 18px;
  color: var(--ink);
  background: var(--surface);
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 12px 34px rgba(29, 58, 74, 0.08);
}

.store-button.primary {
  background: var(--ink);
  color: #ffffff;
}

.store-button small {
  margin-bottom: 1px;
  font-size: 11px;
  font-weight: 800;
  opacity: 0.72;
}

.launch-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
}

.hero-visual {
  position: relative;
  min-height: 600px;
}

.hero-card {
  position: absolute;
  right: 0;
  top: 44px;
  width: min(510px, 100%);
  padding: 26px;
  border: 1px solid rgba(29, 58, 74, 0.09);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-card img {
  display: block;
  width: 100%;
  border-radius: 26px;
}

.paper-preview {
  position: absolute;
  left: 0;
  bottom: 22px;
  width: 315px;
  padding: 26px;
  border: 1px solid rgba(29, 58, 74, 0.1);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 64px rgba(29, 58, 74, 0.14);
}

.preview-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eaf6ef;
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
}

.preview-title {
  margin-bottom: 18px;
  color: var(--ink-strong);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.08;
}

.preview-line {
  width: 100%;
  height: 10px;
  margin-top: 12px;
  border-radius: 999px;
  background: #edf1ef;
}

.preview-line.short {
  width: 72%;
}

.section {
  padding: 80px 0;
}

.section-title {
  max-width: 680px;
  margin-bottom: 16px;
  color: var(--ink-strong);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.08;
}

.section-copy {
  max-width: 720px;
  color: var(--muted);
  font-size: 20px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.card {
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(29, 58, 74, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 52px rgba(29, 58, 74, 0.08);
}

.card-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 17px;
  background: #fff0ea;
  color: var(--coral);
  font-weight: 800;
}

.card:nth-child(2) .card-mark {
  background: #eaf6ef;
  color: var(--sage);
}

.card:nth-child(3) .card-mark {
  background: #fff7d7;
  color: #9a7b21;
}

.card h3 {
  margin-bottom: 10px;
  color: var(--ink-strong);
  font-size: 23px;
  font-weight: 800;
}

.card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.legal-page {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 76px;
}

.legal-hero {
  padding: 52px 0 34px;
}

.legal-hero h1 {
  max-width: 760px;
  font-size: 54px;
}

.legal-hero p {
  max-width: 680px;
  color: var(--muted);
  font-size: 20px;
}

.updated {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.legal-section {
  margin-bottom: 16px;
  padding: 24px;
  border: 1px solid rgba(29, 58, 74, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 36px rgba(29, 58, 74, 0.06);
}

.legal-section h2 {
  margin-bottom: 8px;
  color: var(--ink-strong);
  font-size: 21px;
  font-weight: 800;
}

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

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

.site-footer {
  border-top: 1px solid rgba(29, 58, 74, 0.1);
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  h1 {
    font-size: 54px;
  }

  .hero-visual {
    min-height: 560px;
  }

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

@media (max-width: 560px) {
  .wrap,
  .legal-page {
    width: min(100% - 36px, 1120px);
  }

  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero {
    padding-bottom: 42px;
  }

  h1,
  .legal-hero h1 {
    font-size: 42px;
  }

  .lead,
  .section-copy,
  .legal-hero p {
    font-size: 18px;
  }

  .store-button {
    width: 100%;
  }

  .hero-visual {
    min-height: 510px;
  }

  .hero-card {
    width: 92%;
    padding: 18px;
  }

  .paper-preview {
    width: 78%;
    padding: 22px;
  }

  .section {
    padding: 58px 0;
  }

  .section-title {
    font-size: 34px;
  }
}
