@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  /* Exact brand tokens from the app (styles.css) */
  --ink: #171022;
  --muted: #756a83;
  --line: #eadff0;
  --soft: #fbf6ff;
  --pink: #f43f82;
  --purple: #6e34d8;
  --purple-deep: #40148f;
  --teal: #13b8b0;
  --orange: #f59e2e;

  /* Landing-only companions */
  --stage: #000000;
  --stage-line: rgba(255, 255, 255, 0.12);
  --paper: #fffdfe;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: #fff;
  background: var(--purple);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-wrap: balance;
  margin: 0;
}

p {
  max-width: 62ch;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* ---------- Trust bar (scrolling marquee) ---------- */

.lp-trust-bar {
  background: var(--pink);
  overflow: hidden;
  white-space: nowrap;
}

.lp-trust-track {
  display: inline-flex;
  animation: trust-scroll 26s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .lp-trust-track {
    animation: none;
  }
}

@keyframes trust-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.lp-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  padding: 14px 32px;
  flex-shrink: 0;
}

.lp-trust-item b {
  font-weight: 800;
}

.lp-trust-item .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* ---------- Nav ---------- */

.lp-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 24px;
  background: rgba(110, 52, 216, 0.85);
  backdrop-filter: blur(10px);
}

.lp-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 18px;
}

.lp-brand img {
  width: auto;
  height: 56px;
  object-fit: contain;
}

.lp-nav-cta {
  background: #fff;
  color: var(--purple-deep);
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 20px;
  border-radius: 999px;
}

/* ---------- Hero (dark stage) ---------- */

.lp-hero {
  position: relative;
  padding: 56px 0 0;
}

.lp-hero-inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 24px 0;
  display: grid;
  gap: 28px;
  align-items: end;
}

.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffd1e4;
  margin-bottom: 18px;
}

.lp-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}

.lp-hero h1 {
  font-size: clamp(30px, 4.6vw, 48px);
  line-height: 1.12;
  color: #fff;
  max-width: 14ch;
  margin-bottom: 20px;
}

.lp-hero-copy p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 28px;
  max-width: 46ch;
}

.lp-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--purple-deep);
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 26px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.lp-hero-art {
  position: relative;
  justify-self: center;
  width: 100%;
  max-width: 340px;
}

.lp-hero-art-wide {
  max-width: 480px;
}

.lp-hero-shot {
  width: 100%;
  display: block;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.28));
}

.lp-hero-mascot {
  max-width: 320px;
  margin: 0 auto;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.25);
}

@media (prefers-reduced-motion: no-preference) {
  .lp-hero-shot {
    animation: float 6s ease-in-out infinite;
  }
}

.lp-floating-badge {
  position: absolute;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(64, 20, 143, 0.3);
  border: 3px solid var(--paper);
}

.lp-floating-badge-1 {
  top: -22px;
  left: -30px;
  transform: rotate(-8deg);
}

.lp-floating-badge-2 {
  bottom: 40px;
  right: -26px;
  transform: rotate(6deg);
  width: 68px;
  height: 68px;
}

@media (prefers-reduced-motion: no-preference) {
  .lp-floating-badge-1 {
    animation: float 5s ease-in-out infinite;
  }

  .lp-floating-badge-2 {
    animation: float 7s ease-in-out infinite reverse;
  }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

/* ---------- Problem (editorial pull-quote) ---------- */

.lp-problem {
  padding: 96px 0 88px;
}

.lp-problem .wrap {
  max-width: 860px;
}

.lp-problem-label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffd1e4;
  margin-bottom: 18px;
  display: block;
}

.lp-problem h2 {
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.35;
  color: #fff;
}

.lp-problem h2 em {
  font-style: italic;
  color: #ffd1e4;
}

/* ---------- Relatable checklist ---------- */

.lp-checklist {
  padding: 64px 0;
}

.lp-checklist .wrap {
  max-width: 720px;
}

.lp-checklist-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.lp-checklist-list li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  color: #fff;
}

.lp-checklist-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #fff;
}

.lp-checklist-foot {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  font-size: 15px;
}

.lp-problem-foot {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

/* ---------- Features ---------- */

.lp-features {
  padding: 88px 0;
}

.lp-section-head {
  max-width: 640px;
  margin: 0 0 48px;
}

.lp-section-head span {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffd1e4;
  display: block;
  margin-bottom: 14px;
}

.lp-section-head h2 {
  font-size: clamp(24px, 4vw, 32px);
  color: #fff;
}

.lp-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 4px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
}

.lp-feature-card {
  background: var(--paper);
  padding: 30px 26px;
}

.lp-feature-visual {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #fff;
  background: var(--purple);
}

.lp-feature-visual.is-photo {
  background: none;
  overflow: hidden;
}

.lp-feature-visual.is-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-feature-card h3 {
  font-size: 17px;
  margin: 0 0 8px;
  color: var(--ink);
}

.lp-feature-card p {
  color: var(--muted);
  font-size: 14.5px;
  margin: 0;
}

/* ---------- How it works ---------- */

.lp-how {
  padding: 88px 0;
}

.lp-how-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  position: relative;
}

.lp-how-steps::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.35) 0 8px, transparent 8px 14px);
  display: none;
}

@media (min-width: 760px) {
  .lp-how-steps::before {
    display: block;
  }
}

.lp-step {
  position: relative;
}

.lp-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--paper);
  border: 2px solid var(--purple);
  color: var(--purple);
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.lp-step h3 {
  font-size: 16px;
  margin: 0 0 8px;
  color: #fff;
}

.lp-step p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14.5px;
  margin: 0;
}

/* ---------- Bonus / included features ---------- */

.lp-bonus {
  padding: 88px 0;
}

.lp-bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.lp-bonus-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
}

.lp-bonus-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--soft);
  color: var(--purple);
  margin-bottom: 16px;
}

.lp-bonus-icon .icon {
  width: 22px;
  height: 22px;
}

.lp-bonus-card h3 {
  font-size: 16.5px;
  margin: 0 0 8px;
  color: var(--purple-deep);
}

.lp-bonus-card p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

/* ---------- Comparison (card rows) ---------- */

.lp-compare {
  padding: 88px 0;
}

.lp-compare-cols {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 12px;
  margin-bottom: 10px;
  padding: 0 20px;
}

.lp-compare-cols span {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.lp-compare-cols span:first-child {
  text-align: left;
}

.lp-compare-cols .lp-compare-brand {
  color: #fff;
}

.lp-compare-list {
  display: grid;
  gap: 10px;
}

.lp-compare-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
  gap: 12px;
  background: var(--soft);
  border-radius: 14px;
  padding: 16px 20px;
}

.lp-compare-row p {
  margin: 0;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
}

.lp-compare-row .lp-compare-us {
  display: flex;
  justify-content: center;
}

.lp-compare-row .lp-compare-us .icon {
  width: 22px;
  height: 22px;
  color: #fff;
  background: var(--purple);
  border-radius: 50%;
  padding: 5px;
  box-sizing: content-box;
}

.lp-compare-row .lp-compare-them {
  text-align: center;
  font-size: 13.5px;
  color: var(--muted);
}

.lp-compare-foot {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13.5px;
  text-align: center;
}

/* ---------- Mission (honesty section) ---------- */

.lp-mission {
  padding: 88px 0;
}

.lp-mission .wrap {
  display: grid;
  gap: 40px;
  align-items: center;
  max-width: 960px;
}

.lp-mission-art img {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

.lp-mission h2 {
  font-size: clamp(22px, 4vw, 28px);
  margin-bottom: 16px;
}

.lp-mission p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15.5px;
  max-width: 56ch;
}

@media (min-width: 760px) {
  .lp-mission .wrap {
    grid-template-columns: 200px 1fr;
  }
}

/* ---------- FAQ ---------- */

.lp-faq {
  padding: 88px 0;
}

.lp-faq-list {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.lp-faq-list details {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 22px;
  background: var(--soft);
}

.lp-faq-list summary {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

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

.lp-faq-list summary::before {
  content: "+";
  display: inline-block;
  width: 18px;
  color: var(--purple);
  font-weight: 800;
}

.lp-faq-list details[open] summary::before {
  content: "–";
}

.lp-faq-list p {
  margin: 12px 0 0 18px;
  color: var(--muted);
  font-size: 14.5px;
}

/* ---------- Final CTA ---------- */

.lp-final-cta {
  text-align: center;
  padding: 96px 24px;
  background: var(--purple-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.lp-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(244, 63, 130, 0.35), transparent 60%);
  pointer-events: none;
}

.lp-final-cta h2 {
  position: relative;
  font-size: clamp(26px, 4.5vw, 36px);
  margin: 0 0 12px;
  max-width: 18ch;
  margin-inline: auto;
}

.lp-final-cta-sub {
  position: relative;
  color: #cabfdc;
  font-size: 16px;
  margin: 0 auto 28px;
}

.lp-final-cta .lp-cta-primary {
  position: relative;
}

/* ---------- Footer ---------- */

.lp-footer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 24px 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.lp-footer img {
  width: 160px;
  height: auto;
  object-fit: contain;
}

.lp-footer nav {
  display: flex;
  gap: 22px;
}

.lp-footer a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 13px;
}

.lp-footer p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin: 0;
  width: 100%;
  text-align: center;
  order: 3;
}

@media (min-width: 760px) {
  .lp-hero-inner {
    grid-template-columns: 1.15fr 0.85fr;
    padding-bottom: 0;
  }

  .lp-hero-art {
    align-self: end;
    max-width: 320px;
  }

  .lp-hero-art-wide {
    max-width: 460px;
  }

  .lp-footer p {
    width: auto;
    order: 0;
    text-align: left;
  }
}

/* ---------- Legal pages ---------- */

.legal-page {
  max-width: 680px;
  margin: 0 auto;
  padding: 48px 24px 96px;
}

.legal-page h1 {
  font-size: 28px;
}

.legal-page h2 {
  font-size: 18px;
  margin-top: 36px;
  margin-bottom: 10px;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
  font-size: 15px;
}

.legal-page a {
  color: var(--purple);
}

.legal-back {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--purple);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
