.ads-page {
  --ads-bg: #07111f;
  --ads-panel: rgba(255, 255, 255, .064);
  --ads-panel-2: rgba(255, 255, 255, .095);
  --ads-line: rgba(255, 255, 255, .13);
  --ads-line-2: rgba(101, 212, 255, .26);
  --ads-text: #eef6ff;
  --ads-muted: #a9bbcf;
  --ads-soft: #d9ecff;
  --ads-brand: #30a7ff;
  --ads-brand2: #1264d8;
  --ads-cyan: #65d4ff;
  --ads-green: #61e3a6;
  --ads-warm: #ffbd5a;
  --ads-shadow: 0 24px 84px rgba(0, 0, 0, .30);
  background: radial-gradient(circle at 12% 2%, rgba(48, 167, 255, .20), transparent 30%), radial-gradient(circle at 88% 10%, rgba(101, 212, 255, .13), transparent 28%), linear-gradient(180deg, #07111f 0%, #09182b 44%, #07111f 100%);
  overflow: hidden
}

.ads-page * {
  box-sizing: border-box
}

.ads-container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto
}

.ads-page section {
  background: transparent;
  padding: 84px 0;
  position: relative;
  isolation: isolate
}

.ads-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #93a8bf;
  font-size: 13px;
  margin-bottom: 22px
}

.ads-breadcrumb a {
  color: #bfe6ff
}

.ads-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(101, 212, 255, .24);
  background: rgba(48, 167, 255, .10);
  color: #bceaff;
  font-weight: 900;
  font-size: 13px
}

.ads-kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ads-green);
  box-shadow: 0 0 0 6px rgba(97, 227, 166, .12)
}

.ads-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px
}

.ads-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: linear-gradient(135deg, var(--ads-brand), var(--ads-brand2));
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 46px rgba(18, 100, 216, .30);
  transition: .24s ease
}

.ads-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 62px rgba(48, 167, 255, .36)
}

.ads-btn.secondary {
  background: rgba(255, 255, 255, .07);
  box-shadow: none;
  color: #d7e8f8
}

.ads-card {
  border: 1px solid var(--ads-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, .078), rgba(255, 255, 255, .04));
  box-shadow: 0 20px 74px rgba(0, 0, 0, .18);
  transition: .25s ease;
  position: relative;
  overflow: hidden
}

.ads-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 16% 0%, rgba(101, 212, 255, .13), transparent 35%);
  opacity: 0;
  transition: .25s ease;
  pointer-events: none
}

.ads-card:hover {
  transform: translateY(-5px);
  border-color: rgba(101, 212, 255, .30);
  background: linear-gradient(180deg, rgba(255, 255, 255, .102), rgba(255, 255, 255, .05));
  box-shadow: 0 30px 96px rgba(0, 0, 0, .28)
}

.ads-card:hover:before {
  opacity: 1
}

.ads-card > * {
  position: relative;
  z-index: 1
}

.ads-section-head {
  max-width: 980px;
  margin-bottom: 36px
}

.ads-section-head.center {
  text-align: center;
  margin-inline: auto
}

.ads-section-head h2 {
  font-size: clamp(31px, 4.2vw, 52px);
  line-height: 1.07;
  letter-spacing: -1.7px;
  margin: 14px 0 16px
}

.ads-section-head p {
  font-size: 16px;
  color: #c4d3e6;
  line-height: 1.78;
  margin: 0
}

.ads-hero {
  padding: 86px 0 66px !important;
  overflow: hidden
}

.ads-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(7, 17, 31, .66), rgba(7, 17, 31, .96)), url("{% static 'main/images/automation-data-command-center.png' %}") center/cover no-repeat;
  opacity: .42
}

.ads-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px
}

.ads-hero-copy {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center
}

.ads-hero h1 {
  margin: 18px 0 22px;
  font-size: clamp(42px, 6.1vw, 82px);
  line-height: .99;
  letter-spacing: -2.8px
}

.ads-gradient {
  background: linear-gradient(90deg, #fff, #9bdfff 55%, #67b7ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.ads-lead {
  max-width: 940px;
  margin: 0 auto;
  color: #c4d3e6;
  font-size: 18px;
  line-height: 1.78
}

.ads-automation-console {
  display: grid;
  grid-template-columns: 280px 1fr 280px;
  gap: 18px;
  align-items: stretch;
  margin-top: 36px
}

.ads-console-column {
  display: grid;
  gap: 12px
}

.ads-console-chip {
  min-height: 104px;
  padding: 18px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.ads-console-chip small {
  display: block;
  color: #86d5ff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10.5px;
  font-weight: 900;
  margin-bottom: 8px
}

.ads-console-chip b {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 6px
}

.ads-console-chip span {
  display: block;
  color: #aebed1;
  font-size: 13px;
  line-height: 1.45
}

.ads-console-core {
  min-height: 420px;
  padding: 26px;
  border-radius: 38px;
  border: 1px solid rgba(101, 212, 255, .28);
  background: radial-gradient(circle at 50% 0%, rgba(48, 167, 255, .22), transparent 38%), linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .045));
  box-shadow: var(--ads-shadow)
}

.ads-core-title {
  text-align: center;
  margin-bottom: 22px
}

.ads-core-title small {
  display: block;
  color: #86d5ff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  margin-bottom: 8px
}

.ads-core-title b {
  display: block;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -1px
}

.ads-flow-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px
}

.ads-flow-node {
  min-height: 150px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .11);
  background: rgba(255, 255, 255, .048);
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.ads-flow-node em {
  font-style: normal;
  color: #86d5ff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em
}

.ads-flow-node b {
  display: block;
  font-size: 18px;
  line-height: 1.15;
  margin: 10px 0 8px
}

.ads-flow-node span {
  display: block;
  color: #aebed1;
  font-size: 13px;
  line-height: 1.45
}

.ads-hero-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 18px
}

.ads-proof {
  padding: 15px;
  border-radius: 18px;
  border: 1px solid rgba(101, 212, 255, .16);
  background: rgba(48, 167, 255, .07);
  color: #cfe6ff;
  font-size: 12.5px;
  font-weight: 850;
  text-align: center;
  line-height: 1.35
}

.ads-leak-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: stretch
}

.ads-leak-intro {
  padding: 34px;
  border-radius: 36px
}

.ads-leak-intro h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.07;
  letter-spacing: -1.6px;
  margin: 14px 0 16px
}

.ads-leak-intro p {
  color: #bdccde;
  line-height: 1.76;
  margin: 0 0 16px
}

.ads-image-box {
  margin-top: 24px;
  min-height: 320px;
  border-radius: 28px;
  border: 1px solid rgba(101, 212, 255, .20);
  background: rgba(255, 255, 255, .045);
  overflow: hidden;
  position: relative
}

.ads-image-box img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  object-fit: cover;
  opacity: .92
}

.ads-image-box figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(7, 17, 31, .72);
  backdrop-filter: blur(14px);
  color: #b9c8da;
  font-size: 13px;
  line-height: 1.55
}

.ads-image-box figcaption b {
  display: block;
  color: #fff;
  margin-bottom: 5px
}

.ads-leak-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.ads-leak {
  min-height: 178px;
  padding: 22px;
  border-radius: 28px
}

.ads-leak em {
  font-style: normal;
  color: #86d5ff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em
}

.ads-leak b {
  display: block;
  font-size: 20px;
  line-height: 1.16;
  margin: 10px 0 8px
}

.ads-leak span {
  display: block;
  color: #aebed1;
  line-height: 1.58;
  font-size: 13.5px
}

.ads-spectrum {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch
}

.ads-spectrum-intro {
  position: relative;
  top: auto;
  padding: 32px;
  border-radius: 34px
}

.ads-spectrum-intro h2 {
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.4px;
  margin: 14px 0 14px
}

.ads-spectrum-intro p {
  margin: 0;
  color: #bdccde;
  line-height: 1.72;
  max-width: 920px
}

.ads-spectrum-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch
}

.ads-solution {
  min-height: 300px;
  padding: 24px;
  border-radius: 30px;
  display: flex;
  flex-direction: column
}

.ads-solution small {
  display: block;
  color: #86d5ff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 11px
}

.ads-solution h3 {
  font-size: 23px;
  line-height: 1.14;
  letter-spacing: -.5px;
  margin: 0 0 12px
}

.ads-solution p {
  margin: 0;
  color: #b5c5d8;
  line-height: 1.62;
  font-size: 14px
}

.ads-mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px
}

.ads-mini-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(101, 212, 255, .17);
  background: rgba(48, 167, 255, .075);
  color: #cfe6ff;
  font-size: 12px;
  font-weight: 800
}

.ads-factory {
  padding: 30px;
  border-radius: 38px;
  border: 1px solid rgba(101, 212, 255, .22);
  background: radial-gradient(circle at 50% 0%, rgba(48, 167, 255, .18), transparent 38%), rgba(255, 255, 255, .052)
}

.ads-factory-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  counter-reset: pipe
}

.ads-pipe {
  min-height: 260px;
  padding: 20px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, .11);
  background: rgba(255, 255, 255, .046);
  transition: .24s ease
}

.ads-pipe:hover {
  transform: translateY(-5px);
  border-color: rgba(101, 212, 255, .28);
  background: rgba(255, 255, 255, .072)
}

.ads-pipe:before {
  counter-increment: pipe;
  content: counter(pipe, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--ads-brand), var(--ads-brand2));
  color: #fff;
  font-weight: 900;
  margin-bottom: 16px
}

.ads-pipe h3 {
  font-size: 19px;
  line-height: 1.15;
  margin: 0 0 10px
}

.ads-pipe p {
  margin: 0;
  color: #b4c4d8;
  line-height: 1.58;
  font-size: 13.2px
}

.ads-usecase-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.ads-usecase {
  min-height: 260px;
  padding: 24px;
  border-radius: 28px
}

.ads-usecase small {
  display: block;
  color: #86d5ff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10.5px;
  font-weight: 900;
  margin-bottom: 10px
}

.ads-usecase h3 {
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 10px
}

.ads-usecase p {
  margin: 0;
  color: #b5c5d8;
  line-height: 1.62;
  font-size: 14px
}

.ads-usecase ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #a9b9cc;
  line-height: 1.68;
  font-size: 13.5px
}

.ads-architecture {
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  gap: 24px;
  align-items: stretch
}

.ads-arch-copy {
  padding: 32px;
  border-radius: 34px
}

.ads-arch-copy h2 {
  font-size: clamp(31px, 4vw, 50px);
  line-height: 1.07;
  letter-spacing: -1.6px;
  margin: 14px 0 16px
}

.ads-arch-copy p {
  color: #bdccde;
  line-height: 1.76;
  margin: 0 0 16px
}

.ads-arch-stack {
  padding: 28px;
  border-radius: 34px;
  border: 1px solid rgba(101, 212, 255, .22);
  background: radial-gradient(circle at 50% 0%, rgba(48, 167, 255, .19), transparent 38%), rgba(255, 255, 255, .052)
}

.ads-arch-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 13px;
  padding: 13px;
  border-radius: 21px;
  border: 1px solid rgba(255, 255, 255, .09);
  background: rgba(255, 255, 255, .04);
  margin-bottom: 12px
}

.ads-arch-row:last-child {
  margin-bottom: 0
}

.ads-arch-row b {
  display: block;
  color: #fff
}

.ads-arch-row span {
  display: block;
  color: #aebed1;
  line-height: 1.5;
  font-size: 13px
}

.ads-governance {
  display: grid;
  grid-template-columns: 1fr 72px 1fr;
  gap: 20px;
  align-items: stretch
}

.ads-gov-box {
  padding: 30px;
  border-radius: 34px
}

.ads-gov-box.risk {
  border-color: rgba(255, 189, 90, .18)
}

.ads-gov-box.control {
  border-color: rgba(101, 212, 255, .28);
  background: linear-gradient(180deg, rgba(48, 167, 255, .10), rgba(255, 255, 255, .045))
}

.ads-gov-box h3 {
  font-size: 31px;
  line-height: 1.08;
  letter-spacing: -1px;
  margin: 0 0 18px
}

.ads-gov-list {
  display: grid;
  gap: 12px
}

.ads-gov-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .09);
  background: rgba(255, 255, 255, .04)
}

.ads-gov-item i {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 900;
  background: rgba(255, 255, 255, .08);
  color: #86d5ff
}

.ads-gov-item b {
  display: block;
  margin-bottom: 5px
}

.ads-gov-item span {
  display: block;
  color: #aebed1;
  font-size: 13px;
  line-height: 1.45
}

.ads-arrow {
  display: grid;
  place-items: center;
  border-radius: 28px;
  border: 1px solid rgba(101, 212, 255, .20);
  background: rgba(48, 167, 255, .08);
  font-size: 30px;
  color: #bfe6ff;
  font-weight: 900
}

.ads-lab {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: stretch
}

.ads-lab-left {
  padding: 34px;
  border-radius: 36px
}

.ads-lab-left h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.07;
  letter-spacing: -1.6px;
  margin: 14px 0 16px
}

.ads-lab-left p {
  color: #bdccde;
  line-height: 1.76;
  margin: 0 0 16px
}

.ads-lab-checks {
  display: grid;
  gap: 12px;
  margin-top: 22px
}

.ads-lab-check {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .045)
}

.ads-lab-check b {
  display: block;
  margin-bottom: 5px
}

.ads-lab-check span {
  display: block;
  color: #aebed1;
  line-height: 1.5;
  font-size: 13.5px
}

.ads-lab-board {
  display: grid;
  gap: 13px
}

.ads-lab-stage {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: stretch;
  padding: 16px;
  border-radius: 28px
}

.ads-stage-title {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(101, 212, 255, .18);
  background: rgba(48, 167, 255, .075)
}

.ads-stage-title small {
  display: block;
  color: #86d5ff;
  font-weight: 900;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px
}

.ads-stage-title b {
  display: block;
  font-size: 17px;
  line-height: 1.18
}

.ads-stage-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px
}

.ads-stage-body span {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .09);
  background: rgba(255, 255, 255, .043);
  color: #cfe0f2;
  font-size: 13px;
  line-height: 1.35
}

.ads-outcomes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.ads-outcome {
  min-height: 300px;
  padding: 26px;
  border-radius: 28px
}

.ads-outcome small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #74c8ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 14px
}

.ads-outcome small:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #4fc3ff;
  box-shadow: 0 0 18px rgba(79, 195, 255, .45)
}

.ads-outcome h3 {
  font-size: 23px;
  line-height: 1.15;
  margin: 0 0 12px
}

.ads-outcome p {
  margin: 0;
  color: #b8c9dc;
  line-height: 1.65;
  font-size: 14px
}

.ads-outcome ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: #d8e7f8;
  line-height: 1.68;
  font-size: 13.5px
}

.ads-faq {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: start
}

.ads-faq-intro {
  padding: 32px;
  border-radius: 34px
}

.ads-faq-intro h2 {
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.08;
  letter-spacing: -1.4px;
  margin: 14px 0 16px
}

.ads-faq-intro p {
  margin: 0;
  color: #bdccde;
  line-height: 1.74
}

.ads-faq-list {
  display: grid;
  gap: 13px
}

.ads-faq-list details {
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .055);
  border-radius: 22px;
  padding: 20px 21px
}

.ads-faq-list summary {
  cursor: pointer;
  font-weight: 900;
  color: #fff
}

.ads-faq-list p {
  margin: 14px 0 0;
  color: #b4c4d8;
  line-height: 1.7
}

.ads-final {
  padding: 1px;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(101, 212, 255, .36), rgba(255, 255, 255, .09), rgba(18, 100, 216, .34));
  box-shadow: var(--ads-shadow)
}

.ads-final-inner {
  border-radius: 37px;
  padding: 48px;
  background: radial-gradient(circle at 82% 10%, rgba(48, 167, 255, .25), transparent 34%), rgba(255, 255, 255, .065);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center
}

.ads-final h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.06;
  letter-spacing: -1.5px;
  margin: 0 0 14px
}

.ads-final p {
  color: #bfd0e2;
  line-height: 1.7;
  margin: 0;
  max-width: 780px
}

@media (max-width: 1100px) {
  .ads-automation-console, .ads-leak-grid, .ads-architecture, .ads-governance, .ads-lab, .ads-faq {
    grid-template-columns: 1fr
  }

  .ads-factory-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .ads-usecase-wall, .ads-outcomes {
    grid-template-columns: repeat(2, 1fr)
  }

  .ads-arrow {
    min-height: 72px
  }
}

@media (max-width: 760px) {
  .ads-container {
    width: min(100% -28px, 1200px)
  }

  .ads-page section {
    padding: 58px 0
  }

  .ads-hero {
    padding: 50px 0 56px !important
  }

  .ads-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
    letter-spacing: -1.3px
  }

  .ads-lead {
    font-size: 15.5px
  }

  .ads-flow-board, .ads-hero-proof, .ads-leak-list, .ads-spectrum-grid, .ads-factory-grid, .ads-usecase-wall, .ads-stage-body, .ads-outcomes {
    grid-template-columns: 1fr
  }

  .ads-solution {
    min-height: auto
  }

  .ads-arch-row, .ads-lab-stage {
    grid-template-columns: 1fr
  }

  .ads-final-inner {
    grid-template-columns: 1fr;
    padding: 28px
  }

  .ads-btn {
    width: 100%
  }
}

.ads-hero-bg{
    position:relative;
    overflow:hidden;
}

.ads-hero-bg::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;

    background:
        linear-gradient(
            180deg,
            rgba(7,17,31,.76) 0%,
            rgba(7,17,31,.7) 15%,
            rgba(7,17,31,.94) 100%
        ),
        url("../images/automation-data-hero-bg.png");

    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;

    opacity:.68;
}

.ads-hero-bg::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;

    background:
        radial-gradient(circle at 15% 18%, rgba(101,212,255,.10), transparent 28%),
        radial-gradient(circle at 85% 18%, rgba(101,212,255,.08), transparent 24%);

    pointer-events:none;
}

.ads-hero-bg > .ads-container{
    position:relative;
    z-index:2;
}

.ads-spectrum-section{
    position:relative;
    overflow:hidden;
}

.ads-spectrum-section::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;

    background:
        linear-gradient(
            180deg,
            rgba(7,17,31,.88) 0%,
            rgba(7,17,31,.75) 10%,
            rgba(7,17,31,.97) 100%
        ),
        url("../images/automation-solution-spectrum-bg.png");

    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;

    opacity:.9;
}

.ads-spectrum-section::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;

    background:
        radial-gradient(
            circle at 12% 15%,
            rgba(101,212,255,.08),
            transparent 26%
        ),
        radial-gradient(
            circle at 88% 18%,
            rgba(101,212,255,.06),
            transparent 24%
        );

    pointer-events:none;
}

.ads-spectrum-section > .ads-container{
    position:relative;
    z-index:2;
}

.ads-usecases-section{
    position:relative;
    overflow:hidden;
}

.ads-usecases-section::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;

    background:
        linear-gradient(
            180deg,
            rgba(7,17,31,.88) 0%,
            rgba(7,17,31,.65) 10%,
            rgba(7,17,31,.97) 100%
        ),
        url("../images/automation-use-cases-bg.png");

    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;

    opacity:.9;
}

.ads-usecases-section::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;

    background:
        radial-gradient(
            circle at 15% 15%,
            rgba(101,212,255,.08),
            transparent 28%
        ),
        radial-gradient(
            circle at 85% 18%,
            rgba(101,212,255,.06),
            transparent 24%
        );

    pointer-events:none;
}

.ads-usecases-section > .ads-container{
    position:relative;
    z-index:2;
}

.ads-process-section{
    position:relative;
    overflow:hidden;
}

.ads-process-section::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;

    background:
        linear-gradient(
            180deg,
            rgba(7,17,31,.88) 0%,
            rgba(7,17,31,.8) 10%,
            rgba(7,17,31,.97) 100%
        ),
        url("../images/automation-process-bg.png");

    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;

    opacity:.72;
}

.ads-process-section::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;

    background:
        radial-gradient(
            circle at 15% 15%,
            rgba(101,212,255,.08),
            transparent 28%
        ),
        radial-gradient(
            circle at 85% 18%,
            rgba(101,212,255,.06),
            transparent 24%
        );

    pointer-events:none;
}

.ads-process-section > .ads-container{
    position:relative;
    z-index:2;
}

.ads-arch-row{
    position:relative;
    overflow:hidden;

    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}

.ads-arch-row::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:0;
    transition:opacity .25s ease;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(101,212,255,.08),
            transparent
        );
}

.ads-arch-row:hover{
    transform:translateX(6px);

    border-color:rgba(101,212,255,.28);

    box-shadow:
        0 20px 60px rgba(0,0,0,.25);
}

.ads-arch-row:hover::before{
    opacity:1;
}