.industries-page{background:#060a12}
.industries-hero{
  position:relative;
  isolation:isolate;
  min-height:580px;
  display:flex;
  align-items:center;
  padding:128px 0 72px;
  overflow:hidden;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 76% 35%,rgba(134,188,37,.14),transparent 26%),
    radial-gradient(circle at 12% 72%,rgba(134,188,37,.08),transparent 28%),
    linear-gradient(145deg,#060a12,#09101b 55%,#060a12);
}
.industries-grid{
  position:absolute;
  z-index:-2;
  inset:0;
  opacity:.36;
  background-image:
    linear-gradient(rgba(233,238,246,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(233,238,246,.035) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,#000,transparent 90%);
  -webkit-mask-image:linear-gradient(to bottom,#000,transparent 90%);
}
.industries-orbit{
  position:absolute;
  z-index:-1;
  border:1px solid rgba(134,188,37,.16);
  border-radius:50%;
  pointer-events:none;
}
.industries-orbit::before,
.industries-orbit::after{
  content:"";
  position:absolute;
  border:1px solid rgba(134,188,37,.08);
  border-radius:50%;
}
.industries-orbit::before{inset:12%}
.industries-orbit::after{inset:27%}
.industries-orbit-a{top:82px;right:5vw;width:min(39vw,490px);aspect-ratio:1}
.industries-orbit-b{bottom:-180px;left:-90px;width:360px;aspect-ratio:1;opacity:.5}
.industries-hero-inner{position:relative;z-index:1;width:100%}
.industries-hero h1{
  max-width:860px;
  margin:18px 0 20px;
  font-size:clamp(28px,4vw,46px);
  font-weight:800;
  line-height:1.12;
  letter-spacing:-.03em;
  text-wrap:balance;
  background:linear-gradient(110deg,#ffffff 0%,#f2f6ff 28%,#d4f28a 55%,#86bc25 78%,#b8e86a 100%);
  background-size:200% auto;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
  animation:industriesHeroGrad 8s ease-in-out infinite;
}
.industries-hero h1 span{
  background:linear-gradient(105deg,#d4f28a 0%,#86bc25 35%,#e8ffb0 55%,#86bc25 78%,#b8e86a 100%);
  background-size:220% auto;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
  animation:industriesHeroGrad 6s ease-in-out infinite reverse;
}
@keyframes industriesHeroGrad{0%,100%{background-position:0% center}50%{background-position:100% center}}
@media(prefers-reduced-motion:reduce){
  .industries-hero h1,
  .industries-hero h1 span,
  .industry-copy h2,
  .industries-cta-panel h2{animation:none}
}
.industries-hero p{
  max-width:790px;
  color:rgba(233,238,246,.72);
  font-size:clamp(17px,1.55vw,20px);
  line-height:1.7;
}
.industry-sector{
  position:relative;
  padding:58px 0;
  overflow:hidden;
  border-bottom:1px solid rgba(233,238,246,.07);
  background:#060a12;
}
.industry-sector-alt{
  background:
    radial-gradient(circle at 88% 50%,rgba(134,188,37,.045),transparent 25%),
    #090e19;
}
.industry-layout{
  display:grid;
  grid-template-columns:minmax(0,1.32fr) minmax(320px,.68fr);
  gap:clamp(42px,7vw,100px);
  align-items:center;
}
.industry-layout-reverse .industry-copy{grid-column:2}
.industry-layout-reverse .industry-panel{grid-column:1;grid-row:1}
.industry-copy h2{
  max-width:760px;
  margin:16px 0 16px;
  font-size:clamp(27px,3.25vw,42px);
  font-weight:800;
  line-height:1.14;
  letter-spacing:-.035em;
  text-wrap:balance;
  background:linear-gradient(110deg,#ffffff 0%,#f2f6ff 28%,#d4f28a 55%,#86bc25 78%,#b8e86a 100%);
  background-size:200% auto;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
  animation:industriesHeroGrad 8s ease-in-out infinite;
}
.industry-copy>p{
  max-width:760px;
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
}
.industry-checks{
  display:grid;
  gap:10px;
  margin-top:26px;
  list-style:none;
}
.industry-checks li{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-height:48px;
  padding:12px 15px;
  border:1px solid rgba(233,238,246,.09);
  border-radius:11px;
  background:rgba(14,21,38,.52);
  color:rgba(233,238,246,.84);
  font-size:14.5px;
  line-height:1.5;
  transition:border-color .25s,background .25s,transform .25s;
}
.industry-checks li:hover{
  transform:translateX(4px);
  border-color:rgba(134,188,37,.32);
  background:rgba(134,188,37,.055);
}
.industry-checks li>span{
  display:grid;
  place-items:center;
  flex:0 0 24px;
  width:24px;
  height:24px;
  border:1px solid rgba(134,188,37,.34);
  border-radius:50%;
  background:rgba(134,188,37,.08);
  color:#b8e86a;
  font-family:var(--mono);
  font-size:11px;
}
.industry-panel{
  position:relative;
  min-height:340px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:32px;
  overflow:hidden;
  border:1px solid rgba(134,188,37,.2);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0,rgba(134,188,37,.14),transparent 42%),
    linear-gradient(145deg,rgba(14,23,38,.96),rgba(8,14,25,.92));
  box-shadow:0 24px 65px rgba(0,0,0,.32),0 0 30px rgba(134,188,37,.035);
  transition:transform .35s,border-color .35s,box-shadow .35s;
}
.industry-panel::before{
  content:"";
  position:absolute;
  top:0;
  left:30px;
  right:30px;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--jade),transparent);
}
.industry-panel::after{
  content:"";
  position:absolute;
  right:-72px;
  top:-72px;
  width:210px;
  height:210px;
  border:1px solid rgba(134,188,37,.11);
  border-radius:50%;
  box-shadow:0 0 0 28px rgba(134,188,37,.025),0 0 0 56px rgba(134,188,37,.012);
  pointer-events:none;
}
.industry-panel:hover{
  transform:translateY(-5px);
  border-color:rgba(134,188,37,.38);
  box-shadow:0 30px 75px rgba(0,0,0,.38),0 0 38px rgba(134,188,37,.055);
}
.industry-icon{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:88px;
  height:88px;
  border:1px solid rgba(134,188,37,.3);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(134,188,37,.18),rgba(134,188,37,.045));
  color:#b8e86a;
  box-shadow:0 14px 34px rgba(0,0,0,.28),0 0 22px rgba(134,188,37,.07) inset;
  transition:transform .35s,border-color .35s,box-shadow .35s;
}
.industry-panel:hover .industry-icon{
  transform:scale(1.06) rotate(-3deg);
  border-color:rgba(134,188,37,.58);
  box-shadow:0 18px 38px rgba(0,0,0,.32),0 0 22px rgba(134,188,37,.14);
}
.industry-icon svg{
  width:48px;
  height:48px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.industry-pills{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:46px;
}
.industry-pills span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:8px 13px;
  border:1px solid rgba(233,238,246,.13);
  border-radius:100px;
  background:rgba(233,238,246,.035);
  color:rgba(233,238,246,.82);
  font-family:var(--display);
  font-size:11.5px;
  font-weight:500;
}
.industries-cta{
  padding:62px 0 72px;
  background:#060a12;
}
.industries-cta-panel{
  position:relative;
  padding:clamp(38px,5.5vw,68px);
  overflow:hidden;
  border:1px solid rgba(134,188,37,.25);
  border-radius:26px;
  background:
    radial-gradient(circle at 90% 10%,rgba(134,188,37,.17),transparent 32%),
    linear-gradient(130deg,#0b1220,#09101b);
  box-shadow:0 28px 75px rgba(0,0,0,.36);
}
.industries-cta-panel::after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-140px;
  width:340px;
  height:340px;
  border:1px solid rgba(134,188,37,.13);
  border-radius:50%;
  box-shadow:0 0 0 38px rgba(134,188,37,.03),0 0 0 76px rgba(134,188,37,.015);
  pointer-events:none;
}
.industries-cta-panel h2{
  position:relative;
  z-index:1;
  max-width:800px;
  margin:16px 0 15px;
  font-size:clamp(28px,4vw,46px);
  font-weight:800;
  line-height:1.15;
  letter-spacing:-.04em;
  background:linear-gradient(110deg,#ffffff 0%,#f2f6ff 28%,#d4f28a 55%,#86bc25 78%,#b8e86a 100%);
  background-size:200% auto;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
  animation:industriesHeroGrad 8s ease-in-out infinite;
}
.industries-cta-panel>p{
  position:relative;
  z-index:1;
  max-width:690px;
  color:var(--muted);
  font-size:16px;
}
.industries-cta-panel .cta-row{
  position:relative;
  z-index:1;
  margin-top:28px;
}

@media(max-width:900px){
  .industries-hero{min-height:500px}
  .industry-layout{grid-template-columns:1fr;gap:30px}
  .industry-layout-reverse .industry-copy,
  .industry-layout-reverse .industry-panel{grid-column:auto;grid-row:auto}
  .industry-panel{min-height:280px}
}
@media(max-width:760px){
  .industries-hero{min-height:0;padding:112px 0 54px}
  .industries-hero h1{font-size:clamp(24px,7vw,34px)}
  .industries-orbit-a{right:-150px;width:360px}
  .industry-sector{padding:42px 0}
  .industry-copy h2{font-size:clamp(25px,7.5vw,34px)}
  .industry-panel{min-height:250px;padding:26px;border-radius:18px}
  .industry-icon{width:72px;height:72px;border-radius:20px}
  .industry-icon svg{width:40px;height:40px}
  .industry-pills{margin-top:34px}
  .industries-cta{padding:46px 0 52px}
  .industries-cta-panel{border-radius:20px}
  .industries-cta-panel .cta-row{align-items:stretch;flex-direction:column}
  .industries-cta-panel .btn{justify-content:center}
}
@media(prefers-reduced-motion:reduce){
  .industry-panel,
  .industry-icon,
  .industry-checks li{transition:none}
}
