  /* One deliberate look — SnaPay's own blue and navy — so it holds on any host
     theme. Every colour is painted explicitly. */
  :root {
    --blue: #015DEA; --blue-hi: #2A7BFF; --blue-deep: #0040A8;
    --navy: #07101E; --navy-2: #0D1A2E; --navy-3: #16243A; --line: #223349;
    --paper: #F5F7FB; --ink: #0A1220; --ink2: #4A5A70;
    --mint: #6FE3A8; --sun: #FFCC00; --white: #FFFFFF;
    --display: "Bricolage Grotesque", "Trebuchet MS", sans-serif;
    --body: "Hanken Grotesk", -apple-system, "Segoe UI", sans-serif;
    --mono: "JetBrains Mono", ui-monospace, "SF Mono", monospace;
  }
  * { box-sizing: border-box; }
  body { margin: 0; background: var(--navy); color: var(--white); font-family: var(--body); font-size: 17px; line-height: 1.5; overflow-x: hidden; overflow-x: clip; }
  .wrap { max-width: 1180px; margin: 0 auto; padding-left: 22px; padding-right: 22px; }
  a { color: inherit; text-decoration: none; }


  /* ── nav ── */
  html { scroll-behavior: smooth; }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
  section[id] { scroll-margin-top: 64px; }
  /* Pinned from the start; once the page scrolls it gains a dark frosted ground
     so it stays readable over the light Send section too. */
  .nav { position: fixed; left: 0; right: 0; top: 0; z-index: 20; transition: background-color .3s, box-shadow .3s; }
  .nav.solid { background: rgba(7,16,30,.78); -webkit-backdrop-filter: blur(16px) saturate(1.4); backdrop-filter: blur(16px) saturate(1.4); box-shadow: 0 1px 0 rgba(255,255,255,.07); }
  .nav .wrap { display: flex; align-items: center; height: 76px; transition: height .3s; }
  .nav.solid .wrap { height: 64px; }
  /* The real SnaPay mark and wordmark, in white for the blue and navy grounds. */
  /* The logo: the S mark stands in for the S of "SnaPay". Three layers so it can
     arrive fast: speed lines, the S itself, and "naPay" sliding out from behind it. */
  .brand { --h: 30px; display: flex; align-items: flex-start; }
  .lg-mark { position: relative; display: block; flex: none; height: var(--h); width: calc(var(--h) * 1.7925); z-index: 1; }
  .lg-mark img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
  .lg-word { display: block; overflow: hidden; height: calc(var(--h) * .8); margin: calc(var(--h) * .124) 0 0 calc(var(--h) * .06); }
  .lg-word img { height: 100%; width: auto; display: block; }
  .lg-s { animation: lgS .65s cubic-bezier(.16,1,.3,1) both; }
  .lg-lines { transform-origin: 100% 50%; animation: lgLines .7s .08s cubic-bezier(.16,1,.3,1) both, lgIdle 4.5s 2.2s ease-in-out infinite; }
  .lg-word img { animation: lgWord .6s .38s cubic-bezier(.16,1,.3,1) both; }
  @keyframes lgS { from { transform: translateX(-70%) skewX(-14deg); opacity: 0; } 55% { opacity: 1; } to { transform: none; opacity: 1; } }
  @keyframes lgLines { from { transform: translateX(-40%) scaleX(1.9); opacity: 0; } 45% { opacity: 1; } to { transform: none; opacity: 1; } }
  @keyframes lgWord { from { transform: translateX(-105%); } to { transform: none; } }
  @keyframes lgIdle { 0%, 84%, 100% { translate: 0 0; opacity: 1; } 89% { translate: -12% 0; opacity: .4; } 94% { translate: 5% 0; opacity: 1; } }
  @media (prefers-reduced-motion: reduce) { .lg-s, .lg-lines, .lg-word img { animation: none; } }
  /* the glass pill: four links in one frosted bar, centred on the page */
  .nav nav { position: absolute; left: 50%; translate: -50% 0; display: flex; gap: 2px; padding: 5px; border-radius: 999px;
    background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.2); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 8px 24px rgba(0,20,70,.18);
    -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); font-weight: 600; font-size: 14.5px; transition: background-color .3s, border-color .3s; }
  .nav nav a { padding: 9px 18px; border-radius: 999px; color: rgba(255,255,255,.9); white-space: nowrap; transition: background-color .2s, color .2s; }
  .nav nav a:hover, .nav nav a[aria-current="true"] { background: #fff; color: var(--ink); }
  .nav.solid nav { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.12); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
  .nav .get:focus-visible, .nav nav a:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
  .nav .get { margin-left: auto; background: var(--white); color: var(--ink); border-radius: 999px; padding: 11px 20px; font-weight: 700; font-size: 15px; }
  @media (max-width: 860px) { .nav nav { display: none; } }

  /* ── hero ── */
  .hero { position: relative; background: var(--blue); overflow: hidden; padding: 150px 0 90px; }
  .hero .grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 30px; align-items: center; }
  @media (max-width: 960px) { .hero .grid { grid-template-columns: 1fr; } }
  @media (max-width: 620px) { .hero { padding-top: 104px; } }
  .hero .copy { padding-bottom: 20px; }
  @media (max-width: 960px) { .hero .copy { padding-bottom: 30px; } }
  .hero h1 { font-family: var(--display); font-weight: 800; font-size: clamp(56px, 9.2vw, 132px); line-height: .86; letter-spacing: -.045em; margin: 0; }
  .hero h1 span { display: block; }
  .hero h1 .dim { color: rgba(255,255,255,.55); }
  .hero .sub { font-size: clamp(17px, 1.6vw, 20px); color: rgba(255,255,255,.9); max-width: 460px; margin: 26px 0 30px; }
  .hero .sub strong { display: block; color: var(--white); font-weight: 700; letter-spacing: .01em; margin-bottom: 4px; }
  .stores { display: flex; gap: 12px; flex-wrap: wrap; }
  .store { display: inline-flex; align-items: center; gap: 10px; background: var(--ink); color: var(--white); border-radius: 14px; padding: 10px 18px 10px 14px; line-height: 1.1; }
  .store svg { width: 26px; height: 26px; }
  .store small { display: block; font-size: 11px; opacity: .75; }
  .store b { font-size: 17px; font-weight: 700; }
  .store.light { background: var(--white); color: var(--ink); }
  .soon { font-size: 13px; color: rgba(255,255,255,.7); margin-top: 12px; }

  /* ── the phone: built to read as a real device ── */
  .stage { position: relative; height: 700px; perspective: 1800px; }
  @media (max-width: 960px) { .stage { height: 560px; } }
  @media (max-width: 620px) { .stage { height: 720px; } }
  .phone { position: absolute; width: 292px; height: 604px; border-radius: 52px; padding: 11px;
    background: linear-gradient(145deg, #3A4252 0%, #0E1117 38%, #1B2029 70%, #4A5262 100%);
    box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.14), 0 50px 90px rgba(0,18,60,.55), 0 18px 30px rgba(0,0,0,.35); }
  .phone::before, .phone::after { content: ""; position: absolute; width: 3px; border-radius: 2px; background: #2A303B; }
  .phone::before { left: -3px; top: 150px; height: 60px; box-shadow: 0 78px 0 #2A303B; }
  .phone::after { right: -3px; top: 190px; height: 92px; }
  .screen { position: relative; width: 100%; height: 100%; border-radius: 42px; overflow: hidden; background: #0A1220; }
  .island { position: absolute; top: 11px; left: 50%; width: 92px; height: 27px; margin-left: -46px; background: #000; border-radius: 20px; z-index: 3; }
  .sbar { display: flex; justify-content: space-between; padding: 16px 26px 0; font-family: var(--body); font-weight: 700; font-size: 13px; color: #EDF2F8; }
  .p-back { left: 4%; top: 20px; transform: rotateY(24deg) rotateZ(-4deg) scale(.9); z-index: 1; }
  .p-front { left: 36%; top: 60px; transform: rotateY(-16deg) rotateZ(3deg); z-index: 2; }
  @media (max-width: 960px) { .p-back { left: calc(50% - 280px); } .p-front { left: calc(50% - 40px); } }
  @media (max-width: 620px) { .p-back { display: none; } .p-front { left: calc(50% - 146px); top: 96px; transform: rotateZ(2deg); } }

  .toast { position: absolute; z-index: 4; background: rgba(255,255,255,.97); color: var(--ink); border-radius: 18px; padding: 12px 16px 12px 12px; display: flex; align-items: center; gap: 12px; box-shadow: 0 20px 40px rgba(0,20,70,.35); font-size: 14px; line-height: 1.25; }
  .toast .ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; font-family: var(--mono); font-weight: 700; font-size: 13px; }
  .toast b { display: block; font-size: 14.5px; }
  .toast span { color: #6B7A90; font-size: 12.5px; }
  .toast .amt { margin-left: 8px; font-family: var(--mono); font-weight: 700; font-size: 15px; color: #1B7A4B; }
  .t1 { right: 0; top: 150px; animation: float 6s ease-in-out infinite; }
  .t2 { left: 0; bottom: 150px; animation: float 7s ease-in-out -2s infinite; }
  @media (max-width: 620px) { .t1 { left: 0; right: 0; top: 0; width: max-content; max-width: 100%; margin: 0 auto; } .t2 { display: none; } }
  @keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
  @media (prefers-reduced-motion: reduce) { .t1, .t2, .spin { animation: none !important; } }

  /* ── app UI inside the phones (SnaPay's real dark theme) ── */
  .ui { padding: 14px 16px; font-family: var(--body); color: #EDF2F8; }
  .ui .t { font-family: var(--display); font-weight: 700; font-size: 26px; margin: 8px 0 14px; }
  .ui .lbl { font-size: 11px; color: #6E8099; display: flex; align-items: baseline; }
  .ui .lbl b { margin-left: auto; font-family: var(--mono); color: #5FD39A; font-size: 15px; }
  .ui .strip { display: flex; gap: 8px; margin: 10px 0 16px; }
  .ui .code { flex: 0 0 96px; height: 92px; border-radius: 13px; background: linear-gradient(135deg, #16243A, #101C2E); border: 1px solid #223349; padding: 10px; position: relative; overflow: hidden; }
  .ui .code::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: #5B9CFF; }
  .ui .code.any::before { background: #3A4A63; }
  .ui .code small { display: block; font-size: 10.5px; color: #6E8099; }
  .ui .code b { display: block; font-family: var(--mono); font-size: 17px; margin: 6px 0; }
  .ui .code.any b { font-family: var(--body); font-size: 13px; }
  .ui .code span { font-size: 10px; color: #5FD39A; font-weight: 600; }
  .ui .row { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-top: 1px solid #1B283B; font-size: 13px; }
  .ui .row i { width: 30px; height: 30px; border-radius: 9px; background: #16243A; display: grid; place-items: center; font-style: normal; font-family: var(--mono); font-size: 10px; font-weight: 700; color: #9FB6D6; }
  .ui .row em { display: block; font-style: normal; font-size: 11px; color: #6E8099; }
  .ui .row b { margin-left: auto; font-family: var(--mono); font-size: 13px; }
  .ui .row b.in { color: #5FD39A; }
  .ui.tabs { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-around; padding: 12px 10px 22px; background: #0A1220; border-top: 1px solid #1B283B; font-size: 10.5px; color: #6E8099; }
  .ui.tabs .on { color: #5B9CFF; font-weight: 700; }

  .ui .wallet { border-radius: 20px; padding: 16px; background: radial-gradient(120% 140% at 12% 8%, #2A7BFF, #015DEA 45%, #00337F); position: relative; overflow: hidden; }
  .ui .wallet::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: #6FE3A8; }
  .ui .wallet small { font-size: 11px; opacity: .85; }
  .ui .wallet b { display: block; font-family: var(--mono); font-size: 26px; margin: 4px 0 2px; letter-spacing: -.02em; }
  .ui .wallet span { font-size: 11.5px; opacity: .85; }
  .ui .acts { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 12px 0 14px; }
  .ui .acts div { background: #101C2E; border: 1px solid #1B283B; border-radius: 13px; padding: 10px 6px; text-align: center; font-size: 11.5px; font-weight: 600; }
  .ui .acts i { display: block; width: 26px; height: 26px; margin: 0 auto 6px; border-radius: 8px; background: #16294A; }

  /* ── phones that act out the app: the script runs each story, CSS does the motion ── */
  .phone { animation: phonefloat 7s ease-in-out infinite; }
  .p-back { animation-delay: -3.5s; }
  .send .phone { animation-delay: -1.8s; }
  .air .phone { animation-delay: -4.6s; }
  @keyframes phonefloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -10px; } }
  .ui .row { max-height: 64px; transition: max-height .5s cubic-bezier(.2,.8,.2,1), padding .5s cubic-bezier(.2,.8,.2,1), opacity .4s, border-color .4s; }
  .ui .row.pending { max-height: 0; padding-top: 0; padding-bottom: 0; opacity: 0; border-color: transparent; overflow: hidden; }
  .ui .code span, .num { display: inline-block; }
  .bump { animation: bump .5s ease-out; }
  @keyframes bump { 40% { scale: 1.14; color: #9CF0C4; } }
  .toast { transition: opacity .45s, scale .45s cubic-bezier(.2,.8,.2,1); }
  .toast.hold { opacity: 0; scale: .92; }

  .tapfx { position: relative; transition: scale .15s, background-color .3s, color .3s, border-color .3s; }
  .tapfx.press { scale: .94; }
  .tapfx.hit::after { content: ""; position: absolute; left: 50%; top: 50%; width: 46px; height: 46px; margin: -23px 0 0 -23px; border-radius: 50%; background: rgba(255,255,255,.5); pointer-events: none; animation: hit .55s ease-out forwards; }
  @keyframes hit { from { transform: scale(.3); opacity: 1; } to { transform: scale(1.7); opacity: 0; } }
  .btn.wait, .buy.wait { background: #16243A !important; color: #9FB6D6 !important; animation: waitpulse 1s ease-in-out infinite; }
  .btn.done, .buy.done { background: #5FD39A !important; color: #06101F !important; }
  @keyframes waitpulse { 50% { opacity: .6; } }

  /* get paid: a customer scans, the payment drops in */
  .qrbox { position: relative; overflow: hidden; }
  .qrbox .scan { position: absolute; left: 8px; right: 8px; top: 6%; height: 3px; border-radius: 3px; background: #2FD08A; box-shadow: 0 0 14px 4px rgba(47,208,138,.55); opacity: 0; }
  .qrbox.scanning .scan { animation: scanline 1.2s ease-in-out forwards; }
  @keyframes scanline { 0% { top: 6%; opacity: 0; } 12%, 88% { opacity: 1; } 100% { top: 92%; opacity: 0; } }
  .ding { position: absolute; left: 12px; right: 12px; top: 46px; z-index: 4; display: flex; align-items: center; gap: 9px; background: rgba(245,248,252,.97); color: var(--ink); border-radius: 15px; padding: 9px 11px; font-size: 12px; font-weight: 600; box-shadow: 0 12px 28px rgba(0,0,0,.4); translate: 0 -150%; opacity: 0; transition: translate .5s cubic-bezier(.2,.8,.2,1), opacity .3s; }
  .ding.show { translate: 0 0; opacity: 1; }
  .ding i { width: 26px; height: 26px; border-radius: 8px; background: #E8F6EE; color: #1B7A4B; display: grid; place-items: center; font-style: normal; font-family: var(--mono); font-size: 9.5px; font-weight: 700; }
  .ding b { margin-left: auto; font-family: var(--mono); color: #1B7A4B; }
  .poster { transform-origin: 50% 0; animation: sway 5s ease-in-out infinite; }
  @keyframes sway { 0%, 100% { rotate: -1.5deg; } 50% { rotate: 1.5deg; } }

  /* send + airtime */
  .sheet { transition: transform .6s cubic-bezier(.2,.8,.2,1); }
  .sheet.down { transform: translateY(105%); }
  .air .nets .n { background: #16243A; color: #9FB6D6; }
  .air .nets .n.mtn.on { background: #FFCC00; color: #1A1400; }
  .amounts div { transition: border-color .25s, color .25s, scale .15s; }
  .air .buy { margin-top: 18px; background: #5B9CFF; color: #06101F; border-radius: 13px; padding: 12px; text-align: center; font-weight: 700; font-size: 14px; }
  .air .buy.off { background: #1B2A40; color: #6E8099; }

  @media (prefers-reduced-motion: reduce) { .phone, .poster { animation: none; } }

  /* ── sections ── */
  section { position: relative; padding: 120px 0; }
  @media (max-width: 760px) { section { padding: 80px 0; } }
  .kick { font-family: var(--mono); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--mint); margin-bottom: 18px; }
  h2 { font-family: var(--display); font-weight: 800; font-size: clamp(42px, 6.4vw, 88px); line-height: .92; letter-spacing: -.04em; margin: 0; }
  .lead { font-size: clamp(17px, 1.5vw, 20px); color: rgba(255,255,255,.78); max-width: 470px; margin: 22px 0 0; }
  .split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  @media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 50px; } }
  .ticks { list-style: none; padding: 0; margin: 30px 0 0; display: flex; flex-direction: column; gap: 14px; }
  .ticks li { display: flex; gap: 14px; align-items: baseline; font-size: 17px; }
  .ticks li::before { content: ""; flex: 0 0 auto; width: 9px; height: 9px; border-radius: 3px; background: var(--mint); transform: translateY(-2px); }

  .one-phone { position: relative; height: 640px; perspective: 1600px; }
  .one-phone .phone { left: calc(50% - 146px); top: 10px; }
  @media (max-width: 620px) { .one-phone { height: 660px; } }

  /* get paid: navy */
  .paid { background: var(--navy); }
  .paid .phone { transform: rotateY(14deg) rotateZ(-2deg); }
  .poster { position: absolute; z-index: 3; right: -10px; bottom: -40px; width: 200px; background: #fff; color: var(--ink); border-radius: 6px; padding: 16px 16px 12px; box-shadow: 0 30px 60px rgba(0,0,0,.45); transform: rotate(5deg); }
  /* On phones the poster hangs below the mockup, clear of its Download button. */
  @media (max-width: 620px) { .poster { right: 4px; bottom: -176px; width: 152px; } .paid .one-phone { margin-bottom: 190px; } }
  .poster .ph { text-align: center; border-bottom: 2px solid var(--ink); padding-bottom: 8px; font-family: var(--display); font-weight: 700; font-size: 15px; }
  .poster .pr { display: grid; grid-template-columns: 42px 1fr; gap: 10px; align-items: center; padding: 8px 0; border-bottom: 1px dashed #CFD6E0; }
  .poster .pr:last-child { border-bottom: 0; }
  .poster .pr svg { width: 42px; height: 42px; display: block; }
  .poster small { font-weight: 700; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
  .poster .pr b { display: block; font-family: var(--mono); font-size: 21px; line-height: 1; }

  /* send: white */
  .send { background: var(--paper); color: var(--ink); }
  .send .kick { color: var(--blue); }
  .send .lead { color: var(--ink2); }
  .send .ticks li::before { background: var(--blue); }
  .send .phone { transform: rotateY(-14deg) rotateZ(2deg); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.14), 0 50px 90px rgba(7,16,30,.28), 0 18px 30px rgba(0,0,0,.18); }
  .sheet { position: absolute; left: 0; right: 0; bottom: 0; color: #EDF2F8; background: #101C2E; border-radius: 24px 24px 0 0; padding: 18px 18px 30px; text-align: center; border-top: 1px solid #223349; }
  .sheet .av { width: 54px; height: 54px; border-radius: 16px; background: #16294A; color: #8FBAFF; display: grid; place-items: center; margin: 0 auto 12px; font-family: var(--mono); font-weight: 700; }
  .sheet small { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; color: #6E8099; }
  .sheet b { display: block; font-family: var(--display); font-size: 22px; margin: 6px 0 2px; }
  .sheet span { font-size: 12px; color: #6E8099; }
  .sheet .btn { margin-top: 16px; background: #5B9CFF; color: #06101F; border-radius: 13px; padding: 12px; font-weight: 700; font-size: 14px; }
  .sheet .btn.g { background: transparent; color: #9FB6D6; border: 1px solid #223349; margin-top: 8px; }

  /* airtime: blue */
  .air { background: var(--blue); }
  .air .kick { color: var(--sun); }
  .air .ticks li::before { background: var(--sun); }
  .air .phone { transform: rotateY(14deg) rotateZ(-2deg); }
  .nets { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 12px 0 16px; }
  .nets div { border-radius: 13px; padding: 12px 6px; text-align: center; font-family: var(--mono); font-weight: 700; font-size: 12px; border: 2px solid transparent; }
  .amounts { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
  .amounts div { background: #101C2E; border: 1px solid #1B283B; border-radius: 12px; padding: 12px 0; text-align: center; font-family: var(--mono); font-weight: 700; }
  .amounts .on { border-color: #5B9CFF; color: #8FBAFF; }

  /* card */
  .cardsec { background: var(--navy); text-align: center; overflow: hidden; }
  .cardsec h2 { max-width: 860px; margin: 0 auto; }
  .cardsec .lead { margin: 22px auto 0; }
  .cards { position: relative; height: 380px; margin-top: 100px; perspective: 1400px; }
  @media (max-width: 620px) { .cards { height: 260px; margin-top: 90px; } }
  .mcard { position: absolute; left: 50%; top: 20px; width: 420px; aspect-ratio: 1.586; border-radius: 22px; overflow: hidden; color: #fff; text-align: left; padding: 24px 26px; box-shadow: 0 40px 80px rgba(0,0,0,.5); }
  @media (max-width: 620px) { .mcard { width: 280px; border-radius: 15px; padding: 16px 18px; } }
  .mcard::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--rib); }
  .mcard .top { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 800; font-size: 22px; }
  .mcard .top img { height: 22px; width: auto; display: block; }
  @media (max-width: 620px) { .mcard .top img { height: 15px; } }
  .mcard .net { margin-left: auto; background: #FFCC00; color: #1A1400; font-family: var(--mono); font-size: 12px; padding: 5px 9px; border-radius: 8px; }
  .mcard .verb { font-family: var(--display); font-weight: 800; font-size: 44px; margin-top: 34px; letter-spacing: -.03em; }
  .mcard .who { position: absolute; left: 26px; bottom: 22px; font-size: 13px; letter-spacing: .12em; opacity: .9; }
  .mcard .qr { position: absolute; right: 24px; bottom: 22px; width: 96px; height: 96px; background: #fff; border-radius: 10px; padding: 7px; }
  .mcard .qr svg { width: 100%; height: 100%; display: block; }
  @media (max-width: 620px) { .mcard .verb { font-size: 28px; margin-top: 18px; } .mcard .qr { width: 62px; height: 62px; right: 16px; bottom: 14px; } .mcard .who { left: 18px; bottom: 14px; font-size: 10px; } .mcard .top { font-size: 16px; } }
  .cards { --spread: 58%; --rx: 0deg; --ry: 0deg; --ease: cubic-bezier(.2,.8,.2,1); }
  @media (max-width: 620px) { .cards { --spread: 30%; } }
  /* Three layers so the effects never fight: translate + rotate lay out the fan,
     transform carries the tilt (mouse) or the float (touch). */
  .mcard { translate: -50% 0; transform: perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry));
    transition: translate .9s var(--ease), rotate .9s var(--ease), transform .35s ease-out; }
  .c1 { --rib: #9CE7BE; background: radial-gradient(120% 140% at 12% 8%, #2A9468, #12603E 44%, #04180F); translate: calc(-50% - var(--spread)) 46px; rotate: -11deg; z-index: 1; transition-delay: .06s, .06s, 0s; }
  .c2 { --rib: #F5C9A0; background: radial-gradient(120% 140% at 12% 8%, #B8483C, #7A2620 44%, #2A0A08); translate: calc(-50% + var(--spread)) 46px; rotate: 11deg; z-index: 1; transition-delay: .12s, .12s, 0s; }
  .c3 { --rib: #6FE3A8; background: radial-gradient(120% 140% at 12% 8%, #2A7BFF, #015DEA 42%, #00337F); z-index: 3; }
  .c1 .qr { visibility: hidden; } /* sits under the blue card; it used to peek out below it */

  /* fan open: stacked until the section scrolls into view (script adds .stacked) */
  .cards.stacked .c1 { translate: calc(-50% - 3%) 12px; rotate: -3deg; }
  .cards.stacked .c2 { translate: calc(-50% + 3%) 12px; rotate: 3deg; }

  /* light sweep: a soft shine crosses each card in turn */
  .mcard::after { content: ""; position: absolute; top: -20%; bottom: -20%; left: 0; width: 38%; z-index: 2; pointer-events: none;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.2) 50%, transparent); transform: translateX(-170%) skewX(-14deg); }
  .cards.live .mcard::after { animation: sweep 6s ease-in-out infinite; }
  .cards.live .c3::after { animation-delay: .4s; }
  .cards.live .c2::after { animation-delay: 2.2s; }
  .cards.live .c1::after { animation-delay: 4s; }
  @keyframes sweep { 0%, 50% { transform: translateX(-170%) skewX(-14deg); } 78%, 100% { transform: translateX(380%) skewX(-14deg); } }

  /* float on touch screens (there's no mouse to tilt toward) */
  @media (hover: none) {
    .cards.live .mcard { animation: cardfloat 5s ease-in-out infinite; }
    .cards.live .c1 { animation-delay: -1.7s; }
    .cards.live .c2 { animation-delay: -3.4s; }
  }
  @keyframes cardfloat { 0%, 100% { transform: perspective(1100px) translateY(0) rotateX(0); } 50% { transform: perspective(1100px) translateY(-9px) rotateX(4deg); } }

  /* tap-to-pay: a payment lands on the blue card */
  .tapped { left: 50%; top: -74px; translate: -50% 0; white-space: nowrap; opacity: 0; }
  .cards.live .tapped { animation: landed 6s var(--ease) infinite; }
  @keyframes landed { 0%, 10% { opacity: 0; transform: translateY(12px) scale(.96); } 16%, 66% { opacity: 1; transform: none; } 74%, 100% { opacity: 0; transform: translateY(-6px); } }
  @media (max-width: 620px) { .tapped { top: -70px; padding: 9px 12px 9px 9px; gap: 9px; } .tapped .ic { width: 32px; height: 32px; } .tapped b { font-size: 13px; } .tapped .amt { font-size: 13.5px; } }

  /* phones: a wallet stack instead of the fan, so every card fits the screen.
     Green and red show their top strip (logo, network, owner); blue sits in front. */
  @media (max-width: 620px) {
    .cards { height: 350px; margin-top: 76px; }
    .mcard { top: 0; width: min(320px, 100%); }
    .c1, .c2, .c3, .cards.stacked .c1, .cards.stacked .c2 { rotate: 0deg; }
    .c1 { translate: -50% 0; z-index: 1; }
    .c2 { translate: -50% 66px; z-index: 2; }
    .c3 { translate: -50% 132px; }
    .cards.stacked .c1 { translate: -50% 112px; }
    .cards.stacked .c2 { translate: -50% 122px; }
    .c1 .who, .c2 .who { top: 42px; bottom: auto; }
    .tapped { top: -62px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .mcard { transition: none; }
    .cards .mcard, .cards .mcard::after, .cards .tapped { animation: none !important; }
  }

  /* trust + final */
  .trust { background: var(--navy-2); padding: 70px 0; }
  .trust .grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
  @media (max-width: 820px) { .trust .grid { grid-template-columns: 1fr; gap: 28px; } }
  .trust b { display: block; font-family: var(--display); font-size: 24px; letter-spacing: -.01em; margin-bottom: 8px; }
  .trust p { margin: 0; color: rgba(255,255,255,.7); }

  .final { background: var(--blue); text-align: center; padding: 130px 0 140px; }
  .final h2 { font-size: clamp(46px, 8vw, 116px); letter-spacing: -.02em; line-height: .95; }
  .final .stores { justify-content: center; margin-top: 38px; }
  .final .soon { margin-top: 14px; }

  footer { background: var(--navy); padding: 76px 0 0; color: rgba(255,255,255,.62); font-size: 15px; }
  footer .brand { --h: 30px; }
  footer a:hover, footer a:focus-visible { color: #fff; }
  footer a:focus-visible, footer button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
  .fgrid { display: grid; grid-template-columns: 1.25fr .7fr .7fr 1.45fr; gap: 44px; }
  @media (max-width: 980px) { .fgrid { grid-template-columns: 1fr 1fr; } .fbrand, .fsign { grid-column: 1 / -1; } }
  @media (max-width: 560px) { .fgrid { gap: 40px 20px; } }
  .fbrand p { margin: 18px 0 30px; max-width: 290px; }
  .fbrand .kick { margin-bottom: 14px; }
  .fh { font-family: var(--display); font-weight: 700; font-size: 17px; color: #fff; margin: 0 0 18px; letter-spacing: -.005em; }
  .flinks { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
  .socials { display: flex; flex-wrap: wrap; gap: 10px; }
  .socials a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: rgba(255,255,255,.88); transition: background .2s, color .2s, border-color .2s; }
  .socials a:hover { background: #fff; color: var(--navy); border-color: #fff; }
  .socials svg { width: 18px; height: 18px; display: block; }
  .fsign p { margin: 0 0 20px; max-width: 420px; }
  .fform { display: flex; gap: 8px; max-width: 440px; }
  .fform input { flex: 1; min-width: 0; background: var(--navy-3); border: 1px solid var(--line); border-radius: 14px; padding: 15px 16px; color: #fff; font: inherit; font-size: 16px; }
  .fform input::placeholder { color: rgba(255,255,255,.45); }
  .fform input:focus { outline: 2px solid var(--blue-hi); outline-offset: 0; border-color: transparent; }
  .fform button { flex: none; width: 56px; border: 0; border-radius: 14px; background: var(--blue); color: #fff; display: grid; place-items: center; cursor: pointer; transition: background .2s; }
  .fform button:hover { background: var(--blue-hi); }
  .fform button:disabled { opacity: .6; cursor: default; }
  .fform button svg { width: 22px; height: 22px; }
  .fnote { font-size: 13px; margin-top: 10px; min-height: 20px; color: rgba(255,255,255,.5); }
  .fnote.ok { color: var(--mint); } .fnote.err { color: #FFA897; }
  .vh { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .fbar { border-top: 1px solid var(--line); margin-top: 64px; padding: 24px 0 32px; display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; font-size: 14px; color: rgba(255,255,255,.5); }

  /* ── about page ── */
  .hero.about-hero { padding: 180px 0 120px; }
  @media (max-width: 620px) { .hero.about-hero { padding: 130px 0 80px; } }
  .about-hero .kick { color: rgba(255,255,255,.82); }
  .ab-h1 { font-family: var(--display); font-weight: 800; font-size: clamp(48px, 7.6vw, 108px); line-height: .9; letter-spacing: -.04em; margin: 0; max-width: 940px; text-wrap: balance; }
  .about-hero .sub { max-width: 620px; margin-bottom: 0; }
  .ab-story { background: var(--navy); }
  .ab-copy p { font-size: clamp(17px, 1.5vw, 20px); color: rgba(255,255,255,.8); margin: 0 0 20px; max-width: 560px; }
  .ab-copy p:last-child { margin-bottom: 0; }
  .ab-values { background: var(--paper); color: var(--ink); }
  .ab-values .kick { color: var(--blue); }
  .ab-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
  @media (max-width: 860px) { .ab-grid { grid-template-columns: 1fr; } }
  .ab-grid article { background: #fff; border: 1px solid #E1E7F0; border-radius: 22px; padding: 30px 28px; }
  .ab-grid h3 { font-family: var(--display); font-weight: 800; font-size: 28px; letter-spacing: -.02em; margin: 0 0 10px; }
  .ab-grid p { margin: 0; color: var(--ink2); }
  .ab-who { background: var(--navy-2); }
  .mailbtn { display: inline-flex; align-items: center; gap: 10px; margin-top: 38px; background: #fff; color: var(--ink); border-radius: 999px; padding: 16px 28px; font-weight: 700; font-size: 17px; }
  .mailbtn:hover { background: var(--paper); }
  .mailbtn:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

  /* ── legal pages (privacy, terms): same hero as About, a readable document below ── */
  .legal-hero .sub { margin-bottom: 0; }
  .legal-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
  .legal-tabs a { padding: 10px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,.32); font-weight: 600; font-size: 15px; color: #fff; transition: background-color .2s, color .2s; }
  .legal-tabs a:hover { background: rgba(255,255,255,.14); }
  .legal-tabs a[aria-current="page"] { background: #fff; color: var(--ink); border-color: #fff; }
  .legal-tabs a:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
  section.legal { background: var(--paper); color: var(--ink); padding: 90px 0 120px; }
  @media (max-width: 760px) { section.legal { padding: 56px 0 80px; } }
  .legal .wrap { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 72px; align-items: start; }
  @media (max-width: 900px) { .legal .wrap { grid-template-columns: 1fr; } .toc { display: none; } }
  .toc { position: sticky; top: 100px; font-size: 14.5px; }
  .toc b { display: block; font-family: var(--mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--blue); margin-bottom: 14px; }
  .toc ol { list-style: none; margin: 0; padding: 0; border-left: 2px solid #DCE3ED; }
  .toc a { display: block; padding: 7px 0 7px 16px; margin-left: -2px; border-left: 2px solid transparent; color: var(--ink2); transition: color .2s, border-color .2s; }
  .toc a:hover, .toc a[aria-current="true"] { color: var(--ink); border-left-color: var(--blue); }
  .doc { max-width: 720px; font-size: 17.5px; line-height: 1.7; color: #243247; }
  .doc > p:first-child { font-size: clamp(19px, 1.8vw, 22px); line-height: 1.55; color: var(--ink); }
  .doc h2 { font-family: var(--display); font-weight: 800; font-size: clamp(28px, 3.2vw, 38px); line-height: 1.1; letter-spacing: -.025em; color: var(--ink); margin: 64px 0 16px; scroll-margin-top: 96px; }
  .doc h3 { font-family: var(--display); font-weight: 700; font-size: 21px; letter-spacing: -.01em; color: var(--ink); margin: 34px 0 10px; }
  .doc p { margin: 0 0 16px; }
  .doc ul { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 10px; }
  .doc li { position: relative; padding-left: 24px; }
  .doc li::before { content: ""; position: absolute; left: 2px; top: .72em; width: 8px; height: 8px; border-radius: 3px; background: var(--blue); }
  .doc strong { color: var(--ink); }
  .doc a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
  .doc .note { background: #fff; border: 1px solid #DCE3ED; border-radius: 18px; padding: 22px 24px; margin: 22px 0; }
  .doc .note p:last-child { margin-bottom: 0; }

  /* ── contact + careers forms ── */
  section.formsec { background: var(--paper); color: var(--ink); }
  .formsec .wrap { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 72px; align-items: start; }
  @media (max-width: 900px) { .formsec .wrap { grid-template-columns: 1fr; gap: 44px; } }
  .formsec .kick { color: var(--blue); }
  .side h2 { font-size: clamp(36px, 4.4vw, 56px); }
  .side > p { color: var(--ink2); font-size: 18px; margin: 18px 0 0; max-width: 440px; }
  .facts { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 20px; max-width: 440px; }
  .facts b { display: block; font-family: var(--display); font-size: 18px; color: var(--ink); margin-bottom: 2px; }
  .facts span { color: var(--ink2); font-size: 15.5px; }
  .card-form { background: #fff; border: 1px solid #DCE3ED; border-radius: 24px; padding: 34px; box-shadow: 0 30px 60px rgba(7,16,30,.06); display: grid; gap: 20px; }
  @media (max-width: 560px) { .card-form { padding: 24px 18px; border-radius: 20px; } }
  .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  @media (max-width: 620px) { .row2 { grid-template-columns: 1fr; } }
  .field { display: grid; gap: 8px; min-width: 0; margin: 0; padding: 0; border: 0; }
  .field label, .field legend { font-weight: 600; font-size: 15px; color: var(--ink); padding: 0; }
  .field legend { margin-bottom: 10px; }
  .field small { font-weight: 500; color: var(--ink2); }
  .field input, .field select, .field textarea { width: 100%; font: inherit; font-size: 16px; color: var(--ink); background: var(--paper); border: 1px solid #D5DDE8; border-radius: 14px; padding: 14px 16px; transition: border-color .2s, background-color .2s; }
  .field textarea { min-height: 150px; resize: vertical; }
  .field input::placeholder, .field textarea::placeholder { color: #8A97AA; }
  .field select { appearance: none; -webkit-appearance: none; padding-right: 44px; background-repeat: no-repeat; background-position: right 16px center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234A5A70' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); }
  .field select:invalid { color: #8A97AA; }
  .field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--blue); outline-offset: 0; border-color: transparent; background-color: #fff; }
  .field.bad input, .field.bad select, .field.bad textarea { border-color: #E0715C; background-color: #FFF6F4; }
  .topics { display: flex; flex-wrap: wrap; gap: 8px; }
  .chip { cursor: pointer; }
  .chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
  .chip span { display: inline-block; padding: 10px 16px; border-radius: 999px; border: 1px solid #D5DDE8; background: var(--paper); font-weight: 600; font-size: 14.5px; color: var(--ink); transition: background-color .2s, color .2s, border-color .2s; }
  .chip:hover span { border-color: var(--ink2); }
  .chip input:checked + span { background: var(--ink); border-color: var(--ink); color: #fff; }
  .chip input:focus-visible + span { outline: 2px solid var(--blue); outline-offset: 2px; }
  .field.bad .chip span { border-color: #E0715C; }
  .trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
  .sendbtn { justify-self: start; display: inline-flex; align-items: center; gap: 10px; background: var(--blue); color: #fff; border: 0; border-radius: 999px; padding: 15px 26px; font: inherit; font-weight: 700; font-size: 16px; cursor: pointer; transition: background-color .2s; }
  .sendbtn:hover { background: var(--blue-deep); }
  .sendbtn:disabled { opacity: .6; cursor: default; }
  .sendbtn:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
  .formnote { margin: 0; font-size: 14px; color: var(--ink2); min-height: 22px; }
  .formnote a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
  .formnote.ok { color: #1B7A4B; font-weight: 600; }
  .formnote.err { color: #C2412D; font-weight: 600; }
  .ab-grid.dark article { background: var(--navy-3); border-color: var(--line); }
  .ab-grid.dark h3 { color: #fff; }
  .ab-grid.dark p { color: rgba(255,255,255,.72); }

/* Anything marked hidden stays hidden, even where a rule gives it display: grid or flex. */
[hidden] { display: none !important; }

  /* ── how it works ── */
  .how { background: var(--paper); color: var(--ink); }
  .how .kick { color: var(--blue); }
  .how-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px 40px; flex-wrap: wrap; }
  .how-head .lead { color: var(--ink2); margin: 0; max-width: 430px; }
  .steps { list-style: none; margin: 56px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  @media (max-width: 860px) { .steps { grid-template-columns: 1fr; margin-top: 40px; } }
  .steps li { background: #fff; border: 1px solid #E1E7F0; border-radius: 22px; padding: 28px; }
  .steps .num { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--blue); color: #fff;
    font-family: var(--mono); font-weight: 700; font-size: 18px; margin-bottom: 18px; }
  .steps h3 { font-family: var(--display); font-weight: 800; font-size: 25px; letter-spacing: -.02em; line-height: 1.1; margin: 0 0 10px; }
  .steps p { margin: 0; color: var(--ink2); }

  /* ── questions ── */
  .faq { background: var(--paper); color: var(--ink); }
  .faq .kick { color: var(--blue); }
  .faq .wrap { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 60px; align-items: start; }
  @media (max-width: 900px) { .faq .wrap { grid-template-columns: 1fr; gap: 36px; } }
  .faq .lead { color: var(--ink2); }
  .faq .lead a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
  .qa { border-top: 1px solid #DCE3ED; }
  .qa details { border-bottom: 1px solid #DCE3ED; }
  .qa summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px;
    padding: 22px 0; font-family: var(--display); font-weight: 700; font-size: clamp(19px, 1.8vw, 23px); letter-spacing: -.01em; }
  .qa summary::-webkit-details-marker { display: none; }
  .qa summary::after { content: "+"; flex: none; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
    background: #fff; border: 1px solid #DCE3ED; font-family: var(--body); font-weight: 500; font-size: 22px; color: var(--blue); transition: transform .25s; }
  .qa details[open] summary::after { transform: rotate(45deg); }
  .qa summary:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; border-radius: 6px; }
  .qa .ans { padding: 0 0 22px; color: var(--ink2); max-width: 62ch; font-size: 17px; }
  .qa .ans p { margin: 0; }

  /* ── ask for money + gifts ── */
  .ask { background: var(--navy); }
  .ask .phone { transform: rotateY(14deg) rotateZ(-2deg); animation-delay: -2.9s; }
  .rq-amt { font-family: var(--mono); font-size: 38px; font-weight: 700; letter-spacing: -.03em; margin: 2px 0 14px; }
  .rq-for { background: #101C2E; border: 1px solid #1B283B; border-radius: 12px; padding: 11px 12px; font-size: 13.5px; margin: 6px 0 14px; }
  .rq-to { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-top: 1px solid #1B283B; border-bottom: 1px solid #1B283B; font-size: 13px; }
  .rq-to i { width: 32px; height: 32px; border-radius: 10px; background: #16294A; color: #8FBAFF; display: grid; place-items: center;
    font-style: normal; font-family: var(--mono); font-size: 11px; font-weight: 700; }
  .rq-to em { display: block; font-style: normal; font-size: 11px; color: #6E8099; }
  .rq-send { display: grid; gap: 8px; margin-top: 16px; }
  .rq-btn { border-radius: 13px; padding: 12px; text-align: center; font-weight: 700; font-size: 14px; background: #5B9CFF; color: #06101F; }
  .rq-btn.wa { background: #1FA855; color: #fff; }
  .rq-status { margin-top: 14px; text-align: center; font-size: 12.5px; color: #8A9AB0; min-height: 20px; transition: color .3s; }
  .rq-status.paid { color: #5FD39A; font-weight: 700; }
  .gift { position: absolute; z-index: 3; left: -24px; bottom: -58px; width: 190px; background: #FFF7E6; color: var(--ink);
    border-radius: 14px; padding: 14px 14px 12px; border-top: 5px solid var(--sun); box-shadow: 0 30px 60px rgba(0,0,0,.45);
    transform: rotate(-6deg); transform-origin: 50% 0; animation: sway 5.5s ease-in-out -1s infinite; }
  .gift-top { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; color: #8A6414; }
  .gift-amt { font-family: var(--mono); font-size: 26px; font-weight: 700; margin: 4px 0 2px; }
  .gift-msg { font-size: 13px; color: var(--ink2); font-style: italic; }
  .gift-btn { margin-top: 10px; background: var(--ink); color: #fff; border-radius: 10px; padding: 8px; text-align: center; font-size: 12.5px; font-weight: 700; }
  @media (max-width: 620px) { .gift { left: 4px; bottom: -150px; width: 160px; } .ask .one-phone { margin-bottom: 150px; } }
  @media (prefers-reduced-motion: reduce) { .gift { animation: none; } }

  /* ── your money ── */
  .money { background: var(--paper); color: var(--ink); }
  .money .kick { color: var(--blue); }
  .money .lead { color: var(--ink2); }
  .money .ticks li::before { background: var(--blue); }
  .money .phone { transform: rotateY(-14deg) rotateZ(2deg); animation-delay: -3.7s; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.14), 0 50px 90px rgba(7,16,30,.28), 0 18px 30px rgba(0,0,0,.18); }
  .wallets { display: flex; gap: 6px; margin: -4px 0 14px; }
  .wallets .w { font-size: 10.5px; font-weight: 700; padding: 5px 9px; border-radius: 99px; }
  .wallets .mtn { background: #FFCC00; color: #1A1400; }
  .wallets .tel { background: #E4002B; color: #fff; }
  .wallets .at { background: #1D4ED8; color: #fff; }
  .money .ui .lbl b { font-size: 17px; }
  .find { position: relative; display: flex; align-items: center; margin: 12px 0 6px; background: #101C2E; border: 1px solid #1B283B; border-radius: 12px; padding: 10px 12px; font-size: 13px; min-height: 40px; }
  .find em { font-style: normal; color: #5A6B82; font-size: 12px; }
  .find .caret { width: 1.5px; height: 15px; background: #5B9CFF; margin: 0 3px 0 1px; animation: blink 1s steps(1) infinite; }
  @keyframes blink { 50% { opacity: 0; } }
  .rcpt { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; background: #F5F8FC; color: var(--ink); border-radius: 24px 24px 0 0; padding: 20px 20px 26px; text-align: center;
    translate: 0 105%; transition: translate .55s cubic-bezier(.2,.8,.2,1); }
  .rcpt.show { translate: 0 0; }
  .rc-ok { width: 40px; height: 40px; margin: 0 auto 8px; border-radius: 50%; background: #E8F6EE; color: #1B7A4B; display: grid; place-items: center; font-weight: 800; }
  .rcpt small { font-size: 10px; letter-spacing: .1em; color: #6E8099; font-weight: 700; }
  .rcpt > b { display: block; font-family: var(--mono); font-size: 28px; margin: 2px 0 12px; }
  .rcpt dl { display: grid; grid-template-columns: auto 1fr; gap: 7px 10px; margin: 0; text-align: left; font-size: 12px; border-top: 1px dashed #C9D3E0; padding-top: 12px; }
  .rcpt dt { color: #6E8099; } .rcpt dd { margin: 0; text-align: right; font-weight: 600; }
  .rcpt dd.mono { font-family: var(--mono); font-size: 11.5px; }
  .rc-share { margin-top: 14px; background: var(--ink); color: #fff; border-radius: 12px; padding: 10px; font-size: 13px; font-weight: 700; }

  /* ── getting your card ── */
  .getcard { list-style: none; padding: 0; margin: 70px auto 0; max-width: 980px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; text-align: left; position: relative; z-index: 2; }
  .getcard li { background: var(--navy-2); border: 1px solid var(--line); border-radius: 16px; padding: 18px 18px 20px; }
  .getcard b { display: block; font-family: var(--display); font-size: 18px; margin-bottom: 6px; }
  .getcard span { color: rgba(255,255,255,.66); font-size: 14.5px; line-height: 1.5; }
  @media (max-width: 860px) { .getcard { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 460px) { .getcard { grid-template-columns: 1fr; margin-top: 50px; } }

  /* ── safety ── */
  .safety { background: var(--navy-2); }
  .safety h2 { font-size: clamp(38px, 5.2vw, 68px); }
  .sgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px 40px; margin-top: 60px; }
  .sf svg { width: 30px; height: 30px; color: var(--mint); margin-bottom: 14px; }
  .sf b { display: block; font-family: var(--display); font-size: 21px; letter-spacing: -.01em; margin-bottom: 8px; }
  .sf p { margin: 0; color: rgba(255,255,255,.7); max-width: 34ch; }
  .sfoot { margin: 56px 0 0; padding-top: 24px; border-top: 1px solid var(--line); color: rgba(255,255,255,.6); font-size: 14.5px; }
  @media (max-width: 900px) { .sgrid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 560px) { .sgrid { grid-template-columns: 1fr; gap: 32px; margin-top: 40px; } }
