@font-face {
  font-family: "Chewy";
  src: url("fonts/Chewy-Regular.ttf?v=20260710") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --bg: #f4efe7;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-home: rgba(255, 255, 255, 0.72);
  --text: #161616;
  --muted: #5f5a52;
  --line: rgba(22, 22, 22, 0.08);
  --accent: #ff6a3d;
  --accent-soft: #ffd8cb;
  --accent-2: #0d9488;
  --shadow: 0 24px 60px rgba(39, 28, 19, 0.12);
  --radius: 28px;
  --body-bg:
    radial-gradient(circle at top left, rgba(255, 106, 61, 0.18), transparent 24%),
    linear-gradient(180deg, #fcf8f3 0%, var(--bg) 55%, #efe6dc 100%);
  --home-bg:
    radial-gradient(circle at top left, rgba(255, 106, 61, 0.24), transparent 28%),
    radial-gradient(circle at right 15% top 10%, rgba(13, 148, 136, 0.18), transparent 24%),
    linear-gradient(180deg, #fcf8f3 0%, var(--bg) 52%, #efe6dc 100%);
  --grid-line: rgba(22, 22, 22, 0.03);
  --grid-mask: linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 75%);
  --control-surface: rgba(255, 255, 255, 0.74);
  --control-surface-soft: rgba(255, 255, 255, 0.62);
  --active-bg: var(--text);
  --active-text: #ffffff;
  --button-bg: var(--text);
  --button-text: #ffffff;
  --link-line: rgba(22, 22, 22, 0.2);
  --phone-shell: linear-gradient(180deg, #232323 0%, #0f0f0f 100%);
  --screen-bg: linear-gradient(180deg, #fff9f5 0%, #f8efe6 100%);
  --screen-top-bg: linear-gradient(180deg, #fff7f2 0%, #ffe5db 100%);
  --chip-surface: rgba(255, 255, 255, 0.72);
  --pill-bg: rgba(22, 22, 22, 0.1);
}

html[data-theme="dark"] {
    color-scheme: dark;
    --bg: #161512;
    --surface: rgba(32, 30, 27, 0.8);
    --surface-home: rgba(32, 30, 27, 0.74);
    --text: #f8f1e8;
    --muted: #beb4a6;
    --line: rgba(255, 255, 255, 0.1);
    --accent: #ff865f;
    --accent-soft: rgba(255, 134, 95, 0.24);
    --accent-2: #34d5c7;
    --shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
    --body-bg:
      radial-gradient(circle at top left, rgba(255, 134, 95, 0.18), transparent 24%),
      linear-gradient(180deg, #25211c 0%, var(--bg) 56%, #11100e 100%);
    --home-bg:
      radial-gradient(circle at top left, rgba(255, 134, 95, 0.2), transparent 28%),
      radial-gradient(circle at right 15% top 10%, rgba(52, 213, 199, 0.14), transparent 24%),
      linear-gradient(180deg, #25211c 0%, var(--bg) 52%, #11100e 100%);
    --grid-line: rgba(255, 255, 255, 0.04);
    --grid-mask: linear-gradient(180deg, rgba(0, 0, 0, 0.32), transparent 75%);
    --control-surface: rgba(255, 255, 255, 0.08);
    --control-surface-soft: rgba(255, 255, 255, 0.07);
    --active-bg: #f8f1e8;
    --active-text: #171512;
    --button-bg: #f8f1e8;
    --button-text: #171512;
    --link-line: rgba(255, 255, 255, 0.28);
    --phone-shell: linear-gradient(180deg, #0f0f0f 0%, #050505 100%);
    --screen-bg: linear-gradient(180deg, #28231e 0%, #171512 100%);
    --screen-top-bg: linear-gradient(180deg, #32251e 0%, #241815 100%);
    --chip-surface: rgba(255, 255, 255, 0.08);
    --pill-bg: rgba(255, 255, 255, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "SF Pro Display", "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--body-bg);
  min-height: 100vh;
}

body.home-page {
  background: var(--home-bg);
}

html.inside-app body {
  background: #ffffff;
  color: #111111;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html.inside-app body .page {
  width: min(760px, calc(100% - 40px));
  padding: 32px 0 56px;
}

html.inside-app body .card {
  border: 0;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

html.inside-app body h1 {
  margin-bottom: 10px;
  color: #111111;
  font-size: 2rem;
  line-height: 1.18;
  letter-spacing: 0;
}

html.inside-app body h2 {
  margin: 28px 0 10px;
  color: #111111;
  font-size: 1.18rem;
  line-height: 1.35;
}

html.inside-app body p,
html.inside-app body li {
  color: #111111;
  line-height: 1.65;
}

html.inside-app body p + p,
html.inside-app body p + ul,
html.inside-app body ul + p {
  margin-top: 12px;
}

html.inside-app body ul {
  padding-left: 22px;
}

html.inside-app body strong {
  color: #111111;
}

html.inside-app body .intro {
  color: #333333;
}

html.inside-app body .text-link {
  color: #111111;
  border-bottom-color: #111111;
}

body.home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: var(--grid-mask);
  pointer-events: none;
}

.page {
  position: relative;
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.home-page .page {
  width: min(1120px, calc(100% - 32px));
}

.site-header,
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.site-header {
  padding: 8px 0 28px;
}

.topbar {
  margin-bottom: 28px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.nav-menu-button {
  display: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--text);
}

.brand-logo {
  font-family: "Chewy", "SF Pro Display", "Segoe UI", sans-serif;
  font-size: clamp(2.15rem, 5vw, 3rem);
  line-height: 0.9;
  letter-spacing: 0;
  color: var(--text);
  text-shadow: 0 10px 28px rgba(39, 28, 19, 0.12);
}

.nav-link,
.contact-link {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--text);
  background: var(--control-surface);
  border: 1px solid var(--line);
  font-weight: 700;
}

.nav-link {
  min-height: 40px;
  font-size: 0.94rem;
}

.nav-link[aria-current="page"] {
  background: var(--active-bg);
  color: var(--active-text);
  border-color: var(--active-bg);
}

.launch-badge {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--control-surface-soft);
  backdrop-filter: blur(16px);
  color: var(--muted);
  font-size: 0.95rem;
}

.card {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: calc(var(--radius) + 8px);
  box-shadow: var(--shadow);
  padding: 42px 34px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  padding: 28px 4px 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-link,
.text-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--link-line);
  padding-bottom: 2px;
}

h1 {
  margin: 0 0 12px;
  font-size: clamp(2.2rem, 6vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

p,
li {
  color: var(--muted);
  line-height: 1.75;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding-left: 20px;
}

strong {
  color: var(--text);
}

.intro {
  margin: 0 0 34px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.05rem;
}

.section {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.section p + p,
.section ul + p,
.section p + ul {
  margin-top: 12px;
}

h2 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
}

/* Public information pages */
html:not(.inside-app) body:not(.home-page) {
  color-scheme: light;
  --page-ink: #111713;
  --page-muted: #5d655f;
  --page-green: #00c96b;
  --page-green-dark: #063c27;
  --page-paper: #f6f7f3;
  --page-line: rgba(17, 23, 19, 0.12);
  color: var(--page-ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 201, 107, 0.1), transparent 24rem),
    var(--page-paper);
}

html:not(.inside-app) body:not(.home-page) .page {
  width: min(1120px, calc(100% - 48px));
  padding: 20px 0 48px;
}

html:not(.inside-app) body:not(.home-page) .topbar {
  position: sticky;
  top: 14px;
  z-index: 20;
  margin-bottom: 24px;
  padding: 12px 14px 12px 20px;
  border: 1px solid rgba(17, 23, 19, 0.08);
  border-radius: 999px;
  background: rgba(246, 247, 243, 0.88);
  box-shadow: 0 10px 34px rgba(17, 23, 19, 0.08);
  backdrop-filter: blur(20px);
}

html:not(.inside-app) body:not(.home-page) .brand-logo {
  color: var(--page-ink);
  font-size: 2.45rem;
  text-shadow: none;
}

html:not(.inside-app) body:not(.home-page) .site-nav {
  gap: 4px;
  flex-wrap: nowrap;
}

html:not(.inside-app) body:not(.home-page) .nav-link {
  min-height: 42px;
  padding: 0 14px;
  border-color: transparent;
  color: #39413c;
  background: transparent;
  font-size: 0.85rem;
  transition: color 160ms ease, background 160ms ease;
}

html:not(.inside-app) body:not(.home-page) .nav-link:hover {
  color: var(--page-ink);
  background: #e9ece7;
}

html:not(.inside-app) body:not(.home-page) .nav-link[aria-current="page"] {
  color: #ffffff;
  border-color: var(--page-ink);
  background: var(--page-ink);
}

html:not(.inside-app) body:not(.home-page) .card {
  position: relative;
  width: min(940px, 100%);
  margin-inline: auto;
  padding: clamp(48px, 7vw, 84px);
  overflow: hidden;
  border: 1px solid var(--page-line);
  border-radius: 34px;
  color: var(--page-ink);
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(17, 23, 19, 0.08);
}

html:not(.inside-app) body:not(.home-page) .card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: var(--page-green);
}

html:not(.inside-app) body:not(.home-page) .card > h1 {
  max-width: 15ch;
  margin: 0 0 20px;
  color: var(--page-ink);
  font-size: clamp(3.2rem, 7vw, 5.75rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

html:not(.inside-app) body:not(.home-page) .intro {
  max-width: 66ch;
  margin: 0 0 clamp(42px, 6vw, 68px);
  color: var(--page-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.68;
}

html:not(.inside-app) body:not(.home-page) .intro p {
  color: inherit;
  font: inherit;
}

html:not(.inside-app) body:not(.home-page) .intro p + p {
  margin-top: 12px;
}

html:not(.inside-app) body:not(.home-page) .section {
  display: grid;
  grid-template-columns: minmax(170px, 0.58fr) minmax(0, 1.42fr);
  column-gap: clamp(30px, 5vw, 64px);
  row-gap: 12px;
  padding: 34px 0;
  border-top: 1px solid var(--page-line);
}

html:not(.inside-app) body:not(.home-page) .section:first-of-type {
  padding-top: 34px;
  border-top: 1px solid var(--page-line);
}

html:not(.inside-app) body:not(.home-page) .section > h2 {
  grid-column: 1;
  align-self: start;
  margin: 0;
  color: var(--page-ink);
  font-size: 1.12rem;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

html:not(.inside-app) body:not(.home-page) .section > p,
html:not(.inside-app) body:not(.home-page) .section > ul,
html:not(.inside-app) body:not(.home-page) .section > .section-content {
  grid-column: 2;
  margin: 0;
}

html:not(.inside-app) body:not(.home-page) .section-content p + p {
  margin-top: 12px;
}

html:not(.inside-app) body:not(.home-page) .about-closing {
  margin: 24px 0 0;
  color: var(--page-ink);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-weight: 750;
  line-height: 1.45;
}

html:not(.inside-app) body:not(.home-page) .about-closing + .about-closing {
  margin-top: 6px;
}

html:not(.inside-app) body:not(.home-page) .section p,
html:not(.inside-app) body:not(.home-page) .section li {
  color: var(--page-muted);
  font-size: 1rem;
  line-height: 1.72;
}

html:not(.inside-app) body:not(.home-page) .section li + li {
  margin-top: 8px;
}

html:not(.inside-app) body:not(.home-page) .section strong {
  color: var(--page-ink);
}

html:not(.inside-app) body:not(.home-page) .section p + p,
html:not(.inside-app) body:not(.home-page) .section ul + p,
html:not(.inside-app) body:not(.home-page) .section p + ul {
  margin-top: 0;
}

html:not(.inside-app) body:not(.home-page) .text-link {
  color: var(--page-green-dark);
  border-bottom-color: rgba(6, 60, 39, 0.3);
  font-weight: 750;
}

html:not(.inside-app) body:not(.home-page) .contact-box {
  margin: 0 0 34px;
  padding: 24px;
  border: 0;
  border-radius: 24px;
  color: #ffffff;
  background: var(--page-green-dark);
}

html:not(.inside-app) body:not(.home-page) .contact-box strong {
  color: #ffffff;
  font-size: 1.15rem;
}

html:not(.inside-app) body:not(.home-page) .contact-box p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

html:not(.inside-app) body:not(.home-page) .contact-link {
  border-color: transparent;
  color: var(--page-ink);
  background: var(--page-green);
  box-shadow: none;
}

html:not(.inside-app) body:not(.home-page) .site-footer {
  width: min(940px, 100%);
  margin: 22px auto 0;
  padding: 28px 4px 0;
  border-top: 1px solid var(--page-line);
  color: #68716b;
}

html:not(.inside-app) body:not(.home-page) .footer-link:hover,
html:not(.inside-app) body:not(.home-page) .text-link:hover {
  color: var(--page-ink);
}

body.home-page {
  color-scheme: light;
  --home-ink: #111713;
  --home-muted: #5d655f;
  --home-green: #00c96b;
  --home-green-dark: #063c27;
  --home-coral: #ff595f;
  --home-blue: #4055c7;
  --home-sand: #ffe8c2;
  --home-paper: #f6f7f3;
  --home-line: rgba(17, 23, 19, 0.12);
  color: var(--home-ink);
  background: var(--home-paper);
}

body.home-page::before {
  display: none;
}

.home-page .page {
  width: min(1240px, calc(100% - 48px));
  padding: 20px 0 48px;
}

.home-page .site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  margin-bottom: 24px;
  padding: 12px 14px 12px 20px;
  border: 1px solid rgba(17, 23, 19, 0.08);
  border-radius: 999px;
  background: rgba(246, 247, 243, 0.86);
  box-shadow: 0 10px 34px rgba(17, 23, 19, 0.08);
  backdrop-filter: blur(20px);
}

.home-page .brand-logo {
  font-size: 2.45rem;
  color: var(--home-ink);
  text-shadow: none;
}

.home-page .site-nav {
  flex-wrap: nowrap;
  gap: 4px;
}

.home-page .nav-link {
  min-height: 42px;
  padding: 0 15px;
  border-color: transparent;
  background: transparent;
  color: #2c342f;
  font-size: 0.9rem;
  transition: background 160ms ease, color 160ms ease;
}

.home-page .nav-link:hover {
  background: #e9ece7;
}

.home-page .nav-cta {
  padding-inline: 19px;
  background: var(--home-ink);
  color: #ffffff;
}

.home-page .nav-cta:hover {
  background: var(--home-green-dark);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
  min-height: 700px;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 34px;
  background: #ffffff;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 6vw, 84px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  margin-bottom: 28px;
  padding: 9px 13px;
  border: 1px solid var(--home-line);
  border-radius: 999px;
  color: #4a544d;
  background: #f5f7f4;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-green);
  box-shadow: 0 0 0 4px rgba(0, 201, 107, 0.13);
}

.hero h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(3.4rem, 6.3vw, 6.15rem);
  line-height: 0.91;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.lead {
  max-width: 54ch;
  margin: 30px 0 0;
  color: var(--home-muted);
  font-size: clamp(1.06rem, 1.5vw, 1.22rem);
  line-height: 1.64;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.store-badge-link {
  display: inline-flex;
  line-height: 0;
  border-radius: 10px;
  transition: transform 160ms ease, filter 160ms ease;
}

.store-badge-link:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 12px 18px rgba(17, 23, 19, 0.16));
}

.store-badge-link:focus-visible {
  outline: 3px solid rgba(0, 201, 107, 0.4);
  outline-offset: 4px;
}

.store-badge {
  display: block;
  width: 180px;
  height: auto;
}

.button {
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #ffffff;
  background: var(--home-ink);
  box-shadow: 0 14px 28px rgba(17, 23, 19, 0.16);
}

.button-secondary {
  color: var(--home-ink);
  border-color: var(--home-line);
  background: #ffffff;
}

.button-secondary:hover {
  background: #f0f3ef;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #59615b;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
}

.hero-points li::before {
  content: "✓";
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: var(--home-green-dark);
  background: #dff8e9;
  font-size: 0.7rem;
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 700px;
  place-items: center;
  overflow: hidden;
  background: var(--home-green);
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(6, 60, 39, 0.16) 1px, transparent 1px);
  background-size: 19px 19px;
  mask-image: linear-gradient(180deg, #000, transparent 72%);
}

.hero-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
}

.hero-orbit-one {
  width: 520px;
  height: 520px;
}

.hero-orbit-two {
  width: 690px;
  height: 690px;
}

.product-shot {
  overflow: hidden;
  background: #0f1712;
  box-shadow: 0 42px 76px rgba(0, 52, 28, 0.28);
}

.product-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.product-shot-main {
  width: min(66%, 280px);
  border: 7px solid var(--home-ink);
  border-radius: 32px;
  transform: rotate(4deg);
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  width: 210px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 17px;
  color: var(--home-ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 36px rgba(0, 68, 35, 0.18);
  backdrop-filter: blur(14px);
  font-size: 0.76rem;
  line-height: 1.35;
}

.floating-note strong {
  display: block;
  color: var(--home-ink);
  font-size: 0.83rem;
}

.floating-note-top {
  top: 18%;
  right: 5%;
}

.floating-note-bottom {
  bottom: 16%;
  left: 5%;
}

.note-icon {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--home-ink);
  font-size: 1rem;
}

.status-dot {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  border: 3px solid #b8f4d3;
  border-radius: 50%;
  background: var(--home-green);
  box-shadow: 0 0 0 4px #e7fff1;
}

.statement {
  margin: 24px 0;
  padding: clamp(50px, 8vw, 104px);
  border-radius: 34px;
  color: #ffffff;
  background: var(--home-ink);
  text-align: center;
}

.statement p {
  margin-bottom: 18px;
  color: #9ea7a1;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.statement h2 {
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: 1;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.concept-section {
  padding: clamp(72px, 10vw, 130px) clamp(0px, 3vw, 34px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 46px;
}

.section-kicker {
  display: block;
  margin-bottom: 14px;
  color: #5a655e;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading h2,
.privacy-copy h2,
.closing-cta h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(2.65rem, 5.5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.section-heading > p {
  max-width: 38ch;
  justify-self: end;
  color: var(--home-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

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

.step-card {
  position: relative;
  min-height: 360px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 26px;
  background: #ffffff;
}

.step-card-accent {
  color: #ffffff;
  border-color: var(--home-green);
  background: var(--home-green);
}

.step-number {
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.step-symbol {
  display: grid;
  width: 84px;
  height: 84px;
  margin-top: 46px;
  place-items: center;
  border: 1px solid var(--home-line);
  border-radius: 50%;
  color: var(--home-ink);
  background: #f3f5f1;
  font-size: 2rem;
}

.step-card-accent .step-symbol {
  border-color: rgba(255, 255, 255, 0.42);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

.step-symbol-icon,
.step-symbol-icon img {
  display: block;
  width: 38px;
  height: 38px;
}

.step-symbol-icon img {
  object-fit: contain;
}

.step-card h3 {
  margin: 38px 0 10px;
  color: inherit;
  font-size: 1.45rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.step-card p {
  color: var(--home-muted);
  line-height: 1.58;
}

.step-card-accent p {
  color: rgba(255, 255, 255, 0.78);
}

.app-section {
  margin-inline: calc(50% - 50vw);
  padding: clamp(76px, 10vw, 128px) max(24px, calc((100vw - 1240px) / 2));
  color: #ffffff;
  background: #101512;
}

.section-heading-light h2 {
  color: #ffffff;
}

.section-heading-light .section-kicker,
.section-heading-light > p {
  color: #aab2ac;
}

.feature-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature-card {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  color: var(--home-ink);
}

.feature-card-coral {
  background: var(--home-coral);
}

.feature-card-blue {
  color: #ffffff;
  background: var(--home-blue);
}

.feature-card-sand {
  background: var(--home-sand);
}

.feature-copy {
  min-height: 285px;
  padding: 30px 30px 22px;
}

.feature-index {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.feature-copy h3 {
  margin: 30px 0 12px;
  color: inherit;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.feature-copy p {
  color: #252923;
  line-height: 1.55;
}

.feature-card-blue .feature-copy p {
  color: #d9def5;
}

.feature-image-wrap {
  width: 66%;
  margin: auto auto 28px;
  overflow: hidden;
  border: 7px solid var(--home-ink);
  border-radius: 32px;
  background: var(--home-ink);
  box-shadow: 0 28px 50px rgba(17, 23, 19, 0.24);
}

.feature-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.privacy-section {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 70px;
  align-items: center;
  margin: 24px 0;
  padding: clamp(52px, 8vw, 96px);
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 34px;
  background: #e7f8ed;
}

.privacy-copy > p {
  max-width: 58ch;
  margin-top: 24px;
  color: #536058;
  font-size: 1.08rem;
  line-height: 1.65;
}

.privacy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.privacy-tags span {
  padding: 10px 13px;
  border: 1px solid rgba(6, 60, 39, 0.12);
  border-radius: 999px;
  color: var(--home-green-dark);
  background: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
  font-weight: 800;
}

.privacy-mark {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
}

.privacy-ring {
  position: absolute;
  width: 82%;
  height: 82%;
  border: 1px solid rgba(6, 60, 39, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(255, 255, 255, 0.3),
    0 0 0 56px rgba(255, 255, 255, 0.18);
}

.privacy-lock {
  position: relative;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border-radius: 34px;
  background: var(--home-green-dark);
  box-shadow: 0 25px 48px rgba(6, 60, 39, 0.22);
}

.privacy-lock::before {
  content: "";
  position: absolute;
  top: 26px;
  width: 36px;
  height: 34px;
  border: 8px solid var(--home-green);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}

.privacy-lock::after {
  content: "";
  position: absolute;
  top: 52px;
  width: 54px;
  height: 40px;
  border-radius: 10px;
  background: var(--home-green);
}

.closing-cta {
  padding: clamp(68px, 10vw, 128px) 24px;
  text-align: center;
}

.closing-cta h2 {
  max-width: 12ch;
  margin-inline: auto;
}

.closing-cta p {
  max-width: 50ch;
  margin: 24px auto 30px;
  color: var(--home-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

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

.button-light {
  color: #ffffff;
  background: var(--home-ink);
  box-shadow: 0 14px 28px rgba(17, 23, 19, 0.16);
}

.home-page .site-footer {
  margin-top: 20px;
  padding: 28px 4px 0;
  border-top: 1px solid var(--home-line);
  color: #68716b;
}

.contact-box {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin: 0 0 28px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--control-surface-soft);
}

.contact-box p {
  margin: 4px 0 0;
}

.contact-link {
  flex: 0 0 auto;
  background: var(--button-bg);
  color: var(--button-text);
  box-shadow: 0 16px 28px rgba(22, 22, 22, 0.16);
}

/* Dark theme */
html[data-theme="dark"] body.home-page {
  --home-ink: #f4f7f5;
  --home-muted: #aab3ad;
  --home-green: #20db7d;
  --home-green-dark: #063c27;
  --home-paper: #0b0f0d;
  --home-line: rgba(255, 255, 255, 0.11);
  background: #0b0f0d;
}

html[data-theme="dark"] .home-page .site-header {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(15, 20, 17, 0.88);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .home-page .nav-link {
  color: #d0d7d2;
}

html[data-theme="dark"] .home-page .nav-link:hover {
  background: #222a25;
}

html[data-theme="dark"] .home-page .nav-cta {
  color: #111713;
  background: #f4f7f5;
}

html[data-theme="dark"] .hero {
  border-color: var(--home-line);
  background: #141a16;
}

html[data-theme="dark"] .eyebrow {
  color: #b9c2bc;
  border-color: var(--home-line);
  background: #1b231e;
}

html[data-theme="dark"] .button-primary,
html[data-theme="dark"] .button-light {
  color: #111713;
  background: #f4f7f5;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .button-secondary {
  color: #f4f7f5;
  border-color: var(--home-line);
  background: #171e1a;
}

html[data-theme="dark"] .button-secondary:hover {
  background: #202923;
}

html[data-theme="dark"] .hero-points li {
  color: #b8c1bb;
}

html[data-theme="dark"] .hero-points li::before {
  color: #65e89d;
  background: #123b25;
}

html[data-theme="dark"] .product-shot-main,
html[data-theme="dark"] .feature-image-wrap {
  border-color: #080b09;
  background: #080b09;
}

html[data-theme="dark"] .floating-note {
  color: #f4f7f5;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(15, 20, 17, 0.92);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

html[data-theme="dark"] .floating-note strong {
  color: #f4f7f5;
}

html[data-theme="dark"] .note-icon {
  color: #111713;
  background: #f4f7f5;
}

html[data-theme="dark"] .statement {
  background: #050806;
}

html[data-theme="dark"] .section-kicker,
html[data-theme="dark"] .statement p {
  color: #99a39d;
}

html[data-theme="dark"] .step-card {
  border-color: var(--home-line);
  background: #141a16;
}

html[data-theme="dark"] .step-card-accent {
  border-color: var(--home-green);
  background: #087a45;
}

html[data-theme="dark"] .step-symbol {
  color: #f4f7f5;
  border-color: var(--home-line);
  background: #1c241f;
}

html[data-theme="dark"] .feature-card-coral,
html[data-theme="dark"] .feature-card-sand {
  color: #111713;
}

html[data-theme="dark"] .privacy-section {
  border-color: var(--home-line);
  background: #0f261a;
}

html[data-theme="dark"] .privacy-copy > p {
  color: #b0bdb5;
}

html[data-theme="dark"] .privacy-tags span {
  color: #c9f8db;
  border-color: rgba(111, 234, 161, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .privacy-ring {
  border-color: rgba(111, 234, 161, 0.24);
  box-shadow:
    0 0 0 28px rgba(255, 255, 255, 0.03),
    0 0 0 56px rgba(255, 255, 255, 0.02);
}

html[data-theme="dark"] .home-page .site-footer {
  color: #919b95;
}

html[data-theme="dark"]:not(.inside-app) body:not(.home-page) {
  --page-ink: #f4f7f5;
  --page-muted: #abb4ae;
  --page-green: #20db7d;
  --page-green-dark: #063c27;
  --page-paper: #0b0f0d;
  --page-line: rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 12% 0%, rgba(32, 219, 125, 0.1), transparent 24rem),
    var(--page-paper);
}

html[data-theme="dark"]:not(.inside-app) body:not(.home-page) .topbar {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(15, 20, 17, 0.88);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"]:not(.inside-app) body:not(.home-page) .nav-link {
  color: #cbd3ce;
}

html[data-theme="dark"]:not(.inside-app) body:not(.home-page) .nav-link:hover {
  color: #f4f7f5;
  background: #222a25;
}

html[data-theme="dark"]:not(.inside-app) body:not(.home-page) .nav-link[aria-current="page"] {
  color: #111713;
  border-color: #f4f7f5;
  background: #f4f7f5;
}

html[data-theme="dark"]:not(.inside-app) body:not(.home-page) .card {
  border-color: var(--page-line);
  background: #141a16;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}

html[data-theme="dark"]:not(.inside-app) body:not(.home-page) .text-link {
  color: #77e8a7;
  border-bottom-color: rgba(119, 232, 167, 0.34);
}

html[data-theme="dark"]:not(.inside-app) body:not(.home-page) .contact-box {
  background: #082f20;
}

html[data-theme="dark"]:not(.inside-app) body:not(.home-page) .contact-link {
  color: #092116;
  background: var(--page-green);
}

html[data-theme="dark"]:not(.inside-app) body:not(.home-page) .site-footer {
  color: #919b95;
}

html.inside-app[data-theme="dark"] body,
html.inside-app[data-theme="dark"] body .card {
  color: #f3f6f4;
  background: #0b0f0d;
}

html.inside-app[data-theme="dark"] body h1,
html.inside-app[data-theme="dark"] body h2,
html.inside-app[data-theme="dark"] body p,
html.inside-app[data-theme="dark"] body li,
html.inside-app[data-theme="dark"] body strong {
  color: #f3f6f4;
}

html.inside-app[data-theme="dark"] body .intro {
  color: #b5beb8;
}

html.inside-app[data-theme="dark"] body .section {
  border-top-color: rgba(255, 255, 255, 0.12);
}

html.inside-app[data-theme="dark"] body .text-link {
  color: #77e8a7;
  border-bottom-color: rgba(119, 232, 167, 0.4);
}

html.inside-app[data-theme="dark"] body .contact-box {
  border-color: rgba(255, 255, 255, 0.12);
  background: #141a16;
}

html.inside-app[data-theme="dark"] body .contact-link {
  color: #092116;
  background: #20db7d;
}

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

  .hero-copy {
    padding: 72px 56px;
  }

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

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-heading > p {
    justify-self: start;
  }

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

  .step-card {
    min-height: 390px;
    padding: 22px;
  }

  .step-card h3 {
    font-size: 1.25rem;
  }

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

  .feature-card {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    min-height: 620px;
  }

  .feature-copy {
    align-self: center;
    padding: 44px;
  }

  .feature-copy h3 {
    font-size: 2.8rem;
  }

  .feature-image-wrap {
    width: 68%;
    margin-bottom: 28px;
  }
}

@media (max-width: 640px) {
  .page {
    width: min(100% - 20px, 860px);
  }

  .home-page .page {
    width: min(100% - 16px, 1240px);
    padding-top: 8px;
  }

  .site-header,
  .topbar,
  .contact-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header {
    padding-bottom: 20px;
  }

  .home-page .site-header {
    top: 8px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 8px 8px 16px;
  }

  .home-page .brand-logo {
    font-size: 2rem;
  }

  .home-page .home-nav-link {
    display: none;
  }

  .home-page .nav-cta {
    min-height: 38px;
    padding-inline: 15px;
    font-size: 0.8rem;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .card {
    padding: 30px 22px;
  }

  .contact-link {
    width: 100%;
  }

  .hero {
    border-radius: 25px;
  }

  .hero-copy {
    padding: 52px 24px 46px;
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(3.25rem, 15vw, 4.8rem);
    line-height: 0.93;
  }

  .eyebrow {
    align-items: flex-start;
    font-size: 0.67rem;
    line-height: 1.35;
  }

  .lead {
    margin-top: 24px;
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    margin-top: 28px;
  }

  .hero-actions .store-badge-link {
    justify-self: start;
  }

  .hero-points {
    display: grid;
    gap: 10px;
    margin-top: 28px;
  }

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

  .product-shot-main {
    width: min(68%, 245px);
  }

  .floating-note {
    width: 174px;
    padding: 10px 12px;
    font-size: 0.67rem;
  }

  .floating-note strong {
    font-size: 0.73rem;
  }

  .floating-note-top {
    top: 12%;
    right: 2%;
  }

  .floating-note-bottom {
    bottom: 11%;
    left: 2%;
  }

  .statement {
    margin: 8px 0;
    padding: 62px 22px;
    border-radius: 25px;
  }

  .statement p {
    font-size: 0.7rem;
  }

  .statement h2 {
    font-size: 2.75rem;
  }

  .concept-section {
    padding: 84px 8px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading h2,
  .privacy-copy h2,
  .closing-cta h2 {
    font-size: 2.85rem;
  }

  .section-heading > p {
    font-size: 0.98rem;
  }

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

  .step-card {
    min-height: 300px;
  }

  .step-symbol {
    width: 66px;
    height: 66px;
    margin-top: 24px;
  }

  .step-card h3 {
    margin-top: 24px;
    font-size: 1.45rem;
  }

  .app-section {
    padding: 82px 16px;
  }

  .feature-card {
    display: flex;
    min-height: 0;
  }

  .feature-copy {
    min-height: 270px;
    padding: 28px 24px 20px;
  }

  .feature-copy h3 {
    margin-top: 24px;
    font-size: 2.15rem;
  }

  .feature-image-wrap {
    width: 68%;
    margin-bottom: 24px;
  }

  .privacy-section {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 8px 0;
    padding: 62px 24px;
    border-radius: 25px;
  }

  .privacy-mark {
    width: 230px;
    margin: 0 auto;
  }

  .privacy-lock {
    width: 88px;
    height: 88px;
    border-radius: 28px;
  }

  .privacy-lock::before {
    top: 20px;
    width: 30px;
    height: 28px;
    border-width: 7px;
  }

  .privacy-lock::after {
    top: 43px;
    width: 46px;
    height: 34px;
  }

  .closing-cta {
    padding: 90px 16px;
  }

  .home-page .site-footer {
    padding-inline: 10px;
  }
}

@media (max-width: 760px) {
  html:not(.inside-app) body:not(.home-page) .page {
    width: min(100% - 16px, 1120px);
    padding-top: 8px;
  }

  html:not(.inside-app) body:not(.home-page) .topbar {
    top: 8px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 12px;
    padding: 14px;
    border-radius: 26px;
  }

  html:not(.inside-app) body:not(.home-page) .brand-logo {
    font-size: 2.1rem;
  }

  html:not(.inside-app) body:not(.home-page) .site-nav {
    width: 100%;
    gap: 2px;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  html:not(.inside-app) body:not(.home-page) .site-nav::-webkit-scrollbar {
    display: none;
  }

  html:not(.inside-app) body:not(.home-page) .nav-link {
    flex: 0 0 auto;
    min-height: 38px;
    padding-inline: 10px;
    font-size: 0.72rem;
  }

  html:not(.inside-app) body:not(.home-page) .card {
    padding: 48px 22px 36px;
    border-radius: 25px;
  }

  html:not(.inside-app) body:not(.home-page) .card::before {
    height: 6px;
  }

  html:not(.inside-app) body:not(.home-page) .card > h1 {
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  html:not(.inside-app) body:not(.home-page) .intro {
    margin-bottom: 40px;
    font-size: 1rem;
  }

  html:not(.inside-app) body:not(.home-page) .contact-box {
    flex-direction: column;
    align-items: stretch;
    padding: 22px;
  }

  html:not(.inside-app) body:not(.home-page) .contact-link {
    width: 100%;
  }

  html:not(.inside-app) body:not(.home-page) .section {
    grid-template-columns: 1fr;
    row-gap: 10px;
    padding: 28px 0;
  }

  html:not(.inside-app) body:not(.home-page) .section:first-of-type {
    padding-top: 28px;
  }

  html:not(.inside-app) body:not(.home-page) .section > h2,
  html:not(.inside-app) body:not(.home-page) .section > p,
  html:not(.inside-app) body:not(.home-page) .section > ul,
  html:not(.inside-app) body:not(.home-page) .section > .section-content {
    grid-column: 1;
  }

  html:not(.inside-app) body:not(.home-page) .section > h2 {
    margin-bottom: 3px;
    font-size: 1.18rem;
  }

  html:not(.inside-app) body:not(.home-page) .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding-inline: 10px;
  }
}

@media (max-width: 360px) {
  html:not(.inside-app) body:not(.home-page) .topbar {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px 12px;
  }

  html:not(.inside-app) body:not(.home-page) .nav-menu-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 9px;
    padding: 0 14px;
    border: 1px solid var(--page-line);
    border-radius: 999px;
    color: var(--page-ink);
    background: transparent;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
  }

  html:not(.inside-app) body:not(.home-page) .nav-menu-button:focus-visible {
    outline: 3px solid var(--page-green);
    outline-offset: 2px;
  }

  .nav-menu-icon,
  .nav-menu-icon::before,
  .nav-menu-icon::after {
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 160ms ease;
  }

  .nav-menu-icon {
    position: relative;
  }

  .nav-menu-icon::before,
  .nav-menu-icon::after {
    position: absolute;
    left: 0;
    content: "";
  }

  .nav-menu-icon::before {
    transform: translateY(-5px);
  }

  .nav-menu-icon::after {
    transform: translateY(5px);
  }

  .nav-menu-button[aria-expanded="true"] .nav-menu-icon {
    background: transparent;
  }

  .nav-menu-button[aria-expanded="true"] .nav-menu-icon::before {
    transform: rotate(45deg);
  }

  .nav-menu-button[aria-expanded="true"] .nav-menu-icon::after {
    transform: rotate(-45deg);
  }

  html:not(.inside-app) body:not(.home-page) .site-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    overflow: visible;
    padding-top: 6px;
    border-top: 1px solid var(--page-line);
  }

  html:not(.inside-app) body:not(.home-page) .site-nav.is-open {
    display: flex;
  }

  html:not(.inside-app) body:not(.home-page) .nav-link {
    width: 100%;
    justify-content: flex-start;
    padding-inline: 14px;
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
