/* Book a demo — page-specific styles (from the design project's inline <style>) */
.bkp{padding:clamp(56px,7vw,110px) 0;min-height:calc(100vh - 220px);display:flex;align-items:center}
.bkp .fin-wrap{width:100%}
.bkp-card{max-width:1120px;margin:0 auto;padding:clamp(26px,3.5vw,46px) clamp(22px,3.5vw,50px) clamp(20px,2.5vw,30px)}
.bkp-head{display:flex;align-items:center;gap:clamp(14px,1.6vw,20px);margin-bottom:14px}
.bkp-mark{width:56px;height:56px;flex:none;overflow:visible}
.bkp-mark path{fill:none;stroke:var(--ink);stroke-width:2.9;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:210;stroke-dashoffset:210;animation:bkpDraw .6s cubic-bezier(.4,0,.3,1) forwards}
.bkp-mark path:nth-of-type(2){animation-delay:.14s}.bkp-mark path:nth-of-type(3){animation-delay:.26s}.bkp-mark path:nth-of-type(4){animation-delay:.34s}
.bkp-mark circle{fill:var(--ink);opacity:0;animation:bkpDotIn .25s ease forwards,bkpDotHop 1.6s cubic-bezier(.3,0,.2,1) infinite}
.bkp-mark circle:nth-of-type(1){animation-delay:.62s,1s}.bkp-mark circle:nth-of-type(2){animation-delay:.72s,1.14s}.bkp-mark circle:nth-of-type(3){animation-delay:.82s,1.28s}
@keyframes bkpDraw{to{stroke-dashoffset:0}}@keyframes bkpDotIn{to{opacity:1}}@keyframes bkpDotHop{0%,55%,100%{transform:translateY(0)}25%{transform:translateY(-3px)}}
.bkp-h{font-family:var(--serif);font-weight:420;font-size:clamp(32px,3vw,46px);line-height:1.02;letter-spacing:-.02em;color:var(--ink);margin:0;max-width:none;white-space:nowrap}
.bkp-grid{display:grid;grid-template-columns:minmax(300px,380px) minmax(0,1fr);gap:clamp(28px,3.5vw,56px);align-items:stretch}
.bkp-side{display:flex;flex-direction:column;min-width:0}
.bkp-photo{height:clamp(180px,19vw,250px);margin-top:clamp(22px,3vw,34px)}
.bkp-photo .islot{width:100%;height:100%;border-radius:14px}
.bkp-tm{margin:clamp(20px,2.5vw,30px) 0 0;padding:0;flex:1}
.bkp-tm blockquote{margin:0;font-family:var(--serif);font-weight:420;font-size:clamp(21px,1.9vw,26px);line-height:1.38;letter-spacing:-.012em;color:var(--ink);text-wrap:pretty;transition:opacity .4s ease}
.bkp-tm figcaption{margin-top:14px;font-family:var(--sans);transition:opacity .4s ease}
.bkp-tm figcaption b{display:block;font-weight:600;font-size:15.5px;color:var(--ink)}
.bkp-tm figcaption span{font-size:14px;color:var(--muted)}
.bkp-tm.is-swap blockquote,.bkp-tm.is-swap figcaption{opacity:0}
.bkp-logos{margin-top:clamp(26px,3vw,40px);padding-top:20px;border-top:1px solid var(--line)}
.bkp-cap{display:block;font-family:var(--mono);font-weight:500;font-size:12.5px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);margin-bottom:14px}
.bkp-lgs{display:flex;align-items:baseline;gap:18px 22px;flex-wrap:wrap;color:var(--muted)}
.bkp-lgs i{font-style:normal;white-space:nowrap}
.bkp-lgs .lg-sans{font-family:var(--sans);font-weight:600;font-size:15px}
.bkp-lgs .lg-caps{font-family:var(--sans);font-weight:700;font-size:13.5px;letter-spacing:.1em}
.bkp-lgs .lg-serif{font-family:var(--serif);font-weight:500;font-size:17px}
.bkp-lgs .lg-mono{font-family:var(--mono);font-weight:600;font-size:12.5px;letter-spacing:.06em}
.bkp-p{font-family:var(--sans);font-size:16.5px;line-height:1.5;color:var(--muted);margin:0;text-wrap:pretty}
.bkp-sheet{position:relative;background:#fff;border:1px solid var(--line-2);border-radius:14px;overflow:hidden;min-height:580px;display:flex;flex-direction:column}
.bkp-sheet-head{display:none;align-items:center;gap:12px;padding:13px 18px;border-bottom:1px solid var(--line);flex:none}
.bkp-sheet.is-cal .bkp-sheet-head{display:flex}
.bkp-sheet-head b{font-family:var(--sans);font-weight:600;font-size:15px;color:var(--ink)}
.bkp-chg{margin-left:auto;appearance:none;background:none;border:1px solid var(--line-2);border-radius:999px;padding:7px 14px;font-family:var(--sans);font-size:13.5px;color:var(--muted);cursor:pointer;max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:border-color .15s,color .15s}
.bkp-chg:hover{border-color:var(--ink);color:var(--ink)}
.bkp-body{position:relative;flex:1;min-height:0}
.bkp-sheet:not(.is-cal) #bd-cal-slot{display:none}
#bd-cal-slot{min-height:580px;padding:6px 10px 12px;opacity:0;transition:opacity .35s ease}
#bd-cal-slot.is-ready{opacity:1}
#bd-cal-slot iframe{display:block}
.bd-skel{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:#fff;opacity:0;transition:opacity .3s ease;pointer-events:none}
.bkp-sheet.is-loading .bd-skel{opacity:1}
.bkp-sheet .bd-skel.is-done{opacity:0}
.bd-skel.is-done{opacity:0}
.bd-dots{display:flex;gap:9px}
.bd-dots i{width:7px;height:7px;border-radius:50%;background:var(--ink);animation:bkpHopL 1.05s cubic-bezier(.3,0,.2,1) infinite}
.bd-dots i:nth-child(2){animation-delay:.14s}.bd-dots i:nth-child(3){animation-delay:.28s}
@keyframes bkpHopL{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-9px)}}
.bd-skel span{font-family:var(--mono);font-size:12.5px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}
.bkp-lead{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;background:#fff;padding:clamp(26px,4vw,54px);transition:opacity .3s ease;overflow-y:auto}
.bkp-lead.is-done{opacity:0;pointer-events:none}
.bkp-lead-main{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:15px;margin:auto 0;max-width:540px;width:100%}
.bkp-step{font-family:var(--mono);font-weight:500;font-size:12.5px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}
.bkp-lead h2{font-family:var(--serif);font-weight:420;font-size:clamp(27px,2.7vw,36px);letter-spacing:-.016em;color:var(--ink);margin:0;max-width:none}
.bkp-lead-row{display:flex;gap:10px;flex-wrap:wrap;width:min(500px,100%);margin-top:4px}
.bkp-lead input,.bkp-lead select{flex:1;min-width:min(220px,100%);padding:13px 16px;border:1px solid var(--line-2);border-radius:11px;font-family:var(--sans);font-size:16px;color:var(--ink);background:var(--bg);outline:none;transition:border-color .15s}
.bkp-lead input:focus,.bkp-lead select:focus{border-color:var(--ink)}
.bkp-lead input.is-bad,.bkp-lead select.is-bad{border-color:#B3542E}
.bkp-lead em{font-style:normal;font-family:var(--sans);font-size:13.5px;color:var(--muted)}
.bkp-ghost{position:absolute;top:clamp(26px,4vw,50px);right:clamp(22px,4vw,54px);width:clamp(110px,14vw,170px);height:auto;overflow:visible}
.bkp-ghost path{fill:none;stroke:var(--line-2);stroke-width:2.9;stroke-linecap:round;stroke-linejoin:round}
.bkp-ghost circle{fill:var(--line-2);animation:bkpDotHop 2.2s cubic-bezier(.3,0,.2,1) infinite}
.bkp-ghost circle:nth-of-type(2){animation-delay:.18s}.bkp-ghost circle:nth-of-type(3){animation-delay:.36s}
.bkp-next{position:relative;z-index:1;display:flex;gap:clamp(20px,3vw,40px);width:100%;padding-top:20px;border-top:1px solid var(--line)}
.bkp-next div{flex:1;min-width:0}
.bkp-next span{display:block;font-family:var(--mono);font-weight:500;font-size:12.5px;letter-spacing:.13em;color:var(--terra);margin-bottom:7px}
.bkp-next p{margin:0;font-family:var(--sans);font-size:14.5px;line-height:1.45;color:var(--muted);text-wrap:pretty}
.bkp-quote{display:none}

/* production: multi-field lead form + submit state */
.bkp-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:min(560px,100%);margin-top:4px}
.bkp-fields .bkp-wide{grid-column:1 / -1}
.bkp-fields input,.bkp-fields select{min-width:0;width:100%}
.bkp-hp{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}
.bkp-err{font-family:var(--sans);font-size:14px;color:#B3542E;margin:0}
.bkp-err[hidden]{display:none}
.bkp-lead button[type=submit][data-busy]{opacity:.6;pointer-events:none}
@media(max-width:560px){.bkp-fields{grid-template-columns:1fr}}

@media(max-width:960px){.bkp-grid{display:flex;flex-direction:column}.bkp-side{display:contents}.bkp-head{order:1}.bkp-p{order:2}.bkp-sheet{order:3;margin-top:20px}.bkp-photo{order:4}.bkp-tm{order:5;margin:26px 0 0}.bkp-logos{order:6}}
@media(max-width:720px){.bkp-sheet-head{padding:11px 14px}.bkp-chg{max-width:45%}}
@media(max-width:720px){.bkp{padding:0;min-height:0;display:block}.bkp .wrap{padding:0}.bkp-card{border-radius:0;padding:22px 16px 16px}.bkp-mark{width:44px;height:44px}.bkp-ghost{display:none}.bkp-next{flex-direction:column;gap:14px}.bkp-next span{margin-bottom:3px}.bkp-sheet{min-height:0}.bkp-lead{position:relative;inset:auto;min-height:380px}#bd-cal-slot{min-height:0}.bkp-sheet.is-cal #bd-cal-slot{min-height:560px}.bkp-lead.is-done{display:none}}
@media(prefers-reduced-motion:reduce){.bkp-mark path,.bkp-hl path{stroke-dashoffset:0;animation:none}.bkp-mark circle{opacity:1;animation:none}.bd-dots i{animation:none}#bd-cal-slot,.bd-skel{transition:none}}
