.industry-page { background: #090d1d; }
.industry-hero { position: relative; overflow: hidden; padding: 160px 0 90px; }
.industry-hero::after { content:""; position:absolute; width:520px; height:520px; right:-140px; top:20px; border-radius:50%; background:radial-gradient(circle,var(--industry-glow,rgba(123,97,255,.22)),transparent 68%); pointer-events:none; }
.industry-hero-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:4rem; align-items:center; position:relative; z-index:1; }
.industry-hero h1 { max-width:900px; }
.industry-hero .lead { max-width:690px; }
.industry-role-card { padding:1rem; background:linear-gradient(145deg,rgba(24,30,55,.96),rgba(10,14,28,.96)); }
.industry-role-head { display:flex; justify-content:space-between; align-items:center; padding-bottom:.8rem; border-bottom:1px solid rgba(255,255,255,.1); }
.industry-role-head strong { font-size:.8rem; }
.industry-role-head span { color:#42c99a; font-family:var(--font-mono); font-size:.55rem; }
.industry-role-list { display:grid; gap:.55rem; margin-top:.8rem; }
.industry-role-list div { display:grid; grid-template-columns:34px 1fr auto; gap:.65rem; align-items:center; padding:.65rem; border:1px solid rgba(255,255,255,.08); border-radius:9px; background:rgba(255,255,255,.025); }
.industry-role-list b { display:grid; place-items:center; width:34px; height:34px; border-radius:9px; color:#fff; background:linear-gradient(135deg,#7b61ff,#5d8cff); font-family:var(--font-mono); font-size:.55rem; }
.industry-role-list strong { font-size:.65rem; }
.industry-role-list small { display:block; color:#8f9ab7; font-size:.52rem; }
.industry-role-list i { color:#6fa0ff; font-style:normal; }
.industry-light { color:#172142; background:#f4f5fa; }
.industry-outcomes { display:grid; grid-template-columns:repeat(3,1fr); gap:.8rem; }
.industry-outcome { min-height:250px; padding:1.25rem; border:1px solid #dfe3ec; border-radius:14px; background:#fff; box-shadow:0 16px 36px rgba(31,42,78,.06); }
.industry-outcome span { display:grid; place-items:center; width:42px; height:42px; margin-bottom:1.2rem; border-radius:11px; color:#fff; background:linear-gradient(135deg,#f1a044,#7b61ff); font-family:var(--font-mono); font-size:.62rem; }
.industry-outcome h3 { color:#172142; font-size:1rem; }
.industry-outcome p { color:#66718c; font-size:.78rem; }
.industry-workflow { display:grid; grid-template-columns:repeat(5,1fr); gap:.55rem; margin-top:2rem; }
.industry-step { position:relative; min-height:145px; padding:1rem; border:1px solid rgba(255,255,255,.1); border-radius:12px; background:rgba(255,255,255,.03); }
.industry-step:not(:last-child)::after { content:"→"; position:absolute; right:-.5rem; top:50%; z-index:2; color:#7b61ff; }
.industry-step small { color:#54c7ff; font-family:var(--font-mono); font-size:.52rem; }
.industry-step strong { display:block; margin-top:.55rem; font-size:.72rem; }
.industry-step p { margin:.35rem 0 0; color:#8f9ab7; font-size:.6rem; }
.industry-modules { display:grid; grid-template-columns:repeat(3,1fr); gap:.8rem; }
.industry-module { padding:1rem; border:1px solid #dfe3ec; border-radius:12px; background:#fff; }
.industry-module strong { display:block; color:#172142; font-size:.78rem; }
.industry-module span { color:#758099; font-size:.62rem; }
.industry-module a { display:block; margin-top:.8rem; color:#5c55e8; font-size:.62rem; font-weight:700; }
.industry-product-preview { display:flex; align-items:center; justify-content:space-between; gap:2rem; margin-bottom:1rem; padding:1.35rem; border-radius:14px; color:#fff; background:radial-gradient(circle at 80% 20%,rgba(93,140,255,.35),transparent 38%),#11172c; box-shadow:0 18px 45px rgba(31,42,78,.14); }
.industry-product-preview h3 { margin:.35rem 0; font-size:1.1rem; }
.industry-product-preview p { margin:0; color:#aeb7d0; font-size:.68rem; }
.industry-product-preview > strong { white-space:nowrap; color:#8db2ff; font-size:.7rem; }
.industry-preview-tag { color:#54c7ff; font:600 .5rem var(--font-mono); letter-spacing:.12em; }
.industry-cta { background:#f4f5fa; }
.industry-cta .cta-panel { color:#fff; background:radial-gradient(circle at 85% 15%,rgba(93,140,255,.2),transparent 30%),#090d1d; }
.industry-cta .cta-panel h2 { color:#fff; }
.industry-cta .cta-panel .lead { color:#aeb7d0; }
@media(max-width:991.98px){.industry-hero-grid{grid-template-columns:1fr}.industry-outcomes,.industry-modules{grid-template-columns:1fr 1fr}.industry-workflow{grid-template-columns:1fr}.industry-step:not(:last-child)::after{content:"↓";right:1rem;top:auto;bottom:-.75rem}}
@media(max-width:575.98px){.industry-hero{padding-top:130px}.industry-outcomes,.industry-modules{grid-template-columns:1fr}.industry-role-list div{grid-template-columns:34px 1fr}.industry-role-list i{display:none}.industry-product-preview{align-items:flex-start;flex-direction:column;gap:1rem}}
