@charset "UTF-8";.industries-hero{background:var(--accent);padding:4rem 0;border-bottom:3px solid var(--primary)}.industries-hero h1{font-size:max(1.6rem, min(3.5vw, 2.5rem));font-weight:800;color:var(--white);margin-bottom:.75rem}.industries-hero p{color:rgba(255,255,255,.75);max-width:540px}.industries-grid{padding:4rem 0;background:var(--white)}.industry-card{border:1px solid var(--border-color);border-radius:2px;overflow:hidden;margin-bottom:1.5rem;transition:box-shadow .2s}.industry-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.09)}.industry-card .card-img-top{width:100%;aspect-ratio:16/9;overflow:hidden}.industry-card .card-img-top ai-img,.industry-card .card-img-top img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.industry-card .card-body{padding:1.25rem}.industry-card .card-title{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.industry-card .card-text{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem}.industry-card .card-specs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem}.industry-card .spec-tag{background:var(--secondary);border:1px solid var(--border-color);font-size:.72rem;font-weight:600;color:var(--accent);padding:.2rem .55rem;border-radius:2px;letter-spacing:.04em}.industries-faq{padding:4rem 0;background:var(--secondary)}.industries-faq .accordion-button:not(.collapsed){background:var(--secondary-dark);color:var(--primary);box-shadow:none}.industries-faq .accordion-button:focus{box-shadow:none}.industries-faq .accordion-item{border:1px solid var(--border-color);border-radius:2px!important;margin-bottom:.5rem}