.section-row{
  display:flex;
  flex-direction:column;
  width:100%;
  min-width:0;
}
.section-row-gap{
  gap:var(--section-row-gap-mb,18px);
}
@media (min-width:720px){
  .section-row-gap{gap:var(--section-row-gap-tb,var(--section-row-gap-mb,22px));}
}
@media (min-width:1080px){
  .section-row-gap{gap:var(--section-row-gap-dt,var(--section-row-gap-tb,28px));}
}

.hero-visual.authority-network-host,
.diagram-plate.authority-network-host{
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}

.authority-network-row{
  width:100%;
  color:#edf4ff;
}
.authority-network-row figure{
  margin:0;
}
.authority-network-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:grid;
  gap:18px;
  padding:20px;
  border-radius:30px;
  background:
    radial-gradient(circle at 14% 12%, rgba(104,216,255,.16), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(143,92,255,.18), transparent 25%),
    radial-gradient(circle at 50% 110%, rgba(55,216,189,.14), transparent 30%),
    linear-gradient(180deg,#08111f 0%,#0b1524 52%,#08111f 100%);
  border:1px solid rgba(167,191,230,.14);
  box-shadow:0 26px 72px rgba(7,17,29,.32);
}
.authority-network-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(118deg, rgba(255,255,255,.10), rgba(255,255,255,0) 32%, rgba(140,98,255,.08) 58%, rgba(50,219,201,.05) 100%);
  pointer-events:none;
  z-index:0;
}
.authority-network-card::after{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.055);
  pointer-events:none;
  z-index:0;
}
.authority-network-card__header,
.authority-network-stage,
.authority-network-badges{
  position:relative;
  z-index:1;
}
.authority-network-card__header{
  display:grid;
  gap:8px;
}
.authority-network-kicker{
  margin:0;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#7ddde1;
}
.authority-network-title{
  margin:0;
  font-size:clamp(1.32rem,2.1vw,1.76rem);
  line-height:1.05;
  letter-spacing:-.03em;
  color:#fbfdff;
  max-width:20ch;
}
.authority-network-description{
  margin:0;
  max-width:34rem;
  font-size:.95rem;
  line-height:1.55;
  color:rgba(220,232,249,.74);
}
.authority-network-stage{
  border-radius:24px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(12,23,39,.72), rgba(7,16,30,.42));
  border:1px solid rgba(255,255,255,.06);
}
.authority-network-card--executive .authority-network-stage{
  aspect-ratio:820 / 600;
  min-height:300px;
}
.authority-network-card--technical .authority-network-stage{
  aspect-ratio:820 / 620;
  min-height:310px;
}
.authority-network-stage svg{
  display:block;
  width:100%;
  height:100%;
}
.authority-network-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.authority-network-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(10,19,34,.84);
  border:1px solid rgba(160,188,232,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  color:#cfe1ff;
  font-size:.77rem;
  font-weight:700;
  letter-spacing:.02em;
  white-space:nowrap;
}
.authority-network-row--technical .authority-network-badge{
  color:#d7e6ff;
}

@media (min-width:1100px){
  .hero.v30-hero .hero-grid{
    grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr) !important;
  }
  .hero-visual.authority-network-host{
    align-self:start;
  }
}

@media (max-width:860px){
  .authority-network-card{
    padding:18px;
    border-radius:28px;
  }
  .authority-network-card::after{
    inset:14px;
    border-radius:20px;
  }
  .authority-network-card__header{
    gap:7px;
  }
  .authority-network-description{
    font-size:.92rem;
  }
}

@media (max-width:640px){
  .authority-network-card{
    padding:16px;
    border-radius:24px;
  }
  .authority-network-card::after{
    inset:12px;
    border-radius:18px;
  }
  .authority-network-title{
    font-size:clamp(1.18rem,6vw,1.5rem);
  }
  .authority-network-description{
    font-size:.88rem;
    line-height:1.5;
  }
  .authority-network-card--executive .authority-network-stage{
    min-height:260px;
  }
  .authority-network-card--technical .authority-network-stage{
    min-height:270px;
  }
  .authority-network-badge{
    padding:7px 10px;
    font-size:.72rem;
  }
}
