.avhero{position:relative;background:#202A34;padding:48px 16px 40px;display:flex;flex-direction:column;gap:28px;overflow:hidden}
.planebg{position:absolute;top:-30px;right:-30px;width:280px;opacity:0.07;pointer-events:none}
.avhero-text{min-width:0;position:relative}
.avhero-lead{color:#B0BCC8;font-size:17px;margin:16px 0 24px}
.avhero-ctas{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}
.avhero-media{min-width:0;margin:0 auto;width:100%;max-width:260px;position:relative}
.avhero-media svg{border-radius:14px;box-shadow:0 16px 36px rgba(10,14,19,0.6)}
.tblwrap tr.row-hot td{background:#26313D;color:#FFE600}
@media (min-width:1081px){
.avhero{flex-direction:row;align-items:center;justify-content:space-between;padding:64px 40px 56px}
.avhero-text{max-width:55%}
.avhero-ctas{justify-content:flex-start}
.avhero-media{width:40%;max-width:320px;min-width:180px;margin:0}
}
