.intake-form-wrapper{max-width:1100px;margin:auto;padding:2rem;background:#fff;font-family:Helvetica Neue,sans-serif}.form-section{margin-bottom:3rem}h2{font-size:1.25rem;margin-bottom:1rem;color:#1e1e1e}.image-radio-group,.button-toggle-group,.price-radio-group{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:flex-start}.image-option{width:150px;border:1px solid #ccc;border-radius:8px;padding:1rem;text-align:center;transition:all .2s ease;cursor:pointer;background:#fafafa;box-shadow:0 1px 4px #0000000d;position:relative}.image-option:hover{box-shadow:0 4px 8px #0000001a;border-color:#007aff}.image-option input[type=radio]{display:none}.image-option img{width:auto;height:auto;max-width:100%;max-height:100px;object-fit:contain;margin-bottom:.5rem;border-radius:4px}.image-option p{font-size:.85rem;margin:0}.image-option input[type=radio]:checked~img,.image-option input[type=radio]:checked+img{border:2px solid #007aff;background-color:#e8f4ff}.image-option:has(input:checked){border:2px solid #007aff;background-color:#e8f4ff}.button-toggle-group label,.price-radio-group label{font-weight:500;cursor:pointer;padding:.75rem 1rem;border:1px solid #ccc;border-radius:6px;background:#f9f9f9;transition:all .2s;min-width:200px;text-align:center}.button-toggle-group label:hover,.price-radio-group label:hover{background-color:#f0f8ff;border-color:#007aff}.button-toggle-group input[type=radio],.price-radio-group input[type=radio]{display:none}.button-toggle-group input[type=radio]:checked+label,.price-radio-group input[type=radio]:checked+label{background-color:#e8f4ff;border:2px solid #007aff;font-weight:700}.btn-submit{background-color:#0079c1;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.btn-submit:hover{background-color:#005f97}.color-section summary{display:inline-block;padding:.35rem .75rem;background-color:#f0f0f0;color:#333;font-size:.85rem;border:1px solid #ccc;border-radius:20px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.color-section.selected summary{border:2px solid #007aff;background-color:#e8f4ff;font-weight:700;transition:all .2s ease}.color-section summary:hover{background-color:#e0e0e0;border-color:#999}.color-section summary::-webkit-details-marker{display:none}.form-step{display:none}.form-step.active{display:block}.form-section.vet-info input[type=text],.form-section.vet-info input[type=tel]{display:block;width:100%;max-width:500px;padding:.75rem 1rem;font-size:1rem;margin-bottom:1.5rem;border:1px solid #ccc;border-radius:6px;background:#fff;box-shadow:0 1px 3px #0000000d;transition:border .2s ease,box-shadow .2s ease}.form-section.vet-info input[type=text]:focus,.form-section.vet-info input[type=tel]:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.form-section.vet-info label{display:block;font-weight:600;font-size:.95rem;margin-bottom:.25rem;color:#1e1e1e}[data-required=true].invalid{border:2px solid red!important;padding:.5rem;border-radius:6px}.button-toggle-group label.selected,.price-radio-group label.selected{background-color:#d1eaff;border:2px solid #007acc;border-radius:6px}.form-step{padding:2rem 0}.form-step h2{margin-bottom:1.5rem}.form-row{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.form-field{flex:1 1 45%;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.form-field.full-width{flex:1 1 100%}.form-field input[type=text],.form-field input[type=number],.form-field input[type=email],.form-field textarea{padding:.65rem;border:2px solid #000;border-radius:6px;font-size:1rem;width:100%;box-sizing:border-box}.form-field textarea{resize:vertical;min-height:80px}.button-toggle-group{display:flex;gap:1rem;flex-wrap:wrap}.toggle-option{border:1px solid #ccc;padding:.5rem 1.25rem;border-radius:6px;cursor:pointer;transition:all .2s ease-in-out}.toggle-option input[type=radio]{display:none}.toggle-option input[type=radio]:checked+span{font-weight:700;color:#00477d}.toggle-option span{display:inline-block}.checkbox-grid{display:flex;gap:1rem;flex-wrap:wrap}.subtext{font-size:.85rem;color:#555;margin-top:-.3rem}.form-navigation{display:flex;justify-content:space-between;margin-top:2rem;position:sticky;bottom:0;background:#fff;padding-top:1.5rem;padding-bottom:1rem;border-top:1px solid #ddd}.btn-submit{padding:.75rem 1.5rem;background-color:#0078cc;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer}.btn-submit:hover{background-color:#005ea6}.upload-section{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.upload-label{background-color:#f1f1f1;padding:1rem;border-radius:8px;text-align:center;border:2px dashed #007aff;cursor:pointer;transition:background-color .3s ease}.upload-label:hover{background-color:#e6f0ff}input[type=file]{display:block;margin-top:.5rem}.upload-note{font-size:.9rem;color:#666;margin-top:.5rem}.form-step[data-step="4"] .form-section{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}.form-step[data-step="4"] label{display:block;font-weight:600;font-size:.95rem;margin-bottom:.4rem;color:#1e1e1e}.form-step[data-step="4"] input[type=text],.form-step[data-step="4"] input[type=email],.form-step[data-step="4"] input[type=tel]{width:100%;max-width:500px;padding:.7rem 1rem;font-size:1rem;border:1px solid #ccc;border-radius:6px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-step[data-step="4"] input[type=text]:focus,.form-step[data-step="4"] input[type=email]:focus,.form-step[data-step="4"] input[type=tel]:focus{border-color:#007aff;box-shadow:0 0 0 3px #007aff1a;outline:none}.form-step[data-step="4"] h3{margin-top:1rem;font-size:1.1rem;color:#333}.form-step[data-step="4"] p{font-size:.85rem;color:#555;margin-bottom:.5rem}.form-step[data-step="4"] .address-row{display:flex;gap:1rem}.form-step[data-step="4"] .address-row .form-field{flex:1}.review-section{padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 1px 4px #0000000d;margin-bottom:2rem}.review-section h2{font-size:1.5rem;margin-bottom:1rem;color:#1e1e1e}#review-summary p{font-size:1rem;margin:.5rem 0;padding:.5rem 0;border-bottom:1px solid #eee}#review-summary p:last-child{border-bottom:none}.terms-list{margin-top:1.5rem;padding-left:1.5rem;font-size:.95rem;line-height:1.5;color:#444}.terms-list li{margin-bottom:.75rem}.review-section label{display:block;margin-top:1.5rem;font-weight:600;font-size:.95rem}.review-section input[type=checkbox]{margin-right:.5rem;transform:scale(1.2);vertical-align:middle}.form-step[data-step="6"] .form-navigation{display:flex;justify-content:space-between;margin-top:2rem}.invalid{border:2px solid red!important;border-radius:4px;padding:2px}.file-list{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.file-item{display:flex;justify-content:space-between;align-items:center;background:#f9f9f9;border:1px solid #ccc;padding:.5rem 1rem;border-radius:4px}.file-item button.remove-file{background:#ff4d4f;border:none;color:#fff;padding:.25rem .5rem;border-radius:4px;cursor:pointer}.file-item button.remove-file:hover{background:#c00}.color-section summary h2{font-size:1.5rem!important;line-height:1.2;margin:0;padding:0;white-space:nowrap}.color-section summary{display:inline-block;width:160px;height:40px;text-align:center;background-color:#e6f2ff;border:1.5px solid #3399ff;border-radius:6px;padding:0;cursor:pointer;transition:all .2s ease-in-out}
/*# sourceMappingURL=/cdn/shop/t/9/compiled_assets/styles.css.map */
