/* ============================================================
   YehPay — landing-app.css  (v2 · "Light & Airy" — improved from tg/ palette)
   White canvas · soft sky radial accents · stacked sections (no peek carousels)
   Premium PSP brand-logo treatments · clean rhythm
   ============================================================ */

/* =====================================================
   CANVAS  (white with subtle sky bloom on hero only)
   ===================================================== */
body.is-landing-app { background: #FFFFFF; }
body.is-landing-app .app { background: #FFFFFF; }

/* Desktop-only chrome — hidden by default (mobile keeps the app layout) */
.la-nav { display: none; }
.la-hero__banner { display: none; }
/* desktop-only section helpers default to natural flow on mobile */
.la-hero__media { display: block; margin-top: 10px; }
.la-hero__img3d {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  filter: drop-shadow(0 24px 40px rgba(2, 80, 160, .18));
}

/* =====================================================
   APP BAR  (landing nav — light)
   ===================================================== */
.app-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--app-bar-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--app-pad);
  background: rgba(255, 255, 255, .85);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
}
.app-bar.is-scrolled { box-shadow: 0 4px 16px -8px rgba(15, 23, 42, .08); border-bottom-color: rgba(15, 23, 42, .04); }
.app-bar__brand { display: inline-flex; align-items: center; }
.app-bar__login {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--brand-700);
  padding: 8px 14px;
  border-radius: var(--r-full);
  background: var(--brand-50);
}
.app-bar__login:hover { background: var(--brand-100); }
.logo-lockup__text { font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em; line-height: 1; }

/* =====================================================
   PAGE
   ===================================================== */
body.is-landing-app .page { padding-bottom: 92px; }

.la-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  color: var(--text-3);
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* =====================================================
   1. HERO  (light gradient + illustration)
   ===================================================== */
.la-hero {
  position: relative;
  padding: 20px var(--app-pad) 32px;
  overflow: hidden;
  background:
    radial-gradient(120% 75% at 50% 0%, var(--brand-100) 0%, transparent 60%),
    linear-gradient(180deg, var(--brand-50) 0%, transparent 100%);
}

.la-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px 5px 6px;
  background: #fff;
  border: 1px solid var(--brand-200);
  border-radius: var(--r-full);
  font-size: 11px;
  font-weight: 700;
  color: var(--brand-700);
  margin-bottom: 18px;
  box-shadow: 0 4px 12px -6px rgba(2, 132, 199, .25);
}
.la-hero__badge-dot {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-500), var(--brand-700));
  color: #fff;
  display: grid; place-items: center;
}

.la-hero h1 {
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 800;
  color: var(--ink-800);
  margin-bottom: 14px;
}
.la-hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--brand-600) 0%, var(--brand-400) 60%, #6366F1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.la-hero__lead {
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-2);
  margin-bottom: 20px;
  max-width: 360px;
}

.la-hero__ctas { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }

/* Trust chips dưới CTA */
.la-hero__trust { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.la-hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  background: var(--brand-50);
  border: 1px solid var(--brand-100);
  border-radius: var(--r-full);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--brand-800);
  line-height: 1;
}
.la-hero__trust-item svg { flex: none; color: var(--brand-600); }
.la-hero .btn-primary {
  height: 52px;
  border-radius: var(--r-full);
  background: linear-gradient(135deg, var(--brand-500), var(--brand-700));
  color: #fff;
  font-weight: 700;
  font-size: 14.5px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  box-shadow: 0 12px 28px -10px rgba(2, 132, 199, .55), inset 0 1px 0 rgba(255, 255, 255, .25);
  transition: transform var(--t-fast) var(--ease);
}
.la-hero .btn-primary:active { transform: scale(.98); }
.la-hero .btn-ghost {
  height: 52px;
  border-radius: var(--r-full);
  background: #fff;
  border: 1px solid var(--ink-200);
  color: var(--ink-800);
  font-weight: 600;
  font-size: 14px;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
}

/* Hero illustration — stacked floating cards */
.la-illu {
  position: relative;
  height: 200px;
  margin: 4px -4px 0;
}
.la-illu__card {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 40px -16px rgba(10, 37, 64, .25);
}
.la-illu__back {
  inset: 6px 28px 30px 12px;
  background: linear-gradient(180deg, #FFFFFF, #F8FAFC);
  border: 1px solid var(--ink-100);
  transform: rotate(-4deg);
}
.la-illu__main {
  inset: 18px 14px 0 32px;
  background: linear-gradient(160deg, var(--ink-800), var(--ink-900));
  color: #fff;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow: hidden;
}
.la-illu__main::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(80% 70% at 100% 0%, rgba(56, 189, 248, .35), transparent 60%);
  pointer-events: none;
}
.la-illu__lbl {
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
  position: relative; z-index: 1;
}
.la-illu__amt {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -.025em;
  color: #fff;
  font-variant-numeric: tabular-nums;
  position: relative; z-index: 1;
}
.la-illu__row {
  margin-top: auto;
  display: flex;
  gap: 4px;
  position: relative; z-index: 1;
}
.la-illu__seg { flex: 1; height: 4px; border-radius: 2px; background: rgba(255, 255, 255, .15); }
.la-illu__seg.is-done { background: #6EE7B7; }
.la-illu__seg.is-current { background: linear-gradient(90deg, #6EE7B7, var(--brand-300)); }

.la-illu__badge {
  position: absolute;
  right: -4px; top: 70px;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10B981, #047857);
  color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 12px 24px -8px rgba(16, 185, 129, .5);
  z-index: 2;
}
.la-illu__badge svg { width: 26px; height: 26px; }

.la-illu__chip {
  position: absolute;
  left: 8px; bottom: 16px;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 10px;
  background: #fff;
  border-radius: var(--r-full);
  box-shadow: 0 8px 20px -6px rgba(10, 37, 64, .18);
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-800);
  z-index: 2;
}
.la-illu__chip svg { color: var(--brand-600); }

/* =====================================================
   2. COMMITMENT STRIP  (static — no fake counters)
   ===================================================== */
.la-counter {
  margin: 0 16px 24px;
  padding: 10px 14px;
  background: #fff;
  border-radius: var(--r-full);
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 14px -6px rgba(15, 23, 42, .08);
  border: 1px solid var(--ink-100);
}
.la-counter__badge {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--brand-500), var(--brand-700));
  color: #fff;
  flex-shrink: 0;
}
.la-counter__text { flex: 1; font-size: 13px; color: var(--text-2); line-height: 1.4; }
.la-counter__text b { color: var(--ink-800); font-weight: 700; }
/* Legacy pulse dot animation — kept for backward compat */
.la-counter__dot {
  width: 8px; height: 8px;
  background: var(--brand-500);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, .2);
  animation: counterPulse 2.4s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes counterPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(14, 165, 233, .2); }
  50%      { box-shadow: 0 0 0 8px rgba(14, 165, 233, .08); }
}

/* =====================================================
   3. UI MOMENTS  (vertical stack, no carousel)
   ===================================================== */
.la-moments { margin: 0 16px 28px; display: flex; flex-direction: column; gap: 14px; }
.la-moment {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 20px;
  box-shadow: 0 4px 16px -8px rgba(15, 23, 42, .06);
}
.la-moment__num {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--brand-50);
  color: var(--brand-700);
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  flex-shrink: 0;
}
.la-moment__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--ink-800);
  margin-bottom: 4px;
  letter-spacing: -.01em;
}
.la-moment__desc {
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.5;
  margin-bottom: 12px;
}
.la-moment__visual {
  grid-column: 1 / -1;
  padding: 12px 14px;
  background: linear-gradient(180deg, var(--ink-50), #fff);
  border: 1px solid var(--ink-100);
  border-radius: 14px;
}

/* Visual 1: form rows */
.lm-form { display: flex; flex-direction: column; gap: 6px; }
.lm-form__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: #fff;
  border-radius: 10px;
  font-size: 12.5px;
}
.lm-form__row span { color: var(--text-3); }
.lm-form__row b { color: var(--ink-800); font-weight: 600; }
.lm-form__btn {
  margin-top: 2px;
  height: 34px;
  border-radius: var(--r-full);
  background: linear-gradient(135deg, var(--brand-500), var(--brand-700));
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* Visual 2: hold status */
.lm-hold {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.lm-hold__left { min-width: 0; }
.lm-hold__amt {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -.025em;
  color: var(--ink-800);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.lm-hold__amt sup { font-size: 13px; color: var(--text-3); }
.lm-hold__lbl { font-size: 11px; color: var(--text-3); margin-top: 4px; }
.lm-hold__chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px;
  background: #FEF3C7;
  color: #B45309;
  border-radius: var(--r-full);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  flex-shrink: 0;
}
.lm-hold__chip-dot {
  width: 5px; height: 5px;
  background: #F59E0B;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, .25);
  animation: counterPulse 2s ease-in-out infinite;
}

/* Visual 3: done */
.lm-done {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lm-done__icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10B981, #047857);
  color: #fff;
  display: grid; place-items: center;
  flex-shrink: 0;
  box-shadow: 0 10px 20px -6px rgba(16, 185, 129, .45);
}
.lm-done__icon svg { width: 22px; height: 22px; }
.lm-done__h {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  color: var(--ink-800);
}
.lm-done__sub {
  font-size: 11.5px;
  color: var(--text-3);
  margin-top: 2px;
}
.lm-done__amt {
  margin-left: auto;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 16px;
  color: var(--success-600);
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}

/* =====================================================
   4. MEGA STAT
   ===================================================== */
.la-mega {
  margin: 0 16px 28px;
  padding: 28px 22px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 4px 16px -8px rgba(15, 23, 42, .06);
  position: relative;
  overflow: hidden;
}
.la-mega::before {
  content: '';
  position: absolute;
  top: -40px; left: 50%; transform: translateX(-50%);
  width: 200px; height: 80px;
  background: radial-gradient(circle, rgba(56, 189, 248, .18), transparent 70%);
  pointer-events: none;
}
.la-mega__lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 8px;
  position: relative;
}
.la-mega__num {
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.035em;
  font-variant-numeric: tabular-nums;
  margin-bottom: 8px;
  background: linear-gradient(180deg, var(--ink-800), var(--brand-700));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
}
.la-mega__num sup {
  font-size: 24px;
  color: var(--brand-600);
  vertical-align: super;
  top: -.55em;
  position: relative;
  -webkit-text-fill-color: var(--brand-600);
}
.la-mega__cap {
  font-size: 13px;
  color: var(--text-2);
  max-width: 280px;
  margin: 0 auto;
  line-height: 1.55;
  position: relative;
}

/* =====================================================
   5. COMPARE  (problem vs solution)
   ===================================================== */
.la-cmp { display: flex; flex-direction: column; gap: 10px; margin: 0 16px 28px; }
.la-cmp__card {
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px -6px rgba(15, 23, 42, .05);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.la-cmp__col { padding: 14px; display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.la-cmp__col--bad { background: #FAFAFA; }
.la-cmp__col--good { position: relative; }
.la-cmp__col--good::before {
  content: '';
  position: absolute; inset: 0 auto 0 0;
  width: 1px; background: var(--ink-100);
}
.la-cmp__tag {
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--r-full);
  width: fit-content;
}
.la-cmp__tag--bad { background: #FEE2E2; color: #991B1B; }
.la-cmp__tag--good { background: #DCFCE7; color: #166534; }
.la-cmp__row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 12.5px;
  line-height: 1.4;
}
.la-cmp__row--bad { color: var(--text-3); }
.la-cmp__row--good { color: var(--ink-800); }
.la-cmp__icon {
  width: 16px; height: 16px;
  flex-shrink: 0;
  border-radius: 50%;
  display: grid; place-items: center;
  margin-top: 1px;
}
.la-cmp__icon--bad { background: #FEE2E2; color: #991B1B; }
.la-cmp__icon--good { background: #DCFCE7; color: #166534; }
.la-cmp__icon svg { width: 10px; height: 10px; }

/* =====================================================
   6. STEPS
   ===================================================== */
.la-steps { display: flex; flex-direction: column; gap: 10px; margin: 0 16px 28px; }
.la-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 18px;
  box-shadow: 0 4px 14px -6px rgba(15, 23, 42, .05);
}
.la-step__num {
  width: 36px; height: 36px;
  flex-shrink: 0;
  border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(160deg, var(--brand-400), var(--brand-700));
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 6px 14px -4px rgba(2, 132, 199, .45);
}
.la-step__body { flex: 1; min-width: 0; }
.la-step__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--ink-800);
  margin-bottom: 4px;
  letter-spacing: -.01em;
}
.la-step__desc { font-size: 13px; color: var(--text-2); line-height: 1.55; }
.la-step__icon {
  width: 32px; height: 32px;
  flex-shrink: 0;
  border-radius: 10px;
  display: grid; place-items: center;
  background: var(--brand-50);
  color: var(--brand-700);
  align-self: center;
}

/* =====================================================
   7. MID-CTA BAND  (light sky version)
   ===================================================== */
.la-mid {
  margin: 4px 16px 28px;
  padding: 18px;
  background:
    radial-gradient(80% 100% at 100% 50%, var(--brand-100), transparent 70%),
    linear-gradient(120deg, var(--brand-50), var(--brand-100));
  border: 1px solid var(--brand-200);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.la-mid__icon {
  width: 44px; height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;
  color: var(--brand-700);
  display: grid; place-items: center;
  box-shadow: 0 6px 16px -6px rgba(2, 132, 199, .3);
}
.la-mid__text { flex: 1; min-width: 0; }
.la-mid__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  color: var(--ink-800);
  letter-spacing: -.01em;
  line-height: 1.2;
}
.la-mid__sub { font-size: 11.5px; color: var(--text-2); margin-top: 2px; }
.la-mid__cta {
  flex-shrink: 0;
  height: 38px;
  padding: 0 16px;
  border-radius: var(--r-full);
  background: linear-gradient(135deg, var(--brand-500), var(--brand-700));
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 6px 16px -4px rgba(2, 132, 199, .5);
}

/* =====================================================
   8. SCENARIOS  (use-case cards, replaces fake testimonials)
   ===================================================== */
.la-scenes { display: flex; flex-direction: column; gap: 12px; margin: 0 16px 28px; }
.la-scene {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 20px;
  box-shadow: 0 6px 20px -10px rgba(15, 23, 42, .08);
  position: relative;
  overflow: hidden;
}
.la-scene::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 120px; height: 120px;
  background: radial-gradient(circle at top right, rgba(14, 165, 233, .08), transparent 70%);
  pointer-events: none;
}
.la-scene__icon {
  width: 48px; height: 48px;
  flex-shrink: 0;
  border-radius: 14px;
  display: grid; place-items: center;
  position: relative; z-index: 1;
}
.la-scene__icon--sky    { background: #E0F2FE; color: #0369A1; }
.la-scene__icon--mint   { background: #D1FAE5; color: #047857; }
.la-scene__icon--amber  { background: #FEF3C7; color: #B45309; }
.la-scene__icon--violet { background: #EDE9FE; color: #6D28D9; }
.la-scene__icon--rose   { background: #FCE7F3; color: #BE185D; }
.la-scene__body { flex: 1; min-width: 0; position: relative; z-index: 1; }
.la-scene__tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 3px 9px;
  background: var(--brand-50);
  color: var(--brand-700);
  border-radius: var(--r-full);
  margin-bottom: 8px;
}
.la-scene__h {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15.5px;
  color: var(--ink-800);
  letter-spacing: -.015em;
  line-height: 1.3;
  margin-bottom: 6px;
}
.la-scene__desc {
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.55;
}

/* =====================================================
   8b. LEGACY USER STORIES STYLES (kept for compatibility)
   ===================================================== */
.la-stories { display: flex; flex-direction: column; gap: 12px; margin: 0 16px 28px; }
.la-story {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 20px;
  box-shadow: 0 6px 20px -10px rgba(15, 23, 42, .1);
  position: relative;
  overflow: hidden;
}
.la-story::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 120px; height: 120px;
  background: radial-gradient(circle at top right, rgba(14, 165, 233, .10), transparent 70%);
  pointer-events: none;
}
.la-story__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.la-story__tag {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 9.5px;
  font-weight: 800;
  padding: 3px 8px;
  background: var(--success-50);
  color: var(--success-700);
  border-radius: var(--r-full);
  letter-spacing: .04em;
  text-transform: uppercase;
  width: fit-content;
}
.la-story__outcome {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -.025em;
  color: var(--ink-800);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  margin-bottom: 8px;
}
.la-story__outcome sup { font-size: 13px; color: var(--text-3); vertical-align: super; top: -.55em; position: relative; }
.la-story__text {
  font-size: 13.5px;
  color: var(--ink-700);
  line-height: 1.55;
  margin-bottom: 14px;
}
.la-story__author {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--ink-100);
}
.la-story__avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  flex-shrink: 0;
}
.la-story__name {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink-800);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.la-story__role { font-size: 11px; color: var(--text-3); }
.la-story__verified { color: var(--brand-600); }
.la-story__stars { margin-left: auto; display: flex; gap: 1px; color: #F59E0B; flex-shrink: 0; }
.la-story__stars svg { width: 11px; height: 11px; fill: currentColor; stroke: none; }

/* =====================================================
   9. USE CASES  (2×3 grid)
   ===================================================== */
.la-cases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 16px 28px;
}
.la-case {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 16px;
  transition: transform var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
}
.la-case:active { transform: scale(.97); }
.la-case:hover { border-color: var(--brand-200); }
.la-case__icon {
  width: 40px; height: 40px;
  border-radius: 12px;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.la-case__icon--sky    { background: #E0F2FE; color: #0369A1; }
.la-case__icon--mint   { background: #D1FAE5; color: #047857; }
.la-case__icon--amber  { background: #FEF3C7; color: #B45309; }
.la-case__icon--violet { background: #EDE9FE; color: #6D28D9; }
.la-case__icon--rose   { background: #FCE7F3; color: #BE185D; }
.la-case__icon--orange { background: #FFEDD5; color: #C2410C; }
.la-case__body { flex: 1; min-width: 0; }
.la-case__title { font-weight: 700; font-size: 13px; color: var(--ink-800); letter-spacing: -.01em; line-height: 1.2; }
.la-case__sub { font-size: 10.5px; color: var(--text-3); margin-top: 2px; }

/* =====================================================
   10. KPI ROW
   ===================================================== */
.la-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0 16px 28px;
}
.la-kpi {
  padding: 16px 8px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 3px 12px -4px rgba(15, 23, 42, .05);
}
.la-kpi__val {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -.025em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(180deg, var(--ink-800), var(--brand-600));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.la-kpi__lbl { font-size: 10.5px; color: var(--text-3); margin-top: 4px; line-height: 1.3; }

/* =====================================================
   11. PAYMENT PARTNER  (9Pay prominent + accepted methods row)
   ===================================================== */
.la-pay {
  margin: 0 16px 14px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 20px;
  box-shadow: 0 6px 20px -8px rgba(15, 23, 42, .08);
  overflow: hidden;
}

/* Top section — big 9Pay logo, prominent */
.la-pay__head {
  padding: 20px 20px 18px;
  text-align: center;
  background:
    radial-gradient(100% 100% at 50% 0%, var(--brand-50), transparent 70%);
}
.la-pay__lbl {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 12px;
}
.la-pay__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.la-pay__logo img {
  max-height: 56px;
  width: auto;
  display: block;
}
.la-pay__pitch {
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.55;
  max-width: 320px;
  margin: 0 auto 12px;
}
.la-pay__license {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: var(--brand-50);
  border: 1px solid var(--brand-100);
  border-radius: var(--r-full);
  font-size: 11px;
  font-weight: 600;
  color: var(--brand-700);
  font-variant-numeric: tabular-nums;
}
.la-pay__license svg { color: var(--brand-600); }

/* Bottom section — accepted payment methods */
.la-pay__methods {
  padding: 14px 16px 18px;
  border-top: 1px solid var(--ink-100);
  background: var(--ink-50);
}
.la-pay__methods-lbl {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 10px;
  text-align: center;
}
.la-pay__methods-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.pm-tile {
  aspect-ratio: 16 / 10;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  transition: border-color var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}
.pm-tile:hover { border-color: var(--brand-200); transform: translateY(-1px); }
.pm-tile img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Bank-transfer account box (mua hộ payment section) */
.la-bankbox {
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 12px;
  padding: 4px 14px;
}
.la-bankbox__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  font-size: 13px;
  border-bottom: 1px solid var(--ink-50);
}
.la-bankbox__row:last-child { border-bottom: 0; }
.la-bankbox__row span { color: var(--text-3); }
.la-bankbox__row b {
  color: var(--ink-900);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

/* Trust pills below partners */
.la-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 16px 28px;
  justify-content: center;
}
.la-trust__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid var(--ink-200);
  border-radius: var(--r-full);
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-700);
}
.la-trust__pill svg { color: var(--success-600); }

/* =====================================================
   12. PROTECTION
   ===================================================== */
.la-glist {
  margin: 0 16px 28px;
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px -8px rgba(15, 23, 42, .05);
}
.la-glist__row { display: flex; align-items: center; gap: 14px; padding: 14px 16px; }
.la-glist__row + .la-glist__row { border-top: 1px solid var(--ink-100); }
.la-glist__icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.la-glist__icon--sky    { background: #E0F2FE; color: #0369A1; }
.la-glist__icon--mint   { background: #D1FAE5; color: #047857; }
.la-glist__icon--amber  { background: #FEF3C7; color: #B45309; }
.la-glist__icon--violet { background: #EDE9FE; color: #6D28D9; }
.la-glist__body { flex: 1; min-width: 0; }
.la-glist__title { font-weight: 600; font-size: 14px; color: var(--ink-800); letter-spacing: -.01em; }
.la-glist__sub { font-size: 12px; color: var(--text-3); margin-top: 2px; line-height: 1.45; }

/* =====================================================
   13. FAQ
   ===================================================== */
.la-faq { margin: 0 16px 28px; display: flex; flex-direction: column; gap: 8px; }
.la-faq details {
  background: #fff;
  border: 1px solid var(--ink-100);
  border-radius: 14px;
}
.la-faq details[open] { border-color: var(--brand-300); }
.la-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 600;
  color: var(--ink-800);
  font-size: 14px;
  line-height: 1.4;
}
.la-faq summary::-webkit-details-marker { display: none; }
.la-faq summary::after {
  content: '';
  width: 9px; height: 9px;
  border-right: 2px solid var(--text-3);
  border-bottom: 2px solid var(--text-3);
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: transform var(--t-fast) var(--ease);
}
.la-faq details[open] summary::after { transform: rotate(-135deg); }
.la-faq__body { padding: 0 16px 14px; color: var(--text-2); font-size: 13.5px; line-height: 1.6; }
.la-faq__body b { color: var(--ink-800); }

/* =====================================================
   14. FINAL CTA
   ===================================================== */
.la-final {
  margin: 0 16px 24px;
  padding: 32px 22px;
  border-radius: 24px;
  background:
    radial-gradient(70% 80% at 100% 0%, rgba(56, 189, 248, .45), transparent 60%),
    radial-gradient(70% 80% at 0% 100%, rgba(99, 102, 241, .3), transparent 70%),
    linear-gradient(155deg, var(--ink-800), var(--ink-900));
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 48px -16px rgba(10, 37, 64, .45);
}
.la-final__live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--r-full);
  font-size: 12px;
  color: rgba(255, 255, 255, .9);
  margin-bottom: 18px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.la-final__live-dot {
  width: 6px; height: 6px;
  background: #6EE7B7;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(110, 231, 183, .25);
  animation: counterPulse 2.4s ease-in-out infinite;
}
.la-final h2 {
  color: #fff;
  font-size: 26px;
  letter-spacing: -.03em;
  line-height: 1.1;
  margin-bottom: 10px;
}
.la-final p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, .72);
  margin-bottom: 22px;
  line-height: 1.55;
  max-width: 320px;
  margin-inline: auto;
}
.la-final .btn-white {
  height: 52px;
  width: 100%;
  border-radius: var(--r-full);
  background: #fff;
  color: var(--ink-800);
  font-weight: 700;
  font-size: 14.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 12px 28px -8px rgba(0, 0, 0, .45);
}

/* =====================================================
   STICKY BOTTOM CTA
   ===================================================== */
.la-bottom-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  width: 100%;
  max-width: var(--app-width);
  margin-inline: auto;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .94);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-top: 1px solid var(--ink-100);
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (min-width: 600px) {
  .la-bottom-cta { display: none; }
  body.is-landing-app .page { padding-bottom: 0; }
}
.la-bottom-cta__text { flex: 1; min-width: 0; }
.la-bottom-cta__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--ink-800);
  letter-spacing: -.01em;
  line-height: 1.2;
}
.la-bottom-cta__sub { font-size: 11px; color: var(--text-3); margin-top: 1px; }
.la-bottom-cta__btn {
  height: 44px;
  padding: 0 18px;
  border-radius: var(--r-full);
  background: linear-gradient(135deg, var(--brand-500), var(--brand-700));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 8px 20px -8px rgba(2, 132, 199, .55);
  flex-shrink: 0;
}

/* =====================================================
   FOOTER
   ===================================================== */
body.is-landing-app .app-footer {
  background: var(--ink-50);
  border-top: 1px solid var(--ink-100);
  text-align: center;
  padding: 32px 16px 36px;
}
body.is-landing-app .app-footer__brand { display: flex; justify-content: center; margin-bottom: var(--s-3); }
body.is-landing-app .app-footer__pitch {
  font-size: 13px;
  color: var(--text-2);
  max-width: 280px;
  margin: 0 auto var(--s-4);
  line-height: 1.55;
}
body.is-landing-app .app-footer__links {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 4px; margin-bottom: var(--s-4);
}
body.is-landing-app .app-footer__links a {
  font-size: 12px; color: var(--text-2); padding: 6px 10px; border-radius: var(--r-full);
}
body.is-landing-app .app-footer__links a:hover { color: var(--brand-700); background: var(--brand-50); }
body.is-landing-app .app-footer__copyright { font-size: 11px; color: var(--text-3); }
