main{max-width:600px;margin:2rem auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08)}h1{text-align:center;margin-bottom:2rem;color:#2c3e50}form{display:flex;flex-direction:column;gap:1.2rem}label{font-weight:500;margin-bottom:.3rem;color:#34495e}input[type=email],input[type=number],input[type=tel],input[type=text],select,textarea{padding:.7rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;background:#f9f9f9;transition:border-color .2s}input:focus,select:focus,textarea:focus{border-color:#2980b9;outline:0}button[type=submit]{background:#2980b9;color:#fff;border:none;padding:.9rem 1.5rem;border-radius:4px;font-size:1.1rem;cursor:pointer;transition:background .2s}button[type=submit]:hover{background:#1c5a85}#deployments-section,#other-trip-section{margin-left:1rem;padding-left:1rem;border-left:2px solid #eee;background:#f6f8fa;border-radius:4px}