:root {
  --purple: #6c47ff;
  --purple-dark: #5130dc;
  --ink: #10163f;
  --muted: #4d5575;
  --soft: #fbfaff;
  --lavender: #f1ecff;
  --line: rgba(20, 18, 62, 0.09);
  --shadow: 0 24px 70px rgba(42, 26, 96, 0.11);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
}

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

.site-header,
.hero,
.problem-intro,
.problem-strip,
.timeline-section,
.ai-section,
.trust-strip,
.cta,
.footer {
  width: min(1220px, calc(100% - 64px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(108, 71, 255, 0.16);
}

.desktop-nav {
  display: flex;
  gap: 38px;
  font-size: 15px;
  font-weight: 700;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.button {
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
}

.button-primary {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  color: white;
  background: linear-gradient(135deg, var(--purple), #825bff);
  box-shadow: 0 16px 34px rgba(108, 71, 255, 0.26);
}

.hero {
  min-height: 615px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 28px;
  padding: 28px 0 22px;
}

.hero-badge {
  width: max-content;
  margin: 0 0 22px;
  padding: 8px 14px;
  color: var(--purple);
  background: var(--lavender);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(54px, 6.4vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.065em;
}

.hero h1 span { color: var(--purple); }

.hero-copy > p:not(.hero-badge) {
  max-width: 470px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 600;
}

.store-row {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

.store-badge {
  width: 184px;
  height: 64px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: white;
  background: #050505;
  border-radius: 11px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.store-badge svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
}

.store-badge span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.store-badge small {
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.86;
}

.store-badge strong {
  font-size: 18px;
  line-height: 1.04;
  white-space: nowrap;
}

.rating {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
}

.avatars { display: flex; }
.avatars span {
  width: 40px;
  height: 40px;
  margin-right: -10px;
  display: grid;
  place-items: center;
  border: 3px solid white;
  border-radius: 50%;
  background: #f4edff;
  box-shadow: 0 8px 18px rgba(18, 20, 50, 0.1);
  font-size: 22px;
  line-height: 1;
}

.stars { color: #ffb51f; letter-spacing: 2px; font-size: 19px; }
.rating p { margin: 4px 0 0; color: var(--muted); font-weight: 700; font-size: 13px; }

.hero-art {
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  pointer-events: none;
}

.hero-art::before {
  content: none;
  position: absolute;
  inset: 16% 4% 5%;
  z-index: -1;
  border-radius: 46% 54% 50% 50%;
  background: radial-gradient(circle at 48% 52%, rgba(108, 71, 255, 0.15), rgba(108, 71, 255, 0) 68%);
}

.hero-art img {
  width: min(760px, 120%);
  max-height: 820px;
  height: auto;
  object-fit: contain;
  margin: -86px -34px -70px 0;
  filter: drop-shadow(0 28px 45px rgba(32, 20, 74, 0.06));
}

.problem-intro {
  padding: 22px 0 18px;
  text-align: center;
}

.problem-intro h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.problem-intro span { color: var(--purple); }

.problem-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 4px 0 44px;
}

.problem-strip article {
  min-height: 185px;
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 24px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(241, 236, 255, 0.7), #fff);
  box-shadow: 0 16px 44px rgba(42, 26, 96, 0.07);
}

.problem-strip img {
  width: 168px;
  height: 142px;
  justify-self: center;
  object-fit: contain;
}

.problem-strip article > div {
  align-self: center;
}

.problem-strip h3 { margin: 0 0 10px; font-size: 21px; line-height: 1.16; letter-spacing: -0.04em; }
.problem-strip p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; font-weight: 600; }

.timeline-section {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 54px;
  align-items: center;
  padding: 22px 0 62px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-copy h2 {
  margin: 0;
  font-size: clamp(38px, 4.1vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.section-copy > p:not(.eyebrow) {
  max-width: 340px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}

.text-link {
  display: inline-flex;
  margin-top: 26px;
  color: var(--purple);
  font-weight: 800;
}

.explorer-image {
  display: block;
  width: min(360px, 100%);
  margin-top: 44px;
  mix-blend-mode: multiply;
}

.timeline-card {
  position: relative;
  padding: 18px 26px 28px 72px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(241, 236, 255, 0.62), rgba(255, 255, 255, 0.96));
  box-shadow: var(--shadow);
}

.timeline-line {
  position: absolute;
  top: 70px;
  bottom: 74px;
  left: 37px;
  width: 2px;
  background: linear-gradient(var(--purple), rgba(108, 71, 255, 0.14));
}

.timeline-event {
  position: relative;
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px 18px 14px 26px;
  margin: 10px 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  box-shadow: 0 12px 28px rgba(42, 26, 96, 0.08);
}

.timeline-icon {
  position: absolute;
  left: -59px;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background: #f4efff;
  box-shadow: 0 10px 22px rgba(108, 71, 255, 0.16);
  z-index: 1;
}

.timeline-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.timeline-event h3 { margin: 0 0 5px; font-size: 16px; }
.timeline-event p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 600; }

.status {
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 12px;
}

.status.good { color: #208357; background: #dff8eb; }

.more-pill {
  width: min(260px, 80%);
  min-height: 42px;
  display: grid;
  place-items: center;
  margin: 18px auto 0;
  border-radius: 999px;
  color: var(--purple);
  background: white;
  border: 1px solid var(--line);
  font-weight: 800;
}

.ai-section {
  padding: 28px 0 38px;
  text-align: center;
}

.ai-row-image {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  border-radius: 20px;
  filter: drop-shadow(0 18px 44px rgba(42, 26, 96, 0.08));
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 22px 14px;
  border: 1px solid rgba(108, 71, 255, 0.11);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(241, 236, 255, 0.88), white);
}

.trust-strip div {
  min-height: 70px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 3px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child { border-right: 0; }
.trust-strip img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.trust-strip strong { font-size: 17px; }
.trust-strip p { margin: 0; color: var(--muted); font-weight: 700; }

.cta {
  margin-top: 32px;
  margin-bottom: 42px;
  min-height: 220px;
  display: grid;
  grid-template-columns: 0.8fr 1.1fr 0.75fr;
  align-items: center;
  gap: 28px;
  padding: 32px 38px;
  border-radius: 22px;
  border: 1px solid rgba(108, 71, 255, 0.12);
  background: linear-gradient(135deg, rgba(241, 236, 255, 0.9), white);
}

.cta h2 {
  margin: 0;
  font-size: clamp(34px, 3.6vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.cta p {
  margin: 20px 0 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
}

.cta img {
  width: min(520px, 100%);
  justify-self: center;
  mix-blend-mode: multiply;
}

.cta .store-row { margin-top: 0; justify-content: flex-end; }
.cta .store-badge { width: 184px; }

.footer {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 30px;
  padding: 32px 0 44px;
  border-top: 1px solid var(--line);
}

.footer .brand { font-size: 26px; }
.footer .brand img { width: 34px; height: 34px; border-radius: 9px; }
.footer p { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.footer h4 { margin: 0 0 14px; font-size: 14px; }
.footer a:not(.brand) {
  display: block;
  margin: 8px 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.footer a.social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 24px;
  line-height: 24px;
}

.footer a.social-link svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: block;
  transform: none;
}

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .site-header,
  .hero,
  .problem-intro,
  .problem-strip,
  .timeline-section,
  .ai-section,
  .trust-strip,
  .cta,
  .footer {
    width: min(100% - 36px, 760px);
  }

  .hero,
  .timeline-section,
  .cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 22px;
    text-align: center;
  }

  .hero-badge,
  .hero-copy > p:not(.hero-badge) {
    margin-left: auto;
    margin-right: auto;
  }

  .store-row,
  .rating {
    justify-content: center;
  }

  .hero-art { min-height: auto; }

  .problem-strip,
  .trust-strip,
  .footer {
    grid-template-columns: 1fr;
  }

  .problem-strip article {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .timeline-card { padding-left: 64px; }
  .timeline-line { left: 29px; }
  .cta { text-align: center; }
  .cta .store-row { justify-content: center; }
  .trust-strip {
    padding: 8px 28px;
  }
  .trust-strip div {
    min-height: 156px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    gap: 10px;
    padding: 24px 0;
  }
  .trust-strip img {
    width: 38px;
    height: 38px;
    margin-bottom: 2px;
  }
  .trust-strip strong {
    font-size: 18px;
    line-height: 1.1;
  }
  .trust-strip p {
    font-size: 17px;
    line-height: 1.25;
  }
  .trust-strip div:last-child { border-bottom: 0; }
}

@media (max-width: 560px) {
  .site-header {
    height: 72px;
  }

  .brand { font-size: 24px; }
  .brand img { width: 36px; height: 36px; }
  .button-primary { display: none; }

  .hero h1 { font-size: 45px; }
  .hero-copy > p:not(.hero-badge) { font-size: 16px; }
  .store-badge {
    width: 166px;
    height: 58px;
    gap: 8px;
    padding-inline: 12px;
  }
  .store-badge svg { width: 22px; height: 22px; }
  .store-badge strong { font-size: 16px; }
  .hero-art img {
    width: min(108%, 500px);
    max-height: 610px;
    margin: -36px auto -30px;
  }

  .problem-intro h2 { font-size: 25px; }
  .problem-strip article { min-height: auto; padding: 22px; }
  .problem-strip img { width: 132px; height: 112px; }

  .timeline-section { gap: 24px; }
  .timeline-card {
    padding: 12px 14px 22px 58px;
    border-radius: 22px;
  }
  .timeline-line { left: 23px; }

  .timeline-event {
    grid-template-columns: 1fr;
    padding: 14px 12px 14px 18px;
  }

  .status { justify-self: start; }

  .ai-section { width: min(100% - 20px, 760px); }
  .ai-row-image { border-radius: 14px; }
  .cta { padding: 26px 20px; }
  .cta h2 { font-size: 36px; }
}
