/* ============================================================
   ClubBaas — Enhancements pack
   #1 Date-check  #2 Sticky bar  #3 Exit pop  #4 Live ticker
   #5 WhatsApp FAB  #6 Compare table  #9 Calendar  #11 Photo grid
   #12 Before/after  #13 Opbouw timeline  #15 Night mode
   #16 Google reviews  #21 AI planner  #26 Counter  #27 Cities marquee
   #28 CTA variants
   ============================================================ */

/* ---------- #1 Date check panel (hero) ---------- */
.cb-datecheck {
  margin-top: 28px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 16px;
  display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 10px;
  max-width: 560px;
}
.cb-datecheck label { display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--cb-acid); margin-bottom: 6px; }
.cb-datecheck input, .cb-datecheck select {
  width: 100%; padding: 12px 12px; border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.16); background: rgba(11,11,15,0.55);
  color: var(--cb-bone); font-family: var(--font-body); font-size: 15px;
  font-weight: 600;
}
.cb-datecheck input::-webkit-calendar-picker-indicator { filter: invert(1) opacity(.7); }
.cb-datecheck button { align-self: flex-end; height: 46px; padding: 0 20px; font-size: 14px; font-weight: 700; }
.cb-datecheck__result { grid-column: 1 / -1; margin-top: 4px; padding: 10px 12px; border-radius: 6px; font-size: 13px; display: flex; align-items: center; gap: 8px; }
.cb-datecheck__result.is-ok    { background: rgba(216,255,61,0.14); color: var(--cb-acid); border: 1px solid rgba(216,255,61,0.3); }
.cb-datecheck__result.is-busy  { background: rgba(255,106,26,0.16); color: #FFB388; border: 1px solid rgba(255,106,26,0.35); }
.cb-datecheck__result.is-full  { background: rgba(251,77,10,0.18); color: #FF8A4D; border: 1px solid rgba(251,77,10,0.4); }
.cb-datecheck__dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; animation: cb-pulse 1.6s infinite; }
@keyframes cb-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(1.4); } }

/* ---------- #2 Sticky book bar ---------- */
.cb-stickybar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: var(--cb-onyx); color: var(--cb-bone);
  border-top: 1px solid rgba(255,255,255,0.08);
  transform: translateY(110%); transition: transform .35s var(--ease-out);
  box-shadow: 0 -16px 40px rgba(0,0,0,.4);
}
.cb-stickybar.is-visible { transform: translateY(0); }
.cb-stickybar__inner { max-width: var(--container); margin: 0 auto; padding: 12px clamp(20px, 4vw, 64px); display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.cb-stickybar__price { display: flex; flex-direction: column; line-height: 1.1; }
.cb-stickybar__price strong { font-family: var(--font-display); font-size: 28px; color: var(--cb-acid); }
.cb-stickybar__price span { font-size: 11px; color: #B8B3A8; letter-spacing: .08em; text-transform: uppercase; }
.cb-stickybar__meta { display: flex; gap: 18px; font-size: 13px; color: #B8B3A8; }
.cb-stickybar__meta strong { color: var(--cb-bone); font-weight: 600; }
.cb-stickybar .cb-btn { margin-left: auto; }
.cb-stickybar__close { background: transparent; border: 0; color: #7C7872; cursor: pointer; font-size: 18px; padding: 4px 8px; }

/* ---------- #3 Exit intent pop ---------- */
.cb-popover-overlay {
  position: fixed; inset: 0; background: rgba(11,11,15,0.72); backdrop-filter: blur(8px);
  z-index: 100; display: flex; align-items: center; justify-content: center;
  animation: cb-fade .25s ease-out;
}
@keyframes cb-fade { from { opacity: 0; } to { opacity: 1; } }
.cb-popover {
  background: var(--cb-paper); color: var(--fg-1);
  border-radius: 16px; padding: 40px; max-width: 460px; width: calc(100% - 32px);
  position: relative; box-shadow: var(--shadow-lg);
  animation: cb-pop .35s var(--ease-out);
  border: 3px solid var(--cb-onyx);
}
@keyframes cb-pop { from { transform: scale(.92) translateY(20px); opacity: 0; } to { transform: scale(1) translateY(0); opacity: 1; } }
.cb-popover__close { position: absolute; top: 12px; right: 12px; background: transparent; border: 0; font-size: 24px; cursor: pointer; color: var(--fg-3); }
.cb-popover__close:hover { color: var(--fg-1); }
.cb-popover .eyebrow { color: var(--cb-magenta); margin-bottom: 12px; }
.cb-popover h3 { font-family: var(--font-display); font-size: 40px; line-height: .95; text-transform: uppercase; margin: 0 0 12px; }
.cb-popover p { color: var(--fg-2); margin: 0 0 20px; }
.cb-popover__code { display: inline-flex; align-items: center; gap: 8px; background: var(--cb-onyx); color: var(--cb-acid); font-family: var(--font-mono); font-size: 18px; font-weight: 700; padding: 12px 18px; border-radius: 8px; letter-spacing: .12em; }
.cb-popover__code button { background: rgba(216,255,61,.15); color: var(--cb-acid); border: 0; padding: 6px 10px; border-radius: 4px; cursor: pointer; font-size: 11px; font-weight: 700; }
.cb-popover small { display: block; margin-top: 16px; color: var(--fg-3); }

/* ---------- #4 Live ticker ---------- */
.cb-liveticker { background: var(--cb-onyx); color: var(--cb-bone); border-bottom: 1px solid rgba(255,255,255,0.06); padding: 10px clamp(20px, 4vw, 64px); display: flex; align-items: center; gap: 14px; overflow: hidden; }
.cb-liveticker__pulse { display: inline-flex; align-items: center; gap: 6px; background: rgba(216,255,61,0.12); color: var(--cb-acid); padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; flex-shrink: 0; }
.cb-liveticker__pulse::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--cb-acid); animation: cb-pulse 1.4s infinite; }
.cb-liveticker__feed { flex: 1; overflow: hidden; position: relative; height: 22px; }
.cb-liveticker__row { position: absolute; inset: 0; display: flex; align-items: center; transition: transform .55s var(--ease-out), opacity .35s; font-size: 13px; color: #B8B3A8; }
.cb-liveticker__row strong { color: var(--cb-bone); font-weight: 600; }
.cb-liveticker__row em { color: var(--cb-magenta); font-style: normal; font-weight: 600; }
@keyframes cb-tick-in { from { transform: translateY(8px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

/* ---------- #5 WhatsApp FAB ---------- */
.cb-wa-fab { position: fixed; right: 20px; bottom: 80px; z-index: 55; width: 60px; height: 60px; border-radius: 50%; background: #25D366; color: white; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 28px rgba(37,211,102,0.45); cursor: pointer; border: 0; transition: transform .2s; }
.cb-wa-fab:hover { transform: scale(1.08); }
.cb-wa-fab svg { width: 30px; height: 30px; }
.cb-wa-fab__badge { position: absolute; top: -4px; right: -4px; min-width: 18px; height: 18px; padding: 0 4px; background: var(--cb-magenta); color: white; font-size: 10px; font-weight: 800; border-radius: 999px; display: flex; align-items: center; justify-content: center; border: 2px solid white; }
.cb-wa-fab__tip { position: absolute; right: calc(100% + 12px); top: 50%; transform: translateY(-50%); background: var(--cb-onyx); color: var(--cb-bone); padding: 8px 14px; border-radius: 8px; white-space: nowrap; font-size: 13px; font-weight: 500; opacity: 0; pointer-events: none; transition: opacity .2s; }
.cb-wa-fab:hover .cb-wa-fab__tip { opacity: 1; }

/* ---------- #6 Compare table ---------- */
.cb-compare { max-width: 1280px; margin: 0 auto; background: white; border: 1px solid var(--cb-warm-line); border-radius: 12px; overflow: hidden; }
.cb-compare table { width: 100%; border-collapse: collapse; }
.cb-compare th, .cb-compare td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--cb-warm-line); font-size: 14px; vertical-align: middle; }
.cb-compare th { background: var(--cb-paper); font-family: var(--font-accent); font-weight: 700; font-size: 15px; }
.cb-compare thead th { font-family: var(--font-display); font-size: 22px; text-transform: uppercase; letter-spacing: -.01em; text-align: center; }
.cb-compare thead th.is-featured { background: var(--cb-onyx); color: var(--cb-acid); position: relative; }
.cb-compare thead th.is-featured::after { content: 'Meest gekozen'; position: absolute; top: 6px; left: 0; right: 0; text-align: center; font-family: var(--font-body); font-size: 9px; letter-spacing: .12em; color: var(--cb-magenta); }
.cb-compare tbody td { text-align: center; }
.cb-compare tbody td:first-child { text-align: left; color: var(--fg-2); }
.cb-compare tbody tr:hover { background: var(--cb-paper); }
.cb-compare td.is-featured { background: rgba(216,255,61,0.05); }
.cb-compare .yes { color: var(--cb-magenta); font-size: 20px; font-weight: 700; }
.cb-compare .no { color: var(--cb-warm-line); font-size: 20px; }
.cb-compare tfoot td { padding: 24px; text-align: center; background: var(--cb-paper); }
.cb-compare tfoot td .cb-btn { width: 100%; justify-content: center; }
.cb-compare__price { font-family: var(--font-display); font-size: 36px; color: var(--cb-onyx); line-height: 1; }
.cb-compare__price small { font-family: var(--font-body); font-size: 12px; color: var(--fg-3); font-weight: 400; }

/* ---------- #9 Calendar ---------- */
.cb-calendar { max-width: 760px; margin: 0 auto; background: white; border: 1px solid var(--cb-warm-line); border-radius: 12px; padding: 24px; }
.cb-calendar__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.cb-calendar__head h3 { font-family: var(--font-display); font-size: 28px; text-transform: uppercase; margin: 0; }
.cb-calendar__nav { display: flex; gap: 8px; }
.cb-calendar__nav button { width: 36px; height: 36px; border-radius: 8px; background: var(--cb-paper); border: 1px solid var(--cb-warm-line); cursor: pointer; font-size: 16px; }
.cb-calendar__nav button:hover { background: var(--cb-onyx); color: var(--cb-bone); }
.cb-calendar__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cb-calendar__dow { padding: 8px; text-align: center; font-size: 10px; font-weight: 700; letter-spacing: .08em; color: var(--fg-3); text-transform: uppercase; }
.cb-calendar__day { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border-radius: 6px; font-size: 14px; font-weight: 500; cursor: pointer; position: relative; transition: transform .15s; }
.cb-calendar__day:hover { transform: scale(1.08); }
.cb-calendar__day.is-empty { cursor: default; }
.cb-calendar__day.is-past { color: var(--cb-warm-line); cursor: default; }
.cb-calendar__day.is-free { background: rgba(216,255,61,0.18); color: #5a7d00; }
.cb-calendar__day.is-busy { background: rgba(255,106,26,0.18); color: var(--cb-strap-700); }
.cb-calendar__day.is-full { background: rgba(251,77,10,0.16); color: var(--cb-magenta-700); text-decoration: line-through; cursor: not-allowed; }
.cb-calendar__day.is-selected { outline: 2px solid var(--cb-onyx); outline-offset: 2px; background: var(--cb-onyx); color: var(--cb-acid); }
.cb-calendar__legend { display: flex; gap: 18px; margin-top: 18px; font-size: 12px; color: var(--fg-3); flex-wrap: wrap; }
.cb-calendar__legend span { display: inline-flex; align-items: center; gap: 6px; }
.cb-calendar__legend i { width: 10px; height: 10px; border-radius: 3px; display: inline-block; }

/* ---------- #11 Photo product grid ---------- */
.cb-products--photo .cb-product { padding: 0; overflow: hidden; }
.cb-products--photo .cb-product__photo { width: 100%; aspect-ratio: 4/3; overflow: hidden; position: relative; }
.cb-products--photo .cb-product__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease-out); }
.cb-products--photo .cb-product:hover .cb-product__photo img { transform: scale(1.08); }
.cb-products--photo .cb-product__photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(11,11,15,.7)); }
.cb-products--photo .cb-product__photo .cb-product__label { position: absolute; left: 14px; right: 14px; bottom: 12px; color: var(--cb-bone); z-index: 2; }
.cb-products--photo .cb-product__photo .cb-product__label h4 { color: white; margin: 0 0 2px; font-size: 16px; }
.cb-products--photo .cb-product__photo .cb-product__label small { color: rgba(255,255,255,0.7); font-size: 12px; }
.cb-products--photo .cb-product__photo .cb-product__mini { position: absolute; top: 12px; left: 12px; background: rgba(11,11,15,0.6); backdrop-filter: blur(6px); width: 32px; height: 32px; border-radius: 6px; display: flex; align-items: center; justify-content: center; z-index: 2; }
.cb-products--photo .cb-product__photo .cb-product__mini img { width: 18px; height: 18px; filter: invert(1); }

/* ---------- #12 Before/after ---------- */
.cb-beforeafter { position: relative; max-width: 1280px; margin: 0 auto; aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; cursor: ew-resize; user-select: none; box-shadow: var(--shadow-lg); }
.cb-beforeafter img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.cb-beforeafter__after-wrap { position: absolute; inset: 0; overflow: hidden; }
.cb-beforeafter__handle { position: absolute; top: 0; bottom: 0; width: 4px; background: white; box-shadow: 0 0 12px rgba(0,0,0,.4); pointer-events: none; }
.cb-beforeafter__handle::after { content: '↔'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 44px; height: 44px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--cb-onyx); font-weight: 700; box-shadow: 0 4px 12px rgba(0,0,0,.3); }
.cb-beforeafter__label { position: absolute; top: 16px; padding: 6px 12px; background: rgba(11,11,15,0.7); color: var(--cb-bone); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border-radius: 6px; backdrop-filter: blur(8px); }
.cb-beforeafter__label--before { left: 16px; }
.cb-beforeafter__label--after { right: 16px; background: var(--cb-magenta); color: white; }

/* ---------- #13 Opbouw timeline ---------- */
.cb-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; max-width: 1280px; margin: 0 auto; }
.cb-timeline::before { content: ''; position: absolute; top: 60px; left: 12.5%; right: 12.5%; height: 2px; background: repeating-linear-gradient(90deg, var(--cb-magenta) 0 6px, transparent 6px 12px); z-index: 0; }
.cb-timeline__step { position: relative; padding: 0 12px; text-align: center; z-index: 1; }
.cb-timeline__frame { width: 120px; height: 120px; margin: 0 auto 18px; border-radius: 50%; background: var(--cb-onyx); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; border: 4px solid var(--cb-bone); box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.cb-timeline__frame img { width: 100%; height: 100%; object-fit: cover; }
.cb-timeline__frame svg { width: 56px; height: 56px; color: var(--cb-acid); }
.cb-timeline__time { font-family: var(--font-display); font-size: 28px; color: var(--cb-magenta); line-height: 1; margin-bottom: 6px; }
.cb-timeline__step h4 { font-size: 16px; margin: 0 0 4px; }
.cb-timeline__step small { color: var(--fg-3); font-size: 13px; }

/* ---------- #15 Night mode ---------- */
body.cb-night { background: #050507; }
body.cb-night .cb-section { background: transparent; color: var(--cb-bone); }
body.cb-night .cb-section--bone { background: #0F0F14; }
body.cb-night .cb-section--bone h2, body.cb-night .cb-section h2 { color: var(--cb-bone); }
body.cb-night .cb-section__head p { color: #B8B3A8; }
body.cb-night .cb-product { background: #14141B; border-color: #25252F; color: var(--cb-bone); }
body.cb-night .cb-product h4 { color: var(--cb-bone); }
body.cb-night .cb-step { border-top-color: var(--cb-magenta); }
body.cb-night .cb-step h4 { color: var(--cb-bone); }
body.cb-night .cb-review { background: #14141B; border-color: #25252F; color: var(--cb-bone); }
body.cb-night .cb-review p { color: var(--cb-bone); }
body.cb-night .cb-compare { background: #14141B; border-color: #25252F; }
body.cb-night .cb-compare th, body.cb-night .cb-compare td { color: var(--cb-bone); border-bottom-color: #25252F; }
body.cb-night .cb-compare th { background: #1B1B22; }
body.cb-night .cb-compare tbody td:first-child { color: #B8B3A8; }
body.cb-night .cb-compare tfoot td { background: #1B1B22; }
body.cb-night .cb-calendar { background: #14141B; border-color: #25252F; color: var(--cb-bone); }
body.cb-night .cb-calendar__nav button { background: #1B1B22; border-color: #25252F; color: var(--cb-bone); }
body.cb-night .cb-popover { background: #14141B; color: var(--cb-bone); border-color: var(--cb-acid); }
body.cb-night .cb-popover p { color: #B8B3A8; }
.cb-nightbadge { position: fixed; top: 86px; right: 20px; z-index: 50; background: rgba(216,255,61,0.12); color: var(--cb-acid); border: 1px solid rgba(216,255,61,0.35); padding: 6px 12px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; display: flex; align-items: center; gap: 8px; }
.cb-nightbadge::before { content: ''; width: 8px; height: 8px; background: var(--cb-acid); border-radius: 50%; box-shadow: 0 0 8px var(--cb-acid); }

/* ---------- #16 Google reviews ---------- */
.cb-gr__head { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-bottom: 32px; }
.cb-gr__score { display: inline-flex; align-items: center; gap: 16px; padding: 14px 22px; background: white; border: 1px solid var(--cb-warm-line); border-radius: 999px; box-shadow: var(--shadow-sm); }
.cb-gr__google { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px; }
.cb-gr__google svg { width: 22px; height: 22px; }
.cb-gr__rating { font-family: var(--font-display); font-size: 30px; color: var(--cb-onyx); line-height: 1; }
.cb-gr__stars { color: #FBBC04; font-size: 16px; letter-spacing: 2px; }
.cb-gr__count { font-size: 12px; color: var(--fg-3); }
.cb-gr__card { background: white; border: 1px solid var(--cb-warm-line); border-radius: 12px; padding: 24px; display: flex; flex-direction: column; gap: 12px; transition: transform .25s; }
.cb-gr__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.cb-gr__author { display: flex; align-items: center; gap: 12px; }
.cb-gr__avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-accent); font-weight: 700; color: white; font-size: 16px; }
.cb-gr__author-info { display: flex; flex-direction: column; line-height: 1.2; }
.cb-gr__author-info strong { font-size: 14px; font-weight: 600; }
.cb-gr__author-info small { font-size: 11px; color: var(--fg-3); }
.cb-gr__stars-card { color: #FBBC04; font-size: 14px; letter-spacing: 1px; }
.cb-gr__text { color: var(--fg-2); font-size: 14px; line-height: 1.55; }
.cb-gr__verified { font-size: 11px; color: var(--fg-3); display: inline-flex; align-items: center; gap: 4px; }
.cb-gr__verified svg { width: 12px; height: 12px; color: var(--info); }

/* ---------- #21 AI planner ---------- */
.cb-planner { background: linear-gradient(135deg, var(--cb-plum) 0%, var(--cb-onyx) 100%); color: var(--cb-bone); max-width: none; margin: 0; padding: clamp(64px, 8vw, 128px) clamp(20px, 4vw, 64px); }
.cb-planner__inner { max-width: 920px; margin: 0 auto; }
.cb-planner__head { text-align: center; margin-bottom: 32px; }
.cb-planner__head .eyebrow { color: var(--cb-acid); }
.cb-planner__head h2 { font-family: var(--font-display); font-size: clamp(40px, 5vw, 72px); text-transform: uppercase; line-height: .95; margin: 12px 0; color: var(--cb-bone); }
.cb-planner__head p { color: #B8B3A8; font-size: 18px; max-width: 560px; margin: 0 auto; }
.cb-planner__chat { background: rgba(11,11,15,0.55); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 24px; }
.cb-planner__msgs { display: flex; flex-direction: column; gap: 14px; max-height: 380px; overflow-y: auto; margin-bottom: 16px; padding-right: 6px; }
.cb-planner__msgs::-webkit-scrollbar { width: 6px; }
.cb-planner__msgs::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.15); border-radius: 3px; }
.cb-planner__msg { display: flex; gap: 12px; max-width: 88%; }
.cb-planner__msg.is-user { align-self: flex-end; flex-direction: row-reverse; }
.cb-planner__msg-bubble { padding: 12px 16px; border-radius: 14px; font-size: 14px; line-height: 1.5; }
.cb-planner__msg.is-ai .cb-planner__msg-bubble { background: rgba(255,255,255,0.06); color: var(--cb-bone); border-top-left-radius: 4px; white-space: pre-wrap; }
.cb-planner__msg.is-user .cb-planner__msg-bubble { background: var(--cb-magenta); color: white; border-top-right-radius: 4px; }
.cb-planner__avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--cb-acid); color: var(--cb-onyx); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 14px; flex-shrink: 0; }
.cb-planner__msg.is-user .cb-planner__avatar { background: var(--cb-magenta); color: white; }
.cb-planner__input { display: flex; gap: 8px; }
.cb-planner__input input { flex: 1; padding: 14px 16px; border-radius: 10px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: var(--cb-bone); font-family: var(--font-body); font-size: 15px; }
.cb-planner__input input::placeholder { color: rgba(255,255,255,0.4); }
.cb-planner__input input:focus { outline: none; border-color: var(--cb-acid); }
.cb-planner__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.cb-planner__chip { background: rgba(255,255,255,0.06); color: var(--cb-bone); border: 1px solid rgba(255,255,255,0.12); padding: 7px 12px; border-radius: 999px; font-size: 12px; cursor: pointer; transition: all .15s; }
.cb-planner__chip:hover { background: var(--cb-acid); color: var(--cb-onyx); border-color: var(--cb-acid); }
.cb-planner__typing { display: inline-flex; gap: 4px; padding: 14px 18px; background: rgba(255,255,255,0.06); border-radius: 14px; border-top-left-radius: 4px; }
.cb-planner__typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--cb-acid); opacity: .4; animation: cb-typing 1.2s infinite; }
.cb-planner__typing span:nth-child(2) { animation-delay: .15s; }
.cb-planner__typing span:nth-child(3) { animation-delay: .3s; }
@keyframes cb-typing { 0%, 60%, 100% { opacity: .4; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }

/* ---------- #26 Counter animation ---------- */
.cb-counter { display: inline-block; font-variant-numeric: tabular-nums; }

/* ---------- #27 Cities marquee ---------- */
.cb-cities__city { display: inline-flex; align-items: center; gap: 8px; padding: 0 10px; }
.cb-cities__city .cb-cities__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cb-acid); box-shadow: 0 0 6px var(--cb-acid); }
.cb-cities__city em { font-style: normal; color: var(--cb-magenta); font-weight: 700; }
/* Override base marquee speed + sizing for cities */
.cb-cities-marquee { padding: 12px 0; }
.cb-cities-marquee .cb-marquee__track { animation-duration: 90s; font-size: 16px; font-family: var(--font-body); font-weight: 500; letter-spacing: 0; text-transform: none; gap: 32px; }
.cb-cities-marquee .cb-marquee__track > span { gap: 32px; }
