.survey-container{max-width:700px;margin:2rem auto;padding:2rem;background-color:#ffffff;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.06);font-family:Segoe UI,sans-serif}.survey-title{text-align:center;margin-bottom:1.5rem;font-size:1.75rem;color:#222}.product-selection{display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:1.5rem;font-size:1rem}.product-selection label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#333}.survey-form{display:flex;flex-direction:column;gap:1.25rem}.survey-form input,.survey-form select,.survey-form textarea{width:100%;padding:.75rem 1rem;font-size:1rem;border-radius:8px;border:1px solid #ccc;transition:border-color .2s ease;font-family:inherit;box-sizing:border-box}.survey-form input:focus,.survey-form select:focus,.survey-form textarea:focus{outline:none;border-color:#0070f3}.survey-form textarea{min-height:100px;resize:vertical}.survey-form h3{margin-top:2rem;font-size:1.25rem;color:#444;border-bottom:1px solid #eaeaea;padding-bottom:.4rem}.survey-form label{font-weight:500;color:#222;margin-bottom:.25rem}.submit-button{width:100%;padding:12px;border:none;border-radius:5px;background:linear-gradient(90deg,#6a11cb,#2575fc);color:white;font-size:16px;cursor:pointer;margin-top:10px}.submit-button:hover{background-color:#0056c9}@media (max-width:600px){.survey-container{padding:1.25rem}.survey-title{font-size:1.5rem}.product-selection{flex-direction:column}}