@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{background-color:#EEF6FF;color:#111827}.container{display:flex;min-height:100vh;max-width:1440px;margin:0 auto;padding:3rem;position:relative;z-index:10}.progress-steps{width:300px;padding:0 1srem;position:sticky;top:80px;height:-moz-fit-content;height:fit-content;border-radius:.75rem}.step-item{display:flex;gap:1rem;margin-bottom:2rem;position:relative;cursor:pointer;transition:all .2s}.step-item:hover .step-title{color:#C026D3}.step-item.disabled{cursor:not-allowed;opacity:.7}.step-item:not(:last-child):after{content:"";position:absolute;left:1rem;top:2.5rem;bottom:-1.5rem;width:2px;background-color:#E5E7EB}.step-indicator{width:2rem;height:2rem;border-radius:50%;background-color:#E5E7EB;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-indicator.completed{background-color:#10B981;color:white}.step-indicator.active{background-color:#C026D3;color:white}.step-content{display:flex;flex-direction:column;gap:.25rem}.step-title{font-weight:600;color:#111827;display:flex;align-items:center;gap:.5rem}.step-title .optional{font-weight:400}.step-description,.step-title .optional{font-size:.875rem;color:#6B7280}.content-area{flex:1;max-width:65%;padding:0}.content-area.step-six-content{max-width:90%!important}.step-header{margin-bottom:1.5rem;border-radius:.75rem}.step-number{color:#C026D3;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.step-heading{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.step-heading .optional{font-size:1rem;color:#6B7280;font-weight:400}.step-subheading{color:#6B7280;font-size:1rem;line-height:1.5}.input-group{margin-bottom:1.5rem}.input-group label{display:block;font-weight:500;margin-bottom:.5rem}.input-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.option-card{background:white;border:2px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;cursor:pointer;transition:all .2s}.option-card:hover{border-color:#C026D3;transform:translateY(-2px)}.option-card.selected{border-color:#C026D3;background-color:#FDF4FF}.card-icon{font-size:2rem;margin-bottom:1rem}.card-image{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:1rem;border-radius:.5rem;overflow:hidden}.card-title{font-weight:600;margin-bottom:.5rem}.card-description{font-size:.875rem;color:#6B7280;margin-bottom:1rem}.button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;border:none;transition:all .2s}.button-primary{background-color:#C026D3;color:white}.button-primary:hover{background-color:#A21CAF}.button-secondary{background-color:#E5E7EB;color:#374151}.button-secondary:hover{background-color:#D1D5DB}.navigation-buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.summary-table{width:80%;background:white;border-radius:.75rem;overflow:hidden;margin-top:1.5rem}.summary-table td,.summary-table th{padding:2rem;text-align:left;border-bottom:1px solid #e5e7eb}.summary-table th{background-color:#F9FAFB;font-weight:500;color:#374151}.total-row{font-weight:600;color:#C026D3}@media (max-width:768px){.container{flex-direction:column;padding:1rem}.progress-steps{width:100%;position:static;padding:0;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center}.mobile-dots{display:flex;gap:.5rem;margin-bottom:0}.mobile-dot{width:.75rem;height:.75rem;border-radius:50%;background-color:#E5E7EB;transition:all .2s}.mobile-dot.completed{background-color:#10B981}.mobile-dot.active{background-color:#C026D3;transform:scale(1.2)}.step-item{display:none}.content-area{padding:0}.step-header{margin-top:.5rem;margin-bottom:1.5rem}}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);z-index:1000;display:flex;align-items:center;justify-content:center}.lightbox-content{background-color:white;padding:1.5rem;border-radius:.5rem;max-width:300px;width:90%;text-align:center;position:relative;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.lightbox-message{color:#374151;font-size:.95rem;margin-bottom:1rem;line-height:1.4}.lightbox-button{background-color:#F3F4F6;color:#374151;padding:.5rem 1rem;border-radius:.375rem;border:none;font-size:.875rem;cursor:pointer;transition:all .2s}.lightbox-button:hover{background-color:#E5E7EB}.quantity-option{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s;background:white}.quantity-option:hover{border-color:#C026D3;background-color:#FDF4FF}.quantity-option input[type=radio]{margin-top:.25rem}.price-info{margin-top:.5rem}.option-price{font-weight:600;color:#C026D3;margin-right:.5rem}.discount-badge{background-color:#ECFDF5;color:#059669;padding:.25rem .5rem;border-radius:1rem;font-size:.75rem;font-weight:500}.input-field{width:100%;padding:.625rem .875rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;transition:all .2s ease;background:white}.input-field:hover{border-color:#D1D5DB}.input-field:focus{outline:none;border-color:#2563EB;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.input-field.border-red-300{border-color:#FCA5A5}.input-field.border-red-300:focus{border-color:#EF4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}select.input-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.required-field{color:#EF4444;font-size:.75rem;margin-top:.25rem}.optional-text{color:#6B7280;font-size:.875rem;margin-left:.25rem}textarea.input-field{resize:vertical;min-height:80px}.checkout-method-button{width:100%;padding:.75rem 1rem;border-radius:.5rem;font-weight:500;transition:all .2s ease;text-align:center}.checkout-method-button.primary{background-color:#2563EB;color:white;border:none}.checkout-method-button.primary:hover{background-color:#1D4ED8}.checkout-method-button.secondary{background-color:white;color:#374151;border:1px solid #e5e7eb}.checkout-method-button.secondary:hover{background-color:#F9FAFB}.divider{display:flex;align-items:center;text-align:center;margin:1rem 0}.divider:after,.divider:before{content:"";flex:1;border-bottom:1px solid #e5e7eb}.divider span{padding:0 1rem;color:#6B7280;font-size:.875rem;background:white}.alert{border-radius:.5rem;padding:1rem;margin-bottom:1rem}.alert-warning{background-color:#FEF3C7;border:1px solid #fcd34d;color:#92400E}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0}.summary-label{color:#6B7280;font-size:.875rem}.summary-value{font-weight:500;color:#111827}.summary-total{font-weight:600;color:#2563EB;font-size:1rem}