.home-support-shell{margin-top:14px}
.home-support-card{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) minmax(230px,300px);
  align-items:center;
  gap:18px;
  overflow:hidden;
  padding:20px 22px;
  border:1px solid #145a91;
  border-radius:18px;
  background:linear-gradient(125deg,#062f5d 0%,#084b7d 64%,#0a5c8d 100%);
  box-shadow:0 12px 30px rgba(7,40,75,.18);
  color:#fff;
}
.home-support-card::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:14%;
  bottom:-170px;
  border-radius:50%;
  background:rgba(255,255,255,.07);
  pointer-events:none;
}
.home-support-icon{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:18px;
  background:rgba(255,255,255,.12);
}
.home-support-icon svg{width:39px;height:39px;stroke:#fff;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.home-support-copy{position:relative;z-index:1;min-width:0}
.home-support-kicker{margin:0 0 3px;color:#9fe1b5;font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.home-support-copy h2{margin:0;color:#fff;font-size:1.45rem;line-height:1.15}
.home-support-copy>p:not(.home-support-kicker){max-width:760px;margin:7px 0 5px;color:#edf7ff;font-size:14px;font-weight:650;line-height:1.48}
.home-support-copy small{display:block;color:#bdd6ea;font-size:11px;font-weight:650;line-height:1.4}
.home-support-actions{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:9px}
.home-support-button{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:48px;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.75);
  border-radius:12px;
  color:#fff;
  text-decoration:none;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
}
.home-support-button strong{font-size:14px;line-height:1.15}
.home-support-button span{font-size:10px;font-weight:800;opacity:.86;text-align:right}
.home-support-button-once{background:rgba(255,255,255,.1)}
.home-support-button-monthly{border-color:#72d091;background:#2f9f59;box-shadow:0 7px 16px rgba(0,30,15,.2)}
.home-support-button:hover{transform:translateY(-1px);box-shadow:0 9px 20px rgba(0,25,50,.24);text-decoration:none}
.home-support-button-once:hover{background:rgba(255,255,255,.18)}
.home-support-button-monthly:hover{background:#27884c}
.home-support-button:focus-visible{outline:3px solid #ffd166;outline-offset:3px}
@media(max-width:820px){
  .home-support-card{grid-template-columns:auto minmax(0,1fr);align-items:start}
  .home-support-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;width:100%}
}
@media(max-width:560px){
  .home-support-card{grid-template-columns:1fr;gap:13px;padding:18px}
  .home-support-icon{width:52px;height:52px;border-radius:15px}
  .home-support-icon svg{width:32px;height:32px}
  .home-support-copy h2{font-size:1.3rem}
  .home-support-copy>p:not(.home-support-kicker){font-size:13.5px}
  .home-support-actions{grid-column:auto;grid-template-columns:1fr}
  .home-support-button{min-height:50px}
}
