.industry-directory{background:#071d3e;color:#fff;padding:clamp(70px,9vw,118px) 20px;overflow:hidden}
.industry-directory__inner{max-width:1200px;margin:0 auto}
.industry-directory__head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:44px}
.industry-directory__head h2{max-width:760px;margin:0;font:800 clamp(34px,5vw,64px)/1.02 'Raleway','Segoe UI',sans-serif;letter-spacing:-.035em;text-wrap:balance}
.industry-directory__head p{max-width:39ch;margin:0;color:#dce8fa;font-size:17px;line-height:1.65}
.industry-directory__accent{display:block;width:64px;height:4px;margin-bottom:22px;background:#ff9500}
.industry-directory__groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.22)}
.industry-group{padding:34px 0;border-bottom:1px solid rgba(255,255,255,.22)}
.industry-group:nth-child(odd){padding-right:38px}
.industry-group:nth-child(even){padding-left:38px;border-left:1px solid rgba(255,255,255,.22)}
.industry-group h3{margin:0 0 18px;color:#ffad3d;font-size:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.industry-links{display:flex;flex-wrap:wrap;gap:10px}
.industry-links a{display:inline-flex;align-items:center;min-height:44px;padding:10px 15px;border:1px solid rgba(255,255,255,.34);border-radius:999px;color:#fff;text-decoration:none;font-size:14px;transition:background .2s ease,border-color .2s ease,transform .2s ease}
.industry-links a::after{content:'→';margin-left:9px;color:#ffad3d}
.industry-links a:hover,.industry-links a:focus-visible{background:#fff;color:#071d3e;border-color:#fff;transform:translateY(-2px);outline:none}
@media(max-width:760px){.industry-directory__head{align-items:flex-start;flex-direction:column}.industry-directory__groups{grid-template-columns:1fr}.industry-group:nth-child(n){padding:28px 0;border-left:0}.industry-links a{font-size:13px}}
@media(prefers-reduced-motion:reduce){.industry-links a{transition:none}}
