.booking-page{border-radius:10px;max-width:1078px;margin:54px auto 60px;padding:60px 16px 16px;box-shadow:0 0 10px #80808061}.quick-add-form{grid-template-columns:1fr 1fr;gap:16px;display:grid}.quick-add-form .form-group{margin-bottom:16px}.quick-add-form .form-group.grid_custom{grid-column:1/3}.quick-add-form .form-group label{color:#475569;margin-bottom:8px;font-size:14px;font-weight:500;display:flex}.quick-add-form .form-group input,.quick-add-form .form-group select,.quick-add-form .form-group textarea{border:1px solid #d1d5db;border-radius:8px;width:100%;padding:12px;font-size:16px;transition:border-color .2s}.quick-add-form .form-group input:focus,.quick-add-form .form-group select:focus,.quick-add-form .form-group textarea:focus{border-color:#17c3bf;outline:none}.quick-add-form .form-group small{margin-top:4px;font-size:14px;display:block}.quick-add-form .form-actions{justify-content:flex-end;gap:8px;margin-top:24px;padding-top:24px;display:flex}.booking-header{text-align:center;border-bottom:1px solid #d4d4d438;margin-bottom:20px;padding-bottom:20px}.booking-header h1{color:#1a1a1a;margin-bottom:16px;font-size:40px}.booking-header p{color:#666;font-size:19px}.booking-steps{justify-content:center;gap:32px;margin-bottom:48px;display:flex}.booking-steps .step{background:#f8f9fa;border-radius:8px;align-items:center;gap:16px;padding:16px;transition:all .3s;display:flex}.booking-steps .step.active{background:#e3f2fd;border:2px solid #2196f3}.booking-steps .step .step-number{color:#fff;background:#2196f3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.booking-steps .step .step-content h3{margin:0 0 8px;font-size:18px}.booking-steps .step .step-content p{color:#666;margin:0;font-size:14px}.requirements-form{background:#fff;border-radius:12px;margin-bottom:32px;padding:32px;box-shadow:0 2px 10px #0000001a}.form-section{margin-bottom:32px}.section-header{border-bottom:2px solid #f0f0f0;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:16px;display:flex}.section-header .icon{color:#2196f3;font-size:24px}.section-header h2{color:#1a1a1a;margin:0}.form-group{margin-bottom:24px}.form-group label{color:#333;margin-bottom:8px;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:12px;font-size:16px;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2196f3;outline:none}.radio-group{flex-direction:column;gap:16px;display:flex}.radio-group .radio-option{cursor:pointer;border:2px solid #e0e0e0;border-radius:8px;align-items:center;padding:16px;transition:all .3s;display:flex}.radio-group .radio-option:hover{background:#f8f9fa;border-color:#2196f3}.radio-group .radio-option input[type=radio]{width:auto;margin-right:16px}.radio-group .radio-option .radio-content{flex:1;align-items:center;gap:16px;display:flex}.radio-group .radio-option .radio-content .icon{color:#2196f3;font-size:24px}.radio-group .radio-option .radio-content strong{margin-bottom:4px;display:block}.radio-group .radio-option .radio-content p{color:#666;margin:0;font-size:14px}.form-actions{text-align:center;margin-top:32px}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn.btn-primary{color:#fff;background:#2196f3}.btn.btn-primary:hover{background:#1976d2;transform:translateY(-2px)}.btn.btn-secondary{color:#333;background:#f5f5f5;border:2px solid #e0e0e0}.btn.btn-secondary:hover{background:#e0e0e0}.btn.btn-large{padding:16px 32px;font-size:18px}.spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.bundle-preview{background:#f8f9fa;border-radius:12px;margin-top:32px;padding:32px}.bundle-preview .preview-header{text-align:center;margin-bottom:32px}.bundle-preview .preview-header h2{color:#1a1a1a;margin-bottom:8px}.bundle-preview .bundle-card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000001a}.bundle-preview .bundle-card .bundle-header h3{color:#1a1a1a;margin:0 0 8px}.bundle-preview .bundle-card .bundle-header p{color:#666;margin:0 0 24px}.bundle-preview .bundle-card .bundle-items h4{color:#333;margin:0 0 16px}.bundle-preview .bundle-card .bundle-items .items-list{flex-direction:column;gap:12px;display:flex}.bundle-preview .bundle-card .bundle-items .items-list .bundle-item{background:#f8f9fa;border-radius:6px;justify-content:space-between;align-items:center;padding:12px;display:flex}.bundle-preview .bundle-card .bundle-items .items-list .bundle-item .item-info{align-items:center;gap:16px;display:flex}.bundle-preview .bundle-card .bundle-items .items-list .bundle-item .item-info .item-name{color:#333;font-weight:600}.bundle-preview .bundle-card .bundle-items .items-list .bundle-item .item-info .item-quantity{color:#666;font-size:14px}.bundle-preview .bundle-card .bundle-items .items-list .bundle-item .item-price{color:#2196f3;font-weight:600}.bundle-preview .bundle-card .bundle-pricing{border-top:2px solid #e0e0e0;margin-top:24px;padding-top:24px}.bundle-preview .bundle-card .bundle-pricing .pricing-row{justify-content:space-between;margin-bottom:8px;display:flex}.bundle-preview .bundle-card .bundle-pricing .pricing-row.total{border-top:1px solid #e0e0e0;padding-top:8px;font-size:18px;font-weight:600}.bundle-preview .bundle-card .bundle-actions{justify-content:center;gap:16px;margin-top:24px;display:flex}.requirements-summary{background:#f8f9fa;border-radius:8px;margin-top:32px;padding:24px}.requirements-summary h3{color:#1a1a1a;margin:0 0 16px}.requirements-summary .summary-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.requirements-summary .summary-grid .summary-item{border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:8px 0;display:flex}.requirements-summary .summary-grid .summary-item .label{color:#666}.requirements-summary .summary-grid .summary-item .value{color:#333;font-weight:600}.checkout-page{max-width:1200px;margin:0 auto;padding:32px}.checkout-page .checkout-header{margin-bottom:32px}.checkout-page .checkout-header h1{color:#1a1a1a;margin:16px 0;font-size:40px}.checkout-page .checkout-content{grid-template-columns:2fr 1fr;gap:32px;display:grid}.checkout-page .checkout-content .checkout-main{flex-direction:column;gap:32px;display:flex}.checkout-page .checkout-content .checkout-main .payment-options h2{color:#1a1a1a;margin-bottom:24px}.checkout-page .checkout-content .checkout-main .payment-options .payment-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.checkout-page .checkout-content .checkout-main .payment-options .payment-cards .payment-card{cursor:pointer;border:2px solid #e0e0e0;border-radius:12px;padding:24px;transition:all .3s}.checkout-page .checkout-content .checkout-main .payment-options .payment-cards .payment-card:hover{border-color:#2196f3;transform:translateY(-2px)}.checkout-page .checkout-content .checkout-main .payment-options .payment-cards .payment-card.selected{background:#e3f2fd;border-color:#2196f3}.checkout-page .checkout-content .checkout-main .payment-options .payment-cards .payment-card .card-header{align-items:center;gap:16px;margin-bottom:16px;display:flex}.checkout-page .checkout-content .checkout-main .payment-options .payment-cards .payment-card .card-header .icon{color:#2196f3;font-size:24px}.checkout-page .checkout-content .checkout-main .payment-options .payment-cards .payment-card .card-header h3{color:#1a1a1a;margin:0}.checkout-page .checkout-content .checkout-main .payment-options .payment-cards .payment-card .payment-amount{text-align:center;margin-bottom:16px}.checkout-page .checkout-content .checkout-main .payment-options .payment-cards .payment-card .payment-amount .amount{color:#2196f3;font-size:32px;font-weight:700;display:block}.checkout-page .checkout-content .checkout-main .payment-options .payment-cards .payment-card .payment-amount .percentage{color:#666;font-size:14px}.checkout-page .checkout-content .checkout-main .payment-options .payment-cards .payment-card .payment-details{margin-bottom:16px}.checkout-page .checkout-content .checkout-main .payment-options .payment-cards .payment-card .payment-details p{color:#666;margin:4px 0}.checkout-page .checkout-content .checkout-main .payment-options .payment-cards .payment-card .benefits{flex-direction:column;gap:8px;display:flex}.checkout-page .checkout-content .checkout-main .payment-options .payment-cards .payment-card .benefits .benefit{color:#4caf50;align-items:center;gap:8px;font-size:14px;display:flex}.checkout-page .checkout-content .checkout-main .payment-options .payment-cards .payment-card .benefits .benefit .icon{font-size:16px}.checkout-page .checkout-content .checkout-sidebar{background:#f8f9fa;border-radius:12px;height:fit-content;padding:24px}.checkout-page .checkout-content .checkout-sidebar .order-summary h3{color:#1a1a1a;margin:0 0 24px}.checkout-page .checkout-content .checkout-sidebar .order-summary .summary-section{border-bottom:1px solid #e0e0e0;margin-bottom:24px;padding-bottom:24px}.checkout-page .checkout-content .checkout-sidebar .order-summary .summary-section:last-child{border-bottom:none}.checkout-page .checkout-content .checkout-sidebar .order-summary .summary-section h4{color:#333;margin:0 0 16px}.checkout-page .checkout-content .checkout-sidebar .order-summary .summary-section .requirements-list{flex-direction:column;gap:8px;display:flex}.checkout-page .checkout-content .checkout-sidebar .order-summary .summary-section .requirements-list .requirement-item{color:#666;justify-content:space-between;padding:4px 0;display:flex}.checkout-page .checkout-content .checkout-sidebar .order-summary .summary-section .pricing-breakdown{flex-direction:column;gap:8px;display:flex}.checkout-page .checkout-content .checkout-sidebar .order-summary .summary-section .pricing-breakdown .pricing-row{justify-content:space-between;padding:4px 0;display:flex}.checkout-page .checkout-content .checkout-sidebar .order-summary .summary-section .pricing-breakdown .pricing-row.total{color:#1a1a1a;border-top:1px solid #e0e0e0;padding-top:8px;font-size:18px;font-weight:600}.checkout-page .checkout-content .checkout-sidebar .order-summary .checkout-actions{margin-top:24px}.checkout-page .checkout-content .checkout-sidebar .order-summary .checkout-note{text-align:center;color:#666;margin-top:16px;font-size:14px}.confirmation-page{max-width:800px;margin:0 auto;padding:32px}.confirmation-page .confirmation-header{text-align:center;margin-bottom:48px}.confirmation-page .confirmation-header .success-icon{background:#4caf50;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 16px;display:flex}.confirmation-page .confirmation-header .success-icon .icon{color:#fff;font-size:32px}.confirmation-page .confirmation-header h1{color:#1a1a1a;margin-bottom:16px;font-size:40px}.confirmation-page .confirmation-content{flex-direction:column;gap:32px;display:flex}.confirmation-page .confirmation-content .order-card{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 10px #0000001a}.confirmation-page .confirmation-content .order-card .order-header{border-bottom:2px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.confirmation-page .confirmation-content .order-card .order-header h2{color:#1a1a1a;margin:0}.confirmation-page .confirmation-content .order-card .order-header .status-badge{border-radius:20px;padding:8px 16px;font-size:14px;font-weight:600}.confirmation-page .confirmation-content .order-card .order-header .status-badge.pending{color:#856404;background:#fff3cd}.confirmation-page .confirmation-content .order-card .info-section{margin-bottom:32px}.confirmation-page .confirmation-content .order-card .info-section h3{color:#1a1a1a;margin:0 0 16px}.confirmation-page .confirmation-content .order-card .info-section .info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.confirmation-page .confirmation-content .order-card .info-section .info-grid .info-item{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:8px 0;display:flex}.confirmation-page .confirmation-content .order-card .info-section .info-grid .info-item .label{color:#666}.confirmation-page .confirmation-content .order-card .info-section .info-grid .info-item .value{color:#333;font-weight:600}.confirmation-page .confirmation-content .order-card .steps-timeline{flex-direction:column;gap:24px;display:flex}.confirmation-page .confirmation-content .order-card .steps-timeline .step-item{align-items:flex-start;gap:16px;display:flex}.confirmation-page .confirmation-content .order-card .steps-timeline .step-item .step-marker{color:#fff;background:#4caf50;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.confirmation-page .confirmation-content .order-card .steps-timeline .step-item .step-content h3{color:#1a1a1a;margin:0 0 8px}.confirmation-page .confirmation-content .order-card .steps-timeline .step-item .step-content p{color:#666;margin:0 0 8px}.confirmation-page .confirmation-content .order-card .steps-timeline .step-item .step-content .step-time{color:#999;font-size:14px}.confirmation-page .confirmation-content .order-card .contact-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;display:grid}.confirmation-page .confirmation-content .order-card .contact-grid .contact-item{background:#fff;border-radius:8px;align-items:center;gap:16px;padding:24px;display:flex;box-shadow:0 2px 8px #0000001a}.confirmation-page .confirmation-content .order-card .contact-grid .contact-item .icon{color:#2196f3;font-size:24px}.confirmation-page .confirmation-content .order-card .contact-grid .contact-item h4{color:#1a1a1a;margin:0 0 4px}.confirmation-page .confirmation-content .order-card .contact-grid .contact-item p{color:#333;margin:0 0 4px;font-weight:600}.confirmation-page .confirmation-content .order-card .contact-grid .contact-item span{color:#666;font-size:14px}.confirmation-page .confirmation-content .order-card .download-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.confirmation-page .confirmation-content .order-card .confirmation-actions{justify-content:center;gap:16px;margin-top:48px;display:flex}.plan-section{background:#f3f4f6;border-top:0 solid #e5e7eb;border-radius:8px;margin-top:1.5rem;padding:15px}.plan-section__label{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;font-weight:600;display:flex}.plan-section__required{color:#ef4444;margin-left:.25rem}.plan-section__count{color:#6b7280;margin-left:auto;font-size:.75rem;font-weight:400}.plan-section__error{color:#ef4444;margin-bottom:.5rem;display:block}.plan-section__state{text-align:center;padding:2rem}.plan-section__state--loading p{color:#111827}.plan-section__state--empty{color:#6b7280}.plan-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.plan-card{cursor:pointer;background-color:#fff;border:2px solid #e5e7eb;border-radius:.5rem;padding:1rem;transition:all .2s;position:relative}.plan-card__check{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;display:flex;position:absolute;top:-8px;right:-8px}.plan-card__header{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.plan-card__title{color:#17c3bf;margin:0;font-size:.95rem;font-weight:600}.plan-card__type-badge{border-radius:.25rem;padding:.15rem .35rem;font-size:.65rem;font-weight:500}.plan-card__pricing{flex-direction:column;gap:5px;margin-bottom:.5rem;display:flex}.plan-card__price-main{color:#111827;margin-bottom:.25rem;font-size:.9rem;font-weight:600}.plan-card__price-onetime{color:#6b7280;background-color:#fff;border-radius:50px;margin-left:.25rem;padding:5px;font-size:12px;font-weight:500}.plan-card__price-sub,.plan-card__price-extra{color:#111827;margin-bottom:2px;font-size:14px;font-weight:500}.plan-card__description{color:#3e3e3e;margin:.5rem 0;font-size:12px;font-weight:500}.plan-card__features{color:#374151;margin:0;padding:0;font-size:.75rem;list-style:none}.plan-card__feature-item{color:#17c3bf;align-items:center;gap:.4rem;margin-bottom:.3rem;font-weight:500;display:flex}.plan-card__feature-icon{color:#10b981;font-size:.7rem}.plan-card__id{color:#9ca3af;margin-top:.5rem;font-size:.65rem}.plan-summary{background-color:#fff;border:1px solid #4f46e5;border-radius:.5rem;margin-top:1rem;padding:1rem}.plan-summary__top{justify-content:space-between;align-items:flex-start;display:flex}.plan-summary__title-row{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.plan-summary__title{margin:0}.plan-summary__badge{border-radius:.25rem;padding:.15rem .35rem;font-size:.7rem;font-weight:500}.plan-summary__subtitle{color:#6b7280;margin:.25rem 0 0;font-size:.875rem}.plan-summary__right{text-align:right}.plan-summary__total{font-size:1.25rem;font-weight:700}.plan-summary__total-label{color:#6b7280;display:block}.plan-summary__subscription{color:#6b7280}.plan-summary__breakdown{color:#6b7280;border-top:1px solid #e5e7eb;margin-top:.75rem;padding-top:.75rem;font-size:.875rem}.plan-summary__breakdown-row{justify-content:space-between;margin-bottom:.25rem;display:flex}.form-actions{justify-content:flex-end;gap:8px;margin-top:1.5rem;display:flex}@media (max-width:1024px){.booking-page{margin:40px 20px;padding:40px 20px}.booking-header h1{font-size:32px}.booking-header p{font-size:16px}}@media (max-width:768px){.booking-page{box-shadow:none;margin:30px 20px;padding:0}.booking-header h1{font-size:24px}.quick-add-form{flex-direction:column;display:flex}.quick-add-form .form-actions{padding-top:0}.quick-add-form .form-group{margin-bottom:10px}.booking-header{margin-bottom:30px}.plan-grid{gap:.75rem;margin-bottom:40px}.plan-card{padding:.85rem}}@media (max-width:468px){.booking-header{margin-bottom:0}.booking-header h1{font-size:20px}.booking-header p{font-size:14px;line-height:23px}.plan-card__features{font-size:16px}.plan-card__feature-icon{font-size:18px}.plan-card__type-badge{font-size:14px}.plan-card__pricing{gap:8px}.plan-card__price-main{font-size:20px}.plan-card__description{font-size:14px}.plan-card__price-sub,.plan-card__price-extra{font-size:16px}.plan-summary__right{flex-direction:column;gap:8px;display:flex}.plan-summary__subtitle{margin:6px 0 0;font-size:14px}.plan-summary__badge{font-size:14px}.quick-add-form .form-group label{margin-bottom:5px}.quick-add-form .form-group small{font-size:16px}.quick-add-form .form-actions{flex-direction:column;align-items:stretch;margin-top:10px}.plan-section{margin-top:1rem;padding:12px}.plan-card{padding:.75rem}.plan-summary__top{flex-direction:column;align-items:flex-start;gap:20px}.plan-summary__right{text-align:left}.plan-summary__title-row{flex-wrap:wrap}}
