*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:#0f2742;
  background:
    radial-gradient(circle at top left,#d8f0ff 0,#eef8ff 32%,#f7fbff 72%);
}
.page{
  width:min(100%,520px);
  margin:0 auto;
  padding:28px 18px 34px;
}
.card,.service{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(58,137,191,.16);
  box-shadow:0 14px 38px rgba(31,88,130,.12);
  border-radius:28px;
}
.hero{
  text-align:center;
  padding:30px 22px 24px;
}
.logo{
  width:82px;height:82px;
  margin:0 auto 18px;
  border-radius:26px;
  display:grid;place-items:center;
  color:white;
  font-weight:800;
  font-size:30px;
  background:linear-gradient(135deg,#0b3a66,#2da7e8);
  box-shadow:0 12px 24px rgba(23,101,160,.25);
}
.eyebrow{
  margin:0 0 10px;
  color:#3a7199;
  font-size:14px;
  font-weight:700;
}
h1{
  margin:0;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-.8px;
}
.claim{
  margin:14px auto 22px;
  color:#45657d;
  line-height:1.5;
  max-width:360px;
}
.actions{display:grid;gap:12px}
.btn{
  display:block;
  text-decoration:none;
  color:#0f2742;
  font-weight:800;
  background:#eef8ff;
  border:1px solid #cfe8fa;
  padding:16px 18px;
  border-radius:18px;
  transition:.15s ease;
}
.btn:hover,.service:hover{transform:translateY(-2px)}
.btn.primary{
  color:white;
  background:linear-gradient(135deg,#0b3a66,#159be0);
}
.section{margin:26px 0}
h2{
  font-size:21px;
  margin:0 0 14px;
  letter-spacing:-.3px;
}
.grid{display:grid;gap:13px}
.service{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:17px;
  text-decoration:none;
  color:#0f2742;
}
.service span{font-size:28px}
.service h3{
  margin:0 0 6px;
  font-size:17px;
}
.service p{
  margin:0;
  color:#5b7184;
  line-height:1.42;
  font-size:14px;
}
.trust,.more{
  padding:22px;
  margin:18px 0;
}
.trust ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
  color:#284963;
  font-weight:700;
}
.more p{
  margin:0;
  color:#5b7184;
  line-height:1.55;
}
.contact{
  display:grid;
  gap:10px;
  margin:24px 0 18px;
  text-align:center;
}
.contact a,.contact span{
  text-decoration:none;
  color:#0f2742;
  font-weight:700;
}
footer{
  text-align:center;
  color:#6d8394;
  font-size:14px;
}
footer a{
  color:#426f91;
  text-decoration:none;
}
