
/*
 Theme Name: eFund Bunq Light Onepage v2
*/
body{margin:0;font-family:sans-serif;background:#f6f6f4;color:#2b2b2b;}
header{padding:2rem 0;background:#fafafa;}
.wrapper{max-width:1120px;margin:0 auto;padding:0 1.5rem;}
.logo{font-size:1.4rem;font-weight:800;text-transform:uppercase;}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;}
@media(max-width:800px){.hero-grid{grid-template-columns:1fr;}}
.hero-img{width:100%;height:240px;background:url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1200&q=60') center/cover;border-radius:1rem;}
.form-card{background:white;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,0.06);}
input,textarea{width:100%;padding:.6rem;border:1px solid #ccc;border-radius:.6rem;margin-bottom:.8rem;background:#fefefe;}
button{padding:.7rem 1.4rem;border:0;border-radius:1rem;background:#d4cfc4;color:#2b2b2b;font-weight:600;}
.section{background:white;padding:1.5rem;margin:2rem auto;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,0.04);}
