.customer-service-container{max-width:600px;margin:0 auto;padding:2rem}.customer-service-form{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.form-header{text-align:center;margin-bottom:2rem}.form-header h1{margin:0 0 1rem;color:#333}.form-header p{color:#666;margin:0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input,.message-textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.message-textarea{resize:vertical}.submit-button{width:100%;padding:1rem;background-color:#2196F3;color:white;border:none;border-radius:4px;font-size:1.1rem;cursor:pointer;transition:background-color .2s}.submit-button:hover{background-color:#1976D2}.success-message{text-align:center;color:#4CAF50;margin-top:1rem;font-weight:500}