.sectors-body {
  min-width: 320px;
  overflow-x: hidden;
  background: #020712;
}

.sectors-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.sectors-hero {
  position: relative;
  display: flex;
  min-height: 900px;
  padding: 185px 0 100px;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 75% 42%, rgba(0, 126, 255, 0.18), transparent 30rem),
    radial-gradient(circle at 18% 20%, rgba(0, 216, 255, 0.07), transparent 26rem),
    linear-gradient(180deg, #020712 0%, #030a17 72%, #020712 100%);
}

.sectors-hero::before,
.sectors-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.sectors-hero::before {
  inset: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(0, 216, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 216, 255, 0.11) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000 78%, transparent);
}

.sectors-hero::after {
  right: -12%;
  bottom: -48%;
  width: 850px;
  height: 850px;
  border: 1px solid rgba(0, 216, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(0, 216, 255, 0.018),
    0 0 0 160px rgba(0, 104, 255, 0.012);
}

.sectors-hero__atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, #020712fc 0%, #020712e8 39%, #0207123b 71%),
    linear-gradient(180deg, transparent 72%, #020712 100%);
}

.sectors-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(55px, 7vw, 130px);
  align-items: center;
  width: min(calc(100% - 112px), 1680px);
}

.sectors-hero__content {
  position: relative;
  z-index: 2;
  max-width: 920px;
}

.sectors-hero__content .eyebrow {
  margin-bottom: 24px;
}

.sectors-hero h1 {
  margin: 0;
  color: #f7fbff;
  font-family: "Sora", sans-serif;
  font-size: clamp(3.3rem, 5.1vw, 6.1rem);
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: -0.064em;
}

.sectors-hero h1 span {
  display: inline-block;
  margin-top: 10px;
  color: transparent;
  background: linear-gradient(90deg, #00dcff 0%, #168bff 72%, #6fdcff 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.sectors-hero__lead {
  max-width: 760px;
  margin: 34px 0 0;
  color: #aebdcc;
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  line-height: 1.75;
}

.sectors-hero__actions {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-top: 38px;
}

.sectors-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 700px;
  margin-top: 60px;
  border-top: 1px solid rgba(97, 171, 232, 0.17);
}

.sectors-hero__stats > div {
  display: grid;
  min-height: 92px;
  padding: 24px 20px 0 0;
  align-content: start;
  border-right: 1px solid rgba(97, 171, 232, 0.14);
}

.sectors-hero__stats > div + div {
  padding-left: 25px;
}

.sectors-hero__stats > div:last-child {
  border-right: 0;
}

.sectors-hero__stats strong {
  color: #f7fbff;
  font-family: "Sora", sans-serif;
  font-size: 1.62rem;
  font-weight: 500;
}

.sectors-hero__stats span {
  margin-top: 5px;
  color: #71869a;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sectors-orbit {
  position: relative;
  width: min(40vw, 610px);
  aspect-ratio: 1;
  justify-self: center;
  filter: drop-shadow(0 0 55px rgba(0, 136, 255, 0.18));
}

.sectors-orbit::before,
.sectors-orbit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.sectors-orbit::before {
  width: 82%;
  height: 82%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 186, 255, 0.13), transparent 68%);
  animation: sectors-breathe 4s ease-in-out infinite;
}

.sectors-orbit::after {
  width: 1px;
  height: 100%;
  opacity: 0.18;
  background: linear-gradient(transparent, #04d9ff 22%, #04d9ff 78%, transparent);
  box-shadow: 0 0 22px #04d9ff;
}

.sectors-orbit__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(0, 206, 255, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.sectors-orbit__ring::before,
.sectors-orbit__ring::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: #00d8ff;
  box-shadow: 0 0 14px #00d8ff;
}

.sectors-orbit__ring--outer {
  width: 88%;
  height: 88%;
  border-style: dashed;
  animation: sectors-rotate 38s linear infinite;
}

.sectors-orbit__ring--outer::before {
  top: 12%;
  left: 14%;
}

.sectors-orbit__ring--outer::after {
  right: 9%;
  bottom: 23%;
}

.sectors-orbit__ring--inner {
  width: 57%;
  height: 57%;
  border-color: rgba(18, 129, 255, 0.32);
  animation: sectors-rotate-reverse 28s linear infinite;
}

.sectors-orbit__ring--inner::before {
  top: 8%;
  right: 20%;
}

.sectors-orbit__ring--inner::after {
  bottom: 4%;
  left: 28%;
}

.sectors-orbit__core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 190px;
  height: 190px;
  padding: 24px;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(0, 216, 255, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 34%, rgba(61, 217, 255, 0.22), transparent 32%),
    linear-gradient(145deg, rgba(8, 32, 67, 0.96), rgba(1, 8, 20, 0.98));
  box-shadow:
    0 0 0 11px rgba(0, 216, 255, 0.035),
    0 0 52px rgba(0, 157, 255, 0.27),
    inset 0 0 35px rgba(0, 118, 255, 0.16);
  transform: translate(-50%, -50%);
}

.sectors-orbit__core strong {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 3.15rem;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 0 22px rgba(0, 216, 255, 0.58);
}

.sectors-orbit__core span {
  max-width: 100px;
  margin: 9px auto 0;
  color: #89dff3;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
}

.sectors-orbit__node {
  --angle: calc(var(--orbit-index) * 36deg);
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border: 2px solid #06152b;
  border-radius: 50%;
  background: #00d8ff;
  box-shadow:
    0 0 9px #00d8ff,
    0 0 24px rgba(0, 216, 255, 0.72);
  transform: rotate(var(--angle)) translateX(min(19vw, 268px));
  animation: sectors-node-pulse 2.8s ease-in-out infinite;
  animation-delay: calc(var(--orbit-index) * -0.22s);
}

.sector-directory {
  position: relative;
  min-height: 0;
  padding: 130px 0 150px;
  background:
    radial-gradient(circle at 50% 6%, rgba(0, 133, 255, 0.11), transparent 32rem),
    #020712;
}

.sector-directory::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.16;
  background-image: linear-gradient(90deg, transparent 49.9%, rgba(0, 216, 255, 0.12) 50%, transparent 50.1%);
}

.sector-directory__heading {
  max-width: 1150px;
  margin: 0 auto 68px;
}

.sector-directory__heading > p:last-child {
  max-width: 850px;
  line-height: 1.7;
}

.sector-quicknav {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 9px;
  margin: 0 auto 54px;
  flex-wrap: wrap;
  justify-content: center;
}

.sector-quicknav a {
  display: inline-flex;
  min-height: 39px;
  padding: 8px 13px;
  align-items: center;
  gap: 8px;
  color: #95a9bb;
  font-size: 0.72rem;
  border: 1px solid rgba(93, 158, 213, 0.17);
  border-radius: 999px;
  background: rgba(3, 13, 28, 0.76);
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.sector-quicknav a span {
  color: #00d8ff;
  font-family: "Sora", sans-serif;
  font-size: 0.59rem;
  letter-spacing: 0.08em;
}

.sector-quicknav a:hover,
.sector-quicknav a.is-current {
  color: #fff;
  border-color: rgba(0, 216, 255, 0.52);
  background: rgba(0, 126, 255, 0.1);
  transform: translateY(-2px);
}

.sector-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  width: min(100%, 1450px);
  margin-inline: auto;
}

.sector-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) 88px minmax(500px, 1.48fr);
  min-height: 245px;
  overflow: hidden;
  scroll-margin-top: 120px;
  border: 1px solid rgba(64, 132, 194, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(6, 20, 39, 0.97), rgba(3, 12, 27, 0.95) 44%, rgba(2, 9, 20, 0.97)),
    #030a16;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.2);
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.sector-card::before,
.sector-card::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.sector-card::before {
  inset: 0;
  opacity: 0;
  background: linear-gradient(110deg, transparent 24%, rgba(0, 216, 255, 0.065) 51%, transparent 76%);
  transform: translateX(-65%);
  transition:
    opacity 0.28s ease,
    transform 0.7s ease;
}

.sector-card::after {
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  opacity: 0.48;
  background: linear-gradient(transparent, #00d8ff 35%, #147bff 70%, transparent);
  box-shadow: 0 0 15px rgba(0, 216, 255, 0.45);
}

.sector-card:hover {
  border-color: rgba(0, 216, 255, 0.46);
  box-shadow:
    0 25px 70px rgba(0, 0, 0, 0.27),
    0 0 34px rgba(0, 137, 255, 0.09);
  transform: translateY(-3px);
}

.sector-card:hover::before {
  opacity: 1;
  transform: translateX(55%);
}

.sectors-enhanced .sector-card {
  opacity: 0;
  transform: translateY(28px) scale(0.992);
}

.sectors-enhanced .sector-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 0.68s ease,
    transform 0.68s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.sectors-enhanced .sector-card.is-visible:hover {
  transform: translateY(-3px) scale(1);
}

.sector-card__identity,
.sector-card__solutions {
  position: relative;
  z-index: 1;
}

.sector-card__identity {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  padding: 40px 28px 38px 38px;
  align-content: center;
}

.sector-card__number {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #83eaff;
  font-family: "Sora", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  border: 1px solid rgba(0, 216, 255, 0.32);
  border-radius: 15px;
  background: rgba(0, 172, 255, 0.06);
  box-shadow: inset 0 0 21px rgba(0, 131, 255, 0.08);
}

.sector-card__identity p,
.sector-card__solutions > p {
  margin: 0 0 11px;
  color: #4fbddd;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.sector-card__identity h3 {
  margin: 0;
  color: #f4f9ff;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.25rem, 1.7vw, 1.72rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.sector-card__identity div > span {
  display: block;
  max-width: 410px;
  margin-top: 14px;
  color: #8296a9;
  font-size: 0.82rem;
  line-height: 1.6;
}

.sector-card__bridge {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100%;
  place-items: center;
}

.sector-card__bridge::before {
  position: absolute;
  top: 17%;
  bottom: 17%;
  left: 50%;
  width: 1px;
  content: "";
  background: linear-gradient(transparent, rgba(0, 216, 255, 0.28), transparent);
}

.sector-card__bridge i {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 216, 255, 0.72), transparent);
  box-shadow: 0 0 12px rgba(0, 216, 255, 0.48);
}

.sector-card__bridge span {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #00d8ff;
  font-size: 1rem;
  border: 1px solid rgba(0, 216, 255, 0.46);
  border-radius: 50%;
  background: #031225;
  box-shadow: 0 0 22px rgba(0, 162, 255, 0.22);
}

.sector-card__solutions {
  display: grid;
  padding: 34px 38px 34px 22px;
  align-content: center;
}

.sector-card__solutions ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sector-card__solutions li {
  display: flex;
  min-height: 46px;
  padding: 11px 13px;
  align-items: center;
  gap: 10px;
  color: #c6d1dc;
  font-size: 0.76rem;
  line-height: 1.4;
  border: 1px solid rgba(101, 154, 203, 0.13);
  border-radius: 9px;
  background: rgba(7, 22, 42, 0.52);
}

.sector-card__solutions li span {
  color: #00d8ff;
  font-size: 0.72rem;
}

.sector-fallback {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  width: min(100%, 1450px);
  min-height: 280px;
  margin: 70px auto 0;
  padding: 54px 60px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(0, 216, 255, 0.3);
  border-radius: 21px;
  background:
    radial-gradient(circle at 88% 50%, rgba(0, 139, 255, 0.17), transparent 22rem),
    linear-gradient(115deg, rgba(4, 20, 42, 0.98), rgba(2, 9, 20, 0.98));
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
}

.sector-fallback::before {
  position: absolute;
  top: -80%;
  right: -4%;
  width: 420px;
  height: 420px;
  content: "";
  border: 1px solid rgba(0, 216, 255, 0.17);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(0, 216, 255, 0.022),
    0 0 0 96px rgba(0, 126, 255, 0.016);
}

.sector-fallback > div,
.sector-fallback .button {
  position: relative;
  z-index: 1;
}

.sector-fallback h2 {
  margin: 6px 0 0;
  color: #f7fbff;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.7rem);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.sector-fallback div > p:last-child {
  max-width: 760px;
  margin: 19px 0 0;
  color: #95a8b9;
  font-size: 0.96rem;
  line-height: 1.72;
}

@keyframes sectors-rotate {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes sectors-rotate-reverse {
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes sectors-breathe {
  0%,
  100% {
    opacity: 0.62;
    transform: translate(-50%, -50%) scale(0.96);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes sectors-node-pulse {
  0%,
  100% {
    opacity: 0.66;
    filter: brightness(0.9);
  }
  50% {
    opacity: 1;
    filter: brightness(1.35);
  }
}

@media (max-width: 1320px) {
  .sectors-hero__grid {
    width: calc(100% - 64px);
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: 40px;
  }
  .sector-card {
    grid-template-columns: minmax(275px, 0.8fr) 66px minmax(440px, 1.5fr);
  }
  .sector-card__identity {
    grid-template-columns: 50px 1fr;
    gap: 16px;
    padding-inline: 28px 20px;
  }
  .sector-card__number {
    width: 48px;
    height: 48px;
  }
  .sector-card__solutions {
    padding-right: 27px;
  }
}

@media (max-width: 1020px) {
  .sectors-hero {
    min-height: auto;
    padding: 145px 0 90px;
  }
  .sectors-hero__grid {
    grid-template-columns: 1fr;
    width: calc(100% - 44px);
  }
  .sectors-hero__content {
    max-width: 820px;
  }
  .sectors-orbit {
    position: absolute;
    right: -22%;
    bottom: -13%;
    width: 590px;
    opacity: 0.28;
  }
  .sector-card {
    grid-template-columns: minmax(260px, 0.82fr) 56px minmax(0, 1.48fr);
  }
  .sector-card__solutions ul {
    grid-template-columns: 1fr;
  }
  .sector-fallback {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .sector-fallback .button {
    justify-self: start;
  }
}

@media (max-width: 780px) {
  .sectors-hero {
    padding: 125px 0 75px;
  }
  .sectors-hero__grid {
    width: calc(100% - 30px);
  }
  .sectors-hero h1 {
    font-size: clamp(2.7rem, 11.6vw, 4.3rem);
  }
  .sectors-hero__lead {
    margin-top: 26px;
    font-size: 0.98rem;
  }
  .sectors-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }
  .sectors-hero__actions .button,
  .sectors-hero__actions .text-link {
    width: 100%;
    justify-content: center;
  }
  .sectors-hero__stats {
    margin-top: 44px;
  }
  .sectors-hero__stats > div {
    min-height: 88px;
    padding: 20px 8px 0 0;
  }
  .sectors-hero__stats > div + div {
    padding-left: 13px;
  }
  .sectors-hero__stats strong {
    font-size: 1.35rem;
  }
  .sectors-hero__stats span {
    font-size: 0.54rem;
    line-height: 1.5;
  }
  .sectors-orbit {
    right: -65%;
    bottom: -8%;
  }
  .sector-directory {
    padding: 90px 0 105px;
  }
  .sector-directory__heading {
    margin-bottom: 42px;
  }
  .sector-quicknav {
    margin-right: -14px;
    margin-bottom: 35px;
    margin-left: -14px;
    padding: 0 14px 8px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .sector-quicknav::-webkit-scrollbar {
    display: none;
  }
  .sector-quicknav a {
    flex: 0 0 auto;
  }
  .sector-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .sector-card__identity {
    padding: 28px 24px 25px;
  }
  .sector-card__identity div > span {
    max-width: none;
  }
  .sector-card__bridge {
    display: block;
    min-height: 28px;
    margin-inline: 24px;
  }
  .sector-card__bridge::before {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 216, 255, 0.28), transparent);
  }
  .sector-card__bridge i {
    display: none;
  }
  .sector-card__bridge span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34px;
    height: 34px;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .sector-card__solutions {
    padding: 22px 24px 29px;
  }
  .sector-card__solutions ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sector-fallback {
    min-height: 0;
    margin-top: 45px;
    padding: 39px 28px;
  }
  .sector-fallback .button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .sectors-hero h1 {
    font-size: clamp(2.4rem, 12.3vw, 3.5rem);
  }
  .sectors-hero__stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .sectors-hero__stats > div:last-child {
    display: none;
  }
  .sector-card__identity {
    grid-template-columns: 42px 1fr;
    gap: 13px;
    padding-inline: 18px;
  }
  .sector-card__number {
    width: 42px;
    height: 42px;
    border-radius: 11px;
  }
  .sector-card__identity h3 {
    font-size: 1.17rem;
  }
  .sector-card__identity div > span {
    font-size: 0.77rem;
  }
  .sector-card__bridge {
    margin-inline: 18px;
  }
  .sector-card__solutions {
    padding-inline: 18px;
  }
  .sector-card__solutions ul {
    grid-template-columns: 1fr;
  }
  .sector-card__solutions li {
    font-size: 0.73rem;
  }
  .sector-fallback {
    padding: 34px 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sectors-orbit::before,
  .sectors-orbit__ring,
  .sectors-orbit__node {
    animation: none !important;
  }
  .sectors-enhanced .sector-card {
    opacity: 1;
    transform: none;
  }
}
