:root {
  color-scheme: light;
  --brand-sky: #b4e1f8;
  --brand-sand: #c9bc9c;
  --brand-white: #ffffff;
  --brand-ink: #11110f;
  --ui-ink: #3a3b36;
  --ui-muted: #747870;
  --ui-cream: #f6f4ee;
  --ui-cream-deep: #eee9dc;
  --ui-action: #748171;
  --ui-action-dark: #626d60;
  --line: rgba(58, 59, 54, 0.16);
  --shadow: 0 18px 40px rgba(58, 59, 54, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--brand-white);
  color: var(--ui-ink);
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

.lp-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px max(18px, calc((100vw - 1120px) / 2 + 18px));
  color: var(--ui-ink);
  transition:
    background-color 180ms ease,
    border-color 180ms ease;
}

.lp-nav.is-scrolled {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
}

.lp-logo-link {
  width: 164px;
  flex: 0 0 auto;
}

.lp-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: rgba(58, 59, 54, 0.82);
  font-size: 0.86rem;
  font-weight: 700;
}

.lp-nav-links a,
.lp-nav-cta,
.lp-primary,
.lp-secondary {
  transition:
    background-color 160ms ease,
    color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.lp-nav-links a:hover {
  color: var(--brand-ink);
}

.lp-nav-cta,
.lp-primary,
.lp-secondary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
}

.lp-nav-cta {
  min-width: 126px;
  padding: 0 18px;
  background: var(--ui-action);
  color: var(--brand-white);
  font-size: 0.88rem;
}

.lp-primary {
  min-width: 158px;
  padding: 0 22px;
  background: var(--ui-action);
  color: var(--brand-white);
}

.lp-secondary {
  min-width: 132px;
  padding: 0 20px;
  border: 1px solid rgba(58, 59, 54, 0.2);
  background: var(--brand-white);
  color: var(--ui-ink);
}

.lp-nav-cta:hover,
.lp-primary:hover {
  background: var(--ui-action-dark);
  transform: translateY(-1px);
}

.lp-secondary:hover {
  border-color: var(--ui-action);
  color: var(--ui-action-dark);
  transform: translateY(-1px);
}

.lp-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 96px 18px 32px;
  background: var(--brand-sky);
}

.lp-hero::after {
  display: none;
}

.hero-watermark {
  position: absolute;
  left: 0;
  bottom: 42px;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.hero-watermark-track {
  display: flex;
  width: max-content;
  animation: hero-cash-flow 30s linear infinite;
  will-change: transform;
}

.hero-watermark span {
  flex: 0 0 auto;
  padding-right: 0.28em;
  color: rgba(255, 255, 255, 0.34);
  font-size: clamp(12rem, 22vw, 25rem);
  font-weight: 900;
  line-height: 0.78;
  white-space: nowrap;
}

@keyframes hero-cash-flow {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(780px, 100%);
  margin: 0 auto;
  text-align: center;
}

.lp-kicker {
  margin: 0 0 14px;
  color: var(--ui-action-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-copy h1 {
  margin: 0;
  color: var(--brand-ink);
  font-size: 7.4rem;
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
}

.hero-lead {
  width: min(560px, 100%);
  margin: 24px auto 0;
  color: rgba(58, 59, 54, 0.86);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.8;
  line-break: strict;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.hero-phones {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(900px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 48px auto 0;
  align-items: end;
}

.phone-mock {
  position: relative;
  min-height: 392px;
  border: 8px solid var(--brand-ink);
  border-radius: 34px;
  background: var(--brand-ink);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.phone-two {
  transform: translateY(20px);
}

.phone-three {
  transform: translateY(-16px);
}

.phone-top {
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 2;
  width: 78px;
  height: 20px;
  border-radius: 999px;
  background: var(--brand-ink);
  transform: translateX(-50%);
}

.mock-screen {
  min-height: 376px;
  padding: 48px 18px 20px;
  background: var(--ui-cream);
}

.mock-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--ui-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.mock-head strong {
  color: var(--brand-ink);
}

.mock-input-row,
.mock-chip,
.mock-big-number,
.mock-note,
.mock-metrics div,
.money-board article,
.feature-item,
.steps article,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--brand-white);
}

.mock-input-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 52px;
  margin-bottom: 10px;
  padding: 12px;
}

.mock-input-row span,
.mock-input-row small,
.mock-big-number span,
.mock-metrics span,
.money-board span,
.feature-item span,
.steps span {
  color: var(--ui-muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.mock-input-row strong,
.mock-big-number strong,
.mock-metrics strong,
.money-board strong,
.feature-item strong,
.steps strong {
  color: var(--brand-ink);
}

.mock-big-number {
  margin-top: 18px;
  padding: 18px;
}

.mock-big-number strong {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
}

.mock-progress {
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--ui-cream-deep);
}

.mock-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--ui-action);
}

.mock-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.mock-metrics div {
  padding: 14px 12px;
}

.mock-metrics strong {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
}

.mock-note {
  margin-top: 12px;
  padding: 14px 12px;
  color: var(--ui-action-dark);
  font-weight: 800;
}

.mock-chip {
  margin-bottom: 10px;
  padding: 14px 12px;
  color: var(--ui-ink);
  font-weight: 800;
}

.mock-mark {
  width: 92px;
  margin: 32px auto 0;
}

.hero-scroll {
  position: absolute;
  bottom: 34px;
  left: 50%;
  z-index: 4;
  color: rgba(58, 59, 54, 0.7);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  transform: translateX(-50%);
}

.lp-section,
.lp-blue-band,
.lp-final {
  position: relative;
  padding: 112px 18px;
}

#about,
#problems,
#screens,
#goals,
#how,
#faq {
  scroll-margin-top: 84px;
}

.lp-cream {
  background: var(--ui-cream);
}

.lp-cream::before {
  display: none;
}

.lp-white {
  background: var(--brand-white);
}

.lp-blue-band {
  overflow: hidden;
  background: var(--brand-sky);
}

.lp-blue-band::before,
.lp-blue-band::after {
  display: none;
}

.section-inner {
  position: relative;
  z-index: 2;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.section-inner.narrow {
  width: min(720px, 100%);
}

.section-split-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.76fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 44px;
}

.section-split-head .section-lead {
  margin-top: 0;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: start;
}

.section-inner h2,
.lp-final h2 {
  margin: 0;
  color: var(--brand-ink);
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-lead,
.lp-final p {
  margin: 24px 0 0;
  color: rgba(58, 59, 54, 0.82);
  font-size: 1rem;
  font-weight: 650;
  line-height: 2;
  line-break: strict;
  text-wrap: pretty;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.problem-card,
.goal-item {
  min-height: 260px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--brand-white);
}

.problem-card:nth-child(even),
.goal-item:nth-child(even) {
  background: var(--ui-cream);
}

.problem-label,
.goal-item span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--brand-sky);
  color: var(--ui-action-dark);
  font-size: 0.72rem;
  font-weight: 900;
}

.problem-card h3 {
  margin: 0;
  color: var(--brand-ink);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.35;
  text-wrap: balance;
}

.screen-tour {
  overflow: hidden;
}

.screen-tour-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 46px;
}

.screen-tour-head .section-lead {
  margin-top: 0;
}

.screen-tour-grid {
  display: grid;
  gap: 56px;
}

.screen-feature {
  display: grid;
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.screen-feature:first-child {
  padding-top: 0;
  border-top: 0;
}

.screen-feature:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
}

.screen-feature:nth-child(even) .screen-device {
  order: 2;
}

.screen-feature:nth-child(even) .screen-copy {
  order: 1;
}

.screen-device {
  width: 100%;
  margin: 0;
  padding: 10px;
  border-radius: 36px;
  background: var(--brand-ink);
  box-shadow: var(--shadow);
}

.screen-device-inner {
  max-height: 642px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: var(--brand-white);
}

.screen-device img {
  width: 100%;
  max-width: none;
}

.screen-copy {
  display: grid;
  gap: 18px;
  align-content: center;
}

.screen-copy h3 {
  margin: 0;
  color: var(--brand-ink);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.08;
  text-wrap: balance;
}

.screen-copy p {
  margin: 0;
  color: rgba(58, 59, 54, 0.78);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.9;
  line-break: strict;
  text-wrap: pretty;
}

.screen-points {
  display: grid;
  gap: 10px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.screen-points li {
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ui-cream);
  color: var(--ui-ink);
  font-size: 0.92rem;
  font-weight: 750;
}

.goals-section {
  overflow: hidden;
}

.goal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.goal-item {
  min-height: 238px;
}

.goal-item strong {
  display: block;
  color: var(--brand-ink);
  font-size: 1.2rem;
  line-height: 1.45;
  text-wrap: balance;
}

.qa-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 22px;
  margin-top: 38px;
  text-align: left;
}

.qa-column-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.qa-column-head > span:first-child {
  color: var(--ui-action-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.qa-status-icon {
  position: relative;
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(58, 59, 54, 0.14);
  border-radius: 999px;
  background: var(--brand-sky);
  color: var(--ui-action-dark);
}

.qa-status-icon::before,
.qa-status-icon::after {
  position: absolute;
  display: block;
  content: "";
}

.qa-status-can::before {
  width: 15px;
  height: 8px;
  border-bottom: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: translateY(-1px) rotate(-45deg);
}

.qa-status-cannot {
  background: #efe6d8;
  color: #9a625b;
}

.qa-status-cannot::before,
.qa-status-cannot::after {
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.qa-status-cannot::before {
  transform: rotate(45deg);
}

.qa-status-cannot::after {
  transform: rotate(-45deg);
}

.qa-column-muted .qa-column-head > span:first-child {
  color: rgba(58, 59, 54, 0.56);
}

.feature-item,
.steps article,
.money-board article {
  padding: 22px;
}

.feature-item span,
.steps span {
  display: block;
  margin-bottom: 10px;
  color: var(--ui-action-dark);
}

.feature-item strong,
.steps strong {
  display: block;
  font-size: 1.2rem;
}

.feature-item p,
.problem-card p,
.goal-item p,
.steps p,
.faq-list p,
.money-board small {
  margin: 10px 0 0;
  color: rgba(58, 59, 54, 0.72);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.75;
  line-break: strict;
  text-wrap: pretty;
}

.lp-blue-band h2 {
  width: min(740px, 100%);
}

.money-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.money-board article {
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.money-board strong {
  display: block;
  margin-top: 16px;
  font-size: 2.4rem;
  line-height: 1;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}

.faq-section h2 {
  text-align: center;
}

.faq-section h2 span {
  display: block;
}

.faq-section .lp-kicker {
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 36px;
}

.faq-list details {
  padding: 0 18px;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 0;
  color: var(--brand-ink);
  font-weight: 850;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--ui-action-dark);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  padding-bottom: 18px;
  margin-top: -4px;
}

.lp-final {
  display: grid;
  justify-items: center;
  overflow: hidden;
  padding-bottom: 132px;
  background: var(--brand-sky);
  text-align: center;
}

.lp-final::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 24px;
  background: var(--brand-sand);
  border-bottom: 12px solid var(--brand-white);
}

.lp-final img {
  width: min(300px, 78vw);
  margin-bottom: 32px;
}

.lp-final .lp-primary {
  margin-top: 30px;
}

.lp-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px max(18px, calc((100vw - 1120px) / 2 + 18px));
  background: #30312d;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 700;
}

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

.lp-footer a:hover {
  color: var(--brand-white);
}

.reveal-on-load,
.reveal-section,
.reveal-item {
  opacity: 0;
  transform: translateY(26px);
}

.is-visible,
.reveal-on-load.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 740ms ease,
    transform 740ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.phone-one.is-visible {
  transition-delay: 120ms;
}

.phone-two.is-visible {
  transform: translateY(20px);
  transition-delay: 220ms;
}

.phone-three.is-visible {
  transform: translateY(-16px);
  transition-delay: 320ms;
}

.phone-mock {
  animation: phone-float 5200ms ease-in-out infinite;
}

.phone-two {
  animation-delay: 320ms;
}

.phone-three {
  animation-delay: 640ms;
}

@keyframes phone-float {
  0%,
  100% {
    margin-top: 0;
  }

  50% {
    margin-top: -10px;
  }
}

@media (max-width: 860px) {
  #about,
  #problems,
  #screens,
  #goals,
  #how,
  #faq {
    scroll-margin-top: 72px;
  }

  .lp-nav {
    padding: 14px 16px;
  }

  .lp-logo-link {
    width: 136px;
  }

  .lp-nav-links {
    display: none;
  }

  .lp-nav-cta {
    min-width: 112px;
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  .lp-hero {
    padding-top: 82px;
    padding-bottom: 36px;
  }

  .hero-watermark {
    bottom: 44px;
  }

  .hero-watermark span {
    font-size: clamp(8rem, 34vw, 13rem);
  }

  .hero-copy h1 {
    font-size: 4.65rem;
  }

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

  .hero-phones {
    grid-template-columns: 1fr;
    width: min(315px, 100%);
    gap: 18px;
    margin-top: 36px;
  }

  .phone-mock {
    min-height: 360px;
  }

  .mock-screen {
    min-height: 344px;
  }

  .phone-two,
  .phone-three,
  .phone-two.is-visible,
  .phone-three.is-visible {
    transform: translateY(0);
  }

  .phone-two,
  .phone-three {
    display: none;
  }

  .two-column,
  .section-split-head,
  .problem-grid,
  .screen-tour-head,
  .screen-feature,
  .screen-feature:nth-child(even),
  .goal-grid,
  .qa-columns,
  .money-board,
  .steps {
    grid-template-columns: 1fr;
  }

  .section-split-head {
    gap: 28px;
  }

  .problem-card,
  .goal-item {
    min-height: auto;
  }

  .screen-feature {
    gap: 26px;
    padding-top: 34px;
  }

  .screen-feature:nth-child(even) .screen-device,
  .screen-feature:nth-child(even) .screen-copy {
    order: initial;
  }

  .screen-device {
    width: min(315px, 100%);
    justify-self: center;
  }

  .screen-device-inner {
    max-height: 560px;
  }

  .screen-copy h3 {
    font-size: 2.15rem;
  }

  .two-column {
    gap: 34px;
  }

  .qa-columns {
    gap: 36px;
  }

  .lp-section,
  .lp-blue-band,
  .lp-final {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .lp-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .hero-watermark span {
    font-size: clamp(16rem, 23vw, 27rem);
  }

  .hero-copy h1 {
    font-size: 8.2rem;
  }

  .section-inner h2,
  .lp-final h2 {
    font-size: 5.1rem;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: 4.15rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(280px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .lp-primary,
  .lp-secondary {
    width: 100%;
  }

  .phone-mock {
    border-width: 7px;
  }

  .section-inner h2,
  .lp-final h2 {
    font-size: 2.45rem;
  }

  .screen-copy h3 {
    font-size: 1.9rem;
  }

  .problem-card h3 {
    font-size: 1.2rem;
  }

  .money-board strong {
    font-size: 2rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 1ms !important;
  }

  .reveal-on-load,
  .reveal-section,
  .reveal-item,
  .is-visible,
  .reveal-on-load.is-visible,
  .phone-two.is-visible,
  .phone-three.is-visible {
    opacity: 1;
    transform: none;
  }
}
