:root {
  --bg: #f6f1eb;
  --surface: rgba(255, 251, 246, 0.82);
  --surface-strong: #fffaf5;
  --line: #e8ddd4;
  --text: #18131c;
  --muted: #726679;
  --accent: #9e6c7c;
  --accent-deep: #7c4e5d;
  --plum: #5a3550;
  --bronze: #af7a51;
  --ink: #2a2431;
  --soft: #efe5dd;
  --shadow: 0 32px 80px rgba(83, 52, 66, 0.14);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 12%, rgba(228, 197, 174, 0.36), transparent 24%),
    radial-gradient(circle at 88% 14%, rgba(203, 173, 184, 0.34), transparent 26%),
    linear-gradient(180deg, #fffaf6 0%, #f7f0ea 48%, #f1e7de 100%);
}

a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }

.page-shell, .legal-shell {
  width: min(1200px, calc(100vw - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 18px 0 28px;
  padding: 14px 18px;
  background: rgba(255, 251, 246, 0.8);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(232, 221, 212, 0.95);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(67, 42, 54, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.site-nav, .header-actions, .hero-badges, .footer-links, .hero-cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.site-nav a, .ghost-link {
  color: var(--muted);
  font-weight: 600;
}

.primary-link, .button-primary, .button-secondary, .store-card {
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-link {
  padding: 12px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, #b58493 100%);
  box-shadow: 0 16px 36px rgba(126, 80, 96, 0.2);
}

.button-primary {
  padding: 16px 24px;
  background: linear-gradient(135deg, var(--accent-deep) 0%, var(--accent) 100%);
  color: #fff;
  box-shadow: 0 18px 44px rgba(126, 80, 96, 0.2);
}

.button-secondary {
  padding: 16px 24px;
  background: rgba(255, 251, 246, 0.76);
  color: var(--plum);
  border: 1px solid rgba(126, 80, 96, 0.18);
}

.primary-link:hover, .button-primary:hover, .button-secondary:hover, .store-card:hover {
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: center;
  padding: 30px 0 90px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--accent-deep);
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow.small { margin-bottom: 10px; font-size: 12px; }

h1, h2, h3, h4 {
  margin: 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.05em;
}

h1 {
  font-size: clamp(44px, 6vw, 74px);
  line-height: 0.98;
}

h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.02; }
h3 { font-size: clamp(26px, 3vw, 34px); line-height: 1.08; }

.hero-text, .section-heading p, .feature-copy p, .cta-copy p, .faq-list p, .legal-card p, .legal-card li {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.72;
}

.hero-badges {
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.hero-badges li {
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255, 251, 246, 0.82);
  border: 1px solid rgba(126, 80, 96, 0.12);
  color: #5e5264;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-block: 12px 72px;
}

.phone {
  position: relative;
  width: min(100%, 390px);
  margin-left: auto;
  padding: 24px;
  border-radius: 42px;
  background: rgba(255, 250, 245, 0.88);
  border: 1px solid rgba(232, 221, 212, 0.95);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.phone-glow {
  position: absolute;
  inset: 18px;
  background: radial-gradient(circle at top, rgba(182, 132, 146, 0.18), transparent 60%);
  filter: blur(22px);
  pointer-events: none;
}

.phone-topline {
  width: 94px;
  height: 7px;
  border-radius: 999px;
  margin: 0 auto 24px;
  background: rgba(126, 80, 96, 0.16);
}

.mini-date, .section-tag {
  color: #8b7d8d;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.mini-date { font-size: 13px; margin-bottom: 18px; }
.hello { font-family: "Sora", sans-serif; font-size: 32px; margin-bottom: 4px; }
.hello-sub { color: #8b7d8d; font-size: 22px; margin-bottom: 22px; }

.hero-screen {
  width: min(100%, 290px);
  margin: 0 auto 20px;
}

.device-shell {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-radius: 38px;
  background:
    linear-gradient(180deg, #3d3741 0%, #17131b 100%);
  border: 1px solid rgba(24, 19, 28, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 46px rgba(24, 19, 28, 0.22);
}

.device-shell--mini {
  width: min(100%, 260px);
  margin: 0 auto;
}

.device-shell--feature {
  width: min(100%, 308px);
}

.device-shell--slider {
  width: min(100%, 230px);
  margin: 18px auto 0;
}

.device-shell--wide {
  width: min(100%, 252px);
}

.device-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 2;
  width: 34%;
  height: 16px;
  border-radius: 0 0 14px 14px;
  background: #09070b;
  transform: translateX(-50%);
}

.device-screen {
  overflow: hidden;
  border-radius: 30px;
  background: #f8f5f1;
}

.device-screen img {
  display: block;
  width: 100%;
  height: auto;
}

.section-tag { font-weight: 700; font-size: 13px; margin: 18px 0 14px; }

.entry-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 14px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 250, 245, 0.92);
  border: 1px solid rgba(232, 221, 212, 0.95);
}

.entry-card strong { display: block; font-size: 28px; margin-bottom: 4px; }
.entry-card span { color: var(--muted); font-size: 16px; line-height: 1.5; }

.entry-icon {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  font-size: 30px;
  font-weight: 800;
}

.plum { background: rgba(126, 80, 96, 0.12); color: var(--accent-deep); }
.bronze { background: rgba(175, 122, 81, 0.16); color: var(--bronze); }
.ink { background: rgba(42, 36, 49, 0.1); color: var(--ink); }

.story-card {
  position: absolute;
  left: 0;
  bottom: 42px;
  width: min(360px, 82%);
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 250, 245, 0.84);
  border: 1px solid rgba(232, 221, 212, 0.95);
  box-shadow: 0 24px 60px rgba(67, 42, 54, 0.1);
}

.story-card strong {
  display: block;
  font-size: 26px;
  margin-bottom: 8px;
  font-family: "Sora", sans-serif;
}

.story-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }

.hero-side-card {
  position: absolute;
  z-index: 2;
  width: min(230px, 44%);
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 250, 245, 0.8);
  border: 1px solid rgba(232, 221, 212, 0.95);
  box-shadow: 0 18px 38px rgba(67, 42, 54, 0.08);
  backdrop-filter: blur(14px);
}

.hero-side-card--top {
  top: 46px;
  left: 8px;
}

.hero-side-card--bottom {
  right: 0;
  bottom: 78px;
}

.hero-side-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Sora", sans-serif;
  font-size: 18px;
  line-height: 1.18;
}

.hero-side-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

section { padding: 34px 0 80px; }
.section-heading { max-width: 780px; margin-bottom: 32px; }
.section-heading.narrow { max-width: 860px; }

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

.info-panel, .faq-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 245, 0.82);
  border: 1px solid rgba(232, 221, 212, 0.95);
  box-shadow: 0 16px 38px rgba(67, 42, 54, 0.06);
}

.info-panel h3, .faq-card h3 { margin-bottom: 12px; font-size: 28px; }
.info-panel p, .faq-card p { margin: 0; }

.feature-stack { display: grid; gap: 26px; }

.feature-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  padding: 20px 0;
}

.feature-row.reverse { grid-template-columns: 0.95fr 1.05fr; }
.feature-row.reverse .feature-copy { order: 2; }
.feature-row.reverse .feature-art { order: 1; }

.feature-art.visual-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow: hidden;
  border-radius: 32px;
  background: rgba(255, 250, 245, 0.9);
  border: 1px solid rgba(232, 221, 212, 0.95);
  box-shadow: 0 22px 54px rgba(67, 42, 54, 0.08);
}

.feature-art.visual-card img {
  object-fit: contain;
  object-position: center top;
}

.tinted-frame {
  background: linear-gradient(180deg, #fff7f4 0%, #f6ebe6 100%);
}

.dark-frame {
  background: linear-gradient(180deg, #f1e7de 0%, #e8d9cd 100%);
}

.slider-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
}

.slider-button {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(126, 80, 96, 0.16);
  border-radius: 50%;
  background: rgba(255, 250, 245, 0.88);
  color: var(--ink);
  font-size: 20px;
  cursor: pointer;
}

.slider-button:disabled {
  opacity: 0.45;
  cursor: default;
}

.mockup-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, 1fr);
  gap: 18px;
  overflow-x: auto;
  padding: 8px 2px 12px;
  scrollbar-width: none;
}

.mockup-track::-webkit-scrollbar { display: none; }

.mockup-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 250, 245, 0.92);
  border: 1px solid rgba(232, 221, 212, 0.95);
  box-shadow: 0 18px 44px rgba(67, 42, 54, 0.08);
}

.mockup-card__meta {
  padding: 18px 20px 20px;
}

.mockup-card__meta strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 22px;
  margin-bottom: 6px;
}

.mockup-card__meta span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.cta-section {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 16px;
}

.waitlist-grid {
  min-width: 420px;
}

.store-card {
  display: grid;
  gap: 8px;
  min-width: 220px;
  padding: 24px 28px;
  background: rgba(255, 250, 245, 0.88);
  border: 1px solid rgba(232, 221, 212, 0.95);
  box-shadow: 0 14px 34px rgba(67, 42, 54, 0.06);
}

.store-card__kicker {
  color: var(--accent-deep);
  font-size: 12px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.store-card strong {
  font-size: 24px;
  font-family: "Sora", sans-serif;
}

.store-card__body {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.disabled-card { cursor: default; }

.lead-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  padding-top: 8px;
}

.lead-copy {
  padding: 8px 0;
}

.lead-points {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.lead-points li {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 250, 245, 0.78);
  border: 1px solid rgba(232, 221, 212, 0.95);
  color: var(--muted);
  font-weight: 600;
}

.lead-form {
  padding: 24px;
  border-radius: 32px;
  background: rgba(255, 250, 245, 0.9);
  border: 1px solid rgba(232, 221, 212, 0.95);
  box-shadow: 0 18px 44px rgba(67, 42, 54, 0.06);
}

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

.form-field {
  display: grid;
  gap: 8px;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field span {
  font-size: 13px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(126, 80, 96, 0.14);
  background: #fffdf9;
  color: var(--text);
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: rgba(126, 80, 96, 0.46);
  box-shadow: 0 0 0 4px rgba(126, 80, 96, 0.08);
}

.form-field textarea {
  resize: vertical;
  min-height: 148px;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

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

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0 60px;
  border-top: 1px solid rgba(126, 80, 96, 0.12);
}

.footer-links a {
  color: var(--muted);
  font-weight: 600;
}

.legal-shell {
  padding: 34px 0 60px;
}

.legal-brand {
  margin-bottom: 24px;
}

.legal-card {
  padding: 30px;
  border-radius: 32px;
  background: rgba(255, 250, 245, 0.88);
  border: 1px solid rgba(232, 221, 212, 0.95);
  box-shadow: 0 18px 44px rgba(67, 42, 54, 0.06);
}

.legal-card h1 {
  font-size: clamp(36px, 5vw, 56px);
  margin-bottom: 10px;
}

.legal-card h2 {
  font-size: 26px;
  margin: 28px 0 12px;
}

.legal-card ul {
  margin: 0;
  padding-left: 22px;
}

.legal-card a {
  color: var(--accent-deep);
  font-weight: 700;
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .why-grid,
  .feature-row,
  .feature-row.reverse,
  .cta-section,
  .lead-section,
  .faq-list,
  .site-footer {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header {
    border-radius: 28px;
  }

  .site-nav, .header-actions {
    width: 100%;
  }

  .hero {
    gap: 30px;
  }

  .hero-visual {
    min-height: auto;
    justify-content: stretch;
    padding-bottom: 0;
  }

  .phone {
    width: 100%;
    margin-left: 0;
  }

  .hero-side-card {
    position: static;
    width: 100%;
    margin-bottom: 16px;
  }

  .story-card {
    position: static;
    width: 100%;
    margin-top: 18px;
  }

  .download-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .waitlist-grid {
    min-width: 0;
  }

  .feature-art.visual-card {
    padding: 18px;
  }

  .device-shell--feature,
  .device-shell--wide {
    width: min(100%, 286px);
  }

  .slider-shell {
    grid-template-columns: 1fr;
  }

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

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

  .slider-button {
    display: none;
  }
}

@media (max-width: 640px) {
  .page-shell, .legal-shell {
    width: min(100vw - 24px, 100%);
  }

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

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-text, .section-heading p, .feature-copy p, .cta-copy p, .faq-list p, .legal-card p, .legal-card li {
    font-size: 17px;
  }

  .entry-card {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    padding: 16px;
  }

  .entry-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 22px;
  }

  .entry-card strong {
    font-size: 22px;
  }

  .hello {
    font-size: 28px;
  }

  .hello-sub {
    font-size: 18px;
  }

  .hero-screen {
    width: min(100%, 240px);
  }

  .lead-form {
    padding: 18px;
  }

  .device-shell--slider {
    width: min(100%, 212px);
  }

  .store-card {
    min-width: 0;
    width: 100%;
  }
}
