*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;background:#f1f5f9;color:#1e293b;line-height:1.6;min-height:100vh}img,svg{display:block;max-width:100%}button{cursor:pointer;font-family:inherit;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit}a{color:inherit;text-decoration:none}.app-wrapper{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:24px 16px 48px}.booking-container{width:100%;max-width:800px;display:flex;flex-direction:column;gap:20px}.card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #00000012,0 4px 16px #0000000f;padding:28px;overflow:hidden}@media (max-width: 480px){.card{padding:20px 16px;border-radius:12px}.app-wrapper{padding:16px 12px 40px}}.step-indicator{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:8px}.step-item{display:flex;flex-direction:column;align-items:center;gap:6px}.step-circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;border:2px solid #e2e8f0;background:#fff;color:#94a3b8;transition:all .25s ease;position:relative;z-index:1}.step-circle.active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 0 0 4px #2563eb26}.step-circle.completed{background:#10b981;border-color:#10b981;color:#fff}.step-label{font-size:11px;color:#94a3b8;white-space:nowrap;font-weight:500}.step-label.active{color:#2563eb;font-weight:600}.step-label.completed{color:#10b981}.step-connector{height:2px;width:60px;background:#e2e8f0;margin:0 4px 22px;flex-shrink:0;transition:background .25s ease}.step-connector.completed{background:#10b981}@media (max-width: 480px){.step-connector{width:32px}.step-label{font-size:10px}}.booking-header{display:flex;flex-direction:column;gap:16px}.header-top{display:flex;align-items:center;gap:14px}.company-logo{width:52px;height:52px;border-radius:12px;background:#2563eb;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#fff;flex-shrink:0;overflow:hidden}.company-logo img{width:100%;height:100%;object-fit:cover}.header-text h1{font-size:20px;font-weight:700;color:#0f172a;line-height:1.3}.header-text .company-name{font-size:14px;color:#64748b;margin-top:2px}.header-divider{height:1px;background:#f1f5f9}.header-meta{display:flex;flex-wrap:wrap;gap:12px}.meta-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:#f0f9ff;color:#0369a1;border-radius:20px;font-size:13px;font-weight:500}.meta-badge svg{width:14px;height:14px;flex-shrink:0}.header-description{font-size:14px;color:#475569;line-height:1.6}.header-links{display:flex;flex-wrap:wrap;gap:8px}.header-link{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;color:#2563eb;text-decoration:none;transition:background .15s}.header-link:hover{background:#eff6ff}.section-title{font-size:17px;font-weight:700;color:#0f172a;margin-bottom:20px}.section-subtitle{font-size:13px;color:#64748b;margin-top:4px;font-weight:400}.calendar-wrapper{display:flex;flex-direction:column;gap:0}.calendar-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.calendar-nav-title{font-size:16px;font-weight:700;color:#0f172a;text-transform:capitalize}.calendar-nav-btn{width:36px;height:36px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#475569;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:all .15s ease}.calendar-nav-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.calendar-nav-btn:disabled{opacity:.35;cursor:not-allowed}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.calendar-dow{text-align:center;font-size:12px;font-weight:600;color:#94a3b8;padding:6px 0;text-transform:uppercase;letter-spacing:.05em}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:2px solid transparent;transition:all .15s ease;color:#1e293b;background:transparent;position:relative}.calendar-day:hover:not(.disabled):not(.empty){background:#eff6ff;color:#2563eb}.calendar-day.today{font-weight:700;color:#2563eb}.calendar-day.today:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:#2563eb}.calendar-day.selected{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 2px 8px #2563eb4d}.calendar-day.selected:after{background:#fff}.calendar-day.disabled{color:#cbd5e1;cursor:not-allowed}.calendar-day.empty{cursor:default}.calendar-day.no-slots{color:#94a3b8}.calendar-day.has-slots{color:#0f172a}.calendar-day.loading-slots{opacity:.6}.slots-loading-bar{display:flex;align-items:center;gap:8px;margin-top:16px;font-size:13px;color:#64748b}.time-slot-section{margin-top:0}.time-slot-date-label{font-size:14px;font-weight:600;color:#475569;margin-bottom:14px;text-transform:capitalize}.time-slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px}.time-slot-btn{padding:10px 8px;border-radius:10px;border:2px solid #e2e8f0;background:#fff;font-size:15px;font-weight:600;color:#1e293b;text-align:center;cursor:pointer;transition:all .15s ease}.time-slot-btn:hover{border-color:#2563eb;background:#eff6ff;color:#2563eb}.time-slot-btn.selected{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 2px 8px #2563eb4d}.time-slot-tz{display:flex;align-items:center;gap:6px;margin-top:14px;font-size:12px;color:#94a3b8}.no-slots-msg{text-align:center;padding:32px 16px;color:#94a3b8;font-size:14px}.no-slots-msg .no-slots-icon{font-size:36px;margin-bottom:10px}.booking-form{display:flex;flex-direction:column;gap:18px}.form-summary{background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:6px;margin-bottom:4px}.form-summary-row{display:flex;align-items:center;gap:8px;font-size:14px;color:#0369a1}.form-summary-row svg{width:15px;height:15px;flex-shrink:0;color:#0ea5e9}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:14px;font-weight:600;color:#374151}.form-label .required{color:#ef4444;margin-left:2px}.form-input,.form-textarea{width:100%;padding:11px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;color:#1e293b;background:#fff;transition:border-color .15s,box-shadow .15s;outline:none}.form-input:focus,.form-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input.error,.form-textarea.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-textarea{resize:vertical;min-height:90px}.form-error-msg{font-size:12px;color:#ef4444;margin-top:2px}.form-submit-btn{width:100%;padding:14px;background:#2563eb;color:#fff;border-radius:12px;font-size:16px;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;margin-top:4px}.form-submit-btn:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 12px #2563eb59;transform:translateY(-1px)}.form-submit-btn:active:not(:disabled){transform:translateY(0)}.form-submit-btn:disabled{opacity:.65;cursor:not-allowed}.back-btn{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#64748b;cursor:pointer;padding:6px 10px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;margin-bottom:4px;transition:all .15s ease}.back-btn:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.confirmation-screen{display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 8px;gap:20px}.confirmation-icon{width:72px;height:72px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center;animation:popIn .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.confirmation-icon svg{width:38px;height:38px;color:#16a34a}.confirmation-title{font-size:22px;font-weight:800;color:#0f172a}.confirmation-subtitle{font-size:15px;color:#64748b;margin-top:-8px}.confirmation-details{width:100%;background:#f8fafc;border-radius:12px;padding:18px 20px;display:flex;flex-direction:column;gap:12px;text-align:left}.confirmation-detail-row{display:flex;align-items:center;gap:12px;font-size:15px;color:#1e293b}.confirmation-detail-row .detail-icon{width:36px;height:36px;border-radius:8px;background:#eff6ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.confirmation-detail-row .detail-icon svg{width:18px;height:18px;color:#2563eb}.confirmation-detail-row .detail-content strong{display:block;font-weight:600}.confirmation-detail-row .detail-content span{font-size:13px;color:#64748b}.confirmation-email-notice{font-size:13px;color:#475569;background:#fefce8;border:1px solid #fef08a;border-radius:8px;padding:10px 14px;width:100%}.gcal-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;border:2px solid #e2e8f0;border-radius:10px;font-size:14px;font-weight:600;color:#374151;text-decoration:none;cursor:pointer;transition:all .15s ease}.gcal-btn:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.spinner.dark{border-color:#2563eb33;border-top-color:#2563eb}.spinner.sm{width:14px;height:14px;border-width:2px}@keyframes spin{to{transform:rotate(360deg)}}.loading-center{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;gap:16px;color:#64748b;font-size:15px}.error-screen{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 24px;gap:14px}.error-screen .error-icon{font-size:52px}.error-screen h2{font-size:20px;font-weight:700;color:#0f172a}.error-screen p{font-size:14px;color:#64748b;max-width:320px;line-height:1.6}.error-screen .error-code{font-size:64px;font-weight:900;color:#e2e8f0;line-height:1}.error-banner{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:12px 16px;font-size:14px;color:#dc2626;display:flex;align-items:flex-start;gap:8px}.error-banner svg{width:16px;height:16px;flex-shrink:0;margin-top:1px}.vaiti-branding{text-align:center;font-size:12px;color:#94a3b8;margin-top:8px}.vaiti-branding a{color:#2563eb;font-weight:500}.step-nav-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.mt-4{margin-top:16px}.text-muted{color:#64748b;font-size:13px}
