:root {
  --onb-navy: #082746;
  --onb-ivory: #fbf7ef;
  --onb-gold: #e88d00;
  --onb-text: #29384c;
  --onb-muted: #647187;
  --onb-line: #ebdfcf;
}
.on-booking, .on-booking * { box-sizing: border-box; }
.on-booking { overflow: hidden; color: var(--onb-text); background: #fff; font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif; }
.on-booking-container { width: min(calc(100% - 40px), 1180px); margin-inline: auto; }
.on-booking h1, .on-booking h2, .on-booking h3 { color: var(--onb-navy); font-family: Georgia, "Times New Roman", serif; }
.on-booking-hero { padding: 72px 0 66px; background: var(--onb-ivory); }
.on-booking-hero__inner { position: relative; display: grid; grid-template-columns: 1fr minmax(0, 760px) 1fr; align-items: center; gap: 24px; }
.on-booking-hero__copy { text-align: center; }
.on-booking-eyebrow { margin: 0 0 12px; color: var(--onb-gold); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.on-booking-hero h1 { margin: 0; font-size: clamp(3rem, 5.8vw, 5.2rem); line-height: 1.02; letter-spacing: -.04em; }
.on-booking-hero__description { max-width: 650px; margin: 20px auto 0; color: var(--onb-muted); font-size: 1.08rem; line-height: 1.6; }
.on-booking-hero__description p { margin: 0 0 10px; }
.on-booking-hero__description p:last-child { margin-bottom: 0; }
.on-booking-hero__icon { display: grid; width: 105px; height: 105px; margin-left: auto; place-items: center; }
.on-booking-hero__icon svg, .on-booking-step__icon svg, .on-booking-help__icon svg { width: 100%; height: 100%; fill: none; stroke: var(--onb-gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.4; }
.on-booking-hero__spark { display: block; width: 42px; height: 42px; border-top: 4px solid var(--onb-gold); border-left: 4px solid var(--onb-gold); transform: rotate(-45deg) skew(12deg); opacity: .9; }
.on-booking-main { padding: 0 0 36px; background: #fff; }
.on-booking-embed-card { position: relative; z-index: 2; margin-top: -26px; padding: 40px 18px 18px; border: 1px solid var(--onb-line); border-radius: 12px; background: #fff; box-shadow: 0 12px 35px rgba(8,39,70,.055); }
.on-booking-embed-card > h2 { margin: 0 16px 28px; font-size: clamp(2.15rem, 4vw, 3.35rem); line-height: 1.08; }
.on-booking-embed { width: 100%; min-height: 180px; overflow: visible; }
.on-booking-embed iframe { display: block; width: 100%; max-width: 100%; border: 0; }
.on-booking-embed > div:not(.on-booking-embed__empty) { max-width: 100%; }
.on-booking-embed__empty { display: grid; min-height: 230px; padding: 30px; border: 2px dashed #dfcaa9; border-radius: 8px; color: var(--onb-muted); background: var(--onb-ivory); place-items: center; text-align: center; }
.on-booking-steps { padding: 0 0 28px; background: #fff; }
.on-booking-steps__box { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 30px 35px 58px; border: 1px solid var(--onb-line); border-radius: 12px; background: #fff; }
.on-booking-step { display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 18px; padding: 8px 30px; }
.on-booking-step + .on-booking-step { border-left: 1px solid var(--onb-line); }
.on-booking-step__icon { width: 62px; height: 62px; }
.on-booking-step__icon img { width: 100%; height: 100%; object-fit: contain; }
.on-booking-step h3 { margin: 0 0 5px; font-size: 1.2rem; }
.on-booking-step p { margin: 0; color: var(--onb-muted); font-size: .86rem; line-height: 1.55; }
.on-booking-steps__note { position: absolute; right: 35px; bottom: 15px; left: 35px; margin: 0; padding-top: 14px; border-top: 1px solid var(--onb-line); color: var(--onb-muted); font-size: .78rem; text-align: center; }
.on-booking-help { padding: 0 0 60px; background: #fff; }
.on-booking-help__box { display: grid; grid-template-columns: 76px 1fr auto; align-items: center; gap: 25px; padding: 28px 42px; border: 1px solid var(--onb-line); border-radius: 12px; background: #fff; }
.on-booking-help__icon { width: 64px; height: 64px; }
.on-booking-help h2 { margin: 0 0 6px; font-size: clamp(1.8rem, 3.4vw, 2.65rem); line-height: 1.1; }
.on-booking-help p { margin: 0; color: var(--onb-muted); line-height: 1.55; }
.on-booking-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 12px 26px; border: 2px solid var(--onb-gold); border-radius: 7px; color: #fff; background: var(--onb-gold); font-size: .9rem; font-weight: 800; text-decoration: none; transition: .2s ease; }
.on-booking-button:hover, .on-booking-button:focus-visible { color: var(--onb-gold); background: #fff; }
@media (max-width: 860px) {
  .on-booking-hero__inner { grid-template-columns: 70px 1fr 70px; }
  .on-booking-hero__icon { width: 70px; height: 70px; }
  .on-booking-steps__box { grid-template-columns: 1fr; padding-bottom: 65px; }
  .on-booking-step + .on-booking-step { border-top: 1px solid var(--onb-line); border-left: 0; }
  .on-booking-step { padding: 22px 15px; }
  .on-booking-help__box { grid-template-columns: 64px 1fr; }
  .on-booking-button { grid-column: 1 / -1; width: 100%; }
}
@media (max-width: 620px) {
  .on-booking-container { width: min(calc(100% - 24px), 1180px); }
  .on-booking-hero { padding: 48px 0 54px; }
  .on-booking-hero__inner { display: block; }
  .on-booking-hero h1 { font-size: 3rem; }
  .on-booking-hero__spark { display: none; }
  .on-booking-hero__icon { width: 65px; height: 65px; margin: 25px auto 0; }
  .on-booking-embed-card { padding: 27px 6px 8px; }
  .on-booking-embed-card > h2 { margin-inline: 14px; font-size: 2rem; }
  .on-booking-embed { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .on-booking-steps__box { padding: 12px 17px 67px; }
  .on-booking-step { grid-template-columns: 55px 1fr; gap: 14px; }
  .on-booking-step__icon { width: 48px; height: 48px; }
  .on-booking-steps__note { right: 17px; left: 17px; }
  .on-booking-help__box { display: flex; padding: 26px 22px; flex-direction: column; text-align: center; }
}

