form.mc4wp-form{font-family:'Proza Libre',sans-serif;color:#ffffff;background:linear-gradient(135deg,#182C48,#04070B);padding:2rem;border-radius:1rem;max-width:500px;margin:2rem auto;box-shadow:0 0 20px rgba(0,0,0,0.4)}form.mc4wp-form p{margin-bottom:1.2rem}form.mc4wp-form label{display:block;font-weight:600;margin-bottom:0.3rem;color:#ffffff}form.mc4wp-form input[type="text"],form.mc4wp-form input[type="email"],form.mc4wp-form input[type="tel"],form.mc4wp-form textarea{width:100%;padding:0.7rem;border:1px solid #457B9D;border-radius:0.5rem;background:#ffffff;color:#00183a;font-size:1rem;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);transition:border-color 0.3s ease,box-shadow 0.3s ease}form.mc4wp-form input:focus,form.mc4wp-form textarea:focus{border-color:#1D3557;box-shadow:0 0 8px rgba(69,123,157,0.5);outline:none}form.mc4wp-form input[type="submit"]{display:block;margin:0 auto;background:#00183a;color:#ffffff;border:none;padding:0.75rem 1.5rem;border-radius:0.5rem;font-weight:bold;font-size:1.1rem;cursor:pointer;transition:background 0.3s ease,transform 0.2s ease}form.mc4wp-form input[type="submit"]:hover{background:#1D3557;transform:translateY(-2px)}