
/* Digital Edge Industries Page V1.4 */
.industries-hero p{max-width:760px;margin-top:12px}
.industries-intro{padding:58px 0 30px}
.industries-intro h2{font-size:clamp(28px,3vw,40px);color:#082b50;margin:8px 0 16px}
.industries-intro p{max-width:900px;line-height:1.75;color:#29435d}
.industries-section{padding:22px 0 68px;background:#f5f8fc}
.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.industry-card{background:#fff;border:1px solid #dbe5ef;border-radius:14px;padding:26px;box-shadow:0 8px 22px rgba(8,43,80,.05)}
.industry-mark{width:44px;height:44px;border-radius:10px;background:#0d3b66;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:18px}
.industry-card h3{color:#082b50;margin:0 0 10px;font-size:20px}
.industry-card p{margin:0;color:#40566d;line-height:1.65}
.industries-cta{padding:58px 0}
.industries-cta-box{background:#0d3b66;color:#fff;border-radius:16px;padding:34px 38px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.industries-cta-box h2{margin:0 0 8px;font-size:28px}.industries-cta-box p{margin:0;max-width:760px;line-height:1.6}
.industry-admin-row{border:1px solid #dbe5ef;border-radius:10px;padding:16px;margin:12px 0 18px}
@media(max-width:900px){.industries-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.industries-grid{grid-template-columns:1fr}.industries-cta-box{display:block;padding:26px}.industries-cta-box .btn{display:inline-block;margin-top:18px}.industries-intro{padding-top:42px}}
