.industries-index{padding:0}.industries-index-container{max-width:1440px;margin:0 auto;padding:4rem 1.5rem}.industries-index-header{text-align:center;margin:0 0 3rem}.industries-index-header h1{font-size:clamp(2rem,5vw,2.75rem);font-weight:800;margin:0 0 1rem}.industries-index-header p{font-size:1.15rem;color:#555;max-width:820px;margin:0 auto}.industries-index-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.industries-index-card{display:block;padding:1.75rem;border:1px solid rgba(0,0,0,.08);border-radius:16px;text-decoration:none;color:inherit;background:#fff;transition:transform .15s,box-shadow .15s}.industries-index-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.industries-index-card h2{font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.industries-index-card p{color:#555;font-size:.95rem;line-height:1.5;margin:0 0 .75rem}.industries-index-card span{color:#c33877;font-weight:600;font-size:.95rem}