/* ITClub Appointments — frontend booking UI */
.itclub-booking.itc-simple{
  width:950px;
  max-width:100%;
  min-height:700px;
  margin:0 auto;
  background:#fff;
  border-radius:0 0 8px 8px;
  overflow:hidden;
  box-shadow:0 8px 28px rgba(20,35,70,.10);
  display:grid;
  grid-template-columns:300px 1fr;
  font-family:Arial,Helvetica,sans-serif;
  color:#1d2c3f;
  border:0;
  box-sizing:border-box;
}
.itclub-booking.itc-simple *{box-sizing:border-box}
.itclub-booking.itc-simple button,
.itclub-booking.itc-simple input{font-family:Arial,Helvetica,sans-serif}

/* Sidebar */
.itclub-booking .itc-side{
  background:#17295a;
  color:#fff;
  padding:20px 18px;
  display:flex;
  flex-direction:column;
  min-width:0;
}
.itclub-booking .itc-side-step{
  height:50px;
  display:grid;
  grid-template-columns:28px 1fr 30px;
  gap:10px;
  align-items:center;
  padding:0 10px;
  border-radius:6px;
  margin-bottom:10px;
  background:#233462;
}
.itclub-booking .itc-side-step.active{background:#233462}
.itclub-booking .itc-side-icon{
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
}
.itclub-booking .itc-side-icon svg{width:21px;height:21px;display:block}
.itclub-booking .itc-side-step b{
  display:block;
  font-size:18px;
  line-height:22px;
  font-weight:700;
  white-space:nowrap;
}
.itclub-booking .itc-side-step small{display:none}
.itclub-booking .itc-side-check{
  width:29px;
  height:29px;
  border-radius:50%;
  border:1px solid #38549a;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  color:#fff;
}
.itclub-booking .itc-side-step.active .itc-side-check{border-color:#4f79f5}
.itclub-booking .itc-side-step.completed .itc-side-check{background:#16a34a;border-color:#16a34a}
.itclub-booking .itc-side-bottom{
  margin-top:auto;
  border-top:1px solid rgba(255,255,255,.13);
  padding:20px 0 0;
  font-size:17px;
  font-weight:700;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.itclub-booking .itc-side-bottom span{
  background:#fff;
  color:#23406f;
  border-radius:50%;
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  font-weight:700;
  line-height:1;
}

/* Main panel */
.itclub-booking .itc-main{background:#fff;min-width:0}
.itclub-booking .itc-panel{
  min-height:700px;
  position:relative;
  padding-bottom:74px;
  background:#fff;
}
.itclub-booking .itc-panel header{
  height:78px;
  border-bottom:1px solid #e2e4e5;
  display:flex;
  align-items:center;
  padding:0 39px;
  background:#fff;
}
.itclub-booking .itc-panel header h2{
  font-size:24px;
  line-height:30px;
  margin:0;
  font-weight:700;
  color:#202020;
}

/* Date controls */
.itclub-booking .itc-date-wrap{
  padding:19px 39px 0;
}
.itclub-booking .itc-date-wrap>label{display:none}
.itclub-booking .itc-date-input{display:none!important}
.itclub-booking .itc-calendar-top{
  width:571px;
  max-width:100%;
  display:flex;
  gap:28px;
  align-items:center;
  margin:0 0 0;
}
.itclub-booking .itc-select{position:relative;flex:0 0 auto}
.itclub-booking .itc-select>button{
  width:212px;
  height:48px;
  padding:0 42px 0 16px;
  border:1px solid #d3d8df;
  border-radius:7px;
  background:#fff;
  color:#243449;
  font-size:18px;
  line-height:48px;
  text-align:left;
  position:relative;
  cursor:pointer;
  box-shadow:0 1px 2px rgba(16,24,40,.04);
  appearance:none;
  -webkit-appearance:none;
}
.itclub-booking .itc-select.year>button{width:214px}
.itclub-booking .itc-chevron{
  position:absolute;
  right:15px;
  top:17px;
  width:9px;
  height:9px;
  border-right:2px solid #243449;
  border-bottom:2px solid #243449;
  transform:rotate(45deg);
  pointer-events:none;
}
/* Strongly scoped so WordPress themes cannot force these menus open. */
.itclub-booking .itc-menu{
  display:none!important;
  position:absolute;
  z-index:1000;
  top:53px;
  left:0;
  right:0;
  max-height:240px;
  overflow:auto;
  background:#fff;
  border:1px solid #d8dce4;
  border-radius:7px;
  box-shadow:0 10px 24px rgba(16,24,40,.12);
  padding:5px;
}
.itclub-booking .itc-menu.open{display:block!important}
.itclub-booking .itc-menu button{
  width:100%;
  height:auto;
  min-height:38px;
  padding:9px 10px;
  border:0;
  background:#fff;
  color:#243449;
  text-align:left;
  border-radius:5px;
  cursor:pointer;
  font-size:15px;
  line-height:20px;
  box-shadow:none;
}
.itclub-booking .itc-menu button:hover{background:#f1f4fa}
.itclub-booking .itc-nav{
  width:89px;
  height:47px;
  display:flex;
  margin-left:0;
  flex:0 0 89px;
}
.itclub-booking .itc-nav button{
  width:45px;
  height:47px;
  padding:0;
  border:1px solid #cbd2dd;
  background:#fff;
  color:#26374c;
  font-size:28px;
  line-height:42px;
  cursor:pointer;
  box-shadow:none;
  border-radius:0;
}
.itclub-booking .itc-nav button:first-child{border-radius:7px 0 0 7px}
.itclub-booking .itc-nav button:last-child{border-left:0;border-radius:0 7px 7px 0}
.itclub-booking .itc-nav button:disabled{color:#b5bbc5;cursor:not-allowed}

.itclub-booking .itc-timezone{
  display:table;
  margin:14px auto 0;
  padding:3px 10px;
  height:29px;
  border-radius:10px;
  background:#e9eefe;
  color:#1246d6;
  font-size:18px;
  line-height:23px;
  font-weight:400;
  position:static;
  transform:none;
}

/* Calendar */
.itclub-booking .itc-weekdays,
.itclub-booking .itc-calendar{
  width:565px;
  max-width:100%;
  padding:0 5px;
  margin-left:0;
}
.itclub-booking .itc-weekdays{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  column-gap:15px;
  margin-top:21px;
  margin-bottom:25px;
}
.itclub-booking .itc-weekday{
  height:22px;
  line-height:22px;
  text-align:center;
  font-size:16px;
  font-weight:400;
  color:#1d2c3f;
  padding:0;
}
.itclub-booking .itc-calendar{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  column-gap:15px;
  row-gap:10px;
}
.itclub-booking .itc-day{
  width:100%;
  height:45px;
  padding:0;
  border:1px solid transparent;
  background:#eeeef3;
  border-radius:6px;
  color:#8b949b;
  font-size:17px;
  line-height:43px;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-shadow:none;
}
.itclub-booking .itc-day.outside{background:#eeeef3;color:#b6bcc2}
.itclub-booking .itc-day.disabled{
  cursor:not-allowed;
  color:#c7cbd0;
  background:#eeeef3;
  border-color:transparent;
}
.itclub-booking .itc-day.available,
.itclub-booking .itc-day.today,
.itclub-booking .itc-day.selected{
  background:#e9eefe;
  color:#1246d6;
  border-color:#7d9df7;
}
.itclub-booking .itc-day.today:after{
  content:'';
  position:absolute;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#1246d6;
  right:6px;
  top:5px;
}
.itclub-booking .itc-day:hover:not(:disabled){
  background:#e9eefe;
  color:#1246d6;
  border-color:#7d9df7;
}

/* Slots and footer */
.itclub-booking .slots{padding:10px 39px}
.itclub-booking .slot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:600px}
.itclub-booking .slot{
  height:50px;
  border:1px solid #7d9df7;
  background:#f8faff;
  color:#1547d8;
  border-radius:5px;
  font-size:18px;
  cursor:pointer;
}
.itclub-booking .slot:hover,.itclub-booking .slot.selected{background:#2553df;color:#fff;border-color:#2553df}
.itclub-booking .itc-footer{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:74px;
  border-top:1px solid #e2e4e5;
  padding:11px 39px 13px;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  background:#fff;
}
.itclub-booking .itc-next{
  min-width:145px;
  height:50px;
  border:0;
  border-radius:8px;
  background:#7d9df7;
  color:#fff;
  font-size:17px;
  line-height:50px;
  font-weight:700;
  cursor:pointer;
  padding:0 22px;
  box-shadow:none;
}
.itclub-booking .itc-next:disabled{opacity:1;background:#7d9df7;cursor:not-allowed}
.itclub-booking .itc-back{
  width:38px;
  height:38px;
  margin-right:12px;
  border:1px solid #cfd4df;
  background:#fff;
  border-radius:6px;
  font-size:25px;
  line-height:34px;
  cursor:pointer;
}

/* Care type */
.itclub-booking .itc-care-wrap{padding:34px 39px}
.itclub-booking .itc-care-wrap label{display:block;max-width:520px}
.itclub-booking .itc-care-wrap label span{display:block;font-weight:650;margin-bottom:8px;color:#202020}
.itclub-booking .itc-care-wrap select{width:100%;height:52px;border:1px solid #d5d9e1;border-radius:8px;background:#fff;color:#243449;padding:0 14px;font-size:17px;cursor:pointer}

/* Form / success */
.itclub-booking .itc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:34px 39px}
.itclub-booking .itc-form-grid label span{display:block;font-weight:650;margin-bottom:8px}
.itclub-booking .itc-form-grid input{width:100%;box-sizing:border-box;height:50px;border:1px solid #d5d9e1;border-radius:8px;padding:0 14px;font-size:16px}
.itclub-booking .itc-side-step.completed .itc-side-check{background:#16a34a;border-color:#16a34a}
.itclub-booking .hidden{display:none!important}
.itclub-booking .loading,.itclub-booking .empty-slot,.itclub-booking .error{padding:16px;border-radius:7px;background:#f6f7fa;color:#667085}
.itclub-booking .error{background:#fff2f0;color:#b42318}
.itclub-booking .success-icon{margin:80px auto 20px;width:62px;height:62px;border-radius:50%;background:#e9f8ef;color:#15803d;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:800}
.itclub-booking .step-4{text-align:center}
.itclub-booking .step-4 h2{justify-content:center}
.itclub-booking .step-4 p{color:#667085}

@media(max-width:760px){
  .itclub-booking.itc-simple{width:auto;grid-template-columns:1fr;margin:15px}
  .itclub-booking .itc-side{min-height:auto}
  .itclub-booking .itc-side-bottom{display:none}
  .itclub-booking .itc-panel{min-height:620px}
  .itclub-booking .itc-calendar-top{width:100%;gap:8px;flex-wrap:wrap}
  .itclub-booking .itc-select>button,.itclub-booking .itc-select.year>button{width:140px}
  .itclub-booking .itc-nav{margin-left:0}
  .itclub-booking .itc-weekdays,.itclub-booking .itc-calendar{width:100%;gap:7px 5px}
  .itclub-booking .itc-day{height:40px;font-size:15px;line-height:38px}
  .itclub-booking .slot-grid,.itclub-booking .itc-form-grid{grid-template-columns:1fr}
  .itclub-booking .itc-panel header,.itclub-booking .itc-date-wrap,.itclub-booking .slots,.itclub-booking .itc-form-grid,.itclub-booking .itc-care-wrap,.itclub-booking .itc-footer{padding-left:20px;padding-right:20px}
  .itclub-booking .itc-side-step{margin-bottom:5px}
}

/* ITClub Appointments — Nos soins & tarifs */
.itclub-pricing{width:950px;max-width:100%;margin:0 auto;font-family:Arial,Helvetica,sans-serif;color:#1d2c3f;box-sizing:border-box}
.itclub-pricing *{box-sizing:border-box}
.itclub-pricing .itc-pricing-title{font-size:24px;font-weight:800;color:#17295a;text-align:center;margin:0 0 22px}
.itclub-pricing .itc-pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.itclub-pricing .itc-pricing-card{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#f8faff;border:1px solid #e2e4e5;border-radius:10px;padding:16px 18px}
.itclub-pricing .itc-pricing-name{font-weight:650;color:#243449;font-size:15px}
.itclub-pricing .itc-pricing-prices{display:flex;align-items:baseline;gap:8px;white-space:nowrap}
.itclub-pricing .itc-price-promo{font-size:18px;font-weight:800;color:#1246d6}
.itclub-pricing .itc-price-old{font-size:13px;color:#8b949b;text-decoration:line-through}
.itclub-pricing .itc-pricing-notes{list-style:none;margin:22px 0 0;padding:16px 18px;background:#e9eefe;border-radius:10px;display:flex;flex-direction:column;gap:8px}
.itclub-pricing .itc-pricing-notes li{position:relative;padding-left:18px;font-size:14px;color:#1d2c3f;line-height:1.5}
.itclub-pricing .itc-pricing-notes li:before{content:"✦";position:absolute;left:0;color:#1246d6}
@media(max-width:640px){
  .itclub-pricing .itc-pricing-grid{grid-template-columns:1fr}
  .itclub-pricing .itc-pricing-card{flex-wrap:wrap}
}

/* Types de soins — selectable pricing cards */
.itclub-booking .itc-care-wrap{padding:26px 39px 34px}
.itclub-booking .itc-care-heading{font-weight:700;color:#202020;margin-bottom:14px;font-size:16px}
.itclub-booking .itc-care-list{display:flex;flex-direction:column;gap:10px}
.itclub-booking .itc-care-card{position:relative;display:flex;align-items:center;gap:14px;width:100%;box-sizing:border-box;padding:15px 18px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;transition:.18s ease}
.itclub-booking .itc-care-card:hover{border-color:#e7a0bd;background:#fffafb}
.itclub-booking .itc-care-card.selected{border-color:#e35b91;background:#fff7fa;box-shadow:0 0 0 1px #e35b91}
.itclub-booking .itc-care-card input{position:absolute;opacity:0;pointer-events:none}
.itclub-booking .itc-care-radio{flex:0 0 21px;width:21px;height:21px;border:2px solid #d5d9e1;border-radius:50%;box-sizing:border-box;position:relative}
.itclub-booking .itc-care-card.selected .itc-care-radio{border-color:#e35b91}
.itclub-booking .itc-care-card.selected .itc-care-radio:after{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:#e35b91;left:4px;top:4px}
.itclub-booking .itc-care-content{display:flex;align-items:center;justify-content:space-between;gap:20px;min-width:0;flex:1}
.itclub-booking .itc-care-name{font-weight:700;color:#263242;font-size:16px;line-height:1.35}
.itclub-booking .itc-care-prices{display:flex;align-items:flex-end;gap:28px;flex:0 0 auto}
.itclub-booking .itc-care-prices>span{display:flex;flex-direction:column;gap:2px;min-width:88px}
.itclub-booking .itc-care-prices small{font-size:11px;color:#667085;line-height:1.2}
.itclub-booking .itc-care-prices del{font-size:16px;color:#30343b;text-decoration-thickness:1px}
.itclub-booking .itc-care-prices strong{font-size:18px;color:#e35b91;line-height:1.2}
.itclub-booking .itc-care-note{margin-top:14px;padding:14px 16px;border:1px solid #f0c4d4;border-radius:10px;background:#fff8fb;color:#30343b;font-size:14px;line-height:1.6}
.itclub-booking .itc-care-note strong{color:#e35b91}
@media(max-width:760px){
  .itclub-booking .itc-care-wrap{padding-left:20px;padding-right:20px}
  .itclub-booking .itc-care-content{align-items:flex-start;flex-direction:column;gap:9px}
  .itclub-booking .itc-care-prices{width:100%;gap:22px}
}
