.booking-hub-page .booking { display:flex; flex-direction:column; align-items:flex-start; }
.booking-hub-page .booking .btn { margin-top:auto; }
.booking-hub-page .btn.primary,.contact-integrated-page .btn.primary { background:#bd4611; border-color:#bd4611; color:#fff; }
.booking-hub-page .btn.primary:hover,.contact-integrated-page .btn.primary:hover { background:#a53b0c; border-color:#a53b0c; }
.booking-hub-page .booking h3 { margin-bottom:8px; }
.booking-terms { font-weight:750; color:#91400f; margin:0 0 8px; }
.contact-integrated-page .breadcrumbs a { color:inherit; text-underline-offset:3px; }
.contact-integrated-page .booking-eyebrow { color:#ffc39b; font-size:15px; font-weight:750; }
.integrated-section { max-width:1180px; margin:auto; padding:32px 20px 56px; }
.integrated-intro { display:flex; justify-content:space-between; align-items:flex-start; gap:32px; margin-bottom:24px; }
.integrated-intro h2 { font-size:clamp(23px,3vw,30px); margin:0 0 12px; }
.integrated-intro p { max-width:770px; margin:0; }
.back-to-booking { flex-shrink:0; font-weight:700; text-underline-offset:4px; padding:10px 0; }
.axonaut-block { background:#fff; border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow-soft); padding:8px; }
.axonaut-frame { display:block; width:100%; border:0; border-radius:12px; background:#fff; }
.embed-help,.embed-privacy { font-size:14px; line-height:1.6; color:#555; }
.embed-help { margin-top:20px; }
.embed-help a,.embed-privacy a { text-decoration:underline; text-underline-offset:3px; }
.contact-integrated-page a:focus-visible,.booking-hub-page a:focus-visible { outline:3px solid #91400f; outline-offset:4px; }
@media(max-width:760px) {
  .integrated-intro { display:block; }
  .back-to-booking { display:inline-block; margin-top:12px; }
  .integrated-section { padding:24px 12px 40px; }
  .axonaut-block { padding:0; border-radius:12px; }
  .booking-hub-page .booking-grid { grid-template-columns:minmax(0,1fr); }
  .booking-hub-page .booking { padding:22px; min-width:0; }
  .booking-hub-page .booking .btn { max-width:100%; white-space:normal; }
}

.booking-icon { width:80px; height:80px; padding:10px; border-radius:20px; background:#fbf2eb; margin-bottom:18px; flex-shrink:0; }
.booking-icon img { display:block; width:60px; height:60px; object-fit:contain; }

.urgence-prix h2 {font-size:clamp(24px,3vw,34px);line-height:1.2;}
.urgence-tarifs-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:24px 0;}
.urgence-tarifs-grid article,.urgence-tva,.urgence-choix {border:1px solid var(--line);border-radius:18px;padding:24px;background:#faf7f3;margin:20px 0;}
.urgence-prix h3,.urgence-choix h3 {margin-top:0;}
.urgence-prix a,.urgence-choix a {text-decoration:underline;text-underline-offset:3px;}
.urgence-prix summary {font-weight:700;cursor:pointer;padding:14px 0;}
.urgence-choix button {white-space:normal;text-align:left;max-width:100%;cursor:pointer;}
#reservation-urgence-module[hidden] {display:none;}
@media(max-width:760px){.urgence-tarifs-grid{grid-template-columns:1fr;gap:0}.urgence-tarifs-grid article,.urgence-tva,.urgence-choix{padding:20px;}}
