body.dpl-booking-open { overflow: hidden; }
.dpl-booking-modal { position: fixed; inset: 0; z-index: 100000; display: none; align-items: center; justify-content: center; padding: 20px; }
.dpl-booking-modal[aria-hidden="false"] { display: flex; }
.dpl-booking-backdrop { position: absolute; inset: 0; background: rgba(10, 14, 12, .72); backdrop-filter: blur(6px); }
.dpl-booking-dialog { position: relative; width: min(680px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; background: #fff; border-radius: 24px; padding: 34px; box-shadow: 0 30px 90px rgba(0,0,0,.28); font-family: "DM Sans", sans-serif; color: #111; }
.dpl-booking-close { position: absolute; right: 20px; top: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #f3f5f4; color: #111; font-size: 27px; cursor: pointer; }
.dpl-booking-eyebrow { margin: 0 0 8px; color: #00a859; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.dpl-booking-dialog h2 { margin: 0 45px 25px 0; font-family: "Cormorant Garamond", serif; font-size: clamp(30px, 5vw, 42px); line-height: 1.05; }
.dpl-step-label { display: flex; align-items: center; gap: 12px; margin: 4px 0 20px; }
.dpl-step-label > span { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; background: #e9f8ef; color: #008f4c; font-weight: 800; }
.dpl-step-label strong, .dpl-step-label small { display: block; }
.dpl-step-label strong { font-size: 15px; }
.dpl-step-label small { margin-top: 2px; color: #68716c; font-size: 12px; }
.dpl-booking-dialog label { display: block; margin-bottom: 16px; font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.dpl-booking-dialog label span { color: #717171; font-weight: 400; text-transform: none; }
.dpl-booking-dialog input:not([type="checkbox"]), .dpl-booking-dialog textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid #dfe3e1; border-radius: 10px; background: #fafbfa; color: #111; font: 400 15px "DM Sans", sans-serif; text-transform: none; box-sizing: border-box; }
.dpl-booking-dialog input:focus, .dpl-booking-dialog textarea:focus { outline: 0; border-color: #00a859; box-shadow: 0 0 0 3px rgba(0,168,89,.1); }
.dpl-booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dpl-booking-quote { margin: 10px 0 18px; padding: 18px; border-radius: 14px; background: #f5faf7; border: 1px solid #dceee4; }
.dpl-booking-quote > div { display: flex; justify-content: space-between; gap: 20px; padding: 6px 0; font-size: 14px; }
.dpl-booking-quote .dpl-quote-total { margin-top: 8px; padding-top: 14px; border-top: 1px solid #cfe4d7; font-size: 16px; }
.dpl-booking-quote .dpl-quote-due { color: #008f4c; font-size: 17px; }
.dpl-booking-consent { display: flex !important; align-items: flex-start; gap: 10px; font-size: 13px !important; letter-spacing: 0 !important; text-transform: none !important; }
.dpl-booking-consent input { margin-top: 2px; }
.dpl-promo-details { margin: 10px 0 16px; border: 1px solid #e1e6e3; border-radius: 12px; padding: 12px 14px; background: #fbfcfb; }
.dpl-promo-details summary { cursor: pointer; font-weight: 700; color: #26312b; }
.dpl-promo-details[open] summary { margin-bottom: 12px; }
.dpl-promo-details label { margin: 0; }
.dpl-money-estimate { display: block; margin-top: 4px; color: #34463d; font-size: 13px; font-weight: 750; line-height: 1.35; letter-spacing: .01em; }
.dpl-currency-note { margin: 13px 0 0 !important; padding: 11px 12px; border-radius: 10px; background: #f4f8f5; color: #526059; font-size: 12px; line-height: 1.5; }
.dpl-quote-discount, .dpl-quote-discount strong { color: #087b43; }
.dpl-booking-consent span { color: #333 !important; }
.dpl-booking-consent a { color: #008f4c; }
.dpl-booking-message { min-height: 24px; color: #9b2c2c; font-size: 13px; font-weight: 600; }
.dpl-booking-actions { display: grid; grid-template-columns: 1fr 1.3fr; gap: 12px; margin-top: 8px; }
.dpl-booking-actions.dpl-single-action { grid-template-columns: 1fr; }
.dpl-booking-actions button { border: 0; border-radius: 100px; padding: 16px 20px; font: 700 14px "DM Sans", sans-serif; cursor: pointer; }
.dpl-secondary-button { background: #eef1ef; color: #111; }
.dpl-primary-button { background: #00a859; color: #fff; }
.dpl-booking-actions button:disabled { opacity: .48; cursor: not-allowed; }
.dpl-guest-step { margin-top: 22px; padding-top: 4px; animation: dplReveal .24s ease-out; }
.dpl-guest-step[hidden], .dpl-booking-actions[hidden] { display: none !important; }
@keyframes dplReveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.dpl-confirmation-screen { position: fixed; inset: 0; z-index: 1000000; min-height: 100vh; overflow-y: auto; padding: 42px 20px; box-sizing: border-box; background: radial-gradient(circle at 50% 0%, #173e55 0, #0c273a 42%, #071b29 100%); color: #13201a; font-family: "DM Sans", sans-serif; }
.dpl-confirmation-glow { position: fixed; width: 420px; height: 420px; border-radius: 50%; filter: blur(12px); opacity: .2; pointer-events: none; }
.dpl-glow-one { top: -210px; left: -120px; background: #25b76b; }
.dpl-glow-two { right: -180px; bottom: -220px; background: #d1ad68; }
.dpl-confirmation-shell { position: relative; width: min(760px, 100%); margin: 0 auto; }
.dpl-confirmation-brand { display: flex; justify-content: center; align-items: center; gap: 12px; margin-bottom: 26px; color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; letter-spacing: .3px; }
.dpl-confirmation-brand em { color: #7ee1a7; font-style: normal; }
.dpl-brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; color: #78dfa3; font-size: 23px; font-weight: 700; }
.dpl-confirmation-card { position: relative; padding: clamp(30px, 6vw, 58px); overflow: hidden; border: 1px solid rgba(255,255,255,.72); border-radius: 30px; background: rgba(255,255,255,.97); box-shadow: 0 32px 90px rgba(0,0,0,.28); text-align: center; }
.dpl-confirmation-card:before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, #1cac63, #66d493, #d4b06a); }
.dpl-confirmation-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 22px; border-radius: 50%; background: #eaf8f0; box-shadow: 0 0 0 10px #f4fbf7; color: #129654; font-size: 36px; font-weight: 500; }
.dpl-confirmation-pending .dpl-confirmation-icon, .dpl-confirmation-review .dpl-confirmation-icon { background: #fff7e8; box-shadow: 0 0 0 10px #fffbf3; color: #a96c12; }
.dpl-confirmation-eyebrow { margin: 0 0 10px; color: #119152; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.dpl-confirmation-card h1 { margin: 0; color: #102d3f; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(38px, 7vw, 60px); font-weight: 500; line-height: 1.02; }
.dpl-confirmation-lead { max-width: 560px; margin: 18px auto 30px; color: #5c6b64; font-size: 15px; line-height: 1.7; }
.dpl-confirmation-summary { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0 0 18px; overflow: hidden; border: 1px solid #e4ebe7; border-radius: 18px; background: #fbfcfb; text-align: left; }
.dpl-confirmation-summary > div { min-width: 0; padding: 17px 20px; border-right: 1px solid #e7ece9; border-bottom: 1px solid #e7ece9; }
.dpl-confirmation-summary > div:nth-child(even), .dpl-confirmation-summary > div:last-child { border-right: 0; }
.dpl-confirmation-summary > div:nth-last-child(-n+2) { border-bottom: 0; }
.dpl-confirmation-summary .dpl-summary-residence { grid-column: 1 / -1; border-right: 0; }
.dpl-confirmation-summary span, .dpl-confirmation-reference span { display: block; margin-bottom: 5px; color: #78827d; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.dpl-confirmation-summary strong { display: block; overflow: hidden; color: #153044; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.dpl-confirmation-reference { padding: 15px 18px; border: 1px dashed #b8c9c0; border-radius: 14px; background: #f3f8f5; }
.dpl-confirmation-reference strong { color: #164a32; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 14px; letter-spacing: .35px; word-break: break-all; }
.dpl-confirmation-actions { display: flex; justify-content: center; gap: 12px; margin-top: 26px; }
.dpl-confirmation-actions a { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 24px; border-radius: 100px; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.dpl-confirmation-actions a:hover { transform: translateY(-1px); }
.dpl-confirmation-primary { background: #13a45b; box-shadow: 0 10px 28px rgba(19,164,91,.23); color: #fff !important; }
.dpl-confirmation-secondary { border: 1px solid #d6dfda; background: #fff; color: #173448 !important; }
.dpl-confirmation-help { margin: 25px 0 0; color: #7b8580; font-size: 12px; line-height: 1.55; }
@media (max-width: 620px) {
  .dpl-booking-modal { padding: 0; align-items: flex-end; }
  .dpl-booking-dialog { max-height: 94vh; border-radius: 24px 24px 0 0; padding: 28px 20px; }
  .dpl-booking-grid, .dpl-booking-actions { grid-template-columns: 1fr; gap: 0; }
  .dpl-booking-actions { gap: 10px; }
  .dpl-confirmation-screen { padding: 22px 14px; }
  .dpl-confirmation-brand { margin-bottom: 18px; }
  .dpl-confirmation-card { border-radius: 24px; }
  .dpl-confirmation-summary { grid-template-columns: 1fr; }
  .dpl-confirmation-summary .dpl-summary-residence { grid-column: auto; }
  .dpl-confirmation-summary > div, .dpl-confirmation-summary > div:nth-child(even), .dpl-confirmation-summary > div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid #e7ece9; }
  .dpl-confirmation-summary > div:last-child { border-bottom: 0; }
  .dpl-confirmation-actions { flex-direction: column; }
}
