/*!
 * AuthifyMe Pay — Widget de prise de rendez-vous (v2)
 * Design premium : SVG, transitions fluides, photo, trust badges, testimonial
 */

/* Garde-fou : limite la taille des SVG inline sans dimensions explicites */
.bw-root svg { max-width: 100%; max-height: 24px; }

.bw-root {
  --bw-blue: #091a2a;
  --bw-blue-800: #0c2236;
  --bw-blue-100: #f2f4f7;
  --bw-gold: #c9a84c;
  --bw-gold-light: #e8d48b;
  --bw-gold-dark: #a8862f;
  --bw-gray: #6b7684;
  --bw-gray-light: #e6e3dc;
  --bw-bg: #fafaf7;
  --bw-white: #fff;
  --bw-red: #d64545;
  --bw-green: #1a6f3f;
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  color: var(--bw-blue);
}

/* ========== SECTION WRAP ========== */
.bw-section { background: var(--bw-white); padding: 5rem 2rem; }
.bw-container { max-width: 1120px; margin: 0 auto; }
.bw-header { text-align: center; margin-bottom: 3rem; }
.bw-tag {
  display: inline-block; font-size: .72rem; letter-spacing: .25em;
  text-transform: uppercase; color: var(--bw-gold); font-weight: 700;
  margin-bottom: 1rem;
}
.bw-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.6rem; font-weight: 900; line-height: 1.15;
  margin-bottom: 1rem; color: var(--bw-blue);
}
.bw-title em { font-style: normal; color: var(--bw-gold); }
.bw-subtitle {
  font-size: 1.05rem; color: var(--bw-gray);
  max-width: 600px; margin: 0 auto; line-height: 1.65;
}

/* ========== CARD ========== */
.bw-card {
  background: var(--bw-white); border-radius: 18px;
  box-shadow: 0 24px 60px rgba(9,26,42,.10), 0 2px 8px rgba(9,26,42,.04);
  border: 1px solid rgba(9,26,42,.06);
  overflow: hidden; max-width: 980px; margin: 0 auto;
}

/* ========== HEADER CARD (photo + trust) ========== */
.bw-card-head {
  padding: 2rem 2rem 1.5rem;
  background: linear-gradient(135deg, var(--bw-blue) 0%, var(--bw-blue-800) 100%);
  color: #fff;
  position: relative;
}
.bw-card-head-top {
  display: flex; align-items: center; gap: 1.2rem;
}
.bw-avatar {
  width: 72px; height: 72px; border-radius: 50%;
  background: linear-gradient(135deg, var(--bw-gold), var(--bw-gold-light));
  color: var(--bw-blue);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-weight: 900; font-size: 1.6rem;
  box-shadow: 0 6px 20px rgba(201,168,76,.4), 0 0 0 3px rgba(255,255,255,.15);
  flex-shrink: 0; position: relative; overflow: hidden;
}
.bw-avatar-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 20%;
  border-radius: 50%;
}
.bw-avatar-fallback {
  position: relative; z-index: 0;
}
.bw-head-text { flex: 1; min-width: 0; }
.bw-head-name {
  font-family: 'Playfair Display', serif; font-size: 1.4rem;
  font-weight: 900; margin-bottom: .2rem; letter-spacing: .01em;
}
.bw-head-sub {
  font-size: .82rem; color: rgba(255,255,255,.72); letter-spacing: .02em;
}
.bw-back {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: #fff; padding: .5rem 1rem; border-radius: 6px; cursor: pointer;
  font-family: inherit; font-size: .82rem; font-weight: 600;
  transition: background .2s; display: inline-flex; align-items: center; gap: .4rem;
}
.bw-back:hover { background: rgba(255,255,255,.2); }
.bw-back[hidden] { display: none; }

/* Trust pills (Sprint 2) */
.bw-trust-pills {
  display: flex; gap: .5rem; margin-top: 1rem; flex-wrap: wrap;
}
.bw-pill {
  display: inline-flex; align-items: center; gap: .35rem;
  background: rgba(201,168,76,.15); color: var(--bw-gold-light);
  border: 1px solid rgba(201,168,76,.35);
  padding: .3rem .7rem; border-radius: 20px;
  font-size: .7rem; font-weight: 600; letter-spacing: .03em;
}
.bw-pill svg { width: 12px; height: 12px; }

/* Compteur social */
.bw-social-count {
  position: absolute; top: 1.2rem; right: 1.2rem;
  background: rgba(26,111,63,.15); color: #8aecb0;
  border: 1px solid rgba(26,111,63,.4);
  padding: .35rem .75rem; border-radius: 20px;
  font-size: .72rem; font-weight: 600; letter-spacing: .02em;
  display: flex; align-items: center; gap: .35rem;
}
.bw-social-count::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: #8aecb0; animation: bwPulse 2s infinite;
}
@keyframes bwPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.3); }
}

/* ========== STEPPER ========== */
.bw-stepper {
  display: flex; justify-content: center; gap: .5rem;
  padding: 1.2rem 2rem; background: var(--bw-bg);
  border-bottom: 1px solid rgba(9,26,42,.06);
}
.bw-step {
  display: flex; align-items: center; gap: .5rem;
  padding: .4rem .9rem; border-radius: 20px;
  font-size: .78rem; font-weight: 600; letter-spacing: .02em;
  color: var(--bw-gray); background: transparent;
  border: 1px solid transparent; transition: all .25s ease;
}
.bw-step.active {
  color: var(--bw-blue); background: #fff; border-color: var(--bw-gold);
  box-shadow: 0 2px 6px rgba(9,26,42,.06);
}
.bw-step.done { color: var(--bw-green); }
.bw-step-num {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--bw-gray-light); color: var(--bw-gray);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: .7rem; font-weight: 700; transition: all .25s;
}
.bw-step.active .bw-step-num { background: var(--bw-gold); color: var(--bw-blue); }
.bw-step.done .bw-step-num { background: var(--bw-green); color: #fff; }

/* ========== BODY & ANIMATIONS ENTRE ÉTAPES ========== */
.bw-body {
  padding: 2.5rem 2rem; min-height: 420px;
  position: relative; overflow: hidden;
}
.bw-step-content {
  animation: bwSlideIn .35s cubic-bezier(.2,.9,.3,1.05);
}
@keyframes bwSlideIn {
  from { opacity: 0; transform: translateX(20px); }
  to   { opacity: 1; transform: translateX(0); }
}
.bw-step-content.back {
  animation: bwSlideInBack .35s cubic-bezier(.2,.9,.3,1.05);
}
@keyframes bwSlideInBack {
  from { opacity: 0; transform: translateX(-20px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ========== STEP 1 — Types ========== */
.bw-types {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.bw-type {
  text-align: left; background: var(--bw-bg);
  border: 2px solid transparent; border-radius: 12px;
  padding: 1.4rem 1.2rem; cursor: pointer; font-family: inherit;
  transition: all .25s cubic-bezier(.2,.9,.3,1.1);
  display: flex; flex-direction: column; gap: .55rem;
  position: relative; overflow: hidden;
}
.bw-type:hover {
  border-color: var(--bw-gold); transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(9,26,42,.10); background: #fff;
}
.bw-type-icon {
  width: 36px; height: 36px; color: var(--bw-gold);
  background: rgba(201,168,76,.12); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  transition: all .25s;
}
.bw-type-icon svg { width: 20px; height: 20px; }
.bw-type:hover .bw-type-icon {
  background: var(--bw-gold); color: var(--bw-blue);
  transform: rotate(-5deg) scale(1.08);
}
.bw-type-title {
  font-family: 'Playfair Display', serif; font-weight: 900;
  font-size: 1.05rem; color: var(--bw-blue); line-height: 1.25;
}
.bw-type-desc {
  font-size: .8rem; color: var(--bw-gray); line-height: 1.5; flex: 1;
}
.bw-type-duration {
  display: inline-flex; align-items: center; gap: .3rem;
  background: var(--bw-white); color: var(--bw-blue);
  font-size: .7rem; font-weight: 700; letter-spacing: .04em;
  padding: .25rem .6rem; border-radius: 4px;
  border: 1px solid var(--bw-gray-light); width: fit-content;
}
.bw-type-duration svg { width: 11px; height: 11px; }
/* Card urgente : bordure gauche or épaisse + badge */
.bw-type.urgent { border-left: 4px solid var(--bw-red); }
.bw-type.urgent .bw-type-icon { color: var(--bw-red); background: rgba(214,69,69,.12); }
.bw-type.urgent:hover .bw-type-icon { background: var(--bw-red); color: #fff; }
.bw-type.urgent::before {
  content: 'PRIORITAIRE'; position: absolute; top: 8px; right: -28px;
  background: var(--bw-red); color: #fff; font-size: .6rem;
  font-weight: 700; letter-spacing: .1em;
  padding: 2px 32px; transform: rotate(45deg);
}

/* ========== STEP 2 — Calendrier + créneaux ========== */
.bw-calendar-wrap {
  display: grid; grid-template-columns: 1.15fr 1fr;
  gap: 2rem; align-items: start;
}
.bw-calendar {
  background: var(--bw-bg); border-radius: 12px; padding: 1.5rem;
}
.bw-cal-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 1rem;
}
.bw-cal-month {
  font-family: 'Playfair Display', serif; font-size: 1.2rem;
  font-weight: 900; text-transform: capitalize; color: var(--bw-blue);
}
.bw-cal-nav { display: flex; gap: .4rem; }
.bw-cal-nav button {
  width: 32px; height: 32px; border-radius: 8px;
  border: 1px solid var(--bw-gray-light); background: #fff;
  color: var(--bw-blue); cursor: pointer;
  font-size: .9rem; font-weight: 700; transition: all .2s;
  display: flex; align-items: center; justify-content: center;
}
.bw-cal-nav button:hover:not(:disabled) {
  border-color: var(--bw-gold); background: var(--bw-gold); color: var(--bw-blue);
}
.bw-cal-nav button:disabled { opacity: .3; cursor: not-allowed; }
.bw-cal-tz {
  font-size: .7rem; color: var(--bw-gray);
  margin-bottom: .75rem; text-align: center;
  display: flex; align-items: center; justify-content: center; gap: .35rem;
}
.bw-cal-tz svg { width: 12px; height: 12px; flex-shrink: 0; }
.bw-cal-grid {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px;
}
.bw-cal-weekday {
  font-size: .7rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--bw-gray);
  text-align: center; padding: .4rem 0;
}
.bw-cal-day {
  aspect-ratio: 1; border-radius: 8px; background: transparent;
  border: 1px solid transparent; cursor: pointer;
  font-family: inherit; font-size: .88rem; font-weight: 600;
  color: var(--bw-blue); transition: all .15s;
  display: flex; align-items: center; justify-content: center;
  padding: 0;
}
.bw-cal-day.other { color: rgba(9,26,42,.15); cursor: default; }
.bw-cal-day.past, .bw-cal-day.closed {
  color: rgba(9,26,42,.2); cursor: not-allowed; background: transparent;
}
.bw-cal-day.available {
  background: rgba(201,168,76,.06);
}
.bw-cal-day.available:hover {
  background: var(--bw-gold-light); border-color: var(--bw-gold);
  transform: scale(1.08);
}
.bw-cal-day.today { font-weight: 900; box-shadow: inset 0 0 0 1.5px var(--bw-gold); }
.bw-cal-day.selected {
  background: var(--bw-blue); color: #fff; border-color: var(--bw-blue);
  box-shadow: 0 4px 12px rgba(9,26,42,.25);
}

/* Skeleton loader pendant chargement busy */
.bw-cal-day.loading {
  background: linear-gradient(90deg, var(--bw-gray-light) 0%, var(--bw-white) 50%, var(--bw-gray-light) 100%);
  background-size: 200% 100%;
  animation: bwShimmer 1.2s infinite;
  color: transparent; pointer-events: none;
}
@keyframes bwShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.bw-slots {
  background: var(--bw-white); border: 1px solid var(--bw-gray-light);
  border-radius: 12px; padding: 1.5rem;
  max-height: 380px; overflow-y: auto;
}
.bw-slots-title {
  font-size: .82rem; font-weight: 700; color: var(--bw-blue);
  margin-bottom: 1rem; text-transform: capitalize;
}
.bw-slots-empty {
  font-size: .88rem; color: var(--bw-gray);
  text-align: center; padding: 2rem 1rem;
  font-style: italic; line-height: 1.55;
}
.bw-next-slot {
  display: inline-block; margin-top: .8rem;
  background: var(--bw-gold); color: var(--bw-blue);
  padding: .5rem .9rem; border-radius: 6px;
  font-style: normal; font-weight: 700; font-size: .8rem;
  cursor: pointer; border: none; font-family: inherit;
}
.bw-next-slot:hover { background: var(--bw-gold-light); }
.bw-slots-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem;
}
.bw-slot {
  padding: .75rem .5rem;
  border: 1.5px solid var(--bw-gray-light);
  background: #fff; color: var(--bw-blue);
  border-radius: 8px; font-family: inherit;
  font-size: .9rem; font-weight: 700; cursor: pointer;
  transition: all .15s;
}
.bw-slot:hover {
  border-color: var(--bw-gold); background: var(--bw-gold-light);
  transform: translateY(-1px);
}
.bw-slot.selected {
  background: var(--bw-blue); color: #fff; border-color: var(--bw-blue);
  box-shadow: 0 4px 12px rgba(9,26,42,.2);
}

/* Testimonial (Sprint 2) */
.bw-testimonial {
  margin-top: 1.5rem; padding: 1.2rem 1.3rem;
  background: linear-gradient(135deg, rgba(201,168,76,.08), rgba(201,168,76,.02));
  border-left: 3px solid var(--bw-gold); border-radius: 8px;
  font-size: .85rem; line-height: 1.55; color: var(--bw-blue);
  font-style: italic; position: relative;
  transition: opacity .4s;
}
.bw-testimonial.fading { opacity: 0; }
.bw-testimonial-author {
  margin-top: .6rem; font-style: normal;
  font-size: .75rem; color: var(--bw-gray); font-weight: 600;
}
.bw-testimonial-author strong { color: var(--bw-blue); }

/* ========== STEP 3 — Formulaire ========== */
.bw-recap {
  background: var(--bw-bg); border-left: 3px solid var(--bw-gold);
  padding: 1rem 1.3rem; border-radius: 8px; margin-bottom: 1.8rem;
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
}
.bw-recap-icon {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--bw-blue); color: var(--bw-gold);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bw-recap-icon svg { width: 20px; height: 20px; }
.bw-recap-text { flex: 1; font-size: .92rem; line-height: 1.45; }
.bw-recap-text strong {
  display: block; font-size: 1rem; color: var(--bw-blue);
  text-transform: capitalize; margin-bottom: .1rem;
}
.bw-recap-text span { color: var(--bw-gray); font-size: .83rem; }
.bw-recap-change {
  background: transparent; border: 1px solid var(--bw-gray-light);
  color: var(--bw-gray); padding: .4rem .8rem; border-radius: 6px;
  font-family: inherit; font-size: .78rem; font-weight: 600; cursor: pointer;
}
.bw-recap-change:hover { border-color: var(--bw-gold); color: var(--bw-blue); }

.bw-form-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
.bw-field { display: flex; flex-direction: column; gap: .35rem; }
.bw-field.full { grid-column: 1 / -1; }
.bw-field label {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .08em;
  font-weight: 700; color: var(--bw-gray);
}
.bw-field label .req { color: var(--bw-red); }
.bw-field input,
.bw-field select,
.bw-field textarea {
  padding: .75rem .9rem;
  border: 1.5px solid var(--bw-gray-light); border-radius: 8px;
  font-family: inherit; font-size: .92rem;
  color: var(--bw-blue); background: #fff;
  transition: all .15s; resize: vertical;
}
.bw-field textarea { min-height: 90px; }
.bw-field input:focus,
.bw-field select:focus,
.bw-field textarea:focus {
  outline: none; border-color: var(--bw-gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,.15);
}
.bw-field.error input,
.bw-field.error select,
.bw-field.error textarea {
  border-color: var(--bw-red);
  box-shadow: 0 0 0 3px rgba(214,69,69,.12);
}
.bw-field-error {
  font-size: .72rem; color: var(--bw-red); font-weight: 600;
  display: none; margin-top: .15rem;
}
.bw-field.error .bw-field-error { display: block; }
.bw-field.ok input { border-color: var(--bw-green); }

.bw-mode { display: flex; gap: .8rem; margin-top: .2rem; }
.bw-mode label {
  flex: 1; display: flex; align-items: center; gap: .7rem;
  padding: .85rem 1rem; border: 1.5px solid var(--bw-gray-light);
  border-radius: 8px; cursor: pointer; transition: all .15s;
  background: #fff; font-size: .88rem; font-weight: 600;
  color: var(--bw-blue); text-transform: none; letter-spacing: 0;
}
.bw-mode label:hover { border-color: var(--bw-gold); }
.bw-mode input[type="radio"] { accent-color: var(--bw-gold); }
.bw-mode label:has(input:checked) {
  border-color: var(--bw-gold); background: rgba(201,168,76,.08);
}

/* RGPD checkbox */
.bw-gdpr {
  display: flex; align-items: flex-start; gap: .7rem;
  padding: .9rem 1rem;
  background: var(--bw-bg); border: 1px solid var(--bw-gray-light);
  border-radius: 8px; margin-top: 1rem;
  font-size: .82rem; line-height: 1.55; color: var(--bw-blue);
  cursor: pointer; transition: all .15s;
}
.bw-gdpr input[type="checkbox"] {
  width: 18px; height: 18px; margin-top: 2px;
  accent-color: var(--bw-gold); cursor: pointer;
}
.bw-gdpr a { color: var(--bw-blue); text-decoration: underline; font-weight: 600; }
.bw-gdpr.error { border-color: var(--bw-red); background: rgba(214,69,69,.05); }

/* Submit */
.bw-submit-row {
  display: flex; flex-direction: column; gap: 1rem; margin-top: 1.8rem;
}
.bw-submit {
  background: linear-gradient(135deg, var(--bw-gold), var(--bw-gold-dark));
  color: var(--bw-blue);
  padding: 1.15rem 1.5rem; border: none; border-radius: 10px;
  font-family: inherit; font-size: 1rem; font-weight: 800;
  letter-spacing: .03em; cursor: pointer; transition: all .2s;
  box-shadow: 0 6px 20px rgba(201,168,76,.35);
  display: flex; align-items: center; justify-content: center; gap: .5rem;
}
.bw-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(201,168,76,.5);
  filter: brightness(1.05);
}
.bw-submit:disabled { opacity: .6; cursor: wait; }
.bw-submit svg { width: 18px; height: 18px; }

.bw-legal {
  font-size: .75rem; color: var(--bw-gray);
  text-align: center; line-height: 1.5;
}
.bw-legal a { color: var(--bw-blue); text-decoration: underline; }

.bw-error {
  background: #fdecec; border: 1px solid #f0bebe; color: #9c2a2a;
  padding: .8rem 1rem; border-radius: 8px;
  font-size: .88rem; display: none;
}
.bw-error.show { display: block; animation: bwShake .4s; }
@keyframes bwShake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-8px); }
  75% { transform: translateX(8px); }
}

/* ========== STEP 4 — Succès ========== */
.bw-success { text-align: center; padding: 2rem 1rem; }
.bw-success-check {
  width: 84px; height: 84px; border-radius: 50%;
  background: linear-gradient(135deg, var(--bw-gold), var(--bw-gold-light));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 2rem;
  box-shadow: 0 10px 30px rgba(201,168,76,.4);
  animation: bwPop .6s cubic-bezier(.2,.9,.3,1.4);
}
@keyframes bwPop {
  0% { transform: scale(0) rotate(-180deg); }
  70% { transform: scale(1.12) rotate(10deg); }
  100% { transform: scale(1) rotate(0); }
}
.bw-success-check svg { width: 42px; height: 42px; color: var(--bw-blue); }
.bw-success h3 {
  font-family: 'Playfair Display', serif; font-size: 2rem;
  font-weight: 900; color: var(--bw-blue); margin-bottom: .8rem;
}
.bw-success h3 em { font-style: normal; color: var(--bw-gold); }
.bw-success p {
  color: var(--bw-gray); max-width: 480px;
  margin: 0 auto 1.5rem; line-height: 1.6;
}
.bw-success-recap {
  display: inline-block; background: var(--bw-bg);
  border: 1px solid var(--bw-gray-light); border-radius: 10px;
  padding: 1rem 1.6rem; font-size: .95rem;
  color: var(--bw-blue); font-weight: 600;
  text-transform: capitalize; margin-bottom: 2rem;
}
.bw-success-actions {
  display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.bw-success-actions .btn-primary,
.bw-success-actions .btn-ghost {
  padding: .8rem 1.4rem; border-radius: 8px; font-weight: 700;
  font-family: inherit; font-size: .88rem; cursor: pointer;
  text-decoration: none; border: none; display: inline-flex;
  align-items: center; gap: .4rem; transition: all .2s;
}
.bw-success-actions .btn-primary {
  background: var(--bw-blue); color: #fff;
}
.bw-success-actions .btn-primary:hover {
  background: var(--bw-blue-800); transform: translateY(-2px);
}
.bw-success-actions .btn-ghost {
  background: transparent; color: var(--bw-blue);
  border: 1.5px solid var(--bw-gray-light);
}
.bw-success-actions .btn-ghost:hover { border-color: var(--bw-gold); }
.bw-success-actions svg { width: 16px; height: 16px; }

.bw-success-note {
  font-size: .85rem; background: rgba(201,168,76,.12);
  border: 1px dashed var(--bw-gold); border-radius: 8px;
  padding: 1rem 1.3rem; color: var(--bw-blue);
  max-width: 500px; margin: 0 auto;
  text-align: left; line-height: 1.55;
}

/* (Contact accordion retiré — discrétion totale) */

/* ========== RESPONSIVE ========== */
@media (max-width: 860px) {
  .bw-types { grid-template-columns: 1fr 1fr; }
  .bw-calendar-wrap { grid-template-columns: 1fr; }
  .bw-form-grid { grid-template-columns: 1fr; }
  .bw-mode { flex-direction: column; }
  .bw-title { font-size: 2rem; }
  .bw-section { padding: 3rem 1rem; }
  .bw-body { padding: 2rem 1.3rem; min-height: auto; }
  .bw-card-head { padding: 1.5rem 1.3rem; }
  .bw-stepper { padding: 1rem 1rem; flex-wrap: wrap; }
  .bw-step { font-size: .72rem; }
  .bw-card-head-top { flex-direction: column; align-items: flex-start; }
  .bw-social-count { position: static; margin-top: .8rem; align-self: flex-start; }
}
@media (max-width: 500px) {
  .bw-types { grid-template-columns: 1fr; }
  .bw-step span:not(.bw-step-num) { display: none; }
  .bw-recap { flex-direction: column; align-items: flex-start; }
  .bw-slots-grid { grid-template-columns: 1fr; }
  .bw-cal-day { font-size: .82rem; }
  .bw-avatar { width: 56px; height: 56px; font-size: 1.25rem; }
  .bw-head-name { font-size: 1.15rem; }
}

/* ========== STICKY CTA global (flottant bas-droite, toutes pages) ========== */
.bw-sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #c9a84c;
  color: #091a2a !important;
  padding: 14px 22px;
  border-radius: 30px;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .02em;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(9,26,42,.35);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  white-space: nowrap;
  line-height: 1;
  z-index: 99990;
  transition: background .2s, box-shadow .2s;
  animation: bwFloatIn .4s cubic-bezier(.2,.9,.3,1.2);
  overflow: visible;
}
@keyframes bwFloatIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.bw-sticky-cta:hover {
  background: #e8d48b;
  box-shadow: 0 10px 28px rgba(9,26,42,.45);
}
.bw-sticky-cta svg {
  width: 18px; height: 18px;
  flex-shrink: 0;
  display: block;
}
/* Masqué sur mobile (le sticky téléphone du tracking prend le relais) */
@media (max-width: 768px) {
  .bw-sticky-cta { display: none; }
}
/* Masqué sur index.html (où le widget est en bas) et reserver.html */
body[data-page="index"] .bw-sticky-cta,
body[data-page="reserver"] .bw-sticky-cta { display: none; }
