:root{
  --red:#ef1b27;
  --red-dark:#c90f1b;
  --red-soft:#fff0f1;
  --ink:#0c0d0e;
  --ink-2:#242628;
  --muted:#6d7074;
  --line:#dededb;
  --paper:#ffffff;
  --warm:#f7f6f3;
  --warm-2:#eeece6;
  --green:#30bf7a;
  --device:#0a0a0b;
  --shadow:0 40px 90px rgba(18,18,16,.18),0 10px 28px rgba(18,18,16,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;min-height:100%;background:var(--warm);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
button,textarea{font:inherit}
button{color:inherit}
.demo-page{min-height:100vh;display:flex;flex-direction:column;overflow:hidden;background:radial-gradient(circle at 76% 44%,rgba(239,27,39,.055),transparent 28%),var(--warm)}
.topbar{min-height:88px;display:flex;align-items:center;justify-content:space-between;padding:18px clamp(22px,4vw,64px);border-bottom:1px solid rgba(12,13,14,.08);background:rgba(247,246,243,.82);backdrop-filter:blur(20px);position:relative;z-index:10}
.brand-lockup{display:flex;align-items:center;gap:13px;color:inherit;text-decoration:none}
.brand-symbol{position:relative;width:38px;height:38px;border:2px solid var(--ink);border-radius:12px;display:block;transform:rotate(45deg)}
.brand-symbol:before,.brand-symbol:after{content:"";position:absolute;background:var(--warm)}
.brand-symbol:before{width:18px;height:12px;left:-5px;top:11px}
.brand-symbol:after{width:12px;height:18px;right:11px;top:-5px}
.brand-symbol i,.brand-symbol b{position:absolute;display:block;background:var(--red);border-radius:999px;transform:rotate(-45deg)}
.brand-symbol i{width:8px;height:8px;left:4px;bottom:4px}
.brand-symbol b{width:13px;height:4px;right:3px;top:6px}
.brand-copy{display:flex;align-items:baseline;gap:7px;letter-spacing:-.02em}.brand-copy strong{font-size:17px}.brand-copy small{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.14em;font-weight:700}
.top-actions{display:flex;align-items:center;gap:10px}.live-pill,.quiet-button,.dark-button{height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}
.live-pill{gap:8px;padding:0 15px;border:1px solid rgba(12,13,14,.1);background:rgba(255,255,255,.72);font-size:12px;color:#4b4e51;font-weight:650}.live-dot{width:7px;height:7px;background:var(--green);border-radius:50%;box-shadow:0 0 0 5px rgba(48,191,122,.12)}
.quiet-button,.dark-button{padding:0 17px;border:1px solid rgba(12,13,14,.13);cursor:pointer;font-weight:700;font-size:13px}.quiet-button{background:transparent}.quiet-button:hover{background:white}.dark-button{background:var(--ink);color:white;border-color:var(--ink)}.dark-button:hover{background:#252627}
.hero{width:min(1600px,100%);margin:auto;display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:clamp(40px,6vw,110px);padding:clamp(46px,6vw,92px) clamp(22px,5vw,80px) 48px;flex:1}
.hero-copy{max-width:660px;position:relative;z-index:2}.eyebrow{font-size:11px;line-height:1;text-transform:uppercase;letter-spacing:.2em;font-weight:800;color:var(--red);margin:0 0 24px}
.hero h1{font-size:clamp(52px,6vw,92px);font-weight:680;line-height:.92;letter-spacing:-.065em;margin:0;max-width:780px}.hero h1 span{color:#969794;font-weight:520}.lede{max-width:590px;margin:30px 0 34px;color:#55585b;font-size:clamp(16px,1.35vw,20px);line-height:1.58;letter-spacing:-.012em}
.scenario-list{display:grid;gap:9px;max-width:580px}.scenario-list button{width:100%;display:grid;grid-template-columns:42px 1fr 22px;align-items:center;text-align:left;gap:12px;padding:13px 15px;border:1px solid rgba(12,13,14,.1);border-radius:18px;background:rgba(255,255,255,.62);cursor:pointer;transition:.22s ease;backdrop-filter:blur(12px)}.scenario-list button:hover{background:white;border-color:rgba(12,13,14,.22);transform:translateX(4px)}.scenario-icon{width:38px;height:38px;border-radius:13px;background:var(--ink);color:white;display:grid;place-items:center;font-size:10px;font-weight:800;letter-spacing:.06em}.scenario-list strong,.scenario-list small{display:block}.scenario-list strong{font-size:14px;letter-spacing:-.01em}.scenario-list small{font-size:11px;color:var(--muted);margin-top:3px}.scenario-list svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.7;opacity:.45}
.proof-row{display:flex;gap:32px;margin-top:30px;padding-top:24px;border-top:1px solid rgba(12,13,14,.1)}.proof-row div{display:flex;flex-direction:column;gap:3px}.proof-row strong{font-size:15px}.proof-row span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.11em;font-weight:750}
.product-stage{min-height:760px;position:relative;display:grid;place-items:center;isolation:isolate}.product-stage:before{content:"";position:absolute;width:min(680px,100%);height:min(680px,100%);border-radius:50%;background:radial-gradient(circle,#fff 0,#fff 44%,rgba(255,255,255,.15) 69%,transparent 70%);z-index:-2}.stage-orbit{position:absolute;border:1px solid rgba(12,13,14,.07);border-radius:50%;z-index:-1}.orbit-a{width:590px;height:590px}.orbit-b{width:720px;height:720px;border-style:dashed;opacity:.55}
.floating-card{position:absolute;display:flex;align-items:center;gap:11px;padding:13px 15px;border:1px solid rgba(12,13,14,.11);border-radius:18px;background:rgba(255,255,255,.9);box-shadow:0 18px 45px rgba(22,22,20,.08);backdrop-filter:blur(14px);z-index:3}.floating-card>span{width:34px;height:34px;border-radius:12px;background:var(--red-soft);position:relative}.floating-card>span:after{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:var(--red);left:50%;top:50%;transform:translate(-50%,-50%)}.floating-card small,.floating-card strong{display:block}.floating-card small{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-weight:750}.floating-card strong{font-size:12px;margin-top:3px}.card-a{left:0;top:24%}.card-b{right:-4px;bottom:21%}
.device-shell{position:relative;width:392px;height:790px;border-radius:58px;padding:6px;background:linear-gradient(135deg,#646565 0,#161719 12%,#050506 43%,#303133 82%,#8a8b8c 100%);box-shadow:var(--shadow);z-index:2}.device-shell:before{content:"";position:absolute;inset:2px;border-radius:56px;border:1px solid rgba(255,255,255,.28);pointer-events:none}.device-bezel{width:100%;height:100%;border-radius:53px;background:#050506;padding:7px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}.device-screen{height:100%;border-radius:46px;overflow:hidden;background:var(--paper);display:flex;flex-direction:column;position:relative}.side-button{position:absolute;background:linear-gradient(90deg,#545557,#0a0a0b);border-radius:3px 0 0 3px;left:-4px;width:4px}.side-one{height:30px;top:110px}.side-two{height:70px;top:168px}.side-three{height:70px;top:250px}.device-shell:after{content:"";position:absolute;right:-4px;top:190px;width:4px;height:96px;background:linear-gradient(90deg,#0a0a0b,#5d5e60);border-radius:0 3px 3px 0}
.status-bar{height:32px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:4px 20px 0;font-size:10px;font-weight:800;letter-spacing:-.02em;background:white;position:relative;z-index:2}.dynamic-island{width:92px;height:24px;border-radius:999px;background:#050506;display:block}.status-icons{display:flex;justify-content:flex-end;align-items:center;gap:4px}.status-icons svg{width:15px;height:12px;fill:none;stroke:currentColor;stroke-width:1.3}.status-icons svg:first-child{fill:currentColor;stroke:none;width:14px}.status-icons svg:last-child{width:21px}.status-icons svg:last-child rect:last-child{fill:currentColor}
.chat-header{height:69px;display:flex;align-items:center;gap:10px;padding:9px 13px 10px;background:#fff;border-bottom:1px solid #ececea}.icon-button{width:32px;height:32px;border:0;border-radius:50%;background:transparent;display:grid;place-items:center;cursor:pointer}.icon-button:hover{background:#f3f2ef}.icon-button svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.more-button svg{fill:currentColor;stroke:none}.assistant-avatar{width:40px;height:40px;border-radius:14px;background:var(--ink);color:white;display:grid;place-items:center;font-weight:850;position:relative;box-shadow:0 6px 14px rgba(12,13,14,.14)}.assistant-avatar i{position:absolute;width:10px;height:10px;border:2px solid white;background:var(--green);border-radius:50%;right:-2px;bottom:-2px}.assistant-meta{min-width:0;flex:1}.assistant-meta strong,.assistant-meta small{display:block}.assistant-meta strong{font-size:13px;letter-spacing:-.01em}.assistant-meta small{font-size:10px;color:var(--muted);margin-top:2px}.online-badge{display:flex;align-items:center;gap:5px;border:1px solid #dfe3df;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:750;color:#3a5a48}.online-badge i{width:5px;height:5px;background:var(--green);border-radius:50%}
.context-strip{display:flex;align-items:center;gap:10px;padding:9px 15px;background:#faf9f7;border-bottom:1px solid #eeece8}.secure-icon{width:26px;height:26px;border-radius:9px;background:#f1efeb;display:grid;place-items:center}.secure-icon svg{width:14px;fill:none;stroke:#6d7074;stroke-width:1.7}.context-strip strong,.context-strip small{display:block}.context-strip strong{font-size:9px;text-transform:uppercase;letter-spacing:.09em}.context-strip small{font-size:9px;color:var(--muted);margin-top:2px}
.chat-background{flex:1;min-height:0;overflow:auto;background:linear-gradient(180deg,#fbfaf8,#f5f3ef);scrollbar-width:thin;scrollbar-color:#d6d3cc transparent}.messages{padding:18px 13px 10px;display:flex;flex-direction:column;gap:11px}.message{max-width:86%;border-radius:18px;padding:11px 12px 8px;font-size:12.5px;line-height:1.48;letter-spacing:-.005em;white-space:pre-wrap;animation:messageIn .24s ease-out;border:1px solid transparent}.message.ai{align-self:flex-start;background:#fff;border-color:#e8e6e1;border-bottom-left-radius:5px;box-shadow:0 7px 22px rgba(20,20,18,.055)}.message.user{align-self:flex-end;background:var(--ink);color:#fff;border-bottom-right-radius:5px}.message.human{align-self:flex-start;background:var(--red-soft);border-color:rgba(239,27,39,.22);border-bottom-left-radius:5px}.sender-label{margin-bottom:5px;font-size:8.5px;line-height:1;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#707276}.message.user .sender-label{color:rgba(255,255,255,.56);text-align:right}.message.human .sender-label{color:var(--red-dark)}.message-text{white-space:pre-wrap}.message .time{display:block;text-align:right;color:#999b9c;font-size:8px;margin-top:6px}.message.user .time{color:rgba(255,255,255,.48)}.route-tag{display:inline-flex;margin-top:8px;background:#f1f0ed;color:#424446;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:800;letter-spacing:.02em}.message.user .route-tag{background:rgba(255,255,255,.12);color:white}
.typing{display:flex;align-items:flex-end;gap:7px;padding:0 13px 12px;width:max-content}.typing-avatar{width:24px;height:24px;border-radius:9px;background:var(--ink);color:white;display:grid;place-items:center;font-size:9px;font-weight:850}.typing-bubble{display:flex;align-items:center;gap:4px;padding:10px 12px;border-radius:15px 15px 15px 5px;background:#fff;border:1px solid #e8e6e1;box-shadow:0 6px 18px rgba(20,20,18,.05)}.typing i{width:5px;height:5px;border-radius:50%;background:#8d8f90;animation:typing 1s infinite}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}.hidden{display:none!important}
.quick-actions{display:flex;gap:7px;overflow-x:auto;padding:9px 11px;background:white;border-top:1px solid #eceae6;scrollbar-width:none}.quick-actions::-webkit-scrollbar{display:none}.quick-actions button{flex:0 0 auto;border:1px solid #dedcd7;background:#fff;color:#26282a;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:750;cursor:pointer;transition:.18s}.quick-actions button:hover{background:var(--ink);color:white;border-color:var(--ink)}
.composer{display:flex;align-items:flex-end;gap:7px;padding:9px 11px 6px;background:#fff;border-top:1px solid #eceae6}.attach-button,.send-button{flex:0 0 auto;border:0;display:grid;place-items:center}.attach-button{width:34px;height:34px;border-radius:12px;background:#f2f0ec;color:#77797b}.attach-button svg{width:16px;fill:none;stroke:currentColor;stroke-width:1.8}.composer textarea{resize:none;max-height:88px;min-height:36px;flex:1;border:0;border-radius:14px;background:#f3f1ed;padding:9px 11px;outline:0;font-size:11px;line-height:1.35;color:var(--ink)}.composer textarea:focus{box-shadow:0 0 0 2px rgba(239,27,39,.16)}.send-button{width:36px;height:36px;border-radius:13px;background:var(--red);cursor:pointer;transition:.18s}.send-button:hover{background:var(--red-dark);transform:translateY(-1px)}.send-button svg{width:17px;fill:none;stroke:white;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.home-indicator{width:112px;height:4px;border-radius:999px;background:#0c0d0e;margin:3px auto 7px}
.page-footer{display:flex;justify-content:space-between;gap:20px;padding:16px clamp(22px,4vw,64px) 22px;color:#777976;font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:700}
@keyframes typing{0%,60%,100%{transform:translateY(0);opacity:.4}30%{transform:translateY(-3px);opacity:1}}@keyframes messageIn{from{transform:translateY(6px);opacity:0}to{transform:none;opacity:1}}
@media(max-width:1180px){.hero{grid-template-columns:minmax(0,.84fr) minmax(480px,1.16fr);gap:35px}.device-shell{width:370px;height:746px}.product-stage{min-height:720px}.card-a{left:-20px}.card-b{right:-20px}.hero h1{font-size:clamp(50px,6vw,76px)}}
@media(max-width:980px){.topbar{position:relative}.hero{grid-template-columns:1fr;padding-top:54px}.hero-copy{max-width:760px;margin:0 auto}.hero h1{font-size:clamp(54px,10vw,84px)}.product-stage{min-height:800px}.device-shell{width:392px;height:790px}.card-a{left:8%}.card-b{right:7%}.proof-row{max-width:600px}.page-footer{margin-top:10px}}
@media(max-width:640px){.demo-page{overflow:visible}.topbar{padding:14px 16px;align-items:flex-start}.brand-copy small{display:none}.top-actions{gap:6px}.live-pill{display:none}.quiet-button,.dark-button{height:36px;padding:0 12px;font-size:11px}.hero{display:block;padding:38px 14px 22px}.hero-copy{padding:0 6px}.hero h1{font-size:48px;line-height:.95}.lede{font-size:16px;margin:24px 0}.scenario-list button:nth-child(3){display:none}.proof-row{gap:18px;justify-content:space-between;margin-bottom:38px}.proof-row strong{font-size:13px}.proof-row span{font-size:8px}.product-stage{min-height:auto;padding:20px 0 8px}.product-stage:before,.stage-orbit,.floating-card{display:none}.device-shell{width:min(100%,390px);height:calc(100vh - 24px);min-height:680px;max-height:790px;border-radius:50px}.device-bezel{border-radius:46px}.device-screen{border-radius:40px}.page-footer{display:none}}
@media(max-width:420px){.device-shell{width:100%;height:calc(100vh - 12px);max-height:none;border-radius:42px;padding:4px}.device-bezel{padding:5px;border-radius:39px}.device-screen{border-radius:34px}.status-bar{padding-left:18px;padding-right:18px}.dynamic-island{width:82px}.hero h1{font-size:43px}.scenario-list{display:none}.proof-row{margin-top:24px}.product-stage{padding-top:0}}
html[dir="rtl"] .scenario-list button{text-align:right;grid-template-columns:22px 1fr 42px}html[dir="rtl"] .scenario-list svg{transform:rotate(180deg)}html[dir="rtl"] .message.user .sender-label{text-align:left}html[dir="rtl"] .message .time{text-align:left}html[dir="rtl"] .assistant-meta{text-align:right}

/* v0.1.4 booking conversion and appointment sheet */
.card-c{right:4%;top:13%}.card-c>span{background:#eef8f1}.card-c>span:after{background:#2f9e62}
.message.system{align-self:center;max-width:92%;background:#fff8e8;border-color:#f0d99e;color:#554319;border-radius:14px;text-align:left}.message.system .sender-label{color:#9b6a00}.message.system .time{text-align:right;color:#a98d52}
.booking-offer-card{align-self:stretch;margin:2px 0 4px;border:1px solid #e6e2db;border-radius:20px;background:#fff;padding:13px;box-shadow:0 12px 30px rgba(20,20,18,.07);animation:messageIn .28s ease-out}.booking-offer-top{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center}.booking-offer-icon{width:38px;height:38px;border-radius:13px;background:var(--red-soft);display:grid;place-items:center;color:var(--red)}.booking-offer-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.booking-offer-top span:nth-child(2) small,.booking-offer-top span:nth-child(2) strong{display:block}.booking-offer-top small{font-size:8px;color:#8a8c8d;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.booking-offer-top strong{font-size:11.5px;margin-top:3px;line-height:1.25}.booking-offer-top b{font-size:8px;border:1px solid #e7e4df;border-radius:999px;padding:5px 7px;color:#6d6f70;white-space:nowrap}.booking-offer-card p{font-size:10px;line-height:1.45;color:#686a6b;margin:10px 0}.booking-offer-card button{width:100%;height:38px;border:0;border-radius:12px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 12px;font-size:10px;font-weight:800}.booking-offer-card button:hover{background:var(--red)}.booking-offer-card button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}
.booking-backdrop{position:absolute;inset:0;background:rgba(4,5,6,.54);backdrop-filter:blur(4px);z-index:20}.booking-sheet{position:absolute;left:0;right:0;bottom:0;z-index:21;max-height:89%;overflow:auto;background:#fff;border-radius:26px 26px 0 0;padding:8px 16px 26px;box-shadow:0 -24px 70px rgba(0,0,0,.18);animation:sheetUp .28s cubic-bezier(.22,.8,.25,1)}.booking-handle{width:42px;height:4px;border-radius:999px;background:#d8d6d2;margin:0 auto 12px}.booking-sheet-head{display:grid;grid-template-columns:42px 1fr 30px;gap:10px;align-items:start;padding-bottom:13px;border-bottom:1px solid #ece9e4}.booking-icon{width:42px;height:42px;border-radius:14px;background:var(--red-soft);display:grid;place-items:center;color:var(--red)}.booking-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.booking-sheet-head small{font-size:7.5px;text-transform:uppercase;letter-spacing:.12em;color:var(--red);font-weight:850}.booking-sheet-head h2{font-size:16px;line-height:1.15;margin:3px 0 4px;letter-spacing:-.025em}.booking-sheet-head p{font-size:9.5px;line-height:1.42;color:#77797a;margin:0}.booking-close{width:30px;height:30px;border:0;border-radius:50%;background:#f0efec;color:#252627;font-size:19px;line-height:1}.booking-flow{padding-top:13px}.booking-section-label{display:flex;align-items:center;gap:8px;margin:11px 0 8px}.booking-section-label span{display:grid;place-items:center;width:22px;height:22px;border-radius:8px;background:#f2f1ee;color:#777;font-size:7.5px;font-weight:850}.booking-section-label strong{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:#4e5051}.booking-dates{display:flex;gap:7px;overflow-x:auto;padding:1px 1px 5px;scrollbar-width:none}.booking-dates::-webkit-scrollbar{display:none}.booking-date{flex:0 0 57px;border:1px solid #e6e3de;background:#fff;border-radius:14px;padding:8px 4px;text-align:center;color:#464849}.booking-date small,.booking-date strong,.booking-date span{display:block}.booking-date small{font-size:7px;text-transform:uppercase;color:#8c8e8f}.booking-date strong{font-size:16px;margin:2px 0}.booking-date span{font-size:7.5px;color:#8c8e8f}.booking-date.active{background:var(--ink);border-color:var(--ink);color:#fff}.booking-date.active small,.booking-date.active span{color:rgba(255,255,255,.62)}.booking-times{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.booking-time{height:36px;border:1px solid #e4e1dc;border-radius:11px;background:#fff;color:#4c4e4f;font-size:9.5px;font-weight:750}.booking-time.active{background:var(--red-soft);border-color:rgba(239,27,39,.35);color:var(--red-dark)}.booking-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.booking-fields label{display:block}.booking-fields label.wide{grid-column:1/-1}.booking-fields label span{display:block;font-size:7.5px;color:#747677;margin:0 0 4px 2px;font-weight:750}.booking-fields input,.booking-fields textarea{width:100%;border:1px solid #e4e1dc;border-radius:11px;background:#fbfaf8;padding:9px 10px;font:inherit;font-size:9.5px;outline:none;resize:none}.booking-fields input:focus,.booking-fields textarea:focus{border-color:var(--red);background:#fff;box-shadow:0 0 0 3px rgba(239,27,39,.07)}.booking-selection{margin:11px 0 8px;border-radius:11px;background:#f4f3f0;padding:9px 10px;font-size:8.5px;color:#66696a;text-align:center}.booking-confirm{width:100%;height:42px;border:0;border-radius:13px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 13px;font-size:10px;font-weight:850}.booking-confirm:disabled{background:#d9d7d2;color:#999;cursor:not-allowed}.booking-confirm svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}.booking-confirm.loading span:after{content:"…";animation:pulse 1s infinite}.booking-error{min-height:13px;margin:7px 2px 0;color:#b2222d;font-size:8px;line-height:1.4}.booking-loading{padding:50px 10px;text-align:center}.booking-loading span{display:inline-block;width:7px;height:7px;margin:0 2px;border-radius:50%;background:var(--red);animation:typing 1s infinite}.booking-loading span:nth-child(2){animation-delay:.15s}.booking-loading span:nth-child(3){animation-delay:.3s}.booking-loading p{font-size:9px;color:#777;margin-top:11px}.booking-success{text-align:center;padding:24px 5px 8px}.success-mark{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 12px;border-radius:20px;background:#eef8f1;color:#2f9e62;font-size:26px;font-weight:900}.booking-success>small{font-size:8px;text-transform:uppercase;letter-spacing:.12em;color:#2f9e62;font-weight:850}.booking-success h2{font-size:20px;margin:5px 0 8px}.booking-success p{font-size:10px;line-height:1.5;color:#6e7071;margin:0 auto 15px;max-width:290px}.booking-reference{display:flex;align-items:center;justify-content:space-between;border:1px solid #e5e2dd;border-radius:13px;background:#faf9f7;padding:10px 12px;margin:0 auto 12px;max-width:300px}.booking-reference span{font-size:8px;text-transform:uppercase;letter-spacing:.09em;color:#898b8c}.booking-reference strong{font-size:11px;letter-spacing:.06em}.booking-success button{height:40px;border:0;border-radius:12px;background:var(--ink);color:#fff;padding:0 20px;font-size:10px;font-weight:800}
@keyframes sheetUp{from{transform:translateY(35px);opacity:0}to{transform:translateY(0);opacity:1}}
@keyframes pulse{50%{opacity:.35}}
@media(max-width:1180px){.card-c{right:1%;top:10%}}
@media(max-width:640px){.booking-sheet{max-height:92%;padding-left:14px;padding-right:14px}.booking-fields{grid-template-columns:1fr}.booking-fields label.wide{grid-column:auto}.booking-times{grid-template-columns:repeat(3,1fr)}}
