*,:after,:before{box-sizing:border-box;margin:0;padding:0}.tld-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.tld{background:var(--navy-mid);border-radius:var(--r-lg);padding:1.5rem;text-align:center;border:1px solid rgba(255,255,255,.06);transition:var(--t-slow)}.tld:hover{border-color:rgba(229,192,123,.3);box-shadow:var(--sh-gold)}.tld__ext{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:700;color:var(--white);margin-bottom:.5rem}.tld__desc{font-size:var(--text-xs);color:#A0AEC0}@media(max-width:1024px){.tld-grid{grid-template-columns:repeat(4,1fr)}.feats{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.tld-grid{grid-template-columns:repeat(2,1fr)}.feats,.footer__grid{grid-template-columns:1fr}}