*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#fff;color:#111;font-family:Arial,Helvetica,sans-serif}
body{min-height:100svh}
.page{width:min(100%,720px);margin:0 auto;padding:24px 18px 40px}
.hero{text-align:center}
.logo{
  width:118px;height:118px;object-fit:cover;border-radius:50%;
  display:block;margin:0 auto 18px;
}
.badge{
  display:inline-block;
  font-size:14px;font-weight:800;
  background:#f2f2f2;border-radius:999px;
  padding:10px 14px;margin-bottom:18px;
}
h1{
  margin:0;
  font-size:clamp(34px,9vw,54px);
  line-height:1.02;
  letter-spacing:-.04em;
}
.lead{
  max-width:610px;
  margin:16px auto 0;
  color:#555;
  font-size:clamp(17px,4.6vw,20px);
  line-height:1.5;
}
.cta{
  width:min(100%,570px);
  min-height:64px;
  margin:24px auto 10px;
  padding:17px 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:#20c763;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  font-size:clamp(17px,4.5vw,21px);
  box-shadow:0 8px 22px rgba(32,199,99,.18);
}
.small{margin:10px 0 0;color:#777;font-size:13px}
.warning{
  margin:20px auto 0;
  width:min(100%,570px);
  padding:12px 14px;
  border-radius:8px;
  background:#fff4d6;
  color:#7a5900;
  font-size:14px;
  font-weight:700;
}
.benefits{
  margin-top:34px;
  padding-top:30px;
  border-top:1px solid #ececec;
}
.benefits h2{
  text-align:center;
  margin:0 0 22px;
  font-size:28px;
  line-height:1.2;
}
.benefit{
  padding:14px 0;
  border-bottom:1px solid #efefef;
  font-size:17px;
}
.checks{
  margin-top:22px;
  display:grid;
  gap:12px;
  color:#333;
  font-size:16px;
}
.second{margin-top:28px}
@media(max-width:480px){
  .page{padding:20px 14px 32px}
  .logo{width:96px;height:96px}
  .badge{font-size:12px}
  .benefits h2{font-size:24px}
  .cta{min-height:60px;border-radius:9px}
}
