body { font-family: 'Segoe UI', sans-serif; background: #f0f2f5; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; }
.form-container { background: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); width: 90%; max-width: 400px; }
h2 { color: #2c3e50; margin: 0; }
p { font-size: 0.85rem; color: #666; margin-bottom: 20px; }
label { display: block; margin-top: 15px; font-weight: bold; font-size: 0.8rem; color: #2c3e50; }
input, select, textarea { width: 100%; padding: 10px; margin-top: 5px; border: 1px solid #ddd; border-radius: 6px; box-sizing: border-box; }
.phone-row { display: flex; gap: 10px; }
.field-lada { width: 40%; }
.field-tel { width: 60%; }
button { width: 100%; background: #3498db; color: #fff; padding: 14px; border: none; border-radius: 6px; font-weight: bold; cursor: pointer; margin-top: 25px; transition: 0.3s; }
button:hover { background: #2980b9; }