:root {
  --ink: #0c2110;
  --muted: #5f675f;
  --line: rgba(45, 70, 38, 0.12);
  --green: #5d8f08;
  --green-deep: #416b05;
  --green-bright: #74a910;
  --green-soft: #eef6e2;
  --sage: #f6f9f1;
  --sage-strong: #e7f1d8;
  --cream: #fffaf0;
  --coral: #d86f45;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(33, 48, 25, 0.11);
  --shadow-soft: 0 12px 34px rgba(38, 52, 31, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis-weight: none;
  text-rendering: geometricPrecision;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 94% 9%, rgba(202, 226, 175, 0.5), transparent 24rem),
    radial-gradient(circle at 0% 46%, rgba(255, 238, 210, 0.48), transparent 22rem),
    linear-gradient(180deg, #fff 0%, #fff 48%, #fbfcf8 100%);
  color: var(--ink);
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

a:focus-visible {
  outline: 3px solid rgba(116, 169, 16, 0.42);
  outline-offset: 4px;
}

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

p {
  color: var(--muted);
}

section {
  scroll-margin-top: 116px;
}

@media (prefers-reduced-motion: no-preference) {
  .js-enabled .reveal {
    opacity: 0;
    transform: translateY(26px);
    transition:
      opacity 760ms cubic-bezier(0.2, 0.8, 0.2, 1),
      transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .js-enabled .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-header {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  pointer-events: none;
}

.glass-nav {
  width: min(1120px, 100%);
  min-height: 70px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 10px 12px 10px 28px;
  border: 1px solid rgba(72, 101, 56, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 60px rgba(30, 41, 26, 0.1);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: flex-start;
  gap: 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  color: var(--green-deep);
}

.brand svg {
  width: 19px;
  height: 19px;
  margin-top: 3px;
  fill: var(--green-bright);
  stroke: var(--green-bright);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
  color: #1d271e;
  font-size: 15px;
  font-weight: 520;
}

.nav-links a {
  opacity: 0.86;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.nav-links a:hover {
  opacity: 1;
  color: var(--green-deep);
  transform: translateY(-1px);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #76a911, #5f8e08);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 12px 24px rgba(79, 126, 6, 0.22);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.nav-cta:hover,
.app-store-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.nav-cta:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 18px 34px rgba(79, 126, 6, 0.28);
}

main,
.site-footer {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 950px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 0.98fr);
  align-items: stretch;
  gap: 48px;
  padding: 144px 0 88px;
}

.hero-copy {
  align-self: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-deep);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1 {
  max-width: 560px;
  margin-bottom: 24px;
  color: #08230c;
  font-size: clamp(48px, 5.8vw, 82px);
  line-height: 1.02;
  font-weight: 300;
  letter-spacing: 0;
}

.hero-description {
  max-width: 520px;
  margin-bottom: 34px;
  color: #4d584e;
  font-size: 19px;
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 54px;
  flex-wrap: wrap;
}

.app-store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 10px 20px 10px 16px;
  border-radius: 13px;
  background: #050505;
  color: var(--white);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.app-store-button:hover {
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.22);
}

.app-store-button svg {
  width: 27px;
  height: 34px;
  flex: 0 0 auto;
  fill: var(--white);
}

.app-store-button span {
  display: grid;
  gap: 1px;
  font-size: 25px;
  line-height: 1;
  font-weight: 650;
}

.app-store-button small {
  font-size: 12px;
  font-weight: 620;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-deep);
  font-size: 17px;
  font-weight: 720;
  transition: transform 220ms ease, color 220ms ease;
}

.text-link:hover {
  transform: translateX(3px);
  color: #659907;
}

.text-link::after {
  content: "";
  width: 18px;
  height: 12px;
  background: currentColor;
  clip-path: polygon(0 45%, 70% 45%, 50% 10%, 58% 0, 100% 50%, 58% 100%, 50% 90%, 70% 55%, 0 55%);
}

.trust-pills {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.trust-pills span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(246, 250, 239, 0.78);
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 680;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.trust-pills span:hover {
  transform: translateY(-2px);
  border-color: rgba(93, 143, 8, 0.22);
  background: #f4faea;
}

.trust-pills svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-self: stretch;
  min-height: auto;
  height: 100%;
  overflow: hidden;
  mask-image: linear-gradient(
      to left,
      black 60%,
      transparent 100%
    ),
    linear-gradient(
      to top,
      transparent 0%,
      black 25%
    );
  mask-composite: intersect;
  -webkit-mask-image: linear-gradient(
      to left,
      black 60%,
      transparent 100%
    ),
    linear-gradient(
      to top,
      transparent 0%,
      black 25%
    );
  -webkit-mask-composite: source-in;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 7% 2% 2% 16%;
  z-index: -1;
  border-radius: 48% 52% 44% 56%;
  background: radial-gradient(circle, rgba(222, 237, 199, 0.95), rgba(222, 237, 199, 0) 68%);
  filter: blur(8px);
}

.hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: drop-shadow(0 34px 52px rgba(45, 59, 39, 0.13));
}

.compact-heading {
  width: min(780px, 100%);
  margin: 0 auto 46px;
  text-align: center;
}

.compact-heading h2,
.download-section h2 {
  margin-bottom: 16px;
  color: #0d2511;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.05;
  font-weight: 440;
  letter-spacing: 0;
}

.compact-heading p:not(.eyebrow),
.download-section p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.personal-section,
.app-features-section,
.faq-section,
.privacy-section {
  padding: 72px 0;
}

.personal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.personal-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 30px;
  background: #eaf1df;
  box-shadow: var(--shadow-soft);
  isolation: isolate;
}

.personal-card::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8, 25, 10, 0), rgba(8, 25, 10, 0.72));
}

.personal-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.personal-card:hover img {
  transform: scale(1.035);
}

.personal-card-body {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  color: var(--white);
}

.personal-card-body h3 {
  margin: 14px 0 7px;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 560;
  letter-spacing: 0;
}

.personal-card-body p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 680;
}

.personal-icon,
.app-feature-icon,
.privacy-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--green-deep);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(7, 21, 8, 0.14);
}

.personal-icon svg,
.app-feature-icon svg,
.privacy-icon svg,
.personal-icon i,
.app-feature-icon i,
.privacy-icon i {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  color: var(--green-deep);
  stroke-width: 1.5;
}

.app-features-section {
  position: relative;
}

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

.app-feature-card {
  min-height: 610px;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(74, 105, 51, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 17rem),
    linear-gradient(180deg, #f7fbf0, #e8f2d9);
  box-shadow: var(--shadow-soft);
}

.app-feature-title {
  min-height: 148px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 24px 12px;
}

.app-feature-title h3 {
  margin: 0;
  color: #102513;
  font-size: 28px;
  line-height: 1.04;
  font-weight: 520;
  letter-spacing: 0;
}

.app-feature-icon {
  flex: 0 0 auto;
  background: var(--white);
}

.app-feature-card img {
  width: min(250px, 84%);
  align-self: end;
  justify-self: center;
  margin-bottom: -58px;
  border-radius: 34px;
  filter: drop-shadow(0 22px 34px rgba(41, 55, 33, 0.16));
  transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.app-feature-card:hover img {
  transform: translateY(-8px);
}

.faq-section {
  border-top: 1px solid rgba(45, 70, 38, 0.08);
}

.faq-list {
  width: min(920px, 100%);
  display: grid;
  gap: 14px;
  margin: 0 auto;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(74, 105, 51, 0.11);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(93, 143, 8, 0.2);
  box-shadow: 0 18px 44px rgba(34, 47, 27, 0.075);
}

.faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 25px 76px 25px 28px;
  color: #102513;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 560;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-deep);
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 220ms ease;
}

.faq-item[open] summary::after {
  content: "-";
  background: var(--sage-strong);
}

.faq-item p {
  max-width: 760px;
  margin: -6px 76px 26px 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.privacy-section {
  border-top: 1px solid rgba(45, 70, 38, 0.08);
}

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

.privacy-item {
  min-height: 236px;
  padding: 30px;
  border: 1px solid rgba(74, 105, 51, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.privacy-icon {
  margin-bottom: 24px;
  background: var(--green-soft);
  box-shadow: none;
}

.privacy-item h3 {
  margin-bottom: 10px;
  color: #102513;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 560;
}

.privacy-item p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.55;
}

.download-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  margin: 50px 0 34px;
  padding: 46px 48px;
  border: 1px solid rgba(74, 105, 51, 0.12);
  border-radius: 38px;
  background:
    radial-gradient(circle at 55% 50%, rgba(190, 218, 151, 0.42), transparent 18rem),
    linear-gradient(135deg, #f5faed, #eaf4dc);
  box-shadow: var(--shadow-soft);
}

.download-section h2 {
  max-width: 620px;
}

.download-section p {
  max-width: 520px;
  margin-bottom: 0;
}

.download-actions {
  display: grid;
  justify-items: start;
  gap: 18px;
}

.waitlist-note {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-top: 26px;
  padding: 0 14px;
  border: 1px solid rgba(74, 105, 51, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 680;
}

.waitlist-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.waitlist-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.waitlist-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 24, 10, 0.38);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.waitlist-dialog {
  position: relative;
  width: min(880px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(390px, 1fr);
  gap: 22px;
  overflow: auto;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 18%, rgba(224, 239, 198, 0.9), transparent 17rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(244, 249, 237, 0.96));
  box-shadow: 0 34px 100px rgba(10, 24, 10, 0.24);
  transform: translateY(12px) scale(0.98);
  transition: transform 220ms ease;
}

.waitlist-dialog:focus {
  outline: none;
}

.waitlist-dialog:focus-visible {
  box-shadow:
    0 0 0 3px rgba(116, 169, 16, 0.18),
    0 34px 100px rgba(10, 24, 10, 0.24);
}

.waitlist-modal.is-open .waitlist-dialog {
  transform: translateY(0) scale(1);
}

.waitlist-dialog-copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 26px 24px;
}

.waitlist-dialog-copy h2 {
  margin: 0 0 16px;
  color: #0d2511;
  font-size: clamp(36px, 4.8vw, 58px);
  line-height: 1.02;
  font-weight: 330;
  letter-spacing: 0;
}

.waitlist-dialog-copy p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(74, 105, 51, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  cursor: pointer;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 10px;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--green-deep);
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

.modal-open {
  overflow: hidden;
}

.waitlist-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(74, 105, 51, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 48px rgba(38, 52, 31, 0.1);
}

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

.waitlist-form label {
  display: grid;
  gap: 8px;
  color: #263326;
  font-size: 15px;
  font-weight: 680;
}

.waitlist-form input,
.waitlist-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(55, 79, 42, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font: inherit;
  font-weight: 520;
  padding: 0 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.waitlist-form input:focus,
.waitlist-form select:focus {
  border-color: rgba(93, 143, 8, 0.44);
  outline: 3px solid rgba(116, 169, 16, 0.18);
}

.waitlist-form input::placeholder {
  color: rgba(95, 103, 95, 0.72);
}

.hidden-field {
  display: none;
}

.consent-field {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 560;
}

.consent-field input {
  width: 18px;
  min-height: 18px;
  margin-top: 1px;
  accent-color: var(--green-deep);
}

.waitlist-submit {
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #76a911, #5f8e08);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 760;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 14px 28px rgba(79, 126, 6, 0.2);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.waitlist-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 18px 34px rgba(79, 126, 6, 0.26);
}

.form-disclaimer {
  position: relative;
  margin-bottom: 0;
  padding-left: 26px;
  color: #344333;
  font-size: 14px;
}

.form-disclaimer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 18px;
  border: 2px solid var(--green-deep);
  border-radius: 3px;
}

.form-disclaimer::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 6px;
  height: 9px;
  border: solid var(--green-deep);
  border-width: 0 2px 2px 0;
  transform: rotate(42deg);
}

.success-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.success-shell {
  width: min(900px, calc(100% - 40px));
  display: grid;
  justify-items: center;
  gap: 34px;
  margin: 0 auto;
  padding: 54px 0;
}

.success-card {
  width: min(760px, 100%);
  display: grid;
  justify-items: center;
  padding: 58px;
  border: 1px solid rgba(74, 105, 51, 0.12);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  text-align: center;
}

.success-card h1 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 68px);
}

.success-card p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.55;
}

.success-icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-deep);
}

.success-icon::before {
  content: "";
  width: 30px;
  height: 30px;
  background: currentColor;
  clip-path: polygon(42% 68%, 78% 25%, 89% 35%, 43% 88%, 13% 58%, 24% 47%);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 28px 0 46px;
  color: #5d665b;
  font-size: 14px;
}

.footer-brand {
  font-size: 34px;
}

.footer-links {
  display: flex;
  gap: 44px;
}

.footer-links a:hover {
  color: var(--green-deep);
}

.site-footer > span {
  justify-self: end;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 130px;
    text-align: center;
  }

  .hero-copy,
  .hero-description,
  h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions,
  .trust-pills {
    justify-content: center;
  }

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

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

  .personal-card {
    min-height: 420px;
  }

  .personal-card img {
    min-height: 420px;
  }

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

  .download-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .download-actions {
    justify-items: center;
  }

  .download-section h2,
  .download-section p {
    margin-left: auto;
    margin-right: auto;
  }

  .waitlist-dialog {
    grid-template-columns: 1fr;
  }

  .waitlist-dialog-copy {
    min-height: auto;
    padding: 28px 18px 4px;
    text-align: center;
  }

  .waitlist-note {
    align-self: center;
  }
}

@media (max-width: 780px) {
  html {
    scroll-padding-top: 96px;
  }

  main,
  .site-footer {
    width: min(100% - 32px, 1280px);
  }

  section {
    scroll-margin-top: 96px;
  }

  .site-header {
    top: 12px;
    padding: 0 16px;
  }

  .glass-nav {
    min-height: 60px;
    grid-template-columns: auto auto;
    gap: 14px;
    padding: 8px 8px 8px 18px;
  }

  .brand {
    font-size: 31px;
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    min-width: 104px;
    min-height: 44px;
    padding: 0 18px;
  }

  .hero {
    gap: 26px;
    padding: 108px 0 52px;
  }

  h1 {
    font-size: clamp(42px, 12vw, 64px);
    font-weight: 300;
  }

  .hero-description {
    font-size: 17px;
  }

  .hero-actions {
    gap: 18px;
    margin-bottom: 38px;
  }

  .trust-pills {
    gap: 10px;
  }

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

  .hero-visual img {
    width: 100%;
    height: 100%;
  }

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

  .compact-heading h2,
  .download-section h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .compact-heading p:not(.eyebrow),
  .download-section p {
    font-size: 17px;
  }

  .personal-section,
  .app-features-section,
  .faq-section,
  .privacy-section {
    padding: 52px 0;
  }

  .personal-card {
    min-height: 360px;
    border-radius: 24px;
  }

  .personal-card img {
    min-height: 360px;
  }

  .personal-card-body {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .personal-card-body h3 {
    font-size: 25px;
  }

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

  .app-feature-card {
    min-height: 560px;
    border-radius: 24px;
  }

  .app-feature-title {
    min-height: 126px;
    padding: 24px 22px 8px;
  }

  .app-feature-title h3 {
    font-size: 25px;
  }

  .app-feature-card img {
    width: min(235px, 78%);
    margin-bottom: -46px;
  }

  .privacy-item {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }

  .faq-item summary {
    padding: 22px 62px 22px 22px;
    font-size: 19px;
  }

  .faq-item summary::after {
    right: 20px;
  }

  .faq-item p {
    margin: -4px 24px 22px 22px;
    font-size: 16px;
  }

  .download-section {
    margin-top: 34px;
    padding: 34px 22px;
    border-radius: 28px;
  }

  .waitlist-modal {
    padding: 12px;
  }

  .waitlist-dialog {
    max-height: calc(100vh - 24px);
    padding: 16px;
    border-radius: 28px;
  }

  .waitlist-dialog-copy h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

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

  .waitlist-form {
    padding: 20px;
    border-radius: 24px;
  }

  .success-card {
    padding: 36px 22px;
    border-radius: 28px;
  }

  .app-store-button {
    min-height: 58px;
  }

  .app-store-button span {
    font-size: 22px;
  }

  .footer-links {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .site-footer > span {
    justify-self: center;
  }
}

@media (max-width: 420px) {
  .glass-nav {
    width: 100%;
  }

  .nav-cta {
    min-width: 94px;
    padding: 0 14px;
  }

  .hero-actions {
    justify-content: stretch;
  }

  .app-store-button,
  .text-link {
    margin-left: auto;
    margin-right: auto;
  }

  .trust-pills span {
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }
}
