.lists-page {
  color: var(--warm-ink);
}

.lists-page .page {
  max-width: 1240px;
}

.lists-hero {
  position: relative;
  overflow: hidden;
  padding: 24px 28px 76px;
  border: 1px solid rgba(47, 107, 255, 0.11);
  border-radius: 42px;
  background:
    radial-gradient(circle at 88% -15%, rgba(47, 107, 255, 0.15), transparent 36%),
    radial-gradient(circle at 5% 110%, rgba(255, 207, 74, 0.2), transparent 31%),
    linear-gradient(136deg, #fdfcf8 0%, #fbfaf6 58%, #f2f4fb 100%);
  box-shadow: var(--warm-shadow);
}

.lists-hero::after {
  position: absolute;
  right: -78px;
  bottom: -132px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(47, 107, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(47, 107, 255, 0.035),
    0 0 0 84px rgba(255, 207, 74, 0.026);
  content: "";
  pointer-events: none;
}

.lists-hero .hero-topline {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.lists-hero .hero-logo-link {
  display: flex;
  align-items: center;
  gap: 13px;
}

.lists-hero .hero-logo-img {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(47, 107, 255, 0.09);
  border-radius: 15px;
  box-shadow: 0 14px 30px rgba(47, 107, 255, 0.15);
}

.lists-hero .hero-logo-text-main {
  color: var(--warm-ink);
  font-size: 16px;
  font-weight: 720;
  letter-spacing: -0.035em;
}

.lists-hero .hero-logo-text-sub {
  color: var(--warm-muted);
  font-size: 11px;
}

.lists-hero-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lists-back-link,
.lists-hero .hero-open-app {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--warm-line);
  border-radius: 999px;
  background: rgba(251, 250, 246, 0.76);
  color: var(--brand-blue-start);
  font-size: 13px;
  font-weight: 650;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.lists-back-link:hover,
.lists-hero .hero-open-app:hover {
  background: #fff;
  box-shadow: var(--warm-shadow-small);
  transform: translateY(-1px);
}

.lists-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 890px;
  padding: 108px 20px 28px;
}

.lists-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid rgba(49, 90, 72, 0.13);
  border-radius: 999px;
  background: rgba(231, 238, 232, 0.78);
  color: var(--warm-sage-deep);
  font-size: 12px;
  font-weight: 650;
}

.lists-eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--warm-sage);
  box-shadow: 0 0 0 4px rgba(114, 150, 129, 0.16);
}

.lists-hero h1 {
  max-width: 880px;
  margin: 26px 0 0;
  color: var(--warm-ink);
  font-family: "Onest", "Inter", sans-serif;
  font-size: clamp(54px, 6.1vw, 82px);
  font-weight: 740;
  line-height: 0.98;
  letter-spacing: -0.072em;
}

.lists-hero-copy > p {
  max-width: 720px;
  margin: 25px 0 0;
  color: var(--warm-muted);
  font-size: 17px;
  line-height: 1.65;
}

.lists-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.lists-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 700;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.lists-button-primary {
  background: var(--brand-blue);
  color: #fff;
  box-shadow: 0 14px 28px rgba(47, 107, 255, 0.22);
}

.lists-button-primary:hover {
  background: var(--brand-blue-start);
  box-shadow: 0 18px 34px rgba(47, 107, 255, 0.28);
  transform: translateY(-2px);
}

.lists-button-secondary {
  border-color: rgba(47, 107, 255, 0.14);
  background: rgba(255, 255, 255, 0.7);
  color: var(--warm-ink-soft);
}

.lists-button-secondary:hover {
  border-color: rgba(47, 107, 255, 0.25);
  background: #fff;
  transform: translateY(-2px);
}

.lists-page :is(a, button):focus-visible {
  outline: 3px solid rgba(47, 107, 255, 0.3);
  outline-offset: 4px;
}

.lists-possibilities {
  margin-top: 26px;
  padding: clamp(64px, 7vw, 92px) clamp(24px, 5.4vw, 68px);
  border: 1px solid var(--warm-line);
  border-radius: 36px;
  background:
    radial-gradient(circle at 94% 8%, rgba(255, 207, 74, 0.12), transparent 25rem),
    rgba(251, 250, 246, 0.88);
  box-shadow: var(--warm-shadow);
}

.lists-section-heading {
  display: grid;
  grid-template-columns: minmax(140px, 0.35fr) minmax(0, 1fr);
  column-gap: 42px;
  align-items: start;
}

.lists-section-heading .label {
  padding-top: 9px;
}

.lists-section-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--warm-ink);
  font-family: "Onest", "Inter", sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.062em;
}

.lists-section-heading p {
  grid-column: 2;
  max-width: 690px;
  margin: 20px 0 0;
  color: var(--warm-muted);
  font-size: 15px;
  line-height: 1.65;
}

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

.lists-feature-card {
  position: relative;
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(47, 107, 255, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 30px rgba(26, 36, 67, 0.045);
}

.lists-feature-number {
  display: inline-grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 11px;
  background: var(--brand-blue-soft);
  color: var(--brand-blue);
  font-size: 10px;
  font-weight: 800;
}

.lists-feature-card:nth-child(3n) .lists-feature-number {
  background: rgba(255, 207, 74, 0.24);
  color: #8b6810;
}

.lists-feature-card h3 {
  margin: 34px 0 9px;
  color: var(--warm-ink);
  font-family: "Onest", "Inter", sans-serif;
  font-size: 22px;
  font-weight: 680;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.lists-feature-card p {
  margin: 0;
  color: var(--warm-muted);
  font-size: 13px;
  line-height: 1.58;
}

.lists-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  margin-top: 26px;
  padding: clamp(52px, 6vw, 76px);
  overflow: hidden;
  border: 1px solid rgba(47, 107, 255, 0.16);
  border-radius: 36px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 207, 74, 0.32), transparent 24rem),
    linear-gradient(135deg, #eff4ff, #fbfaf6 65%);
  box-shadow: var(--warm-shadow);
}

.lists-final-cta > div > span {
  color: var(--brand-blue);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lists-final-cta h2 {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--warm-ink);
  font-family: "Onest", "Inter", sans-serif;
  font-size: clamp(38px, 4.8vw, 60px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.lists-final-cta p {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--warm-muted);
  font-size: 14px;
  line-height: 1.6;
}

.lists-page .site-footer {
  margin-top: 24px;
}

@media (max-width: 980px) {
  .lists-hero-copy {
    padding-top: 80px;
  }

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

  .lists-final-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .lists-final-cta .lists-button {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .lists-page {
    padding: 10px 8px 28px;
  }

  .lists-hero {
    padding: 18px 16px 52px;
    border-radius: 28px;
  }

  .lists-hero .hero-logo-text-sub,
  .lists-back-link {
    display: none;
  }

  .lists-hero .hero-logo-img {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .lists-hero .hero-open-app {
    min-height: 39px;
    padding: 0 13px;
    font-size: 11px;
  }

  .lists-hero-copy {
    padding: 68px 2px 4px;
  }

  .lists-hero h1 {
    font-size: clamp(43px, 13vw, 58px);
    letter-spacing: -0.065em;
  }

  .lists-hero-copy > p {
    margin-top: 20px;
    font-size: 15px;
  }

  .lists-hero-actions,
  .lists-button {
    width: 100%;
  }

  .lists-possibilities {
    padding: 52px 18px;
    border-radius: 27px;
  }

  .lists-section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lists-section-heading .label {
    padding-top: 0;
  }

  .lists-section-heading h2,
  .lists-section-heading p {
    grid-column: 1;
  }

  .lists-section-heading h2 {
    font-size: 40px;
  }

  .lists-section-heading p {
    margin-top: 0;
  }

  .lists-feature-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .lists-feature-card {
    min-height: 205px;
    padding: 23px;
  }

  .lists-final-cta {
    padding: 52px 20px;
    border-radius: 27px;
  }

  .lists-final-cta h2 {
    font-size: 39px;
  }

  .lists-final-cta .lists-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lists-page *,
  .lists-page *::before,
  .lists-page *::after {
    scroll-behavior: auto !important;
  }
}
