body{
  font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  margin:0;
  color:#062034;
  background: url('/bg.jpg') center/cover no-repeat fixed;
}
.container{
  max-width:680px;
  margin:8vh auto 0 38%; /* base positioning */
  padding:12px 16px 16px 8px; /* less left padding */
  background: rgba(255,255,255,0.50); /* 50% overlay */
  border-radius:10px;
  box-shadow: 0 10px 40px rgba(3,20,40,0.18);
  transform: translate(calc(-22% - 2cm), calc(18% + 2cm)); /* move left and down by ~2cm */
}
h1{margin:0 0 6px;font-size:26px;color:#032338}
p.lead{color:#0b3b57;margin-top:0}
.btn{display:inline-block;background:#0b7fb0;color:#fff;padding:8px 12px;border-radius:8px;text-decoration:none;font-weight:700;margin-top:12px}
.row{display:flex;gap:14px;flex-wrap:wrap;margin-top:14px}
.card{background:rgba(255,255,255,0.92);padding:8px 10px;border-radius:8px;flex:1;min-width:160px;border:1px solid rgba(2,6,23,0.06)}
.footer{margin-top:14px;color:#0b3b57;font-size:13px}
.icon{width:52px;height:52px;background:#f7fafc;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;margin-right:8px}
