/* LFG homepage booking widget - namespaced (lfgw-) so it can't collide with index.html styles. */
.lfgw-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.8); backdrop-filter: blur(3px); display: none; align-items: center; justify-content: center; z-index: 9999; padding: 20px; }
.lfgw-overlay.show { display: flex; }
.lfgw-modal { position: relative; background: #111; border: 1px solid rgba(153,153,102,0.3); max-width: 420px; width: 100%; padding: 34px 32px; font-family: 'Barlow', sans-serif; color: #fff; }
.lfgw-modal::before, .lfgw-modal::after { content: ''; position: absolute; width: 30px; height: 30px; pointer-events: none; }
.lfgw-modal::before { top: -1px; left: -1px; border-top: 2px solid #999966; border-left: 2px solid #999966; }
.lfgw-modal::after { bottom: -1px; right: -1px; border-bottom: 2px solid #999966; border-right: 2px solid #999966; }
.lfgw-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: #999966; margin-bottom: 10px; }
.lfgw-title { font-family: 'Barlow Condensed', sans-serif; font-size: 26px; font-weight: 800; text-transform: uppercase; line-height: 1; margin-bottom: 12px; color: #fff; }
.lfgw-text { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.55; margin-bottom: 18px; }
.lfgw-text b { color: #fff; }
.lfgw-seclabel { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 10px; }
.lfgw-secgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-bottom: 22px; }
.lfgw-sec { border: 1px solid rgba(255,255,255,0.08); background: #0c0c0c; padding: 13px 4px; text-align: center; cursor: pointer; transition: all .15s; }
.lfgw-sec:hover:not(.full) { border-color: #999966; }
.lfgw-sec.sel { border-color: #999966; background: rgba(153,153,102,0.15); }
.lfgw-sec.full { opacity: .35; cursor: not-allowed; }
.lfgw-sec .l { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 20px; line-height: 1; }
.lfgw-sec .n { font-size: 10px; color: rgba(255,255,255,0.45); margin-top: 4px; text-transform: uppercase; }
.lfgw-sec.sel .n { color: #999966; }
.lfgw-actions { display: flex; gap: 10px; }
.lfgw-btn { flex: 1; padding: 14px; border: none; cursor: pointer; font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: all .2s; }
.lfgw-btn-primary { background: #999966; color: #0A0A0A; }
.lfgw-btn-primary:hover { box-shadow: 0 0 26px rgba(153,153,102,0.35); }
.lfgw-btn-primary:disabled { opacity: .4; cursor: not-allowed; box-shadow: none; }
.lfgw-btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.12); }
.lfgw-btn-ghost:hover { border-color: #999966; color: #999966; }
.lfgw-opt { display: flex; gap: 10px; margin-bottom: 12px; }
.lfgw-toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); background: #111; border: 1px solid rgba(153,153,102,0.3); color: #fff; padding: 13px 22px; font-family: 'Barlow', sans-serif; font-size: 14px; z-index: 10000; display: none; }
.lfgw-toast.show { display: block; }
.lfgw-toast.err { border-color: rgba(220,80,80,0.4); color: #e58a8a; }
.bootcamp-date-card.lfgw-soldout { opacity: .4; }
.lfgw-acct-btn { display: inline-flex; align-items: center; gap: 6px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 13px; color: #999966; border: 1px solid rgba(153,153,102,0.45); padding: 9px 16px; text-decoration: none; transition: all .2s; white-space: nowrap; }
.lfgw-acct-btn:hover { background: rgba(153,153,102,0.14); color: #b9b984; }
.lfgw-success-icon { width: 58px; height: 58px; border-radius: 50%; border: 2px solid #999966; color: #999966; display: flex; align-items: center; justify-content: center; font-size: 30px; margin-bottom: 18px; }
.lfgw-error-icon { width: 58px; height: 58px; border-radius: 50%; border: 2px solid #e0655e; color: #e0655e; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 18px; }
.lfgw-success-meta { color: rgba(255,255,255,0.75); font-size: 15px; line-height: 1.6; margin-bottom: 8px; }
.lfgw-success-meta b { color: #999966; }
a.lfgw-btn { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }

/* Featured next-session card */
.lfgw-feat { border: 1px solid rgba(153,153,102,0.4); background: linear-gradient(135deg, rgba(153,153,102,0.10), rgba(17,17,17,0.3)); padding: 22px 24px; margin-bottom: 16px; }
.lfgw-feat-tag { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: #999966; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.lfgw-feat-tag::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #999966; box-shadow: 0 0 0 0 rgba(153,153,102,0.6); animation: lfgw-pulse 2s infinite; }
@keyframes lfgw-pulse { 0% { box-shadow: 0 0 0 0 rgba(153,153,102,0.5); } 70% { box-shadow: 0 0 0 8px rgba(153,153,102,0); } 100% { box-shadow: 0 0 0 0 rgba(153,153,102,0); } }
.lfgw-feat-date { font-family: 'Barlow Condensed', sans-serif; font-size: 34px; font-weight: 900; text-transform: uppercase; line-height: 1; color: #fff; }
.lfgw-feat-sub { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 6px; letter-spacing: .04em; }
.lfgw-feat-bar { height: 6px; background: #0c0c0c; border: 1px solid rgba(255,255,255,0.08); margin: 16px 0 10px; position: relative; overflow: hidden; }
.lfgw-feat-bar > i { position: absolute; top: 0; bottom: 0; left: 0; background: linear-gradient(90deg, #999966, #c5c58a); width: 0; transition: width .5s ease; }
.lfgw-feat-stats { font-size: 14px; color: rgba(255,255,255,0.6); letter-spacing: .02em; }
.lfgw-feat-stats b { color: #fff; }
.lfgw-feat-stats .urge { color: #999966; font-weight: 700; }
.lfgw-feat-stats .urge.hot { color: #e9b949; }
.lfgw-more-label { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin: 18px 0 12px; }

/* Package offer cards under the dates */
.lfgw-offers { margin-top: 22px; }
.lfgw-offers-h { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 12px; }
.lfgw-pkgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
/* Mobile: keep 3 across (horizontal), compacted so they fit without scrolling. */
@media (max-width: 560px) {
  .lfgw-pkgs { gap: 7px; }
  .lfgw-pkgcard { padding: 16px 5px 13px; }
  .lfgw-pkgcard .pk-badge { font-size: 7px; padding: 2px 5px; letter-spacing: .06em; top: -8px; }
  .lfgw-pkgcard .pk-credits { font-size: 25px; }
  .lfgw-pkgcard .pk-credits span { font-size: 8px; letter-spacing: .08em; }
  .lfgw-pkgcard .pk-anchor { font-size: 11px; margin-top: 9px; }
  .lfgw-pkgcard .pk-price { font-size: 17px; }
  .lfgw-pkgcard .pk-price small { font-size: 9px; }
  .lfgw-pkgcard .pk-per { display: none; }
  .lfgw-pkgcard .pk-buy { margin-top: 11px; padding: 9px 3px; font-size: 10px; letter-spacing: .04em; }
}
.lfgw-pkgcard { position: relative; border: 1px solid rgba(255,255,255,0.1); background: #0c0c0c; padding: 18px 14px 16px; text-align: center; cursor: pointer; transition: all .18s; }
.lfgw-pkgcard:hover { border-color: #999966; transform: translateY(-2px); }
.lfgw-pkgcard.pop { border-color: #999966; background: linear-gradient(160deg, rgba(153,153,102,0.12), #0c0c0c); }
.lfgw-pkgcard .pk-badge { position: absolute; top: -9px; left: 50%; transform: translateX(-50%); background: #999966; color: #0A0A0A; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; padding: 3px 10px; white-space: nowrap; }
.lfgw-pkgcard .pk-credits { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 30px; line-height: 1; color: #fff; }
.lfgw-pkgcard .pk-credits span { display: block; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-top: 3px; }
.lfgw-pkgcard .pk-anchor { color: rgba(255,255,255,0.4); font-size: 13px; margin-top: 12px; }
.lfgw-pkgcard .pk-anchor s { color: rgba(255,255,255,0.4); }
.lfgw-pkgcard .pk-price { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 24px; color: #999966; line-height: 1; margin-top: 2px; }
.lfgw-pkgcard .pk-price small { font-size: 12px; color: rgba(255,255,255,0.5); font-weight: 600; }
.lfgw-pkgcard .pk-per { font-size: 11px; color: rgba(255,255,255,0.45); margin-top: 6px; }
.lfgw-pkgcard .pk-buy { margin-top: 14px; width: 100%; padding: 10px; border: none; background: rgba(153,153,102,0.18); color: #c5c58a; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; cursor: pointer; transition: all .18s; }
.lfgw-pkgcard:hover .pk-buy, .lfgw-pkgcard.pop .pk-buy { background: #999966; color: #0A0A0A; }
.lfgw-single-note { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 12px; }
.lfgw-single-note b { color: rgba(255,255,255,0.7); }

/* Package upsell inside the booking modal */
.lfgw-upsell { border-top: 1px solid rgba(255,255,255,0.08); margin-top: 18px; padding-top: 14px; }
.lfgw-upsell-h { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #999966; margin-bottom: 10px; }
.lfgw-pack { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.lfgw-pack:last-child { border-bottom: none; }
.lfgw-pack .pinfo { font-size: 13px; color: rgba(255,255,255,0.8); }
.lfgw-pack .pinfo b { color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 15px; }
.lfgw-pack .pinfo s { color: rgba(255,255,255,0.4); margin-left: 4px; }
.lfgw-pack .pinfo .now { color: #999966; font-weight: 700; }
.lfgw-pack-buy { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; padding: 8px 14px; border: 1px solid rgba(153,153,102,0.5); background: transparent; color: #999966; cursor: pointer; white-space: nowrap; transition: all .18s; }
.lfgw-pack-buy:hover { background: #999966; color: #0A0A0A; }

/* ===== Promo input (in booking + package confirm modals) ===== */
.lfgw-promo { margin: 14px 0 18px; }
.lfgw-promo-toggle {
  background: none; border: none; padding: 0; cursor: pointer;
  font-family: 'Barlow Condensed', sans-serif; font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: #999966; border-bottom: 1px dashed rgba(153,153,102,0.4); padding-bottom: 2px;
  transition: color .2s, border-color .2s;
}
.lfgw-promo-toggle:hover { color: #fff; border-color: #fff; }
.lfgw-promo-field { display: flex; gap: 8px; }
.lfgw-promo-field input {
  flex: 1; min-width: 0;
  background: #0c0c0c; border: 1px solid rgba(255,255,255,0.12); color: #fff;
  font-family: 'Barlow Condensed', sans-serif; font-size: 15px; letter-spacing: .12em; text-transform: uppercase;
  padding: 11px 12px; outline: none;
  transition: border-color .2s;
}
.lfgw-promo-field input:focus { border-color: #999966; }
.lfgw-promo-apply {
  font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  padding: 0 18px; background: transparent; color: #999966;
  border: 1px solid rgba(153,153,102,0.5); cursor: pointer;
  transition: background .2s, color .2s;
}
.lfgw-promo-apply:hover { background: #999966; color: #0A0A0A; }
.lfgw-promo-apply:disabled { opacity: .5; cursor: wait; }
.lfgw-promo-msg { font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 8px; min-height: 14px; letter-spacing: .02em; }
.lfgw-promo-msg.err { color: #e58a8a; }

.lfgw-promo.applied .lfgw-promo-applied {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  background: rgba(153,153,102,0.10); border: 1px solid rgba(153,153,102,0.5);
  padding: 12px 14px; border-radius: 2px;
}
.lfgw-promo-applied .lpa-l {
  font-family: 'Barlow Condensed', sans-serif; font-size: 13px; letter-spacing: .08em;
  color: rgba(255,255,255,0.78);
}
.lfgw-promo-applied .lpa-l b { color: #fff; font-weight: 700; letter-spacing: .14em; }
.lfgw-promo-applied .lpa-r { font-size: 13px; color: #fff; display: flex; align-items: center; gap: 10px; }
.lfgw-promo-applied .lpa-r s { color: rgba(255,255,255,0.45); }
.lfgw-promo-applied .lpa-r b { color: #999966; font-family: 'Barlow Condensed', sans-serif; font-size: 15px; }
.lfgw-promo-x {
  background: none; border: none; color: rgba(255,255,255,0.5);
  font-size: 18px; line-height: 1; cursor: pointer; padding: 0 4px;
  transition: color .2s;
}
.lfgw-promo-x:hover { color: #e58a8a; }


/* Terms / waiver acknowledgement - shown inside every modal next to the action buttons */
.lfgw-terms {
  text-align: center;
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.04em;
  margin: 12px 0 0;
  line-height: 1.5;
}
.lfgw-terms-link {
  color: rgba(255,255,255,0.7);
  text-decoration: underline;
  text-decoration-color: rgba(153,153,102,0.45);
  text-underline-offset: 2px;
  transition: color .2s, text-decoration-color .2s;
}
.lfgw-terms-link:hover {
  color: #999966;
  text-decoration-color: #999966;
}

/* ===== Embedded Stripe checkout (payment window inside the modal) ===== */
.lfgw-modal.co { max-height: 92vh; overflow-y: auto; }
.lfgw-co-back {
  background: none; border: none; cursor: pointer; padding: 0; margin-bottom: 14px;
  display: inline-block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; font-size: 12px; color: rgba(255,255,255,0.5);
  transition: color .2s;
}
.lfgw-co-back:hover { color: #999966; }
.lfgw-checkout-mount { min-height: 300px; }
.lfgw-co-spin { display: flex; align-items: center; justify-content: center; gap: 11px; min-height: 260px; color: rgba(255,255,255,0.55); font-family: 'Barlow', sans-serif; font-size: 13px; letter-spacing: .03em; }
.lfgw-spinner { width: 20px; height: 20px; border: 2px solid rgba(153,153,102,0.25); border-top-color: #999966; border-radius: 50%; animation: lfgw-spin .7s linear infinite; flex: none; }
@keyframes lfgw-spin { to { transform: rotate(360deg); } }
