.hp-booking-preview{--preview-navy:var(--hp-public-navy,#092c44);--preview-blue:var(--hp-public-blue,#0b6fb8);--preview-pale:var(--hp-public-blue-soft,#eaf4fb);position:relative;min-width:0;margin:0;overflow:hidden;border:1px solid #cbddeb;border-radius:20px;background:#fff;color:var(--preview-navy);box-shadow:0 18px 44px rgba(9,44,68,.08)}
.hp-booking-preview *{box-sizing:border-box}
.hp-booking-preview [hidden]{display:none!important}
.hp-booking-preview__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:var(--preview-navy);color:white;font-size:13px}
.hp-booking-preview__head>span{font-size:11px;opacity:.85}
.hp-booking-preview__screen{display:block;aspect-ratio:1280/820;background:var(--preview-pale);overflow:hidden}
.hp-booking-preview__screen img{display:block;width:100%;height:auto;max-width:100%}
.hp-booking-preview__screen picture{display:block}
.hp-booking-preview figcaption{padding:14px 18px 18px}
.hp-booking-preview__controls{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:14px}
.hp-booking-preview__steps{display:flex;gap:4px}
.hp-booking-preview button{font:inherit;font-size:12px;cursor:pointer;min-height:44px;border:0;border-radius:7px;padding:6px 8px;color:var(--preview-navy);background:transparent}
.hp-booking-preview__steps button{display:flex;align-items:center;gap:6px}
.hp-booking-preview__steps button>span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--preview-pale);font-size:11px;font-weight:750}
.hp-booking-preview__steps button[aria-current=step]{color:var(--preview-blue);font-weight:750;background:var(--preview-pale)}
.hp-booking-preview__steps button[aria-current=step]>span{color:#fff;background:var(--preview-blue)}
.hp-booking-preview .hp-booking-preview__play{border:1px solid #cbddeb;font-weight:700;min-width:62px}
.hp-booking-preview a:focus-visible,.hp-booking-preview button:focus-visible{outline:3px solid var(--preview-blue);outline-offset:-3px}
.hp-booking-preview figcaption>p{font-size:15px;line-height:1.5;font-weight:650;margin:0 0 8px;min-height:45px}
.hp-booking-preview figcaption>small{display:block;color:#526d82;font-size:11px;line-height:1.5}
.hp-pro-booking{display:grid;grid-template-columns:minmax(0,.65fr) minmax(0,1.35fr);gap:44px;align-items:center}
.hp-pro-booking__copy h2{font-size:clamp(28px,3vw,40px);line-height:1.13;letter-spacing:-.03em;margin:12px 0 18px;color:var(--hp-public-navy,#092c44)}
.hp-pro-booking__copy>p{font-size:17px;line-height:1.65;color:#526d82}
.hp-pro-booking__copy>a{display:inline-flex;align-items:center;min-height:48px;gap:12px;color:var(--hp-public-blue,#0b6fb8);font-weight:750;margin-top:12px}
.hp-pricing__hero:has(.hp-booking-preview){gap:42px;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr)}
@media(max-width:980px){.hp-pro-booking,.hp-pricing__hero:has(.hp-booking-preview){grid-template-columns:minmax(0,1fr)}.hp-pro-booking{gap:24px}.hp-pro-booking__copy{max-width:650px}.hp-pricing__hero>.hp-booking-preview{width:100%;max-width:700px;margin-inline:auto}}
@media(max-width:600px){.hp-booking-preview__screen{aspect-ratio:760/900}}
@media(max-width:480px){.hp-booking-preview__head{padding:12px;font-size:12px}.hp-booking-preview figcaption{padding:10px 12px 14px}.hp-booking-preview__controls{gap:4px}.hp-booking-preview button{padding:5px;font-size:11px}.hp-booking-preview__steps{gap:1px}.hp-booking-preview__steps button{gap:4px}.hp-booking-preview__steps button>span{width:18px;height:18px}.hp-booking-preview figcaption>p{font-size:14px;min-height:63px}}

/* Phone previews use native-size product components, with controls before the screen. */
.hp-booking-preview>.hp-booking-preview__controls{margin:0;padding:14px 18px 0}
.hp-pro-intro .hp-booking-preview figcaption>p{margin:0 0 8px}
@media(max-width:600px){
.hp-booking-preview{display:flex;flex-direction:column;border-radius:16px}
.hp-booking-preview__head{order:0}
.hp-booking-preview>.hp-booking-preview__controls{order:1;padding:8px;gap:4px;background:#fff;border-bottom:1px solid #cbddeb}
.hp-booking-preview__screen{order:2;aspect-ratio:390/537}
.hp-booking-preview figcaption{order:3;padding:12px 14px 14px}
.hp-booking-preview button{font-size:12px;padding:5px 6px}
.hp-booking-preview__steps button{gap:4px}
.hp-booking-preview figcaption>p{min-height:0;font-size:14px}
}

/* The cursor tip marks the actual action in each reviewed screenshot. */
.hp-booking-preview__screen{position:relative}
.hp-booking-preview__tap{position:absolute;left:89%;top:72%;width:28px;height:32px;pointer-events:none;z-index:1}
.hp-booking-preview__tap--time{left:34%;top:78%}
.hp-booking-preview__tap--confirm{left:49%;top:72%}
.hp-booking-preview__tap svg{position:relative;display:block;width:28px;height:32px;overflow:visible;fill:var(--preview-navy);stroke:#fff;stroke-width:2;stroke-linejoin:round;filter:drop-shadow(0 2px 2px rgba(9,44,68,.3))}
.hp-booking-preview__tap:before{content:"";position:absolute;left:3px;top:2px;width:32px;height:32px;border:3px solid var(--preview-blue);border-radius:50%;background:rgba(11,111,184,.15);box-shadow:0 0 0 2px #fff;transform:translate(-50%,-50%)}
.hp-booking-preview picture[hidden]+.hp-booking-preview__tap{display:none}
.hp-booking-preview[data-booking-playing=true] .hp-booking-preview__tap:before{animation:hp-booking-tap 3s ease-out infinite}
@keyframes hp-booking-tap{0%,55%{transform:translate(-50%,-50%) scale(.75);opacity:.65}65%{transform:translate(-50%,-50%) scale(1.3);opacity:1}78%{transform:translate(-50%,-50%) scale(.85);opacity:1}92%,100%{transform:translate(-50%,-50%) scale(1.45);opacity:.25}}
@media(max-width:600px){.hp-booking-preview__tap--profile{left:77%;top:73%}.hp-booking-preview__tap--time{left:56%;top:82%}.hp-booking-preview__tap--confirm{left:77%;top:70%}.hp-booking-preview__tap svg{width:24px;height:28px}}
@media(prefers-reduced-motion:reduce){.hp-booking-preview .hp-booking-preview__tap:before{animation:none!important}}

.hp-booking-preview .hp-booking-preview__play{display:grid;place-items:center;min-width:44px;width:44px;flex:0 0 44px;padding:10px}
.hp-booking-preview__play svg{display:block;width:22px;height:22px;fill:currentColor}
.hp-booking-preview__play[data-state=playing] .hp-booking-preview__play-icon,.hp-booking-preview__play[data-state=paused] .hp-booking-preview__pause-icon{display:none}
