:root{--primary-gradient:linear-gradient(135deg, #418714 0%, #31db7d 100%);--secondary-gradient:linear-gradient(135deg, #84bd61 0%, #69af88 100%);--success-gradient:linear-gradient(135deg, #00e74d 0%, #00f2fe 100%);--warning-gradient:linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);--card-shadow:0 10px 30px rgba(0, 0, 0, 0.1);--card-hover-shadow:0 15px 40px rgba(0, 0, 0, 0.15);--signup-secondary-transparent:#00ffd529}body{font-family:'Nunito Sans',sans-serif;background:var(--primary-gradient);min-height:100vh}.signup-container{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);overflow:hidden}.product-card{border:2px solid #e3e6f0;border-radius:12px;transition:all .3s ease;cursor:pointer;background:#fff}.product-card:hover{border-color:#418714;transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.15)}.product-card.selected{border-color:#418714;background:linear-gradient(135deg,var(--signup-secondary-transparent) 0,#67ffd500 100%);box-shadow:0 8px 25px rgba(102,126,234,.2)}.product-image{width:100%;height:120px;object-fit:cover;border-radius:8px}.pv-badge{background:var(--primary-gradient);color:#fff;padding:4px 12px;border-radius:20px;font-weight:600;font-size:.85rem}.pv-counter{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;padding:20px;margin-bottom:20px}.pv-progress{height:8px;border-radius:10px;background:#e9ecef;overflow:hidden}.pv-progress-bar{height:100%;background:linear-gradient(90deg,#418714 0,#4caf50 100%);border-radius:10px;transition:width .3s ease}.quantity-control{display:flex;align-items:center;gap:10px;margin-top:10px}.quantity-btn{width:30px;height:30px;border:1px solid #ddd;background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.quantity-btn:hover{background:#418714;color:#fff;border-color:#418714}.quantity-input{width:50px;text-align:center;border:1px solid #ddd;border-radius:6px;padding:5px}.signup-form{background:#fff;border-radius:12px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,.08)}.step-indicator{display:flex;justify-content:space-between;margin-bottom:30px}.step{flex:1;text-align:center;position:relative}.step-number{width:40px;height:40px;border-radius:50%;background:#e9ecef;color:#6c757d;display:inline-flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:8px}.step.active .step-number{background:#418714;color:#fff}.step.completed .step-number{background:#28a745;color:#fff}.step-line{position:absolute;top:20px;left:50%;right:-50%;height:2px;background:#e9ecef;z-index:-1}.step.completed .step-line{background:#28a745}.step:last-child .step-line{display:none}.form-control:focus{border-color:#418714;box-shadow:0 0 0 .2rem rgba(102,126,234,.25)}.btn-primary{background:var(--primary-gradient);border:none;border-radius:10px;padding:12px 30px;font-weight:600}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 5px 15px rgba(102,126,234,.3)}.selected-products-summary{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:15px;margin-top:20px}.product-summary-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e9ecef}.product-summary-item:last-child{border-bottom:none}.signup-form .show-hide{top:50%}.show-hide{position:absolute;right:20px;top:52px;transform:translateY(-50%)}.show-hide span{color:var(--theme-default);cursor:pointer;font-size:13px}.show-hide span.show:before{content:"show"}.show-hide span:before{content:"hide"}.needs-validation .invalid-feedback{color:#898989}.needs-validation .show-hide{right:30px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#607d8b;line-height:38px!important;font-weight:600}.text-theme{--bs-text-opacity:1;color:#418714!important}