/* ============================================================
   CASHlib — Homepage rebuild · section styles (scoped .cl-home)
   Phase 1: sticky header + hero + voucher receipt.
   Later phases append below.
   ============================================================ */

/* ============================================================
   HEADER (sticky, condenses on scroll)
   ============================================================ */
.cl-header {
  position: sticky; top: 0; z-index: 50;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .3s, box-shadow .3s, border-color .3s;
}
.cl-header.is-scrolled {
  background: rgba(255, 255, 255, .9);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom-color: var(--line);
  box-shadow: 0 8px 26px -20px rgba(1, 36, 47, .55);
}
.cl-header__inner {
  height: var(--header-h);
  display: flex; align-items: center; gap: 22px;
  transition: height .3s;
}
.cl-header.is-scrolled .cl-header__inner { height: 64px; }
.cl-header__logo { display: inline-flex; align-items: center; }
.cl-header__logo img { height: 34px; width: auto; transition: height .3s; }
.cl-header.is-scrolled .cl-header__logo img { height: 30px; }

.cl-header__nav { gap: 2px; margin-left: 8px; }
.cl-header__nav a {
  padding: 9px 13px; border-radius: 9px; font-size: 14.5px; font-weight: 600;
  color: var(--ink-soft); transition: color .2s, background .2s;
}
.cl-header__nav a:hover { color: var(--blue); background: var(--surface); }

.cl-header__actions { margin-left: auto; }
.cl-header__lang { position: relative; }
.cl-header__lang-btn {
  display: inline-flex; align-items: center; gap: 5px; border: none; background: transparent;
  font-size: 14px; font-weight: 700; color: var(--ink); padding: 8px 6px;
}
.cl-header__lang-menu {
  position: absolute; top: 100%; right: 0; background: #fff; border-radius: 12px;
  box-shadow: var(--sh-lg); padding: 6px; display: none; gap: 2px; min-width: 120px; z-index: 60;
}
.cl-header__lang:hover .cl-header__lang-menu,
.cl-header__lang:focus-within .cl-header__lang-menu { display: grid; }
.cl-header__lang-menu a {
  text-align: left; border-radius: 8px; padding: 8px 12px; font-size: 14px; font-weight: 600; color: var(--ink);
}
.cl-header__lang-menu a:hover { background: var(--surface-2); }

.cl-header__mycashlib {
  display: inline-flex; align-items: center; gap: 7px; border: none; background: transparent;
  font-size: 14.5px; font-weight: 600; color: var(--blue);
}
.cl-header__mycashlib:hover { color: var(--blue-600); }

/* region selector */
.cl-header__region { position: relative; }
.cl-header__region-btn { display: inline-flex; align-items: center; gap: 5px; border: none; background: transparent; padding: 6px 4px; color: var(--ink); }
.cl-header__region-menu { position: absolute; top: 100%; right: 0; background: #fff; border-radius: 12px; box-shadow: var(--sh-lg);
  padding: 6px; display: none; gap: 2px; min-width: 172px; z-index: 60; }
.cl-header__region:hover .cl-header__region-menu, .cl-header__region:focus-within .cl-header__region-menu { display: grid; }
.cl-header__region-menu a { display: flex; align-items: center; gap: 10px; text-align: left; border-radius: 8px; padding: 8px 12px; font-size: 14px; font-weight: 600; color: var(--ink); }
.cl-header__region-menu a:hover { background: var(--surface-2); }
.cl-flag { width: 20px; height: 14px; border-radius: 3px; object-fit: cover; box-shadow: 0 0 0 1px rgba(1, 36, 47, .08); flex: none; }
/* drawer regions */
.cl-drawer__regions { gap: 8px; flex-wrap: wrap; }
.cl-drawer__region { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 9px; padding: 8px 12px; font-size: 13.5px; font-weight: 600; color: var(--ink); }
.cl-drawer__region.is-current { border-color: var(--blue); background: var(--surface-2); }

/* mobile cluster */
.cl-header__burgerwrap { margin-left: auto; align-items: center; gap: 10px; }
.cl-header__burger {
  border: none; background: var(--surface); width: 42px; height: 42px; border-radius: 12px;
  display: grid; place-items: center; color: var(--blue);
}

/* drawer */
.cl-drawer { position: fixed; inset: 0; z-index: 80; background: rgba(1, 36, 47, .45);
  backdrop-filter: blur(4px); display: none; }
.cl-drawer.is-open { display: block; }
.cl-drawer__panel {
  position: absolute; top: 0; right: 0; height: 100%; width: min(330px, 86%);
  background: #fff; box-shadow: var(--sh-lg); padding: 20px; display: flex; flex-direction: column;
  animation: cl-slidein .3s;
}
.cl-drawer__close { border: none; background: var(--surface); width: 40px; height: 40px; border-radius: 11px;
  display: grid; place-items: center; color: var(--blue); }
.cl-drawer__links { display: grid; gap: 2px; margin-top: 22px; }
.cl-drawer__links a, .cl-drawer__links button {
  text-align: left; padding: 14px 12px; border-radius: 12px; font-size: 17px; font-weight: 600;
  color: var(--ink); border: none; background: transparent; display: flex; align-items: center; gap: 9px;
}
.cl-drawer__foot { margin-top: auto; display: grid; gap: 12px; }
.cl-drawer__langs { gap: 6px; flex-wrap: wrap; }
.cl-drawer__langs a {
  border: 1px solid var(--line); background: #fff; border-radius: 9px; padding: 7px 12px;
  font-size: 13.5px; font-weight: 700; color: var(--ink);
}

/* ============================================================
   HERO
   ============================================================ */
.cl-hero { position: relative; overflow: hidden; background: #fff; }
.cl-hero__grid { position: relative; padding-block: clamp(40px, 6vw, 84px) clamp(48px, 6vw, 90px); }
.cl-hero h1 { font-size: var(--t-d1); margin-top: var(--s5); letter-spacing: -.03em; color: var(--blue); }
.cl-hero h1 .accent { color: var(--orange); }
.cl-hero__lead { font-size: var(--t-lead); color: var(--ink-soft); margin-top: var(--s5); max-width: 440px; line-height: 1.5; }
.cl-hero__cta { margin-top: var(--s6); }

.cl-hero__paystrip { margin-top: var(--s7); }
.cl-hero__paystrip-label { color: var(--ink-faint); }
.cl-hero__cats { gap: 22px; margin-top: 14px; }
.cl-hero__cat { gap: 8px; font-size: 14.5px; font-weight: 600; color: var(--ink-soft); }
.cl-hero__cat svg { color: var(--blue); }

/* hero amount selector */
.cl-hero__amounts { margin-top: var(--s5); }
.cl-hero__amounts-label { color: var(--ink-faint); }
.cl-hero__amounts-list { gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.cl-amount-pill { border: 1.5px solid var(--line); background: #fff; border-radius: var(--r-pill);
  padding: 9px 18px; font-family: var(--sans); font-weight: 700; font-size: 14px; color: var(--ink-soft);
  cursor: pointer; transition: transform .2s var(--ease-out), border-color .2s, color .2s, background .2s, box-shadow .25s; }
.cl-amount-pill:hover { border-color: var(--blue-600); color: var(--blue); transform: translateY(-1px); }
.cl-amount-pill.is-active { background: var(--orange); border-color: var(--orange); color: var(--blue-900); box-shadow: var(--sh-cta); }

/* header — connected user: profile pill + logout (mirrors the dashboard) */
.cl-home .cl-profile-pill { display: flex; align-items: center; gap: 10px; padding: 5px 5px 5px 14px;
  border-radius: var(--r-pill); border: 1px solid var(--line); background: #fff; text-decoration: none;
  transition: border-color .2s, box-shadow .2s; }
.cl-home .cl-profile-pill:hover { border-color: #cfe1ec; box-shadow: var(--sh-sm, 0 1px 2px rgba(1,36,47,.06)); }
.cl-home .cl-pp-text { text-align: right; line-height: 1.15; }
.cl-home .cl-pp-name { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); }
.cl-home .cl-pp-plan { display: block; font-size: 11.5px; font-weight: 600; color: var(--ink-faint); }
.cl-home .cl-avatar { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; flex: none;
  font-family: var(--display); font-weight: 800; font-size: 14px; color: #fff; text-decoration: none;
  background: linear-gradient(140deg, #0a5b79, #011a23); }
.cl-home .cl-avatar--sm { width: 38px; height: 38px; }
.cl-home .cl-logout { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; flex: none;
  border: none; background: var(--surface, #f5fafd); color: var(--blue); text-decoration: none;
  transition: transform .2s var(--ease-out), box-shadow .2s, color .2s; }
.cl-home .cl-logout:hover { transform: translateY(-1px); box-shadow: var(--sh-sm, 0 1px 2px rgba(1,36,47,.06)); color: var(--blue-600, #0a5b79); }

.cl-hero__visual { position: relative; display: grid; place-items: center; min-height: 460px; }

/* hero soft mesh blobs */
.cl-hero__blob { position: absolute; border-radius: 50%; filter: blur(46px); opacity: .55; pointer-events: none; }
.cl-hero__blob--1 { width: 460px; height: 460px; top: -120px; right: -80px; background: radial-gradient(circle, var(--surface-2), transparent 70%); }
.cl-hero__blob--2 { width: 380px; height: 380px; bottom: -140px; left: -120px; background: radial-gradient(circle, rgba(255, 151, 53, .16), transparent 70%); }

/* ============================================================
   VOUCHER RECEIPT (DOM recreation of the paper voucher)
   motion classes (.receipt-print/float/sheen/pin/tag) live in home.css
   ============================================================ */
.cl-receipt-stage { position: relative; perspective: 1100px; width: min(320px, 80%); }
.cl-receipt-tilt { transform-style: preserve-3d; transition: transform .12s linear; }
.cl-home .receipt-print { filter: drop-shadow(0 26px 40px rgba(1, 40, 60, .26)); }
.cl-home .receipt-paper { background: #fff; color: #0a2230; padding: 30px; font-family: var(--sans); }

.cl-receipt__dots { height: 2px; margin: 13px 0; opacity: .55; color: #0a2230;
  background-image: radial-gradient(currentColor 1px, transparent 1.2px); background-size: 9px 2px; background-repeat: repeat-x; }
.cl-receipt__shop { text-align: center; font-weight: 800; font-size: 15.5px; letter-spacing: .02em; line-height: 1.35; }
.cl-receipt__shop span { font-weight: 700; font-size: 13.5px; }
.cl-receipt__logo { display: grid; place-items: center; margin: 6px 0 4px; }
.cl-receipt__logo-badge { background: var(--blue); border-radius: 6px; padding: 7px 14px; }
.cl-receipt__wordmark { font-family: var(--display); font-weight: 800; font-size: 30px; letter-spacing: -.02em; color: #fff; line-height: 1; }
.cl-receipt__wordmark span { color: var(--orange); }
.cl-receipt__tagline { font-weight: 700; font-size: 12px; letter-spacing: .34em; margin-top: 8px; color: #0a2230; }
.cl-receipt__amount { text-align: center; font-size: 16px; font-weight: 600; }
.cl-receipt__amount strong { font-weight: 800; color: var(--blue); }
.cl-receipt__pin-wrap { text-align: center; }
.cl-receipt__pin-label { font-size: 14.5px; font-weight: 600; }
.cl-home .receipt-pin { font-family: var(--mono); font-weight: 700; font-size: 21px; letter-spacing: .02em; margin-top: 6px; color: #0a2230; }
.cl-receipt__note { text-align: center; font-size: 12.5px; font-weight: 600; line-height: 1.5; color: #33414c; }

.cl-home .receipt-tag {
  position: absolute; left: 18%; bottom: -5%; background: var(--blue); color: #fff;
  border-radius: 13px; box-shadow: var(--sh-lg); padding: 9px 14px;
  display: flex; align-items: center; gap: 8px; white-space: nowrap; z-index: 4;
}
.cl-home .receipt-tag span:last-child { font-size: 13px; font-weight: 700; }

/* the parallax tilt is desktop-only; phones keep it flat */
@container app (max-width: 920px) {
  .cl-receipt-tilt { transform: none !important; }
}

/* ============================================================
   PHASE 2-4 — shared section heads
   ============================================================ */
.cl-home .cl-sec-head { max-width: 560px; margin-bottom: var(--s7); }
.cl-home .cl-sec-head--center { text-align: center; max-width: 640px; margin-inline: auto; }
.cl-home .cl-kicker { gap: 12px; }
.cl-home .cl-sec-head--center .cl-kicker { justify-content: center; }
.cl-home .cl-kicker .mono-label { color: var(--orange-700); }
.cl-home .cl-kicker--light .mono-label { color: var(--orange); }
.cl-home .cl-sec-title { font-size: var(--t-h2); margin-top: 16px; letter-spacing: -.02em; }
.cl-home .cl-sec-head h2 { font-size: var(--t-h2); margin-top: 16px; letter-spacing: -.02em; }
.cl-home .cl-sec-lead { font-size: var(--t-lead); color: var(--ink-soft); margin-top: 14px; max-width: 420px; line-height: 1.5; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.cl-how { background: var(--surface); }
.cl-how__steps { display: grid; gap: 12px; }
.cl-how__step {
  text-align: left; display: flex; gap: 16px; align-items: center; width: 100%;
  padding: 18px 20px; border-radius: var(--r); border: 1.5px solid transparent;
  background: rgba(255, 255, 255, .55); box-shadow: none; transition: all .25s; cursor: pointer;
}
.cl-how__step.is-active { border-color: var(--blue); background: #fff; box-shadow: var(--sh-md); }
.cl-how__step-icon { flex: none; width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: var(--surface-2); color: var(--blue); transition: all .25s; }
.cl-how__step.is-active .cl-how__step-icon { background: var(--blue); color: #fff; }
.cl-how__step-body { flex: 1; }
.cl-how__step-head { display: flex; align-items: center; gap: 8px; }
.cl-how__step-num { font-family: var(--display); font-weight: 800; font-size: 22px; color: var(--ink-faint); }
.cl-how__step.is-active .cl-how__step-num { color: var(--orange-700); }
.cl-how__step-title { font-weight: 700; font-size: 17.5px; color: var(--ink); }
.cl-how__step-text { display: block; font-size: 14.5px; color: var(--ink-soft); margin-top: 3px; }
.cl-how__step-chev { color: var(--ink-faint); opacity: .4; transition: all .25s; }
.cl-how__step.is-active .cl-how__step-chev { color: var(--blue); opacity: 1; }

.cl-how__visual { position: relative; height: 340px; border-radius: var(--r-lg); overflow: hidden;
  background: linear-gradient(160deg, var(--blue) 0%, var(--blue-700) 100%); color: #fff; display: grid; place-items: center; }
.cl-how__visual::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 70% at 85% 10%, rgba(255, 151, 53, .28), transparent 60%); }
.cl-how__pills { position: absolute; top: 18px; left: 0; right: 0; display: flex; gap: 7px; justify-content: center; z-index: 3; }
.cl-how__pill { width: 8px; height: 8px; border-radius: 99px; background: rgba(255, 255, 255, .3); transition: all .4s; }
.cl-how__pill.is-active { width: 26px; background: var(--orange); }
.cl-how__panel { position: absolute; width: 82%; z-index: 2; display: none; }
.cl-how__panel.is-active { display: block; }
.cl-home.animate .cl-how__panel.is-active { animation: cl-swap .5s var(--ease-out); }
.cl-how__card { background: #fff; border-radius: 16px; padding: 18px 20px; color: var(--ink); box-shadow: var(--sh-lg); max-width: 300px; margin: 0 auto; }
.cl-how__tag { font-size: 11px; font-weight: 700; color: var(--ink-faint); }
.cl-how__divider { border-top: 1px dashed var(--line); margin: 12px 0; }
.cl-how__muted { font-size: 13px; color: var(--ink-soft); }
.cl-how__amount { font-family: var(--display); font-weight: 800; font-size: 34px; color: var(--blue); }
.cl-how__code { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.cl-how__code span { font-family: var(--mono); font-weight: 700; font-size: 22px; background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2); border-radius: 10px; padding: 10px 12px; }
.cl-how__instant { gap: 7px; justify-content: center; margin-top: 18px; font-size: 13.5px; color: rgba(255, 255, 255, .85); }
.cl-how__field { margin-top: 12px; border: 1.5px solid var(--line); border-radius: 11px; padding: 12px 14px;
  font-family: var(--mono); font-size: 15px; letter-spacing: .04em; color: var(--blue); }
.cl-how__confirm { width: 100%; margin-top: 12px; padding: 13px; pointer-events: none; }

/* voucher receipt barcode (ported from the design handoff) */
.cl-how__barcode { margin-top: 16px; }
.cl-home .barcode { display: flex; align-items: stretch; justify-content: center; gap: 2px; height: 34px; color: var(--ink); }
.cl-home .barcode i { display: block; width: 2px; background: currentColor; border-radius: 1px; }
.cl-home .barcode i:nth-child(3n) { width: 4px; }
.cl-home .barcode i:nth-child(4n) { width: 1px; opacity: .85; }
.cl-home .barcode i:nth-child(5n) { width: 3px; }
.cl-home .barcode i:nth-child(7n) { width: 5px; }
.cl-how__barcode-num { display: block; text-align: center; font-family: var(--mono); font-size: 12px; letter-spacing: .16em; color: var(--ink-soft); margin-top: 8px; }

/* ---- How it works · product picker (voucher / direct barcode) ---- */
/* [hidden] must beat the display:grid on .cl-how__steps */
.cl-how__steps[hidden] { display: none; }
.cl-how__picker { display: flex; gap: 14px; justify-content: center; margin-bottom: var(--s6); }
.cl-how__pick {
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  padding: 12px 20px 11px; border-radius: 16px; cursor: pointer;
  background: rgba(255,255,255,.5); border: 1.5px solid var(--line);
  transition: border-color .25s, background .25s, box-shadow .25s, transform .25s var(--ease-out);
}
.cl-how__pick:hover { transform: translateY(-2px); }
.cl-how__pick.is-active { border-color: var(--blue); background: #fff; box-shadow: var(--sh-md); }
.cl-how__pick-label { font-size: 13px; font-weight: 700; color: var(--ink-faint); transition: color .25s; }
.cl-how__pick.is-active .cl-how__pick-label { color: var(--ink); }
.cl-how__pick-voucher, .cl-how__pick-direct {
  width: 66px; height: 44px; border-radius: 9px; display: grid; place-items: center; position: relative; overflow: hidden;
}
.cl-how__pick-voucher { background: linear-gradient(135deg, var(--blue) 0%, var(--blue-700) 100%); }
.cl-how__pick-voucher::after { content: ""; position: absolute; right: -12px; bottom: -16px; width: 40px; height: 40px; border-radius: 50%; border: 6px solid rgba(255,255,255,.1); }
.cl-how__pick-direct { background: #fff; border: 1.5px solid var(--surface-2); }
.cl-how__pick-direct::before { content: ""; position: absolute; top: 5px; width: 14px; height: 3px; border-radius: 2px; background: var(--line); }
.cl-how__pick-direct .barcode { color: var(--blue-900); }

/* ---- Barcode scan line (used by the direct panels) ---- */
.cl-how__scanbox { position: relative; border: 2px solid rgba(255,255,255,.18); border-radius: 14px; padding: 16px 14px; overflow: hidden; background: #fff; }
.cl-how__scanbox .barcode { color: var(--blue-900); }
.cl-how__scanbox--dark { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.24); }
.cl-home .barcode-scan { position: absolute; left: 10px; right: 10px; top: 50%; height: 2px; border-radius: 2px; background: var(--orange); box-shadow: 0 0 8px 1px rgba(255,151,53,.8); transform: translateY(-1px); }
.cl-home.animate .barcode-scan { animation: cl-scan 2.6s ease-in-out infinite; }
@keyframes cl-scan { 0%, 100% { transform: translateY(-19px); } 50% { transform: translateY(17px); } }

/* ---- Direct-panel bits ---- */
.cl-how__card--sm { max-width: 240px; }
.cl-how__foot { margin-top: 10px; font-size: 12.5px; color: var(--ink-soft); }
.cl-how__code-wrap { text-align: center; }
.cl-how__code-label { font-size: 13px; opacity: .85; letter-spacing: .12em; font-weight: 700; }
.cl-how__verified { text-align: center; margin-top: 12px; font-size: 11.5px; font-weight: 700; color: var(--ink-faint); letter-spacing: .1em; }
.cl-how__amt-chips { gap: 8px; justify-content: center; margin-top: 16px; }
.cl-how__amt-chips span { font-family: var(--mono); font-weight: 700; font-size: 14px; background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; padding: 8px 13px; }
.cl-how__amt-chips span.is-on { background: var(--orange); color: var(--blue-900); border-color: var(--orange); }
.cl-how__balance { justify-content: space-between; align-items: baseline; margin-top: 12px; }
.cl-how__amount--sm { font-size: 24px; }

/* ============================================================
   WHERE TO BUY
   ============================================================ */
.cl-where { background: #fff; }
.cl-where__cards { display: grid; gap: 12px; margin-top: var(--s6); }
.cl-where__card { gap: 14px; padding: 16px 18px; background: var(--surface); border-radius: var(--r); }
.cl-where__ico { width: 44px; height: 44px; border-radius: 12px; background: #fff; display: grid; place-items: center;
  color: var(--blue); box-shadow: var(--sh-sm); flex: none; }
.cl-where__card-body { flex: 1; }
.cl-where__card-title { font-weight: 700; font-size: 16px; }
.cl-where__card-text { font-size: 13.5px; color: var(--ink-soft); }
.cl-where__map { display: block; position: relative; background: var(--surface-2); border-radius: var(--r-lg); overflow: hidden; padding: 14px; transition: box-shadow .3s var(--ease-out), transform .3s var(--ease-out); }
.cl-where__map:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
/* provided dotted world map (Robinson projection) */
.cl-where__worldmap { display: block; width: 100%; height: auto; }
/* pulsing orange pins */
.cl-where__pins { position: absolute; inset: 14px; }
.cl-where__pin { position: absolute; width: 11px; height: 11px; transform: translate(-50%, -50%); }
.cl-where__pin::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .75), var(--sh-sm); }
.cl-where__pin::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--orange); }
.cl-home.animate .cl-where__pin::after { animation: cl-pinmap 2.4s ease-out infinite; }
.cl-where__pin:nth-child(2)::after { animation-delay: .5s; }
.cl-where__pin:nth-child(3)::after { animation-delay: 1s; }
.cl-where__pin:nth-child(4)::after { animation-delay: 1.5s; }
.cl-where__pin:nth-child(5)::after { animation-delay: 2s; }
@keyframes cl-pinmap { 0% { transform: scale(1); opacity: .85; } 80%, 100% { transform: scale(3.2); opacity: 0; } }
.cl-where__badge { position: absolute; left: 28px; bottom: 26px; background: #fff; border-radius: 14px; box-shadow: var(--sh-md); padding: 12px 16px; }
.cl-where__badge-num { font-family: var(--display); font-weight: 800; font-size: 26px; color: var(--blue); }
.cl-where__badge-label { font-size: 12.5px; color: var(--ink-soft); font-weight: 600; }

/* available countries + "need to pay more" band */
.cl-where__right { display: grid; gap: 18px; align-content: start; }
.cl-where__countries { font-size: 14px; color: var(--ink-soft); line-height: 1.7; margin: 0; }
.cl-where__countries-label { font-weight: 800; color: var(--ink); }
.cl-where__countries-note { display: block; margin-top: 4px; font-size: 12.5px; color: var(--ink-faint); }
/* the "need to pay more" band is flush to the bottom of the section
   (kill the section's bottom padding so it sits against the next block) */
.cl-home .cl-where { padding-bottom: 0; }
.cl-more { background: var(--cream); margin-top: clamp(36px, 5vw, 64px); }
.cl-more__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding-block: clamp(18px, 2.5vw, 26px); }
.cl-more__text { margin: 0; font-size: 15px; color: var(--ink-soft); max-width: 720px; }
.cl-more__text b { color: var(--ink); font-weight: 800; }

/* ============================================================
   WHY CASHLIB — dark glass, thin cards, animated icons + sparkles
   Brand colours only: blue/orange + neutrals. Glow = orange accent.
   ============================================================ */
.cl-why { position: relative; overflow: hidden; color: #fff;
  background: linear-gradient(165deg, var(--blue) 0%, var(--blue-900) 100%); }
.cl-why__glow { position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(38% 50% at 12% 0%, rgba(255, 151, 53, .16), transparent 60%),
    radial-gradient(45% 55% at 92% 100%, rgba(10, 91, 121, .5), transparent 60%); }
.cl-why .wrap { position: relative; }
.cl-why .cl-sec-head h2, .cl-why .cl-sec-title { color: #fff; }
.cl-why .cl-kicker .mono-label { color: var(--orange); }

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

.cl-why__card {
  position: relative; overflow: hidden; border-radius: var(--r-lg); padding: 30px 26px 38px;
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: saturate(140%) blur(10px); -webkit-backdrop-filter: saturate(140%) blur(10px);
  transition: transform .3s var(--ease-out), border-color .3s, background .3s, box-shadow .3s;
}
.cl-why__card::before { content: ""; position: absolute; top: 0; left: 22px; right: 22px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--orange), transparent); opacity: .7; }
.cl-why__card:hover { transform: translateY(-6px); border-color: rgba(255, 151, 53, .5);
  background: rgba(255, 255, 255, .08); box-shadow: var(--sh-lg); }

/* animated icon tile */
.cl-why__ico { position: relative; width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center;
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); color: #fff;
  box-shadow: 0 8px 22px -8px rgba(255, 151, 53, .4); }
.cl-why__ico--blue { box-shadow: 0 8px 22px -8px rgba(10, 91, 121, .8); }
.cl-home.animate .cl-why__ico { animation: cl-why-float 8.5s ease-in-out infinite, cl-glowpulse 5s ease-in-out infinite; }
.cl-why__card:nth-child(2) .cl-why__ico { animation-delay: .45s, .45s; }
.cl-why__card:nth-child(3) .cl-why__ico { animation-delay: .9s, .9s; }
.cl-why__card:nth-child(4) .cl-why__ico { animation-delay: 1.35s, 1.35s; }

.cl-why .cl-why__card-title { font-size: 18px; margin-top: 30px; color: #fff; }
.cl-why .cl-why__card-text { font-size: 14px; color: rgba(255, 255, 255, .72); margin-top: 14px; line-height: 1.55; }

/* sparkles (twinkle) */
.cl-why__spark { position: absolute; color: var(--orange); line-height: 0; pointer-events: none; }
.cl-why__spark--card { top: 14px; right: 14px; opacity: .55; }
.cl-why__spark--a { top: 14%; left: 6%; opacity: .8; }
.cl-why__spark--b { bottom: 16%; right: 9%; color: #fff; opacity: .45; }
.cl-home.animate .cl-why__spark { animation: cl-twinkle 3s ease-in-out infinite; }
.cl-home.animate .cl-why__spark--b { animation-delay: 1.1s; }
.cl-home.animate .cl-why__card:nth-child(even) .cl-why__spark--card { animation-delay: .7s; }

@keyframes cl-why-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes cl-glowpulse { 0%, 100% { box-shadow: 0 8px 18px -10px rgba(255, 151, 53, .35); } 50% { box-shadow: 0 12px 30px -8px rgba(255, 151, 53, .6); } }
@keyframes cl-twinkle { 0%, 100% { opacity: .3; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.15); } }

/* ============================================================
   WHERE YOU CAN PAY (marquee, blue)
   ============================================================ */
.cl-pay { background: var(--blue); color: #fff; position: relative; overflow: hidden; }
.cl-pay__glow { position: absolute; inset: 0; background: radial-gradient(50% 60% at 90% 0%, rgba(255, 151, 53, .18), transparent 60%); }
.cl-pay .wrap, .cl-pay__rows, .cl-pay__cta { position: relative; }
.cl-pay__title { font-size: var(--t-h2); margin-top: 16px; color: #fff; letter-spacing: -.02em; }
.cl-pay__rows { display: grid; gap: 14px; }
.cl-pay__pill { gap: 11px; padding: 13px 22px; border-radius: 999px; flex: none;
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); color: #fff; font-weight: 700; font-size: 16px; white-space: nowrap; }
.cl-pay__pill svg { color: var(--orange); }
.cl-pay__cta { text-align: center; margin-top: var(--s7); }

/* ============================================================
   TRUST STRIP + CTA
   ============================================================ */
.cl-trust { background: #fff; }
.cl-trust__panel { position: relative; overflow: hidden; border-radius: var(--r-xl); color: #fff;
  background: linear-gradient(155deg, var(--blue-700) 0%, var(--blue) 64%, var(--blue-600) 100%); padding: clamp(36px, 5vw, 64px); }
.cl-trust__glow { position: absolute; inset: 0; background: radial-gradient(45% 70% at 92% 110%, rgba(255, 151, 53, .34), transparent 55%); }
.cl-trust__top { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cl-trust__num { font-family: var(--display); font-weight: 800; font-size: clamp(46px, 5.5vw, 76px); line-height: .85; color: var(--orange); letter-spacing: -.02em; }
.cl-trust__metric-label { font-size: 15px; color: rgba(255, 255, 255, .8); margin-top: 10px; font-weight: 600; }
.cl-trust__seal { gap: 12px; }
.cl-trust__seal-ico { width: 56px; height: 56px; border-radius: 16px; background: rgba(255, 255, 255, .12); display: grid; place-items: center; color: #fff; flex: none; }
.cl-trust__seal-text { font-family: var(--display); font-weight: 800; font-size: 22px; line-height: 1.1; max-width: 240px; }
.cl-trust__foot { position: relative; border-top: 1px solid rgba(255, 255, 255, .16); margin-top: var(--s7); padding-top: var(--s6);
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: space-between; }
.cl-trust__foot-title { font-family: var(--display); font-weight: 700; font-size: clamp(22px, 2.6vw, 32px); }

/* ============================================================
   FOOTER (home-only)
   ============================================================ */
/* Footer moved to the shared, self-contained snippets/_site-footer.html.twig
   (harmonised across all public pages). */

/* ============================================================
   BOTTOM BAR (mobile)
   ============================================================ */
.cl-bottombar { position: sticky; bottom: 0; z-index: 40; gap: 10px; padding: 11px 14px;
  background: rgba(255, 255, 255, .92); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-top: 1px solid var(--line);
  transform: translateY(115%); opacity: 0; pointer-events: none; transition: transform .35s var(--ease-out), opacity .35s; }
/* revealed only once the hero has scrolled out of view (mobile) */
.cl-home.past-hero .cl-bottombar { transform: none; opacity: 1; pointer-events: auto; }
.cl-bottombar__verify { flex: 0 0 auto; }
.cl-bottombar__buy { flex: 1; }

/* ---- responsive tweaks for the new sections ---- */
@container app (max-width: 920px) {
  .cl-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .cl-why__grid { grid-template-columns: repeat(2, 1fr); }
}
@container app (max-width: 680px) {
  .cl-footer__grid { grid-template-columns: 1fr 1fr; }
  .cl-why__grid { grid-template-columns: 1fr; }
  .cl-trust__top { gap: 18px; }
  /* hero voucher hidden on mobile only (kept on desktop + tablet) */
  .cl-hero__visual { display: none; }
}

/* ============================================================
   VERIFY (inline #verify)
   ============================================================ */
.cl-verify { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--surface-2), var(--surface)); }
.cl-verify .wrap { position: relative; z-index: 1; }
.cl-verify__blob { position: absolute; border-radius: 50%; filter: blur(72px); opacity: .55; pointer-events: none; z-index: 0; }
.cl-verify__blob--blue { width: 380px; height: 380px; top: -70px; left: 6%; background: radial-gradient(circle, rgba(1, 67, 96, .5), transparent 70%); }
.cl-verify__blob--orange { width: 340px; height: 340px; bottom: -90px; right: 8%; background: radial-gradient(circle, rgba(255, 151, 53, .5), transparent 70%); }
.cl-home.animate .cl-verify__blob { animation: cl-floaty 9s ease-in-out infinite; }
.cl-home.animate .cl-verify__blob--orange { animation-duration: 11s; animation-direction: alternate-reverse; }
.cl-verify__card { position: relative; overflow: hidden; max-width: 560px; margin-inline: auto; text-align: center;
  background: rgba(255, 255, 255, .5); backdrop-filter: saturate(180%) blur(18px); -webkit-backdrop-filter: saturate(180%) blur(18px);
  border: 1px solid rgba(255, 255, 255, .7); border-radius: var(--r-lg); padding: clamp(30px, 4vw, 46px);
  box-shadow: 0 30px 70px -30px rgba(1, 67, 96, .35); }
.cl-verify__card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--orange)); }
.cl-verify .cl-verify__title { font-size: var(--t-h2); margin-top: 14px; color: var(--blue); }
.cl-verify .cl-verify__lead { color: var(--ink-soft); margin-top: 10px; }
.cl-verify__form { display: grid; gap: 14px; margin-top: var(--s6); }
.cl-verify__serial { border: 0; padding: 0; margin: 0; }
.cl-verify__input { width: 100%; text-align: center; font-family: var(--mono); font-size: 18px; letter-spacing: .08em;
  padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--r-sm); color: var(--ink); background: var(--surface); }
.cl-verify__input::placeholder { letter-spacing: normal; font-family: var(--sans); color: var(--ink-faint); }
.cl-verify__input:focus { outline: none; border-color: var(--blue); background: #fff; }
.cl-verify__recaptcha { display: flex; justify-content: center; }
.cl-verify__submit { justify-self: center; }
.cl-verify .cl-verify__msg { font-weight: 600; font-size: 14.5px; margin-top: 4px; }
.cl-verify__msg--ok { color: var(--blue); }
.cl-verify__msg--error { color: #c0392b; } /* functional feedback colour (not a brand hue) */

/* ============================================================
   FAQ
   ============================================================ */
.cl-faq-sec { background: var(--surface); }
.cl-faq-sec__head { align-self: start; }
.cl-faq-list { display: grid; gap: 12px; }
.cl-faq-item { border: 1px solid var(--line); border-radius: var(--r); background: #fff; overflow: hidden;
  transition: border-color .25s, box-shadow .25s; }
.cl-faq-item[open] { border-color: transparent; box-shadow: var(--sh-md); }
.cl-faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px;
  font-weight: 700; font-size: 16px; color: var(--ink); cursor: pointer; list-style: none; }
.cl-faq-q::-webkit-details-marker { display: none; }
.cl-faq-q svg { flex: none; color: var(--ink-faint); transition: transform .25s var(--ease-out), color .25s; }
.cl-faq-item[open] .cl-faq-q svg { transform: rotate(180deg); color: var(--blue); }
.cl-faq-a { padding: 0 22px 20px; color: var(--ink-soft); font-size: 14.5px; line-height: 1.65; }

/* anchored sections clear the sticky header; smooth in-page scroll */
.cl-home section[id] { scroll-margin-top: 88px; }
html { scroll-behavior: smooth; }
