/* ===== EVIDENCE-LED INDUSTRY PAGES ===== */
.industry-page{background:var(--white)}
.industry-hero{position:relative;overflow:hidden;padding:74px 0 68px;color:#fff;background:radial-gradient(circle at 84% 16%,rgba(39,163,228,.2),transparent 30%),linear-gradient(135deg,#061827,var(--navy) 68%,#0d3b53)}
.industry-hero:before{position:absolute;inset:0;content:"";opacity:.2;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(90deg,#000,transparent 84%)}
.industry-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:70px;align-items:center}
.industry-kicker,.industry-section-kicker{margin:0 0 15px;color:var(--blue);font-size:11px;font-weight:850;line-height:1.45;letter-spacing:.13em;text-transform:uppercase}
.industry-hero h1{max-width:850px;margin:0 0 22px;color:#fff;font-size:clamp(42px,4.2vw,66px);font-weight:900;line-height:1;letter-spacing:-.045em}
.industry-hero__lead{max-width:770px;margin:0 0 31px;color:rgba(255,255,255,.76);font-size:18px;line-height:1.68}
.industry-hero__cta{display:flex;flex-wrap:wrap;gap:12px}
.industry-hero__micro{margin:14px 0 0;color:rgba(255,255,255,.5);font-size:12px;line-height:1.5}
.industry-brief{overflow:hidden;padding:26px 27px 25px;border:1px solid rgba(255,255,255,.15);border-radius:23px;background:rgba(255,255,255,.075);box-shadow:0 30px 75px rgba(0,0,0,.2);backdrop-filter:blur(14px)}
.industry-brief>span{display:block;margin-bottom:9px;color:var(--blue);font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.industry-brief h2{margin:0 0 19px;color:#fff;font-size:22px;line-height:1.25}
.industry-brief ul{display:grid;gap:0;margin:0 0 19px;padding:0;list-style:none}
.industry-brief li{position:relative;padding:11px 0 11px 24px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.7);font-size:12.5px;line-height:1.45}
.industry-brief li:before{position:absolute;top:16px;left:2px;width:8px;height:8px;border-radius:50%;background:var(--blue);content:""}
.industry-brief>a{color:#fff;font-size:15px;font-weight:800}
.industry-section-head{display:grid;grid-template-columns:1fr minmax(320px,.8fr);gap:60px;align-items:end;margin-bottom:32px}
.industry-section-head .section-title{margin:0}
.industry-section-head>p,.industry-inputs__grid>div>p{margin:0;color:var(--text-muted);font-size:15px;line-height:1.7}
.industry-tasks,.industry-solutions,.industry-equipment{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;margin-top:31px}
.industry-task,.industry-solution,.industry-equipment>a{display:flex;min-height:245px;flex-direction:column;padding:25px 26px;border:1px solid var(--border);border-radius:18px;color:inherit;background:var(--white);transition:border-color .2s,box-shadow .2s,transform .2s}
.industry-task>span{margin-bottom:42px;color:var(--blue);font-size:11px;font-weight:850;letter-spacing:.1em}
.industry-task h3,.industry-solution h3{margin:0 0 10px;color:var(--navy);font-size:18px;line-height:1.35}
.industry-task p,.industry-solution p,.industry-equipment p{margin:0;color:var(--text-muted);font-size:13.5px;line-height:1.65}
.industry-solution:hover,.industry-equipment>a:hover{border-color:var(--blue);box-shadow:0 16px 36px rgba(11,35,54,.09);transform:translateY(-3px)}
.industry-solution>span,.industry-equipment>a>span{margin-top:auto;padding-top:25px;color:var(--blue);font-size:12.5px;font-weight:750}
.industry-projects{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:19px}
.industry-project{overflow:hidden;border:1px solid var(--border);border-radius:19px;color:inherit;background:#fff;box-shadow:0 12px 34px rgba(11,35,54,.06);transition:transform .2s,box-shadow .2s}
.industry-project:hover{box-shadow:0 19px 44px rgba(11,35,54,.12);transform:translateY(-4px)}
.industry-project__image{display:grid;height:190px;overflow:hidden;place-items:center;background:#eaf1f5;color:rgba(11,35,54,.18);font-size:40px;font-weight:900}
.industry-project__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}
.industry-project:hover img{transform:scale(1.035)}
.industry-project__body{display:flex;min-height:154px;flex-direction:column;padding:20px 21px}
.industry-project__body strong{margin-bottom:8px;color:var(--navy);font-size:16px;line-height:1.4}
.industry-project__body small{color:var(--text-muted);font-size:12px;line-height:1.45}
.industry-project__body>span{margin-top:auto;padding-top:16px;color:var(--blue);font-size:12px;font-weight:750}
.industry-inputs__grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.industry-inputs__grid ul{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0;padding:0;list-style:none}
.industry-inputs__grid li{position:relative;min-height:66px;padding:15px 15px 15px 42px;border:1px solid var(--border);border-radius:12px;color:var(--navy);background:#f8fafc;font-size:12.5px;font-weight:650;line-height:1.45}
.industry-inputs__grid li:before{position:absolute;top:18px;left:16px;color:var(--blue);content:"✓";font-weight:900}
.industry-equipment>a{min-height:210px;background:#fff}
.industry-equipment strong{margin-bottom:10px;color:var(--navy);font-size:17px;line-height:1.35}
.industry-cycle ol{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:31px 0 0;padding:0;list-style:none}
.industry-cycle li{min-height:215px;padding:24px;border:1px solid var(--border);border-right:0}
.industry-cycle li:first-child{border-radius:17px 0 0 17px}.industry-cycle li:last-child{border-right:1px solid var(--border);border-radius:0 17px 17px 0}
.industry-cycle li>span{display:block;margin-bottom:39px;color:var(--blue);font-size:11px;font-weight:850}
.industry-cycle strong{display:block;margin-bottom:8px;color:var(--navy);font-size:15px}.industry-cycle p{margin:0;color:var(--text-muted);font-size:12.5px;line-height:1.6}
.industry-cta{position:relative;overflow:hidden;padding:64px 0;color:#fff;background:linear-gradient(125deg,var(--navy),#0c3d56)}
.industry-cta:after{position:absolute;right:-70px;bottom:-140px;width:330px;height:330px;border:60px solid rgba(39,163,228,.1);border-radius:50%;content:""}
.industry-cta__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center}
.industry-cta h2{max-width:780px;margin:0 0 12px;color:#fff;font-size:34px;line-height:1.15;letter-spacing:-.02em}.industry-cta p:not(.industry-section-kicker){max-width:760px;margin:0;color:rgba(255,255,255,.65);font-size:14px;line-height:1.7}
.industry-related{border-top:1px solid var(--border);background:#f7fafc}.industry-related>.container{display:flex;gap:24px;align-items:center;justify-content:space-between;padding-top:21px;padding-bottom:21px}.industry-related .container>span{color:var(--text-muted);font-size:12px;font-weight:700}.industry-related .container>div{display:flex;flex-wrap:wrap;gap:8px}.industry-related a{padding:8px 11px;border-radius:8px;color:var(--navy);background:var(--gray-bg2);font-size:12px;font-weight:700}.industry-related a:hover{color:#fff;background:var(--blue)}
.industry-hub__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:31px}.industry-hub__card{display:flex;min-height:245px;flex-direction:column;padding:25px 26px;border:1px solid var(--border);border-radius:18px;color:inherit;background:#fff;box-shadow:0 10px 30px rgba(11,35,54,.04);transition:.2s}.industry-hub__card:hover{border-color:var(--blue);box-shadow:0 18px 42px rgba(11,35,54,.1);transform:translateY(-3px)}
.industry-hub__number{margin-bottom:31px;color:var(--blue);font-size:11px;font-weight:850;letter-spacing:.1em}.industry-hub__card h3{margin:0 0 10px;color:var(--navy);font-size:21px;line-height:1.3}.industry-hub__card p{margin:0;color:var(--text-muted);font-size:13px;line-height:1.6}.industry-hub__card>div{display:flex;gap:16px;justify-content:space-between;margin-top:auto;padding-top:22px;color:var(--blue);font-size:11.5px;font-weight:750}
@media(max-width:940px){.industry-hero__grid,.industry-section-head,.industry-inputs__grid{grid-template-columns:1fr;gap:34px}.industry-projects,.industry-tasks,.industry-solutions,.industry-equipment,.industry-hub__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.industry-cycle ol{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.industry-cycle li,.industry-cycle li:first-child,.industry-cycle li:last-child{border:1px solid var(--border);border-radius:16px}.industry-cta__inner{grid-template-columns:1fr;gap:28px}}
@media(max-width:640px){.industry-hero{padding:42px 0 38px}.industry-hero h1{font-size:clamp(34px,10vw,44px);line-height:1.02}.industry-hero__lead{font-size:15.5px;line-height:1.62}.industry-hero__cta,.industry-hero__cta .btn{width:100%}.industry-hero__cta .btn{min-height:48px;justify-content:center}.industry-brief{padding:23px 22px;border-radius:18px}.industry-projects,.industry-tasks,.industry-solutions,.industry-equipment,.industry-hub__grid,.industry-cycle ol{grid-template-columns:1fr}.industry-task,.industry-solution,.industry-equipment>a,.industry-hub__card{min-height:0;padding:23px 22px}.industry-task>span{margin-bottom:24px}.industry-project__image{height:195px}.industry-inputs__grid ul{grid-template-columns:1fr}.industry-cycle li{min-height:0}.industry-cycle li>span{margin-bottom:23px}.industry-cta{padding:48px 0}.industry-cta h2{font-size:28px}.industry-cta .btn{width:100%;justify-content:center}.industry-related>.container{align-items:flex-start;flex-direction:column}}
