.industries{background:var(--bg-section);padding:6rem 2rem;overflow:hidden}@media (max-width: 600px){.industries{padding:3.5rem 1.25rem}}.industries__container{max-width:1200px;margin:0 auto}.industries__header{text-align:center;margin-bottom:3rem}@media (max-width: 600px){.industries__header{margin-bottom:2rem}}.industries__heading{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;line-height:1.2;letter-spacing:-.01em;margin:0 0 .75rem}.industries__heading em{font-style:normal;color:var(--accent)}.industries__sub{font-size:.97rem;color:var(--text-muted);max-width:480px;margin:0 auto;line-height:1.7}.industries__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}@media (max-width: 1100px){.industries__grid{grid-template-columns:repeat(5,1fr)}}@media (max-width: 960px){.industries__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 500px){.industries__grid{grid-template-columns:repeat(3,1fr)}}.industries__card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.1rem .5rem;background:var(--card-bg);border:1px solid var(--border);border-radius:10px;text-align:center;cursor:pointer;transition:background .18s,border-color .18s,transform .18s}.industries__card:hover{background:#e8612f0f;border-color:#e8612f38;transform:translateY(-2px)}.industries__card-icon{width:40px;height:40px;color:var(--text-muted);transition:color .18s}.industries__card:hover .industries__card-icon{color:var(--text)}.industries__card-label{font-size:.72rem;font-weight:600;color:var(--text-muted);line-height:1.3}.industries__footer{display:flex;justify-content:center;margin-top:2.5rem}
