/* === MIO PELUQUERÍA — Paleta basada en el logo azul #506A83 === */
:root {
  --brand: #506A83;
  --brand-light: #6B8AAD;
  --brand-dark: #3A5066;
  --brand-darker: #2A3A4D;
  --brand-pale: #D8E2EC;
  --brand-very-pale: #E8EEF4;
  --accent: #907963;
  --accent-light: #B8A08A;
  --white: #ffffff;
  --black: #1A1F24;
  --charcoal: #2D3A44;
  --gray: #7A8794;
  --gray-light: #C5CDD5;
  --success: #2E7D32;
  --wa: #25D366;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Montserrat", system-ui, sans-serif;
  --shadow-sm: 0 2px 8px rgba(26,31,36,0.08);
  --shadow: 0 8px 32px rgba(26,31,36,0.12);
  --shadow-lg: 0 16px 48px rgba(26,31,36,0.16);
  --radius: 14px;
  --radius-sm: 8px;
  --max-width: 1160px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  background: var(--brand);
  color: var(--charcoal);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* === NAVBAR === */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--brand-pale);
  transition: var(--transition);
}

.nav-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.logo-img {
  display: flex;
  align-items: center;
  height: 52px;
}

.logo-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  color: var(--charcoal);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: var(--transition);
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -6px; left: 0;
  width: 0; height: 2px;
  background: var(--brand);
  transition: var(--transition);
}

.nav-links a:hover { color: var(--brand); }
.nav-links a:hover::after { width: 100%; }

.btn-wa-nav {
  background: var(--wa);
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 50px;
  font-size: 0.85rem !important;
}
.btn-wa-nav::after { display: none !important; }
.btn-wa-nav:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(37,211,102,0.3); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--brand);
  font-size: 1.5rem;
  cursor: pointer;
}

/* === HERO === */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--brand);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cg fill=\"none\" fill-rule=\"evenodd\"%3E%3Cg fill=\"%23ffffff\" fill-opacity=\"0.04\"%3E%3Cpath d=\"M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z\"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.6;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(58,80,102,0.3) 0%, rgba(42,58,77,0.85) 70%, var(--brand-darker) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 60px;
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
}

.hero-logo {
  height: 120px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
}

.hero-logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 20px rgba(0,0,0,0.3));
}

.hero-pretitle {
  color: var(--brand-pale);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  color: var(--white);
  line-height: 1.05;
  margin-bottom: 20px;
  font-weight: 600;
}

.hero h1 em {
  color: var(--brand-pale);
  font-style: italic;
  font-weight: 400;
}

.hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  background: var(--white);
  color: var(--brand);
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  transition: var(--transition);
  border: 2px solid var(--white);
}

.btn-white:hover {
  background: var(--brand-pale);
  border-color: var(--brand-pale);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 36px;
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.35);
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: var(--transition);
}

.btn-outline-white:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.6);
  transform: translateY(-3px);
}

.hero-badges {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.badge {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  color: rgba(255,255,255,0.9);
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.15);
}

/* === SECTIONS === */
.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
}

.section-pretitle {
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-header h2,
.booking-info h2,
.contact-section h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--black);
  line-height: 1.15;
  margin-bottom: 16px;
}

.section-header h2 em,
.booking-info h2 em {
  color: var(--brand);
  font-style: italic;
  font-weight: 400;
}

.section-desc {
  color: var(--gray);
  font-size: 1.05rem;
}

/* === SERVICES === */
.services {
  padding: 100px 0;
  background: var(--brand-very-pale);
}

.service-showcase {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.showcase-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.showcase-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.showcase-card.reverse {
  direction: rtl;
}

.showcase-card.reverse > * {
  direction: ltr;
}

.showcase-img {
  height: 100%;
  min-height: 320px;
  overflow: hidden;
}

.showcase-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.showcase-card:hover .showcase-img img {
  transform: scale(1.05);
}

.showcase-body {
  padding: 40px 36px 40px 0;
}

.showcase-card.reverse .showcase-body {
  padding: 40px 0 40px 36px;
}

.showcase-body h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--black);
  margin-bottom: 10px;
}

.showcase-lead {
  color: var(--gray);
  font-size: 0.95rem;
  margin-bottom: 24px;
  line-height: 1.6;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--brand-very-pale);
  font-size: 0.92rem;
}

.price-row:last-child { border-bottom: none; }

.price {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--brand);
  font-weight: 700;
}

.price-disclaimer {
  margin-top: 48px;
  text-align: center;
  padding: 24px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  color: var(--gray);
  font-size: 0.9rem;
}

.price-disclaimer strong { color: var(--charcoal); }

/* === BOOKING === */
.booking-section {
  padding: 100px 0;
  background: var(--brand-darker);
  color: var(--white);
}

.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: start;
}

.booking-info {
  padding-top: 20px;
}

.booking-info .section-pretitle { color: var(--brand-pale); }
.booking-info h2 { color: var(--white); }
.booking-info h2 em { color: var(--brand-pale); }

.booking-info > p {
  color: rgba(255,255,255,0.75);
  margin-bottom: 32px;
  font-size: 1.05rem;
}

.booking-features {
  list-style: none;
  margin-bottom: 36px;
}

.booking-features li {
  padding: 10px 0;
  color: rgba(255,255,255,0.8);
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.btn-wa-big {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 32px;
  background: var(--wa);
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  transition: var(--transition);
}

.btn-wa-big:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(37,211,102,0.3);
}

.booking-form-wrap {
  background: var(--white);
  border-radius: var(--radius);
  padding: 40px 36px;
  box-shadow: var(--shadow-lg);
}

.booking-form h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--black);
  margin-bottom: 28px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid #DCE2E8;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 0.95rem;
  background: #fff;
  color: var(--charcoal);
  transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(80,106,131,0.12);
}

.btn-submit {
  width: 100%;
  padding: 16px;
  background: var(--brand);
  color: var(--white);
  border: none;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition);
  margin-top: 8px;
}

.btn-submit:hover {
  background: var(--brand-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(80,106,131,0.35);
}

.form-legal {
  margin-top: 16px;
  font-size: 0.78rem;
  color: var(--gray);
  text-align: center;
}

.form-legal a { color: var(--brand); text-decoration: underline; }

.booking-success {
  text-align: center;
  padding: 60px 24px;
}

.success-icon {
  width: 72px;
  height: 72px;
  background: var(--success);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 24px;
}

.booking-success h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--black);
  margin-bottom: 12px;
}

.booking-success p {
  color: var(--gray);
  margin-bottom: 28px;
}

/* === CONTACT === */
.contact-section {
  padding: 100px 0;
  background: var(--brand);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.contact-block {
  background: rgba(255,255,255,0.95);
  padding: 44px 32px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.contact-block:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}

.contact-icon {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

.contact-block h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--black);
  margin-bottom: 16px;
}

.contact-block p {
  color: var(--gray);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 8px;
}

.btn-text {
  color: var(--brand);
  font-weight: 600;
  font-size: 0.9rem;
  transition: var(--transition);
}

.btn-text:hover { color: var(--brand-dark); }

.phone {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--black);
  font-weight: 700;
}

.wa-link {
  color: var(--wa);
  font-weight: 600;
}

.email-link {
  color: var(--gray);
  font-size: 0.9rem;
}

.hours {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.hours td {
  padding: 10px 4px;
  border-bottom: 1px solid var(--brand-very-pale);
}

.hours td:first-child { color: var(--gray); text-align: left; }
.hours td:last-child { font-weight: 600; text-align: right; }

.hours tr:last-child td { border-bottom: none; }
.closed { color: #C62828; font-weight: 600; }

/* === FOOTER === */
.footer {
  background: var(--brand-darker);
  color: rgba(255,255,255,0.65);
  padding: 60px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
  align-items: start;
}

.footer-logo {
  height: 60px;
  width: auto;
  object-fit: contain;
  margin-bottom: 16px;
}

.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 280px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  transition: var(--transition);
}

.footer-links a:hover { color: var(--white); }

.footer-social a {
  color: var(--brand-pale);
  font-size: 0.9rem;
  font-weight: 500;
}

.footer-legal {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.35);
}

/* === UTILS === */
.hidden { display: none !important; }

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-links.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 76px; left: 0; right: 0;
    background: var(--white);
    padding: 24px;
    gap: 16px;
    border-bottom: 1px solid var(--brand-pale);
    z-index: 1001;
    box-shadow: var(--shadow);
  }
  .nav-toggle { display: block; }

  .hero-content { padding-top: 80px; }
  .hero-logo { height: 90px; }
  .hero-ctas { flex-direction: column; }
  .btn-white, .btn-outline-white { width: 100%; justify-content: center; }

  .showcase-card,
  .showcase-card.reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .showcase-card.reverse > * { direction: ltr; }
  .showcase-img { min-height: 240px; }
  .showcase-body,
  .showcase-card.reverse .showcase-body {
    padding: 32px 24px;
  }

  .booking-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 640px) {
  .hero h1 { font-size: 2.2rem; }
  .hero-subtitle { font-size: 1rem; }
  .hero-badges { flex-direction: column; }
  .badge { width: 100%; text-align: center; }
  .booking-form-wrap { padding: 28px 20px; }
  .service-card { padding: 24px 20px; }
  .logo-img { height: 40px; }
  .hero-logo { height: 72px; }
}

/* === WIZARD === */
.wizard {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}

.wizard-steps {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--brand-very-pale);
}

.wstep {
  flex: 1;
  text-align: center;
  padding: 10px 8px;
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gray);
  background: var(--brand-very-pale);
  transition: var(--transition);
}

.wstep.active {
  background: var(--brand);
  color: var(--white);
}

.wstep.done {
  background: var(--brand-pale);
  color: var(--brand-dark);
}

.wizard-body h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--black);
  margin-bottom: 20px;
}

.step-sub {
  color: var(--gray);
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.wizard-nav {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--brand-very-pale);
}

.btn-back {
  background: none;
  border: none;
  color: var(--brand);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 10px 0;
  transition: var(--transition);
}

.btn-back:hover { color: var(--brand-dark); }

/* === SERVICE GRID === */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}

.service-option {
  background: var(--white);
  border: 2px solid var(--brand-very-pale);
  border-radius: var(--radius-sm);
  padding: 20px 16px;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
}

.service-option:hover {
  border-color: var(--brand);
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}

.service-option.selected {
  border-color: var(--brand);
  background: var(--brand-very-pale);
}

.so-emoji {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.so-name {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--black);
  margin-bottom: 4px;
}

.so-meta {
  font-size: 0.78rem;
  color: var(--gray);
}

/* === CALENDAR === */
.calendar-wrap {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 20px;
  border: 1.5px solid var(--brand-very-pale);
}

.cal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.cal-header button {
  background: var(--brand-very-pale);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.2rem;
  color: var(--brand);
  cursor: pointer;
  transition: var(--transition);
}

.cal-header button:hover {
  background: var(--brand);
  color: var(--white);
}

#calTitle {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--black);
  text-transform: capitalize;
}

.cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-bottom: 8px;
}

.cal-weekdays span {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gray);
  text-transform: uppercase;
}

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

.cal-day {
  aspect-ratio: 1;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  background: var(--white);
  color: var(--black);
}

.cal-day.available:hover {
  background: var(--brand);
  color: var(--white);
  transform: scale(1.08);
}

.cal-day.selected {
  background: var(--brand);
  color: var(--white);
  box-shadow: 0 4px 12px rgba(80,106,131,0.3);
}

.cal-day.past,
.cal-day.weekend {
  background: var(--brand-very-pale);
  color: var(--gray-light);
  cursor: not-allowed;
}

.cal-legend {
  display: flex;
  gap: 20px;
  margin-top: 16px;
  font-size: 0.8rem;
  color: var(--gray);
}

.cal-legend .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
}

.dot.available { background: var(--brand); }
.dot.weekend { background: var(--brand-very-pale); }
.dot.past { background: var(--gray-light); }

/* === SLOTS === */
.slots-loading {
  text-align: center;
  padding: 40px;
  color: var(--gray);
}

.slots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
}

.slot-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 14px 8px;
  background: var(--white);
  border: 2px solid var(--brand-very-pale);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
}

.slot-btn:hover {
  border-color: var(--brand);
  background: var(--brand-very-pale);
  transform: translateY(-2px);
}

.slot-btn.selected {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}

.slot-time {
  font-weight: 700;
  font-size: 1rem;
}

.slot-end {
  font-size: 0.72rem;
  opacity: 0.8;
}

.slots-empty {
  text-align: center;
  padding: 40px;
  color: var(--gray);
  background: var(--brand-very-pale);
  border-radius: var(--radius-sm);
}

/* === BOOKING SUMMARY === */
.booking-summary {
  background: var(--brand-very-pale);
  border-radius: var(--radius-sm);
  padding: 20px;
  margin-bottom: 24px;
}

.sum-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(80,106,131,0.1);
  font-size: 0.92rem;
}

.sum-row:last-child { border-bottom: none; }

.sum-row span { color: var(--gray); }
.sum-row strong { color: var(--black); }

.booking-success-inline {
  text-align: center;
  padding: 40px 20px;
}

.booking-success-inline .success-icon {
  margin: 0 auto 20px;
}

.booking-success-inline h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--black);
  margin-bottom: 12px;
}

.booking-success-inline p {
  color: var(--gray);
  margin-bottom: 24px;
}
