.ServiceModal_overlay__RcKiq{position:fixed;inset:0;z-index:1250;display:flex;align-items:flex-end;justify-content:center;padding:0;background:rgba(5,11,20,.62);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:ServiceModal_fadeIn__THCbY .2s ease}.ServiceModal_sheet__pog81{position:relative;width:100%;max-width:640px;max-height:min(92vh,820px);overflow:hidden;display:flex;flex-direction:column;border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:var(--white);box-shadow:0 -12px 56px rgba(5,11,20,.22);animation:ServiceModal_sheetUp__tJnFH .32s cubic-bezier(.16,1,.3,1);outline:none}.ServiceModal_handle__xmhGr{width:42px;height:4px;margin:10px auto 0;border-radius:var(--radius-pill);background:rgba(5,11,20,.14);flex-shrink:0}.ServiceModal_header__kUvxy{position:relative;height:200px;flex-shrink:0}.ServiceModal_headerImg__9I6J6{object-fit:cover}.ServiceModal_headerOverlay___evaA{position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,11,20,.88) 0,rgba(5,11,20,.2))}.ServiceModal_closeBtn__Wz9AT{position:absolute;top:14px;right:14px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:50%;background:hsla(0,0%,100%,.16);color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ServiceModal_headerText__PJLel{position:absolute;left:24px;right:24px;bottom:20px;z-index:1;color:#fff}.ServiceModal_priceTag__VRk5J{display:inline-flex;margin-bottom:8px;padding:8px 14px;border-radius:var(--radius-sm);background:var(--accent);font-size:15px;font-weight:700;color:#fff}.ServiceModal_title__Gv2Tj{margin:0;font-family:var(--font-display);font-size:clamp(24px,4vw,30px);font-weight:800;line-height:1.15;letter-spacing:-.02em}.ServiceModal_body__6h9zx{overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:24px}.ServiceModal_sectionTitle__wUPVu{margin:0 0 12px;font-family:var(--font-display);font-size:var(--heading-sub);font-weight:var(--font-weight-heading);letter-spacing:var(--letter-tight);color:var(--ink)}.ServiceModal_list__a3KwR{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.ServiceModal_list__a3KwR li{position:relative;padding-left:22px;font-size:var(--text-md);font-weight:var(--font-weight-body);line-height:var(--line-body);color:var(--color-body)}.ServiceModal_list__a3KwR li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:var(--accent-soft);box-shadow:0 0 0 2px var(--accent)}.ServiceModal_tiers__nuM7e{display:flex;flex-direction:column;gap:8px}.ServiceModal_tierRow__HR8mi{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:var(--radius-sm);background:var(--white);border:1px solid rgba(5,11,20,.06)}.ServiceModal_tierLabel__qOn7P{font-size:var(--text-md);color:var(--ink)}.ServiceModal_tierPrice__SxcPP{font-size:var(--text-md);font-weight:var(--font-weight-semibold);color:var(--accent-deep);white-space:nowrap}.ServiceModal_note__341DA{margin:0;padding:14px 16px;border-radius:var(--radius-sm);background:var(--accent-muted);border:1px solid var(--accent-border);font-size:var(--text-md);font-weight:var(--font-weight-body);line-height:var(--line-body);color:var(--color-body)}.ServiceModal_footer__NLhSK{display:flex;gap:10px;padding:0 24px 24px;flex-shrink:0}.ServiceModal_bookBtn__jJ_Vm{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:var(--btn-height);border:none;border-radius:var(--radius-pill);background:var(--accent);color:#fff;font:inherit;font-size:var(--btn-font);font-weight:var(--btn-weight);letter-spacing:var(--btn-tracking);text-transform:uppercase;cursor:pointer;transition:background .2s,transform .2s}.ServiceModal_bookBtn__jJ_Vm:hover{background:var(--accent-deep);transform:translateY(-1px)}@keyframes ServiceModal_fadeIn__THCbY{0%{opacity:0}to{opacity:1}}@keyframes ServiceModal_sheetUp__tJnFH{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (min-width:640px){.ServiceModal_overlay__RcKiq{align-items:center;padding:24px}.ServiceModal_sheet__pog81{border-radius:var(--radius-lg);max-height:min(88vh,780px);animation:ServiceModal_slideUp__1mKHX .28s cubic-bezier(.16,1,.3,1)}}@keyframes ServiceModal_slideUp__1mKHX{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}