:root {
  color-scheme: light;
  --ink: #10231d;
  --muted: #60716a;
  --deep: #0f2f28;
  --leaf: #24744d;
  --mint: #c7ead2;
  --aqua: #8dc6d6;
  --coral: #eb7c63;
  --gold: #d3a94c;
  --paper: #fbfaf5;
  --soft: #f1f7f2;
  --white: #ffffff;
  --line: #dfe7e2;
  --shadow: 0 26px 80px rgba(22, 44, 36, 0.18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  overflow-x: hidden;
}

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

button,
input {
  font: inherit;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

.site-header {
  align-items: center;
  background: rgba(251, 250, 245, 0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(15, 47, 40, 0.1);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand,
.site-header nav,
.footer {
  align-items: center;
  display: flex;
}

.brand {
  font-weight: 850;
  gap: 10px;
}

.logo-brand img {
  height: 46px;
  width: auto;
}

.brand-mark {
  align-items: center;
  background: var(--deep);
  border-radius: 8px;
  display: grid;
  height: 38px;
  justify-items: center;
  width: 38px;
}

.brand-mark svg {
  fill: none;
  height: 27px;
  stroke: var(--mint);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
  width: 27px;
}

.site-header nav {
  color: var(--muted);
  font-size: 0.94rem;
  gap: 20px;
}

.header-cta,
.waitlist-form button,
.download-card a {
  background: var(--deep);
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
}

.header-cta,
.download-card a {
  align-items: center;
}

.hero {
  display: grid;
  gap: clamp(28px, 5vw, 76px);
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  min-height: calc(100vh - 67px);
  padding: clamp(42px, 7vw, 88px) clamp(18px, 4vw, 56px) clamp(26px, 4vw, 48px);
}

.premium-hero {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.hero-backdrop {
  background:
    linear-gradient(90deg, rgba(251, 250, 245, 0.98) 0%, rgba(251, 250, 245, 0.9) 42%, rgba(251, 250, 245, 0.18) 100%),
    url("assets/premium-desk-bg.png") center / cover;
  inset: 0;
  opacity: 0.98;
  position: absolute;
  z-index: -2;
}

.premium-hero::after {
  background:
    radial-gradient(circle at 77% 36%, rgba(199, 234, 210, 0.78), transparent 31%),
    radial-gradient(circle at 55% 78%, rgba(141, 198, 214, 0.26), transparent 30%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.hero-copy {
  align-self: center;
  max-width: 760px;
}

.eyebrow {
  color: var(--leaf);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(3.4rem, 6.8vw, 7.4rem);
  letter-spacing: 0;
  line-height: 0.91;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2.15rem, 4.4vw, 5.1rem);
  letter-spacing: 0;
  line-height: 0.96;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.07rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.hero-lede,
.showcase-copy p,
.feature-grid p,
.steps p,
.value-grid p,
.download p,
.faq-grid p,
.legal-page p {
  color: var(--muted);
  line-height: 1.67;
}

.hero-lede {
  font-size: clamp(1.02rem, 1.45vw, 1.28rem);
  max-width: 650px;
}

.store-actions,
.trust-row,
.pill-row {
  display: flex;
  flex-wrap: wrap;
}

.store-actions {
  gap: 12px;
  margin-top: 32px;
}

.store-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  gap: 12px;
  min-height: 60px;
  padding: 0 18px;
}

.store-button.play {
  background: var(--deep);
  color: #fff;
  box-shadow: 0 16px 36px rgba(15, 47, 40, 0.24);
}

.store-button.muted {
  background: #fff;
  border: 1px solid var(--line);
}

.store-button svg {
  fill: none;
  height: 25px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 25px;
}

.store-button.play svg {
  fill: currentColor;
  stroke: none;
}

.store-button span {
  display: grid;
  font-weight: 850;
  line-height: 1.08;
}

.store-button small {
  color: currentColor;
  font-size: 0.72rem;
  font-weight: 650;
  opacity: 0.72;
}

.trust-row {
  border-top: 1px solid var(--line);
  gap: 10px;
  margin-top: 34px;
  padding-top: 22px;
}

.trust-row span,
.pill-row span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--deep);
  font-size: 0.92rem;
  font-weight: 760;
  padding: 9px 12px;
}

.hero-image,
.showcase-image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.hero-stage {
  align-self: stretch;
  min-height: 660px;
  position: relative;
}

.phone-cutout {
  filter: drop-shadow(0 34px 52px rgba(13, 37, 31, 0.34));
  max-height: 700px;
  object-fit: contain;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  width: min(52vw, 560px);
  z-index: 2;
}

.cards-cutout {
  filter: drop-shadow(0 26px 40px rgba(13, 37, 31, 0.24));
  left: -2%;
  max-width: 510px;
  opacity: 0.96;
  position: absolute;
  top: 54%;
  transform: translateY(-50%) rotate(-5deg);
  width: min(38vw, 510px);
  z-index: 1;
}

.glass-orbit {
  align-items: center;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(22, 44, 36, 0.16);
  display: grid;
  height: 116px;
  justify-items: center;
  padding: 18px;
  position: absolute;
  right: 4%;
  top: 8%;
  width: 116px;
  z-index: 3;
}

.glass-orbit strong {
  color: var(--leaf);
  font-size: 2rem;
  line-height: 1;
}

.glass-orbit span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 760;
  text-align: center;
}

.hero-image {
  align-self: stretch;
  box-shadow: var(--shadow);
  min-height: 570px;
}

.hero-image img,
.showcase-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.floating-proof {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  bottom: 24px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 4px;
  left: 24px;
  max-width: 315px;
  padding: 18px 18px 18px 54px;
  position: absolute;
  z-index: 4;
}

.floating-proof span {
  background: var(--coral);
  border-radius: 999px;
  height: 18px;
  left: 20px;
  position: absolute;
  top: 22px;
  width: 18px;
}

.floating-proof small {
  color: var(--muted);
}

.symptom-strip {
  background: var(--deep);
  color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.app-preview-panel {
  align-items: center;
  background: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  padding: clamp(44px, 6vw, 80px) clamp(18px, 4vw, 56px);
}

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

.preview-copy p {
  color: var(--muted);
  line-height: 1.67;
}

.preview-visual {
  align-items: center;
  background:
    radial-gradient(circle at 48% 52%, rgba(199, 234, 210, 0.76), transparent 34%),
    linear-gradient(135deg, #f8fbf7, #eef6f1);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  min-height: 430px;
  overflow: hidden;
  place-items: center;
}

.preview-visual img {
  filter: drop-shadow(0 28px 42px rgba(19, 48, 40, 0.22));
  max-width: 92%;
  transform: rotate(2deg);
}

.symptom-strip div {
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 6px;
  min-height: 136px;
  padding: 24px clamp(18px, 3vw, 34px);
}

.symptom-strip span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.how,
.features,
.value-section,
.download,
.waitlist,
.faq {
  padding: clamp(54px, 7vw, 92px) clamp(18px, 4vw, 56px);
}

.section-title {
  margin-bottom: 30px;
  max-width: 980px;
}

.steps,
.feature-grid,
.value-grid,
.faq-grid {
  display: grid;
  gap: 18px;
}

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

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

.steps article,
.feature-grid article,
.value-grid article,
.download-card,
.faq-grid article,
.legal-page {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(22, 44, 36, 0.07);
}

.steps article,
.feature-grid article,
.value-grid article,
.faq-grid article {
  padding: 24px;
}

.steps span {
  color: var(--coral);
  display: block;
  font-size: 0.9rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.showcase {
  align-items: stretch;
  display: grid;
  gap: clamp(24px, 5vw, 70px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  padding: clamp(34px, 5vw, 72px) clamp(18px, 4vw, 56px);
}

.showcase.reverse {
  background: #fff;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.showcase-image {
  min-height: 460px;
  box-shadow: var(--shadow);
}

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

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.check-list li {
  align-items: center;
  display: flex;
  gap: 10px;
}

.check-list li::before {
  background: var(--mint);
  border-radius: 999px;
  content: "";
  height: 10px;
  width: 10px;
}

.features,
.faq {
  background: var(--soft);
}

.feature-grid article {
  overflow: hidden;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-grid article::after {
  background: linear-gradient(135deg, rgba(199, 234, 210, 0.32), transparent);
  content: "";
  height: 90px;
  position: absolute;
  right: -36px;
  top: -36px;
  transform: rotate(18deg);
  width: 120px;
}

.feature-grid article:hover {
  box-shadow: 0 22px 52px rgba(22, 44, 36, 0.12);
  transform: translateY(-3px);
}

.feature-grid svg {
  fill: none;
  height: 32px;
  margin-bottom: 20px;
  stroke: var(--leaf);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 32px;
}

.desk-section {
  min-height: 620px;
  overflow: hidden;
  padding: clamp(54px, 7vw, 92px) clamp(18px, 4vw, 56px);
  position: relative;
}

.desk-bg {
  background:
    linear-gradient(90deg, rgba(15, 47, 40, 0.92), rgba(15, 47, 40, 0.74) 42%, rgba(15, 47, 40, 0.16)),
    url("assets/premium-desk-bg.png") center / cover;
  inset: 0;
  position: absolute;
  z-index: 0;
}

.desk-content {
  color: #fff;
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.desk-content .eyebrow,
.desk-content h2 {
  color: #fff;
}

.desk-content p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.68;
}

.routine-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.routine-grid div {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 18px;
}

.routine-grid span {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.45;
}

.pill-row {
  gap: 10px;
  margin-top: 24px;
}

.value-section {
  background: var(--deep);
  color: #fff;
}

.value-section .eyebrow,
.value-section h2 {
  color: #fff;
}

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

.value-grid article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.value-grid strong {
  display: block;
  margin-bottom: 10px;
}

.value-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.download,
.waitlist {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
}

.download {
  background: #fff;
}

.download-card {
  padding: 30px;
}

.download-card span {
  color: var(--leaf);
  font-weight: 850;
}

.download-card strong {
  display: block;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  letter-spacing: 0;
  line-height: 1;
  margin: 14px 0;
}

.download-card a {
  margin-top: 6px;
}

.waitlist {
  background: var(--paper);
}

.waitlist-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 18px;
}

.waitlist-form label {
  color: var(--deep);
  display: grid;
  font-size: 0.86rem;
  font-weight: 850;
  gap: 8px;
}

.waitlist-form input {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 48px;
  padding: 0 14px;
}

.form-status {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
  min-height: 1.3em;
}

.form-status[data-state="success"] {
  color: var(--leaf);
  font-weight: 760;
}

.form-status[data-state="error"] {
  color: #b6422d;
  font-weight: 760;
}

.footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  gap: 18px;
  justify-content: center;
  padding: 26px;
}

.footer span {
  color: var(--ink);
  font-weight: 850;
}

.legal-page {
  margin: clamp(18px, 5vw, 56px) auto;
  max-width: 880px;
  padding: clamp(22px, 5vw, 48px);
}

.legal-page .brand {
  margin-bottom: 34px;
}

.legal-page h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.legal-page h2 {
  font-size: 1.35rem;
  line-height: 1.2;
  margin-top: 28px;
}

@media (max-width: 1080px) {
  .site-header nav {
    display: none;
  }

  .hero,
  .showcase,
  .showcase.reverse,
  .download,
  .waitlist,
  .app-preview-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-image,
  .showcase-image {
    min-height: 430px;
  }

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

  .phone-cutout {
    right: 14%;
    width: min(74vw, 500px);
  }

  .cards-cutout {
    left: 3%;
    width: min(60vw, 460px);
  }

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

@media (max-width: 760px) {
  .header-cta {
    display: inline-flex;
    font-size: 0.82rem;
    min-height: 38px;
    padding: 0 12px;
  }

  .logo-brand img {
    height: 36px;
    max-width: 180px;
  }

  h1 {
    font-size: 2.75rem;
    line-height: 0.95;
  }

  .hero {
    gap: 18px;
    padding-top: 34px;
  }

  .hero-lede {
    font-size: 1rem;
  }

  .store-button {
    min-height: 56px;
  }

  .symptom-strip,
  .steps,
  .feature-grid,
  .value-grid,
  .faq-grid,
  .routine-grid {
    grid-template-columns: 1fr;
  }

  .hero-image {
    min-height: 360px;
  }

  .hero-stage {
    min-height: 450px;
  }

  .phone-cutout {
    right: 0;
    width: min(86vw, 390px);
  }

  .cards-cutout {
    left: -18%;
    top: 62%;
    width: min(76vw, 360px);
  }

  .glass-orbit {
    height: 94px;
    right: 0;
    top: 5%;
    width: 94px;
  }

  .floating-proof {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }

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