/* ============================================================
   BoostYourCampaign - qualify-then-book popup (byc-booking.js)
   Self-contained brand colors so it renders the same on every
   page (desktop + mobile), independent of per-page CSS vars.
   ============================================================ */
.bycbk-overlay {
  position: fixed; inset: 0; z-index: 100000;
  display: none; align-items: flex-start; justify-content: center;
  background: rgba(6, 11, 22, 0.72); backdrop-filter: blur(4px);
  overflow-y: auto; padding: 24px 16px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.bycbk-overlay.open { display: flex; }
.bycbk {
  position: relative; width: 100%; max-width: 560px; margin: auto;
  background: linear-gradient(180deg, #14223f 0%, #0c1730 100%);
  border: 1px solid rgba(255, 255, 255, 0.10); border-radius: 20px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.6);
  padding: 34px 32px 30px; color: #e8edf6;
}
.bycbk-close {
  position: absolute; top: 16px; right: 16px; width: 38px; height: 38px;
  border: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.07);
  color: #cdd6e6; cursor: pointer; display: grid; place-items: center; transition: background .2s;
}
.bycbk-close:hover { background: rgba(255, 255, 255, 0.14); }
.bycbk-avail {
  display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 600;
  color: #cdd6e6; margin-bottom: 14px;
}
.bycbk-avail .dot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 4px rgba(52,211,153,0.18); }
.bycbk h3 { font-size: 25px; line-height: 1.2; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 8px; color: #fff; }
.bycbk .sub { font-size: 15px; color: #aeb9cc; margin: 0 0 22px; line-height: 1.5; }
.bycbk-grad { background: linear-gradient(90deg, #F0707E, #FF8A4C, #FFB948); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* option buttons */
.bycbk-opts { display: grid; gap: 12px; }
.bycbk-opt {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  width: 100%; text-align: left; cursor: pointer;
  background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 138, 76, 0.22);
  border-radius: 13px; padding: 17px 18px; color: #dbe3f0; font-size: 16px; font-weight: 500;
  transition: background .2s, border-color .2s, transform .1s;
}
.bycbk-opt:hover { background: rgba(255, 138, 76, 0.10); border-color: rgba(255, 138, 76, 0.5); color: #fff; }
.bycbk-opt:active { transform: scale(0.99); }
.bycbk-opt svg { flex-shrink: 0; color: #FF8A4C; opacity: 0; transition: opacity .2s; }
.bycbk-opt:hover svg { opacity: 1; }

/* progress + back */
.bycbk-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.bycbk-dots { display: flex; gap: 7px; }
.bycbk-dots i { width: 26px; height: 4px; border-radius: 4px; background: rgba(255, 255, 255, 0.18); transition: all .3s; }
.bycbk-dots i.on { width: 40px; background: linear-gradient(90deg, #F0707E, #FF8A4C); }
.bycbk-dots i.done { background: rgba(255, 138, 76, 0.5); }
.bycbk-back { border: 0; background: rgba(255, 255, 255, 0.06); color: #FF8A4C; font-weight: 600; font-size: 14px; padding: 8px 14px; border-radius: 9px; cursor: pointer; }
.bycbk-back:hover { background: rgba(255, 255, 255, 0.12); }

/* details form */
.bycbk-field { margin-bottom: 14px; }
.bycbk-field label { display: block; font-size: 13px; font-weight: 600; color: #c4cee0; margin-bottom: 6px; }
.bycbk-field input, .bycbk-field textarea {
  width: 100%; box-sizing: border-box; background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 11px; padding: 13px 14px;
  color: #fff; font-size: 15px; font-family: inherit; transition: border-color .2s;
}
.bycbk-field input:focus, .bycbk-field textarea:focus { outline: none; border-color: #FF8A4C; }
.bycbk-field textarea { min-height: 84px; resize: vertical; }
.bycbk-cta {
  width: 100%; border: 0; cursor: pointer; margin-top: 6px;
  background: linear-gradient(90deg, #F0707E, #FF8A4C, #FFB948); color: #0A1428;
  font-weight: 800; font-size: 16px; padding: 16px 22px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; transition: filter .2s;
}
.bycbk-cta:hover { filter: brightness(1.05); }
.bycbk-note { font-size: 12.5px; color: #94a1b8; text-align: center; margin: 12px 0 0; }

/* calendly + states */
.bycbk-cal { min-width: 280px; height: 660px; border-radius: 12px; overflow: hidden; }
.bycbk-state { text-align: center; padding: 14px 4px 6px; }
.bycbk-state .ic { width: 72px; height: 72px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 138, 76, 0.12); border: 2px solid rgba(255, 138, 76, 0.3); color: #FF8A4C; }
.bycbk-state h3 { margin-bottom: 10px; }
.bycbk-state p { color: #aeb9cc; font-size: 15px; line-height: 1.55; margin: 0 auto 8px; max-width: 380px; }

@media (max-width: 600px) {
  .bycbk { padding: 28px 20px 24px; border-radius: 16px; }
  .bycbk h3 { font-size: 22px; }
  .bycbk-overlay { padding: 12px 10px; }
  .bycbk-cal { height: 620px; }
}
