/* ============================================================
   TODDA — Studio Podcast Marseille · Design System v3
   Spacing grid : 8 · 16 · 24 · 32 · 40 · 48 · 56 · 64 · 80
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
  /* ── Couleurs ── */
  --gold:       #F5B800;
  --gold-warm:  #F4A21A;
  --gold-end:   #FFD700;
  --gold-bg:    rgba(245,184,0,.07);
  --gold-bg-2:  rgba(245,184,0,.13);

  --bg:         #080808;
  --bg-card:    #181818;
  --bg-hover:   #222222;
  --bg-sidebar: #060606;

  --border:     rgba(255,255,255,.14);
  --border-2:   rgba(255,255,255,.22);

  --text:       #FFFFFF;
  --muted:      rgba(255,255,255,.44);
  --muted2:     rgba(255,255,255,.17);

  --success:    #22c55e;
  --danger:     #ef4444;

  --radius:     10px;
  --radius-lg:  14px;

  /* ── Typographie ── */
  --f-display: 'Bebas Neue', 'Arial Narrow', sans-serif;
  --f-title:   'Montserrat', -apple-system, sans-serif;
  --f-body:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* ── Gradient signature ── */
  --g-gold: linear-gradient(90deg, #F4A21A 0%, #FFD700 100%);

  /* ── Spacing tokens ── */
  --s1: 8px;
  --s2: 16px;
  --s3: 24px;
  --s4: 32px;
  --s5: 40px;
  --s6: 48px;
  --s7: 56px;
  --s8: 64px;
  --s9: 72px;
  --s10: 80px;
}

/* ============ RESET ============ */
/* box-sizing only — margin/padding gérés par les règles spécifiques */
#spb-booking-widget * { box-sizing: border-box; }
#spb-booking-widget h1, #spb-booking-widget h2, #spb-booking-widget h3,
#spb-booking-widget p, #spb-booking-widget ul, #spb-booking-widget li,
#spb-booking-widget form, #spb-booking-widget button,
#spb-booking-widget input, #spb-booking-widget textarea,
#spb-booking-widget select { margin: 0; padding: 0; }
#spb-booking-widget {
  font-family: var(--f-body);
  background: var(--bg);
  color: var(--text);
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/* ============ LAYOUT ============ */
.spb-body { display: flex; min-height: 800px; }

.spb-main {
  flex: 1; min-width: 0;
  padding: var(--s7) var(--s8);
  background: var(--bg);
}

.spb-sidebar {
  width: 360px; flex-shrink: 0;
  background: var(--bg-sidebar);
  border-left: 1px solid var(--border);
  display: flex; flex-direction: column;
}

/* ============ SIDEBAR ============ */
.spb-sidebar-body {
  padding: var(--s5) var(--s4);
  flex: 1; overflow-y: auto;
}

.spb-sidebar-title {
  font-family: var(--f-title);
  font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: var(--s4);
  padding-bottom: var(--s2);
  border-bottom: 1px solid var(--border);
}

.spb-sidebar-empty {
  font-family: var(--f-body);
  color: var(--muted); font-size: 13px; line-height: 1.9;
}

.spb-sidebar-item {
  padding: var(--s3) 0;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.spb-sidebar-item-price {
  float: right;
  font-family: var(--f-title);
  font-size: 15px; font-weight: 800; color: var(--gold);
  padding-left: var(--s2);
}

.spb-sidebar-item-name {
  font-family: var(--f-title);
  font-size: 14px; font-weight: 700;
  color: var(--text); padding-right: 80px; line-height: 1.4;
}

.spb-sidebar-item-detail {
  font-family: var(--f-body);
  font-size: 12px; color: var(--muted); margin-top: 6px;
}

.spb-sidebar-qty-row {
  display: flex; align-items: center;
  gap: var(--s1); margin-top: var(--s1);
}

.spb-sidebar-qty-label {
  font-family: var(--f-body);
  font-size: 12px; color: var(--muted);
}

.spb-sidebar-qty-btn {
  width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid var(--border-2);
  background: transparent; color: var(--muted);
  font-size: 13px; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: all .15s; padding: 0; line-height: 1;
}
.spb-sidebar-qty-btn:hover { border-color: var(--gold); color: var(--gold); }

.spb-sidebar-subtotal {
  display: flex; justify-content: space-between;
  font-family: var(--f-body); font-size: 13px; color: var(--muted);
  margin-top: var(--s3); padding-top: var(--s3);
  border-top: 1px solid var(--border);
  margin-bottom: var(--s1);
}

.spb-sidebar-tva {
  display: flex; justify-content: space-between;
  font-family: var(--f-body); font-size: 13px; color: var(--muted);
  margin-bottom: var(--s3);
}

.spb-sidebar-total {
  padding-top: var(--s3);
  border-top: 1px solid var(--border-2);
  display: flex; justify-content: space-between; align-items: center;
}

.spb-sidebar-total-label {
  font-family: var(--f-title);
  font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 2.5px; color: var(--muted);
}

.spb-sidebar-total-amount {
  font-family: var(--f-display);
  font-size: 56px; letter-spacing: 1px; color: var(--gold); line-height: .9;
}

.spb-sidebar-date {
  margin-top: var(--s3);
  font-family: var(--f-body);
  font-size: 13px; color: var(--muted); line-height: 2;
}

.spb-sidebar-date strong {
  color: var(--text); display: block;
  font-family: var(--f-title);
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px;
  margin-bottom: 4px;
}

/* Sidebar photo */
.spb-sidebar-photo {
  width: 100%; height: 200px; flex-shrink: 0;
  background-size: cover; background-position: center; position: relative;
}
.spb-sidebar-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, var(--bg-sidebar) 0%, transparent 55%);
}
.spb-sidebar-photo-logo {
  position: absolute; bottom: var(--s2); left: var(--s3);
  z-index: 1; height: 22px; opacity: .85;
}

/* ============ PROGRESS ============ */
.spb-progress {
  display: flex; align-items: center;
  padding: var(--s5) var(--s8);
  border-bottom: 1px solid var(--border);
  margin-bottom: 0;
}

.spb-step {
  display: flex; align-items: center; gap: 10px;
  padding: 13px var(--s3); border-radius: 50px;
  border: 1px solid var(--border);
  background: #0f0f0f;
  flex-shrink: 0; white-space: nowrap; transition: all .2s;
  cursor: default;
}

.spb-step-num {
  font-family: var(--f-title);
  font-size: 13px; font-weight: 800; color: var(--muted);
}

.spb-step-label {
  font-family: var(--f-title);
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px; color: var(--muted);
}

.spb-step-active { background: var(--gold); border-color: var(--gold); }
.spb-step-active .spb-step-num,
.spb-step-active .spb-step-label { color: #000; }

.spb-step-done { background: transparent; border-color: rgba(245,184,0,.35); }
.spb-step-done .spb-step-num  { color: var(--gold); }
.spb-step-done .spb-step-label { color: var(--muted); }

.spb-step-clickable { cursor: pointer; }
.spb-step-clickable:hover { border-color: var(--gold) !important; }
.spb-step-clickable:hover .spb-step-label { color: var(--text); }

.spb-divider {
  flex: 1; height: 1px; background: var(--border);
  margin: 0 var(--s1); min-width: 12px; max-width: 32px;
}

/* ============ HEADER ============ */
.spb-header { margin-bottom: var(--s7); }

.spb-main-title {
  font-family: var(--f-title);
  font-size: 48px; font-weight: 900;
  color: var(--text); letter-spacing: -.5px;
  line-height: 1.05; text-transform: uppercase;
}

.spb-main-sub {
  font-family: var(--f-body);
  font-size: 14px; color: var(--muted);
  margin-top: 12px; letter-spacing: .3px; line-height: 1.6;
}

/* ============ TITRES D'ÉTAPES ============ */
.spb-title {
  font-family: var(--f-title);
  font-size: 20px; font-weight: 900;
  color: var(--text); margin-bottom: var(--s3);
  text-transform: uppercase; letter-spacing: 2px; line-height: 1.2;
}

.spb-subtitle {
  font-family: var(--f-body);
  font-size: 14px; color: var(--muted);
  line-height: 1.75;
  margin-top: var(--s1);
  margin-bottom: var(--s5);
}

/* ============ ÉTAPE 1 — CATÉGORIE ============ */
.spb-category-grid {
  display: flex; flex-direction: column;
  gap: var(--s3); max-width: 660px;
  margin-top: var(--s5);
}

.spb-cat-btn {
  background: var(--bg-card);
  border: 1.5px solid var(--border-2);
  border-radius: var(--radius-lg);
  padding: var(--s5) var(--s6);
  cursor: pointer; text-align: left; transition: all .25s;
  display: flex; flex-direction: row; align-items: center;
  gap: var(--s5); position: relative; overflow: hidden;
}

.spb-cat-btn::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px; background: var(--g-gold);
  transform: scaleY(0); transition: transform .25s; transform-origin: bottom;
}

.spb-cat-btn:hover::before,
.spb-cat-btn.spb-cat-selected::before { transform: scaleY(1); }

.spb-cat-btn:hover { border-color: rgba(245,184,0,.3); background: var(--bg-hover); }
.spb-cat-btn.spb-cat-selected { border-color: var(--gold); background: var(--bg-hover); }

.spb-cat-icon { font-size: 52px; flex-shrink: 0; }

.spb-cat-body { display: flex; flex-direction: column; gap: var(--s1); }

.spb-cat-name {
  font-family: var(--f-title);
  font-size: 22px; font-weight: 900;
  color: var(--text); text-transform: uppercase; letter-spacing: .5px;
}

.spb-cat-desc {
  font-family: var(--f-body);
  font-size: 14px; color: var(--muted); line-height: 1.7;
  margin-top: 4px;
}

/* ============ ÉTAPE 2 — FORMULES ============ */
.spb-formula-group {
  margin-bottom: var(--s7);
}
.spb-formula-group:last-child { margin-bottom: 0; }

.spb-formula-group-name {
  font-family: var(--f-title);
  font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 3px; color: var(--muted);
  margin-bottom: var(--s4);
  display: flex; align-items: center; gap: var(--s2);
}
.spb-formula-group-name::after {
  content: ''; flex: 1; height: 1px;
  background: var(--g-gold); opacity: .5;
}

.spb-tarifs-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: var(--s3);
}

.spb-tarif-btn {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 12px;
  padding: 52px var(--s5);
  background: #1c1c1c;
  border: 2px solid transparent;
  border-radius: 20px;
  cursor: pointer; transition: all .2s;
  min-height: 180px;
}

.spb-tarif-btn:hover {
  background: #242424;
  border-color: rgba(245,184,0,.4);
  transform: translateY(-2px);
}
.spb-tarif-btn.spb-tarif-selected {
  background: #242424;
  border-color: var(--gold);
}

.spb-tarif-dur {
  font-family: var(--f-display);
  font-size: 68px; letter-spacing: 4px;
  color: var(--text); line-height: 1;
}
.spb-tarif-btn.spb-tarif-selected .spb-tarif-dur { color: var(--gold); }

.spb-tarif-price {
  font-family: var(--f-display);
  font-size: 42px; letter-spacing: 1px;
  color: var(--gold); line-height: 1;
}

.spb-tarif-ht {
  font-family: var(--f-body);
  font-size: 14px; font-weight: 500;
  color: var(--gold); margin-left: 3px;
  text-transform: lowercase; opacity: .8;
}

/* ============ ÉTAPE 3 — OPTIONS ============ */
.spb-options-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: var(--s3); margin-bottom: var(--s5);
}

.spb-option-card {
  background: var(--bg-card);
  border: 1.5px solid var(--border-2);
  border-radius: var(--radius-lg);
  padding: var(--s4) var(--s4);
  display: flex; align-items: center;
  justify-content: space-between; gap: var(--s3);
  transition: all .2s; position: relative; overflow: hidden;
  min-height: 90px;
}

.spb-option-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 2px; background: var(--g-gold);
  transform: scaleY(0); transition: transform .2s;
}
.spb-option-card:hover::before,
.spb-option-card.spb-option-active::before { transform: scaleY(1); }

.spb-option-card:hover { border-color: rgba(245,184,0,.5); background: var(--bg-hover); }
.spb-option-card.spb-option-active { border-color: var(--gold); background: var(--bg-hover); }

.spb-option-info { display: flex; flex-direction: column; gap: 8px; }

.spb-option-name {
  font-family: var(--f-title);
  font-size: 15px; font-weight: 700; color: var(--text);
}

.spb-option-price {
  font-family: var(--f-body);
  font-size: 13px; color: var(--gold); font-weight: 500;
}

.spb-option-qty {
  display: flex; align-items: center;
  gap: var(--s2); flex-shrink: 0;
}

.spb-qty-minus, .spb-qty-plus {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--border-2);
  background: transparent; color: var(--text);
  font-size: 20px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .15s; padding: 0; line-height: 1;
  font-family: var(--f-body);
}
.spb-qty-minus:hover, .spb-qty-plus:hover {
  border-color: var(--gold); color: var(--gold);
}

.spb-qty-val {
  font-family: var(--f-title);
  font-size: 18px; font-weight: 800;
  min-width: 28px; text-align: center; color: var(--text);
}
.spb-option-card.spb-option-active .spb-qty-val { color: var(--gold); }

/* ============ ÉTAPE 4 — CALENDRIER ============ */
.spb-cal-wrap {
  margin-bottom: var(--s5); max-width: 560px;
}

.spb-cal-nav {
  display: flex; align-items: center;
  justify-content: space-between; margin-bottom: var(--s4);
}

.spb-cal-month-label {
  font-family: var(--f-title);
  font-size: 17px; font-weight: 800;
  color: var(--text); text-transform: uppercase; letter-spacing: 2px;
}

.spb-cal-nav-btn {
  background: var(--bg-card);
  border: 1px solid var(--border-2);
  border-radius: 8px; color: var(--text);
  font-size: 16px; width: 42px; height: 42px;
  cursor: pointer; transition: all .15s;
  display: flex; align-items: center; justify-content: center;
}
.spb-cal-nav-btn:hover:not(:disabled) { border-color: var(--gold); color: var(--gold); }

.spb-cal-weekdays {
  display: grid; grid-template-columns: repeat(7, 1fr);
  margin-bottom: var(--s1);
}
.spb-cal-weekdays span {
  text-align: center;
  font-family: var(--f-title);
  font-size: 10px; font-weight: 700;
  color: var(--muted); text-transform: uppercase;
  letter-spacing: 1px; padding: 10px 0;
}

.spb-cal-days {
  display: grid; grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.spb-cal-day {
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px;
  font-family: var(--f-title); font-size: 13px; font-weight: 600;
  transition: all .15s;
}

.spb-cal-past { color: rgba(255,255,255,.1); cursor: default; }

.spb-cal-available {
  color: var(--text); cursor: pointer;
  border: 1px solid transparent;
  background: var(--bg-card);
}
.spb-cal-available:hover {
  border-color: rgba(245,184,0,.4); background: var(--bg-hover); color: var(--gold);
}
.spb-cal-selected {
  background: var(--gold) !important; color: #000 !important;
  font-weight: 800 !important; border-color: transparent !important;
}

/* Créneaux horaires */
.spb-slots-section { margin-bottom: var(--s5); }

.spb-slots-title {
  font-family: var(--f-title);
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px;
  color: var(--muted); margin-bottom: var(--s3);
}
.spb-slots-title strong { color: var(--text); }

.spb-slots-grid { display: flex; flex-wrap: wrap; gap: var(--s2); }

.spb-slot-btn {
  padding: 13px 24px; border-radius: 50px;
  font-family: var(--f-title); font-size: 13px; font-weight: 700;
  border: 1px solid var(--border-2);
  background: var(--bg-card); color: var(--text);
  cursor: pointer; transition: all .15s;
  text-transform: uppercase; letter-spacing: .8px;
  display: inline-flex; align-items: center; height: 44px;
}
.spb-slot-btn:hover { border-color: rgba(245,184,0,.4); background: var(--bg-hover); color: var(--gold); }
.spb-slot-btn.spb-slot-selected { background: var(--gold); border-color: var(--gold); color: #000; }

.spb-slots-loading, .spb-slots-empty {
  font-family: var(--f-body); font-size: 13px; color: var(--muted); padding: var(--s1) 0;
}

/* ============ ÉTAPE 5 — FORMULAIRE ============ */
.spb-recap {
  background: var(--bg-card);
  border-left: 2px solid var(--gold);
  border-radius: var(--radius);
  padding: var(--s3) var(--s4);
  margin-bottom: var(--s6);
  font-family: var(--f-body); font-size: 14px; line-height: 2.3; color: var(--muted);
}
.spb-recap strong { color: var(--gold); font-family: var(--f-title); }

.spb-field { margin-bottom: var(--s5); }

.spb-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s3); }

.spb-field label {
  display: block;
  font-family: var(--f-title);
  font-size: 16px; font-weight: 900;
  color: var(--text); text-transform: uppercase;
  letter-spacing: 1.5px; margin-bottom: var(--s2);
}

.spb-field input,
.spb-field textarea,
.spb-field select {
  width: 100%;
  padding: 20px var(--s3);
  background: var(--bg-card);
  border: 1px solid var(--border-2);
  border-radius: var(--radius);
  color: var(--text);
  font-family: var(--f-body); font-size: 16px;
  transition: border-color .2s; appearance: none;
  line-height: 1.5;
}

.spb-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,.3)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 20px center;
  padding-right: 52px; cursor: pointer;
}
.spb-field select option { background: #1a1a1a; }

.spb-field input:focus,
.spb-field textarea:focus,
.spb-field select:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(245,184,0,.05);
}

.spb-field input::placeholder,
.spb-field textarea::placeholder { color: var(--muted2); }

.spb-promo-row { display: flex; gap: var(--s2); }
.spb-promo-row input { flex: 1; }
.spb-promo-row .spb-btn-secondary { flex-shrink: 0; }

.spb-error {
  background: rgba(239,68,68,.07);
  border: 1px solid rgba(239,68,68,.22);
  color: #ff7070;
  padding: var(--s2) var(--s3);
  border-radius: var(--radius);
  font-family: var(--f-body); font-size: 13px; line-height: 1.6;
  margin-bottom: var(--s2);
}

/* ============ BOUTONS ============ */
.spb-nav {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: var(--s7); gap: var(--s3);
}

/* ── Taille de référence : identique aux pills ── */
/* Pills : padding 13px 24px, font Montserrat 12px uppercase → hauteur ~42px */

/* Bouton primaire — fond gold, même hauteur que pill */
.spb-btn-primary {
  padding: 13px 32px;
  background: var(--gold); color: #000;
  border: 1px solid var(--gold); border-radius: 50px;
  font-family: var(--f-title); font-weight: 800;
  font-size: 13px; text-transform: uppercase; letter-spacing: .8px;
  cursor: pointer; transition: all .22s; white-space: nowrap;
  display: inline-flex; align-items: center; height: 44px;
}
.spb-btn-primary:hover:not(:disabled) {
  background: var(--gold-end); border-color: var(--gold-end);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(245,184,0,.3);
}
.spb-btn-primary:disabled { opacity: .22; cursor: not-allowed; transform: none; }

/* Bouton secondaire — même hauteur, style pill contour */
.spb-btn-secondary {
  padding: 13px 24px;
  background: transparent; color: var(--muted);
  border: 1px solid var(--border-2); border-radius: 50px;
  font-family: var(--f-title); font-size: 13px;
  font-weight: 700; text-transform: uppercase; letter-spacing: .8px;
  cursor: pointer; transition: all .2s; white-space: nowrap;
  display: inline-flex; align-items: center; height: 44px;
}
.spb-btn-secondary:hover { border-color: rgba(255,255,255,.3); color: var(--text); }

/* ============ CONFIRMATION ============ */
.spb-confirm { text-align: center; padding: var(--s1) 0; }

.spb-confirm-photo {
  width: 100%; height: 168px; border-radius: var(--radius-lg);
  background-size: cover; background-position: center;
  margin-bottom: var(--s5); position: relative; overflow: hidden;
  display: flex; align-items: flex-end;
}
.spb-confirm-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(8,8,8,.92));
}
.spb-confirm-photo-inner { position: relative; z-index: 1; padding: var(--s2) var(--s3); }

.spb-confirm-icon { font-size: 48px; margin-bottom: var(--s2); }

.spb-confirm h2 {
  font-family: var(--f-title); font-size: 26px; font-weight: 900;
  color: var(--gold); text-transform: uppercase; letter-spacing: 2.5px;
  margin-bottom: var(--s2);
}
.spb-confirm > p {
  font-family: var(--f-body); color: var(--muted);
  margin-bottom: var(--s3); font-size: 15px; line-height: 1.6;
}

.spb-confirm-details {
  background: var(--bg-card); border-radius: var(--radius);
  padding: var(--s3) var(--s4); margin-bottom: var(--s3);
  font-family: var(--f-body); font-size: 14px; line-height: 2.4; text-align: left;
}
.spb-confirm-details strong { color: var(--gold); font-family: var(--f-title); }

.spb-confirm-address {
  font-family: var(--f-body); font-size: 13px;
  color: var(--muted); margin-bottom: var(--s4);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1060px) {
  .spb-sidebar { width: 320px; }
  .spb-main { padding: var(--s6) var(--s5); }
}

@media (max-width: 820px) {
  .spb-body { flex-direction: column; }
  .spb-sidebar { width: 100%; border-left: none; border-top: 1px solid var(--border); }
  .spb-sidebar-photo { display: none; }
  .spb-main { padding: var(--s5) var(--s3); }
  .spb-main-title { font-size: 32px; }
  .spb-category-grid { max-width: 100%; }
  .spb-cat-btn { padding: var(--s4) var(--s4); gap: var(--s3); }
  .spb-tarifs-grid { gap: var(--s2); }
  .spb-tarif-btn { padding: var(--s5) var(--s3); }
  .spb-tarif-dur { font-size: 48px; }
  .spb-tarif-price { font-size: 28px; }
  .spb-options-grid { grid-template-columns: 1fr; }
  .spb-row { grid-template-columns: 1fr; }
  .spb-step-label { display: none; }
  .spb-step { padding: 12px 16px; }
  .spb-progress { margin-bottom: var(--s5); }
  .spb-btn-primary { padding: 18px var(--s5); }
  .spb-btn-secondary { padding: 17px var(--s4); }
}

@media (max-width: 480px) {
  .spb-main { padding: var(--s4) var(--s2); }
  .spb-tarif-dur { font-size: 40px; }
  .spb-tarif-price { font-size: 24px; }
  .spb-tarif-btn { padding: var(--s4) var(--s3); }
  .spb-btn-primary { padding: 17px var(--s4); font-size: 13px; }
  .spb-btn-secondary { padding: 16px var(--s3); font-size: 12px; }
}
