/* ============ HSBC × ATHLO - Rewards, redeemed ============ */
/* Page chrome: HSBC.ae design system. Phone interior: recreated from the live Athlo app. */

@font-face { font-family: "HSBC Univers Next"; font-weight: 300; src: url("assets/fonts/UniversNextforHSBCW02-Lt.woff") format("woff"); font-display: swap; }
@font-face { font-family: "HSBC Univers Next"; font-weight: 400; src: url("assets/fonts/UniversNextforHSBCW02-Rg.woff") format("woff"); font-display: swap; }
@font-face { font-family: "HSBC Univers Next"; font-weight: 500; src: url("assets/fonts/UniversNextforHSBCW02-Md.woff") format("woff"); font-display: swap; }
@font-face { font-family: "HSBC Univers Next"; font-weight: 700; src: url("assets/fonts/UniversNextforHSBCW02-Bd.woff") format("woff"); font-display: swap; }

:root {
  --red: #DB0011;
  --red-hover: #AF000D;
  --ink: #333333;
  --ink-soft: #575757;
  --grey-bg: #F4F4F4;
  --line: #D7D8D6;
  --white: #FFFFFF;
  --black: #000000;
  /* Athlo app world (phone only) */
  --app-dark: #121212;
  --app-light: #F1F0EE;
  --app-coral: #F05B3F;
  --app-green-bg: #DCF3E3;
  --app-green: #1E7B43;
  --font: "HSBC Univers Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --app-disp: "Oswald", "Arial Narrow", sans-serif;
  --app-body: "Montserrat", "Helvetica Neue", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  font-weight: 400;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.5;
}

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 30px; }

h1 { font-weight: 300; font-size: clamp(38px, 5vw, 58px); line-height: 1.12; color: var(--ink); }
h2 { font-weight: 300; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.18; color: var(--ink); }
h3 { font-weight: 500; font-size: 19px; color: var(--ink); }

/* Headings: plain light sentence case, per hsbc.ae product pages */
.bar-head { position: relative; }

.section-sub { max-width: 640px; margin-top: 14px; font-size: 16px; color: var(--ink-soft); }

/* ---------- utility bar (HSBC black strip) ---------- */
.utilbar {
  background: var(--black); color: var(--white);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 30px; font-size: 14px; height: 46px;
}
.utilbar a { color: var(--white); text-decoration: none; font-weight: 400; padding: 0 4px; }
.utilbar a:hover { text-decoration: underline; }
.utilbar-left, .utilbar-right { display: flex; align-items: center; gap: 18px; height: 100%; }
.util-active { font-weight: 700; position: relative; }
.util-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -14px; height: 3px; background: var(--white); }
.util-sep { width: 1px; height: 16px; background: #5a5a5a; }
.util-caret, .util-chev { font-size: 12px; opacity: .9; }
.utilbar .util-logon {
  background: var(--red); height: 100%; display: flex; align-items: center;
  padding: 0 22px; font-weight: 400; margin-right: -30px;
}
.utilbar .util-logon:hover { background: var(--red-hover); text-decoration: none; }

/* ---------- top bar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 30px;
  background: var(--white);
  box-shadow: 0 1px 3px rgba(0,0,0,.12);
}
.brand-lockup { display: flex; align-items: center; gap: 18px; }
.logo-hsbc { height: 30px; width: auto; display: block; }
.logo-athlo { height: 28px; width: auto; display: block; }
.lockup-div { width: 1px; height: 32px; background: var(--line); }
.lockup-div.light { background: #4a4a4a; }
.topnav { display: flex; align-items: stretch; gap: 0; }
.topnav a {
  color: var(--ink); text-decoration: none; padding: 2px 26px;
  display: flex; flex-direction: column; gap: 2px;
}
.nav-l1 { font-size: 17px; font-weight: 400; }
.nav-l2 { font-size: 13px; color: var(--ink-soft); }
.topnav a:hover .nav-l1 { color: var(--red); }
.nav-div { width: 1px; background: var(--line); margin: 4px 0; }

/* ---------- breadcrumb ---------- */
.crumbbar {
  padding: 14px 30px; font-size: 14px; color: var(--ink);
  display: flex; align-items: center; gap: 10px;
  border-bottom: 1px solid #ECECEC;
}
.crumb-chev { color: var(--red); font-weight: 700; }
.crumbbar strong { font-weight: 700; }

/* ---------- hero ---------- */
.hero { background: var(--white); padding: 0; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: stretch; max-width: none; padding: 0; }
.hero-copy { padding: 76px 0 76px 30px; max-width: 640px; margin-left: auto; align-self: center; }
.hero-sub { margin-top: 22px; max-width: 560px; font-size: 17px; color: var(--ink-soft); }

.keybox { margin-top: 38px; max-width: 560px; }
.form-title { font-size: 17px; font-weight: 500; color: var(--ink); margin-bottom: 12px; }
.form-grid { display: grid; gap: 10px; }
.form-grid input {
  background: var(--white); border: 1px solid #767676; border-radius: 0;
  color: var(--ink); font-family: var(--font); font-size: 16px;
  padding: 13px 16px; outline: none; width: 100%;
}
.form-grid input:focus { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
#unlock-btn {
  margin-top: 14px; background: var(--red); color: var(--white); border: 0; border-radius: 0;
  font-family: var(--font); font-weight: 500; font-size: 16px;
  padding: 14px 26px; cursor: pointer; white-space: nowrap; width: 100%;
}
#unlock-btn:hover { background: var(--red-hover); }
.keyhint { margin-top: 12px; font-size: 13px; color: var(--ink-soft); }
.signup-done { border: 1px solid var(--line); padding: 24px 26px; background: var(--grey-bg); position: relative; }
.signup-done::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--red); }
.sd-title { font-size: 19px; font-weight: 500; color: var(--ink); }
.sd-timer { display: inline-block; margin-right: 6px; animation: sandflip 2.4s ease-in-out infinite; transform-origin: center; }
@keyframes sandflip { 0%, 70% { transform: rotate(0deg); } 85%, 100% { transform: rotate(180deg); } }
.sd-body { margin-top: 10px; font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }
.sd-status {
  margin-top: 16px; display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 500; color: var(--ink);
  background: var(--white); border: 1px solid var(--line); padding: 9px 14px;
}
.sd-status-dot { width: 9px; height: 9px; border-radius: 50%; background: #F9B105; animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.store-row { display: flex; gap: 10px; margin-top: 18px; align-items: center; }
.badge-apple { height: 44px; width: auto; display: block; }
.badge-play { height: 44px; width: auto; display: block; }
.badge-apple.sm, .badge-play.sm { height: 38px; }

/* hero right: the real Max Rewards card on HSBC's grey product panel */
.hero-panel {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px;
  background: #F3F3F3; padding: 50px 40px;
}
.hero-card-img { width: 100%; max-width: 460px; height: auto; display: block; mix-blend-mode: multiply; }
.hero-panel-note { font-size: 14px; color: var(--ink-soft); text-align: center; }

/* load reveals */
.reveal { opacity: 0; transform: translateY(16px); animation: rise .7s ease forwards; }
.reveal.d1 { animation-delay: .1s; }
.reveal.d2 { animation-delay: .2s; }
.reveal.d3 { animation-delay: .32s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---------- why ---------- */
.why { background: var(--white); padding: 70px 0 80px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 44px; }
.ico { width: 64px; height: 64px; }
.why-item h3 { margin: 18px 0 10px; }
.why-item p { font-size: 15px; color: var(--ink-soft); }

/* ---------- offers ---------- */
.offers { background: var(--grey-bg); padding: 80px 0 90px; }
.offer-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.offer-card {
  position: relative; overflow: hidden; background: var(--white);
  border: 1px solid #E2E2E0; border-radius: 0;
  transition: box-shadow .3s;
}
.offer-card:hover { box-shadow: 0 10px 28px -12px rgba(0,0,0,.25); }
.offer-media { height: 140px; position: relative; display: flex; align-items: flex-end; padding: 14px; background-size: cover; background-position: center; }
.offer-media.m1 { background: linear-gradient(135deg, #4d060c, #90000b 60%, #DB0011); }
.offer-media.m2 { background: linear-gradient(135deg, #1f2023, #3d4045 60%, #5b5e63); }
.offer-media.m3 { background: linear-gradient(135deg, #1d3d28, #33684a 60%, #5f9678); }
.offer-media.m4 { background: linear-gradient(135deg, #26173e, #4a2e6e 60%, #7a58a6); }
.offer-media.m5 { background: linear-gradient(135deg, #232323, #3c3c3c 60%, #575757); }
.offer-media.m6 { background: linear-gradient(135deg, #06222f, #0a3d54 55%, #1d6e8f); }
.offer-media.m7 { background: linear-gradient(135deg, #032a29, #08504d 60%, #0aa8a5); }
.offer-media.m8 { background: linear-gradient(135deg, #2b2622, #4d443c 60%, #7a6c5f); }
.offer-media.m9 { background: linear-gradient(135deg, #101f10, #234223 60%, #4d7a2a); }
.offer-media.m10 { background: linear-gradient(135deg, #4a130b, #8a2317 60%, #f05b3f); }
.offer-card.more { background: #FAFAFA; border-style: dashed; }
.more-body h3 { color: var(--ink); }
.more-body .offer-loc { color: var(--ink-soft); }
.vc-media.ph { background-size: cover; background-position: center; border-radius: 18px 0 0 18px; }
.offer-tag {
  font-size: 12px; color: var(--white); border: 1px solid rgba(255,255,255,.55);
  padding: 4px 10px; font-weight: 400;
}
/* real venue logo badges */
.offer-badge {
  position: absolute; top: 104px; right: 18px; z-index: 3;
  width: 72px; height: 72px; border-radius: 50%; background: var(--white);
  border: 2px solid var(--white); box-shadow: 0 4px 12px rgba(0,0,0,.25);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.offer-badge.b-dark { background: #111111; }
.offer-badge img { max-width: 72%; max-height: 56%; object-fit: contain; }
.offer-badge img.badge-full { max-width: 100%; max-height: 100%; width: 100%; height: 100%; object-fit: cover; }
.offer-body { padding: 20px 22px 22px; }
.offer-body h3 { font-size: 21px; font-weight: 500; max-width: calc(100% - 80px); }
.offer-loc { color: var(--ink-soft); font-size: 14px; margin-top: 2px; }
.offer-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; gap: 8px; }
.offer-deal { font-weight: 700; font-size: 15px; color: var(--red); }
.offer-only {
  font-size: 11px; font-weight: 500; color: var(--ink); border: 1px solid var(--ink);
  padding: 4px 8px; white-space: nowrap;
}
.offer-card.network { background: #262626; border-color: #262626; color: var(--white); }
.network-body { padding: 26px 24px; display: flex; flex-direction: column; height: 100%; }
.network-body h3 { color: var(--white); font-size: 21px; font-weight: 500; max-width: 100%; }
.network-body .offer-loc { color: #c9ccd1; margin-top: 10px; }
.network-body .offer-foot { margin-top: auto; padding-top: 18px; }
.network-deal { color: var(--white); border-bottom: 2px solid var(--red); padding-bottom: 2px; }
.offer-note { margin-top: 22px; font-size: 12px; color: #8a8d92; }

/* lock veil */
.lock-veil {
  position: absolute; inset: 0; background: rgba(255,255,255,.55); backdrop-filter: blur(3px);
  display: flex; align-items: center; justify-content: center; z-index: 4;
  transition: opacity .6s ease, visibility .6s;
}
.lock-veil.dark-veil { background: rgba(38,38,38,.6); }
.lock-svg { width: 30px; height: 30px; fill: none; stroke: var(--ink-soft); stroke-width: 1.6; }
.lock-svg.light { stroke: #c9ccd1; }
.offer-card.unlocked .lock-veil { opacity: 0; visibility: hidden; }

/* ---------- deal of the month ---------- */
.dotm { background: var(--white); padding: 80px 0; }
.dotm-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: center; }
.dotm-lead { font-size: 24px; font-weight: 300; margin-top: 18px; color: var(--ink); }
.dotm-body { margin-top: 14px; font-size: 16px; color: var(--ink-soft); max-width: 540px; }
.dotm-tile { background: var(--grey-bg); padding: 34px 32px; position: relative; }
.dotm-tile::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--red); }
.dotm-tile-month { font-size: 14px; font-weight: 500; color: var(--red); }
.dotm-tile-deal { font-size: 26px; font-weight: 300; margin-top: 8px; }
.dotm-tile-venue { font-size: 15px; color: var(--ink-soft); margin-top: 4px; }
.dotm-tile-badge { display: inline-block; margin-top: 20px; font-size: 12px; font-weight: 500; border: 1px solid var(--ink); padding: 5px 10px; }

/* ---------- how ---------- */
.how { background: var(--grey-bg); padding: 80px 0 90px; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 44px; }
.how-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border: 2px solid var(--red); color: var(--red);
  font-size: 20px; font-weight: 500;
}
.how-step h3 { margin: 16px 0 10px; }
.how-step p { font-size: 15px; color: var(--ink-soft); }

/* ---------- demo section chrome ---------- */
.demo { background: var(--white); padding: 90px 0; }
.demo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.demo-sub { margin-top: 18px; color: var(--ink-soft); font-size: 16px; max-width: 520px; }
.demo-points { list-style: none; margin-top: 26px; display: grid; gap: 12px; }
.demo-points li { color: var(--ink-soft); font-size: 15px; padding-left: 26px; position: relative; }
.demo-points li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--ink); font-weight: 700; }
.demo-points strong { color: var(--ink); font-weight: 500; }
.demo-reset {
  margin-top: 30px; background: var(--white); border: 1px solid var(--ink); color: var(--ink);
  font-family: var(--font); font-size: 15px; font-weight: 400; padding: 11px 24px; border-radius: 0; cursor: pointer;
}
.demo-reset:hover { background: var(--ink); color: var(--white); }

/* =========================================================
   PHONE: faithful recreation of the Athlo app
   ========================================================= */
.phone-wrap { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.phone {
  width: 350px; height: 720px; background: var(--app-dark); border-radius: 46px;
  border: 1px solid #303338;
  box-shadow: 0 0 0 10px #1B1C20, 0 0 0 11px #303338, 0 40px 80px -40px rgba(0,0,0,.55);
  position: relative; overflow: hidden;
  font-family: var(--app-body);
}
.phone-notch {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 110px; height: 26px; background: #000; border-radius: 999px; z-index: 9;
}
.phone-caption { font-size: 12.5px; color: var(--ink-soft); }

.screen { position: absolute; inset: 0; display: none; flex-direction: column; }
.screen.active { display: flex; animation: scr-in .45s ease; }
@keyframes scr-in { from { opacity: 0; transform: translateX(26px); } to { opacity: 1; transform: none; } }

/* --- shared app pieces --- */
.app-welcome {
  font-family: var(--app-disp); font-weight: 500; font-size: 30px; letter-spacing: .04em;
  color: var(--white); line-height: 1.15; text-align: center; text-transform: uppercase;
}
.app-welcome.dark-txt { color: #1c1c1c; }
.app-welcome.small { font-size: 24px; }
.app-tagline {
  font-family: var(--app-disp); font-weight: 400; font-size: 11px; letter-spacing: .18em;
  color: #d8d8d8; text-align: center; margin-top: 12px;
}
.app-pill {
  width: 100%; padding: 15px 0; border-radius: 999px; background: transparent;
  border: 1.5px solid var(--white); color: var(--white); cursor: pointer;
  font-family: var(--app-disp); font-weight: 500; font-size: 14px; letter-spacing: .14em;
  position: relative; text-transform: uppercase;
}
.app-pill .pill-chev { position: absolute; right: 20px; color: var(--app-coral); }
.app-pill:hover { background: rgba(255,255,255,.08); }
.app-pill.solid { background: #1c1c1c; border-color: #1c1c1c; color: var(--white); margin-top: 22px; }
.app-pill.solid:hover { background: #000; }
.app-pill.outline-dark { border-color: #1c1c1c; color: #1c1c1c; margin-top: 16px; }
.app-pill.outline-dark .pill-chev { color: var(--app-coral); }
.app-fine { font-size: 10.5px; color: #9a9a9a; text-align: center; line-height: 1.5; }
.app-fine.dark { color: #8a8a86; margin-top: 14px; }

/* --- screen 1: key entry (welcome-screen style) --- */
.s-key { background: linear-gradient(160deg, #2a2523 0%, #171514 45%, #0e0d0c 100%); padding: 56px 26px 40px; }
.app-progress { display: flex; gap: 8px; justify-content: center; margin-bottom: 10px; }
.app-progress .seg { width: 52px; height: 3px; background: #4a4a4a; border-radius: 2px; }
.app-progress .seg.on { background: var(--app-coral); }
.key-center { margin: auto 0; display: flex; flex-direction: column; justify-content: center; flex: 1; }
.scr-keyfield {
  margin: 34px 6px 0; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.28);
  border-radius: 14px; padding: 16px 18px;
}
.scr-keyfield.filled { border-color: var(--app-coral); }
.scr-keylabel { display: block; font-family: var(--app-disp); font-size: 9px; letter-spacing: .22em; color: #b5b5b5; }
.scr-keydigits { display: block; font-size: 21px; letter-spacing: .2em; color: var(--white); margin-top: 8px; min-height: 28px; font-weight: 500; }
.scr-keydigits .caret { animation: blink 1s step-end infinite; color: var(--app-coral); }
@keyframes blink { 50% { opacity: 0; } }
.key-actions { display: grid; gap: 14px; }

/* --- screen 2: home (real Athlo home layout) --- */
.s-hub { background: var(--app-dark); }
.app-darkhead { padding: 52px 20px 18px; background: linear-gradient(150deg, #232120, #121212 70%); }
.app-darkhead.slim { padding: 52px 20px 14px; }
.app-locpill {
  margin: 0 auto 18px; width: fit-content; background: rgba(255,255,255,.1);
  border-radius: 999px; padding: 8px 18px; color: var(--white); font-size: 12.5px; font-weight: 500;
}
.loc-pin { font-size: 11px; } .loc-caret { color: var(--app-coral); }
.app-greet { color: var(--white); font-size: 20px; font-weight: 700; }
.app-greet.small { font-size: 17px; }
.app-greet-sub { color: #d0d0d0; font-size: 13px; margin-top: 2px; }
.app-light { background: var(--app-light); flex: 1; padding: 18px 16px 12px; overflow: hidden; }
.app-light.full { padding-top: 60px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.app-sec-title { color: #1c1c1c; font-size: 15.5px; font-weight: 700; margin: 6px 2px 10px; }
.app-sec-title .sec-chev { color: #1c1c1c; font-weight: 400; }
.app-offercard {
  background: var(--white); border-radius: 16px; padding: 12px; display: flex; gap: 12px; align-items: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.05); margin-bottom: 14px;
}
.app-offercard-img { width: 76px; height: 46px; object-fit: cover; border-radius: 8px; }
.app-offercard-title { font-size: 12.5px; font-weight: 700; color: #1c1c1c; }
.app-offercard-sub { font-size: 11px; color: #6b6b67; margin-top: 2px; line-height: 1.45; }
.app-venues { display: grid; gap: 10px; }
.app-venuecard {
  display: flex; text-align: left; background: var(--white); border: 0; border-radius: 18px;
  cursor: pointer; padding: 0; font-family: var(--app-body);
  box-shadow: 0 2px 8px rgba(0,0,0,.05); position: relative;
}
.app-venuecard:hover { box-shadow: 0 6px 16px rgba(0,0,0,.12); }
.vc-media { width: 86px; border-radius: 18px 0 0 18px; position: relative; flex-shrink: 0; }
.vc-media.tall { width: 110px; }
.vc1 { background: linear-gradient(160deg, #64080f, #a3000d); }
.vc2 { background: linear-gradient(160deg, #2b2d31, #4a4d52); }
.vc3 { background: linear-gradient(160deg, #2c4a35, #4d7a5c); }
.vc4 { background: linear-gradient(160deg, #1e1e1e, #3a3a3a); }
.vc-logo {
  position: absolute; top: 50%; right: -18px; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%; background: var(--white);
  border: 2px solid var(--white); display: flex; align-items: center; justify-content: center;
  overflow: hidden; box-shadow: 0 2px 6px rgba(0,0,0,.2); z-index: 2;
}
.vc-logo.dark { background: #111; }
.vc-logo.big { width: 54px; height: 54px; right: -22px; }
.vc-logo img { max-width: 70%; max-height: 55%; object-fit: contain; }
.vc-logo img.badge-full { max-width: 100%; max-height: 100%; width: 100%; height: 100%; object-fit: cover; }
.vc-body { padding: 12px 12px 12px 30px; flex: 1; display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.vc-name {
  font-family: var(--app-disp); font-weight: 500; font-size: 14px; letter-spacing: .03em;
  color: #1c1c1c; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.vc-name.big { font-size: 20px; }
.vc-row { font-size: 10.5px; color: #6b6b67; }
.vc-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 5px; gap: 6px; }
.vc-pill {
  background: var(--app-green-bg); color: var(--app-green); font-size: 9.5px; font-weight: 600;
  padding: 4px 8px; border-radius: 6px; white-space: nowrap;
}
.vc-price { font-size: 13px; font-weight: 700; color: #1c1c1c; white-space: nowrap; }
.vc-price s { color: #a0a09b; font-weight: 400; font-size: 10.5px; margin-left: 3px; }
.vc-price.free { color: var(--red); }
.app-venuecard.hero-deal { outline: 2px solid var(--red); outline-offset: -2px; }

/* --- tab bar (real app: Home Search Sell Bookings Profile) --- */
.app-tabbar {
  background: #000; display: flex; justify-content: space-around; align-items: center;
  padding: 12px 8px 22px; gap: 2px;
}
.app-tabbar .tab {
  color: #cfcfcf; font-size: 15px; display: flex; flex-direction: column; align-items: center; gap: 3px;
  min-width: 52px; font-size: 15px;
}
.app-tabbar .tab em { font-style: normal; font-size: 10px; font-weight: 500; }
.app-tabbar .tab:first-child { font-size: 10px; font-weight: 500; gap: 4px; }
.app-tabbar .tab.active, .app-tabbar .tab.active em { color: var(--app-coral); }
.tab-mark { height: 15px; width: auto; opacity: .95; }
.app-tabbar .tab.active .tab-mark { filter: invert(48%) sepia(64%) saturate(2374%) hue-rotate(340deg) brightness(99%) contrast(90%); }

/* --- screen 3: booking --- */
.s-book { background: var(--app-dark); }
.scr-back { color: #d0d0d0; font-size: 13px; cursor: pointer; margin-bottom: 8px; }
.scr-back:hover { color: var(--white); }
.app-bookcard {
  background: var(--white); border-radius: 18px; display: flex;
  box-shadow: 0 2px 8px rgba(0,0,0,.05); min-height: 190px;
}
.app-bookcard .vc-media { border-radius: 18px 0 0 18px; }
.bookcard-body { padding: 18px 16px 18px 40px; display: flex; flex-direction: column; gap: 5px; }
.book-price { display: flex; align-items: baseline; gap: 8px; margin: 10px 0 8px; flex-wrap: wrap; }
.bp-was { color: #a0a09b; text-decoration: line-through; font-size: 13px; }
.bp-now { color: #1c1c1c; font-size: 24px; font-weight: 700; }
.bp-badge { background: var(--red); color: var(--white); font-size: 10px; font-weight: 600; padding: 4px 8px; border-radius: 6px; }
.bookcard-body .vc-pill { width: fit-content; }

/* --- screen 4: done --- */
.s-done { background: var(--app-light); }
.scr-done-check {
  width: 62px; height: 62px; border-radius: 50%; background: var(--app-green); color: var(--white);
  font-size: 28px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.done-sub { color: #6b6b67; font-size: 13px; line-height: 1.6; margin-top: 10px; }
.scr-qr { width: 148px; height: 148px; background: var(--white); border-radius: 16px; margin: 22px 0 12px; padding: 13px; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.qr-img { width: 100%; height: 100%; display: block; image-rendering: pixelated; }
.s-done .app-pill { width: calc(100% - 12px); }

/* ---------- tiers ---------- */
.tiers { background: var(--white); padding: 80px 0 90px; }
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.tier-card { border: 1px solid var(--line); padding: 30px 28px 34px; background: var(--white); }
.tier-card.tier-top { border-top: 5px solid var(--red); }
.tier-name { font-size: 19px; font-weight: 500; color: var(--ink); }
.tier-list { list-style: none; margin-top: 16px; display: grid; gap: 10px; }
.tier-list li { font-size: 15px; color: var(--ink-soft); padding-left: 18px; position: relative; }
.tier-list li::before { content: "›"; position: absolute; left: 0; color: var(--red); font-weight: 700; }

/* ---------- close band + footer ---------- */
.closeband { background: var(--red); color: var(--white); padding: 60px 0; }
.close-grid { display: grid; grid-template-columns: 1.5fr auto; gap: 40px; align-items: center; }
.closeband h2 { color: var(--white); font-weight: 300; }
.closeband p { margin-top: 12px; font-size: 16px; color: #ffd6d9; }
.close-cta {
  display: inline-block; background: var(--white); color: var(--ink); text-decoration: none;
  padding: 15px 30px; font-weight: 500; font-size: 16px; white-space: nowrap;
}
.close-cta:hover { background: #f0f0f0; }

.foot { background: var(--black); color: #b9bdc3; padding: 44px 0 52px; }
.foot-grid { display: grid; gap: 26px; }
.foot .logo-hsbc { height: 22px; }
.foot .logo-athlo { height: 28px; }
.foot p { font-size: 13px; line-height: 1.7; max-width: 820px; }
.foot strong { color: var(--white); font-weight: 500; }

/* scroll reveals */
.sr { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.sr.vis { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .topnav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 56px 30px; margin-left: 0; }
  .hero-panel { align-items: center; }
  .utilbar-left { display: none; }
}
@media (max-width: 1020px) {
  .demo-grid { grid-template-columns: 1fr; }
  .offer-grid, .why-grid, .how-grid, .tier-grid { grid-template-columns: 1fr 1fr; }
  .dotm-grid { grid-template-columns: 1fr; }
  .close-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .topbar { padding: 12px 20px; }
  .wrap { padding: 0 20px; }
  .offer-grid, .why-grid, .how-grid, .tier-grid { grid-template-columns: 1fr; }
  .keyrow { flex-direction: column; }
  #unlock-btn { padding: 14px 0; }
  .phone { width: 320px; height: 680px; }
}


/* provisioned welcome card (screen 1) */
.provision-card {
  margin: 34px 6px 0; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.3);
  border-radius: 14px; padding: 16px 18px; display: flex; gap: 12px; align-items: center;
}
.pc-check {
  width: 30px; height: 30px; border-radius: 50%; background: var(--app-green); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0;
}
.pc-txt { color: #d8d8d8; font-size: 12px; line-height: 1.5; }
.pc-txt strong { color: #fff; font-size: 13px; }

/* name-at-the-door card (done screen) */
.name-card {
  width: calc(100% - 12px); background: var(--white); border-radius: 16px; padding: 18px 16px;
  margin: 20px 0 14px; box-shadow: 0 2px 8px rgba(0,0,0,.06); text-align: center;
}
.nc-label { font-family: var(--app-disp); font-size: 9px; letter-spacing: .2em; color: #6b6b67; }
.nc-name { font-family: var(--app-disp); font-weight: 500; font-size: 26px; color: #1c1c1c; margin-top: 6px; text-transform: uppercase; }
.nc-note { font-size: 10.5px; color: #6b6b67; margin-top: 6px; }


/* ---------- hero flip: card -> download the app ---------- */
.flip { perspective: 1400px; width: 100%; max-width: 460px; }
.flip-inner {
  display: grid; width: 100%;
  transform-style: preserve-3d; transition: transform .9s cubic-bezier(.4,.1,.2,1);
}
.flip.flipped .flip-inner { transform: rotateY(180deg); }
.flip-face { grid-area: 1 / 1; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.flip-front { display: flex; flex-direction: column; align-items: center; gap: 20px; justify-content: center; }
.flip-back {
  transform: rotateY(180deg);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.dl-title { font-size: 19px; font-weight: 500; color: var(--ink); margin-top: 14px; }
.badge-row { display: flex; gap: 12px; margin-top: 14px; align-items: center; }

/* mini phone inside the flip back */
.mini-phone-wrap { height: 470px; width: 240px; overflow: hidden; }
.phone.mini {
  transform: scale(0.64); transform-origin: top center;
  margin-left: -55px; pointer-events: none;
}
.phone.mini .screen { display: flex; animation: none; }
