.industry-guides{padding:clamp(56px,8vw,92px) 20px;background:rgba(255,255,255,.018);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
.industry-guides-inner{width:min(1120px,100%);margin:0 auto}
.industry-guides-head{max-width:760px;margin-bottom:28px}
.industry-guides-kicker{font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;color:#a5b4fc;margin-bottom:.7rem}
.industry-guides-title{font-size:clamp(1.8rem,4vw,2.7rem);color:#fff;margin-bottom:.8rem}
.industry-guides-intro{color:rgba(255,255,255,.66);line-height:1.7}
.industry-guides-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.industry-guide-link{display:block;padding:22px;border:1px solid rgba(255,255,255,.11);border-radius:16px;background:rgba(255,255,255,.04);color:#fff;text-decoration:none;transition:transform .25s ease,border-color .25s ease,background .25s ease}
.industry-guide-link:hover{transform:translateY(-3px);border-color:rgba(99,102,241,.5);background:rgba(99,102,241,.1)}
.industry-guide-link strong{display:block;margin-bottom:.45rem;line-height:1.35}
.industry-guide-link span{color:rgba(255,255,255,.53);font-size:.9rem;line-height:1.55}
.industry-guides-all{display:inline-flex;margin-top:22px;color:#c7d2fe;text-decoration:none;font-weight:650}
@media(max-width:720px){.industry-guides-grid{grid-template-columns:1fr}}
