.tools-catalog-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 100, 0, 0.08), transparent 27%),
    linear-gradient(135deg, #06111f 0%, #081827 58%, #07131f 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tools-depth-grid {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(88, 118, 140, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 118, 140, 0.08) 1px, transparent 1px);
}

.tools-depth-grid-hero {
  top: 80px;
  right: -150px;
  width: 660px;
  height: 660px;
  background-size: 36px 36px;
  opacity: 0.55;
  transform: perspective(650px) rotateY(-18deg) rotateZ(8deg);
  transform-origin: center;
}

.tools-catalog-hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(520px, 1.06fr);
  align-items: center;
  gap: clamp(54px, 7vw, 108px);
  min-height: 690px;
  padding-block: 92px 76px;
}

.tools-catalog-copy {
  max-width: 760px;
}

.tools-catalog-copy h1 {
  max-width: 790px;
  margin-bottom: 25px;
  color: var(--white);
  font-size: clamp(3.4rem, 5.5vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.tools-catalog-copy > p {
  max-width: 670px;
  margin-bottom: 30px;
  color: #a8b7c4;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
}

.tools-catalog-hero .button-dark-ghost {
  color: #d7e1e8;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.tools-catalog-hero .button-dark-ghost:hover,
.tools-catalog-hero .button-dark-ghost:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.34);
}

.tools-hero-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 38px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.tools-hero-principles li {
  min-height: 78px;
  padding: 13px 14px;
  color: #8296a7;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.7rem;
  font-weight: 650;
  line-height: 1.35;
}

.tools-hero-principles span {
  display: block;
  margin-bottom: 7px;
  color: var(--orange-500);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.tools-hero-console {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #081827;
  border: 1px solid #2a465b;
  box-shadow: 30px 30px 0 rgba(20, 48, 71, 0.3), 0 45px 90px rgba(0, 0, 0, 0.34);
}

.tools-hero-console::after {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 0;
  bottom: 0;
  width: 48%;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(rgba(96, 125, 147, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(96, 125, 147, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
}

.tools-hero-console-top {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 50px;
  padding: 0 17px;
  background: rgba(5, 17, 29, 0.97);
  border-bottom: 1px solid #263f53;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.48rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tools-hero-console-top > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8196a6;
}

.tools-hero-console-top i {
  width: 6px;
  height: 6px;
  background: var(--orange-500);
  box-shadow: 0 0 9px rgba(255, 100, 0, 0.55);
}

.tools-hero-console-top small {
  color: #5f7a8f;
  font-size: inherit;
}

.tools-hero-console-body {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(205px, 0.82fr) minmax(0, 1.18fr);
  min-height: 440px;
}

.tools-hero-rail {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: stretch;
  background: rgba(5, 18, 30, 0.72);
  border-right: 1px solid #263f53;
}

.tools-hero-rail button {
  position: relative;
  display: grid;
  grid-template-columns: 30px 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 74px;
  padding: 10px 12px;
  color: #6e8799;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #223b4f;
  text-align: left;
  transition: color 180ms ease, background 180ms ease, padding 180ms ease;
}

.tools-hero-rail button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  content: "";
  background: transparent;
  transition: background 180ms ease;
}

.tools-hero-rail button > span,
.tools-hero-rail button > small {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.42rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.tools-hero-rail button > i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #718b9e;
  border: 1px solid #2d4b61;
  font-style: normal;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.tools-hero-rail button .ui-icon {
  width: 16px;
  height: 16px;
}

.tools-hero-rail button > strong {
  overflow: hidden;
  color: #a5b5c1;
  font-size: 0.63rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tools-hero-rail button > small {
  color: #4f6a7f;
}

.tools-hero-rail button:hover,
.tools-hero-rail button:focus-visible,
.tools-hero-rail button.is-active {
  color: #ff9858;
  background: rgba(255, 100, 0, 0.055);
  outline: 0;
}

.tools-hero-rail button.is-active::before {
  background: var(--orange-500);
  box-shadow: 0 0 8px rgba(255, 100, 0, 0.5);
}

.tools-hero-rail button.is-active > i {
  color: var(--orange-500);
  background: rgba(255, 100, 0, 0.06);
  border-color: rgba(255, 100, 0, 0.44);
}

.tools-hero-rail button.is-active > strong {
  color: #eef3f5;
}

.tools-hero-current {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px;
  overflow: hidden;
}

.tools-hero-current::after {
  position: absolute;
  z-index: -1;
  right: -45px;
  bottom: -45px;
  width: 210px;
  height: 210px;
  content: "";
  border: 1px solid rgba(78, 109, 131, 0.18);
  transform: rotate(17deg);
  box-shadow:
    -28px -28px 0 rgba(13, 37, 54, 0.35),
    -56px -56px 0 rgba(13, 37, 54, 0.2);
}

.tools-hero-current-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid #29465b;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.42rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tools-hero-current-head span {
  color: #637d90;
}

.tools-hero-current-head b {
  color: var(--orange-500);
  font-size: inherit;
}

.tools-hero-current-head small {
  color: #4dd391;
  font-size: inherit;
}

.tools-hero-current-core {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 275px;
  padding: 26px 10px 24px;
}

.tools-hero-current-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 26px;
  color: var(--orange-500);
  background: #10273b;
  border: 1px solid #2b4b62;
  box-shadow: 10px 10px 0 rgba(255, 100, 0, 0.08);
}

.tools-hero-current-icon .ui-icon {
  width: 27px;
  height: 27px;
}

.tools-hero-current-core > strong {
  display: block;
  max-width: 360px;
  margin-bottom: 10px;
  color: #f1f5f7;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
}

.tools-hero-current-core > p {
  max-width: 385px;
  margin: 0;
  color: #7890a2;
  font-size: 0.72rem;
  line-height: 1.55;
}

.tools-hero-current-pulse {
  position: absolute;
  top: 40px;
  right: 35px;
  width: 7px;
  height: 7px;
  background: var(--orange-500);
  border-radius: 50%;
  opacity: 0.75;
}

.tools-hero-current-pulse::before,
.tools-hero-current-pulse::after {
  position: absolute;
  inset: 50%;
  width: 7px;
  height: 7px;
  content: "";
  border: 1px solid var(--orange-500);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}

.tools-hero-current-pulse.is-active::before {
  animation: toolsHeroPulse 620ms ease-out forwards;
}

.tools-hero-current-pulse.is-active::after {
  animation: toolsHeroPulse 620ms 110ms ease-out forwards;
}

.tools-hero-current-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #29465b;
  border-left: 1px solid #29465b;
}

.tools-hero-current-signals > div {
  display: grid;
  gap: 5px;
  min-height: 68px;
  padding: 9px 10px;
  border-right: 1px solid #29465b;
  border-bottom: 1px solid #29465b;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.tools-hero-current-signals span {
  color: #597387;
  font-size: 0.35rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.tools-hero-current-signals i {
  width: 22px;
  height: 2px;
  background: var(--orange-500);
}

.tools-hero-current-signals strong {
  color: #94a7b5;
  font-size: 0.4rem;
  letter-spacing: 0.04em;
}

.tools-hero-console figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tools-catalog-status {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.tools-catalog-status > div {
  min-height: 86px;
  padding: 15px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.tools-catalog-status span,
.tools-catalog-status strong {
  display: block;
}

.tools-catalog-status span {
  margin-bottom: 7px;
  color: var(--orange-500);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.tools-catalog-status strong {
  color: #9cafbd;
  font-size: 0.72rem;
  font-weight: 620;
}

.tools-catalog-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), transparent 24%),
    #edf1f3;
}

.tools-depth-grid-catalog {
  z-index: -1;
  top: 70px;
  left: -180px;
  width: 600px;
  height: 600px;
  opacity: 0.75;
  background-size: 34px 34px;
  transform: rotate(-11deg);
}

.tools-catalog-section::after {
  position: absolute;
  z-index: -1;
  top: 39%;
  right: -130px;
  width: 430px;
  height: 430px;
  content: "";
  border: 1px solid rgba(59, 83, 103, 0.12);
  transform: rotate(16deg);
  box-shadow:
    -34px 34px 0 rgba(20, 48, 71, 0.035),
    -68px 68px 0 rgba(20, 48, 71, 0.025);
}

.tools-catalog-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: end;
  gap: clamp(48px, 7vw, 110px);
}

.tools-catalog-heading > p {
  max-width: 560px;
  margin: 0 0 6px;
  font-size: 1.02rem;
}

.tools-critical-rail {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 52px;
  background: rgba(246, 248, 249, 0.82);
  border-top: 1px solid #cbd4dc;
  border-left: 1px solid #cbd4dc;
  box-shadow: 18px 18px 0 rgba(20, 48, 71, 0.05);
}

.tools-critical-rail > div {
  min-height: 126px;
  padding: 18px;
  border-right: 1px solid #cbd4dc;
  border-bottom: 1px solid #cbd4dc;
}

.tools-critical-rail > div > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: var(--orange-600);
  background: #fff;
  border: 1px solid #d2dae1;
}

.tools-critical-rail .ui-icon {
  width: 17px;
  height: 17px;
}

.tools-critical-rail small,
.tools-critical-rail strong {
  display: block;
}

.tools-critical-rail small {
  margin-bottom: 4px;
  color: #718190;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.tools-critical-rail strong {
  color: #33495c;
  font-size: 0.78rem;
}

.tools-power-grid {
  position: relative;
  z-index: 2;
  box-shadow: 30px 30px 0 rgba(20, 48, 71, 0.07);
}

.tools-power-grid::before {
  position: absolute;
  z-index: -1;
  top: -26px;
  right: 34px;
  width: 170px;
  height: 26px;
  content: "";
  background: repeating-linear-gradient(135deg, #b8c3cc 0 1px, transparent 1px 8px);
  opacity: 0.62;
}

.tools-power-grid .power-card {
  background-color: rgba(247, 248, 249, 0.96);
}

.tools-power-grid .power-card:first-child {
  background: #0b1b2d;
}

.tools-power-grid .power-card:nth-child(4n+4) {
  background: #e8edf0;
}

.tools-catalog-note {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 54px;
  padding: 20px 0;
  border-top: 1px solid #c6d0d8;
  border-bottom: 1px solid #c6d0d8;
}

.tools-catalog-note > span {
  color: var(--orange-600);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.tools-catalog-note p {
  max-width: 790px;
  margin: 0;
  color: #5d7080;
  font-size: 0.84rem;
}

.tools-catalog-integration {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 105px 0;
  color: var(--white);
  background: #071522;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tools-depth-grid-integration {
  z-index: -1;
  right: -100px;
  bottom: -190px;
  width: 560px;
  height: 560px;
  opacity: 0.45;
  background-size: 32px 32px;
  transform: rotate(14deg);
}

.tools-catalog-integration-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(470px, 1.12fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: center;
}

.tools-catalog-integration-copy h2 {
  max-width: 650px;
  color: var(--white);
  font-size: clamp(2.5rem, 4vw, 4.2rem);
}

.tools-catalog-integration-copy p {
  max-width: 620px;
  margin: 0;
  color: #8fa0af;
}

.tools-catalog-integration-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: #294357;
  box-shadow: 24px 24px 0 rgba(20, 48, 71, 0.28);
}

.tools-catalog-integration-links a {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 24px;
  overflow: hidden;
  background: #091b2a;
  transition: background 180ms ease;
}

.tools-catalog-integration-links a::after {
  position: absolute;
  right: -65px;
  bottom: -65px;
  width: 180px;
  height: 180px;
  content: "";
  background-image:
    linear-gradient(rgba(86, 116, 138, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(86, 116, 138, 0.1) 1px, transparent 1px);
  background-size: 22px 22px;
  transform: rotate(13deg);
}

.tools-catalog-integration-links a:hover,
.tools-catalog-integration-links a:focus-visible {
  background: #0d2233;
  outline: 0;
}

.tools-catalog-integration-links a > span,
.tools-catalog-integration-links strong,
.tools-catalog-integration-links small,
.tools-catalog-integration-links i {
  position: relative;
  z-index: 2;
}

.tools-catalog-integration-links a > span {
  margin-bottom: auto;
  color: var(--orange-500);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.tools-catalog-integration-links strong {
  margin-top: 48px;
  color: #dce4ea;
  font-size: 1.1rem;
}

.tools-catalog-integration-links small {
  max-width: 280px;
  margin-top: 7px;
  color: #6f8496;
  font-size: 0.72rem;
  line-height: 1.45;
}

.tools-catalog-integration-links i {
  position: absolute;
  top: 22px;
  right: 22px;
  color: var(--orange-500);
  font-size: 1.15rem;
  font-style: normal;
  transition: transform 180ms ease;
}

.tools-catalog-integration-links a:hover i,
.tools-catalog-integration-links a:focus-visible i {
  transform: translate(4px, -4px);
}

@keyframes toolsHeroPulse {
  from {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.92;
  }
  to {
    transform: translate(-50%, -50%) scale(5.2);
    opacity: 0;
  }
}

@media (max-width: 1160px) {
  .tools-catalog-hero-grid,
  .tools-catalog-heading,
  .tools-catalog-integration-grid {
    grid-template-columns: 1fr;
  }

  .tools-catalog-hero-grid {
    min-height: 0;
  }

  .tools-catalog-copy {
    max-width: 850px;
  }

  .tools-hero-console {
    width: min(100%, 780px);
  }

  .tools-catalog-heading > p,
  .tools-catalog-integration-copy p {
    max-width: 760px;
  }
}

@media (max-width: 860px) {
  .tools-catalog-hero-grid {
    padding-block: 75px 58px;
  }

  .tools-hero-principles,
  .tools-catalog-status,
  .tools-critical-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tools-hero-console-body {
    grid-template-columns: 1fr;
  }

  .tools-hero-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid #263f53;
  }

  .tools-hero-rail button {
    border-right: 1px solid #223b4f;
  }

  .tools-hero-current {
    min-height: 350px;
  }

  .tools-catalog-note {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 620px) {
  .tools-catalog-copy h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .tools-hero-principles {
    grid-template-columns: 1fr;
  }

  .tools-hero-console {
    box-shadow: 14px 16px 0 rgba(20, 48, 71, 0.2), 0 28px 56px rgba(0, 0, 0, 0.26);
  }

  .tools-hero-console-top {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 64px;
    gap: 2px;
  }

  .tools-hero-rail {
    grid-template-columns: 1fr;
  }

  .tools-hero-rail button {
    min-height: 60px;
  }

  .tools-hero-current {
    padding: 15px;
  }

  .tools-hero-current-core {
    min-height: 240px;
  }

  .tools-hero-current-signals {
    grid-template-columns: 1fr;
  }

  .tools-hero-current-signals > div {
    min-height: 54px;
  }

  .tools-catalog-status,
  .tools-critical-rail {
    grid-template-columns: 1fr;
  }

  .tools-power-grid {
    box-shadow: 14px 14px 0 rgba(20, 48, 71, 0.06);
  }

  .tools-catalog-note {
    margin-top: 36px;
  }

  .tools-catalog-integration {
    padding: 78px 0;
  }

  .tools-catalog-integration-links {
    grid-template-columns: 1fr;
  }

  .tools-catalog-integration-links a {
    min-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tools-hero-current-pulse::before,
  .tools-hero-current-pulse::after {
    animation: none !important;
  }
}
