
:root{
  --bg:#ecddd5;--bg2:#f8f1ee;--card:#fffdfb;--wine:#7b1830;--wine2:#56111f;
  --ink:#4c1824;--muted:#927178;--line:rgba(86,17,31,.10);--shadow:0 16px 36px rgba(86,17,31,.10);
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html{scroll-behavior:smooth} body{margin:0;font-family:"Vazirmatn",Tahoma,sans-serif;color:var(--ink);background:linear-gradient(180deg,#ecddd5,#f8f1ee)}
a{text-decoration:none;color:inherit} button,input,select{font:inherit}
.booking-page{width:min(100%,520px);margin:auto;min-height:100dvh;padding:18px 16px 110px}
.booking-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.back{width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.7);display:grid;place-items:center;border:1px solid rgba(255,255,255,.7)}
.mini-logo{display:flex;align-items:center;gap:10px}.mini-logo img{width:52px;height:52px;object-fit:contain}.mini-logo strong{display:block;font-family:"Cormorant Garamond",serif;font-size:18px}.mini-logo span{font-size:9px;color:var(--muted)}
.booking-hero{background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(255,255,255,.45));border:1px solid rgba(255,255,255,.72);border-radius:28px;padding:18px;box-shadow:var(--shadow);margin-bottom:14px}
.booking-hero h1{margin:0 0 7px;font-size:24px}.booking-hero p{margin:0;color:var(--muted);font-size:12px;line-height:1.9}
.demo-badge{display:inline-flex;margin-top:12px;padding:6px 10px;border-radius:999px;background:rgba(123,24,48,.08);color:var(--wine);font-size:10px;font-weight:700}
.card{background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.72);border-radius:26px;padding:16px;box-shadow:var(--shadow);margin-top:12px}
.card-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.step{width:32px;height:32px;border-radius:11px;background:linear-gradient(145deg,var(--wine),var(--wine2));color:#fff;display:grid;place-items:center;font-weight:800}.card-head h2{font-size:16px;margin:0}.card-head p{font-size:10px;color:var(--muted);margin:2px 0 0}
.form-grid{display:grid;gap:10px}.field label{display:block;font-size:11px;font-weight:700;margin:0 3px 6px}.field input,.field select{width:100%;height:50px;border:1px solid var(--line);background:#fffaf8;border-radius:16px;padding:0 13px;color:var(--ink);outline:none}.field input:focus,.field select:focus{border-color:rgba(123,24,48,.35);box-shadow:0 0 0 3px rgba(123,24,48,.06)}
.calendar-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.calendar-head button{width:38px;height:38px;border:0;border-radius:13px;background:#f7e9e5;color:var(--wine);font-size:20px}.calendar-head b{font-size:15px}
.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;direction:rtl}.weekday{text-align:center;font-size:10px;color:var(--muted);padding:5px 0}.day{min-height:52px;border:0;border-radius:13px;background:#fffaf8;color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer}.day span{font-weight:800}.day small{font-size:8px;color:#a07b82}.day em{font-style:normal;font-size:8px}.day--blank{background:transparent}.day--disabled{opacity:.28}.day--off{background:#eee2df;color:#a88389}.day--full{background:#f2e5e2;color:#a88389}.day--selected{background:linear-gradient(145deg,var(--wine),var(--wine2));color:#fff;box-shadow:0 8px 16px rgba(86,17,31,.18)}.day--selected small{color:#f4dfe3}
.selected-date{font-size:12px;color:var(--wine);font-weight:800;margin-bottom:10px}
.time-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.time-chip{height:48px;border-radius:15px;border:1px solid var(--line);background:#fffaf8;color:var(--ink);font-weight:800}.time-chip small{display:block;font-size:7px;color:var(--muted)}.time-chip--selected{background:linear-gradient(145deg,var(--wine),var(--wine2));color:#fff}.time-chip--booked{opacity:.4}
.empty-state{grid-column:1/-1;text-align:center;padding:18px 8px;color:var(--muted);font-size:11px;background:#fbf4f1;border-radius:16px}
.summary{display:grid;gap:8px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px dashed rgba(86,17,31,.10)}.summary-row:last-child{border:0}.summary-row span{font-size:11px;color:var(--muted)}.summary-row b{font-size:12px}.deposit-row b{font-size:16px;color:var(--wine)}
.payment-note{display:flex;gap:10px;align-items:flex-start;background:#f8ebe7;border-radius:16px;padding:11px;margin-top:10px}.payment-note i{width:24px;height:24px;border-radius:8px;background:rgba(123,24,48,.08);display:grid;place-items:center;font-style:normal}.payment-note p{margin:0;font-size:9.5px;line-height:1.8;color:#7f6268}
.pay-btn{position:fixed;left:50%;transform:translateX(-50%);bottom:max(12px,env(safe-area-inset-bottom));width:min(calc(100% - 28px),492px);height:58px;border:0;border-radius:20px;background:linear-gradient(145deg,var(--wine),var(--wine2));color:#fff;font-weight:800;font-size:14px;box-shadow:0 18px 30px rgba(86,17,31,.24);z-index:30}.pay-btn small{font-size:9px;opacity:.8;margin-right:5px}
.booking-footer{margin-top:18px;padding:16px 6px;text-align:center}.trust-row{display:flex;justify-content:center;gap:10px}.trust-box{width:68px;height:58px;border-radius:14px;border:1px dashed rgba(86,17,31,.2);display:grid;place-items:center;background:rgba(255,255,255,.45);font-size:9px;color:var(--muted)}.footer-credit{font-size:9px;color:#a07d83;margin-top:12px}
.toast{position:fixed;left:50%;bottom:82px;transform:translate(-50%,20px);background:#351019;color:#fff;padding:10px 14px;border-radius:12px;font-size:11px;opacity:0;pointer-events:none;transition:.2s;z-index:50}.toast--show{opacity:1;transform:translate(-50%,0)}
.success-box{background:#f0f7ef;border:1px solid #d8ead6;border-radius:22px;padding:16px;margin-bottom:12px;color:#355b32}.success-box h3{margin:0 0 6px;font-size:16px}.success-box p{margin:0;font-size:11px;line-height:1.8}
