[x-cloak]{display:none!important}.customization-container{padding-top:4rem;padding-bottom:1rem}.customization-header{text-align:center;margin-bottom:2.5rem}.customization-header h1{font-size:1.875rem;font-weight:700;color:var(--color-black);margin-bottom:.5rem}.customization-header p{color:var(--color-black-20);font-size:1rem}.progress-steps .flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.step-item{display:flex;flex-direction:column;align-items:center;position:relative;flex:1}.step-circle{width:50px;height:50px;border-radius:50%;background:var(--color-primary);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;transition:all .3s ease;z-index:2;position:relative}.step-item.active .step-circle{background:var(--color-info);color:var(--color-white);box-shadow:0 0 0 4px color-mix(in srgb,var(--color-info) 30%,transparent)}.step-item.completed .step-circle{background:var(--color-green);color:var(--color-white)}.step-label{margin-top:.5rem;font-size:.875rem;color:var(--color-black);font-weight:500;text-align:center}.step-item.active .step-label{color:var(--color-info);font-weight:600}.step-line{flex:1;height:3px;background:var(--color-gray-lite);margin:0 1rem;align-self:center;margin-top:-25px;transition:all .3s ease}.step-line.completed{background:var(--color-green)}.form-card{background:var(--color-white);border-radius:16px;box-shadow:0 10px 40px #00000014;padding:2.5rem;position:relative}.form-step{animation:fadeInUp .4s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.step-title{font-size:1.75rem;font-weight:700;color:var(--color-black);margin-bottom:.5rem}.step-description{color:var(--color-black-20);margin-bottom:2rem}.room-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.room-type-card{background:var(--color-white);border:2px solid var(--color-gray-lite);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;position:relative}.room-type-card:hover{box-shadow:0 8px 20px #0000001a}.room-type-card.selected{border-color:var(--color-primary)}.room-type-image{width:100%;height:250px;overflow:hidden}.room-type-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.room-type-info{padding:1.25rem;text-align:center;position:relative}.room-type-name{font-size:1.25rem;font-weight:600;color:var(--color-black);margin-bottom:.5rem}.available-products{font-size:.875rem;color:var(--color-gray);margin-bottom:.5rem}.custom-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,2fr));gap:1.5rem;margin-bottom:2rem;margin-top:20px}.product-details-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:var(--color-white);border-radius:16px;padding:2rem;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 40px #0003}.section-title{font-size:1.25rem;font-weight:600;color:var(--color-black);margin-bottom:1.5rem}.room-design-section{background-color:var(--color-white-lite);margin-bottom:2rem;padding:1.5rem;border-radius:12px}.service-fee-badge{display:inline-block;background:var(--color-warning-lite);color:var(--color-warning);padding:.25rem .75rem;border-radius:20px;font-size:.875rem;margin-top:.5rem}.custom-product-card{border:2px solid var(--color-gray-lite);border-radius:12px;padding:1rem;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.custom-product-card:hover{box-shadow:0 8px 20px #0000000d}.custom-product-card.selected{border-color:var(--color-primary)}.custom-product-image{width:100%;height:420px;border-radius:.75rem;overflow:hidden;background:var(--color-light-gray);margin-bottom:.75rem}.custom-product-image img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.custom-product-info{text-align:center}.custom-product-info .custom-product-name{font-size:1.125rem;font-weight:600;color:var(--color-black);margin-bottom:.25rem}.custom-product-info .custom-product-description{color:var(--color-gray);font-size:.9rem;margin-bottom:.5rem;min-height:36px}.custom-product-info .custom-product-price{font-weight:700;color:var(--color-primary);font-size:1rem}.product-specs-accordion{margin-top:1rem;border-top:2px solid var(--color-gray-lite);padding-top:1rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.design-products-section{margin-top:2rem;padding-top:2rem;border-top:2px solid var(--color-gray-lite);animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sofa-configuration{margin-top:2rem;padding:1.5rem;background:var(--color-white-lite);border-radius:12px;animation:fadeIn .3s ease-out}.custom-product-info .type{color:#9ca3af;font-size:.8rem;margin-top:.25rem}.custom-product-icon{color:#64748b;margin-bottom:1rem;display:flex;justify-content:center}.custom-product-card.selected .custom-product-icon{color:#3b82f6}.custom-product-name{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.custom-product-description{font-size:.875rem;color:#64748b;line-height:1.5}.check-icon{position:absolute;top:1rem;width:30px;height:30px;background:#10b981;color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.ltr .check-icon{left:1rem}.rtl .check-icon{right:1rem}.specs-section{background:var(--color-white-lite);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;align-items:start}.specs-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.8rem}.dimensions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,3fr));gap:10px}.form-group{margin-bottom:1rem}.form-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.95rem}.ltr .form-label{text-align:left!important}.rtl .form-label{text-align:right!important}.form-input{width:100%;padding:.4rem 1rem;border:1px solid var(--border-color);border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit;background:var(--color-white)}.form-input:focus{outline:none;border-color:var(--color-primary)}.form-hint{font-size:.875rem;color:#64748b;margin-top:.5rem}.required-span{color:var(--color-red)}.design-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-bottom:1rem}.design-card{position:relative;overflow:hidden;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s ease;background:var(--color-white)}.design-card:hover{box-shadow:0 8px 20px #0000001a}.design-card.selected{border-color:var(--color-primary)}.design-image{width:100%;background:#f9fafb}.design-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.design-name{position:absolute;bottom:0;width:100%;color:var(--color-white);text-align:center;padding:.75rem;font-weight:600;font-size:1.1rem}.ltr .design-name{left:0}.rtl .design-name{right:0}.sofa-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.sofa-option{background:var(--color-white);border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s ease}.sofa-option:hover{border-color:#3b82f6;transform:translateY(-2px)}.sofa-option.selected{border-color:#3b82f6;background:#eff6ff}.sofa-icon{width:60px;height:60px;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#64748b;margin:0 auto .5rem;transition:all .3s ease}.sofa-option.selected .sofa-icon{background:#3b82f6;color:var(--color-white)}.sofa-label{font-size:.875rem;font-weight:500;color:#475569}.materials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.material-card{background:var(--color-white);border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;position:relative}.material-card:hover{box-shadow:0 8px 20px #0000001a}.material-card.selected{border-color:var(--color-primary)}.material-image{width:100%;height:180px;-o-object-fit:cover;object-fit:cover}.material-content{padding:1.25rem}.material-name{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.material-description{font-size:.875rem;color:#64748b;margin-bottom:.75rem;line-height:1.5}.material-price{font-weight:600;color:var(--color-primary);font-size:1rem}.custom-terms{display:flex;justify-content:center;align-items:center;margin-top:1rem}.customer-form{max-width:100%}.form-row{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 768px){.form-row{grid-template-columns:repeat(2,1fr)}}.form-row-3{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media (min-width: 768px){.form-row-3{grid-template-columns:repeat(3,1fr)}}.service-fee-notice{border:2px solid #f59e0b;border-radius:12px;padding:1.5rem;display:flex;gap:1rem;margin-top:2rem}.ltr .service-fee-notice{background:linear-gradient(135deg,#fef3c7,#fde68a)}.rtl .service-fee-notice{background:linear-gradient(-135deg,#fef3c7,#fde68a)}.notice-icon{flex-shrink:0;color:#f59e0b}.notice-content{flex:1}.notice-title{font-size:1.1rem;font-weight:700;color:#78350f;margin-bottom:.5rem}.notice-text{color:#92400e;margin-bottom:.75rem;font-size:.95rem;line-height:1.6}.notice-warning{color:#92400e;font-size:.875rem;font-style:italic;background:#ffffff80;padding:.75rem;border-radius:8px;line-height:1.5}.form-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid var(--color-gray-lite)}.payment-method{margin-top:2rem}.ltr .form-radio .helper-text{margin:-4px 0 0 28px}.rtl .form-radio .helper-text{margin:-4px 28px 0 0}.payment-method .title{font-size:1.25rem;font-weight:700;color:var(--color-black);margin-bottom:1.5rem}.payment-method-form{background:var(--color-white);border-radius:12px;padding:1rem;border:1px solid var(--border-color)}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999}.spinner{width:60px;height:60px;border:4px solid rgba(255,255,255,.3);border-top-color:var(--color-white);border-radius:50%}.ltr .spinner{animation:spin-ltr .8s linear infinite}.rtl .spinner{animation:spin-rtl .8s linear infinite}@keyframes spin-ltr{to{transform:rotate(360deg)}}@keyframes spin-rtl{to{transform:rotate(-360deg)}}.loading-text{color:var(--color-white);font-size:1.1rem;font-weight:600;margin-top:1rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-6{gap:1.5rem}.price-summary{margin-top:2rem}.price-summary-title{font-size:1.25rem;font-weight:700;color:var(--color-black);margin-bottom:1.5rem}.price-summary-box{background-color:#f9fafb;padding:1rem;border-radius:.5rem}.price-summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.service-fee-explanation{font-size:12px;color:#6c757d;margin-top:5px}.ltr .service-fee-explanation{text-align:left}.rtl .service-fee-explanation{text-align:right}.price-summary-total{display:flex;justify-content:space-between;font-weight:600;font-size:1.125rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.form-card{padding:1.5rem}.step-title{font-size:1.5rem}.custom-product-grid{grid-template-columns:2fr}.design-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.materials-grid{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.btn{width:100%}.step-line{display:none}.service-fee-notice{flex-direction:column}}@media (max-width: 640px){.progress-steps .flex{flex-wrap:wrap}.step-item{flex:0 0 50%;margin-bottom:1rem}.customization-container{padding:1rem 0}}.success-page{font-family:Cairo,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:2rem 0}.success-card{background:var(--color-white);border-radius:20px;box-shadow:0 20px 60px #00000026;padding:3rem;text-align:center;animation:fadeInScale .5s ease}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.success-icon{width:100px;height:100px;color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;animation:bounceIn .6s ease}.ltr .success-icon{background:linear-gradient(135deg,#10b981,#059669)}.rtl .success-icon{background:linear-gradient(-135deg,#10b981,#059669)}@keyframes bounceIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.success-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.success-subtitle{font-size:1.1rem;color:#64748b;margin-bottom:2rem}.order-number{color:#3b82f6;font-weight:700}.success-message{background:#f0fdf4;border:2px solid #86efac;border-radius:12px;padding:1.5rem;margin-bottom:2rem;color:#166534;line-height:1.6}.order-summary{background:#f8fafc;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.ltr .order-summary{text-align:right}.rtl .order-summary{text-align:left}.summary-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.ltr .summary-title{text-align:right}.rtl .summary-title{text-align:left}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.summary-row:last-child{border-bottom:none}.summary-label{font-weight:600;color:#64748b}.summary-value{font-weight:600;color:#1e293b}.success-text{color:#10b981}.status-badge{display:inline-block;padding:.375rem .875rem;border-radius:20px;font-size:.875rem;font-weight:600}.status-success{background:#d1fae5;color:#065f46}.status-pending{background:#fef3c7;color:#92400e}.status-info{background:#dbeafe;color:#1e40af}.next-steps{background:#eff6ff;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.ltr .next-steps{text-align:right}.rtl .next-steps{text-align:left}.steps-title{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.steps-list{list-style:none;counter-reset:steps;padding:0}.steps-list li{counter-increment:steps;position:relative;color:#475569;line-height:1.6}.ltr .steps-list li{padding:.75rem 0 .75rem 2.5rem}.rtl .steps-list li{padding:.75rem 2.5rem .75rem 0}.steps-list li:before{content:counter(steps);position:absolute;top:.75rem;width:28px;height:28px;background:#3b82f6;color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.ltr .steps-list li:before{right:0}.rtl .steps-list li:before{left:0}.success-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.contact-info{border-top:2px solid #e2e8f0;padding-top:2rem}.contact-text{color:#64748b;margin-bottom:1rem}.contact-details{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.contact-link{display:flex;align-items:center;gap:.5rem;color:#3b82f6;text-decoration:none;font-weight:600;transition:color .3s ease}.contact-link:hover{color:#2563eb}@media (max-width: 768px){.success-card{padding:2rem 1.5rem}.success-title{font-size:1.5rem}.success-actions{flex-direction:column}.btn{width:100%}}
