@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}body{color:#111827;background-color:#eef6ff}.container{z-index:10;max-width:1440px;min-height:100vh;margin:0 auto;padding:3rem;display:flex;position:relative}.progress-steps{border-radius:.75rem;width:300px;height:fit-content;padding:0 1rem;position:sticky;top:80px}.step-item{cursor:pointer;gap:1rem;margin-bottom:2rem;transition:all .2s;display:flex;position:relative}.step-item:hover .step-title{color:#c026d3}.step-item.disabled{cursor:not-allowed;opacity:.7}.step-item:not(:last-child):after{content:"";background-color:#e5e7eb;width:2px;position:absolute;top:2.5rem;bottom:-1.5rem;left:1rem}.step-indicator{background-color:#e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.step-indicator.completed{color:#fff;background-color:#10b981}.step-indicator.active{color:#fff;background-color:#c026d3}.step-content{flex-direction:column;gap:.25rem;display:flex}.step-title{color:#111827;align-items:center;gap:.5rem;font-weight:600;display:flex}.step-title .optional{color:#6b7280;font-size:.875rem;font-weight:400}.step-description{color:#6b7280;font-size:.875rem}.content-area{flex:1;max-width:65%;padding:0}.content-area.step-six-content{max-width:90%!important}.step-header{border-radius:.75rem;margin-bottom:1.5rem}.step-number{color:#c026d3;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.step-heading{color:#111827;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:2rem;font-weight:700;display:flex}.step-heading .optional{color:#6b7280;font-size:1rem;font-weight:400}.step-subheading{color:#6b7280;font-size:1rem;line-height:1.5}.input-group{margin-bottom:1.5rem}.input-group label{margin-bottom:.5rem;font-weight:500;display:block}.input-group input{border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.75rem;font-size:1rem}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.option-card{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;transition:all .2s}.option-card:hover{border-color:#c026d3;transform:translateY(-2px)}.option-card.selected{background-color:#fdf4ff;border-color:#c026d3}.card-icon{margin-bottom:1rem;font-size:2rem}.card-image{border-radius:.5rem;justify-content:center;align-items:center;width:100%;margin-bottom:1rem;display:flex;overflow:hidden}.card-title{margin-bottom:.5rem;font-weight:600}.card-description{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.button{cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.button-primary{color:#fff;background-color:#c026d3}.button-primary:hover{background-color:#a21caf}.button-secondary{color:#374151;background-color:#e5e7eb}.button-secondary:hover{background-color:#d1d5db}.navigation-buttons{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.summary-table{background:#fff;border-radius:.75rem;width:80%;margin-top:1.5rem;overflow:hidden}.summary-table th,.summary-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:2rem}.summary-table th{color:#374151;background-color:#f9fafb;font-weight:500}.total-row{color:#c026d3;font-weight:600}@media (max-width:768px){.container{flex-direction:column;padding:1rem}.progress-steps{flex-direction:column;align-items:center;width:100%;margin-bottom:1rem;padding:0;display:flex;position:static}.mobile-dots{gap:.5rem;margin-bottom:0;display:flex}.mobile-dot{background-color:#e5e7eb;border-radius:50%;width:.75rem;height:.75rem;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{max-width:100%;padding:0}.content-area.step-six-content{max-width:100%!important}.step-header{margin-top:.5rem;margin-bottom:1.5rem}.step-heading{font-size:1.5rem}.summary-table{width:100%}.summary-table th,.summary-table td{padding:.75rem}}.lightbox-overlay{z-index:1000;background-color:#0003;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.lightbox-content{text-align:center;background-color:#fff;border-radius:.5rem;width:90%;max-width:300px;padding:1.5rem;position:relative;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.lightbox-message{color:#374151;margin-bottom:1rem;font-size:.95rem;line-height:1.4}.lightbox-button{color:#374151;cursor:pointer;background-color:#f3f4f6;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.lightbox-button:hover{background-color:#e5e7eb}.quantity-option{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;align-items:flex-start;gap:1rem;padding:1rem;transition:all .2s;display:flex}.quantity-option:hover{background-color:#fdf4ff;border-color:#c026d3}.quantity-option input[type=radio]{margin-top:.25rem}.price-info{margin-top:.5rem}.option-price{color:#c026d3;margin-right:.5rem;font-weight:600}.discount-badge{color:#059669;background-color:#ecfdf5;border-radius:1rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.input-field{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;width:100%;padding:.625rem .875rem;font-size:.875rem;transition:all .2s}.input-field:hover{border-color:#d1d5db}.input-field:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.input-field.border-red-300{border-color:#fca5a5}.input-field.border-red-300:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}select.input-field{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;margin-top:.25rem;font-size:.75rem}.optional-text{color:#6b7280;margin-left:.25rem;font-size:.875rem}textarea.input-field{resize:vertical;min-height:80px}.checkout-method-button{text-align:center;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-weight:500;transition:all .2s}.checkout-method-button.primary{color:#fff;background-color:#2563eb;border:none}.checkout-method-button.primary:hover{background-color:#1d4ed8}.checkout-method-button.secondary{color:#374151;background-color:#fff;border:1px solid #e5e7eb}.checkout-method-button.secondary:hover{background-color:#f9fafb}.divider{text-align:center;align-items:center;margin:1rem 0;display:flex}.divider:before,.divider:after{content:"";border-bottom:1px solid #e5e7eb;flex:1}.divider span{color:#6b7280;background:#fff;padding:0 1rem;font-size:.875rem}.alert{border-radius:.5rem;margin-bottom:1rem;padding:1rem}.alert-warning{color:#92400e;background-color:#fef3c7;border:1px solid #fcd34d}.summary-row{justify-content:space-between;padding:.5rem 0;display:flex}.summary-label{color:#6b7280;font-size:.875rem}.summary-value{color:#111827;font-weight:500}.summary-total{color:#2563eb;font-size:1rem;font-weight:600}
