.booking-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}.booking-header__back{display:flex;align-items:center;gap:.5rem;color:#64748b;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.booking-header__back:hover{color:#294a7f}.booking-header__logo{height:32px}.booking-header__spacer{width:60px}.booking-main{max-width:640px;margin:0 auto;padding:1.5rem;min-height:calc(100vh - 60px);display:flex;flex-direction:column}@media(min-width:1024px){.booking-main:has(.wizard-step[data-step="4"].wizard-step--active){max-width:850px}}.progress-bar{margin-bottom:2rem}.progress-bar__steps{display:flex;justify-content:space-between;margin-bottom:.75rem}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.25rem}.progress-step__circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;background:#e5e7eb;color:#9ca3af;transition:all .3s}.progress-step--active .progress-step__circle{background:#294a7f;color:#fff}.progress-step--completed .progress-step__circle{background:linear-gradient(135deg,#d4b896,#c4a87a);color:#1a3a6a}.progress-step__label{font-size:.7rem;color:#9ca3af;font-weight:500}.progress-step--active .progress-step__label{color:#294a7f}.progress-bar__line{height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}.progress-bar__fill{height:100%;background:#294a7f;border-radius:2px;transition:width .3s ease}.wizard-container{flex:1}.wizard-step{display:none}.wizard-step--active{display:block;animation:stepSlideIn .35s cubic-bezier(.16,1,.3,1) forwards}@keyframes stepSlideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.wizard-step__title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.wizard-step__subtitle{font-size:1rem;color:#64748b;margin-bottom:2rem}.appointment-types{display:flex;flex-direction:column;gap:1rem}.appointment-type input{position:absolute;opacity:0;pointer-events:none}.appointment-type__card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s}.appointment-type__card:hover{border-color:#cbd5e1;background:#f8fafc}.appointment-type input:checked+.appointment-type__card{border-color:#294a7f;background:#f0f4f8}.appointment-type__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:12px;color:#64748b;flex-shrink:0}.appointment-type input:checked+.appointment-type__card .appointment-type__icon{background:#294a7f;color:#fff}.appointment-type__content{flex:1}.appointment-type__name{display:block;font-weight:600;color:#1e293b;margin-bottom:.25rem}.appointment-type__desc{font-size:.875rem;color:#64748b}.appointment-type__check{width:24px;height:24px;border-radius:50%;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.appointment-type__check svg{opacity:0;transition:opacity .2s}.appointment-type input:checked+.appointment-type__card .appointment-type__check{background:#294a7f;border-color:#294a7f}.appointment-type input:checked+.appointment-type__card .appointment-type__check svg{opacity:1}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.required{color:#ef4444}.optional{color:#9ca3af;font-weight:400}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;background:#fff;transition:border-color .2s,box-shadow .2s}.custom-select{position:relative;width:100%}.custom-select__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;color:#1e293b;cursor:pointer;transition:all .2s;text-align:left}.custom-select__trigger:hover{border-color:#cbd5e1}.custom-select__trigger:focus{outline:none;border-color:#294a7f;box-shadow:0 0 0 4px #294a7f1a}.custom-select--open .custom-select__trigger{border-color:#294a7f;box-shadow:0 0 0 4px #294a7f1a}.custom-select__value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__value--placeholder{color:#9ca3af}.custom-select__arrow{flex-shrink:0;color:#64748b;transition:transform .2s}.custom-select--open .custom-select__arrow{transform:rotate(180deg)}.custom-select__options{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px #0000001f;list-style:none;margin:0;padding:.5rem 0;max-height:280px;overflow-y:auto;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease}.custom-select--open .custom-select__options{opacity:1;visibility:visible;transform:translateY(0)}.custom-select__option{padding:.875rem 1rem;cursor:pointer;transition:background .15s;color:#374151;font-size:.95rem}.custom-select__option:hover{background:#f0f4f8}.custom-select__option--selected{background:#294a7f;color:#fff}.custom-select__option--selected:hover{background:#1e3a5f}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#294a7f;box-shadow:0 0 0 4px #294a7f1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-help{font-size:.8rem;color:#64748b;margin-top:.5rem}.insurance-option{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;margin-bottom:1.5rem}.insurance-option input{display:none}.insurance-option__check{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:4px;position:relative}.insurance-option input:checked+.insurance-option__check{background:#294a7f;border-color:#294a7f}.insurance-option input:checked+.insurance-option__check:after{content:"";position:absolute;left:5px;top:2px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.insurance-note{display:flex;gap:1rem;padding:1rem;background:#fef3c7;border-radius:8px;margin-top:1rem}.insurance-note__icon{font-size:1.5rem}.insurance-note__content{font-size:.9rem;color:#92400e}.radio-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.radio-option{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s;position:relative;text-align:center}.radio-option:hover{background:#f8fafc;border-color:#cbd5e1}.radio-option--selected{background:#f0f4f8!important;border-color:#294a7f!important}.radio-option input[type=radio]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.radio-option__mark{display:none}.radio-option__text{font-size:1rem;color:#374151;line-height:1.5}.radio-option--selected .radio-option__text{color:#294a7f;font-weight:600}.treatment-status-form{max-width:500px;margin:0 auto}.treatment-status__label{display:block;font-size:1rem;font-weight:500;color:#374151;margin-bottom:1rem;text-align:center}.optional-label{font-weight:400;color:#9ca3af;font-size:.875rem}.treatment-chips{display:flex;flex-direction:column;gap:.75rem}.treatment-chip{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s;text-align:left;width:100%}.treatment-chip:hover{background:#f8fafc;border-color:#cbd5e1}.treatment-chip--selected{background:#f8fafc!important;border-color:#294a7f!important;border-width:2px!important}.treatment-chip__text{font-size:.9375rem;color:#374151;line-height:1.4;flex:1}.treatment-chip--selected .treatment-chip__text{color:#1e3a5f!important;font-weight:500!important}.treatment-chip__check{width:22px;height:22px;border-radius:50%;background:transparent;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:.75rem;transition:all .2s}.treatment-chip__check svg{opacity:0;transition:opacity .2s}.treatment-chip--selected .treatment-chip__check{background:#294a7f!important;border-color:#294a7f!important}.treatment-chip--selected .treatment-chip__check svg{opacity:1!important}.contact-recommendation{margin-top:1.5rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fffbf0,#fef7e6);border:1px solid #e8dfc8;border-radius:10px}.contact-recommendation__content{flex:1}.contact-recommendation__title{font-weight:500;color:#5c4a1f;margin:0 0 .25rem;font-size:.875rem}.contact-recommendation__desc{color:#7a6b45;font-size:.8125rem;margin:0 0 .75rem;line-height:1.5}.contact-recommendation__actions{display:flex;gap:1rem;align-items:center}.contact-btn{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .2s}.contact-btn--text{color:#294a7f;padding:.5rem .875rem;background:#294a7f;color:#fff;border-radius:6px}.contact-btn--text:hover{background:#1e3a5f}.contact-btn--call{color:#6b7280;padding:.5rem 0}.contact-btn--call:hover{color:#294a7f}.contact-recommendation__note{display:none}.wizard-step--contact{display:flex;align-items:center;justify-content:center;min-height:60vh}.contact-step{text-align:center;max-width:420px;margin:0 auto;padding:2rem 1rem}.contact-step__icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#e8f4fd,#d1e9fa);border-radius:50%;margin-bottom:1.5rem;color:#294a7f}.contact-step__title{font-size:1.75rem;font-weight:600;color:#1f2937;margin:0 0 .75rem}.contact-step__subtitle{font-size:1rem;color:#6b7280;line-height:1.6;margin:0 0 2rem}.contact-step__mobile{display:block}.contact-step__desktop{display:none}@media(min-width:768px){.contact-step__mobile{display:none}.contact-step__desktop{display:block}}.contact-step__primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2.5rem;background:linear-gradient(135deg,#294a7f,#1e3a5f);color:#fff;border-radius:50px;font-size:1.125rem;font-weight:600;text-decoration:none;box-shadow:0 4px 14px #294a7f4d;transition:transform .2s,box-shadow .2s;margin-bottom:1.25rem}.contact-step__primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #294a7f66;color:#fff}.contact-step__primary-btn:active{transform:translateY(0)}.contact-step__secondary{font-size:.9375rem;color:#6b7280;margin:0 0 .5rem}.contact-step__secondary a{color:#294a7f;text-decoration:none;font-weight:500}.contact-step__secondary a:hover{text-decoration:underline}.contact-step__text-number{color:#294a7f;font-weight:500}.contact-step__hours{font-size:.8125rem;color:#9ca3af;margin:0 0 2rem}.contact-step__back{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:transparent;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:.875rem;cursor:pointer;transition:all .2s}.contact-step__back:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.time-selection{display:grid;grid-template-columns:1fr;gap:1rem;max-width:100%;overflow:hidden}@media(min-width:1024px){.time-selection{grid-template-columns:minmax(320px,1fr) minmax(280px,1fr);gap:2rem}}.calendar-container{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:1rem;box-shadow:0 4px 6px -1px #0000000d;overflow:hidden;max-width:100%}@media(min-width:480px){.calendar-container{padding:1.25rem}}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.calendar-month{font-weight:700;font-size:1.1rem;color:#1e293b}.calendar-nav{background:#f8fafc;border:2px solid #e5e7eb;padding:.625rem;cursor:pointer;color:#64748b;border-radius:10px;transition:all .2s}.calendar-nav:hover{background:#294a7f;border-color:#294a7f;color:#fff}.calendar-nav:active{transform:scale(.95)}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding:.5rem 0}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}@media(min-width:400px){.calendar-days{gap:6px}}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:none;background:none;border-radius:10px;font-size:.8rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s;min-height:36px;padding:0}@media(min-width:400px){.calendar-day{font-size:.9rem;min-height:44px;border-radius:12px}}.calendar-day--empty{cursor:default}.calendar-day--past{color:#d1d5db;cursor:not-allowed}.calendar-day--available{background:linear-gradient(135deg,#f0f4f8,#e8eef5);color:#294a7f;font-weight:700;border:2px solid transparent}.calendar-day--available:hover{background:linear-gradient(135deg,#294a7f,#1e3a5f);color:#fff;transform:scale(1.05);box-shadow:0 4px 12px #294a7f4d}.calendar-day--selected{background:linear-gradient(135deg,#294a7f,#1e3a5f)!important;color:#fff!important;border:2px solid #294a7f!important;box-shadow:0 4px 12px #294a7f4d}.time-slots-container{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:1rem;box-shadow:0 4px 6px -1px #0000000d;overflow-y:auto;overflow-x:hidden;max-width:100%}@media(min-width:480px){.time-slots-container{padding:1.25rem}}@media(min-width:1024px){.time-slots-container{max-height:400px}}.time-slots-header{font-weight:700;font-size:1.05rem;color:#1e293b;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9;position:sticky;top:-1.25rem;background:#fff;margin-top:-1.25rem;padding-top:1.25rem}.time-slots__placeholder{text-align:center;padding:2.5rem 1rem;color:#94a3b8}.time-slots__placeholder svg{margin-bottom:1rem;opacity:.4;color:#cbd5e1}.time-slots__placeholder p{font-size:.95rem}.time-slots__empty{text-align:center;padding:2.5rem 1rem;color:#64748b}.time-slots__group{margin-bottom:1.5rem}.time-slots__group:last-child{margin-bottom:0}.time-slots__group h4{font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.time-slots__group h4:before{content:"";display:inline-block;width:8px;height:8px;background:#294a7f;border-radius:50%;opacity:.3}.time-slots__pills{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media(min-width:400px){.time-slots__pills{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.625rem}}.time-pill{padding:.625rem .5rem;background:linear-gradient(to bottom,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:10px;font-size:.8rem;font-weight:600;color:#1e293b;cursor:pointer;transition:all .2s ease;text-align:center;min-height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000000d;font-family:inherit}@media(min-width:400px){.time-pill{padding:.875rem 1rem;border-radius:12px;font-size:.95rem;min-height:48px}}.time-pill:hover{background:#f0f4f8;border-color:#294a7f;color:#294a7f;transform:translateY(-2px)}.time-pill:active{transform:translateY(0)}.time-pill--selected{background:linear-gradient(135deg,#294a7f,#1e3a5f);border-color:#294a7f;color:#fff;box-shadow:0 4px 12px #294a7f4d}.time-pill--selected:hover{background:linear-gradient(135deg,#294a7f,#1e3a5f);color:#fff}.confirmation-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.confirmation-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.confirmation-section h3{font-size:.9rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.confirmation-row{display:flex;flex-wrap:wrap;margin-bottom:.75rem;gap:.25rem}.confirmation-label{width:100px;flex-shrink:0;color:#64748b;font-size:.9rem}.confirmation-value{color:#1e293b;font-weight:500;word-break:break-word;overflow-wrap:break-word;flex:1;min-width:0}@media(max-width:480px){.confirmation-row{flex-direction:column;gap:.25rem}.confirmation-label{width:auto}}.terms-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;margin-top:1rem}.terms-checkbox input{display:none}.terms-checkbox__mark{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:4px;flex-shrink:0;position:relative;margin-top:2px}.terms-checkbox input:checked+.terms-checkbox__mark{background:#294a7f;border-color:#294a7f}.terms-checkbox input:checked+.terms-checkbox__mark:after{content:"";position:absolute;left:5px;top:2px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.terms-checkbox__text{font-size:.875rem;color:#64748b;line-height:1.5}.terms-checkbox__text a{color:#294a7f}.success-content{text-align:center;padding:1rem 0}.success-header{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#d4b89626,#d4b89640);border:1px solid rgba(212,184,150,.4);border-radius:12px;padding:1rem;margin-bottom:1rem;text-align:left}.success-header__icon{width:40px;height:40px;background:#d4b8964d;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#c4a87a;flex-shrink:0}.success-header__text{flex:1}.success-header__title{font-size:1.25rem;font-weight:700;color:#294a7f;margin:0}.success-header__subtitle{font-size:.875rem;color:#64748b;margin:.25rem 0 0}.success-icon{width:64px;height:64px;background:#d4b89626;border:2px solid rgba(212,184,150,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#c4a87a}.success-icon svg{width:32px;height:32px}.success-title{font-size:2rem;font-weight:700;color:#294a7f;margin-bottom:.5rem}.success-subtitle{color:#64748b;margin-bottom:2rem}.success-details{background:#fff;border:2px solid #e5e7eb;border-top:4px solid #d4b896;border-radius:12px;padding:1.5rem;margin-bottom:1rem;text-align:left}.success-details--compact{padding:1rem;font-size:.9rem}.success-details--compact .success-detail{padding:.5rem 0}.success-detail{padding:.75rem 0;border-bottom:1px solid #f1f5f9;color:#374151}.success-detail:last-child{border-bottom:none}.calendar-actions{margin-bottom:1rem;text-align:center}.calendar-actions__label{font-size:.8125rem;color:#6b7280;margin:0 0 .75rem}.calendar-actions__buttons{display:flex;gap:.75rem;justify-content:center}.calendar-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s;text-decoration:none;border:1px solid #e5e7eb;background:#fff;color:#374151}.calendar-btn:hover{background:#f9fafb;border-color:#d1d5db}.calendar-btn svg{flex-shrink:0}@media(max-width:400px){.calendar-actions__buttons{flex-direction:column;gap:.5rem}.calendar-btn{justify-content:center;width:100%}}.doc-capture{margin:1rem 0;padding:1.5rem;background:linear-gradient(135deg,#294a7f0d,#d4b8961a);border:1px solid rgba(212,184,150,.3);border-radius:12px}.doc-capture__intro{text-align:center;padding:1rem 0}.doc-capture__intro-icon{color:#294a7f;margin-bottom:1rem}.doc-capture__intro-title{font-size:1.25rem;font-weight:600;color:#294a7f;margin:0 0 .5rem}.doc-capture__intro-text{font-size:.9rem;color:#64748b;margin:0 0 1.5rem;max-width:280px;margin-left:auto;margin-right:auto}.doc-capture__intro-actions{display:flex;flex-direction:column;gap:.75rem;align-items:center}.doc-capture__btn-start{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;max-width:280px}.doc-capture__btn-skip{background:none;border:none;color:#64748b;font-size:.875rem;cursor:pointer;padding:.5rem;text-decoration:underline;text-underline-offset:2px}.doc-capture__btn-skip:hover{color:#475569}.doc-capture__steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:1.5rem;padding:0 .5rem}.doc-capture__step{display:flex;flex-direction:column;align-items:center;gap:.375rem}.doc-capture__step-dot{width:28px;height:28px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;transition:all .3s;position:relative}.doc-capture__step-number{font-size:.75rem;font-weight:600;color:#9ca3af}.doc-capture__step-check{display:none;color:#fff}.doc-capture__step.active .doc-capture__step-dot{background:#294a7f;box-shadow:0 0 0 4px #294a7f33}.doc-capture__step.active .doc-capture__step-number{color:#fff}.doc-capture__step.completed .doc-capture__step-dot{background:#c4a87a}.doc-capture__step.completed .doc-capture__step-number{display:none}.doc-capture__step.completed .doc-capture__step-check{display:block}.doc-capture__step-label{font-size:.7rem;color:#9ca3af;font-weight:500;white-space:nowrap}.doc-capture__step.active .doc-capture__step-label{color:#294a7f;font-weight:600}.doc-capture__step.completed .doc-capture__step-label{color:#c4a87a}.doc-capture__step-line{flex:0 0 40px;height:2px;background:#e5e7eb;margin:0 .25rem 1.25rem}.doc-capture__view{text-align:center}.doc-capture__view-title{font-size:1.1rem;font-weight:600;color:#294a7f;margin:0 0 .25rem}.doc-capture__view-subtitle{font-size:.875rem;color:#64748b;margin:0 0 1.25rem}.doc-capture__card-area{aspect-ratio:1.586 / 1;max-width:300px;margin:0 auto 1.25rem;border-radius:12px;overflow:hidden;background:#fff;border:2px dashed #d1d5db;position:relative}.doc-capture__card-area--portrait{aspect-ratio:1 / 1.3;max-width:220px}.doc-capture__card-area.has-image{aspect-ratio:unset;max-width:320px;border:none;background:transparent}.doc-capture__card-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.doc-capture__card-outline{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#9ca3af}.doc-capture__card-outline span{font-size:.8rem;font-weight:500}.doc-capture__card-preview{position:relative;display:inline-block}.doc-capture__card-area.has-image .doc-capture__card-preview{position:relative}.doc-capture__card-preview img{max-width:100%;max-height:280px;width:auto;height:auto;border-radius:8px;box-shadow:0 4px 16px #0000001f}.doc-capture__card-badge{position:absolute;top:8px;right:8px;width:28px;height:28px;background:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 8px #22c55e66}.doc-capture__view-actions{margin-bottom:1rem}.doc-capture__btn-capture{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;width:100%;max-width:280px}.doc-capture__view-confirm{display:flex;gap:.75rem;justify-content:center;max-width:280px;margin:0 auto 1rem}.doc-capture__view-confirm .btn{flex:1}.doc-capture__skip-link{background:none;border:none;color:#9ca3af;font-size:.8rem;cursor:pointer;padding:.5rem;text-decoration:underline;text-underline-offset:2px}.doc-capture__skip-link:hover{color:#64748b}.doc-capture__complete{text-align:center;padding:1rem 0}.doc-capture__complete-icon{color:#22c55e;margin-bottom:1rem;animation:scaleIn .4s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.doc-capture__complete-title{font-size:1.25rem;font-weight:600;color:#294a7f;margin:0 0 .5rem}.doc-capture__complete-text{font-size:.9rem;color:#64748b;margin:0 0 1.25rem}.doc-capture__complete-summary{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.doc-capture__summary-item{display:flex;flex-direction:column;align-items:center;gap:.375rem}.doc-capture__summary-thumb{width:64px;height:40px;border-radius:6px;object-fit:cover;border:2px solid #c4a87a}.doc-capture__summary-thumb--portrait{width:40px;height:52px}.doc-capture__summary-label{font-size:.7rem;color:#64748b}@media(max-width:480px){.doc-capture__step-line{flex:0 0 24px}.doc-capture__step-label{font-size:.65rem}}.camera-modal{position:fixed;inset:0;z-index:9999;background:#000}.camera-modal__container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.camera-modal__close{position:absolute;top:1rem;right:1rem;z-index:10;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background .2s}.camera-modal__close:hover{background:#000000b3}.camera-modal__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.camera-modal__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.camera-modal__cutout{position:relative;width:85%;max-width:340px;aspect-ratio:1.586 / 1;border:2px solid rgba(255,255,255,.8);border-radius:12px;box-shadow:0 0 0 9999px #00000080}.camera-modal__corner{position:absolute;width:24px;height:24px;border-color:#fff;border-style:solid;border-width:0}.camera-modal__corner--tl{top:-2px;left:-2px;border-top-width:4px;border-left-width:4px;border-top-left-radius:12px}.camera-modal__corner--tr{top:-2px;right:-2px;border-top-width:4px;border-right-width:4px;border-top-right-radius:12px}.camera-modal__corner--bl{bottom:-2px;left:-2px;border-bottom-width:4px;border-left-width:4px;border-bottom-left-radius:12px}.camera-modal__corner--br{bottom:-2px;right:-2px;border-bottom-width:4px;border-right-width:4px;border-bottom-right-radius:12px}.camera-modal__instructions{position:absolute;top:15%;left:50%;transform:translate(-50%);background:#0009;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;white-space:nowrap}.camera-modal__capture{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);width:72px;height:72px;background:transparent;border:4px solid #fff;border-radius:50%;cursor:pointer;padding:4px;transition:transform .1s}.camera-modal__capture:hover{transform:translate(-50%) scale(1.05)}.camera-modal__capture:active{transform:translate(-50%) scale(.95)}.camera-modal__capture-inner{width:100%;height:100%;background:#fff;border-radius:50%}.camera-modal__flash{position:absolute;inset:0;background:#fff;opacity:0;pointer-events:none;transition:opacity .1s}.camera-modal__flash.active{opacity:1}.camera-modal__error{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;color:#fff;text-align:center;padding:2rem}.camera-modal__error svg{margin-bottom:1.5rem;opacity:.7}.camera-modal__error h3{font-size:1.25rem;margin:0 0 .5rem}.camera-modal__error p{color:#9ca3af;margin:0 0 1.5rem;max-width:280px}.camera-modal__error-actions{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:280px}.camera-modal__error-actions .btn{width:100%;justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;border-radius:8px;border:none;cursor:pointer;transition:all .2s}.btn--primary{background:#294a7f;color:#fff}.btn--primary:hover:not(:disabled){background:#1e3a5f}.btn--primary:disabled{background:#94a3b8;cursor:not-allowed}.btn--secondary{background:#f1f5f9;color:#475569}.btn--secondary:hover{background:#e2e8f0}.wizard-nav{display:flex;justify-content:space-between;padding:1.5rem 0;margin-top:auto;border-top:1px solid #e5e7eb;background:#f8fafc;position:sticky;bottom:0}.booking-footer{text-align:center;padding:1rem 0 2rem;font-size:.8rem;color:#9ca3af}.booking-footer__security{display:flex;align-items:center;justify-content:center;gap:.5rem}.loading-overlay{position:absolute;inset:0;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:10}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#294a7f;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner-small{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:640px){.booking-header__back-text,.progress-step__label{display:none}.progress-step__circle{width:28px;height:28px;font-size:.75rem}.form-row{grid-template-columns:1fr}.wizard-step__title{font-size:1.25rem}.booking-main{padding:1rem}.wizard-nav{position:fixed;bottom:0;left:0;right:0;padding:1rem;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -4px 12px #0000000d}.booking-main{padding-bottom:100px}}
