:root{--ink:#332532;--plum:#472c43;--muted:#766d75;--line:#e8e2e7;--blush:#f5edf1}*{box-sizing:border-box}body{margin:0;background:#fbfafb;color:var(--ink);font-family:Arial,sans-serif;font-size:16px;line-height:1.5}header{max-width:1240px;margin:auto;padding:26px 38px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);font-family:Georgia,serif;font-size:24px}.brand i{font-weight:normal;font-size:19px}.mark{background:var(--plum);color:white;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;font-size:32px}.header-note{font-size:14px;color:var(--muted)}main{max-width:1164px;margin:auto;padding:40px 0 56px}.intro{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:#8a6075;margin:0 0 12px}h1{font-family:Georgia,serif;font-size:44px;line-height:1.15;font-weight:400;margin:0 0 12px}h1 em{color:#8c526f}p{margin:0}.intro>div>p:last-child{color:var(--muted)}.advance-pill{font-size:14px;padding:10px 18px;border:1px solid #d9c5d1;border-radius:30px;color:var(--plum)}.preview-note{font-size:14px;color:#75562b;background:#faf4e9;border:1px solid #eadbc5;border-radius:8px;padding:10px 15px;margin-bottom:24px}.layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:30px;align-items:start}section,.summary{border:1px solid var(--line);background:white;border-radius:18px;overflow:hidden}section{padding:28px;margin-bottom:20px}.section-heading{display:flex;gap:14px;align-items:center;margin-bottom:26px}.step{width:38px;height:38px;border:1px solid #ddcdd7;border-radius:50%;display:grid;place-items:center;font-size:14px;color:#865870;flex-shrink:0}h2{font-family:Georgia,serif;font-weight:400;font-size:25px;margin:0 0 3px}.section-heading p{font-size:14px;color:var(--muted)}fieldset{border:0;margin:0;padding:0}.durations{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:24px}.duration{position:relative;cursor:pointer}.duration input{position:absolute;opacity:0}.duration>span{display:flex;min-height:85px;padding:13px 16px;flex-direction:column;border:1px solid var(--line);border-radius:10px;transition:.15s}.duration strong{font-size:14px;font-weight:400}.duration small{font-size:12px;color:var(--muted);margin-left:4px}.duration b{font-size:19px;font-weight:500;margin-top:3px}.duration input:checked+span{background:var(--blush);border-color:#80506d;box-shadow:inset 0 0 0 1px #80506d}.duration input:focus-visible+span{outline:3px solid #b69cad;outline-offset:3px}.field{display:block;font-size:14px;font-weight:600;margin:18px 0 0}.field small{font-weight:400;color:var(--muted);font-size:13px}input,select{width:100%;min-width:0;display:block;margin-top:8px;padding:12px 13px;border:1px solid #dcd5dc;border-radius:8px;background:#fff;font:400 16px Arial;color:var(--ink);height:47px}input:focus,select:focus{outline:2px solid #b69cad;outline-offset:1px}input::placeholder{color:#948993;font-size:14px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.field-help{color:var(--muted);font-size:13px;margin-top:9px}.primary{background:var(--plum);border:0;border-radius:9px;color:white;font:500 16px Arial;padding:16px 20px;width:100%;margin-top:24px;cursor:pointer;display:flex;justify-content:center;gap:20px}.primary:hover{background:#603b59}.primary:disabled{background:#e9e3e7;color:#7a6974;cursor:not-allowed}.under-button{text-align:center;color:var(--muted);font-size:13px;margin-top:11px}aside{position:sticky;top:20px}.spa-photo{height:184px;background:#3d2839}.spa-photo img{width:100%;height:100%;object-fit:cover}.summary-body{padding:25px}.summary h2{font-size:29px;margin-bottom:22px}.summary .eyebrow{font-size:11px;letter-spacing:1.5px}.session-line,.money{display:flex;justify-content:space-between;gap:12px;font-size:14px}.session-line{font-size:16px}.divider{height:1px;background:var(--line);margin:23px 0}.money{margin:13px 0}.money strong{font-weight:500}.balance{padding-top:14px;border-top:1px dashed var(--line);color:var(--muted)}.payment-note{display:flex;align-items:center;gap:13px;background:var(--blush);border-radius:10px;padding:14px;margin-top:24px}.payment-note>span{font-family:Georgia,serif;font-size:26px}.payment-note strong{font-size:14px}.payment-note p{font-size:12px;color:var(--muted);margin-top:3px}.fine{font-size:12px;color:var(--muted);margin-top:16px}.aside-note{text-align:center;font-size:12px;color:var(--muted);margin-top:15px}footer{border-top:1px solid var(--line);max-width:1164px;margin:auto;padding:22px 0;display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}dialog{width:min(540px,calc(100% - 32px));border:1px solid var(--line);border-radius:18px;padding:28px;color:var(--ink);max-height:90vh}dialog::backdrop{background:#241b26aa;backdrop-filter:blur(4px)}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal-head button{background:none;border:0;font-size:28px;cursor:pointer;color:var(--muted)}#review-details p{margin:12px 0;font-size:14px;overflow-wrap:anywhere}#review-details strong{display:block;color:var(--muted);font-size:12px;font-weight:400}.review-pay{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px;margin-top:20px}.review-pay strong{font-size:24px}.pending{font-size:14px;background:#faf4e9;padding:14px;border-radius:8px;margin-top:18px}.edit{border:0;background:none;color:var(--plum);font-size:14px;text-decoration:underline;display:block;margin:18px auto 0;cursor:pointer}#error{color:#a52c38;font-size:14px;margin-top:14px}@media(max-width:1200px){main,footer{margin:0 30px}}@media(max-width:800px){header{padding:20px}.header-note{display:none}main{padding-top:28px;margin:0 20px}.intro{display:block}h1{font-size:36px}.advance-pill{display:inline-block;margin-top:18px}.layout{grid-template-columns:1fr;gap:0}aside{position:static}.summary{display:block}.spa-photo{height:170px}section{padding:22px}.durations{grid-template-columns:repeat(2,1fr)}.duration:last-child{grid-column:span 2}.duration:last-child>span{min-height:70px;flex-direction:row;align-items:center;justify-content:space-between}footer{margin:0 20px;gap:15px}.grid{gap:0 12px}}@media(max-width:400px){.grid{grid-template-columns:1fr}.brand{font-size:21px}.brand i{font-size:17px}section{padding:18px}h1{font-size:32px}}

.staff-picker{margin-top:24px}.staff-picker legend{font-size:14px;font-weight:600;margin-bottom:12px}.staff-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.staff-card{cursor:pointer;position:relative}.staff-card>input{position:absolute;width:1px;height:1px;opacity:0}.staff-surface{display:block;border:2px solid var(--line);border-radius:11px;overflow:hidden;transition:border-color .15s,background .15s}.staff-surface img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:center 15%}.staff-name{display:flex;justify-content:space-between;align-items:center;gap:4px;padding:10px;font-size:14px;font-weight:600}.staff-check{visibility:hidden;color:var(--plum)}.staff-card input:checked+.staff-surface{border-color:#80506d;background:var(--blush)}.staff-card input:checked+.staff-surface .staff-check{visibility:visible}.staff-card input:focus-visible+.staff-surface{outline:3px solid #b69cad;outline-offset:3px}.staff-any{display:flex;align-items:center;gap:9px;font-size:14px;margin-top:15px;cursor:pointer}.staff-any input{display:inline-block;width:18px;height:18px;margin:0;accent-color:var(--plum);flex-shrink:0}@media(max-width:600px){.staff-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.staff-surface img{aspect-ratio:1/1;object-position:center 12%}}

.upi-panel{border:1px solid var(--line);border-radius:12px;padding:18px;margin-top:20px}.upi-label{font-weight:600;font-size:16px}.upi-copy{display:flex;align-items:center;gap:8px;margin-top:8px}.upi-copy input{margin:0;flex:1;min-width:0;font-size:14px;background:#fbf9fb}.upi-copy button{border:1px solid #b69cad;border-radius:8px;padding:13px 12px;background:white;color:var(--plum);font-size:14px;cursor:pointer}.upi-panel .primary{text-decoration:none;text-align:center}.upi-panel .field{margin-top:12px}.upi-panel .field-help{line-height:1.6}#payment-status:empty,#copy-status:empty{display:none}

.whatsapp-panel{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.whatsapp-panel h3{font-family:Georgia,serif;font-size:22px;font-weight:400;margin:0 0 8px}.whatsapp-panel>p{font-size:14px}.whatsapp-button{background:#176847;text-decoration:none;text-align:center;line-height:1.5;margin-top:16px}.whatsapp-button:hover{background:#105336}.whatsapp-number{color:var(--muted);margin-top:10px}#whatsapp-status:empty{display:none}
