.booking-page{padding:80px 0 120px;background:#fafaf8;min-height:100vh}.booking-page-header{text-align:center;margin-bottom:48px}.booking-title{font-size:clamp(32px,5vw,48px);font-weight:700;color:#0b0c0e;margin-bottom:12px;letter-spacing:-.02em}.booking-description{font-size:16px;color:#6b7280;max-width:500px;margin:0 auto}.booking-container{display:grid;grid-template-columns:1fr;gap:32px;max-width:1200px;margin:0 auto}@media(min-width:1024px){.booking-container{grid-template-columns:1fr 320px}}.booking-progress{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:40px;flex-wrap:wrap}.progress-step{display:flex;flex-direction:column;align-items:center;gap:8px}.progress-step .step-number{width:40px;height:40px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;transition:all .3s ease}.progress-step.active .step-number{background:#ff4d2e;color:#fff}.progress-step.completed .step-number{background:#22c55e;color:#fff}.progress-step span{font-size:12px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.progress-step.active span{color:#ff4d2e}.progress-step.completed span{color:#22c55e}.progress-line{width:60px;height:2px;background:#e5e7eb;margin:0 8px 24px;transition:all .3s ease}.progress-line.completed{background:#22c55e}@media(max-width:640px){.progress-line{width:30px}}.booking-step-panel{display:none;animation:fadeIn .3s ease}.booking-step-panel.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.step-title{font-size:24px;font-weight:700;color:#0b0c0e;margin-bottom:8px}.step-subtitle{font-size:14px;color:#6b7280;margin-bottom:24px}.step-subtitle strong{color:#ff4d2e;font-weight:600}.vehicle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:32px}@media(min-width:640px){.vehicle-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.vehicle-grid{grid-template-columns:repeat(5,1fr)}}.vehicle-card{position:relative;cursor:pointer;border-radius:16px;transition:all .3s ease}.vehicle-card input{position:absolute;opacity:0;width:0;height:0}.vehicle-card-inner{border:2px solid #E5E7EB;border-radius:16px;padding:20px 12px 16px;display:flex;flex-direction:column;align-items:center;gap:8px;background:#fff;transition:all .3s ease}.vehicle-card:hover .vehicle-card-inner{border-color:#ff4d2e;transform:translateY(-3px);box-shadow:0 12px 32px #0000001a}.vehicle-card.selected .vehicle-card-inner{border-color:#ff4d2e;background:#ff4d2e08;box-shadow:0 8px 24px #ff4d2e1f}.vehicle-img{width:100%;max-width:120px;height:56px;object-fit:contain;pointer-events:none;filter:grayscale(.2);transition:all .3s ease}.vehicle-card:hover .vehicle-img,.vehicle-card.selected .vehicle-img{filter:grayscale(0);transform:scale(1.05)}.vehicle-name{font-size:14px;font-weight:700;color:#0b0c0e;margin-top:4px}.vehicle-examples{font-size:11px;color:#9ca3af;text-align:center;line-height:1.3}.package-list{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.package-card{position:relative;cursor:pointer;border-radius:16px;transition:all .3s ease}.package-card input{position:absolute;opacity:0;width:0;height:0}.package-card-inner{border:2px solid #E5E7EB;border-radius:16px;padding:24px;background:#fff;transition:all .3s ease}.package-card:hover .package-card-inner{border-color:#ff4d2e;transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.package-card.selected .package-card-inner{border-color:#ff4d2e;background:#ff4d2e08}.package-card.disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.package-card.disabled .package-card-inner{background:#f3f4f6;border-color:#e5e7eb}.package-card.disabled .package-price{color:#9ca3af}.package-card.featured .package-card-inner{border-color:#ff4d2e;box-shadow:0 4px 16px #ff4d2e14}.package-badge{position:absolute;top:-10px;right:20px;background:#ff4d2e;color:#fff;font-size:10px;font-weight:700;padding:5px 14px;border-radius:20px;text-transform:uppercase;letter-spacing:.08em;z-index:2}.package-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.package-info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.package-name{font-size:16px;font-weight:700;color:#0b0c0e;line-height:1.3}.package-desc{font-size:13px;color:#6b7280}.package-duration{font-size:12px;color:#9ca3af;margin-top:2px}.package-price{font-size:22px;font-weight:700;color:#ff4d2e;flex-shrink:0;white-space:nowrap}.package-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.package-features.compact{gap:6px}.package-features li{display:flex;align-items:center;gap:8px;font-size:13px;color:#4b5563}.package-features li svg{color:#22c55e;flex-shrink:0}.service-group{display:flex;flex-direction:column;gap:10px}.service-group-label{font-size:13px;font-weight:700;color:#0b0c0e;text-transform:uppercase;letter-spacing:.08em;padding-left:4px}.service-group-cards{display:grid;grid-template-columns:1fr;gap:10px}@media(min-width:640px){.service-group-cards{grid-template-columns:repeat(2,1fr)}}.package-card.sub-card .package-card-inner{padding:18px 20px}.package-card.sub-card .package-header{margin-bottom:0;align-items:center}.package-card.sub-card .package-name{font-size:14px}.package-card.sub-card .package-desc{font-size:12px}.addon-grid{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:32px}@media(min-width:640px){.addon-grid{grid-template-columns:repeat(2,1fr)}}.addon-card{position:relative;cursor:pointer;border-radius:12px;transition:all .3s ease}.addon-card input{position:absolute;opacity:0;width:0;height:0}.addon-card-inner{border:2px solid #E5E7EB;border-radius:12px;padding:14px;display:flex;align-items:center;gap:12px;background:#fff;transition:all .3s ease}.addon-card:hover .addon-card-inner{border-color:#ff4d2e;box-shadow:0 4px 12px #0000000f}.addon-card.selected .addon-card-inner{border-color:#ff4d2e;background:#ff4d2e08}.addon-checkbox{width:22px;height:22px;border:2px solid #D1D5DB;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.addon-checkbox svg{color:#fff;opacity:0;transition:opacity .2s ease}.addon-card.selected .addon-checkbox{background:#ff4d2e;border-color:#ff4d2e}.addon-card.selected .addon-checkbox svg{opacity:1}.addon-info{display:flex;flex-direction:column;flex:1;min-width:0}.addon-name{font-size:13px;font-weight:600;color:#0b0c0e}.addon-desc{font-size:11px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.addon-price{font-size:14px;font-weight:700;color:#ff4d2e;flex-shrink:0}.step-actions{display:flex;gap:12px;margin-top:8px;flex-wrap:wrap}.step-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none}.step-actions .btn-primary{background:#ff4d2e;color:#fff}.step-actions .btn-primary:hover:not(:disabled){background:#e54328;transform:translateY(-2px);box-shadow:0 8px 24px #ff4d2e4d}.step-actions .btn-primary:disabled{opacity:.5;cursor:not-allowed}.step-actions .btn-secondary{background:#f3f4f6;color:#4b5563}.step-actions .btn-secondary:hover{background:#e5e7eb}.form-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:32px}@media(min-width:640px){.form-grid{grid-template-columns:repeat(2,1fr)}}.form-field{display:flex;flex-direction:column;gap:6px}.form-field.full-width{grid-column:1 / -1}.form-field label{font-size:13px;font-weight:600;color:#374151}.form-field input,.form-field select,.form-field textarea{padding:14px 16px;border:2px solid #E5E7EB;border-radius:12px;font-size:14px;background:#fff;color:#0b0c0e;transition:all .3s ease;font-family:inherit}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#ff4d2e;box-shadow:0 0 0 3px #ff4d2e1a}.form-field input::placeholder,.form-field textarea::placeholder{color:#9ca3af}.form-field select{cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.booking-summary{display:flex;flex-direction:column;gap:20px}.summary-card{background:#0b0c0e;border-radius:20px;padding:28px;color:#fff}@media(min-width:1024px){.summary-card{position:sticky;top:100px}}.summary-title{font-size:18px;font-weight:700;margin-bottom:24px;color:#fff}.summary-section{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.summary-section.addons{flex-direction:column;align-items:stretch;gap:8px}.summary-label{font-size:13px;color:#ffffff80}.summary-value{font-size:14px;font-weight:500;color:#ffffffb3}.summary-section.selected .summary-value{color:#fff;font-weight:600}.addon-list{display:flex;flex-direction:column;gap:6px}.addon-item-summary{display:flex;justify-content:space-between;font-size:13px;color:#ffffffb3}.summary-divider{height:1px;background:#ffffff26;margin:16px 0}.summary-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.total-label{font-size:15px;font-weight:600;color:#fff}.total-price{font-size:28px;font-weight:700;color:#ff4d2e}.summary-note{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#fff6;line-height:1.5}.summary-note svg{flex-shrink:0;margin-top:1px}.trust-badges{display:flex;flex-direction:column;gap:12px}.trust-badge{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-radius:12px;border:1px solid #E5E7EB}.trust-badge svg{color:#ff4d2e;flex-shrink:0}.trust-badge span{font-size:13px;font-weight:600;color:#374151}.form-success{text-align:center;padding:60px 24px;animation:fadeIn .5s ease}.success-icon{margin-bottom:24px}.form-success h2{font-size:32px;font-weight:700;color:#0b0c0e;margin-bottom:12px}.form-success p{font-size:16px;color:#6b7280;margin-bottom:8px}.success-message{font-size:14px;color:#9ca3af;margin-bottom:32px}.success-home-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:#ff4d2e;color:#fff;border-radius:14px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.success-home-btn:hover{background:#e54328;transform:translateY(-2px);box-shadow:0 8px 24px #ff4d2e4d}@media(max-width:1023px){.booking-summary{order:-1}}@media(max-width:639px){.step-actions .btn{flex:1;min-width:120px}.package-header{flex-direction:column;gap:6px}.vehicle-grid{grid-template-columns:repeat(2,1fr)}.service-group-cards{grid-template-columns:1fr}}.booking-section{padding:100px 0;background:var(--color-bg-cream, #FAFAF8)}.booking-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-top:60px}@media(min-width:1024px){.booking-grid{grid-template-columns:1.5fr 1fr}}.booking-steps{display:flex;flex-direction:column;gap:16px}.booking-step{background:#fff;border-radius:16px;padding:24px;border:1px solid #E5E7EB}.booking-step .step-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9ca3af;margin-bottom:16px}.vehicle-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media(min-width:640px){.vehicle-options{grid-template-columns:repeat(5,1fr)}}.vehicle-option{padding:16px 8px;border-radius:12px;border:2px solid #E5E7EB;background:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .3s ease;font-family:inherit}.vehicle-option:hover{border-color:#ff4d2e;transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.vehicle-option.selected{border-color:#ff4d2e;background:#ff4d2e0d}.vehicle-option span{font-size:12px;font-weight:600;color:#374151}.vehicle-option.selected span{color:#ff4d2e}.booking-select{width:100%;padding:16px 40px 16px 16px;border-radius:12px;border:2px solid #E5E7EB;font-size:14px;background:#fff;cursor:pointer;color:#0b0c0e;font-family:inherit;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.booking-select:focus{outline:none;border-color:#ff4d2e}.addon-dropdown{position:relative}.addon-toggle{width:100%;padding:16px;border-radius:12px;border:2px solid #E5E7EB;font-size:14px;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left;font-family:inherit;color:#6b7280;transition:all .3s ease}.addon-toggle:hover{border-color:#ff4d2e}.addon-toggle-icon{width:16px;height:16px;transition:transform .3s ease;flex-shrink:0}.addon-dropdown.open .addon-toggle-icon{transform:rotate(180deg)}.addon-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:2px solid #E5E7EB;border-radius:12px;padding:8px 0;z-index:100;display:none;box-shadow:0 10px 40px #0000001a;max-height:320px;overflow-y:auto}.addon-dropdown.open .addon-menu{display:block}.addon-item{padding:12px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .2s ease;gap:12px}.addon-item:hover{background:#ff4d2e0d}.addon-item.selected{background:#ff4d2e14}.addon-item-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.addon-checkbox{width:18px;height:18px;border:2px solid #D1D5DB;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.addon-item.selected .addon-checkbox{background:#ff4d2e;border-color:#ff4d2e}.addon-checkbox svg{width:12px;height:12px;color:#fff;opacity:0;transition:opacity .2s ease}.addon-item.selected .addon-checkbox svg{opacity:1}.addon-item .addon-name{font-size:14px;font-weight:500;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.addon-item .addon-price{font-size:13px;font-weight:600;color:#ff4d2e;flex-shrink:0}.selected-addons{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.selected-addon-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#ff4d2e1a;border-radius:8px;font-size:12px;font-weight:500;color:#ff4d2e}.selected-addon-tag button{background:none;border:none;cursor:pointer;padding:0;font-size:16px;line-height:1;color:#ff4d2e;display:flex;align-items:center}.estimate-card{background:#0b0c0e;border-radius:20px;padding:32px;color:#fff;height:fit-content}@media(min-width:1024px){.estimate-card{position:sticky;top:100px}}.estimate-card .estimate-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin-bottom:8px}.estimate-card .estimate-value{font-size:16px;color:#fff9;margin-bottom:24px;transition:all .3s ease}.estimate-line{border-top:1px solid rgba(255,255,255,.1);padding-top:16px;margin-bottom:24px;display:flex;flex-direction:column;gap:10px}.estimate-line-item{display:flex;justify-content:space-between;font-size:14px;color:#ffffff80}.btn-estimate{width:100%;padding:16px;border-radius:14px;background:#ffffff1a;color:#fff6;font-weight:600;font-size:14px;cursor:not-allowed;border:none;transition:all .3s ease;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px;font-family:inherit}.estimate-hint{text-align:center;color:#fff6;font-size:12px;margin-top:16px}.estimate-phone{display:flex;align-items:center;gap:12px;margin-top:24px;padding:16px;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.phone-icon{width:24px;height:24px;color:#ff4d2e;flex-shrink:0}.phone-info{display:flex;flex-direction:column;gap:2px}.phone-label{font-size:12px;color:#ffffff80}.phone-number{font-size:14px;font-weight:600;color:#fff;text-decoration:none}.phone-number:hover{color:#ff4d2e}
/*# sourceMappingURL=/cdn/shop/t/41/assets/section-booking.css.map */
