:root {
  --ink: #11231e;
  --muted: #5f6f69;
  --line: rgba(17, 35, 30, 0.12);
  --paper: #f7f8f4;
  --white: #fff;
  --forest: #0a4a3b;
  --teal: #178a6d;
  --mint: #ccefe1;
  --pale-mint: #eaf6f0;
  --peach: #f5d4b9;
  --orange: #ff8427;
  --blue: #7eb8e8;
  --radius: 32px;
  --shadow: 0 30px 80px rgba(5, 30, 23, 0.18);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

p { margin: 0; }

.wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 50;
  padding: 10px 14px;
  color: var(--ink);
  background: white;
  border-radius: 10px;
  transform: translateY(-150%);
}

.skip-link:focus { transform: none; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  color: white;
  background-color: #082a3a;
  background:
    radial-gradient(ellipse 68% 50% at -8% 3%, rgba(43, 154, 231, 0.78) 0%, rgba(18, 93, 151, 0.34) 48%, transparent 74%),
    radial-gradient(ellipse 62% 48% at 108% 5%, rgba(25, 221, 165, 0.72) 0%, rgba(8, 121, 100, 0.3) 48%, transparent 75%),
    radial-gradient(ellipse 50% 36% at 50% 28%, rgba(187, 255, 226, 0.3) 0%, rgba(111, 223, 196, 0.08) 54%, transparent 78%),
    radial-gradient(ellipse 90% 46% at 52% 112%, rgba(75, 103, 205, 0.42) 0%, rgba(24, 70, 111, 0.14) 52%, transparent 80%),
    linear-gradient(180deg, #071b32 0%, #073847 43%, #075247 75%, #12384d 100%);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 12, 25, 0.22), transparent 24%),
    radial-gradient(ellipse 86% 58% at 50% 34%, transparent 48%, rgba(1, 15, 29, 0.24) 100%);
}

.nav {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand img {
  border-radius: 11px;
  box-shadow: 0 8px 24px rgba(4, 37, 28, 0.22);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 650;
}

.nav-links > a:first-child { color: rgba(255, 255, 255, 0.78); }
.nav-links > a:first-child:hover { color: white; }

.nav-cta {
  padding: 10px 17px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
}

.device-stage {
  position: relative;
  height: 550px;
  margin-top: 10px;
}

.glow {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 760px;
  height: 280px;
  background: radial-gradient(ellipse, rgba(200, 255, 239, 0.48), rgba(92, 221, 198, 0.12) 52%, transparent 74%);
  filter: blur(32px);
  transform: translate(-50%, -50%);
}

.phone {
  position: absolute;
  overflow: hidden;
  aspect-ratio: 603 / 1311;
  margin: 0;
  background: #f7f7f8;
  border-radius: 42px;
  box-shadow: 0 0 0 7px #131615, var(--shadow);
}

.phone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.phone::before {
  position: absolute;
  top: 9px;
  left: 50%;
  z-index: 2;
  width: 28%;
  height: 18px;
  content: "";
  background: #080908;
  border-radius: 999px;
  transform: translateX(-50%);
}

.phone-main {
  top: 0;
  left: 50%;
  z-index: 3;
  width: 260px;
  transform: translateX(-50%);
}

.phone-left,
.phone-right {
  top: 72px;
  z-index: 2;
  width: 210px;
  opacity: 0.96;
}

.phone-left { left: calc(50% - 330px); transform: rotate(-7deg); }
.phone-right { right: calc(50% - 330px); transform: rotate(7deg); }

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 960px;
  padding: 56px 0 88px;
  text-align: center;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.eyebrow.light { color: rgba(255, 255, 255, 0.65); }

h1, h2, h3 { margin: 0; letter-spacing: -0.045em; }

h1 {
  font-size: clamp(48px, 7.2vw, 94px);
  line-height: 0.96;
  text-wrap: balance;
}

h1 span {
  color: #77e4d0;
  background: linear-gradient(90deg, #62d8ff 4%, #8df0cb 92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead {
  max-width: 700px;
  margin: 26px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.52;
  text-wrap: balance;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 750;
  border-radius: 999px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover { transform: translateY(-2px); }

.button-light {
  color: var(--forest);
  background: white;
  box-shadow: 0 12px 32px rgba(9, 46, 36, 0.18);
}

.platform-note {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 600;
}

.section { padding-top: 140px; padding-bottom: 140px; }

.intro { text-align: center; }

.intro h2,
.more h2 {
  max-width: 850px;
  margin-inline: auto;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  text-wrap: balance;
}

.section-lead {
  max-width: 720px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
  text-wrap: balance;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 38px;
}

.pill-row span {
  padding: 10px 16px;
  color: #31594e;
  background: #e8f1ed;
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
}

.feature-band { padding: 54px 0; }

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1.15fr);
  align-items: center;
  gap: 90px;
}

.feature-reverse { grid-template-columns: minmax(440px, 1.15fr) minmax(0, 0.85fr); }
.feature-reverse .feature-copy { order: 2; }
.feature-reverse .feature-visual { order: 1; }

.feature-copy h2,
.reports-heading h2 {
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.03;
  text-wrap: balance;
}

.feature-copy > p:not(.eyebrow),
.reports-heading > p:not(.eyebrow) {
  margin-top: 24px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.feature-visual {
  position: relative;
  height: 780px;
  overflow: hidden;
  border-radius: 48px;
}

.mint-panel {
  background:
    radial-gradient(circle at 70% 15%, rgba(255, 255, 255, 0.8), transparent 24%),
    linear-gradient(145deg, var(--pale-mint), var(--mint));
}

.peach-panel {
  background:
    radial-gradient(circle at 25% 15%, rgba(255, 255, 255, 0.72), transparent 27%),
    linear-gradient(145deg, #faeee4, var(--peach));
}

.feature-phone {
  top: 92px;
  left: 50%;
  width: 295px;
  transform: translateX(-50%);
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 245px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(22, 70, 57, 0.18);
  backdrop-filter: blur(12px);
}

.floating-card span { color: var(--muted); font-size: 13px; }
.floating-card strong { font-size: 15px; }
.floating-total { right: 34px; bottom: 80px; }
.floating-review { left: 32px; top: 100px; }

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

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #355148;
  font-size: 15px;
  line-height: 1.4;
}

.check-list li::before {
  position: absolute;
  top: -1px;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  color: white;
  content: "✓";
  place-items: center;
  background: var(--teal);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

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

.mini-grid div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 18px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.mini-grid strong { font-size: 15px; }
.mini-grid span { color: var(--muted); font-size: 13px; }

.reports-band {
  margin-top: 90px;
  padding: 130px 0 0;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 72% 25%, rgba(36, 169, 131, 0.32), transparent 30%),
    linear-gradient(150deg, #102e37, #10231f 68%);
}

.reports-heading {
  max-width: 780px;
  text-align: center;
}

.reports-heading > p:not(.eyebrow) {
  max-width: 680px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.62);
}

.story-showcase {
  position: relative;
  height: 760px;
  margin-top: 74px;
}

.story-aura {
  position: absolute;
  top: 4%;
  left: 50%;
  width: 820px;
  height: 620px;
  background:
    radial-gradient(circle at 62% 38%, rgba(229, 55, 133, 0.3), transparent 40%),
    radial-gradient(circle at 35% 60%, rgba(26, 202, 157, 0.24), transparent 44%);
  filter: blur(46px);
  transform: translateX(-50%);
}

.story-phone {
  position: absolute;
  overflow: hidden;
  aspect-ratio: 603 / 1311;
  margin: 0;
  background: #fff;
  border-radius: 48px;
  box-shadow: 0 0 0 7px #151817, 0 20px 100px rgba(0, 0, 0, 0.42);
}

.story-phone img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-library {
  top: 102px;
  left: calc(50% - 310px);
  z-index: 1;
  width: 285px;
  opacity: 0.9;
  transform: rotate(-7deg);
}

.story-detail {
  top: 0;
  left: calc(50% - 40px);
  z-index: 2;
  width: 330px;
  transform: rotate(3deg);
}

.story-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 250px;
  padding: 15px 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 20px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(14px);
}

.story-note > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.story-note small { color: var(--muted); font-size: 12px; }
.story-note strong { font-size: 15px; letter-spacing: -0.02em; }

.story-dot {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.72);
}

.pulse-dot { background: linear-gradient(145deg, #ff315f, #c92ec0); }
.worth-dot { background: linear-gradient(145deg, #23d47a, #16b9d9); }
.story-note-one { top: 128px; right: 2%; }
.story-note-two { top: 354px; right: 0; }

.more { text-align: center; }

.bank-coverage-callout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 80px;
  margin-top: 130px;
  padding: 78px;
  color: white;
  background:
    radial-gradient(circle at 90% 8%, rgba(47, 194, 151, .34), transparent 35%),
    linear-gradient(145deg, #0c3037, #0a4a3b);
  border-radius: 42px;
}

.bank-coverage-callout h2 { font-size: clamp(40px, 5vw, 64px); line-height: 1.02; }
.bank-coverage-copy > p:not(.eyebrow) { margin-top: 24px; color: rgba(255, 255, 255, .67); font-size: 17px; line-height: 1.6; }
.coverage-button { margin-top: 30px; color: var(--forest); background: white; }
.coverage-preview { display: grid; gap: 10px; }
.coverage-preview > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 16px; color: var(--ink); background: rgba(255, 255, 255, .94); border-radius: 18px; box-shadow: 0 16px 38px rgba(0, 0, 0, .16); }
.coverage-orb { display: grid; width: 42px; height: 42px; color: #11634e; place-items: center; background: #dff5e8; border-radius: 13px; font-weight: 850; }
.coverage-orb.orange { color: #944b11; background: #ffe6d2; }
.coverage-orb.blue { color: #235d8c; background: #ddebfa; }
.coverage-preview p { display: flex; flex-direction: column; gap: 3px; }
.coverage-preview strong { font-size: 14px; }
.coverage-preview small { color: var(--muted); font-size: 11px; }
.preview-status { color: #49645c; font-size: 10px; font-weight: 750; }

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 64px;
  text-align: left;
}

.cards article {
  min-height: 300px;
  padding: 30px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
}

.card-icon {
  display: grid;
  width: 46px;
  height: 46px;
  color: white;
  place-items: center;
  background: var(--teal);
  border-radius: 14px;
  font-size: 24px;
  font-weight: 700;
}

.cards article:nth-child(2) .card-icon { background: var(--orange); }
.cards article:nth-child(3) .card-icon { color: var(--forest); background: var(--mint); }

.cards h3 {
  margin-top: 54px;
  font-size: 24px;
  line-height: 1.1;
}

.cards p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.download {
  color: white;
  background:
    radial-gradient(circle at 20% 20%, rgba(92, 194, 223, 0.35), transparent 32%),
    linear-gradient(145deg, #11664f, #0b3f35);
}

.download-inner { text-align: center; }

.download-inner > img {
  margin: 0 auto 34px;
  border-radius: 23px;
  box-shadow: 0 20px 48px rgba(4, 31, 24, 0.28);
}

.download h2 {
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1;
}

.download p:not(.eyebrow) {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 18px;
}

.download .button { margin-top: 30px; }

.button-disabled {
  color: #38655a;
  cursor: default;
  opacity: 0.82;
}

.button-disabled:hover { transform: none; }

footer {
  padding: 46px 0;
  background: #092d26;
  color: rgba(255, 255, 255, 0.55);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  font-size: 13px;
}

.footer-inner > p:last-child { text-align: right; }
.footer-brand { color: white; font-size: 16px; }
.footer-inner p a { color: rgba(255, 255, 255, 0.78); }
.footer-inner p a:hover { color: white; }

/* Privacy notice */
.legal-body { background: #f4f6f2; }
.legal-header {
  color: white;
  background:
    radial-gradient(ellipse 62% 72% at 8% 0%, rgba(56, 155, 230, 0.42), transparent 68%),
    radial-gradient(ellipse 70% 70% at 100% 15%, rgba(41, 218, 158, 0.36), transparent 68%),
    linear-gradient(145deg, #071b32 0%, #073b43 52%, #0b4b39 100%);
}
.legal-header .nav-links > a:not(.nav-cta) { color: rgba(255, 255, 255, 0.78); }
.legal-hero { max-width: 980px; padding: 90px 0 108px; }
.legal-hero h1 { font-size: clamp(50px, 7.2vw, 88px); }
.legal-hero > p:not(.eyebrow, .legal-date) { max-width: 720px; margin-top: 26px; color: rgba(255, 255, 255, 0.74); font-size: 20px; line-height: 1.55; }
.legal-hero .legal-date { margin-top: 30px; color: rgba(255, 255, 255, 0.56); font-size: 13px; font-weight: 700; }
.legal-main { display: grid; grid-template-columns: 300px minmax(0, 760px); justify-content: center; align-items: start; gap: 84px; padding-top: 90px; padding-bottom: 130px; }
.legal-summary { position: sticky; top: 28px; padding: 26px; background: #e3f2e9; border: 1px solid rgba(17, 35, 30, 0.08); border-radius: 22px; }
.legal-summary,
.legal-copy { min-width: 0; }
.legal-summary ul { display: grid; gap: 15px; margin: 20px 0 0; padding-left: 19px; color: #465651; font-size: 13px; line-height: 1.55; }
.legal-copy section + section { margin-top: 72px; padding-top: 64px; border-top: 1px solid var(--line); }
.legal-copy h2 { font-size: clamp(31px, 4vw, 44px); line-height: 1.08; letter-spacing: -0.04em; }
.legal-copy h3 { margin-top: 34px; font-size: 20px; letter-spacing: -0.02em; }
.legal-copy p,
.legal-copy li { color: #4e5d58; font-size: 16px; line-height: 1.72; }
.legal-copy p { margin-top: 18px; }
.legal-copy ul { display: grid; gap: 13px; margin: 22px 0 0; padding-left: 22px; }
.legal-copy a { color: var(--teal); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-copy strong { color: var(--ink); }
.legal-table-wrap { width: 100%; max-width: 100%; margin-top: 28px; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: white; }
.legal-copy table { width: 100%; min-width: 660px; border-collapse: collapse; text-align: left; }
.legal-copy th,
.legal-copy td { padding: 17px 18px; vertical-align: top; border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.55; }
.legal-copy th { color: var(--ink); background: #edf2ef; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.legal-copy td { color: #4e5d58; }
.legal-copy tbody tr:last-child td { border-bottom: 0; }

@media (max-width: 900px) {
  .feature-grid,
  .feature-reverse {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .feature-copy { max-width: 680px; }
  .feature-reverse .feature-copy { order: 1; }
  .feature-reverse .feature-visual { order: 2; }
  .feature-visual { height: 720px; }
  .cards { grid-template-columns: 1fr; }
  .cards article { min-height: 240px; }
  .cards h3 { margin-top: 34px; }
  .story-note-one { right: -1%; }
  .story-note-two { right: -3%; }
  .bank-coverage-callout { grid-template-columns: 1fr; padding: 58px; }
  .legal-main { grid-template-columns: 1fr; gap: 54px; }
  .legal-summary { position: static; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 32px, 1180px); }
  .nav { height: 76px; }
  .nav-links > a:not(.nav-cta) { display: none; }
  .device-stage { height: 420px; margin-top: 24px; }
  .phone {
    border-radius: 30px;
    box-shadow: 0 0 0 5px #131615, var(--shadow);
  }
  .phone::before { top: 7px; height: 12px; }
  .phone-main { width: 195px; }
  .phone-left, .phone-right { top: 62px; width: 150px; }
  .phone-left { left: -20px; }
  .phone-right { right: -20px; }
  .hero-copy { padding-top: 48px; padding-bottom: 70px; }
  h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 14px; }
  .section { padding-top: 96px; padding-bottom: 96px; }
  .intro h2, .more h2, .feature-copy h2, .reports-heading h2 { font-size: 42px; }
  .section-lead { font-size: 17px; }
  .feature-band { padding: 42px 0; }
  .feature-grid { gap: 34px; }
  .feature-visual { height: 610px; border-radius: 30px; }
  .feature-phone { top: 70px; width: 240px; }
  .floating-card { width: 200px; padding: 14px 16px; }
  .floating-total { right: 12px; bottom: 40px; }
  .floating-review { left: 12px; top: 72px; }
  .mini-grid { grid-template-columns: 1fr; }
  .reports-band { margin-top: 54px; padding-top: 96px; }
  .story-showcase { height: 620px; margin-top: 58px; }
  .story-aura { width: 500px; height: 500px; }
  .story-phone {
    border-radius: 38px;
    box-shadow: 0 0 0 5px #151817, 0 20px 100px rgba(0, 0, 0, 0.42);
  }
  .story-library { top: 88px; left: -62px; width: 205px; }
  .story-detail { left: 50%; width: 260px; transform: translateX(-43%) rotate(2deg); }
  .story-note { min-width: 0; padding: 11px 13px; border-radius: 16px; }
  .story-note small { display: none; }
  .story-note strong { font-size: 12px; }
  .story-dot { width: 26px; height: 26px; box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.72); }
  .story-note-one { top: 118px; right: -18px; }
  .story-note-two { top: 382px; right: -24px; }
  .cards { margin-top: 44px; }
  .bank-coverage-callout { width: calc(100% - 32px); gap: 42px; margin-top: 84px; padding: 42px 24px; border-radius: 28px; }
  .coverage-preview > div { grid-template-columns: auto 1fr; }
  .preview-status { display: none; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-inner > p:last-child { text-align: center; }
  .legal-hero { padding-top: 62px; padding-bottom: 78px; }
  .legal-hero > p:not(.eyebrow, .legal-date) { font-size: 17px; }
  .legal-main { padding-top: 52px; padding-bottom: 90px; }
  .legal-summary { width: 100%; padding: 22px; }
  .legal-copy section + section { margin-top: 54px; padding-top: 48px; }
}

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