*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Poppins',sans-serif;background:#f4f4f4;color:#222;line-height:1.5}
.standalone-header{background:#fff;border-bottom:1px solid #e6eef4;padding:14px 16px;text-align:center}
.standalone-header-inner{max-width:780px;margin:0 auto}
.brand{font-size:19px;font-weight:700;color:#0f3a5b}
.brand-sub{font-size:12px;color:#789;letter-spacing:.4px}
.pricing-top{padding:16px 16px 0}
.pricing-top-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}
.p-card{background:#fff;border:1px solid #e6f0f7;border-radius:10px;padding:10px 12px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.p-card.highlight{border-color:#00aaeb;box-shadow:0 4px 14px rgba(0,170,235,.12)}
.p-card h3{font-size:12px;color:#0f3a5b;margin-bottom:6px}
.p-row{display:flex;justify-content:space-between;font-size:12px;padding:3px 0;border-bottom:1px dashed #eee}
.p-row:last-child{border:none}
.pricing-note{text-align:center;font-size:12px;color:#2a7a2a;margin-top:6px;font-weight:600}
.simple-wrap{padding:18px 16px 30px}
.page-inner{max-width:1000px;margin:0 auto;width:100%}
.booking-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:14px;align-items:start;margin-bottom:14px}
.simple-card{background:#fff;width:100%;border-radius:14px;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:22px;border:1px solid #e6f0f7}
.simple-card h1{font-size:20px;color:#0f3a5b;text-align:center}
.card-title{font-size:16px;color:#0f3a5b;margin-bottom:10px}
.step{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#00aaeb;color:#fff;font-size:13px;font-weight:600;margin-right:6px;vertical-align:2px}
.sub{font-size:12px;color:#667;text-align:center;margin:4px 0 14px}
.f-label{font-size:12px;font-weight:600;color:#334;display:flex;flex-direction:column;gap:4px;margin-bottom:10px}
.f-label input,.f-label select{border:1px solid #d6e8f2;border-radius:8px;padding:9px 10px;font-size:13px;font-family:inherit;background:#fff;outline:none}
.f-label input:focus,.f-label select:focus{border-color:#00aaeb;box-shadow:0 0 0 3px rgba(0,170,235,.12)}
.f-label.error input,.f-label.error select{border-color:#e05252;box-shadow:0 0 0 3px rgba(224,82,82,.1)}
.f-err{display:none;font-size:11px;color:#e05252;font-weight:500}
.f-label.error .f-err{display:block}
.price-box{margin:10px 0;background:#f3fafd;border:1px dashed #9ed9f5;border-radius:8px;padding:10px;text-align:center;font-size:13px;color:#0f3a5b;font-weight:600;min-height:36px;display:grid;place-items:center}
.toast{display:none;margin-top:8px;padding:8px;border-radius:8px;font-size:12px}
.toast.show{display:block}
.toast.success{background:#e6f8ed;color:#0a5a1a;border:1px solid #a8e6a1}
.toast.info{background:#eaf4fd;color:#0f3a5b;border:1px solid #9ed9f5}
.toast.error{background:#fdecea;color:#6a1a1a;border:1px solid #f0a8a8}
.calendar-wrap{margin-top:0;border-top:none;padding-top:0}
.calendar-wrap.locked{opacity:.45;pointer-events:none;filter:grayscale(.3)}
.cal-progress{font-size:12px;font-weight:600;color:#0f3a5b;background:#f3fafd;border:1px dashed #9ed9f5;border-radius:8px;padding:8px 10px;text-align:center;margin-bottom:6px}
.cal-rules-note{font-size:11px;color:#8899a6;text-align:center;margin-bottom:10px}
.cal-lock-note{font-size:12px;color:#8a6d1a;background:#fff3cd;border:1px dashed #e8c96a;border-radius:8px;padding:7px 10px;text-align:center;margin-bottom:10px}
.cal-head{display:flex;justify-content:space-between;align-items:center;max-width:266px;margin:0 auto 8px}
.cal-head button{border:none;background:#fff;width:24px;height:24px;border-radius:50%;cursor:pointer;box-shadow:0 1px 4px rgba(0,0,0,.1)}
#calMonth{font-size:14px;font-weight:600;color:#0f3a5b}
.weekdays{display:grid;grid-template-columns:repeat(7,1fr);font-size:11px;color:#888;text-align:center;max-width:266px;margin:6px auto}
.cal-days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;max-width:266px;margin:0 auto}
.cal-day{position:relative;aspect-ratio:1;display:grid;place-items:center;font-size:12px;border-radius:50%;cursor:pointer}
.cal-day.disabled{color:#bbb;cursor:not-allowed}
.cal-day.today{border:1px solid #00aaeb}
.cal-day.selected{background:#0f3a5b;color:#fff}
.cal-day.has-slot::after{content:'';position:absolute;bottom:3px;left:50%;transform:translateX(-50%);width:3px;height:3px;border-radius:50%;background:#2a7a2a}
.cal-day.selected.has-slot::after{background:#7fe37f}
.slots-head{font-size:12px;color:#333;margin:10px 0 6px}
.slots-list{display:flex;flex-wrap:wrap;gap:6px;max-height:170px;overflow:auto}
.slot-btn{flex:1 1 30%;border:1px solid #00aaeb;color:#00aaeb;background:#fff;padding:6px 4px;border-radius:6px;font-size:12px;cursor:pointer}
.slot-btn.selected{background:#00aaeb;color:#fff}
.slot-btn.booked,.slot-btn.past{background:#f5f5f5;border-color:#ddd;color:#aaa;cursor:not-allowed}
.no-slots{flex:1 1 100%;font-size:12px;color:#999;text-align:center;padding:10px 0}
.chosen-head{font-size:12px;font-weight:600;color:#333;margin:12px 0 6px}
.chosen-list{display:flex;flex-direction:column;gap:6px}
.chosen-item{display:flex;justify-content:space-between;align-items:center;gap:8px;background:#f3fafd;border:1px solid #cfe9f7;border-radius:8px;padding:7px 10px;font-size:12px;color:#0f3a5b}
.chosen-x{border:none;background:#fdecea;color:#c0392b;width:18px;height:18px;border-radius:50%;cursor:pointer;font-size:14px;line-height:1;flex:none}
.summary-card{margin-bottom:0}
.success-card{border-color:#a8e6a1;background:#f6fdf8}
.success-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.success-check{width:34px;height:34px;border-radius:50%;background:#2a7a2a;color:#fff;display:grid;place-items:center;font-size:18px;flex:none}
.success-head h2{font-size:17px;color:#0a5a1a}
.success-head .success-sub{font-size:12px;color:#4a7a4a;font-weight:400}
.success-card .sum-row{font-size:13px}
.success-mail{margin-top:10px;background:#e6f8ed;border:1px dashed #a8e6a1;border-radius:8px;padding:9px 10px;font-size:12px;color:#0a5a1a;text-align:center}
.success-close{margin-top:12px;background:#fff;border:1px solid #a8e6a1;color:#0a5a1a;padding:8px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;width:100%}
.sum-row{display:flex;justify-content:space-between;gap:14px;font-size:13px;padding:8px 0;border-bottom:1px dashed #e6f0f7}
.sum-row:last-child{border-bottom:none}
.sum-row span{color:#667;flex:none}
.sum-row strong{color:#0f3a5b;text-align:right;font-weight:600}
.sum-row.total{font-size:15px}
.sum-row.total strong em{color:#2a7a2a;font-style:normal;font-size:12px;margin-left:4px}
.btn-simple{width:100%;margin-top:12px;background:#00aaeb;color:#fff;border:none;padding:10px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}
.btn-simple:hover{background:#0090c9}
.btn-simple:disabled{background:#b9d9e8;cursor:not-allowed}
.hint{font-size:11px;color:#888;text-align:center;margin-top:10px}
@media(max-width:820px){.booking-grid{grid-template-columns:1fr} }
@media(max-width:700px){.pricing-top-inner{grid-template-columns:1fr} }
