:root {
  --canvas: #f4f1ea;
  --surface: #ffffff;
  --elevated: #faf8f3;
  --inset: #efeae0;
  --ink: #0e0f0b;
  --ink-2: #2b2c27;
  --muted: #6c6d66;
  --muted-2: #9a9b91;
  --line: #e8e5dd;
  --line-2: #d6d3c8;
  --accent: #cef534;
  --positive: #1e7a4d;
  --positive-bg: #e3f2e8;
  --negative: #b53a28;
  --negative-bg: #f6e3df;
  --warning: #b6791a;
  --warning-bg: #f6ecd6;
  --info: #2a5fbf;
  --info-bg: #e1eaf8;
  --shadow: 0 22px 70px rgba(14, 15, 11, 0.12);
  --radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Inter Tight", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(206, 245, 52, 0.32), transparent 30rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), transparent 28rem);
  z-index: -1;
}

a {
  color: inherit;
}

.shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(244, 241, 234, 0.82);
  border-bottom: 1px solid rgba(214, 211, 200, 0.72);
}

.topbar-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  box-shadow: 0 10px 22px rgba(14, 15, 11, 0.16);
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav a {
  border-radius: 999px;
  padding: 10px 13px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.nav a:hover {
  background: var(--inset);
  color: var(--ink);
}

.nav a[aria-current="page"] {
  background: var(--inset);
  color: var(--ink);
}

.button,
.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 16px;
  padding: 0 18px;
  border: 1px solid var(--line-2);
  background: var(--surface);
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(14, 15, 11, 0.06);
}

.button.primary,
.store-button.primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--surface);
}

.button.accent {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink);
}

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

.hero {
  padding: 62px 0 36px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 42px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(46px, 7vw, 86px);
  line-height: 0.92;
  letter-spacing: 0;
}

.lead {
  max-width: 680px;
  margin-bottom: 24px;
  color: var(--ink-2);
  font-size: clamp(18px, 2.2vw, 23px);
  font-weight: 750;
}

.hero-actions,
.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-button {
  min-width: 190px;
  justify-content: flex-start;
}

.store-button svg {
  flex: 0 0 auto;
}

.store-button span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.store-button strong {
  display: block;
  font-size: 16px;
  line-height: 1.2;
}

.hero-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin-top: 24px;
}

.proof-strip div {
  min-height: 88px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 8px 28px rgba(14, 15, 11, 0.04);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 950;
}

.proof-strip span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.phone-wrap {
  position: relative;
  min-height: 690px;
}

.phone {
  width: min(338px, 100%);
  min-height: 620px;
  margin-left: auto;
  border: 10px solid var(--ink);
  border-radius: 52px;
  background: var(--canvas);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.phone-status {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 900;
}

.phone-screen {
  padding: 18px 17px 22px;
}

.app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: var(--ink);
  color: var(--surface);
  font-weight: 900;
}

.icon-row {
  display: flex;
  gap: 7px;
}

.icon-dot {
  width: 35px;
  height: 35px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}

.metric-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.big-money {
  margin: 2px 0 18px;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 43px;
  font-weight: 900;
  letter-spacing: 0;
}

.app-card {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 8px 28px rgba(14, 15, 11, 0.06);
}

.app-card + .app-card {
  margin-top: 12px;
}

.row-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.row-card strong,
.tile strong {
  display: block;
  font-size: 17px;
}

.row-card span,
.tile span,
.app-card p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 10px;
  background: var(--inset);
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 900;
}

.pill.green {
  background: var(--positive-bg);
  color: var(--positive);
}

.pill.warn {
  background: var(--warning-bg);
  color: var(--warning);
}

.tile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.tile {
  padding: 14px;
  border-radius: 18px;
  background: var(--inset);
}

.tile.accent {
  background: var(--accent);
}

.floating-card {
  position: absolute;
  left: 8px;
  bottom: 70px;
  width: 238px;
  transform: rotate(-2deg);
}

.floating-card.right {
  right: -10px;
  left: auto;
  bottom: 270px;
  transform: rotate(2deg);
}

section {
  padding: 58px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head h2 {
  margin-bottom: 10px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
}

.section-head p {
  color: var(--muted);
  font-size: 18px;
  font-weight: 750;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature-card,
.price-card,
.privacy-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 8px 28px rgba(14, 15, 11, 0.05);
}

.feature-card {
  min-height: 220px;
  padding: 20px;
}

.feature-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 15px;
  background: var(--inset);
  font-size: 22px;
}

.feature-card h3,
.faq-item h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.feature-card p,
.faq-item p {
  color: var(--muted);
  font-weight: 700;
}

.workflow-section {
  padding-top: 30px;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.workflow-card {
  position: relative;
  min-height: 245px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 8px 28px rgba(14, 15, 11, 0.05);
  overflow: hidden;
}

.workflow-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--inset);
}

.workflow-card.accent {
  background: var(--accent);
  border-color: transparent;
}

.workflow-card.accent::after {
  background: rgba(14, 15, 11, 0.09);
}

.workflow-card .step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 34px;
  margin-bottom: 52px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  font-weight: 900;
}

.workflow-card h3 {
  position: relative;
  margin-bottom: 8px;
  font-size: 24px;
  z-index: 1;
}

.workflow-card p {
  position: relative;
  color: var(--muted);
  font-weight: 760;
  z-index: 1;
}

.workflow-card.accent p {
  color: var(--ink-2);
}

.decision-section {
  padding-top: 26px;
}

.decision-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.decision-copy,
.decision-board {
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 8px 28px rgba(14, 15, 11, 0.05);
}

.decision-copy {
  padding: 28px;
}

.decision-copy h2 {
  margin: 16px 0 12px;
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1;
}

.decision-copy p {
  color: var(--muted);
  font-size: 17px;
  font-weight: 760;
}

.check-list.compact {
  gap: 10px;
  margin-top: 18px;
}

.decision-board {
  display: grid;
  gap: 10px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(206, 245, 52, 0.24), transparent 38%),
    rgba(255, 255, 255, 0.74);
}

.decision-row {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
}

.decision-row.urgent {
  border-color: rgba(181, 58, 40, 0.22);
  background: var(--negative-bg);
}

.decision-row.soft {
  background: var(--warning-bg);
}

.decision-row span,
.decision-row small {
  display: block;
}

.decision-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.decision-row strong {
  display: block;
  margin: 4px 0 5px;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1;
}

.decision-row small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.price-card {
  padding: 26px;
}

.price-card.accent {
  background: var(--accent);
  border-color: transparent;
}

.price {
  margin: 14px 0 8px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.9;
  font-weight: 900;
}

.price small {
  display: block;
  margin-top: 8px;
  color: var(--ink-2);
  font-size: 16px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 10px;
  color: var(--ink-2);
  font-weight: 800;
}

.check-list li::before {
  content: "✓";
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--surface);
  font-size: 12px;
}

.number-list {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding-left: 22px;
  color: var(--ink-2);
  font-weight: 760;
}

.number-list li::marker {
  color: var(--positive);
  font-weight: 950;
}

.inline-action {
  width: fit-content;
  margin-top: 8px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.faq-item {
  padding: 20px;
}

.cta {
  padding: 34px;
  border-radius: 34px;
  background: var(--ink);
  color: var(--surface);
  box-shadow: var(--shadow);
}

.cta p {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 750;
}

.cta .button {
  border-color: rgba(255, 255, 255, 0.18);
}

.footer {
  padding: 36px 0 50px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line-2);
  padding-top: 22px;
}

.footer a {
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
}

.mobile-cta {
  display: none;
}

.privacy-hero {
  padding: 54px 0 22px;
}

.privacy-hero h1 {
  max-width: 860px;
  font-size: clamp(40px, 6vw, 68px);
}

.privacy-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding-bottom: 58px;
}

.privacy-nav,
.privacy-card {
  padding: 20px;
}

.privacy-nav {
  position: sticky;
  top: 100px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
}

.privacy-nav a {
  display: block;
  padding: 8px 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.privacy-card {
  margin-bottom: 12px;
}

.privacy-card h2 {
  font-size: 26px;
}

.privacy-card p,
.privacy-card li {
  color: var(--ink-2);
  font-weight: 650;
}

.privacy-card li + li {
  margin-top: 8px;
}

@media (max-width: 920px) {
  .nav {
    display: none;
  }

  .hero-grid,
  .split,
  .decision-grid,
  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .phone-wrap {
    min-height: auto;
  }

  .phone {
    margin: 0 auto;
  }

  .floating-card {
    position: static;
    width: auto;
    transform: none;
    margin-top: 12px;
  }

  .feature-grid,
  .workflow-grid,
  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .privacy-nav {
    position: static;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 78px;
  }

  .shell {
    width: min(100% - 22px, 1120px);
  }

  .topbar-inner {
    min-height: 68px;
  }

  .hero {
    padding-top: 36px;
  }

  h1 {
    font-size: clamp(42px, 14vw, 64px);
  }

  .feature-grid,
  .workflow-grid,
  .faq-grid,
  .tile-grid,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .phone {
    border-radius: 38px;
    border-width: 8px;
  }

  .big-money {
    font-size: 40px;
  }

  .store-button,
  .button {
    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
  }

  .mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: block;
    padding: 10px 11px max(10px, env(safe-area-inset-bottom));
    background: rgba(244, 241, 234, 0.86);
    border-top: 1px solid var(--line-2);
    backdrop-filter: blur(18px);
  }
}
