:root {
  --ink: #16211e;
  --muted: #65716d;
  --paper: #fffaf3;
  --surface: #ffffff;
  --line: #e7ddd1;
  --mint: #32c596;
  --mint-dark: #0b7d61;
  --coral: #ff715b;
  --sun: #f6bd4b;
  --sky: #6bb7ff;
  --plum: #4d3d73;
  --shadow: 0 20px 50px rgba(33, 36, 33, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 12% 10%, rgba(107, 183, 255, 0.22), transparent 28rem),
    radial-gradient(circle at 88% 0%, rgba(255, 113, 91, 0.18), transparent 24rem),
    linear-gradient(135deg, #fffaf3 0%, #f7fff9 52%, #fff8ea 100%);
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(231, 221, 209, 0.85);
  background: rgba(255, 250, 243, 0.86);
  backdrop-filter: blur(18px);
}

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

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 18px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-logo {
  width: 158px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.nav-links a,
.footer-links a,
.text-link {
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 750;
  text-decoration: none;
}

.nav-links a {
  padding: 10px 13px;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--ink);
  outline: none;
  background: rgba(50, 197, 150, 0.1);
}

.hero {
  padding: 74px 0 38px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: 54px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 12px;
  border: 1px solid rgba(11, 125, 97, 0.18);
  border-radius: 999px;
  color: var(--mint-dark);
  background: rgba(50, 197, 150, 0.12);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 740px;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
}

h3 {
  font-size: 1.2rem;
  font-weight: 850;
}

p {
  margin: 0;
}

.hero-copy {
  max-width: 650px;
  margin-top: 22px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 19px;
  border: 0;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
}

.button-primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 12px 26px rgba(22, 33, 30, 0.22);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  max-width: 650px;
}

.trust-item,
.feature-card,
.legal-card,
.phone-card,
.mini-card,
.callout {
  border: 1px solid rgba(231, 221, 209, 0.9);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.trust-item {
  min-height: 86px;
  padding: 16px;
  border-radius: 8px;
}

.trust-number {
  display: block;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
}

.trust-label {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.app-preview {
  display: flex;
  justify-content: center;
}

.phone-frame {
  width: min(360px, 100%);
  padding: 14px;
  border: 1px solid rgba(22, 33, 30, 0.1);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(22, 33, 30, 0.94), #3b314f);
  box-shadow: 0 34px 70px rgba(22, 33, 30, 0.26);
}

.phone-screen {
  overflow: hidden;
  min-height: 660px;
  border-radius: 24px;
  background: #fffaf3;
}

.phone-top {
  padding: 24px 20px 16px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(50, 197, 150, 0.94), rgba(107, 183, 255, 0.9)),
    var(--mint);
}

.phone-kicker {
  font-size: 0.76rem;
  font-weight: 850;
  opacity: 0.84;
  text-transform: uppercase;
}

.phone-title {
  display: block;
  margin-top: 8px;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.12;
}

.phone-points {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.22);
}

.phone-points strong {
  display: block;
  font-size: 1.55rem;
}

.avatar-row {
  display: flex;
  margin-left: 10px;
}

.avatar {
  width: 34px;
  height: 34px;
  margin-left: -10px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--sun);
}

.avatar:nth-child(2) {
  background: var(--coral);
}

.avatar:nth-child(3) {
  background: var(--plum);
}

.phone-body {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.phone-card {
  padding: 16px;
  border-radius: 8px;
  box-shadow: none;
}

.card-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  font-weight: 850;
}

.progress-track {
  overflow: hidden;
  height: 10px;
  margin-top: 13px;
  border-radius: 999px;
  background: #efe7dd;
}

.progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mint), var(--sky));
}

.leader-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 10px;
  color: var(--muted);
  font-weight: 750;
}

.leader-row strong {
  color: var(--ink);
}

.section {
  padding: 76px 0;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.section-header p {
  max-width: 470px;
  color: var(--muted);
  font-size: 1.04rem;
}

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

.feature-card {
  min-height: 220px;
  padding: 22px;
  border-radius: 8px;
}

.feature-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(50, 197, 150, 0.16);
}

.feature-card:nth-child(2n) .feature-icon {
  background: rgba(255, 113, 91, 0.14);
}

.feature-card:nth-child(3n) .feature-icon {
  background: rgba(107, 183, 255, 0.16);
}

.feature-card p {
  margin-top: 11px;
  color: var(--muted);
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mini-card {
  padding: 24px;
  border-radius: 8px;
}

.mini-card strong {
  display: block;
  font-size: 1.08rem;
}

.mini-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.cta-band {
  padding-bottom: 82px;
}

.callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 32px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(247, 255, 249, 0.86)),
    #fff;
}

.callout p {
  max-width: 620px;
  margin-top: 10px;
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.54);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 2fr);
  gap: 20px;
  padding: 30px 0;
}

.footer-mark {
  color: var(--muted);
  font-weight: 850;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
}

.page-hero {
  padding: 66px 0 28px;
}

.page-shell {
  max-width: 900px;
}

.page-lede {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.15rem;
}

.updated {
  margin-top: 18px;
  color: var(--mint-dark);
  font-weight: 850;
}

.legal-list {
  display: grid;
  gap: 16px;
  padding: 24px 0 76px;
}

.legal-card {
  padding: 26px;
  border-radius: 8px;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
}

.legal-card p {
  margin-top: 10px;
}

.legal-card ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.faq-item {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid var(--line);
}

.faq-item:first-child {
  padding-top: 0;
  margin-top: 12px;
  border-top: 0;
}

.faq-item strong {
  display: block;
  margin-bottom: 6px;
}

@media (max-width: 920px) {
  .hero-grid,
  .callout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 46px;
  }

  .app-preview {
    justify-content: flex-start;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .header-inner {
    align-items: flex-start;
    min-height: auto;
    padding: 16px 0;
  }

  .brand-logo {
    width: 136px;
  }

  .nav-links {
    display: none;
  }

  .hero-grid {
    gap: 34px;
  }

  h1 {
    font-size: clamp(2.6rem, 16vw, 4.4rem);
  }

  .trust-strip,
  .features-grid,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .phone-frame {
    width: 100%;
  }

  .phone-screen {
    min-height: 580px;
  }

  .section {
    padding: 54px 0;
  }

  .section-header {
    display: block;
  }

  .section-header p {
    margin-top: 14px;
  }

  .callout {
    padding: 24px;
  }
}
