/* ============================= */
/* INFRASTRUCTURE SYSTEMS PAGE */
/* ============================= */

/* ============================= */
/* HERO */
/* ============================= */

.page-hero.infrastructure-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  padding: 160px 8vw 100px;
  overflow: hidden;
}

.infrastructure-hero .page-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 20%, rgba(41, 93, 255, 0.18), transparent 28%),
    radial-gradient(circle at 80% 22%, rgba(0, 166, 255, 0.10), transparent 22%),
    linear-gradient(180deg, rgba(5, 5, 6, 0.12), rgba(5, 5, 6, 0.30)),
    url("../../assets/images/site images/13.png") center center / cover no-repeat;
}

.infrastructure-hero .page-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.16;
  mask-image: radial-gradient(circle at center, black 58%, transparent 95%);
}

.infrastructure-hero .page-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.70) 0%, rgba(5, 5, 6, 0.46) 34%, rgba(5, 5, 6, 0.18) 62%, rgba(5, 5, 6, 0) 100%),
    linear-gradient(to bottom, rgba(5, 5, 6, 0.08), rgba(5, 5, 6, 0.26));
  z-index: 1;
}

.infrastructure-hero .page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.infrastructure-page-logo {
  width: 156px;
  height: auto;
  object-fit: contain;
  margin-bottom: 18px;
  opacity: 0.96;
}

.hero-context-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.54);
}

.infrastructure-hero h1 {
  max-width: min(24ch, 100%);
  margin-bottom: 20px;
  text-wrap: balance;
}

.infrastructure-hero p {
  max-width: 580px;
  margin-bottom: 30px;
}

.page-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ============================= */
/* DROPDOWN SUPPORT */
/* ============================= */

.systems-dropdown {
}

.industries-inline-card {
  margin-top: 18px;
}

.industries-inline-card .menu-card-image {
  height: 126px;
}

.image-industries-supported::before {
  background:
    radial-gradient(circle at 24% 24%, rgba(41, 93, 255, 0.24), transparent 20%),
    radial-gradient(circle at 76% 72%, rgba(0, 166, 255, 0.18), transparent 18%),
    linear-gradient(135deg, #08111f, #111a2f 46%, #050506);
}

/* ============================= */
/* OVERVIEW */
/* ============================= */

.infrastructure-overview-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: start;
}

.infrastructure-overview-copy p + p {
  margin-top: 12px;
}

.infrastructure-overview-panel {
  position: relative;
  padding: 30px 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.032);
  border: 1px solid rgba(255, 255, 255, 0.065);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.20);
  overflow: hidden;
}

.infrastructure-overview-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.012) 28%,
    transparent 58%
  );
  pointer-events: none;
}

.infrastructure-overview-panel h3 {
  margin-bottom: 12px;
}

.infrastructure-overview-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.infrastructure-overview-list li {
  list-style: none;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
}

.infrastructure-overview-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #295dff, #00a6ff);
  box-shadow: 0 0 14px rgba(41, 93, 255, 0.35);
}

/* ============================= */
/* FUNCTION CARDS */
/* ============================= */

.infrastructure-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.infrastructure-card {
  position: relative;
  padding: 30px 26px 26px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.065);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.20);
  transition:
    transform 0.32s ease,
    background 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease;
  overflow: hidden;
}

.infrastructure-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.01) 26%,
    transparent 55%
  );
  pointer-events: none;
}

.infrastructure-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.046);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.02) inset;
}

.infrastructure-card-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.infrastructure-card h3 {
  margin-bottom: 10px;
}

.infrastructure-card p {
  max-width: 30ch;
}

/* ============================= */
/* SUPPORT SECTION */
/* ============================= */

.infrastructure-support-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: start;
}

.infrastructure-support-stack {
  display: grid;
  gap: 18px;
}

.infrastructure-support-card {
  position: relative;
  padding: 24px 24px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.038);
  border: 1px solid rgba(255, 255, 255, 0.065);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.20);
  transition:
    transform 0.32s ease,
    background 0.32s ease,
    border-color 0.32s ease;
}

.infrastructure-support-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.052);
  border-color: rgba(255, 255, 255, 0.12);
}

.infrastructure-support-kicker {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.infrastructure-support-card h3 {
  margin-bottom: 8px;
}

/* ============================= */
/* CTA */
/* ============================= */

.infrastructure-cta-strip {
  position: relative;
  padding: 42px 34px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 22% 28%, rgba(41, 93, 255, 0.10), transparent 24%),
    radial-gradient(circle at 76% 72%, rgba(0, 166, 255, 0.08), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.018));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.infrastructure-cta-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.012) 26%,
    transparent 55%
  );
  pointer-events: none;
}

.infrastructure-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.infrastructure-cta-copy h2 {
  margin-bottom: 12px;
  max-width: 14ch;
}

.infrastructure-cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* ============================= */
/* SECTION VARIANT */
/* ============================= */

.section-soft {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent);
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 1100px) {
  .infrastructure-overview-grid,
  .infrastructure-support-layout,
  .infrastructure-cta-inner {
    grid-template-columns: 1fr;
  }

  .infrastructure-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .page-hero.infrastructure-hero {
    padding: 140px 6vw 80px;
    min-height: 78vh;
  }

  .infrastructure-card-grid {
    grid-template-columns: 1fr;
  }

  .systems-dropdown {
  }

  .industries-inline-card {
    display: none;
  }
}

@media (max-width: 680px) {
  .infrastructure-page-logo {
    width: 136px;
  }

  .infrastructure-cta-strip {
    padding: 30px 24px;
  }

  .page-hero-actions,
  .infrastructure-cta-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
