:root {
  --ink: #101114;
  --muted: #666d78;
  --paper: #f5f7fb;
  --white: #fff;
  --blue: #3959e8;
  --blue-dark: #2339a8;
  --mint: #c9f6dd;
  --line: rgba(16, 17, 20, 0.12);
  --radius-lg: 32px;
  --shadow: 0 28px 70px rgba(35, 57, 168, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.site-header, .hero, .trust-strip, .how, .share, footer { max-width: 1240px; margin-inline: auto; }
.site-header {
  height: 88px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 32px; position: relative; z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -0.04em; font-size: 20px; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: var(--blue); color: white; }
.brand-mark svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.header-link { font-size: 14px; font-weight: 700; padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; transition: .2s ease; }
.header-link:hover { background: white; transform: translateY(-1px); }

.hero { min-height: 680px; padding: 42px 32px 70px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 48px; overflow: hidden; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 800; }
.eyebrow span { width: 22px; height: 2px; background: currentColor; }
h1 { font-size: clamp(58px, 6.7vw, 94px); line-height: .95; letter-spacing: -.075em; margin: 28px 0 30px; font-weight: 600; }
h1 em { color: var(--blue); font-style: normal; }
.hero-text { max-width: 555px; color: var(--muted); font-size: 18px; line-height: 1.65; margin: 0 0 32px; }
.primary-button { display: inline-flex; align-items: center; gap: 16px; background: var(--ink); color: white; border-radius: 16px; padding: 17px 20px 17px 24px; font-size: 14px; font-weight: 700; box-shadow: 0 12px 28px rgba(16,17,20,.16); transition: .2s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(16,17,20,.22); }
.primary-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.availability { color: #8a909a; font-size: 12px; margin: 15px 0 0 4px; }

.hero-visual { min-height: 580px; position: relative; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 520px; height: 520px; background: linear-gradient(145deg, #dae1ff, #eff1ff 45%, #c5f8dd); }
.orb-two { width: 260px; height: 260px; right: -70px; top: 4px; border: 1px solid rgba(57,89,232,.15); background: rgba(255,255,255,.38); }
.phone { width: 282px; height: 574px; padding: 10px; border-radius: 45px; background: #111319; box-shadow: 0 36px 80px rgba(25,35,78,.28), inset 0 0 0 1px rgba(255,255,255,.28); z-index: 2; transform: rotate(3deg); }
.phone-speaker { position: absolute; z-index: 4; width: 82px; height: 24px; background: #111319; border-radius: 0 0 16px 16px; left: 50%; transform: translateX(-50%); }
.phone-screen { height: 100%; border-radius: 36px; background: #f7f8fb; overflow: hidden; padding: 13px 14px 0; position: relative; }
.app-status { display: flex; justify-content: space-between; font-size: 8px; font-weight: 800; padding: 0 5px 14px; }
.app-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 16px; }
.app-heading small { font-size: 8px; color: #777f8b; font-weight: 800; letter-spacing: .12em; }
.app-heading h2 { margin: 2px 0 0; font-size: 23px; letter-spacing: -.04em; }
.app-heading button { width: 29px; height: 29px; border: 0; border-radius: 10px; color: white; background: var(--blue); font-size: 22px; line-height: 1; }
.bank-card { padding: 15px; border-radius: 19px; margin-bottom: 12px; color: white; box-shadow: 0 10px 25px rgba(31,45,111,.14); }
.bank-card-blue { background: linear-gradient(140deg, #4265f2, #2940b4); }
.bank-card-dark { background: linear-gradient(140deg, #343841, #181a20); }
.bank-top { display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 9px; margin-bottom: 14px; font-size: 11px; font-weight: 700; }
.bank-logo { width: 25px; height: 25px; border-radius: 8px; background: white; color: var(--blue); display: grid; place-items: center; font-weight: 900; }
.bank-logo-light { color: #1c1e23; }
.bank-top b { letter-spacing: 2px; opacity: .65; }
.cashback-row { display: flex; justify-content: space-between; padding: 7px 0; font-size: 10px; border-top: 1px solid rgba(255,255,255,.15); }
.cashback-row strong { font-size: 11px; }
.app-nav { position: absolute; inset: auto 0 0; height: 60px; background: rgba(255,255,255,.96); border-top: 1px solid rgba(0,0,0,.06); display: flex; justify-content: space-around; padding-top: 8px; }
.app-nav span { display: flex; flex-direction: column; align-items: center; gap: 2px; color: #9398a1; font-size: 8px; font-weight: 700; }
.app-nav i { font-size: 16px; font-style: normal; }
.app-nav .active { color: var(--blue); }
.floating-card { position: absolute; z-index: 3; background: rgba(255,255,255,.9); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.8); border-radius: 16px; box-shadow: var(--shadow); padding: 12px 16px 12px 12px; display: flex; align-items: center; gap: 10px; }
.floating-card span:not(.float-icon) { display: flex; flex-direction: column; gap: 2px; }
.floating-card small { font-size: 9px; color: #777f8b; }
.floating-card b { font-size: 13px; }
.float-icon { width: 34px; height: 34px; border-radius: 11px; background: #e9ecff; display: grid; place-items: center; }
.float-icon.green { background: var(--mint); color: #177344; font-weight: 900; }
.floating-left { left: 3%; top: 25%; animation: float 5s ease-in-out infinite; }
.floating-right { right: 0; bottom: 22%; animation: float 5s ease-in-out 1s infinite; }
@keyframes float { 50% { transform: translateY(-8px); } }

.trust-strip { padding: 0 32px; min-height: 88px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); align-items: center; }
.trust-strip p { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; text-align: center; }
.trust-strip span { color: var(--blue); font-size: 10px; margin-right: 8px; }

.how { padding: 120px 32px 130px; }
.section-intro { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 62px; }
.section-intro h2, .share h2 { font-size: clamp(40px, 5vw, 65px); line-height: 1.03; letter-spacing: -.06em; margin: 0; font-weight: 600; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { position: relative; min-height: 345px; padding: 24px; background: white; border: 1px solid rgba(16,17,20,.07); border-radius: 24px; display: flex; flex-direction: column; box-shadow: 0 16px 45px rgba(41,49,76,.05); }
.step-number { color: #a2a7b0; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.step-icon { height: 145px; display: grid; place-items: center; position: relative; }
.cards-icon i { position: absolute; width: 94px; height: 60px; border-radius: 12px; background: var(--blue); box-shadow: 0 12px 25px rgba(57,89,232,.18); }
.cards-icon i:nth-child(1) { transform: rotate(-13deg) translate(-15px,-4px); background: #bfd0ff; }
.cards-icon i:nth-child(2) { transform: rotate(9deg) translate(17px,-3px); background: #91a8ff; }
.cards-icon i:nth-child(3) { background: linear-gradient(135deg, #4568f5, #293eae); }
.tags-icon { display: flex; flex-direction: column; }
.tags-icon span { position: absolute; border-radius: 14px; padding: 14px 20px; font-size: 19px; font-weight: 800; background: #e7ebff; color: var(--blue); transform: rotate(-8deg) translate(-20px,-10px); }
.tags-icon span:last-child { background: var(--mint); color: #147246; transform: rotate(7deg) translate(25px,15px); }
.search-icon span { width: 88px; height: 88px; border-radius: 50%; border: 11px solid #dce3ff; color: var(--blue); display: grid; place-items: center; font-size: 48px; font-family: serif; }
.search-icon b { position: absolute; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: #147246; right: calc(50% - 65px); bottom: 20px; }
.step h3 { margin: auto 0 10px; font-size: 21px; letter-spacing: -.035em; }
.step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.share { min-height: 460px; border-radius: var(--radius-lg); background: linear-gradient(125deg, #273ba9, #3f62ec); color: white; padding: 65px 72px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; overflow: hidden; position: relative; }
.share::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; right: -100px; top: -160px; }
.eyebrow.light { color: #c9d3ff; margin-bottom: 28px; }
.share p { color: #dce3ff; max-width: 490px; line-height: 1.7; font-size: 16px; }
.avatars { height: 260px; position: relative; }
.avatar { width: 76px; height: 76px; border: 6px solid rgba(255,255,255,.75); border-radius: 50%; display: grid; place-items: center; font-size: 22px; font-weight: 800; position: absolute; z-index: 2; }
.avatar-a { background: #ffd69b; color: #874c00; left: 8%; top: 3%; }
.avatar-b { background: #c7f3dc; color: #176c45; right: 7%; top: 25%; }
.avatar-c { background: #ffd1e0; color: #8c3151; left: 16%; bottom: 0; }
.share-line { position: absolute; width: 210px; height: 130px; border: 2px dashed rgba(255,255,255,.32); border-radius: 50%; left: 22%; top: 47px; transform: rotate(-5deg); }
.shared-card { position: absolute; left: 39%; top: 91px; z-index: 3; width: 145px; height: 82px; border-radius: 16px; background: rgba(255,255,255,.94); color: var(--ink); display: flex; flex-direction: column; justify-content: center; padding: 16px; box-shadow: 0 20px 45px rgba(14,22,75,.32); transform: rotate(-3deg); }
.shared-card span { color: #747b87; font-size: 9px; }
.shared-card strong { font-size: 14px; margin-top: 5px; }

footer { min-height: 150px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 30px 32px; color: #7a808b; font-size: 12px; }
.footer-brand { color: var(--ink); }.footer-brand .brand-mark { font-size: 18px; }
footer p { text-align: center; } footer > span { text-align: right; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { min-height: 620px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 290px; }
  .share { margin-inline: 20px; grid-template-columns: 1fr; padding: 60px 46px; }
  .avatars { margin-top: 30px; }
}

@media (max-width: 560px) {
  .site-header { height: 72px; padding: 0 18px; }
  .header-link { display: none; }
  .hero { padding: 50px 18px 58px; gap: 22px; }
  h1 { font-size: 51px; }
  .hero-text { font-size: 16px; }
  .hero-visual { min-height: 540px; transform: scale(.88); margin: -22px -28px -40px; }
  .phone { width: 264px; height: 535px; }
  .floating-left { left: -2%; }.floating-right { right: -2%; }
  .trust-strip { padding: 0 18px; grid-template-columns: 1fr; min-height: 180px; }
  .trust-strip p { margin: 0; }
  .how { padding: 90px 18px; }
  .section-intro { display: block; }.section-intro .eyebrow { margin-bottom: 24px; }
  .section-intro h2, .share h2 { font-size: 42px; }
  .share { margin: 0 10px; padding: 48px 25px 35px; border-radius: 25px; }
  .share-copy { min-width: 0; }
  .share h2 { font-size: 39px; overflow-wrap: anywhere; }
  .share p { font-size: 15px; }
  .avatars { transform: scale(.86); margin-inline: -28px; }
  footer { grid-template-columns: 1fr; gap: 20px; text-align: center; padding: 48px 20px; }
  footer > *, footer > span { justify-self: center; text-align: center; margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
