:root {
  --ink: #171717;
  --muted: #65748b;
  --paper: #fbf8f2;
  --surface: #ffffff;
  --surface-warm: #f3eee6;
  --line: #ded7ca;
  --gold: #c9aa5f;
  --gold-dark: #9a7835;
  --sage: #667b68;
  --shadow: 0 24px 70px rgba(52, 42, 29, 0.13);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(201, 170, 95, 0.16), transparent 30rem),
    linear-gradient(180deg, #fbf8f2 0%, #f7f1e9 52%, #fbf8f2 100%);
}

a {
  color: inherit;
}

.site-header,
.site-footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header {
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 750;
  text-decoration: none;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, #111 0%, #2c2924 58%, #c9aa5f 180%);
  box-shadow: 0 10px 22px rgba(23, 23, 23, 0.14);
}

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

nav a {
  text-decoration: none;
}

nav a:hover,
nav a[aria-current="page"] {
  color: var(--ink);
}

.hero {
  width: min(1120px, calc(100% - 40px));
  min-height: calc(100vh - 84px);
  margin: 0 auto;
  padding: 42px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: center;
  gap: 72px;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(44px, 7vw, 84px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.03;
  letter-spacing: 0;
}

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

.lede,
.section p,
.page p,
.legal p,
.info-list li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.lede {
  max-width: 620px;
  margin-bottom: 32px;
  font-size: 21px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 750;
  text-decoration: none;
}

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

.button.secondary {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.56);
}

.phone-frame {
  width: 100%;
  max-width: 390px;
  padding: 14px;
  border-radius: 42px;
  background: #111;
  box-shadow: var(--shadow);
}

.phone-screen {
  min-height: 620px;
  padding: 34px 26px;
  border-radius: 32px;
  background: #fdfaf5;
  overflow: hidden;
}

.app-topline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.phone-screen h2 {
  margin-bottom: 12px;
  font-size: 33px;
}

.verse {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.practice-card {
  margin-top: 30px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}

.practice-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tokens {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tokens b,
.tokens em {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fbf8f2;
  font-size: 18px;
  font-style: normal;
}

.tokens b {
  color: var(--ink);
}

.tokens em {
  color: var(--muted);
}

.progress-bar {
  height: 10px;
  margin-top: 28px;
  border-radius: 99px;
  background: var(--surface-warm);
  overflow: hidden;
}

.progress-bar span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: var(--gold);
}

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

.section {
  padding: 74px 0;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 30px;
}

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

.feature-grid article,
.business-card,
.info-list {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 40px rgba(52, 42, 29, 0.06);
}

.feature-grid article {
  padding: 22px;
}

.feature-grid p {
  margin-bottom: 0;
  font-size: 16px;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 42px;
  align-items: start;
}

.business-card {
  margin: 0;
  padding: 22px;
}

.business-card div + div {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.business-card dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.business-card dd {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 750;
}

.site-footer {
  padding: 42px 0;
  color: var(--muted);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer a {
  color: var(--muted);
  text-decoration: none;
}

.page,
.legal {
  max-width: 820px;
  padding: 66px 0 90px;
}

.page h1,
.legal h1 {
  font-size: clamp(40px, 6vw, 68px);
}

.legal h2,
.page h2 {
  margin-top: 36px;
  margin-bottom: 12px;
  font-size: 26px;
}

.info-list {
  margin-top: 28px;
  padding: 24px;
}

.info-list ul {
  margin: 0;
  padding-left: 22px;
}

.info-list li + li {
  margin-top: 8px;
}

@media (max-width: 900px) {
  .hero,
  .trust-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 44px;
  }

  .phone-frame {
    max-width: 430px;
  }

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

@media (max-width: 640px) {
  .site-header,
  .site-footer {
    width: min(100% - 28px, 1120px);
  }

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

  nav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .hero,
  .section,
  .page,
  .legal {
    width: min(100% - 28px, 1120px);
  }

  .hero {
    padding-top: 34px;
  }

  .lede,
  .section p,
  .page p,
  .legal p,
  .info-list li {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .phone-screen {
    min-height: 560px;
  }

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

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