/*
 * Site overrides load after styles/hybrid.css.
 *
 * Keep generated/base CSS stable. Put scoped repairs here instead of appending
 * more global rules to hybrid.css.
 */

/* Footer addresses: preserve the two-line address guideline on desktop. */
@media (min-width: 1280px) {
  .site-footer .footer-brand-block {
    width: min(100%, 47rem) !important;
  }

  .site-footer .footer-links-grid {
    width: min(100%, 36rem) !important;
    gap: 2rem clamp(2.25rem, 3vw, 3.25rem) !important;
  }

  .site-footer .footer-addresses {
    grid-template-columns: minmax(18rem, 0.92fr) minmax(22.5rem, 1.18fr) !important;
    gap: 1rem clamp(1.35rem, 2vw, 2rem) !important;
  }
}

/* Products Spectrum: borderless multi-device software visual. */
body[data-page="products"][data-design="old"] .spectrum-visual {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="products"][data-design="old"] .spectrum-device-composite {
  display: grid !important;
  place-items: center !important;
  width: min(112%, 52rem) !important;
  margin: 0 -4% 0 -2% !important;
}

body[data-page="products"][data-design="old"] .spectrum-device-composite-image {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  filter: none !important;
}

@media (max-width: 1020px) {
  body[data-page="products"][data-design="old"] .spectrum-device-composite {
    width: min(100%, 46rem) !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 680px) {
  body[data-page="products"][data-design="old"] .spectrum-device-composite {
    width: 108% !important;
    margin: 0 -4% !important;
  }
}

/* Legal pages: scannable policy layout with a sticky section index. */
body[data-page="legal"][data-design="old"] .legal-page-section {
  width: min(1180px, calc(100vw - 2rem)) !important;
  padding: clamp(7rem, 14vh, 9.5rem) 0 clamp(4rem, 7vw, 6rem) !important;
}

body[data-page="legal"][data-design="old"] .legal-hero-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.36fr) !important;
  gap: clamp(1.4rem, 3vw, 3.5rem) !important;
  align-items: end !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 0 clamp(1.5rem, 3vw, 2.4rem) !important;
  border-bottom: 1px solid rgba(8, 61, 119, 0.16) !important;
}

body[data-page="legal"][data-design="old"] .legal-header-copy {
  display: grid !important;
  gap: 0.85rem !important;
  max-width: 47rem !important;
}

body[data-page="legal"][data-design="old"] .legal-page-kicker {
  width: fit-content !important;
  margin: 0 !important;
  color: #2d93ad !important;
  font-size: clamp(0.72rem, 0.8vw, 0.84rem) !important;
  font-weight: 820 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body[data-page="legal"][data-design="old"] .legal-page-section h1 {
  max-width: 11ch !important;
  margin: 0 !important;
  color: #071525 !important;
  font-size: clamp(3rem, 7.2vw, 5.9rem) !important;
  line-height: 0.94 !important;
  letter-spacing: 0 !important;
}

body[data-page="legal"][data-design="old"] .legal-page-meta {
  margin: 0 !important;
  color: rgba(7, 21, 37, 0.68) !important;
  font-size: clamp(0.82rem, 0.92vw, 0.96rem) !important;
  font-weight: 760 !important;
}

body[data-page="legal"][data-design="old"] .legal-page-intro {
  max-width: 45rem !important;
  margin: 0 !important;
  color: rgba(7, 21, 37, 0.7) !important;
  font-size: clamp(1.02rem, 1.24vw, 1.2rem) !important;
  line-height: 1.55 !important;
}

body[data-page="legal"][data-design="old"] .legal-status-panel {
  display: grid !important;
  gap: 0.45rem !important;
  padding: clamp(1rem, 1.6vw, 1.35rem) !important;
  border: 1px solid rgba(8, 61, 119, 0.14) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.76) !important;
  box-shadow: 0 24px 70px rgba(8, 32, 57, 0.09) !important;
}

body[data-page="legal"][data-design="old"] .legal-status-panel span,
body[data-page="legal"][data-design="old"] .legal-summary-item span {
  color: #2d93ad !important;
  font-size: clamp(0.68rem, 0.76vw, 0.78rem) !important;
  font-weight: 820 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body[data-page="legal"][data-design="old"] .legal-status-panel strong {
  color: #071525 !important;
  font-size: clamp(1rem, 1.18vw, 1.12rem) !important;
  line-height: 1.25 !important;
}

body[data-page="legal"][data-design="old"] .legal-status-panel p {
  margin: 0 !important;
  color: rgba(7, 21, 37, 0.68) !important;
  font-size: clamp(0.88rem, 0.95vw, 0.98rem) !important;
  line-height: 1.48 !important;
}

body[data-page="legal"][data-design="old"] .legal-summary-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin: clamp(1.1rem, 2vw, 1.6rem) 0 clamp(2.1rem, 4vw, 3.4rem) !important;
  overflow: hidden !important;
  border: 1px solid rgba(8, 61, 119, 0.14) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.56) !important;
}

body[data-page="legal"][data-design="old"] .legal-summary-item {
  display: grid !important;
  gap: 0.42rem !important;
  min-width: 0 !important;
  padding: clamp(0.9rem, 1.45vw, 1.2rem) !important;
  border-left: 1px solid rgba(8, 61, 119, 0.12) !important;
}

body[data-page="legal"][data-design="old"] .legal-summary-item:first-child {
  border-left: 0 !important;
}

body[data-page="legal"][data-design="old"] .legal-summary-item strong {
  color: #071525 !important;
  font-size: clamp(0.95rem, 1vw, 1.08rem) !important;
  line-height: 1.22 !important;
}

body[data-page="legal"][data-design="old"] .legal-layout {
  display: grid !important;
  grid-template-columns: minmax(13.5rem, 0.24fr) minmax(0, 1fr) !important;
  gap: clamp(1.4rem, 3vw, 3.25rem) !important;
  align-items: start !important;
}

body[data-page="legal"][data-design="old"] .legal-toc {
  position: sticky !important;
  top: 7.25rem !important;
  display: grid !important;
  gap: 0.75rem !important;
  padding: 1rem !important;
  border: 1px solid rgba(8, 61, 119, 0.13) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.7) !important;
}

body[data-page="legal"][data-design="old"] .legal-toc p {
  margin: 0 !important;
  color: #071525 !important;
  font-size: 0.78rem !important;
  font-weight: 820 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body[data-page="legal"][data-design="old"] .legal-toc ol {
  display: grid !important;
  gap: 0.36rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body[data-page="legal"][data-design="old"] .legal-toc a {
  display: block !important;
  padding: 0.26rem 0 !important;
  color: rgba(7, 21, 37, 0.66) !important;
  font-size: clamp(0.84rem, 0.9vw, 0.94rem) !important;
  font-weight: 680 !important;
  line-height: 1.3 !important;
  transition: color 160ms ease !important;
}

body[data-page="legal"][data-design="old"] .legal-toc a:hover,
body[data-page="legal"][data-design="old"] .legal-toc a:focus-visible {
  color: #083d77 !important;
}

body[data-page="legal"][data-design="old"] .legal-document {
  display: grid !important;
  gap: 0 !important;
  padding: 0 !important;
  border-top: 1px solid rgba(8, 61, 119, 0.14) !important;
}

body[data-page="legal"][data-design="old"] .legal-section-block,
body[data-page="legal"][data-design="old"] .legal-document .legal-section-block:first-child {
  display: grid !important;
  grid-template-columns: minmax(10rem, 0.28fr) minmax(0, 1fr) !important;
  gap: clamp(1rem, 2vw, 2rem) !important;
  padding: clamp(1.55rem, 2.6vw, 2.4rem) 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(8, 61, 119, 0.14) !important;
}

body[data-page="legal"][data-design="old"] .legal-section-block h2 {
  margin: 0 !important;
  color: #071525 !important;
  font-size: clamp(1.08rem, 1.35vw, 1.36rem) !important;
  font-weight: 820 !important;
  line-height: 1.12 !important;
}

body[data-page="legal"][data-design="old"] .legal-section-copy {
  display: grid !important;
  gap: 0.85rem !important;
  min-width: 0 !important;
  max-width: 52rem !important;
}

body[data-page="legal"][data-design="old"] .legal-section-block h3 {
  margin: 0.35rem 0 -0.15rem !important;
  color: #083d77 !important;
  font-size: clamp(0.96rem, 1.06vw, 1.08rem) !important;
  font-weight: 820 !important;
  line-height: 1.25 !important;
}

body[data-page="legal"][data-design="old"] .legal-section-block p,
body[data-page="legal"][data-design="old"] .legal-section-block p:last-child,
body[data-page="legal"][data-design="old"] .legal-list li {
  margin: 0 !important;
  color: rgba(7, 21, 37, 0.72) !important;
  font-size: clamp(0.96rem, 1.02vw, 1.05rem) !important;
  font-weight: 450 !important;
  line-height: 1.62 !important;
}

body[data-page="legal"][data-design="old"] .legal-section-block a,
body[data-page="legal"][data-design="old"] .legal-summary-item a {
  color: #083d77 !important;
  font-weight: 780 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.18em !important;
}

body[data-page="legal"][data-design="old"] .legal-list {
  display: grid !important;
  gap: 0.58rem !important;
  margin: 0 !important;
  padding-left: 1.05rem !important;
}

body[data-page="legal"][data-design="old"] .legal-note {
  display: grid !important;
  gap: 0.45rem !important;
  padding: 0.95rem 1rem !important;
  border-left: 3px solid #2d93ad !important;
  border-radius: 8px !important;
  background: rgba(45, 147, 173, 0.08) !important;
}

body[data-page="legal"][data-design="old"] .legal-note strong {
  color: #071525 !important;
}

body[data-page="legal"][data-design="old"] .legal-contact-block {
  background: transparent !important;
}

@media (max-width: 980px) {

  body[data-page="legal"][data-design="old"] .legal-hero-panel,
  body[data-page="legal"][data-design="old"] .legal-layout,
  body[data-page="legal"][data-design="old"] .legal-section-block,
  body[data-page="legal"][data-design="old"] .legal-document .legal-section-block:first-child {
    grid-template-columns: 1fr !important;
  }

  body[data-page="legal"][data-design="old"] .legal-page-section h1 {
    max-width: 13ch !important;
  }

  body[data-page="legal"][data-design="old"] .legal-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-page="legal"][data-design="old"] .legal-summary-item:nth-child(odd) {
    border-left: 0 !important;
  }

  body[data-page="legal"][data-design="old"] .legal-toc {
    position: static !important;
  }

  body[data-page="legal"][data-design="old"] .legal-toc ol {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  body[data-page="legal"][data-design="old"] .legal-page-section {
    width: min(100vw - 1.25rem, 1180px) !important;
    padding-top: clamp(6.5rem, 18vw, 7.5rem) !important;
  }

  body[data-page="legal"][data-design="old"] .legal-page-section h1 {
    font-size: clamp(2.55rem, 15vw, 3.55rem) !important;
  }

  body[data-page="legal"][data-design="old"] .legal-summary-grid,
  body[data-page="legal"][data-design="old"] .legal-toc ol {
    grid-template-columns: 1fr !important;
  }

  body[data-page="legal"][data-design="old"] .legal-summary-item {
    border-left: 0 !important;
    border-top: 1px solid rgba(8, 61, 119, 0.12) !important;
  }

  body[data-page="legal"][data-design="old"] .legal-summary-item:first-child {
    border-top: 0 !important;
  }
}

/* About hero: keep the headline to two intentional desktop lines. */
body[data-page="about"][data-design="old"] .about-hero-copy h1 {
  max-width: min(92vw, 12.5em) !important;
  text-wrap: normal !important;
}

body[data-page="about"][data-design="old"] .about-hero-title-line {
  display: block;
  white-space: nowrap;
}

@media (max-width: 640px) {
  body[data-page="about"][data-design="old"] .about-hero-copy h1 {
    max-width: 13ch !important;
    text-wrap: balance !important;
  }

  body[data-page="about"][data-design="old"] .about-hero-title-line {
    display: inline;
    white-space: normal;
  }
}

/* About board: keep Ranganath's role on one line. */
body[data-page="about"][data-design="old"] .about-person-card-ranganath .about-person-copy p {
  max-width: none !important;
  white-space: nowrap !important;
}

/* About headlines: remove the teal-to-gold accent pattern page-wide. */
body[data-page="about"][data-design="old"] .about-leadership-heading::after,
body[data-page="about"][data-design="old"] .partners-header-group::after,
body[data-page="about"][data-design="old"] .partners-investors-left h2::after,
body[data-page="about"][data-design="old"] .partners-header-line {
  background: #2d93ad !important;
}

body[data-page="about"][data-design="old"] .about-partners-unified::before,
body[data-page="about"][data-design="old"] .partners-block::before {
  background:
    linear-gradient(90deg, transparent 0%, rgba(45, 147, 173, 0.38) 22%, rgba(45, 147, 173, 0.7) 50%, rgba(45, 147, 173, 0.38) 78%, transparent 100%) !important;
}

/* Contact hero spacing: stronger separation from header, copy, and form. */
body[data-page="contact"][data-design="old"] .contact-lead-hero {
  padding-top: clamp(9.25rem, 12vw, 13rem) !important;
  padding-bottom: clamp(4rem, 6vw, 6rem) !important;
}

body[data-page="contact"][data-design="old"] .contact-lead-hero .contact-immersive-grid {
  gap: clamp(2.75rem, 4.5vw, 4.75rem) !important;
}

body[data-page="contact"][data-design="old"] .contact-hero-copy {
  gap: clamp(1.05rem, 1.7vw, 1.55rem) !important;
}

@media (max-width: 900px) {
  body[data-page="contact"][data-design="old"] .contact-lead-hero {
    padding-top: clamp(7.5rem, 18vw, 9rem) !important;
  }

  body[data-page="contact"][data-design="old"] .contact-lead-hero .contact-immersive-grid {
    gap: clamp(2rem, 7vw, 3rem) !important;
  }
}

/* Contact validation states. */
body[data-page="contact"][data-design="old"] .contact-field-error {
  display: block !important;
  margin-top: 0.3rem !important;
  color: #a51d2d !important;
  font-size: clamp(0.68rem, 0.72vw, 0.76rem) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body[data-page="contact"][data-design="old"] .contact-field-error[hidden] {
  display: none !important;
}

body[data-page="contact"][data-design="old"] .lead-intake-form input[aria-invalid="true"],
body[data-page="contact"][data-design="old"] .lead-intake-form select[aria-invalid="true"],
body[data-page="contact"][data-design="old"] .lead-intake-form textarea[aria-invalid="true"],
body[data-page="contact"][data-design="old"] .quick-contact-form input[aria-invalid="true"],
body[data-page="contact"][data-design="old"] .quick-contact-form select[aria-invalid="true"],
body[data-page="contact"][data-design="old"] .quick-contact-form textarea[aria-invalid="true"] {
  border-color: rgba(165, 29, 45, 0.82) !important;
  box-shadow: 0 0 0 3px rgba(165, 29, 45, 0.12) !important;
}

body[data-page="contact"][data-design="old"] .contact-choice-field.is-invalid {
  border-color: rgba(165, 29, 45, 0.5) !important;
}

body[data-page="contact"][data-design="old"] .contact-options input[type="radio"][aria-invalid="true"] {
  outline: 2px solid rgba(165, 29, 45, 0.7) !important;
  outline-offset: 2px !important;
}

/* Contact process background: Indra gradient belongs behind the content. */
body[data-page="contact"][data-design="old"] .contact-process-section {
  background:
    linear-gradient(90deg, rgba(8, 45, 84, 0.88), rgba(8, 61, 119, 0.62)),
    linear-gradient(118deg, #083d77 0%, #0e5d7f 24%, #2d93ad 48%, #6ea6a3 64%, #dbb884 78%, #083d77 100%) !important;
  background-size: 100% 100%, 320% 320% !important;
  background-position: 0 0, 0% 50% !important;
  animation: indra-contact-process-gradient 10s ease-in-out infinite alternate !important;
  will-change: background-position !important;
}

@keyframes indra-contact-process-gradient {
  0% {
    background-position: 0 0, 0% 42%;
  }

  50% {
    background-position: 0 0, 72% 58%;
  }

  100% {
    background-position: 0 0, 100% 46%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="contact"][data-design="old"] .contact-process-section {
    background-size: 100% 100%, 100% 100% !important;
    background-position: 0 0, 50% 50% !important;
    animation: none !important;
  }
}

/* Home impact stats: keep the number and unit as two stable rows. */
body[data-page="home"][data-design="old"] .impact-stat-item {
  padding-inline: clamp(1.2rem, 2vw, 1.65rem) !important;
}

body[data-page="home"][data-design="old"] .impact-index {
  display: block !important;
  width: 100% !important;
  white-space: normal !important;
  font-size: clamp(2.35rem, 3.05vw, 3rem) !important;
  line-height: 0.96 !important;
}

body[data-page="home"][data-design="old"] .impact-number,
body[data-page="home"][data-design="old"] .impact-unit {
  display: block !important;
  white-space: nowrap !important;
}

body[data-page="home"][data-design="old"] .impact-unit {
  margin-top: 0.02em !important;
}

@media (max-width: 560px) {
  body[data-page="home"][data-design="old"] .impact-stats-left {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home"][data-design="old"] .impact-stat-step .impact-stat-item {
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
  }

  body[data-page="home"][data-design="old"] .impact-stat-step:first-child .impact-stat-item {
    border-top: 0 !important;
  }
}

/* Home ElectroX list: keep the two divider rules visually identical. */
body[data-page="home"][data-design="old"] .electrox-core-list-block {
  --electrox-list-rule: rgba(8, 61, 119, 0.14);
  width: 100% !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  background-image:
    linear-gradient(var(--electrox-list-rule), var(--electrox-list-rule)),
    linear-gradient(var(--electrox-list-rule), var(--electrox-list-rule)) !important;
  background-repeat: no-repeat !important;
  background-position: 0 0, 0 100% !important;
  background-size: 100% 1px, 100% 1px !important;
}

body[data-page="home"][data-design="old"] .electrox-core-list-block+p {
  border-top: 0 !important;
}

/* Home Built Different intro: match the ElectroX supporting paragraph treatment. */
body[data-page="home"][data-design="old"] .why-indra-grid-header p,
body[data-page="home"][data-design="old"] .why-indra-grid-header p:last-child {
  max-width: 35rem !important;
  color: rgba(5, 6, 7, 0.62) !important;
  font-size: var(--type-h5) !important;
  font-weight: var(--weight-h5) !important;
  line-height: var(--line-h5) !important;
  letter-spacing: 0 !important;
}

/* Home mission image: use the supplied split composition as a single responsive asset. */
body[data-page="home"][data-design="old"] .mission-proof-layout {
  grid-template-columns: minmax(0, 32rem) minmax(24rem, 34rem) !important;
  justify-content: center !important;
  gap: clamp(2rem, 4vw, 4rem) !important;
  align-items: center !important;
  width: min(1260px, calc(100vw - 4rem)) !important;
}

body[data-page="home"][data-design="old"] .mission-proof-visual {
  display: grid !important;
  place-items: center !important;
  justify-self: center !important;
  width: min(100%, 34rem) !important;
  min-height: 0 !important;
  aspect-ratio: 1307 / 1400 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  isolation: auto !important;
}

body[data-page="home"][data-design="old"] .mission-proof-visual::before,
body[data-page="home"][data-design="old"] .mission-proof-visual::after {
  display: none !important;
}

body[data-page="home"][data-design="old"] .mission-proof-composition,
body[data-page="home"][data-design="old"] .mission-proof-composition .mission-proof-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

body[data-page="home"][data-design="old"] .mission-proof-composition .mission-proof-image {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: none !important;
  transform: none !important;
}

body[data-page="home"][data-design="old"] .mission-proof-copy {
  justify-self: start !important;
}

body[data-page="home"][data-design="old"] .mission-proof-label {
  display: none !important;
}

@media (max-width: 760px) {
  body[data-page="home"][data-design="old"] .mission-proof-layout {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home"][data-design="old"] .mission-proof-visual {
    width: min(100%, 31rem) !important;
    min-height: 0 !important;
    aspect-ratio: 1307 / 1400 !important;
  }
}

/* Home products intro copy. */
body[data-page="home"][data-design="old"] .solutions-showcase-header .lead {
  max-width: 35rem !important;
  color: rgba(5, 6, 7, 0.62) !important;
  font-size: var(--type-h5) !important;
  font-weight: var(--weight-h5) !important;
  line-height: var(--line-h5) !important;
  letter-spacing: 0 !important;
}

/* Home logo band: plain packed white section. */
body[data-page="home"][data-design="old"] #resource-spotlight {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: max(1rem, calc((100vw - 1320px) / 2)) !important;
  padding-right: max(1rem, calc((100vw - 1320px) / 2)) !important;
  padding-top: clamp(1rem, 2vw, 1.8rem) !important;
  padding-bottom: clamp(2rem, 4vw, 3.5rem) !important;
  gap: clamp(1.4rem, 2.8vw, 2.4rem) !important;
  background: #ffffff !important;
  border: 0 !important;
}

body[data-page="home"][data-design="old"] #resource-spotlight .client-logo-marquee::before {
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0)) !important;
}

body[data-page="home"][data-design="old"] #resource-spotlight .client-logo-marquee::after {
  background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0)) !important;
}

body[data-page="home"][data-design="old"] #resource-spotlight .client-logo-item {
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body[data-page="home"][data-design="old"] #resource-spotlight .featured-logo-marquee {
  --featured-logo-slot-height: clamp(6.75rem, 7.5vw, 7.9rem);
  --featured-logo-canvas: clamp(5.4rem, 6.2vw, 6.7rem);
  --featured-logo-scale: 1;
  padding-top: clamp(0.75rem, 1.2vw, 1rem) !important;
  padding-bottom: clamp(0.75rem, 1.2vw, 1rem) !important;
}

body[data-page="home"][data-design="old"] #resource-spotlight .featured-logo-marquee .client-logo-track {
  align-items: center !important;
}

body[data-page="home"][data-design="old"] #resource-spotlight .featured-logo-marquee .client-logo-item {
  height: var(--featured-logo-slot-height) !important;
  overflow: visible !important;
}

body[data-page="home"][data-design="old"] #resource-spotlight .featured-logo-marquee .client-logo-item img {
  width: var(--featured-logo-canvas) !important;
  height: var(--featured-logo-canvas) !important;
  max-width: 100% !important;
  max-height: calc(var(--featured-logo-slot-height) - 0.55rem) !important;
  object-fit: contain !important;
  transform: translate(var(--logo-x, 0), var(--logo-y, 0)) scale(var(--featured-logo-scale)) !important;
  transform-origin: center !important;
}

body[data-page="home"][data-design="old"] #resource-spotlight .featured-logo-marquee .client-logo-item:hover img {
  transform: translate(var(--logo-x, 0), var(--logo-y, 0)) scale(calc(var(--featured-logo-scale) * 1.025)) !important;
}

body[data-page="home"][data-design="old"] #resource-spotlight .featured-logo-marquee img[src*="forbes"],
body[data-page="home"][data-design="old"] #resource-spotlight .featured-logo-marquee img[src*="HindustanTimes"],
body[data-page="home"][data-design="old"] #resource-spotlight .featured-logo-marquee img[src*="yourstory"],
body[data-page="home"][data-design="old"] #resource-spotlight .featured-logo-marquee img[src*="Cleantech"],
body[data-page="home"][data-design="old"] #resource-spotlight .featured-logo-marquee img[src*="Joshtalks"],
body[data-page="home"][data-design="old"] #resource-spotlight .featured-logo-marquee img[src*="firstpost"] {
  --featured-logo-canvas: clamp(5.9rem, 6.6vw, 7.05rem);
  --featured-logo-scale: 0.96;
}

body[data-page="home"][data-design="old"] #resource-spotlight .featured-logo-marquee img[src*="globalwaterawards"] {
  --featured-logo-canvas: clamp(5.35rem, 6vw, 6.4rem);
  --featured-logo-scale: 0.98;
}

body[data-page="home"][data-design="old"] #resource-spotlight .featured-logo-marquee img[src*="UnitedNation"],
body[data-page="home"][data-design="old"] #resource-spotlight .featured-logo-marquee img[src*="marco"],
body[data-page="home"][data-design="old"] #resource-spotlight .featured-logo-marquee img[src*="Athamanirbarbharat"],
body[data-page="home"][data-design="old"] #resource-spotlight .featured-logo-marquee img[src*="thebetterIndia"] {
  --featured-logo-canvas: clamp(4.9rem, 5.4vw, 5.85rem);
  --featured-logo-scale: 1;
}

/* Problem cost matrix: Centered Grid Card Layout with overlapping badges */
body[data-page="problem"][data-design="old"] .problem-cost-section {
  padding: clamp(5.5rem, 8.5vw, 8.5rem) max(1.5rem, calc((100vw - 1240px) / 2)) clamp(6rem, 9vw, 9rem) !important;
  background: #083d77 !important;
  color: #ffffff !important;
}

body[data-page="problem"][data-design="old"] .problem-cost-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  width: auto !important;
  /* 3-color diagonal gradient with custom opacities (intensities) */
  background: linear-gradient(135deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(8, 61, 119, 0.6) 50%,
      rgba(45, 147, 173, 1) 100%) !important;
  transform: none !important;
}

body[data-page="problem"][data-design="old"] .problem-cost-section-inner,
body[data-page="problem"][data-design="old"] .problem-cost-panel {
  width: min(1200px, 100%) !important;
  /* Expanded to fit 3 columns cleanly */
  max-width: 1200px !important;
  margin: 0 auto !important;
}

body[data-page="problem"][data-design="old"] .problem-cost-panel {
  display: grid !important;
  gap: clamp(3.5rem, 5vw, 5.5rem) !important;
  /* Increased gap to allow badges to overlap */
  justify-items: stretch !important;
  align-items: start !important;
}

body[data-page="problem"][data-design="old"] .problem-cost-header {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}

body[data-page="problem"][data-design="old"] .problem-cost-section .problem-panel-kicker {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(2.2rem, 3.15vw, 3.25rem) !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  text-align: center !important;
  -webkit-text-fill-color: currentColor !important;
  background: none !important;
  animation: none !important;
  text-shadow: none !important;
  white-space: normal !important;
  text-wrap: normal !important;
}

body[data-page="problem"][data-design="old"] .problem-cost-section .problem-panel-kicker .problem-text-gradient {
  display: inline !important;
  background: none !important;
  /* <--- Remove the gradient background */
  color: #ffffff !important;
  /* <--- Set text color to white */
  -webkit-text-fill-color: #ffffff !important;
  /* <--- Force text color to white */
  animation: none !important;
  /* <--- Turn off gradient animation */
  filter: none !important
}

body[data-page="problem"][data-design="old"] .problem-cost-header p {
  display: block !important;
  width: min(42rem, 100%) !important;
  max-width: 42rem !important;
  margin: clamp(0.7rem, 1.1vw, 0.95rem) auto 0 auto !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: var(--type-h5) !important;
  font-weight: var(--weight-h5) !important;
  line-height: var(--line-h5) !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

/* 3-Column Grid Container */
body[data-page="problem"][data-design="old"] .problem-cost-list {
  position: relative !important;
  isolation: isolate !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 4.25rem 2.25rem !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 1.5rem auto 0 auto !important;
  justify-self: center !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Remove old divider lines */
body[data-page="problem"][data-design="old"] .problem-cost-list::before {
  content: none !important;
  display: none !important;
}

/* Individual Grid Card Styles (Normal & Hover) */
/* Individual Grid Card Styles (Normal & Hover) */
body[data-page="problem"][data-design="old"] .problem-cost-item,
body[data-page="problem"][data-design="old"] .problem-cost-item:hover {
  position: relative !important;
  z-index: 1 !important;
  min-height: 14.5rem !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  padding: 2.25rem 2rem 2.25rem 2rem !important;
  overflow: visible !important;

  /* 1. Curved cutout background: cuts a 1.8rem radius circle at the top center */
  background: radial-gradient(circle at 50% 0, transparent 1.8rem, #ffffff 1.85rem) !important;

  /* 2. Remove standard border and replace with a filter border that curves around the cutout */
  border: none !important;
  border-radius: 16px !important;
  filter: drop-shadow(0px 0px 1px rgba(84, 104, 132, 0.45)) drop-shadow(0 1rem 2.4rem rgba(8, 61, 119, 0.08)) !important;

  color: #16263d !important;
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1), filter 300ms ease !important;
}

/* Update hover state to transition the filter shadow */
body[data-page="problem"][data-design="old"] .problem-cost-item:hover {
  transform: translateY(-6px) !important;
  filter: drop-shadow(0px 0px 1px rgba(45, 147, 173, 0.6)) drop-shadow(0 1.5rem 3rem rgba(8, 61, 119, 0.16)) !important;
}


body[data-page="problem"][data-design="old"] .problem-cost-item {
  transform: none !important;
  /* <--- Removes stagger shift */
  margin-top: 0 !important;
  /* <--- Removes stagger margin */
}

body[data-page="problem"][data-design="old"] .problem-cost-item:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(45, 147, 173, 0.42) !important;
  box-shadow: 0 1.5rem 3rem rgba(8, 61, 119, 0.2) !important;
}

body[data-page="problem"][data-design="old"] .problem-cost-item::before,
body[data-page="problem"][data-design="old"] .problem-cost-item:hover::before {
  content: none !important;
  display: none !important;
}

body[data-page="problem"][data-design="old"] .problem-cost-item>* {
  position: relative !important;
  z-index: 1 !important;
}

/* Absolute Positioning for the Overlapping Icon Badge */
body[data-page="problem"][data-design="old"] .problem-cost-item>span,
body[data-page="problem"][data-design="old"] .problem-cost-item:hover>span {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  grid-area: auto !important;
  align-self: center !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 3.5rem !important;
  height: 3.5rem !important;
  margin: 0 !important;
  border: 1px solid #ffffff !important;
  /* <--- Remove the circle border */
  border-radius: 50% !important;
  background: rgba(27, 45, 54, 0.3) !important;
  /* <--- Make background transparent */
  color: #8899a6 !important;
  box-shadow: none !important;
  /* <--- Remove circle shadow */
}


body[data-page="problem"][data-design="old"] .problem-cost-item>span svg,
body[data-page="problem"][data-design="old"] .problem-cost-item:hover>span svg {
  width: 2.3rem !important;
  height: 2.3rem !important;
  stroke: currentColor !important;
  stroke-width: 1.2 !important;
  fill: none !important;
}


body[data-page="problem"][data-design="old"] .problem-cost-item .brand-icon-dot {
  display: none !important;
}

/* Centered content wrapper */
body[data-page="problem"][data-design="old"] .problem-cost-item>div,
body[data-page="problem"][data-design="old"] .problem-cost-item:hover>div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin-top: 0.75rem !important;
  /* <--- Prevents automatic centering margins */
  margin-bottom: 0 !important;
}

body[data-page="problem"][data-design="old"] .problem-cost-item h3,
body[data-page="problem"][data-design="old"] .problem-cost-item:hover h3 {
  grid-area: auto !important;
  align-self: center !important;
  max-width: none !important;
  margin: 0 0 0.85rem 0 !important;
  padding: 0 !important;
  color: #16263d !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  transform: none !important;
}

body[data-page="problem"][data-design="old"] .problem-cost-item:nth-child(2n) h3,
body[data-page="problem"][data-design="old"] .problem-cost-item:nth-child(3n) h3,
body[data-page="problem"][data-design="old"] .problem-cost-item:hover:nth-child(2n) h3,
body[data-page="problem"][data-design="old"] .problem-cost-item:hover:nth-child(3n) h3 {
  color: #16263d !important;
}

body[data-page="problem"][data-design="old"] .problem-cost-item p,
body[data-page="problem"][data-design="old"] .problem-cost-item:hover p {
  grid-area: auto !important;
  align-self: center !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #53637a !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  text-align: center !important;
  transform: none !important;
}


/* Keep the title text static on hover */
body[data-page="problem"][data-design="old"] .problem-cost-item:hover h3 {
  transform: none !important;
}

/* Maintain the exact center alignment transform on hover */
body[data-page="problem"][data-design="old"] .problem-cost-item:hover>span {
  transform: translate(-50%, -50%) !important;
}

/* Responsive Grid Adapters */
@media (max-width: 1020px) {
  body[data-page="problem"][data-design="old"] .problem-cost-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 4rem 1.75rem !important;
  }
}

@media (max-width: 640px) {
  body[data-page="problem"][data-design="old"] .problem-cost-section {
    padding: clamp(3.5rem, 11vw, 4.6rem) 1rem !important;
  }

  body[data-page="problem"][data-design="old"] .problem-cost-panel {
    gap: clamp(1.9rem, 7vw, 2.45rem) !important;
  }

  body[data-page="problem"][data-design="old"] .problem-cost-section .problem-panel-kicker {
    max-width: none !important;
    font-size: clamp(2rem, 9vw, 2.75rem) !important;
    text-align: center !important;
  }

  body[data-page="problem"][data-design="old"] .problem-cost-list {
    grid-template-columns: 1fr !important;
    gap: 3.5rem !important;
  }

  body[data-page="problem"][data-design="old"] .problem-cost-item,
  body[data-page="problem"][data-design="old"] .problem-cost-item:hover {
    padding: 2.5rem 1.5rem 2rem 1.5rem !important;
  }
}


body[data-page="problem"][data-design="old"] .problem-cost-item p,
body[data-page="problem"][data-design="old"] .problem-cost-item:hover p {
  max-width: none !important;
}


@media (prefers-reduced-motion: reduce) {
  body[data-page="problem"][data-design="old"] .problem-cost-section .problem-panel-kicker .problem-text-gradient {
    background-size: 100% 100% !important;
    background-position: 50% 50% !important;
    animation: none !important;
  }
}

body[data-page="home"][data-design="old"] #resource-spotlight .partners-header-group h2 {
  color: #0c0c0f !important;
}

body[data-page="home"][data-design="old"] #resource-spotlight .partners-header-group::before {
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 100%) !important;
}

body[data-page="home"][data-design="old"] #resource-spotlight .partners-header-line {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, transparent 100%) !important;
}

body[data-design="old"] .home-contact-showcase .home-gradient-card {
  --contact-card-pos-a: 0% 50%;
  --contact-card-glow: 82% 18%;
  --contact-card-shadow: 18% 82%;
  background:
    radial-gradient(circle at var(--contact-card-glow), rgba(76, 181, 204, 0.2), transparent 18rem),
    linear-gradient(112deg, rgba(2, 14, 32, 0.64) 0%, rgba(3, 31, 57, 0.28) 48%, rgba(255, 255, 255, 0.08) 100%),
    linear-gradient(128deg, #031326 0%, #062a50 22%, #083d77 42%, #0d6584 62%, #2d93ad 84%, #b8dce4 100%) !important;
  background-size: 170% 170%, 100% 100%, 280% 280% !important;
  background-position: var(--contact-card-glow), 0 0, var(--contact-card-pos-a) !important;
  animation: indra-contact-card-flow 12s ease-in-out infinite alternate !important;
  will-change: background-position;
}

body[data-design="old"] .home-contact-showcase.is-pointer-gradient .home-gradient-card {
  animation: none !important;
  transition: background-position 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-design="old"] .home-contact-showcase .home-gradient-card::before {
  background:
    radial-gradient(circle at var(--contact-card-glow), rgba(210, 237, 244, 0.1), transparent 22%),
    linear-gradient(90deg, rgba(2, 10, 24, 0.48) 0%, rgba(3, 32, 58, 0.2) 48%, rgba(255, 255, 255, 0.08) 100%) !important;
}

body[data-design="old"] .home-contact-showcase .home-gradient-card::after {
  background:
    radial-gradient(circle at var(--contact-card-shadow), rgba(45, 147, 173, 0.24), transparent 20%),
    radial-gradient(circle at var(--contact-card-glow), rgba(210, 237, 244, 0.16), transparent 18%) !important;
}

@keyframes indra-contact-card-flow {
  0% {
    background-position: 82% 18%, 0 0, 0% 48%;
  }

  50% {
    background-position: 44% 64%, 0 0, 68% 58%;
  }

  100% {
    background-position: 22% 36%, 0 0, 100% 44%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-design="old"] .home-contact-showcase .home-gradient-card {
    background-size: 100% 100%, 100% 100%, 100% 100% !important;
    background-position: 82% 18%, 0 0, 50% 50% !important;
    animation: none !important;
  }
}

/* Industries applications: taller flip cards with centered name/description states. */
body[data-page="industries"][data-design="old"] .section.industries-download-section::before {
  display: none !important;
}

body[data-page="industries"][data-design="old"] .industry-focus-card {
  min-height: clamp(15.75rem, 19vw, 18.5rem) !important;
  padding: 0 !important;
  border-radius: 8px !important;
  perspective: 1100px !important;
  transform-style: preserve-3d !important;
}

body[data-page="industries"][data-design="old"] .industry-focus-card::before {
  background-position: var(--industry-focus-position, center) !important;
  filter: saturate(0.86) contrast(1.05) brightness(0.86) !important;
  transform: scale(1.02) !important;
  transition:
    filter 600ms ease,
    transform 600ms ease !important;
}

body[data-page="industries"][data-design="old"] .industry-focus-card::after {
  background:
    linear-gradient(180deg, rgba(4, 13, 22, 0.2), rgba(4, 13, 22, 0.58)),
    linear-gradient(90deg, rgba(4, 13, 22, 0.16), rgba(4, 13, 22, 0.1)) !important;
  opacity: 1 !important;
  transition: opacity 420ms ease !important;
}

body[data-page="industries"][data-design="old"] .industry-focus-card:hover::before,
body[data-page="industries"][data-design="old"] .industry-focus-card:focus-visible::before {
  filter: saturate(0.94) contrast(1.08) brightness(0.78) !important;
  transform: scale(1.08) !important;
}

body[data-page="industries"][data-design="old"] .industry-focus-card:hover::after,
body[data-page="industries"][data-design="old"] .industry-focus-card:focus-visible::after {
  opacity: 0.28 !important;
}

body[data-page="industries"][data-design="old"] .industry-focus-arrow {
  display: none !important;
}

body[data-page="industries"][data-design="old"] .industry-focus-flip {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  transform-style: preserve-3d !important;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

body[data-page="industries"][data-design="old"] .industry-focus-card:hover .industry-focus-flip,
body[data-page="industries"][data-design="old"] .industry-focus-card:focus-visible .industry-focus-flip {
  transform: rotateY(180deg) !important;
}

body[data-page="industries"][data-design="old"] .industry-focus-face {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center !important;
  padding: clamp(1.25rem, 2.2vw, 2rem) !important;
  color: #ffffff !important;
  text-align: center !important;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
  pointer-events: none !important;
}

body[data-page="industries"][data-design="old"] .industry-focus-face-front h3 {
  max-width: 17ch !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  color: #ffffff !important;
  font-size: clamp(1.32rem, 1.9vw, 1.82rem) !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  text-align: center !important;
  text-shadow: 0 5px 22px rgba(0, 0, 0, 0.64) !important;
  text-wrap: balance !important;
}

body[data-page="industries"][data-design="old"] .industry-focus-face-back {
  background:
    linear-gradient(135deg, rgba(3, 22, 43, 0.96), rgba(8, 61, 119, 0.92) 48%, rgba(45, 147, 173, 0.92)),
    var(--industry-image) !important;
  background-position: var(--industry-focus-position, center) !important;
  background-size: cover !important;
  transform: rotateY(180deg) !important;
}

body[data-page="industries"][data-design="old"] .industry-focus-face-back p {
  max-width: 28ch !important;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: clamp(0.92rem, 1.08vw, 1.05rem) !important;
  font-weight: 650 !important;
  line-height: 1.42 !important;
  text-align: center !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45) !important;
  text-wrap: balance !important;
}

@media (max-width: 760px) {
  body[data-page="industries"][data-design="old"] .industry-focus-card {
    min-height: clamp(13.75rem, 52vw, 16rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {

  body[data-page="industries"][data-design="old"] .industry-focus-flip,
  body[data-page="industries"][data-design="old"] .industry-focus-card:hover .industry-focus-flip,
  body[data-page="industries"][data-design="old"] .industry-focus-card:focus-visible .industry-focus-flip,
  body[data-page="industries"][data-design="old"] .industry-focus-face-back {
    transform: none !important;
  }

  body[data-page="industries"][data-design="old"] .industry-focus-face {
    transition: opacity 160ms ease !important;
  }

  body[data-page="industries"][data-design="old"] .industry-focus-face-back {
    opacity: 0 !important;
  }

  body[data-page="industries"][data-design="old"] .industry-focus-card:hover .industry-focus-face-front,
  body[data-page="industries"][data-design="old"] .industry-focus-card:focus-visible .industry-focus-face-front {
    opacity: 0 !important;
  }

  body[data-page="industries"][data-design="old"] .industry-focus-card:hover .industry-focus-face-back,
  body[data-page="industries"][data-design="old"] .industry-focus-card:focus-visible .industry-focus-face-back {
    opacity: 1 !important;
  }
}

/* Technology mechanism cards: front icon/name, back centered description. */
body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-card {
  position: relative !important;
  min-height: clamp(12.75rem, 15vw, 15rem) !important;
  padding: 0 !important;
  border: 1px solid rgba(8, 61, 119, 0.12) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(3, 13, 24, 0.06) !important;
  cursor: default !important;
  overflow: hidden !important;
  perspective: 1100px !important;
  transform-style: preserve-3d !important;
}

body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-card::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  z-index: 1 !important;
  width: 2.7rem !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #2d93ad, #dbb884) !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
}

body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-card:focus-visible {
  outline: 3px solid rgba(45, 147, 173, 0.32) !important;
  outline-offset: 4px !important;
}

body[data-page="technology"][data-design="old"] .technology-process-flip {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  transform-style: preserve-3d !important;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

body[data-page="technology"][data-design="old"] .technology-process-card:hover .technology-process-flip,
body[data-page="technology"][data-design="old"] .technology-process-card:focus .technology-process-flip,
body[data-page="technology"][data-design="old"] .technology-process-card:focus-visible .technology-process-flip {
  transform: none !important;
}

body[data-page="technology"][data-design="old"] .technology-process-face {
  position: absolute !important;
  inset: 0 !important;
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  gap: clamp(0.7rem, 1vw, 0.9rem) !important;
  padding: clamp(1.25rem, 2vw, 1.75rem) !important;
  text-align: center !important;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
}

body[data-page="technology"][data-design="old"] .technology-process-face-front {
  background: #ffffff !important;
}

body[data-page="technology"][data-design="old"] .technology-process-face-front img {
  width: clamp(2.4rem, 3.8vw, 3.1rem) !important;
  height: clamp(2.4rem, 3.8vw, 3.1rem) !important;
  max-width: clamp(2.4rem, 3.8vw, 3.1rem) !important;
  max-height: clamp(2.4rem, 3.8vw, 3.1rem) !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

body[data-page="technology"][data-design="old"] .technology-process-face-front h3 {
  max-width: 16ch !important;
  margin: 0 auto !important;
  color: #050505 !important;
  font-size: clamp(1.28rem, 1.55vw, 1.62rem) !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

body[data-page="technology"][data-design="old"] .technology-process-face-back {
  color: #ffffff !important;
  background:
    radial-gradient(circle at 16% 18%, rgba(219, 184, 132, 0.24), transparent 8rem),
    linear-gradient(135deg, rgba(3, 22, 43, 0.98), rgba(8, 61, 119, 0.94) 48%, rgba(45, 147, 173, 0.94)) !important;
  transform: rotateY(180deg) !important;
}

body[data-page="technology"][data-design="old"] .technology-process-face-back p {
  max-width: 28ch !important;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: clamp(0.86rem, 0.98vw, 1rem) !important;
  font-weight: 650 !important;
  line-height: 1.42 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

@media (max-width: 760px) {
  body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-card {
    min-height: clamp(12.5rem, 48vw, 14.75rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {

  body[data-page="technology"][data-design="old"] .technology-process-flip,
  body[data-page="technology"][data-design="old"] .technology-process-card:hover .technology-process-flip,
  body[data-page="technology"][data-design="old"] .technology-process-card:focus .technology-process-flip,
  body[data-page="technology"][data-design="old"] .technology-process-card:focus-visible .technology-process-flip,
  body[data-page="technology"][data-design="old"] .technology-process-face-back {
    transform: none !important;
  }

  body[data-page="technology"][data-design="old"] .technology-process-face {
    transition: opacity 160ms ease !important;
  }

  body[data-page="technology"][data-design="old"] .technology-process-face-back {
    opacity: 0 !important;
  }

  body[data-page="technology"][data-design="old"] .technology-process-card:hover .technology-process-face-front,
  body[data-page="technology"][data-design="old"] .technology-process-card:focus .technology-process-face-front,
  body[data-page="technology"][data-design="old"] .technology-process-card:focus-visible .technology-process-face-front {
    opacity: 0 !important;
  }

  body[data-page="technology"][data-design="old"] .technology-process-card:hover .technology-process-face-back,
  body[data-page="technology"][data-design="old"] .technology-process-card:focus .technology-process-face-back,
  body[data-page="technology"][data-design="old"] .technology-process-card:focus-visible .technology-process-face-back {
    opacity: 1 !important;
  }
}

/* Technology differentiators: faint central cross between the four points. */
/* body[data-page="technology"][data-design="old"] .technology-differentiators-grid:where([data-design="new"], [data-design="new"] *) {
  position: relative !important;
  isolation: isolate !important;
}

body[data-page="technology"][data-design="old"] .technology-differentiators-grid:where([data-design="new"], [data-design="new"] *)::before,
body[data-page="technology"][data-design="old"] .technology-differentiators-grid:where([data-design="new"], [data-design="new"] *)::after {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  display: block !important;
  pointer-events: none !important;
}

body[data-page="technology"][data-design="old"] .technology-differentiators-grid:where([data-design="new"], [data-design="new"] *)::before {
  top: clamp(1.5rem, 9%, 3.5rem) !important;
  bottom: clamp(1.5rem, 9%, 3.5rem) !important;
  left: 50% !important;
  width: 1px !important;
  background: linear-gradient(180deg,
      rgba(255, 243, 214, 0),
      rgba(239, 208, 155, 0.24) 24%,
      rgba(219, 184, 132, 0.34) 54%,
      rgba(185, 137, 66, 0.24) 78%,
      rgba(255, 243, 214, 0)) !important;
  transform: translateX(-50%) !important;
}

body[data-page="technology"][data-design="old"] .technology-differentiators-grid:where([data-design="new"], [data-design="new"] *)::after {
  top: 50% !important;
  left: clamp(1.5rem, 7%, 4.5rem) !important;
  right: clamp(1.5rem, 7%, 4.5rem) !important;
  height: 1px !important;
  background: linear-gradient(90deg,
      rgba(255, 243, 214, 0),
      rgba(239, 208, 155, 0.22) 24%,
      rgba(219, 184, 132, 0.32) 54%,
      rgba(185, 137, 66, 0.22) 78%,
      rgba(255, 243, 214, 0)) !important;
  transform: translateY(-50%) !important;
}

body[data-page="technology"][data-design="old"] .technology-differentiator-card:where([data-design="new"], [data-design="new"] *) {
  position: relative !important;
  z-index: 1 !important;
}

@media (max-width: 760px) {

  body[data-page="technology"][data-design="old"] .technology-differentiators-grid:where([data-design="new"], [data-design="new"] *)::before,
  body[data-page="technology"][data-design="old"] .technology-differentiators-grid:where([data-design="new"], [data-design="new"] *)::after {
    display: none !important;
  }
} */

/* Industry detail route icons: Soft near-transparent circular background across all screen sizes */
body[data-page="industries"] .industry-route-icon,
body[data-page="industries"][data-design="old"] .industry-route-icon,
.industry-route-icon {
  --route-icon-accent: var(--teal, #2d93ad);
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 58px !important;
  height: 58px !important;
  margin: 0 auto clamp(0.8rem, 1.3vw, 1.1rem) auto !important;
  color: var(--route-icon-accent) !important;
  border-radius: 50% !important;
  background: rgba(45, 147, 173, 0.01) !important;
  background-color: rgba(45, 147, 173, 0.01) !important;
  border: 1px solid rgba(45, 147, 173, 0.12) !important;
  box-shadow: none !important;
}

body[data-page="industries"] .industry-route-icon img,
body[data-page="industries"][data-design="old"] .industry-route-icon img,
body[data-page="industries"][data-design="old"] .industry-route-icon svg {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  object-fit: contain !important;
}

body[data-page="industries"][data-design="old"] .industry-route-icon-problem {
  --route-icon-accent: #b98942;
}

body[data-page="industries"][data-design="old"] .industry-route-icon-priority {
  --route-icon-accent: #2d93ad;
}

body[data-page="industries"][data-design="old"] .industry-route-icon-opportunity {
  --route-icon-accent: #083d77;
}

body[data-page="industries"][data-design="old"] .industry-detail-stat-value {
  background:
    linear-gradient(110deg, #8f5f18 0%, #dbb884 28%, #fff0b8 48%, #b98942 72%, #7a4f11 100%) !important;
  background-size: 180% 100% !important;
  background-position: 18% 50% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  animation: indra-mission-heading-gradient 4.2s ease-in-out infinite alternate !important;
  filter: saturate(1.05) !important;
}

@media (max-width: 640px) {
  body[data-page="industries"][data-design="old"] .industry-route-icon {
    width: 3rem !important;
    height: 3rem !important;
    margin-bottom: 0.8rem !important;
  }
}

/* Industry detail client logos: keep varied logo aspect ratios from clipping. */
body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-item,
body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-static-grid .client-logo-item {
  box-sizing: border-box !important;
  display: grid !important;
  place-items: center !important;
  min-height: clamp(5.5rem, 7vw, 6.8rem) !important;
  padding: clamp(0.7rem, 1.2vw, 1rem) !important;
  overflow: visible !important;
}

body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-item img,
body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-item:hover img,
body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-static-grid .client-logo-item img,
body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-static-grid .client-logo-item:hover img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 108% !important;
  max-height: clamp(4rem, 5.2vw, 5.2rem) !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: translate(var(--logo-x, 0), var(--logo-y, 0)) scale(var(--logo-scale, 1)) !important;
  transform-origin: center !important;
}

body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-item img.logo-wide {
  max-width: 112% !important;
  max-height: clamp(3.6rem, 4.8vw, 4.8rem) !important;
}

body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-item img.logo-tall {
  max-height: clamp(4.3rem, 5.4vw, 5.4rem) !important;
}

/* Industry related links: keep only the pills, with no section copy or arrows. */
body[data-page="industries"][data-design="old"] .industry-related-heading {
  display: none !important;
}

body[data-page="industries"][data-design="old"] .industry-related-section {
  padding-top: clamp(1.4rem, 2.8vw, 2.4rem) !important;
  padding-bottom: clamp(1.4rem, 2.8vw, 2.4rem) !important;
}

body[data-page="industries"][data-design="old"] .industry-related-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: clamp(0.45rem, 0.7vw, 0.65rem) !important;
}

body[data-page="industries"][data-design="old"] .industry-related-link,
body[data-page="industries"][data-design="old"] .industry-related-link.is-current {
  flex: 0 0 clamp(8.4rem, 10vw, 9.25rem) !important;
  width: clamp(8.4rem, 10vw, 9.25rem) !important;
  min-width: 0 !important;
  height: 3rem !important;
  min-height: 3rem !important;
  justify-content: center !important;
  padding: 0.45rem 0.65rem !important;
  text-align: center !important;
  font-size: clamp(0.68rem, 0.72vw, 0.78rem) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  text-wrap: balance !important;
  overflow: hidden !important;
}

body[data-page="industries"][data-design="old"] .industry-related-link::after,
body[data-page="industries"][data-design="old"] .industry-related-link.is-current::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 980px) {
  body[data-page="industries"][data-design="old"] .industry-related-grid {
    flex-wrap: wrap !important;
  }

  body[data-page="industries"][data-design="old"] .industry-related-link,
  body[data-page="industries"][data-design="old"] .industry-related-link.is-current {
    flex-basis: calc(33.333% - 0.5rem) !important;
    width: calc(33.333% - 0.5rem) !important;
  }
}

@media (max-width: 640px) {
  body[data-page="industries"][data-design="old"] .industry-related-grid {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  body[data-page="industries"][data-design="old"] .industry-related-link,
  body[data-page="industries"][data-design="old"] .industry-related-link.is-current {
    flex-basis: auto !important;
    width: 100% !important;
    height: 3rem !important;
  }
}

/* Stop movement and set static dark-to-light gradient on all 4 headers at once */
body[data-page="home"][data-design="old"] .solutions-showcase-header h2 span,
/* body[data-page="problem"][data-design="old"] .problem-hero-gradient, */
body[data-page="problem"][data-design="old"] .problem-text-gradient,
body[data-page="problem"][data-design="old"] .problem-opportunity h2,
/* body[data-page="products"][data-design="old"] .products-hero-gradient, */
body[data-page="products"][data-design="old"] .products-scroll-intro h2 .products-heading-gradient,
body[data-page="products"][data-design="old"] .spectrum-content h2 span,
body[data-page="products"][data-design="old"] .automotive-content h2 span,
/* body[data-design="old"] [data-cinematic-hero] .cinematic-hero-gradient, */
body[data-page="technology"] .technology-differentiators-heading h2:where([data-design="new"], [data-design="new"] *),
body[data-page="technology"] .technology-differentiator-card-copy h3:where([data-design="new"], [data-design="new"] *),
body[data-page="technology"] .treatment-comparison-gradient,
body[data-page="technology"] .technology-integration-gradient,
.technology-authority-heading h2 span:where([data-design="new"], [data-design="new"] *),
body[data-page="industries"][data-design="old"] .industries-overview-header .section-heading h2,
body[data-page="industries"][data-design="old"] .industries-treatment-gradient,
body[data-page="industries"][data-design="old"] .industry-selected-gradient,
body[data-page="industries"][data-design="old"] .industry-detail-route-strip h2,
body[data-page="industries"][data-design="old"] .industry-detail-stat-prefix,
body[data-page="industries"][data-design="old"] .industry-detail-stat-value,
body[data-page="industries"][data-design="old"] .industry-detail-stat-copy,
body[data-page="industries"][data-design="old"] .industry-detail-help-section .section-heading.industry-detail-help-heading h2,
body[data-page="about"][data-design="old"] .about-gradient-text,
body[data-page="about"][data-design="old"] .about-person-copy h3,
body[data-page="about"][data-design="old"] .journey-marquee-header h2 {
  background-image: linear-gradient(112deg, #083d77 0%, #2d93ad 100%) !important;
  background-size: 100% 100% !important;
  background-position: 0% 0% !important;
  animation: none !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

/* Make hero accent texts solid light blue on all pages (excluding Home) */
body[data-page="problem"][data-design="old"] .problem-hero-gradient,
body[data-page="products"][data-design="old"] .products-hero-gradient,
body[data-design="old"] [data-cinematic-hero] .cinematic-hero-gradient {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  color: #2d93ad !important;
  -webkit-text-fill-color: #2d93ad !important;
}

/* ==========================================================================
   custom adjustments (migrated from hybrid.css to adhere to change rules)
   ========================================================================== */

/* About Page: Remove shadow from story video and team photo frame */
body[data-page="about"][data-design="old"] .about-story-video-card,
body[data-page="about"][data-design="old"] .about-team-image-card {
  box-shadow: none !important;
}

/* About Page: Remove borders, background, and shadows from logo items */
body[data-page="about"][data-design="old"] .partners-investors-right .unified-logo-item,
body[data-page="about"][data-design="old"] .client-logo-item {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Header: Unscrolled white CTA button for all pages (except Contact/Legal) */
body[data-design="old"]:not([data-page="contact"]):not([data-page="legal"]) .site-header:not(.scrolled) .nav-contact-btn {
  border: 1px solid rgba(255, 255, 255, 0.92) !important;
  background: #ffffff !important;
  background-image: none !important;
  background-size: auto !important;
  background-position: 50% 50% !important;
  color: #2d93ad !important;
  text-shadow: none !important;
  box-shadow: none !important;
  animation: none !important;
}

body[data-design="old"]:not([data-page="contact"]):not([data-page="legal"]) .site-header:not(.scrolled) .nav-contact-btn:hover,
body[data-design="old"]:not([data-page="contact"]):not([data-page="legal"]) .site-header:not(.scrolled) .nav-contact-btn:focus-visible {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: var(--regal-navy, #083d77) !important;
  box-shadow: none !important;
}

body[data-design="old"]:not([data-page="contact"]):not([data-page="legal"]) .site-header:not(.scrolled) .nav-contact-btn .btn-text,
body[data-design="old"]:not([data-page="contact"]):not([data-page="legal"]) .site-header:not(.scrolled) .nav-contact-btn .btn-dot,
body[data-design="old"]:not([data-page="contact"]):not([data-page="legal"]) .site-header:not(.scrolled) .nav-contact-btn svg {
  color: #2d93ad !important;
  stroke: currentColor !important;
}

body[data-design="old"]:not([data-page="contact"]):not([data-page="legal"]) .site-header:not(.scrolled) .nav-contact-btn .btn-dot {
  background: rgba(8, 61, 119, 0.08) !important;
  border-color: rgba(8, 61, 119, 0.22) !important;
}

/* Align Contact Page Hero, Process, and FAQ sections together */
body[data-page="contact"][data-design="old"] .contact-process-section,
body[data-page="contact"][data-design="old"] .contact-faq-section {
  padding-left: max(1rem, calc((100vw - 1320px) / 2)) !important;
  padding-right: max(1rem, calc((100vw - 1320px) / 2)) !important;
}

body[data-page="contact"][data-design="old"] .contact-process-panel,
body[data-page="contact"][data-design="old"] .contact-faq-shell {
  width: min(100%, 1320px) !important;
  gap: clamp(2.75rem, 4.5vw, 4.75rem) !important;
}

/* Force grids to have identical column widths on desktop */
@media (min-width: 1101px) {

  body[data-page="contact"][data-design="old"] .contact-immersive-grid,
  body[data-page="contact"][data-design="old"] .contact-process-panel,
  body[data-page="contact"][data-design="old"] .contact-faq-shell {
    grid-template-columns: 28rem minmax(0, 1fr) !important;
  }
}

/* Reset headings so they all start exactly at the left edge of their column */
body[data-page="contact"][data-design="old"] .contact-hero-copy,
body[data-page="contact"][data-design="old"] .contact-section-heading,
body[data-page="contact"][data-design="old"] .contact-faq-heading {
  max-width: 100% !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
  align-items: flex-start !important;
}

/* Unify font size and style for all three main headings on the contact page */
body[data-page="contact"][data-design="old"] .contact-hero-copy h1,
body[data-page="contact"][data-design="old"] .contact-section-heading h2,
body[data-page="contact"][data-design="old"] .contact-faq-heading h2 {
  font-size: clamp(2rem, 3.35vw, 3.1rem) !important;
  font-weight: 720 !important;
  /* Forces identical font weight */
  line-height: 0.98 !important;
  /* Forces identical line height */
  letter-spacing: 0 !important;
  /* Forces identical letter spacing */
}

/* Home Page: Meet ElectroX bleed-to-edge layout (covering entire right half of screen) */
body[data-page="home"][data-design="old"] .electrox-core {
  position: relative !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: clamp(8.5rem, 13vw, 11.5rem) !important;
  /* Expanded bottom padding to push 'Built different' down */
}

body[data-page="home"][data-design="old"] .electrox-core-visual img {
  filter: none !important;
}

@media (min-width: 981px) {
  body[data-page="home"][data-design="old"] .electrox-core-stage {
    position: static !important;
    /* Force static so absolute child positions relative to full-width section wrapper */
  }

  body[data-page="home"][data-design="old"] .electrox-core-visual {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 50% !important;
    width: 50% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1 !important;
    overflow: hidden !important;
  }

  body[data-page="home"][data-design="old"] .electrox-core-visual::before {
    display: none !important;
  }

  body[data-page="home"][data-design="old"] .electrox-core-visual::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 2 !important;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.85) 10%, rgba(255, 255, 255, 0) 35%) !important;
    pointer-events: none !important;
  }

  body[data-page="home"][data-design="old"] .electrox-core-visual img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    transform: translateY(20px) !important;
    /* <--- Add this to shift it down by 20px */
    border-radius: 0 !important;
  }
}

/*
 * Home ElectroX mobile containment.
 * The desktop image is intentionally full-bleed, but the accompanying section
 * reset above must not remove the content gutter once the layout stacks.
 */
@media (max-width: 980px) {
  body[data-page="home"][data-design="old"] .electrox-core {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-left: max(1.5rem, env(safe-area-inset-left)) !important;
    padding-right: max(1.5rem, env(safe-area-inset-right)) !important;
  }

  body[data-page="home"][data-design="old"] .electrox-core-stage,
  body[data-page="home"][data-design="old"] .electrox-core-copy,
  body[data-page="home"][data-design="old"] .electrox-core-copy>p,
  body[data-page="home"][data-design="old"] .electrox-core-list-block,
  body[data-page="home"][data-design="old"] .electrox-core-visual {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 620px) {
  body[data-page="home"][data-design="old"] .electrox-core {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-left: max(1rem, env(safe-area-inset-left)) !important;
    padding-right: max(1rem, env(safe-area-inset-right)) !important;
  }

  body[data-page="home"][data-design="old"] .electrox-core-copy h2 {
    max-width: 100% !important;
    white-space: normal !important;
    text-wrap: balance;
  }

  body[data-page="home"][data-design="old"] .electrox-core-list-block li {
    min-width: 0 !important;
  }

  body[data-page="home"][data-design="old"] .electrox-core-list-block li>span:last-child {
    min-width: 0 !important;
    overflow-wrap: break-word;
  }

  body[data-page="home"][data-design="old"] .electrox-core-link {
    display: flex !important;
    width: min(90%, 17rem) !important;
    margin-inline: auto !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 320px) {
  body[data-page="home"][data-design="old"] .electrox-core-link {
    gap: 0.4rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.45rem !important;
  }

  body[data-page="home"][data-design="old"] .electrox-core-link .btn-text {
    font-size: 0.75rem !important;
  }

  body[data-page="home"][data-design="old"] .electrox-core-link .btn-dot {
    width: 1.85rem !important;
    height: 1.85rem !important;
    flex: 0 0 1.85rem !important;
  }
}

/* Specific override to beat the hybrid.css specificity */
body[data-page="technology"][data-design="old"] .technology-integration-section .technology-integration-content p {
  color: #808080 !important;
  /* Temporarily orange to confirm it works, then change to #808080 or #555555 */
}

/* Scale down the new NANO image to match its original smaller size */
body[data-page="products"][data-design="old"] .product-scroll-visual-card .solution-product-image-product-nano {
  max-width: 52% !important;
  /* Reduced from 66% to scale it down horizontally */
  max-height: 75% !important;
  /* Reduced from 84% to scale it down vertically */
}

/* Scale down the new S02 image to match its original smaller size */
body[data-page="products"][data-design="old"] .product-scroll-visual-card .solution-product-image-s02 {
  max-width: 58% !important;
  /* Reduced from 74% to scale it down horizontally */
  max-height: 75% !important;
  /* Reduced from 82% to scale it down vertically */
}

/* Stop animation and apply a static dark-to-light gradient to the Problem solution button */
body[data-page="problem"][data-design="old"] .problem-solution-link {
  background: linear-gradient(to right, #083d77 0%, #2d93ad 100%) !important;
  background-size: 100% 100% !important;
  background-position: 0% 0% !important;
  animation: none !important;
}

body[data-page="problem"][data-design="old"] .problem-solution-link:hover {
  background: linear-gradient(to right, #083d77 0%, #2d93ad 100%) !important;
  background-position: 0% 0% !important;
  transform: translateY(-2px) !important;
}

/* ==========================================================================
   Home Page: "Built Different" Cards Grid Layout Overrides
   ========================================================================== */

/* 1. Setup the 3-column Grid Container with spacing matching modern transparent grid */
body[data-page="home"][data-design="old"] .why-indra-feature-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 3rem 2.25rem !important;
  min-height: auto !important;
  width: min(1200px, 100%) !important;
  margin: 0.75rem auto 0 !important;
  align-items: stretch !important;
}

/* Hide background design lines so the cards layout stays clean */
body[data-page="home"][data-design="old"] .why-indra-feature-grid::before,
body[data-page="home"][data-design="old"] .why-indra-grid::before {
  display: none !important;
}

/* 2. Format individual items as White Cards with Left-Aligned text */
body[data-page="home"][data-design="old"] .why-indra-feature-card,
body[data-page="home"][data-design="old"] .why-indra-feature-card:nth-child(n) {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  min-height: auto !important;
  height: 100% !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;

  background-color: #ffffff !important;
  background-image: none !important;
  border: 2px solid transparent !important;
  border-radius: 16px !important;
  box-shadow: 0 1rem 2.4rem rgba(22, 38, 61, 0.05) !important;
  padding: 2.5rem 2rem 2.25rem 2rem !important;
  overflow: visible !important;
  transform: none !important;
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 300ms ease !important;
}

/* Hide the large absolute number tags (e.g. 01, 02) */
body[data-page="home"][data-design="old"] .why-indra-feature-number {
  display: none !important;
}

/* 3. Place the Icons at the top-left, transparent background */
body[data-page="home"][data-design="old"] .why-indra-feature-icon {
  grid-area: auto !important;
  align-self: flex-start !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: auto !important;
  height: auto !important;
  margin: 0 0 1.25rem 0 !important;

  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

/* Set standard SVG icon size */
body[data-page="home"][data-design="old"] .why-indra-feature-icon svg {
  width: 2.75rem !important;
  height: 2.75rem !important;
  stroke: currentColor !important;
}

/* 4. Heading (H3) left-aligned and dark blue */
body[data-page="home"][data-design="old"] .why-indra-feature-card h3 {
  grid-area: auto !important;
  align-self: flex-start !important;
  max-width: none !important;
  margin: 0 0 0.85rem 0 !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: #16263d !important;
  text-align: left !important;
}

/* 5. Description text (P) left-aligned and grey */
body[data-page="home"][data-design="old"] .why-indra-feature-card p,
body[data-page="home"][data-design="old"] .why-indra-feature-card:hover p {
  grid-area: auto !important;
  align-self: flex-start !important;
  max-width: none !important;
  padding-right: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  color: #53637a !important;
  text-align: left !important;
}

/* 6. Card Hover Animations - keep pop up motion and hover shadow */
body[data-page="home"][data-design="old"] .why-indra-feature-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 48px rgba(8, 22, 30, 0.08) !important;
  border-color: transparent !important;
}

/* 7. Responsive design for smaller screens */
@media (max-width: 980px) {
  body[data-page="home"][data-design="old"] .why-indra-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 3rem 1.5rem !important;
    margin: 0.75rem auto 0 !important;
  }
}

@media (max-width: 640px) {
  body[data-page="home"][data-design="old"] .why-indra-feature-grid {
    grid-template-columns: 1fr !important;
    gap: 2.5rem 1.25rem !important;
  }
}

/* Remove the golden line from the top of the feature cards */
body[data-page="home"][data-design="old"] .why-indra-feature-card::before {
  display: none !important;
  content: none !important;
}

/* Stop animation and apply a static Dark-to-Light Teal text gradient to product titles */
body[data-page="home"][data-design="old"] .solution-carousel-caption h3 {
  animation: none !important;
  background-image: linear-gradient(to right, #083d77 0%, #2d93ad 100%) !important;
  background-size: 100% 100% !important;
  background-position: 0% 0% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

/* Style the Flow Capacity spec line between product name and Learn More */
body[data-page="home"][data-design="old"] .solution-carousel-flow {
  margin: 0.25rem 0 0.15rem !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  color: #53637a !important;
  line-height: 1.4 !important;
  letter-spacing: 0.01em !important;
}

body[data-page="home"][data-design="old"] .solution-carousel-flow strong {
  font-weight: 700 !important;
  color: #16263d !important;
}

/* Stop animation and apply a static Dark-to-Light Teal gradient on Industries Connect Now buttons */
body[data-page="industries"][data-design="old"] .industries-download-section .button-solid,
body[data-page="industries"][data-design="old"] .industry-detail-download-section .button-solid {
  animation: none !important;
  background: linear-gradient(to right, #083d77 0%, #2d93ad 100%) !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}

/* Remove the shadow from the "see our solution" button */
body[data-page="problem"] .problem-solution-link,
body[data-page="problem"] .problem-solution-link:hover {
  box-shadow: none !important;
}

/* Technology Page - Electrochemistry Section 2-Column Layout */
body[data-page="technology"] .technology-authority-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) !important;
  grid-template-areas: "content visual" !important;
  gap: clamp(2rem, 5vw, 5rem) !important;
  align-items: center !important;
  text-align: left !important;
}

body[data-page="technology"] .technology-authority-content {
  grid-area: content !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  width: 100% !important;
}

body[data-page="technology"] .technology-authority-heading {
  grid-area: auto !important;
  justify-self: start !important;
  text-align: left !important;
  margin-bottom: 1.5rem !important;
}

body[data-page="technology"] .technology-authority-heading h2 {
  text-align: left !important;
  margin: 0 !important;
  white-space: normal !important;
}

body[data-page="technology"] .technology-authority-copy {
  grid-area: auto !important;
  justify-self: start !important;
  max-width: 100% !important;
  text-align: left !important;
}

body[data-page="technology"] .technology-authority-proof-grid {
  grid-area: auto !important;
  margin-top: clamp(1.5rem, 3.5vw, 2.5rem) !important;
  max-width: 100% !important;
  width: 100% !important;
}

body[data-page="technology"] .technology-authority-proof-grid div {
  text-align: left !important;
  padding-left: 0 !important;
}

body[data-page="technology"] .technology-authority-proof-grid div+div {
  padding-left: clamp(1.5rem, 2.5vw, 2.5rem) !important;
  border-left: 1px solid rgba(8, 61, 119, 0.2) !important;
}

/* Align diagram container to the right and push it further right */
body[data-page="technology"] .technology-authority-visual {
  grid-area: visual !important;
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end !important;
}

body[data-page="technology"] .technology-authority-diagram {
  margin-left: auto !important;
  margin-right: -1.5rem !important;
  /* Negative margin pushes the diagram past standard borders */
  width: min(100%, 70rem) !important;
}

/* Reset for mobile screens so it centers when stacked */
@media (max-width: 960px) {
  body[data-page="technology"] .technology-authority-visual {
    justify-content: center !important;
  }

  body[data-page="technology"] .technology-authority-diagram {
    margin-right: auto !important;
  }
}


/* Responsive adjustment for tablet/mobile viewports */
@media (max-width: 960px) {
  body[data-page="technology"] .technology-authority-layout {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "content"
      "visual" !important;
    gap: clamp(2rem, 4vw, 3rem) !important;
  }
}

/* Reduce the size of the footer brand logo */
.site-footer .footer-brand .brand,
footer .footer-brand .brand {
  width: clamp(8rem, 12vw, 12rem) !important;
  /* Default was 12rem to 17.5rem */
  height: clamp(2.2rem, 3.4vw, 3.4rem) !important;
  /* Default was 3.2rem to 5rem */
}

/* Reduce the size of the footer grey text (addresses and links) */
.site-footer .footer-address a,
/* Target ONLY the address link text */
.site-footer .footer-links-grid a,
.site-footer .footer-legal-links a,
.site-footer .footer-bottom p {
  font-size: 0.8rem !important;
}

/* Reduce line spacing between the two address lines */
.site-footer .footer-address p {
  line-height: 1.25 !important;
  /* Changed selector to p; set to a clean 1.35 ratio */
}

/* Increase only the inner icon symbol size inside the box */
body[data-page="home"][data-design="old"] .electrox-core-impact-icon svg {
  width: 1.45rem !important;
  /* Increased inner symbol size (default was 1.05rem) */
  height: 1.45rem !important;
  /* Increased inner symbol size (default was 1.05rem) */
}


/* ==========================================================================
   Technology Page - Columns Comparative Layout Overrides (Pure Table Grid)
   ========================================================================== */

/* Set clean white canvas with high readability for the comparison section */
body[data-page="technology"] .treatment-comparison-section {
  background: #ffffff !important;
  color: #0c0c0f !important;
  padding: clamp(4rem, 8vw, 7rem) 0 !important;
}

body[data-page="technology"] .treatment-comparison-section h2 {
  color: #083d77 !important;
}

body[data-page="technology"] .treatment-comparison-section p {
  color: #556983 !important;
}

/* Flex Container for Rows */
.comparison-table-grid {
  display: flex;
  flex-direction: column;
  max-width: 68rem;
  margin: 4.5rem auto 0;
  padding: 0 1.5rem;
}

/* Connected Row Container (stretches full width, crossing gaps) */
.comparison-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
  column-gap: clamp(1rem, 3vw, 2.5rem);
  border-bottom: none !important;
}

.comparison-row.row--last {
  border-bottom: none !important;
  /* No line under the last row */
}

/* Cells Base Styles */
.comparison-table-grid .table-cell {
  padding: 1.75rem 1.5rem;
  display: flex;
  align-items: center;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #555d66;
  border-bottom: 1px solid rgba(203, 213, 225, 0.7) !important;
}

/* Align labels (Column 1) to the left */
.comparison-table-grid .label-cell,
.comparison-table-grid .decision-header {
  justify-content: flex-start;
  font-weight: 700;
  color: #2c3e50;
  padding-left: 0;
}

.comparison-table-grid .decision-header {
  font-size: 1.2rem;
}

/* Make the horizontal divider lines shorter for the Decision Point (first) column only */
.comparison-table-grid .label-cell:not(.cell--last),
.comparison-table-grid .decision-header {
  border-bottom: none !important;
  position: relative;
}

.comparison-table-grid .label-cell:not(.cell--last)::after,
.comparison-table-grid .decision-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + clamp(1rem, 3vw, 2.5rem));
  /* Extended line to reach the Conventional column precisely */
  height: 1px;
  background-color: rgba(203, 213, 225, 0.7);
}

/* Content Columns cells text alignment to Center */
.comparison-table-grid .conventional-header,
.comparison-table-grid .conventional-content,
.comparison-table-grid .electrox-header,
.comparison-table-grid .electrox-content {
  text-align: center;
  justify-content: center;
}

/* Header Cells (Top rounding) */
.comparison-table-grid .header-cell {
  font-size: 1.15rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Apply gradient only to the inner text span */
.comparison-table-grid .decision-header span,
.comparison-table-grid .header-cell span {
  font-weight: 700;
  background-image: linear-gradient(90deg, #083d77 0%, #2d93ad 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-block;
  /* Essential to render background clips correctly */
}

/* Conventional Column background tints */
.comparison-table-grid .conventional-header {
  background: #f9dddd;
  /* Slightly darker pink for header */
}

.comparison-table-grid .conventional-content {
  background: #fbe5e5;
  /* Soft light pink for content cells */
}

/* ElectroX Column background tints */
.comparison-table-grid .electrox-header {
  background: #dbeedc;
  /* Lighter green */
  /* Slightly darker green for header */
}

.comparison-table-grid .electrox-content {
  background: #e2f0d9;
  /* Soft light green for content cells */
}

/* Last Row Cells (Bottom rounding) */
.comparison-table-grid .cell--last {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding-bottom: 2.25rem;
  border-bottom: none !important;
}

/* Keep the proper table view on mobile with horizontal scrolling */
@media (max-width: 768px) {
  .comparison-table-grid {
    overflow-x: auto !important;
    /* Enables swiping horizontally */
    -webkit-overflow-scrolling: touch !important;
    /* Smooth scrolling on iOS */
    padding-bottom: 1rem !important;
    /* Adds space for the scrollbar */
  }

  .comparison-row {
    display: grid !important;
    /* Restores the desktop columns */
    grid-template-columns: 1fr 1.2fr 1.2fr !important;
    min-width: 620px !important;
    /* Forces the table to stay wide and readable */
    border-bottom: none !important;
  }

  .comparison-row.row--last {
    border-bottom: none !important;
  }

  .comparison-table-grid .table-cell {
    padding: 1.25rem 1rem !important;
  }

  .comparison-table-grid .decision-header {
    display: flex !important;
    /* Shows 'Decision Point' header */
  }
}


/* Contact confirmation: isolate the post-submit state from the intake-form hero. */
body.contact-thank-you-page {
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: clip;
  background: #071927;
}

body.contact-thank-you-page .site-shell,
body.contact-thank-you-page main {
  min-height: 100vh;
  min-height: 100svh;
}

body.contact-thank-you-page .contact-thank-you-hero {
  isolation: isolate;
  width: 100%;
  min-height: 100vh !important;
  min-height: 100svh !important;
  margin: 0 !important;
  padding:
    clamp(6.75rem, 13vh, 8.25rem) max(1rem, calc((100vw - 1180px) / 2)) clamp(2rem, 6vh, 3.5rem) !important;
  align-items: center !important;
  overflow: hidden !important;
}

body.contact-thank-you-page .contact-thank-you-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 13, 23, 0.74), rgba(3, 20, 34, 0.46) 54%, rgba(3, 20, 34, 0.62)),
    linear-gradient(180deg, rgba(5, 18, 31, 0.12), rgba(4, 17, 29, 0.64));
}

body.contact-thank-you-page .contact-thank-you-hero .contact-immersive-backdrop {
  inset: 0;
  z-index: 0;
  transform: scale(1.025);
  background:
    linear-gradient(180deg, rgba(5, 19, 31, 0.05), rgba(5, 19, 31, 0.26)),
    url("../assets/optimized/contact/hero6.webp") center 44% / cover no-repeat;
}

body.contact-thank-you-page .contact-thank-you-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 66.25rem);
  margin: auto;
}

body.contact-thank-you-page .contact-thank-you-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(19rem, 0.96fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 1.25rem;
  background: rgba(248, 251, 250, 0.98);
  box-shadow: 0 2rem 5rem rgba(0, 12, 24, 0.38);
}

body.contact-thank-you-page .contact-thank-you-summary,
body.contact-thank-you-page .contact-thank-you-next {
  min-width: 0;
  padding: clamp(1.75rem, 3.6vw, 3rem);
}

body.contact-thank-you-page .contact-thank-you-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background:
    radial-gradient(circle at 90% 0%, rgba(45, 147, 173, 0.15), transparent 37%),
    #f9fbfa;
}

body.contact-thank-you-page .contact-thank-you-status {
  display: grid;
  width: 3.15rem;
  height: 3.15rem;
  margin-bottom: 1.35rem;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #2d93ad, #083d77);
  box-shadow: 0 0.9rem 1.8rem rgba(8, 61, 119, 0.22);
}

body.contact-thank-you-page .contact-thank-you-status svg {
  width: 1.6rem;
  height: 1.6rem;
  stroke: #ffffff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.contact-thank-you-page .contact-thank-you-summary .contact-eyebrow {
  margin: 0 0 0.85rem;
  color: #2d7f93;
}

body.contact-thank-you-page .contact-thank-you-summary h1 {
  max-width: 11ch !important;
  margin: 0;
  color: #08243f !important;
  font-size: clamp(2.35rem, 4.3vw, 3.9rem) !important;
  font-weight: 800;
  line-height: 0.98 !important;
  letter-spacing: -0.045em;
  text-align: left !important;
  text-wrap: balance;
}

body.contact-thank-you-page .contact-thank-you-intro {
  max-width: 34rem !important;
  margin: 1.2rem 0 0;
  color: rgba(8, 36, 63, 0.72) !important;
  font-size: clamp(0.96rem, 1.15vw, 1.08rem) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

body.contact-thank-you-page .contact-thank-you-reference {
  display: flex;
  width: 100%;
  margin-top: 1.35rem;
  padding: 0.75rem 0.85rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: 1px solid rgba(8, 61, 119, 0.12);
  border-radius: 0.7rem;
  background: rgba(8, 61, 119, 0.045);
}

body.contact-thank-you-page .contact-thank-you-reference[hidden] {
  display: none;
}

body.contact-thank-you-page .contact-thank-you-reference span {
  color: rgba(8, 36, 63, 0.58);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.contact-thank-you-page .contact-thank-you-reference code {
  color: #083d77;
  font-family: inherit;
  font-size: clamp(0.72rem, 1vw, 0.82rem);
  font-weight: 800;
  overflow-wrap: anywhere;
}

body.contact-thank-you-page .contact-thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: auto;
  padding-top: 1.55rem;
}

body.contact-thank-you-page .contact-thank-you-button {
  display: inline-flex;
  min-height: 2.9rem;
  padding: 0.75rem 1.05rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

body.contact-thank-you-page .contact-thank-you-button svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.contact-thank-you-page .contact-thank-you-button-primary {
  border-color: #083d77;
  background: #083d77;
  color: #ffffff;
}

body.contact-thank-you-page .contact-thank-you-button-secondary {
  border-color: rgba(8, 61, 119, 0.2);
  color: #083d77;
}

body.contact-thank-you-page .contact-thank-you-button:hover {
  transform: translateY(-2px);
}

body.contact-thank-you-page .contact-thank-you-button-primary:hover {
  border-color: #2d93ad;
  background: #2d93ad;
  color: #ffffff;
}

body.contact-thank-you-page .contact-thank-you-button-secondary:hover {
  border-color: rgba(45, 147, 173, 0.55);
  background: rgba(45, 147, 173, 0.08);
  color: #07546a;
}

body.contact-thank-you-page .contact-thank-you-button:focus-visible,
body.contact-thank-you-page .contact-thank-you-support a:focus-visible {
  outline: 3px solid #dbb884;
  outline-offset: 3px;
}

body.contact-thank-you-page .contact-thank-you-next {
  display: flex;
  flex-direction: column;
  text-align: left;
  background:
    radial-gradient(circle at 100% 0%, rgba(219, 184, 132, 0.2), transparent 34%),
    linear-gradient(145deg, #083d77 0%, #0c5274 100%);
  color: #ffffff;
}

body.contact-thank-you-page .contact-thank-you-next-label {
  margin: 0 0 1.25rem;
  color: rgba(219, 184, 132, 0.96);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}

body.contact-thank-you-page .contact-thank-you-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.contact-thank-you-page .contact-thank-you-steps li {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: 0.85rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

body.contact-thank-you-page .contact-thank-you-steps li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

body.contact-thank-you-page .contact-thank-you-step-number {
  padding-top: 0.15rem;
  color: rgba(219, 184, 132, 0.92);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.contact-thank-you-page .contact-thank-you-steps h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.25;
  text-align: left;
}

body.contact-thank-you-page .contact-thank-you-steps p {
  margin: 0.38rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.79rem, 1vw, 0.88rem);
  line-height: 1.45;
  text-align: left;
}

body.contact-thank-you-page .contact-thank-you-support {
  margin: auto 0 0;
  padding-top: 1.2rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.8rem;
  line-height: 1.45;
  text-align: left;
}

body.contact-thank-you-page .contact-thank-you-support a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(219, 184, 132, 0.75);
  text-underline-offset: 0.2em;
}

body.contact-thank-you-page .contact-thank-you-support a:hover {
  color: #f0d5a9;
}

@media (max-width: 820px) {
  body.contact-thank-you-page .contact-thank-you-hero {
    height: auto !important;
    padding-top: clamp(6.25rem, 16vw, 7.25rem) !important;
    padding-bottom: 2rem !important;
    align-items: flex-start !important;
  }

  body.contact-thank-you-page .contact-thank-you-shell {
    width: min(100%, 38rem);
  }

  body.contact-thank-you-page .contact-thank-you-panel {
    grid-template-columns: 1fr;
  }

  body.contact-thank-you-page .contact-thank-you-summary h1 {
    max-width: 13ch !important;
  }

  body.contact-thank-you-page .contact-thank-you-actions {
    margin-top: 0;
  }
}

@media (max-width: 520px) {
  body.contact-thank-you-page .contact-thank-you-hero {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  body.contact-thank-you-page .contact-thank-you-panel {
    border-radius: 1rem;
  }

  body.contact-thank-you-page .contact-thank-you-summary,
  body.contact-thank-you-page .contact-thank-you-next {
    padding: 1.4rem;
  }

  body.contact-thank-you-page .contact-thank-you-status {
    width: 2.85rem;
    height: 2.85rem;
    margin-bottom: 1.1rem;
  }

  body.contact-thank-you-page .contact-thank-you-summary h1 {
    font-size: clamp(2.15rem, 11vw, 2.8rem) !important;
  }

  body.contact-thank-you-page .contact-thank-you-reference {
    align-items: flex-start;
    flex-direction: column;
  }

  body.contact-thank-you-page .contact-thank-you-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  body.contact-thank-you-page .contact-thank-you-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.contact-thank-you-page .contact-thank-you-button {
    transition: none;
  }
}

/* Image delivery: use web-sized assets while preserving the existing crops. */
body[data-page="careers"][data-design="old"] .careers-hero-background {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.42)),
    url("../assets/optimized/careers/Herocareers.webp") center 28% / cover no-repeat !important;
}

body[data-page="careers"][data-design="old"] .home-contact-card,
body[data-page="careers"][data-design="old"] .home-gradient-card {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.26)),
    url("../assets/optimized/careers/Contactcardcareers.webp") center / cover no-repeat !important;
}

body[data-page="problem"][data-design="old"] main>section.problem-global {
  background: transparent !important;
  border-radius: 0 !important;
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body[data-page="problem"][data-design="old"] .problem-global-layout {
  background:
    linear-gradient(90deg, rgba(240, 240, 239, 0.94) 0%, rgba(240, 240, 239, 0.82) 48%, rgba(240, 240, 239, 0.18) 100%),
    url("../assets/optimized/problem/section2a.webp") center / cover no-repeat !important;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  width: min(100% - 3rem, 1200px) !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  padding-block: clamp(5rem, 9vw, 8rem) !important;
  padding-inline: clamp(2.5rem, 6vw, 5rem) !important;
}

@media (min-width: 1025px) {
  body[data-page="problem"][data-design="old"] .problem-global-layout {
    width: calc(100% - 0.0rem) !important;
  }
}

@media (max-width: 768px) {
  body[data-page="problem"][data-design="old"] .problem-global-layout {
    width: 100% !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-inline: 0 !important;
    padding-inline: 1.5rem !important;
  }
}

/* Products Page - "One Platform. Any Scale." Section curves and widths */
body[data-page="products"][data-design="old"] .products-scroll-showcase {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  width: min(100% - 3rem, 1200px) !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
  padding-top: 0.5rem !important; /* Reduced padding from top edge of section */
  /* overflow: hidden is omitted to keep position: sticky functional inside this section */
}

@media (min-width: 769px) {
  body[data-page="products"][data-design="old"] .products-scroll-sticky {
    padding-top: 1.5rem !important; /* Reduced padding to bring heading closer to top edge */
  }
}

@media (min-width: 1025px) {
  body[data-page="products"][data-design="old"] .products-scroll-showcase {
    width: calc(100% - 0.0rem) !important;
  }
}

@media (max-width: 768px) {
  body[data-page="products"][data-design="old"] .products-scroll-showcase {
    width: 100% !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-inline: 0 !important;
  }
}

/* Industries Page - "Industries & Applications" Section curves and widths */
body[data-page="industries"][data-design="old"] .industries-card-section {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  width: min(100% - 3rem, 1200px) !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  background: #ffffff !important;
  padding-inline: clamp(1.5rem, 3vw, 2.5rem) !important;
}

@media (min-width: 1025px) {
  body[data-page="industries"][data-design="old"] .industries-card-section {
    width: calc(100% - 0.0rem) !important;
  }
}

@media (max-width: 768px) {
  body[data-page="industries"][data-design="old"] .industries-card-section {
    width: 100% !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-inline: 0 !important;
    padding-inline: 1rem !important;
  }
}

/* About Page - "Vision" Section curves and widths */
body[data-page="about"][data-design="old"] .about-story-section {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  width: min(100% - 3rem, 1200px) !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  background: #ffffff !important;
  padding-inline: clamp(1.5rem, 3vw, 2.5rem) !important;
}

@media (min-width: 1025px) {
  body[data-page="about"][data-design="old"] .about-story-section {
    width: calc(100% - 0.0rem) !important;
  }
}

@media (max-width: 768px) {
  body[data-page="about"][data-design="old"] .about-story-section {
    width: 100% !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-inline: 0 !important;
    padding-inline: 1rem !important;
  }
}






body[data-page="contact"][data-design="old"] .contact-lead-hero .contact-immersive-backdrop {
  background:
    linear-gradient(180deg, rgba(6, 13, 19, 0.06), rgba(6, 13, 19, 0.42)),
    url("../assets/optimized/contact/hero6.webp") center center / cover no-repeat !important;
}

/* Reduce the white space gap before the footer on all pages */
body[data-design="old"] .home-contact-showcase,
body[data-design="old"] main>section.home-contact-showcase,
body[data-design="old"] .industry-detail-download-section,
body[data-design="old"] .industries-download-section {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  min-height: auto !important;
}

/* Force both the card and the footer to sit flush against each other */
body[data-design="old"] .home-contact-showcase .home-gradient-card,
body[data-design="old"] .industry-detail-download-section .split-layout {
  margin-bottom: 0 !important;
}

body[data-design="old"] .site-footer {
  margin-top: 0 !important;
  /* Eliminates the white gap completely */
}

/* About Page: Align "Our Supporters" and "Indra is featured in" headers exactly like the Home page logo headers */
body[data-page="about"][data-design="old"] .partners-block .partners-header-group {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  gap: 1.5rem !important;
  width: 100% !important;
}

/* Remove the thick teal underline */
body[data-page="about"][data-design="old"] .partners-block .partners-header-group::after {
  content: none !important;
  display: none !important;
}

/* Add the left horizontal separator line */
body[data-page="about"][data-design="old"] .partners-block .partners-header-group::before {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent 0%, rgba(8, 61, 119, 0.24) 100%) !important;
}

/* Show and style the right horizontal separator line */
body[data-page="about"][data-design="old"] .partners-block .partners-header-line {
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  min-width: 0 !important;
  background: linear-gradient(90deg, rgba(8, 61, 119, 0.24) 0%, transparent 100%) !important;
}

/* Align and scale the typography for the headers */
body[data-page="about"][data-design="old"] .partners-block .partners-header-group h2 {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: none !important;
  color: var(--site-ink, #050505) !important;
  margin: 0 !important;
  white-space: nowrap !important;
  justify-self: center !important;
  text-align: center !important;
}

/* About Page: Align "Our Investors" header exactly like "Our Supporters" */
body[data-page="about"][data-design="old"] .partners-investors-left h2 {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  gap: 1.5rem !important;
  width: 100% !important;

  /* Typography matching Supporters logo headers */
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: none !important;
  color: var(--site-ink, #050505) !important;
  margin: 0 0 1.5rem 0 !important;
  /* Spacing below the header line */
  white-space: nowrap !important;
  text-align: center !important;
}

/* Left separator line for Investors */
body[data-page="about"][data-design="old"] .partners-investors-left h2::before {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent 0%, rgba(8, 61, 119, 0.24) 100%) !important;
}

/* Right separator line for Investors (overriding the original gradient underline) */
body[data-page="about"][data-design="old"] .partners-investors-left h2::after {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  min-width: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(90deg, rgba(8, 61, 119, 0.24) 0%, transparent 100%) !important;
}

/* Hide the tagline and description to match the clean Supporters format */
body[data-page="about"][data-design="old"] .partners-investors-left .tagline,
body[data-page="about"][data-design="old"] .partners-investors-left .description {
  display: none !important;
}

/* Remove the full-width horizontal separator lines in the partners section on the About page */
body[data-page="about"][data-design="old"] .about-partners-unified::before,
body[data-page="about"][data-design="old"] .partners-block::before {
  content: none !important;
  display: none !important;
}

/* Remove the grey fade shadows on the sides of the logo marquee by matching the white page background */
body[data-design="old"] .client-logo-marquee::before {
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%) !important;
}

body[data-design="old"] .client-logo-marquee::after {
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%) !important;
}

/* Increase the size of the Firstpost logo on the About page
body[data-page="about"][data-design="old"] .client-logo-item img[src*="firstpost.webp"] {
  --logo-scale: 1.55 !important;
  /* Adjust this value (e.g., 1.4 to 1.6) to change the size */
/* }

/* Increase the size of the AWaDH logo on the About page */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="AWaDH.webp"] {
  --logo-scale: 1.55 !important;
  /* Adjust this value (e.g., 1.4 to 1.6) to change the size */
}

/* Reduce the size of the Institute of Chemical Technology logo on the About page and shift it right */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="InstituteofChemicalTechnology.webp"] {
  transform: translateX(1.8rem) scale(0.68) !important;
  /* Shrunk to 68% height and shifted right */
}



/* Reduce the size of the ACT logo on the About page */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="ACT.webp"] {
  --logo-scale: 0.8 !important;
  /* Scale down to 80% to look balanced with other logos */
}

/* Reduce the size of the SINE logo on the About page */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="SINE.webp"] {
  --logo-scale: 0.82 !important;
  /* Scale down to 82% to make it look balanced */
}

/* Reduce the size of the riidl logo on the About page */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="riidlLogo.webp"] {
  --logo-scale: 0.8 !important;
  /* Scale down to 80% to look balanced with others */
}

/* Increase the size of the HCLTech logo on the About page */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="HCLTech.webp"] {
  --logo-scale: 1.45 !important;
  /* Scale up to 145% to make it look balanced */
}

/* Increase the size of the YourStory logo on the About page */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="yourstory.webp"] {
  --logo-scale: 1.45 !important;
  /* Scale up to 145% to make it look balanced */
}

/* Increase the size of the Cleantech logo on the About page */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="Cleantech.webp"] {
  --logo-scale: 1.45 !important;
  /* Scale up to 145% to look balanced with other logos */
}

/* Increase the size of the Hindustan Times logo on the About page */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="HindustanTimes.webp"] {
  --logo-scale: 1.75 !important;
  /* Scale up to 155% to look balanced with other logos */
}

/* Reduce the size of the United Nations logo on the About page */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="UnitedNation.webp"] {
  --logo-scale: 0.8 !important;
  /* Scale down to 80% to look balanced with other logos */
}

/* Reduce the size of the Marico logo on the About page */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="marco.webp"] {
  --logo-scale: 0.82 !important;
  /* Scale down to 82% to look balanced with other logos */
}

/* Reduce the size of the Athma Nirbhar Bharat logo on the About page and shift it left */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="Athamanirbarbharat.webp"] {
  --logo-scale: 0.8 !important;
  transform: translateX(-1.2rem) scale(var(--logo-scale)) !important;
  /* <--- Shifts left */
}



/* Reduce the size of the The Better India logo on the About page and shift it left */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="thebetterIndia.webp"] {
  --logo-scale: 0.8 !important;
  transform: translateX(-1.2rem) scale(var(--logo-scale)) !important;
  /* Shrunk and shifted left to close the gap */
}


/* About Page: Align all Investor logos in a flexible, auto-adjusting flex row with equal spacing */
body[data-page="about"][data-design="old"] .partners-investors-right {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 2rem !important;
  /* Perfect equal spacing matching other marquees */
  width: 100% !important;
}

body[data-page="about"][data-design="old"] .partners-investors-right .unified-logo-item {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  /* Resets the default fixed height */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body[data-page="about"][data-design="old"] .partners-investors-right .unified-logo-item img {
  height: 5.5rem !important;
  /* Keeps custom height sizing */
  width: auto !important;
  max-height: none !important;
}


/* Ensure equal and tighter gap between all marquee logos on the About page */
body[data-page="about"][data-design="old"] .client-logo-track {
  gap: 0.75rem !important;
  /* Matches the gap of the "Indra is featured in" marquee */
  align-items: center !important;
}



/* Make logo boxes shrink to fit the images to ensure 100% equal spacing between logos */
body[data-page="about"][data-design="old"] .client-logo-item {
  width: auto !important;
  overflow: visible !important;
  /* <--- Prevents any shifted or zoomed logos from getting cut off! */
}


/* Make logo boxes shrink to fit the images to ensure 100% equal spacing between logos */
body[data-page="about"][data-design="old"] .client-logo-item {
  width: auto !important;
}

body[data-page="about"][data-design="old"] .client-logo-item img {
  width: auto !important;
}

/* Add a smooth zoom-in hover effect relative to each logo's custom scale */
body[data-page="about"][data-design="old"] .client-logo-item:hover img {
  transform: translate(var(--logo-x, 0), var(--logo-y, 0)) scale(calc(var(--logo-scale, 1) * 1.06)) !important;
}

/* Increase the size of the YourStory logo on the About page and shift it right */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="yourstory.webp"] {
  --logo-scale: 1.45 !important;
  transform: translateX(1.0rem) scale(var(--logo-scale)) !important;
}

/* Increase the size of the Cleantech logo on the About page and shift it right */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="Cleantech.webp"] {
  --logo-scale: 1.45 !important;
  transform: translateX(2.0rem) scale(var(--logo-scale)) !important;
}

/* Nudge the AWaDH logo to the right to center it perfectly between riidl and ICT */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="AWaDH.webp"] {
  margin-left: 2.2 !important;
  /* Shifts AWaDH to the right */
}

/* Set a specific gap for "Indra is featured in" marquee only */
body[data-page="about"][data-design="old"] .partners-block:last-child .client-logo-track {
  gap: 1.4rem !important;
  /* Adjust this value specifically for the bottom marquee */
}

/* Increase the size of the Firstpost logo on the About page */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="firstpost.webp"] {
  --logo-scale: 1.7 !important;
  /* Scale it up to 170% without altering layout bounds */
}

/* Zoom the ICT logo on hover while keeping it translated to the right */
body[data-page="about"][data-design="old"] .client-logo-item:hover img[src*="InstituteofChemicalTechnology.webp"] {
  transform: translateX(1.8rem) scale(0.72) !important;
  /* Scale zooms from 0.68 to 0.72 on hover */
}

/* Shift the Global Water Awards logo to the right */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="globalwaterawards.webp"] {
  transform: translateX(1.2rem) !important;
  /* Visually shifts it right by 1.2rem */
}

/* Keep the shift active during hover */
body[data-page="about"][data-design="old"] .client-logo-item:hover img[src*="globalwaterawards.webp"] {
  transform: translateX(1.2rem) scale(1.06) !important;
  /* Zooms forward while keeping the shift */
}

/* Shift the Josh Talks logo to the right */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="Joshtalks.webp"] {
  transform: translateX(1.2rem) !important;
  /* Visually shifts it right by 1.2rem */
}

/* Keep the shift active during hover */
body[data-page="about"][data-design="old"] .client-logo-item:hover img[src*="Joshtalks.webp"] {
  transform: translateX(1.2rem) scale(1.06) !important;
  /* Zooms forward while keeping the shift */
}


/* Keep The Better India logo shifted left while zooming forward on hover */
body[data-page="about"][data-design="old"] .client-logo-item:hover img[src*="thebetterIndia.webp"] {
  transform: translateX(-1.2rem) scale(0.85) !important;
  /* Keeps it shifted left by -1.2rem and scales to 85% */
}

/* Keep the Athma Nirbhar Bharat logo shifted left while zooming forward on hover */
body[data-page="about"][data-design="old"] .client-logo-item:hover img[src*="Athamanirbarbharat.webp"] {
  transform: translateX(-1.2rem) scale(0.85) !important;
  /* Keeps it shifted left by -1.2rem and scales to 85% */
}

/* Shift the Forbes logo to the left */
body[data-page="about"][data-design="old"] .client-logo-item img[src*="forbes.webp"] {
  transform: translateX(-1.2rem) !important;
  /* Visually shifts it left by 1.2rem */
}

/* Keep the shift active during hover for Forbes */
body[data-page="about"][data-design="old"] .client-logo-item:hover img[src*="forbes.webp"] {
  transform: translateX(-1.2rem) scale(1.06) !important;
  /* Zooms forward while keeping the left shift */
}

/* Global: Force the body background to be completely solid white */
body[data-design="old"] {
  background: #ffffff !important;
}

/* Force all subpage heroes to cover the full screen height (100%) on mobile devices */
@media (max-width: 760px) {

  body[data-design="old"] .about-hero,
  body[data-design="old"] .technology-hero,
  body[data-design="old"] .industries-hero,
  body[data-design="old"] .problem-hero,
  body[data-design="old"] .products-hero {
    min-height: 100vh !important;
    min-height: 100svh !important;
  }
}

/* Reduce the bottom margin of the Built Different section header */
body[data-page="home"][data-design="old"] .why-indra-grid-header {
  margin-bottom: 0.5rem !important;
  /* Reduces default bottom margin */
}

/* Remove background glow pseudo-elements on old design pages to ensure 100% solid white */
body[data-design="old"]::before,
body[data-design="old"]::after {
  display: none !important;
  content: none !important;
}

/* Reduce the font size of the description text under "How ElectroX Helps" */
body[data-page="industries"][data-design="old"] .industry-detail-help-heading .lead {
  font-size: 1.05rem !important;
  line-height: 1.55 !important;
  color: #808080 !important;
  font-weight: 400 !important;
}

/* Prevent descenders (like the 'g' tail) from being cut off in the gradient text */
body[data-page="industries"][data-design="old"] .industry-selected-gradient {
  display: inline-block !important;
  padding-bottom: 0.05em !important;
}

/* Reverse active industry pill gradient (Dark Teal to Light Teal from left to right) */
body[data-page="industries"][data-design="old"] .industry-related-link.is-current {
  background: linear-gradient(90deg, #083d77 0%, #2d93ad 100%) !important;
  background-size: 100% 100% !important;
  /* Disables moving background slide */
  animation: none !important;
  /* Stops color-shifting animation */
  box-shadow: none !important;
}

/* Style the injected Cookie settings button to match neighboring legal links */
.site-footer .footer-legal-links button {
  font-size: 0.8rem !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;

}

/* Remove hover underline only for the Cookie settings button */
.site-footer .footer-legal-links button:hover {
  text-decoration: none !important;
  color: var(--text) !important;
}

/* Make all help timeline steps the same height so that divider lines are spaced equally */
body[data-page="industries"][data-design="old"] .industry-detail-help-step {
  min-height: 5.2rem !important;
}

/* ==========================================================================
   Technology Page - Process Integration Cards Overrides
   ========================================================================== */

/* Restore spacing between the cards */
body[data-page="technology"] .technology-integration-grid {
  gap: clamp(1.25rem, 2.2vw, 2rem) !important;
}

/* Style the columns as clean, elevated white cards with Figma specs */
body[data-page="technology"][data-design="old"] .technology-integration-section .technology-integration-card {
  max-width: 384px !important;
  /* Figma: Cap the card width so it doesn't stretch on large screens */
  width: 100% !important;
  /* Allow cards to scale down on smaller screens */
  justify-self: center !important;
  /* Center the cards inside their grid columns */
  min-height: 460px !important;
  /* Set to the exact Figma spec height */
  padding: clamp(2.5rem, 4vw, 3.5rem) clamp(1.5rem, 2.5vw, 2.2rem) !important;
  background-color: #ffffff !important;
  border: 1px solid #F6F6F6 !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
  /* Keep the wave hidden below card boundaries when unhovered */

  /* High-specificity overrides to beat the HTML style block's background-image: none */
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22384%22%20height%3D%22285%22%20viewBox%3D%220%200%20384%20285%22%3E%3Cg%20filter%3D%22url(%23filter0_f_60_211)%22%20transform%3D%22translate(384%2C%200)%20scale(-1%2C%201)%22%3E%3Cpath%20d%3D%22M161.686%20124.61C85.7023%20153.95%20-11.0978%20105.399%20-50%2077.4563V297.507C-50%20297.507%20-5.46781%20297.507%2088.0847%20297.507%20181.637%20297.507%20384%20297.507%20384%20297.507V153.95C337.89%20129.414%20237.67%2095.2719%20161.686%20124.61Z%22%20fill%3D%22url(%23paint0_linear_60_211)%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_60_211%22%20x%3D%22-110.5%22%20y%3D%220%22%20width%3D%22599%22%20height%3D%22381.583%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2230%22%20result%3D%22effect1_foregroundBlur_60_211%22%2F%3E%3C%2Ffilter%3E%3ClinearGradient%20id%3D%22paint0_linear_60_211%22%20x1%3D%22-50%22%20y1%3D%22297.507%22%20x2%3D%22384%22%20y2%3D%2277.4563%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23001C3D%22%2F%3E%3Cstop%20offset%3D%220.4%22%20stop-color%3D%22%23083D77%22%2F%3E%3Cstop%20offset%3D%220.6%22%20stop-color%3D%22%232D93AD%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232D93AD%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center 500px !important;
  /* Pushed completely down by default */
  background-size: 100% auto !important;

  /* Transition the lift effect and slide the wave up smoothly */
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-position 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* Hover effects: apply transform, shadow, and slide wave up from the bottom */
body[data-page="technology"][data-design="old"] .technology-integration-section .technology-integration-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: none !important;
  background-position: center bottom !important;
  /* Slides up vertically into position */
}



/* Change the Stage label (e.g. STAGE 01) to gold on card hover */
body[data-page="technology"] .technology-integration-card:hover .technology-integration-kicker {
  color: #dbb884 !important;
  background: none !important;
  -webkit-text-fill-color: #dbb884 !important;
}


/* Remove default gold vertical separators and override with standard card borders */
body[data-page="technology"] .technology-integration-card:nth-child(n + 2) {
  border-left: 1px solid #F6F6F6 !important;
}

/* Mobile responsive border overrides */
@media (max-width: 780px) {
  body[data-page="technology"] .technology-integration-card:nth-child(n + 2) {
    border-top: 1px solid #F6F6F6 !important;
  }
}

/* Prevent hover wave from overlapping text on mobile screens */
@media (max-width: 780px) {

  body[data-page="technology"][data-design="old"] .technology-integration-section .technology-integration-card {
    min-height: auto !important;
    /* Let the card size naturally to fit its text */
    border-radius: 20px !important;
    overflow: hidden !important;
    isolation: isolate !important;
  }

  body[data-page="technology"][data-design="old"] .technology-integration-section .technology-integration-card:hover {
    background-position: center bottom -130px !important;
    /* Push wave down further on mobile *
    /* Move the bottom of the SVG 80px below the card bottom */
  }
}

/* Align card contents and paragraphs to the left side */
body[data-page="technology"] .technology-integration-content {
  align-items: flex-start !important;
  text-align: left !important;
}

body[data-page="technology"] .technology-integration-kicker,
body[data-page="technology"] .technology-integration-content h3,
body[data-page="technology"] .technology-integration-content p {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

/* Force the card content container to be transparent so the card's background gradient shows through on hover */
body[data-page="technology"][data-design="old"] .technology-integration-section .technology-integration-content {
  background: transparent !important;
  background-color: transparent !important;
}

/* Align the industry challenge columns' text at the top */
body[data-page="industries"][data-design="old"] .industry-challenge-item {
  align-content: start !important;
}

/* Remove the top and bottom lines in the Reuse section */
body[data-page="problem"] .problem-opportunity-inner {
  border-top: none !important;
  border-bottom: none !important;
}

/* Smoothly hide the header on mobile when user reaches the footer to prevent logo collision */
@media (max-width: 780px) {
  .site-header {
    transition: background 320ms ease, backdrop-filter 320ms ease, box-shadow 320ms ease, transform 320ms ease, opacity 320ms ease !important;
  }

  .site-header.is-hidden {
    transform: translateY(-100%) !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* When the dropdown menu is open, apply the exact scrolled frosted-glass style */
  body[data-page] .site-header:has(.site-nav.is-open)::before {
    opacity: 1 !important;
    background: rgba(248, 252, 249, 0.88) !important;
    backdrop-filter: blur(22px) !important;
    -webkit-backdrop-filter: blur(22px) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07), 0 4px 20px rgba(0, 0, 0, 0.05) !important;
  }

  /* Change mobile menu link colors to dark grey when menu is open */
  body[data-page] .site-header:has(.site-nav.is-open) .brand,
  body[data-page] .site-header:has(.site-nav.is-open) .site-nav a {
    color: var(--text) !important;
    text-shadow: none !important;
  }

  /* Make the hamburger toggle button dark when menu is open */
  body[data-page] .site-header:has(.site-nav.is-open) .nav-toggle {
    color: var(--text) !important;
    border-color: var(--line) !important;
    background: rgba(235, 235, 235, 0.75) !important;
  }

  /* Swap the white logo with the gradient logo via CSS content replacement */
  body[data-page] .site-header:has(.site-nav.is-open) .brand-logo {
    content: url("../assets/optimized/logos/indra-header-gradient.webp") !important;
  }



  /* Allow "How ElectroX Helps" and its description to flow naturally on mobile screens */
  @media (max-width: 780px) {

    body[data-page="industries"][data-design="old"] .industry-detail-help-section .section-heading.industry-detail-help-heading h2,
    body[data-page="industries"][data-design="old"] .industry-detail-help-section .section-heading.industry-detail-help-heading .lead {
      max-width: none !important;
    }

    /* Align and shorten the "Save Water" button on mobile */
    body[data-page] .site-nav .nav-save-water-mobile {
      margin-left: 0 !important;
      margin-right: auto !important;
      /* Push all extra space to the right */
      width: fit-content !important;
      /* Make the button short */
      padding-left: 1rem !important;
      /* Keeps text aligned with the other menu items */
      padding-right: 1.25rem !important;
      /* Standard padding for the right side of the pill */
    }

    /* Reduce the spacing between the ElectroX photo and the "Built different" header on mobile */
    body[data-page="home"][data-design="old"] .electrox-core {
      padding-bottom: 3rem !important;
    }

    body[data-page="home"][data-design="old"] .why-indra-grid {
      padding-top: 3rem !important;
    }
  }
}

/* Fix product carousel arrow button limit on tablet and mobile view */
@media (max-width: 1100px) {
  body[data-page="home"][data-design="old"] .solutions-carousel {
    --solutions-visible: 2 !important;
  }
}

@media (max-width: 760px) {
  body[data-page="home"][data-design="old"] .solutions-carousel {
    --solutions-visible: 1 !important;
  }
}

/* Change the product card image backgrounds to solid white */
body[data-page="home"][data-design="old"] .solution-carousel-media {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

/* Scale up specific client logos in the Textile industry section to balance their sizes */
body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-item img[src*="OF.webp"] {
  --logo-scale: 1.35 !important;
}

body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-item img[src*="Sandsynergy.webp"] {
  --logo-scale: 1.35 !important;
}

body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-item img[src*="shahi.webp"] {
  --logo-scale: 1.3 !important;
}

/* Scale up Godrej and Privi logos in the Chemical & Pharmaceutical engagements section */
body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-item img[src*="godrejagrovet.webp"] {
  --logo-scale: 1.45 !important;
}

body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-item img[src*="Privi.webp"] {
  --logo-scale: 1.75 !important;
}

/* Scale up DMart and SeleQtions logos in the Sewage & Hospitality engagements section */
body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-item img[src*="DMART.webp"] {
  --logo-scale: 1.9 !important;
}

body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-item img[src*="seleqtion.webp"] {
  --logo-scale: 1.7 !important;
}

/* Make Ginger logo slightly smaller in the Sewage & Hospitality engagements section */
body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-item img[src*="7bba7e538789e510d69f4cf107cf84dc096f65eb"] {
  --logo-scale: 0.8 !important;
}

/* Products Page - Automotive Features Grid boxes to match Spectrum boxes */
body[data-page="products"][data-design="old"] .automotive-features {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.75rem !important;
  max-width: 39rem !important;
  margin-top: clamp(1.45rem, 2.4vw, 2rem) !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}


body[data-page="products"][data-design="old"] .automotive-feature-item {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 0.75rem !important;
  min-height: 4.25rem !important;
  padding: 0.85rem 0.95rem !important;
  border: 1px solid rgba(8, 61, 119, 0.12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  text-align: left !important;
  box-shadow: none !important;
}

body[data-page="products"][data-design="old"] .automotive-feature-icon {
  width: 1.65rem !important;
  height: 1.65rem !important;
  color: #083d77 !important;
  opacity: 1 !important;
}

body[data-page="products"][data-design="old"] .automotive-feature-item p {
  margin: 0 !important;
  color: #061829 !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

@media (max-width: 760px) {

  body[data-page="products"][data-design="old"] .automotive-features,
  body[data-page="products"][data-design="old"] .spectrum-features {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Smooth pop-up hover transition and hover styles for both Spectrum and Automotive cards */
body[data-page="products"][data-design="old"] .automotive-feature-item,
body[data-page="products"][data-design="old"] .spectrum-feature-item {
  transition: transform 250ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 250ms ease, border-color 250ms ease, background-color 250ms ease !important;
}

body[data-page="products"][data-design="old"] .automotive-feature-item:hover,
body[data-page="products"][data-design="old"] .spectrum-feature-item:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(45, 147, 173, 0.42) !important;
  background-color: #ffffff !important;
  cursor: pointer;
}

/* --- Start of Hero Background Overrides --- */

/* 1. Make the dark overlay (::before) much clearer and softer on all inner pages (except contact page) */
body:not([data-page="home"]):not([data-page="contact"]) .hero-background::before {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.35) 0%, rgba(5, 5, 5, 0.35) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.35) 0%, rgba(15, 15, 15, 0.12) 50%, rgba(5, 5, 5, 0.04) 100%) !important;
  opacity: 1 !important;
}

/* Maintain original darker overlay specifically for the Contact page */
body[data-page="contact"] .hero-background::before {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.45) 0%, rgba(5, 5, 5, 0.45) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.45) 0%, rgba(15, 15, 15, 0.15) 50%, rgba(5, 5, 5, 0.05) 100%) !important;
  opacity: 1 !important;
}

/* 2. Make the light overlay (::after) much clearer at the bottom when scrolled/active */
body:not([data-page="home"]) .hero-background::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(237, 243, 247, 0.08) 50%, rgba(237, 243, 247, 0.20) 100%),
    radial-gradient(circle at 50% 88%, rgba(219, 184, 132, 0.14), transparent 28rem) !important;
}

/* 3. Increase background video brightness so the video is clear and vibrant on inner pages */
body:not([data-page="home"]):not([data-page="contact"]) .hero-video {
  filter: saturate(0.85) contrast(1.05) brightness(0.92) !important;
}

body[data-page="contact"] .hero-video {
  filter: saturate(0.85) contrast(1.05) brightness(0.85) !important;
}

/* --- End of Hero Background Overrides --- */

/* Remove the grey background box from the mobile navigation menu on the contact page */
@media (max-width: 808px) {
  body[data-page="contact"] .site-nav.is-open {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

/* Make S02 image larger on the products page by using the full container height */
body[data-page="products"][data-design="old"] .product-scroll-visual-card .solution-product-image-s02 {
  max-width: 98% !important;
  max-height: 102% !important;
  /* Allows the image to expand past 82% to fill the visual space */
}

/* Adjust L02 size on the products page */
body[data-page="products"][data-design="old"] .product-scroll-visual-card .solution-product-image-l02 {
  max-width: 80% !important;
  max-height: 80% !important;
  /* Increase/decrease this value to adjust the height */
}

/* 1. Enable dynamic columns for the products carousel on the home page */
body[data-page="home"][data-design="old"] .solutions-carousel-track {
  grid-auto-columns: calc((100% - (var(--solutions-visible) - 1) * 1px) / var(--solutions-visible)) !important;
}

/* Position the header container as the relative anchor for all screens */
body[data-page="home"][data-design="old"] .solutions-showcase-header {
  position: relative !important;
  width: 100% !important;
  z-index: 20 !important;
}

/* Position the navigation container absolutely over the middle of the image on desktop */
body[data-page="home"][data-design="old"] .solutions-carousel-nav {
  position: absolute !important;
  top: 100% !important;
  left: -0.95rem !important;
  /* Changed from -2.5rem to pull it inward */
  right: -0.95rem !important;
  /* Changed from -2.5rem to pull it inward */
  display: flex !important;
  justify-content: space-between !important;
  width: auto !important;
  /* Centered vertically on desktop image height (~20rem / 2 = 10rem) */
  transform: translateY(10rem) translateY(-50%) !important;
  pointer-events: none !important;
  z-index: 10 !important;
}

/* Position Left and Right buttons individually */
body[data-page="home"][data-design="old"] [data-solutions-prev] {
  position: absolute !important;
  left: 0 !important;
  pointer-events: auto !important;
}

body[data-page="home"][data-design="old"] [data-solutions-next] {
  position: absolute !important;
  right: 0 !important;
  pointer-events: auto !important;
}

/* Fade out and disable clicks on the arrow buttons when they cannot be scrolled (all screens) */
body[data-page="home"][data-design="old"] .solutions-carousel-btn:disabled {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Change all carousel buttons globally to use the soft light grey styling with no shadow */
body[data-page="home"][data-design="old"] .solutions-carousel-btn {
  background: #fafafa !important;
  /* Soft light grey background */
  border: 1px solid #dcdcdc !important;
  /* Subtle outline */
  color: #444444 !important;
  /* Dark grey arrow color */
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Hover style (slightly darker light grey background, arrow turns black) */
body[data-page="home"][data-design="old"] .solutions-carousel-btn:hover {
  background: #f0f0f0 !important;
  /* Light grey hover fill */
  border: 1px solid #dcdcdc !important;
  color: #000000 !important;
  /* Arrow turns black on hover */
  box-shadow: none !important;
  transform: none !important;
}

/* 2. Show exactly 1 card at a time on mobile screens (up to 820px wide) */
@media (max-width: 820px) {
  body[data-page="home"][data-design="old"] .solutions-carousel {
    --solutions-visible: 1 !important;
  }

  /* Center the product text & details inside the card */
  body[data-page="home"][data-design="old"] .solution-carousel-caption {
    justify-items: center !important;
    text-align: center !important;
  }

  /* Position the header container as the relative anchor */
  body[data-page="home"][data-design="old"] .solutions-showcase-header {
    position: relative !important;
    width: 100% !important;
    z-index: 20 !important;
  }

  /* Position the navigation container absolutely over the middle of the image */
  body[data-page="home"][data-design="old"] .solutions-carousel-nav {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    /* Shifts the container down by exactly half of the mobile image height (15.5rem / 2 = 7.75rem) */
    transform: translateY(7.75rem) translateY(-50%) !important;
    pointer-events: none !important;
    /* Let clicks pass through empty spaces */
    z-index: 10 !important;
  }

  /* Position the Left Arrow Button (decreased to 1.5rem to shift it away from the image) */
  body[data-page="home"][data-design="old"] [data-solutions-prev] {
    position: absolute !important;
    left: 1.5rem !important;
    pointer-events: auto !important;
  }

  /* Position the Right Arrow Button (decreased to 1.5rem to shift it away from the image) */
  body[data-page="home"][data-design="old"] [data-solutions-next] {
    position: absolute !important;
    right: 1.5rem !important;
    pointer-events: auto !important;
  }

  /* Fade out and disable clicks on the arrow buttons when they cannot be scrolled */
  body[data-page="home"][data-design="old"] .solutions-carousel-btn:disabled {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* 1. Set the page background to dark so that rounded corners are visible in subsequent gaps */
body[data-page="technology"] main {
  background: #0b1c3d !important;
}

/* 2. Set Hero section to full screen height and allow background overflow */
body[data-page="technology"] .technology-hero {
  min-height: 100vh !important;
  min-height: 100svh !important;
  overflow: visible !important;
}

body[data-page="technology"] .technology-hero::after {
  display: none !important;
  /* Hide the divider line so it doesn't cross the rounded corners */
}

/* 3. Extend the hero video container 40px below the bottom edge of the hero */
body[data-page="technology"] .hero-background {
  overflow: visible !important;
  bottom: -40px !important;
  height: calc(100% + 40px) !important;
}

body[data-page="technology"] .hero-video {
  height: 100% !important;
}

/* 1. Global Technology Page Canvas: Pure White (Eliminates dark navy side bars completely) */
body[data-page="technology"],
body[data-page="technology"] main {
  background: #ffffff !important;
}

/* Mobile Adjustments (Technology Page) */
@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden !important;
  }

  body[data-page="technology"] .site-header {
    width: calc(100% - 2rem) !important;
    left: 1rem !important;
    right: 1rem !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  /* Parent Wrapper Reset & Background on Mobile - Seamless Teal Gradient for outer margin gutters */
  body[data-page="technology"] #technology-authority,
  body[data-page="technology"] .technology-authority-section {
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: 0 !important;
    margin-inline: 0 !important;
    background: linear-gradient(115deg, #083d77 0%, #2d93ad 100%) !important;
    background-color: #083d77 !important;
  }

  body[data-page="technology"] .technology-authority-layout {
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: 0 !important;
    margin-inline: 0 !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
  }

  /* Teal Gradient Container - Extends much closer to screen edges on mobile */
  body[data-page="technology"] #technology-authority .technology-processes-grid,
  body[data-page="technology"] .technology-authority-section .technology-processes-grid,
  body[data-page="technology"] .technology-processes-grid,
  body[data-page="technology"] .technology-processes-grid:where([data-design="new"], [data-design="new"] *) {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
    width: calc(100% - 0.5rem) !important;
    margin-inline: auto !important;
    padding: 1.5rem 0.35rem !important;
    border-radius: 20px 20px 0 0 !important;
    box-sizing: border-box !important;
    margin-bottom: 0 !important;
  }

  /* Mechanism Cards on Mobile: Solid White Cards with Crisp Visible Text & Natural Width */
  body[data-page="technology"] .technology-authority-mechanisms .technology-process-card,
  body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-card,
  body[data-page="technology"] .technology-processes-grid .technology-process-card,
  body[data-page="technology"] .technology-process-card,
  body[data-page="technology"] .technology-process-card:first-child,
  body[data-page="technology"] .technology-process-card:hover {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
    padding: 1.35rem 0.65rem !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    box-sizing: border-box !important;
  }

  body[data-page="technology"] .technology-processes-grid .technology-process-card img,
  body[data-page="technology"] .technology-process-card img {
    width: 2.75rem !important;
    height: 2.75rem !important;
    margin: 0 0 1rem 0 !important;
    filter: invert(0.85) sepia(1) saturate(5) hue-rotate(170deg) !important;
    display: block !important;
  }

  body[data-page="technology"] .technology-processes-grid .technology-process-card h3,
  body[data-page="technology"] .technology-process-card h3 {
    color: #083d77 !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin: 0 0 0.6rem 0 !important;
    text-align: left !important;
  }

  body[data-page="technology"] .technology-processes-grid .technology-process-flip,
  body[data-page="technology"] .technology-processes-grid .technology-process-face,
  body[data-page="technology"] .technology-processes-grid .technology-process-face-back,
  body[data-page="technology"] .technology-processes-grid .technology-process-card p,
  body[data-page="technology"] .technology-process-face-back p,
  body[data-page="technology"] .technology-process-card p {
    color: #556983 !important;
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
    letter-spacing: -0.012em !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }

  /* Mobile Differentiators Section Header & Grid Layout - Identical width and smooth top overlap */
  body[data-page="technology"] #technology-differentiators,
  body[data-page="technology"] main>section.technology-differentiators-section,
  body[data-page="technology"] .technology-differentiators-section {
    width: calc(100% - 0.5rem) !important;
    margin-inline: auto !important;
    padding-top: 3rem !important;
    padding-bottom: 3.5rem !important;
    padding-inline: 1.25rem !important;
    border-radius: 24px 24px 0 0 !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    margin-top: -2.5rem !important;
    position: relative !important;
    z-index: 10 !important;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.05) !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
  }

  body[data-page="technology"] .technology-differentiators-header {
    width: 100% !important;
    margin-bottom: 2rem !important;
  }

  body[data-page="technology"] .technology-differentiators-heading h2 {
    white-space: normal !important;
    font-size: clamp(1.5rem, 5.5vw, 2rem) !important;
    line-height: 1.25 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }

  body[data-page="technology"] .technology-differentiators-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 2.5rem !important;
    width: 100% !important;
  }

  /* Card Grid for Mobile: Row 1 = Number | Icon | Heading, Row 2 = Text */
  body[data-page="technology"] .technology-differentiator-card,
  body[data-page="technology"] .technology-differentiator-card:where([data-design="new"], [data-design="new"] *) {
    display: grid !important;
    grid-template-columns: auto auto 1fr !important;
    grid-template-rows: auto auto !important;
    grid-template-areas:
      "number icon title"
      "desc   desc desc" !important;
    column-gap: 0.75rem !important;
    row-gap: 0.85rem !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
  }

  /* Number (Col 1, Row 1) */
  body[data-page="technology"] .technology-differentiator-card::before,
  body[data-page="technology"] .technology-differentiator-card:where([data-design="new"], [data-design="new"] *)::before {
    grid-area: number !important;
    grid-column: 1 / 2 !important;
    grid-row: 1 / 2 !important;
    font-size: clamp(2.2rem, 8vw, 2.8rem) !important;
    line-height: 1 !important;
    align-self: center !important;
    color: #ccbe9f !important;
    font-weight: 400 !important;
    display: block !important;
  }

  /* Icon (Col 2, Row 1) */
  body[data-page="technology"] .technology-differentiator-card-media {
    grid-area: icon !important;
    grid-column: 2 / 3 !important;
    grid-row: 1 / 2 !important;
    width: 3rem !important;
    height: 3rem !important;
    min-width: 3rem !important;
    min-height: 3rem !important;
    padding: 0.4rem !important;
    align-self: center !important;
  }

  /* Heading (Col 3, Row 1) */
  body[data-page="technology"] .technology-differentiator-card-copy {
    grid-area: title !important;
    grid-column: 3 / 4 !important;
    grid-row: 1 / 2 !important;
    width: 100% !important;
    align-self: center !important;
  }

  body[data-page="technology"] .technology-differentiator-card-copy h3 {
    font-size: clamp(1rem, 4vw, 1.2rem) !important;
    line-height: 1.3 !important;
    color: #083d77 !important;
    margin: 0 !important;
    white-space: normal !important;
  }

  /* Text (Cols 1-3, Row 2) */
  body[data-page="technology"] .technology-differentiator-description {
    grid-area: desc !important;
    grid-column: 1 / 4 !important;
    grid-row: 2 / 3 !important;
    width: 100% !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    color: #555555 !important;
    margin: 0 !important;
    white-space: normal !important;
  }
}

/* 2. Top Content Section */
body[data-page="technology"] #technology-authority,
body[data-page="technology"] .technology-authority-section {
  background: #ffffff !important;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  width: 100% !important;
  margin-inline: 0 !important;
}

body[data-page="technology"] .technology-authority-layout {
  background: #ffffff !important;
  border-radius: 24px 24px 0 0 !important;
  margin-top: 0 !important;
  margin-inline: auto !important;
  position: relative !important;
  z-index: 2 !important;
  width: min(100% - 3rem, 1280px) !important;
  /* <--- Shared 1280px Container */
  max-width: 1280px !important;
  padding-inline: 0 !important;
  padding-top: clamp(2rem, 4vw, 3rem) !important;
  padding-bottom: 1rem !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* 3. Teal Gradient Card Block (Unified 24px Top Corner Radius) */
body[data-page="technology"] #technology-authority .technology-processes-grid,
body[data-page="technology"] .technology-authority-section .technology-processes-grid,
body[data-page="technology"] .technology-processes-grid:where([data-design="new"], [data-design="new"] *) {
  background: linear-gradient(115deg, #083d77 0%, #2d93ad 100%) !important;
  border-radius: 24px 24px 0 0 !important;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-top: 3rem !important;
  margin-bottom: 0 !important;
  margin-inline: auto !important;
  position: relative !important;
  z-index: 5 !important;
  width: min(100% - 3rem, 1280px) !important;
  max-width: 1280px !important;
  padding-top: clamp(3.5rem, 5vw, 4.5rem) !important;
  padding-inline: clamp(1.5rem, 3vw, 2.5rem) !important;
  padding-bottom: clamp(6.5rem, 8vw, 8.5rem) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* Reduce left/right outer margins of the blue-teal gradient cards section specifically for Desktop and Laptop viewports.
   Maintains original spacing for mobile & tablet, and keeps the cards and gap sizing intact without stretching. */
@media (min-width: 1024px) {

  body[data-page="technology"] #technology-authority .technology-processes-grid,
  body[data-page="technology"] .technology-authority-section .technology-processes-grid,
  body[data-page="technology"] .technology-processes-grid:where([data-design="new"], [data-design="new"] *) {
    width: min(100% - 0.5rem, 1680px) !important;
    max-width: 1680px !important;
    padding-inline: max(clamp(1.5rem, 3vw, 2.5rem), calc((min(100% - 0.5rem, 1680px) - 1200px) / 2)) !important;
  }
}

/* 4. "Where ElectroX behaves differently" Section (Orange Background & Identical Aligned Top Curves) */
body[data-page="technology"] #technology-differentiators,
body[data-page="technology"] main>section.technology-differentiators-section,
body[data-page="technology"] .technology-differentiators-section {
  background: #ffffff !important;
  border-radius: 24px 24px 0 0 !important;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-top: -3.5rem !important;
  margin-inline: auto !important;
  width: min(100% - 3rem, 1240px) !important;
  max-width: 1240px !important;
  position: relative !important;
  z-index: 10 !important;
  padding-top: clamp(4.5rem, 6vw, 6rem) !important;
  padding-bottom: clamp(4.5rem, 5vw, 5.5rem) !important;
  padding-inline: clamp(1.5rem, 3vw, 2.5rem) !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

/* Full-Screen-Width Smooth Blur Shadow (No White Line / Gap) */
body[data-page="technology"] .treatment-comparison-header {
  position: relative !important;
}

body[data-page="technology"] .treatment-comparison-header::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: -7.5rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100vw !important;
  height: 36px !important;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.035) 40%,
      rgba(0, 0, 0, 0.035) 60%,
      rgba(0, 0, 0, 0) 100%) !important;
  filter: blur(5px) !important;
  pointer-events: none !important;
  z-index: 25 !important;
}

/* Style comparison section top padding */
body[data-page="technology"] main>section.treatment-comparison-section {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  margin-top: -4rem !important;
  position: relative !important;
  z-index: 4 !important;
  padding-top: clamp(12rem, 16vw, 15rem) !important;
  padding-bottom: clamp(5.5rem, 8vw, 7rem) !important;
  overflow: visible !important;
}

/* Subsequent dark video & integration sections */
body[data-page="technology"] main>section.technology-video-feature,
body[data-page="technology"] main>section.technology-integration-section,
body[data-page="technology"] main>section.home-contact-showcase {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  margin-top: -3.5rem !important;
  position: relative !important;
  z-index: 4 !important;
  padding-top: clamp(4.5rem, 6vw, 6rem) !important;
  overflow: visible !important;
}

/* Shift description below the heading, and position play button at the bottom */
body[data-page="technology"] .technology-video-feature .video-thumbnail-copy {
  position: absolute !important;
  top: 34% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.35rem !important;
  /* Reduced gap between heading and description text */
  max-width: none !important;
  padding: 0 clamp(1.5rem, 6vw, 6rem) !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

body[data-page="technology"] .technology-video-feature .video-thumbnail-copy h2 {
  position: static !important;
  display: block !important;
  grid-row: auto !important;
  max-width: 20ch !important;
  white-space: normal !important;
  text-align: center !important;
  font-size: clamp(2rem, 3.5vw, 2.75rem) !important;
  /* Increased size for better readability */
  line-height: 1.25 !important;
  margin: 0 !important;
  /* Reset margin to prevent browser default gaps */
}

body[data-page="technology"] .technology-video-feature .video-thumbnail-copy span {
  position: static !important;
  display: block !important;
  grid-row: auto !important;
  max-width: 54ch !important;
  font-size: clamp(0.95rem, 1.2vw, 1.15rem) !important;
  /* Slightly smaller to contrast with the massive heading */
  color: rgba(255, 255, 255, 0.75) !important;
  /* Muted opacity to enhance visual hierarchy */
  line-height: 1.4 !important;
  margin: 0 !important;
}

body[data-page="technology"] .technology-video-feature .video-thumbnail-play {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  inset: auto !important;
  transform: none !important;
  width: 3.25rem !important;
  height: 3.25rem !important;
  max-width: 3.25rem !important;
  max-height: 3.25rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}

body[data-page="technology"] .technology-video-feature .video-thumbnail-play::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 3.25rem !important;
  height: 3.25rem !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.09) !important;
  backdrop-filter: blur(8px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}

body[data-page="technology"] .technology-video-feature .video-thumbnail-play svg {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(calc(-50% + 0.1rem), -50%) !important;
  width: 1.55rem !important;
  height: 1.55rem !important;
  color: #ffffff !important;
}

@media (max-width: 768px) {
  body[data-page="technology"] .technology-video-feature .video-thumbnail-copy h2 {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }

  body[data-page="technology"] .technology-video-feature .video-thumbnail-copy span {
    font-size: 0.85rem !important;
    line-height: 1.35 !important;
  }

  body[data-page="technology"] main>section.technology-integration-section {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding-bottom: 5.5rem !important;
  }
}


/* 8. Format the proof numbers 4 and 6 to be 04 and 06 in gold, with labels stacked on top in teal (high-specificity) */
body[data-page="technology"][data-design="old"] main section.technology-authority-section .technology-authority-proof-grid div {
  display: flex !important;
  flex-direction: column-reverse !important;
  align-items: center !important;
  /* Keeps text and numbers centered */
  text-align: center !important;
  gap: 0.5rem !important;
  /* Spacing between label and number */
}

/* Style the labels (teal/cyan, centered, aligned in one line) */
body[data-page="technology"][data-design="old"] main section.technology-authority-section .technology-authority-proof-grid div span {
  color: #2d93ad !important;
  /* Brand teal/cyan */
  font-size: clamp(0.85rem, 1.1vw, 1rem) !important;
  /* Slightly smaller to fit perfectly in one line on smaller screens */
  font-weight: 500 !important;
  line-height: 1.3 !important;
  text-transform: capitalize !important;
  text-align: center !important;
  margin-top: 0 !important;
  /* Reset margin-top from embedded style */
  max-width: none !important;
  /* Overrides the 12rem limit from hybrid.css */
  white-space: nowrap !important;
  /* Forces the text to stay on a single line */
}

/* Style the numbers (gold, bold, and slightly larger, overriding webkit gradients) */
body[data-page="technology"][data-design="old"] main section.technology-authority-section .technology-authority-proof-grid div strong {
  color: #dbb884 !important;
  /* Brand gold */
  -webkit-text-fill-color: #dbb884 !important;
  /* Overrides the transparent mask from embedded styles */
  background: none !important;
  /* Removes background gradient */
  -webkit-background-clip: unset !important;
  /* Removes background clipping */
  background-clip: unset !important;
  font-size: clamp(3.5rem, 5vw, 4.5rem) !important;
  /* Slightly larger than original size */
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
}

/* Prepend '0' to numbers 4 and 6 to display them as 04 and 06 */
body[data-page="technology"][data-design="old"] main section.technology-authority-section .technology-authority-proof-grid div strong::before {
  content: "0" !important;
}

/* 9. Remove the vertical divider line between the proof columns */
body[data-page="technology"][data-design="old"] main section.technology-authority-section .technology-authority-proof-grid div+div {
  border-left: none !important;
}

/* 10. Transform Differentiators Section into the List Layout */

/* Left-align the header within the page layout boundaries */
body[data-page="technology"] .technology-differentiators-header {
  background: transparent !important;
  display: block !important;
  width: min(100% - 2rem, 1240px) !important;
  /* Match layout width of the cards above */
  margin-inline: auto !important;
  margin-bottom: 4rem !important;
  padding-inline: 0 !important;
  /* Reset padding to align exactly with the card edge */
}

body[data-page="technology"] .technology-differentiators-heading {
  background: transparent !important;
  text-align: left !important;
  max-width: 800px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

body[data-page="technology"] .technology-differentiators-heading h2,
body[data-page="technology"] .technology-differentiators-heading h2:where([data-design="new"], [data-design="new"] *) {
  font-size: clamp(1.75rem, 2.7vw, 2.5rem) !important;
  text-align: left !important;
  color: #083d77 !important;
  margin-bottom: 1rem !important;
  white-space: nowrap !important;
  /* Keep the entire heading in one line */
  max-width: none !important;
  /* Remove any character width limitations */
  width: fit-content !important;
  /* Force the element box to fit the text size */
  padding-right: 0.25em !important;
  /* Add rendering margin to prevent the letter 'y' from clipping */
}

body[data-page="technology"] .technology-differentiators-heading .lead {
  font-size: clamp(0.88rem, 1.05vw, 0.98rem) !important;
  text-align: left !important;
  color: #666666 !important;
}

body[data-page="technology"] .technology-differentiators-nav {
  display: none !important;
  /* Hide carousel buttons since it's a vertical list now */
}

/* Disable carousel wrapper cropping and align to container boundaries */
body[data-page="technology"] .technology-differentiators-carousel {
  overflow: visible !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
  /* Reset padding to align exactly with the card edge */
}

/* Format differentiators grid container and align it to the left */
body[data-page="technology"] .technology-differentiators-grid,
body[data-page="technology"] .technology-differentiators-grid:where([data-design="new"], [data-design="new"] *) {
  display: flex !important;
  flex-direction: column !important;
  gap: 4.75rem !important;
  /* Spacing between the list rows */
  width: 100% !important;
  max-width: 100% !important;
  /* Expands this section's width to 1240px so the text reaches the right edge */
  margin-left: 0 !important;
  /* Align grid to the left of the container */
  margin-right: auto !important;
  transform: none !important;
  /* Locks carousel slide interactions */
  counter-reset: differentiator-counter;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}




/* Format each card item as a horizontal grid row */
body[data-page="technology"] .technology-differentiator-card,
body[data-page="technology"] .technology-differentiator-card:where([data-design="new"], [data-design="new"] *) {
  display: grid !important;
  grid-template-columns: 80px auto 1fr !important;
  grid-template-areas:
    "number icon title"
    "number icon desc" !important;
  column-gap: 5.8rem !important;
  row-gap: 0.25rem !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  overflow: visible !important
}

/* Generate list numbers 01, 02, 03, 04 in beige-gold (explicitly placed in col 1, spanning both rows) */
body[data-page="technology"] .technology-differentiator-card::before,
body[data-page="technology"] .technology-differentiator-card:where([data-design="new"], [data-design="new"] *)::before {
  grid-column: 1 / 2 !important;
  grid-row: 1 / 3 !important;
  counter-increment: differentiator-counter;
  content: "0" counter(differentiator-counter) !important;
  font-size: clamp(4.2rem, 5.8vw, 5.5rem) !important;
  color: #ccbe9f !important;
  /* Soft beige-gold color */
  font-weight: 400 !important;
  line-height: 1 !important;
  align-self: center !important;
  font-family: inherit !important;
  display: block !important;
  border: none !important;
  border-top: none !important;
  /* Reset all absolute sizing, positioning, background, and transforms to remove the line */
  position: static !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  background-color: transparent !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
}

/* Style the icon container as a soft rounded box */
body[data-page="technology"] .technology-differentiator-card-media,
body[data-page="technology"] .technology-differentiator-card:nth-child(2n) .technology-differentiator-card-media,
body[data-page="technology"] .technology-differentiator-card:nth-child(n) .technology-differentiator-card-media,
body[data-page="technology"] .technology-differentiator-card-media:where([data-design="new"], [data-design="new"] *) {
  grid-column: 2 / 3 !important;
  grid-row: 1 / 3 !important;
  background: #f5efe4 !important;
  /* Soft light-beige background */
  border-radius: 12px !important;
  width: 84px !important;
  height: 84px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px !important;
  box-sizing: border-box !important;
  align-self: center !important;
  margin: 0 !important;
  border: none !important;
}

body[data-page="technology"] .technology-differentiator-card-media svg {
  width: 100% !important;
  height: 100% !important;
}

/* Position and style the text titles */
body[data-page="technology"] .technology-differentiator-card-copy,
body[data-page="technology"] .technology-differentiator-card-copy--feature,
body[data-page="technology"] .technology-differentiator-card-copy:where([data-design="new"], [data-design="new"] *),
body[data-page="technology"] .technology-differentiator-card-copy--feature:where([data-design="new"], [data-design="new"] *) {
  grid-column: 3 / 4 !important;
  grid-row: 1 / 2 !important;
  margin: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  align-self: end !important;
  transform: none !important;
  max-width: none !important;
  width: 100% !important;
  /* Removes width restrictions on all feature copy containers */
}

body[data-page="technology"] .technology-differentiator-card-copy h3,
body[data-page="technology"] .technology-differentiator-card-copy h3:where([data-design="new"], [data-design="new"] *) {
  font-size: clamp(1rem, 1.2vw, 1.18rem) !important;
  font-weight: 700 !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  background-image: linear-gradient(112deg, #083d77 0%, #2d93ad 100%) !important;
  background-size: 100% 100% !important;
  background-position: 0% 0% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  max-width: none !important;
  /* Overrides the 20ch limit */
  padding-right: 0.15em !important;
  /* Prevents the letter 'y' at the end of a line from being clipped by the gradient bounding box */
}

/* Position and style the description text */
body[data-page="technology"] .technology-differentiator-description,
body[data-page="technology"] .technology-differentiator-description:where([data-design="new"], [data-design="new"] *) {
  grid-area: desc !important;
  color: #666666 !important;
  font-size: clamp(0.9rem, 1.1vw, 1.05rem) !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  margin-top: 0.25rem !important;
  text-align: left !important;
  align-self: start !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
  transform: none !important;
  max-width: 68ch !important;
  width: 100% !important;

}

/* ==========================================================================
   Process Cards Layout & Typography (Matches Target Image)
   ========================================================================== */

/* Format 3-column grid */
body[data-page="technology"] .technology-processes-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2.5rem 2rem !important;
  align-items: start !important;
}

/* Flatten 3D flip card containers */
body[data-page="technology"] .technology-process-card,
body[data-page="technology"] .technology-process-flip,
body[data-page="technology"] .technology-process-face,
body[data-page="technology"] .technology-process-face-front,
body[data-page="technology"] .technology-process-face-back {
  position: static !important;
  transform: none !important;
  perspective: none !important;
  background: transparent !important;
  background-color: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

body[data-page="technology"] .technology-process-face-back {
  display: block !important;
}

/* Cards 2-6: Transparent with white text (Desktop Only) */
@media (min-width: 769px) {
  body[data-page="technology"] .technology-process-card {
    padding: 1.75rem !important;
    border-radius: 24px !important;
    gap: 1rem !important;
    transition: all 0.25s ease !important;
  }

  body[data-page="technology"] .technology-process-card img {
    width: 3.5rem !important;
    height: 3.5rem !important;
    margin: 0 0 0.5rem 0 !important;
  }

  body[data-page="technology"] .technology-process-card h3 {
    color: #ffffff !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    text-align: left !important;
  }

  body[data-page="technology"] .technology-process-card p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    text-align: left !important;
  }
}

/* Card 1 & Hover: Elevated Solid White Card */
body[data-page="technology"] .technology-process-card:first-child,
body[data-page="technology"] .technology-process-card:first-child .technology-process-face-front,
body[data-page="technology"] .technology-process-card:hover,
body[data-page="technology"] .technology-process-card:hover .technology-process-face-front {
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14) !important;
  padding: 2rem 1.75rem !important;
  border-radius: 24px !important;
}

body[data-page="technology"] .technology-process-card:first-child h3,
body[data-page="technology"] .technology-process-card:hover h3 {
  color: #083d77 !important;
}

body[data-page="technology"] .technology-process-card:first-child p,
body[data-page="technology"] .technology-process-card:hover p {
  color: #556983 !important;
}


/* ==========================================================================
   Seamless Static Feature Cards (Matches Reference Image)
   ========================================================================== */

/* ==========================================================================
   Interactive Hover Feature Cards (Pop-Up Solid White Card on Hover)
   ========================================================================== */

/* 1. Remove Top Gradient Bar ::before on cards */
body[data-page="technology"] .technology-authority-mechanisms .technology-process-card::before,
body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-card::before {
  display: none !important;
  content: none !important;
}

/* 2. BASE CARD (UN-HOVERED): Seamless Transparent Card */
body[data-page="technology"] .technology-authority-mechanisms .technology-process-card,
body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-card,
body[data-page="technology"] .technology-process-card,
body[data-page="technology"][data-design="old"] .technology-process-card {
  position: relative !important;
  min-height: 0 !important;
  height: auto !important;
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 24px !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  overflow: visible !important;
  padding: 2rem 1.75rem !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
  cursor: pointer !important;
  transform: translateY(0) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* 3. HOVER STATE: Elevates into Solid White Card (Second Image) */
body[data-page="technology"] .technology-authority-mechanisms .technology-process-card:hover,
body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-card:hover,
body[data-page="technology"] .technology-process-card:hover,
body[data-page="technology"][data-design="old"] .technology-process-card:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18) !important;
  transform: translateY(-6px) !important;
}

/* 4. Disable 3D Flip Animations */
body[data-page="technology"] .technology-authority-mechanisms .technology-process-flip,
body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-flip,
body[data-page="technology"] .technology-process-flip,
body[data-page="technology"][data-design="old"] .technology-process-flip,
body[data-page="technology"] .technology-process-card:hover .technology-process-flip,
body[data-page="technology"][data-design="old"] .technology-process-card:hover .technology-process-flip {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  -webkit-transform: none !important;
  transition: none !important;
  perspective: none !important;
  transform-style: flat !important;
  width: 100% !important;
  height: auto !important;
}

body[data-page="technology"] .technology-authority-mechanisms .technology-process-face,
body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-face,
body[data-page="technology"] .technology-authority-mechanisms .technology-process-face-front,
body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-face-front,
body[data-page="technology"] .technology-authority-mechanisms .technology-process-face-back,
body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-face-back,
body[data-page="technology"] .technology-process-face,
body[data-page="technology"][data-design="old"] .technology-process-face,
body[data-page="technology"] .technology-process-face-front,
body[data-page="technology"][data-design="old"] .technology-process-face-front,
body[data-page="technology"] .technology-process-face-back,
body[data-page="technology"][data-design="old"] .technology-process-face-back {
  position: static !important;
  inset: auto !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  perspective: none !important;
  backface-visibility: visible !important;
  -webkit-backface-visibility: visible !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  place-items: start !important;
  text-align: left !important;
}

/* 5. ICON DEFAULT (UN-HOVERED): Native Pure White Lines + Vibrant Cyan Dots (Second Image) */
body[data-page="technology"] .technology-authority-mechanisms .technology-process-card img,
body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-card img,
body[data-page="technology"] .technology-process-card img {
  width: 3.5rem !important;
  height: 3.5rem !important;
  margin: 0 0 1.5rem 0 !important;
  filter: none !important;
  /* <--- Shows native white lines + cyan dots */
  transition: none !important;
  display: block !important;
}

/* 5. ICON HOVER: Converts white lines to dark blue on the white hover card */
body[data-page="technology"] .technology-authority-mechanisms .technology-process-card:hover img,
body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-card:hover img,
body[data-page="technology"] .technology-process-card:hover img {
  filter: invert(0.85) sepia(1) saturate(5) hue-rotate(170deg) !important;
}

/* 6. HEADING: White on default, Dark Blue on hover */
body[data-page="technology"] .technology-authority-mechanisms .technology-process-card h3,
body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-card h3,
body[data-page="technology"] .technology-process-card h3 {
  color: #ffffff !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin: 0 0 0.85rem 0 !important;
  text-align: left !important;
  transition: color 0.35s ease !important;
}

body[data-page="technology"] .technology-authority-mechanisms .technology-process-card:hover h3,
body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-card:hover h3,
body[data-page="technology"] .technology-process-card:hover h3 {
  color: #083d77 !important;
  /* Dark blue title on hover */
}

/* 7. DESCRIPTION: Semi-transparent white on default, Slate Gray on hover */
body[data-page="technology"] .technology-authority-mechanisms .technology-process-card p,
body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-card p,
body[data-page="technology"] .technology-process-card p {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.92rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  text-align: left !important;
  transition: color 0.35s ease !important;
}

body[data-page="technology"] .technology-authority-mechanisms .technology-process-card:hover p,
body[data-page="technology"][data-design="old"] .technology-authority-mechanisms .technology-process-card:hover p,
body[data-page="technology"] .technology-process-card:hover p {
  color: #556983 !important;
  /* Slate gray text on white hover card */
}

/* ==========================================================================
   MOBILE VIEW (<= 768px): Technology Differentiators Layout Override
   ========================================================================== */
@media (max-width: 768px) {

  /* Differentiators Section Container on Mobile - Matches Teal Container width & overlap */
  body[data-page="technology"] #technology-differentiators,
  body[data-page="technology"] main>section.technology-differentiators-section,
  body[data-page="technology"] .technology-differentiators-section {
    width: calc(100% - 1rem) !important;
    max-width: calc(100% - 2.8rem) !important;
    margin-inline: auto !important;
    padding-top: 3rem !important;
    padding-bottom: 3.5rem !important;
    padding-inline: 1.25rem !important;
    border-radius: 24px 24px 0 0 !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    margin-top: -2.5rem !important;
    position: relative !important;
    z-index: 10 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
  }

  body[data-page="technology"] .technology-differentiators-header {
    width: 100% !important;
    margin-bottom: 2rem !important;
    display: flex !important;
    flex-direction: column !important;
  }

  body[data-page="technology"] .technology-differentiators-heading h2 {
    white-space: normal !important;
    font-size: clamp(1.5rem, 5.5vw, 2rem) !important;
    line-height: 1.25 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }

  body[data-page="technology"] .technology-differentiators-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 2.5rem !important;
    width: 100% !important;
  }

  /* Card Grid for Mobile: Fixed 55px Col 1 width so all icons align in one straight vertical line */
  body[data-page="technology"] .technology-differentiator-card,
  body[data-page="technology"] .technology-differentiator-card:where([data-design="new"], [data-design="new"] *) {
    display: grid !important;
    grid-template-columns: 55px 44px 1fr !important;
    grid-template-rows: auto auto !important;
    grid-template-areas:
      "number icon title"
      ".      .    desc" !important;
    column-gap: 1rem !important;
    row-gap: 0.6rem !important;
    align-items: start !important;
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* Number (Col 1, Row 1) - shifted upside beside icon */
  body[data-page="technology"] .technology-differentiator-card::before,
  body[data-page="technology"] .technology-differentiator-card:where([data-design="new"], [data-design="new"] *)::before {
    grid-area: number !important;
    grid-column: 1 / 2 !important;
    grid-row: 1 / 2 !important;
    font-size: clamp(2.2rem, 8vw, 2.8rem) !important;
    line-height: 1 !important;
    align-self: center !important;
    color: #ccbe9f !important;
    font-weight: 400 !important;
    display: block !important;
    position: static !important;
    margin: 0 !important;
  }

  /* Icon (Col 2, Row 1) - Small icon container, beside number & heading, Row 1 ONLY */
  body[data-page="technology"] .technology-differentiator-card-media,
  body[data-page="technology"] .technology-differentiator-card:nth-child(2n) .technology-differentiator-card-media,
  body[data-page="technology"] .technology-differentiator-card:nth-child(n) .technology-differentiator-card-media,
  body[data-page="technology"] .technology-differentiator-card-media:where([data-design="new"], [data-design="new"] *) {
    grid-area: icon !important;
    grid-column: 2 / 3 !important;
    grid-row: 1 / 2 !important;
    background: #f5efe4 !important;
    border-radius: 10px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    align-self: center !important;
    margin: 0 !important;
    border: none !important;
    position: static !important;
  }

  /* Heading (Col 3, Row 1) - beside icon */
  body[data-page="technology"] .technology-differentiator-card-copy {
    grid-area: title !important;
    grid-column: 3 / 4 !important;
    grid-row: 1 / 2 !important;
    width: 100% !important;
    align-self: center !important;
    margin: 0 !important;
  }

  body[data-page="technology"] .technology-differentiator-card-copy h3 {
    font-size: clamp(1rem, 4vw, 1.2rem) !important;
    line-height: 1.3 !important;
    color: #083d77 !important;
    margin: 0 !important;
    white-space: normal !important;
  }

  /* Text (Col 3, Row 2) - directly under heading only */
  body[data-page="technology"] .technology-differentiator-description {
    grid-area: desc !important;
    grid-column: 3 / 4 !important;
    grid-row: 2 / 3 !important;
    width: 100% !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    color: #555555 !important;
    margin: 0 !important;
    white-space: normal !important;
  }
}

/* ==========================================================================
   Remove First (Top) and Third (Bottom) Grey Lines - Keep Middle Line Only
   ========================================================================== */

/* 1. Hide top rule bar and bottom section divider */
body[data-page="industries"] .industry-detail-challenges-rule,
body[data-page="industries"] .industry-detail-summary-divider,
.industry-detail-challenges-rule,
.industry-detail-summary-divider {
  display: none !important;
  border: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden !important;
}

/* 2. Remove container top and bottom border outlines */
body[data-page="industries"] .industry-detail-challenges-shell,
body[data-page="industries"] .industry-detail-challenges-grid,
body[data-page="industries"] .industry-detail-challenges-title {
  border-top: none !important;
  border-bottom: none !important;
}

/* 2b. Remove the two grey divider lines around Industry Challenges */
/* Top line: border-bottom on .industry-detail-route-strip (hybrid.css 32332) */
body[data-page="industries"][data-design="old"] .industry-detail-route-strip {
  border-top: none !important;
  border-bottom: none !important;
}

body[data-page="industries"][data-design="old"] .industry-detail-route-section {
  background: #ffffff !important;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  margin-top: -0rem !important;
  position: relative !important;
  z-index: 4 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  padding-top: clamp(1.25rem, 2vw, 2.25rem) !important;
  padding-bottom: clamp(1rem, 2vw, 1.5rem) !important;
}

body[data-page="industries"][data-design="old"] .industry-detail-route-strip article {
  padding-top: clamp(0.5rem, 1vw, 1rem) !important;
  padding-bottom: clamp(0.5rem, 1vw, 1rem) !important;
}

/* Bottom line: border-top on .section.industry-detail-help-section (hybrid.css 32456) */
body[data-page="industries"][data-design="old"] .section.industry-detail-help-section {
  border-top: none !important;
}

body[data-page="industries"][data-design="old"] .industry-detail-help-timeline {
  border-top: none !important;
}

body[data-page="industries"][data-design="old"] .industry-detail-help-step:last-child {
  border-bottom: none !important;
}

/* 4. Remove all borders and zero out extra padding between items */
/* 4. Remove all borders and override hybrid.css 1rem item padding */
/* 4. Remove all borders and override hybrid.css 1rem item padding */
body[data-page="industries"][data-design="old"] .industry-detail-challenges-shell .industry-challenge-item,
body[data-page="industries"][data-design="old"] .industry-detail-challenges-grid .industry-challenge-item,
body[data-page="industries"][data-design="old"] .industry-challenge-item,
body[data-page="industries"] .industry-challenge-item,
.industry-challenge-item {
  border-bottom: none !important;
  border-top: none !important;
  border: none !important;
  display: block !important;
  padding: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
}

/* 5. Arrange points vertically - Customize gaps below */
body[data-page="industries"][data-design="old"] .industry-detail-challenges-shell .industry-detail-challenges-grid,
body[data-page="industries"][data-design="old"] .industry-detail-challenges-grid.cols-4,
body[data-page="industries"][data-design="old"] .industry-detail-challenges-grid,
body[data-page="industries"] .industry-detail-challenges-grid.cols-4,
body[data-page="industries"] .industry-detail-challenges-grid,
.industry-detail-challenges-grid.cols-4 {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: 1fr !important;
  gap: 0.75rem !important;
  /* Spacing BETWEEN each bullet point */
  margin-top: 1.25rem !important;
  /* Spacing between heading and first bullet point */
  margin-left: 1.75rem !important;
  /* Left indent under heading */
}

/* 6. Clean hanging indent, zero paragraph margin & unlimited text width */
body[data-page="industries"][data-design="old"] .industry-detail-challenges-shell .industry-challenge-item p,
body[data-page="industries"][data-design="old"] .industry-detail-challenges-grid .industry-challenge-item p,
body[data-page="industries"][data-design="old"] .industry-challenge-item p,
body[data-page="industries"] .industry-challenge-item p,
.industry-challenge-item p {
  position: relative !important;
  padding-left: 1.15rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-width: none !important;
  width: 100% !important;
  line-height: 1.35 !important;
}

body[data-page="industries"] .industry-challenge-item p::before,
.industry-challenge-item p::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.55em !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background-color: #2d93ad !important;
  margin-right: 0 !important;
  transform: none !important;
}

/* 7. Swap positions & Optical vertical centering & Teal gradient background card styling */
body[data-page="industries"] .section.industry-detail-summary-section,
body[data-page="industries"][data-design="old"] .section.industry-detail-summary-section,
#industry-metrics,
.industry-detail-summary-section {
  background: linear-gradient(115deg, #083d77 0%, #2d93ad 100%) !important;
  border-radius: 0 !important;
  box-shadow: 0 20px 40px rgba(8, 61, 119, 0.12) !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: clamp(2.5rem, 4vw, 4rem) !important;
  padding-bottom: clamp(2.5rem, 4vw, 4rem) !important;
  padding-left: max(1.5rem, calc((100% - 1180px) / 2)) !important;
  padding-right: max(1.5rem, calc((100% - 1180px) / 2)) !important;
}

body[data-page="industries"][data-design="old"] .industry-detail-challenges-title,
body[data-page="industries"] .industry-detail-challenges-title,
.industry-detail-challenges-title {
  color: #ffffff !important;
}

body[data-page="industries"][data-design="old"] .industry-challenge-item p,
body[data-page="industries"] .industry-challenge-item p,
.industry-challenge-item p {
  color: #ffffff !important;
}

body[data-page="industries"][data-design="old"] .industry-challenge-item p::before,
body[data-page="industries"] .industry-challenge-item p::before,
.industry-challenge-item p::before {
  background-color: #2d93ad !important;
}

body[data-page="industries"] .industry-detail-summary-section .industry-detail-stat-prefix,
body[data-page="industries"] .industry-detail-summary-section.is-visible .industry-detail-stat-prefix,
.industry-detail-summary-section .industry-detail-stat-prefix,
.industry-detail-summary-section.is-visible .industry-detail-stat-prefix {
  background: none !important;
  background-image: none !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.75) !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

body[data-page="industries"] .industry-detail-summary-section .industry-detail-stat-copy,
body[data-page="industries"] .industry-detail-summary-section.is-visible .industry-detail-stat-copy,
.industry-detail-summary-section .industry-detail-stat-copy,
.industry-detail-summary-section.is-visible .industry-detail-stat-copy {
  background: none !important;
  background-image: none !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.75) !important;
  color: rgba(255, 255, 255, 0.75) !important;
  max-width: none !important;
  white-space: nowrap !important;
  transform: translate3d(0, 0, 0) !important;
  /* Forces GPU rendering to prevent sub-pixel layout shaking */
  backface-visibility: hidden !important;
  will-change: transform !important;
}

body[data-page="industries"] .industry-detail-summary-section .industry-detail-stat-value,
body[data-page="industries"] .industry-detail-summary-section.is-visible .industry-detail-stat-value,
.industry-detail-summary-section .industry-detail-stat-value,
.industry-detail-summary-section.is-visible .industry-detail-stat-value {
  background: none !important;
  background-image: none !important;
  -webkit-text-fill-color: #dbb884 !important;
  color: #dbb884 !important;
  display: inline-block !important;
  min-width: 280px !important;
  /* Prevents container from shifting size dynamically as numbers increment */
  font-variant-numeric: tabular-nums !important;
  /* Uses monospace widths for characters to prevent horizontal spacing shifts */
}

body[data-page="industries"] .industry-detail-challenges-title,
.industry-detail-challenges-title {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Mobile View Only: Adjust padding and layout in the Industry Challenges section */
@media (max-width: 768px) {

  body[data-page="industries"] .section.industry-detail-summary-section,
  body[data-page="industries"][data-design="old"] .section.industry-detail-summary-section,
  body[data-page="industries"] #industry-metrics,
  body[data-page="industries"][data-design="old"] #industry-metrics,
  .industry-detail-summary-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2.25rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  body[data-page="industries"] .industry-detail-stat-stripe,
  body[data-page="industries"][data-design="old"] .industry-detail-stat-stripe,
  .industry-detail-stat-stripe {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
  }

  body[data-page="industries"] .industry-detail-stat-line,
  body[data-page="industries"][data-design="old"] .industry-detail-stat-line,
  .industry-detail-stat-line {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 0.5rem !important;
    width: 100% !important;
  }

  body[data-page="industries"] .industry-detail-summary-section .industry-detail-stat-value,
  body[data-page="industries"][data-design="old"] .industry-detail-summary-section .industry-detail-stat-value,
  .industry-detail-summary-section .industry-detail-stat-value {
    min-width: 0 !important;
  }

  body[data-page="industries"] .industry-detail-summary-section .industry-detail-stat-copy,
  body[data-page="industries"][data-design="old"] .industry-detail-summary-section .industry-detail-stat-copy,
  .industry-detail-summary-section .industry-detail-stat-copy {
    white-space: normal !important;
    max-width: 100% !important;
  }

  body[data-page="industries"] .industry-detail-challenges-shell,
  body[data-page="industries"][data-design="old"] .industry-detail-challenges-shell,
  .industry-detail-challenges-shell {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body[data-page="industries"] .industry-detail-challenges-grid,
  body[data-page="industries"][data-design="old"] .industry-detail-challenges-grid,
  .industry-detail-challenges-grid {
    margin-left: 0 !important;
    margin-top: 1rem !important;
  }

  /* Override global desktop specificity to shift bullet grid to the left on mobile */
  body[data-page="industries"][data-design="old"] .industry-detail-challenges-shell .industry-detail-challenges-grid,
  body[data-page="industries"] .industry-detail-challenges-shell .industry-detail-challenges-grid {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 769px) {

  body[data-page="industries"] .industry-detail-summary-section,
  body[data-page="industries"] #industry-metrics,
  .industry-detail-summary-section {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
  }

  body[data-page="industries"] .industry-detail-challenges-shell,
  .industry-detail-challenges-shell {
    margin-top: 0 !important;
    padding-top: 0 !important;
    transform: none !important;
  }

  /* Shift 500% stat block slightly to the left away from far right edge */
  body[data-page="industries"] .industry-detail-stat-stripe,
  .industry-detail-stat-stripe {
    margin-right: clamp(2rem, 5.5vw, 5.5rem) !important;
  }
}

/* 8. Reduce Problem / Priority / Opportunity label font size */
body[data-page="industries"][data-design="old"] .industry-detail-route-strip span {
  font-size: 0.7rem !important;
}

/* 9. Set "Built different" section on Home page to the teal gradient background with white & gold text */
body[data-page="home"][data-design="old"] .why-indra-grid {
  background: linear-gradient(115deg, #083d77 0%, #2d93ad 100%) !important;
  color: #ffffff !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0 !important;
  padding-top: clamp(4rem, 8vw, 6rem) !important;
  padding-bottom: clamp(4rem, 8vw, 6rem) !important;
}

body[data-page="home"][data-design="old"] .why-indra-grid-header h2 {
  color: #ffffff !important;
}

body[data-page="home"][data-design="old"] .why-indra-grid-header h2 span {
  color: #dbb884 !important;
  /* Gold accent color */
  background: none !important;
  -webkit-text-fill-color: #dbb884 !important;
}

body[data-page="home"][data-design="old"] .why-indra-grid-header p,
body[data-page="home"][data-design="old"] .why-indra-grid-header p:last-child {
  color: rgba(255, 255, 255, 0.85) !important;
  /* Muted white description */
}

/* 10. Sizing overrides for cropped product images (S01, L01, and PhloX) to keep them balanced and prevent clipping */
body[data-page="products"][data-design="old"] .product-scroll-visual-card .solution-product-image-s01 {
  max-width: 80% !important;
  max-height: 86% !important;
  top: auto !important;
  bottom: 0 !important;
  transform: translate3d(-50%, 0, 0) !important;
}

body[data-page="products"][data-design="old"] .product-scroll-visual-card .solution-product-image-l01 {
  max-width: 86% !important;
  max-height: 92% !important;
  top: auto !important;
  bottom: 0 !important;
  transform: translate3d(-50%, 0, 0) !important;
}

body[data-page="products"][data-design="old"] .product-scroll-visual-card .solution-product-image-phlox {
  max-width: 85% !important;
  max-height: 88% !important;
  top: auto !important;
  bottom: 0 !important;
  transform: translate3d(-50%, 0, 0) !important;
}

body[data-page="products"][data-design="old"] .product-scroll-visual-card .solution-product-image-s02 {
  width: min(86%, 43rem) !important;
  max-height: 104% !important;
  top: auto !important;
  bottom: 0 !important;
  transform: translate3d(-50%, 0, 0) !important;
}

/* ==========================================================================
   Vision Section Redesign (About Us Page)
   ========================================================================== */
body[data-page="about"][data-design="old"] #about-story .about-story-stage {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  gap: 0 !important;
}

body[data-page="about"][data-design="old"] #about-story .about-story-copy {
  text-align: center !important;
  max-width: 58rem !important;
  /* Increased text width slightly for ~2 lines */
  margin: 0 auto clamp(2.5rem, 5vw, 4rem) !important;
  /* Space below paragraph */
  padding-right: 0 !important;
}

body[data-page="about"][data-design="old"] #about-story .about-story-copy .eyebrow {
  margin-left: auto !important;
  margin-right: auto !important;
  width: max-content !important;
  margin-bottom: clamp(1rem, 2vw, 1.5rem) !important;
  /* Space between heading and paragraph */
}

body[data-page="about"][data-design="old"] #about-story .about-story-copy p:last-child {
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body[data-page="about"][data-design="old"] .about-vision-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1.2rem, 2vw, 2.2rem) !important;
  width: 100% !important;
}

body[data-page="about"][data-design="old"] .about-vision-video-wrapper {
  width: 100% !important;
}

body[data-page="about"][data-design="old"] #about-story .about-story-video {
  justify-self: center !important;
  width: 100% !important;
  margin: 0 !important;
}

/* Tablet view (show 2 columns) */
@media (max-width: 960px) {
  body[data-page="about"][data-design="old"] .about-vision-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile view (stack vertically) */
@media (max-width: 640px) {
  body[data-page="about"][data-design="old"] .about-vision-gallery {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
}

body[data-page="about"][data-design="old"] #about-story .about-story-video {
  justify-self: center !important;
  width: 100% !important;
  margin: 0 !important;
}

/* Reduce play button size in Vision video gallery */
body[data-page="about"][data-design="old"] #about-story .video-thumbnail-play::before {
  width: 2.8rem !important;
  /* was 5rem */
  height: 2.8rem !important;
  /* was 5rem */
}

body[data-page="about"][data-design="old"] #about-story .video-thumbnail-play svg {
  width: 1.4rem !important;
  /* was 2rem */
  height: 1.4rem !important;
  /* was 2rem */
}

/* Show full team photo including ground — was center 28% which cropped the bottom */
body[data-page="about"][data-design="old"] .about-team-image-card img {
  object-position: center bottom !important;
}

/* Home page "Our Products" carousel: fix S01, L01 and PhloX images appearing zoomed/cropped.
   hybrid.css (lines 26604-26609) sets object-fit:cover on nth-child(2),(4),(6) which fills the
   container and crops the image. Additionally L01 (nth-child 4) gets scale(1.13) at line 26633.
   Fix: switch to object-fit:contain so the full image is visible, and reset all transforms. */
body[data-page="home"][data-design="old"] .solution-carousel-card:nth-child(2) .solution-carousel-image,
/* S01 */
body[data-page="home"][data-design="old"] .solution-carousel-card:nth-child(4) .solution-carousel-image,
/* L01 */
body[data-page="home"][data-design="old"] .solution-carousel-card:nth-child(6) .solution-carousel-image {
  /* PhloX */
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  transform-origin: center center !important;
}

/* Also override the L01 hover state which re-applies scale(1.15) in hybrid.css */
body[data-page="home"][data-design="old"] .solution-carousel-card:nth-child(4) .solution-carousel-media:hover .solution-carousel-image {
  transform: scale(1.035) !important;
  transform-origin: center center !important;
}

/* Home page "Our Products" carousel: reduce S02, S01, L01, L02 & PhloX image heights slightly on desktop/laptop to match NANO's height.
   Only applies to desktop/laptop viewports (>= 1024px), leaving mobile/tablet viewports untouched. */
@media (min-width: 1024px) {

  /* S02 */
  body[data-page="home"][data-design="old"] .solution-carousel-card:nth-child(3) .solution-carousel-image {
    transform: scale(1.12) translateY(-2%) !important;
    transform-origin: center center !important;
  }

  body[data-page="home"][data-design="old"] .solution-carousel-card:nth-child(3) .solution-carousel-media:hover .solution-carousel-image {
    transform: scale(1.16) translateY(-2%) !important;
    transform-origin: center center !important;
  }

  /* S01 */
  body[data-page="home"][data-design="old"] .solution-carousel-card:nth-child(2) .solution-carousel-image {
    transform: scale(0.88) !important;
    transform-origin: center center !important;
  }

  body[data-page="home"][data-design="old"] .solution-carousel-card:nth-child(2) .solution-carousel-media:hover .solution-carousel-image {
    transform: scale(0.915) !important;
    transform-origin: center center !important;
  }

  /* L01 (nth-child 4) */
  body[data-page="home"][data-design="old"] .solution-carousel-card:nth-child(4) .solution-carousel-image {
    transform: scale(0.88) !important;
    transform-origin: center center !important;
  }

  body[data-page="home"][data-design="old"] .solution-carousel-card:nth-child(4) .solution-carousel-media:hover .solution-carousel-image {
    transform: scale(0.90) !important;
    transform-origin: center center !important;
  }

  /* L02 (nth-child 5) */
  body[data-page="home"][data-design="old"] .solution-carousel-card:nth-child(5) .solution-carousel-image {
    transform: scale(0.85) !important;
    transform-origin: center center !important;
  }

  body[data-page="home"][data-design="old"] .solution-carousel-card:nth-child(5) .solution-carousel-media:hover .solution-carousel-image {
    transform: scale(0.885) !important;
    transform-origin: center center !important;
  }

  /* PhloX (nth-child 6) */
  body[data-page="home"][data-design="old"] .solution-carousel-card:nth-child(6) .solution-carousel-image {
    transform: scale(0.85) !important;
    transform-origin: center center !important;
  }

  body[data-page="home"][data-design="old"] .solution-carousel-card:nth-child(6) .solution-carousel-media:hover .solution-carousel-image {
    transform: scale(0.885) !important;
    transform-origin: center center !important;
  }
}

/* Contact Us page: remove top line above first step and bottom line below last step in the submission process sequence */
body[data-page="contact"] .contact-process-list {
  border-top: none !important;
}

body[data-page="contact"] .contact-process-list li:last-child {
  border-bottom: none !important;
}

/* Home page hero: on mobile view, keep 'We treat' and the changing product keyword inline on line 1, and wrap 'with electricity' to line 2 */
@media (max-width: 760px) {
  body[data-page="home"][data-design="old"] .home-hero-title {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    column-gap: 0.28em !important;
    row-gap: 0.2em !important;
  }

  body[data-page="home"][data-design="old"] .home-hero-title>span:first-child,
  body[data-page="home"][data-design="old"] .home-hero-title>.home-hero-cycle {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  body[data-page="home"][data-design="old"] .home-hero-title>span:last-child {
    flex: 0 0 100% !important;
    text-align: center !important;
  }

  /* Center the actions block and keep buttons in a single row with equal width on mobile view */
  body[data-page="home"][data-design="old"] .home-hero-actions {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 1fr !important;
    justify-content: center !important;
    width: max-content !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    gap: 0.85rem !important;
  }

  body[data-page="home"][data-design="old"] .home-hero-cta {
    width: 100% !important;
    padding-inline: 1.5rem !important;
    margin-inline: 0 !important;
  }

  /* Footer navigation columns: side-by-side row on mobile */
  .site-footer .footer-links-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem clamp(0.75rem, 2.5vw, 1.5rem) !important;
    width: 100% !important;
  }

  .site-footer .footer-links-grid h3 {
    font-size: clamp(0.85rem, 2.8vw, 0.95rem) !important;
    margin-bottom: 0.75rem !important;
  }

  .site-footer .footer-links-grid a {
    font-size: clamp(0.7rem, 2.3vw, 0.78rem) !important;
  }

  /* Industries page: reduce "Request Case study" button width on mobile and center it */
  body[data-page="industries"][data-design="old"] .industry-detail-hero-copy .actions {
    justify-content: center !important;
  }

  body[data-page="industries"][data-design="old"] .industry-detail-hero-copy .button {
    flex: 0 0 auto !important;
    width: min(70%, 15rem) !important;
    margin-inline: auto !important;
  }
}

/* General utility class to force line breaks only in mobile viewports */
.mobile-br {
  display: none !important;
}

/* General utility class to force line breaks only in desktop/laptop viewports */
.desktop-br {
  display: block !important;
  content: "" !important;
}

@media (max-width: 768px) {
  .mobile-br {
    display: inline !important;
  }

  .desktop-br {
    display: none !important;
  }

  /* Vision section paragraph: balance typography and spacing on mobile */
  body[data-page="about"][data-design="old"] #about-story .about-story-copy p:last-child {
    text-wrap: balance !important;
    font-size: clamp(0.95rem, 3.5vw, 1.05rem) !important;
    line-height: 1.6 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

/* Technology page: subtle hover interactions for Granted Patents number, Critical Reactions number, and the diagram */
body[data-page="technology"][data-design="old"] main section.technology-authority-section .technology-authority-proof-grid div strong,
body[data-page="technology"] .technology-authority-diagram {
  transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1) !important;
}

@media (hover: hover) {
  body[data-page="technology"][data-design="old"] main section.technology-authority-section .technology-authority-proof-grid div strong:hover {
    transform: translateY(-6px) !important;
  }

  body[data-page="technology"] .technology-authority-diagram:hover {
    transform: translateY(-6px) scale(1.01) !important;
  }
}

/* Remove shadow from the Inspired by Automotive Efficiency image card */
body[data-page="products"][data-design="old"] .automotive-visual-card {
  box-shadow: none !important;
}

/* Remove shadow from the Indra Spectrum section feature boxes */
body[data-page="products"][data-design="old"] .spectrum-feature-item {
  box-shadow: none !important;
}

/* Remove shadow from the products page scroll showcase container */
body[data-page="products"][data-design="old"] .products-scroll-stage {
  box-shadow: none !important;
}

/* Remove shadow from the technology page integration section edges */
body[data-page="technology"] .technology-integration-section {
  box-shadow: none !important;
}

/* Home Page - Reuse Ready (Mission Statement) Section Top Curved Corners */
body[data-page="home"][data-design="old"] .mission-statement {
  background: transparent !important;
  border-radius: 0 !important;
  overflow: visible !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
}

body[data-page="home"][data-design="old"] .mission-statement::before {
  background: transparent !important;
}

body[data-page="home"][data-design="old"] .mission-statement-inner,
body[data-page="home"][data-design="old"] .mission-proof-layout {
  background: #ffffff !important;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
  width: min(100% - 3rem, 1200px) !important;
  margin-inline: auto !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}


@media (min-width: 1025px) {

  body[data-page="home"][data-design="old"] .mission-statement-inner,
  body[data-page="home"][data-design="old"] .mission-proof-layout {
    width: calc(100% - 0.8rem) !important;
  }
}

@media (max-width: 768px) {
  body[data-page="home"][data-design="old"] .mission-statement {
    padding-top: 0 !important;
  }

  body[data-page="home"][data-design="old"] .mission-statement-inner,
  body[data-page="home"][data-design="old"] .mission-proof-layout {
    width: 100% !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-inline: 0 !important;
    padding-inline: 1rem !important;
  }
}




/* Extend Home page hero video background below its container to render behind curved corners */
body[data-page="home"] .hero {
  overflow: visible !important;
}

body[data-page="home"] .hero-background {
  overflow: visible !important;
  bottom: -40px !important;
  height: calc(100% + 40px) !important;
}

/* Extend Problem page hero video background below its container to render behind curved corners */
body[data-page="problem"] .hero {
  overflow: visible !important;
}

body[data-page="problem"] .hero-background {
  overflow: visible !important;
  bottom: -40px !important;
  height: calc(100% + 40px) !important;
}

/* Extend Product page hero video background below its container to render behind curved corners */
body[data-page="products"] .hero {
  overflow: visible !important;
}

body[data-page="products"] .hero-background {
  overflow: visible !important;
  bottom: -40px !important;
  height: calc(100% + 40px) !important;
}

/* Extend Industries page hero video background below its container to render behind curved corners */
body[data-page="industries"] .hero {
  overflow: visible !important;
}

body[data-page="industries"] .hero-background {
  overflow: visible !important;
  bottom: -40px !important;
  height: calc(100% + 40px) !important;
}

/* Extend About page hero video background below its container to render behind curved corners */
body[data-page="about"] .hero {
  overflow: visible !important;
}

body[data-page="about"] .hero-background {
  overflow: visible !important;
  bottom: -40px !important;
  height: calc(100% + 40px) !important;
}

/* Mobile View Only: Remove the shadow/glow effect behind the "Meet Electrox" image on the Home page */
@media (max-width: 768px) {

  body[data-page="home"] .electrox-core-visual::before,
  body[data-page="home"][data-design="old"] .electrox-core-visual::before {
    display: none !important;
    content: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body[data-page="home"] .electrox-core-visual,
  body[data-page="home"][data-design="old"] .electrox-core-visual {
    order: 3 !important;
    min-height: 0 !important;
    margin: 0 -1.5rem !important;
    /* Bleed out to screen edges on mobile (768px) */
    display: block !important;
    width: calc(100% + 3rem) !important;
    max-width: calc(100% + 3rem) !important;
    position: relative !important;
    box-shadow: none !important;
    background: transparent !important;
    background-image: none !important;
  }

  /* Smooth fade/blur on all four edges of the ElectroX image */
  body[data-page="home"] .electrox-core-visual::after,
  body[data-page="home"][data-design="old"] .electrox-core-visual::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    box-shadow: inset 0 0 24px 24px #ffffff !important;
  }

  body[data-page="home"] .electrox-core-visual img,
  body[data-page="home"][data-design="old"] .electrox-core-visual img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    box-shadow: none !important;
    filter: none !important;
  }

  /* Reorder Meet ElectroX section on Mobile */
  body[data-page="home"] .electrox-core-stage,
  body[data-page="home"][data-design="old"] .electrox-core-stage {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    align-items: stretch !important;
  }

  body[data-page="home"] .electrox-core-copy,
  body[data-page="home"][data-design="old"] .electrox-core-copy {
    display: contents !important;
  }

  body[data-page="home"] .electrox-core-copy h2,
  body[data-page="home"][data-design="old"] .electrox-core-copy h2 {
    order: 1 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
  }

  body[data-page="home"] .electrox-core-copy>p:first-of-type,
  body[data-page="home"][data-design="old"] .electrox-core-copy>p:first-of-type {
    order: 2 !important;
    text-align: left !important;
  }

  body[data-page="home"] .electrox-core-list-block,
  body[data-page="home"][data-design="old"] .electrox-core-list-block {
    order: 4 !important;
    margin: 0 !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  body[data-page="home"] .electrox-core-copy>p:nth-of-type(2),
  body[data-page="home"][data-design="old"] .electrox-core-copy>p:nth-of-type(2) {
    order: 5 !important;
    text-align: left !important;
  }

  body[data-page="home"] .electrox-core-link,
  body[data-page="home"][data-design="old"] .electrox-core-link {
    order: 6 !important;
  }

  /* Redesign list block into a 2-column card grid matching the Products page cards */
  body[data-page="home"] .electrox-core-list-block ul,
  body[data-page="home"][data-design="old"] .electrox-core-list-block ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
    padding: 0.5rem 0 1rem 0 !important;
    margin: 0 !important;
    list-style: none !important;
  }

  body[data-page="home"] .electrox-core-list-block li,
  body[data-page="home"][data-design="old"] .electrox-core-list-block li {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0.75rem !important;
    min-height: 4.25rem !important;
    padding: 0.85rem 0.95rem !important;
    border: 1px solid rgba(8, 61, 119, 0.12) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    text-align: left !important;
    box-shadow: none !important;
    transition: transform 250ms cubic-bezier(0.25, 1, 0.5, 1), box-shadow 250ms ease, border-color 250ms ease, background-color 250ms ease !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  body[data-page="home"] .electrox-core-list-block li:hover,
  body[data-page="home"][data-design="old"] .electrox-core-list-block li:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(45, 147, 173, 0.42) !important;
    background-color: #ffffff !important;
    cursor: pointer;
  }

  /* Match typography of Products cards */
  body[data-page="home"] .electrox-core-list-block li>span:last-child,
  body[data-page="home"][data-design="old"] .electrox-core-list-block li>span:last-child {
    margin: 0 !important;
    color: #061829 !important;
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
  }

  /* List Item Order on Mobile:
     Row 1: 1st point (Surfactants & dyes) | 3rd point (Pathogens & nutrients)
     Row 2: 4th point (Petrochemical waste) | 5th point (Organics & COD)
     Row 3: 2nd point (Heavy metals) displayed centered as a single box. */
  body[data-page="home"] .electrox-core-list-block li:nth-child(1),
  body[data-page="home"][data-design="old"] .electrox-core-list-block li:nth-child(1) {
    order: 1 !important;
  }

  body[data-page="home"] .electrox-core-list-block li:nth-child(3),
  body[data-page="home"][data-design="old"] .electrox-core-list-block li:nth-child(3) {
    order: 2 !important;
  }

  body[data-page="home"] .electrox-core-list-block li:nth-child(4),
  body[data-page="home"][data-design="old"] .electrox-core-list-block li:nth-child(4) {
    order: 3 !important;
  }

  body[data-page="home"] .electrox-core-list-block li:nth-child(5),
  body[data-page="home"][data-design="old"] .electrox-core-list-block li:nth-child(5) {
    order: 4 !important;
    grid-column: auto !important;
    /* Reset any desktop column override */
  }

  body[data-page="home"] .electrox-core-list-block li:nth-child(2),
  body[data-page="home"][data-design="old"] .electrox-core-list-block li:nth-child(2) {
    order: 5 !important;
    grid-column: 1 !important;
    justify-self: stretch !important;
    width: 100% !important;
  }
}

/* Adjust negative margins specifically for narrower mobile viewports (<= 620px) */
@media (max-width: 620px) {

  body[data-page="home"] .electrox-core-visual,
  body[data-page="home"][data-design="old"] .electrox-core-visual {
    margin: 0 -1rem !important;
    width: calc(100% + 2rem) !important;
    max-width: calc(100% + 2rem) !important;
  }

  body[data-page="home"] .electrox-core-list-block ul,
  body[data-page="home"][data-design="old"] .electrox-core-list-block ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Desktop & Laptop View Only: Shift mission statement elements inward to prevent edge clipping */
@media (min-width: 981px) {

  body[data-page="home"] .mission-proof-visual,
  body[data-page="home"][data-design="old"] .mission-proof-visual {
    margin-left: 0 !important;
  }

  body[data-page="home"] .mission-proof-copy,
  body[data-page="home"][data-design="old"] .mission-proof-copy {
    margin-right: 0 !important;
  }
}

/* Mobile View Only: Adjust typography and container size for the mission statement paragraph */
@media (max-width: 768px) {

  body[data-page="home"] .mission-statement-copy,
  body[data-page="home"][data-design="old"] .mission-statement-copy {
    font-size: clamp(0.88rem, 3.2vw, 0.98rem) !important;
    line-height: 1.65 !important;
    max-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
    margin-inline: auto !important;
    margin-top: -0.6rem !important;
    margin-bottom: 1.25rem !important;
  }

  /* Technology page hero lead text wrapping */
  body[data-page="technology"] .technology-hero-copy .lead,
  body[data-page="technology"][data-design="old"] .technology-hero-copy .lead {
    max-width: 25rem !important;
    text-wrap: balance !important;
    margin-inline: auto !important;
  }

  /* About page hero lead text wrapping & mobile nowrap styling */
  .mobile-nowrap {
    white-space: nowrap !important;
  }

  body[data-page="about"] .about-hero-copy .lead,
  body[data-page="about"][data-design="old"] .about-hero-copy .lead {
    max-width: 27rem !important;
    width: 100% !important;
    margin-inline: auto !important;
  }

  /* Center home page hero content vertically by shifting it slightly upward */
  body[data-page="home"] .hero-copy,
  body[data-page="home"][data-design="old"] .hero-copy {
    transform: translateY(-2.25rem) !important;
  }

  /* Home page impact stats: Optimize description widths on mobile for single line flow and reduce vertical spacing */
  body[data-page="home"] .impact-value,
  body[data-page="home"][data-design="old"] .impact-value {
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 1rem !important;
  }

  body[data-page="home"] .impact-stat-item,
  body[data-page="home"][data-design="old"] .impact-stat-item {
    padding-inline: 1rem !important;
  }
}

/* Technology page: Force pure white background for the Versatile Process Integration section */
body[data-page="technology"] main>section.technology-integration-section,
body[data-page="technology"][data-design="old"] main>section.technology-integration-section {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

/* Gold text accent utility color */
.gold-text {
  color: #dbb884 !important;
}

/* Reset span styling inside H2 to behave as normal text and color it gold */
body[data-page="technology"] .technology-video-feature .video-thumbnail-copy h2 span.gold-text {
  display: inline !important;
  color: #dbb884 !important;
  -webkit-text-fill-color: #dbb884 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  text-transform: inherit !important;
  line-height: inherit !important;
  position: static !important;
  max-width: none !important;
  grid-row: unset !important;
  margin: 0 !important;
}

/* Mobile View Only: Reorder the Indra Spectrum section layout elements */
@media (max-width: 768px) {

  body[data-page="products"] .spectrum-grid,
  body[data-page="products"][data-design="old"] .spectrum-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
  }

  body[data-page="products"] .spectrum-content,
  body[data-page="products"][data-design="old"] .spectrum-content {
    display: contents !important;
  }

  body[data-page="products"] .spectrum-content h2,
  body[data-page="products"][data-design="old"] .spectrum-content h2 {
    order: 1 !important;
    margin: 0 !important;
  }

  body[data-page="products"] .spectrum-content .tagline,
  body[data-page="products"][data-design="old"] .spectrum-content .tagline {
    order: 2 !important;
    margin: 0 !important;
  }

  body[data-page="products"] .spectrum-visual,
  body[data-page="products"][data-design="old"] .spectrum-visual {
    order: 3 !important;
    margin: 0 !important;
  }

  body[data-page="products"] .spectrum-content .description,
  body[data-page="products"][data-design="old"] .spectrum-content .description {
    order: 4 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.85rem !important;
  }

  body[data-page="products"] .spectrum-features,
  body[data-page="products"][data-design="old"] .spectrum-features {
    order: 5 !important;
    margin: 0 !important;
  }

  /* Mobile View Only: Reorder the Automotive Efficiency section layout elements */
  body[data-page="products"] .automotive-grid,
  body[data-page="products"][data-design="old"] .automotive-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
  }

  body[data-page="products"] .automotive-content,
  body[data-page="products"][data-design="old"] .automotive-content {
    display: contents !important;
  }

  body[data-page="products"] .automotive-content h2,
  body[data-page="products"][data-design="old"] .automotive-content h2 {
    order: 1 !important;
    margin: 0 !important;
    text-align: center !important;
  }

  body[data-page="products"] .automotive-tagline,
  body[data-page="products"][data-design="old"] .automotive-tagline {
    order: 2 !important;
    margin: 0 !important;
    text-align: center !important;
  }

  body[data-page="products"] .automotive-visual,
  body[data-page="products"][data-design="old"] .automotive-visual {
    order: 3 !important;
    margin: 0 !important;
  }

  body[data-page="products"] .automotive-main-text,
  body[data-page="products"][data-design="old"] .automotive-main-text {
    order: 4 !important;
    margin: 0 !important;
  }

  body[data-page="products"] .automotive-features,
  body[data-page="products"][data-design="old"] .automotive-features {
    order: 5 !important;
    margin: 0 !important;
  }

  body[data-page="products"] .automotive-closing,
  body[data-page="products"][data-design="old"] .automotive-closing {
    order: 6 !important;
    margin: 0 !important;
  }
}

/* Technology page: Force the video feature section to extend fully from edge to edge */
body[data-page="technology"] main>section.technology-video-feature,
body[data-page="technology"][data-design="old"] main>section.technology-video-feature {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

@media (max-width: 768px) {

  body[data-page="technology"] main>section.technology-video-feature,
  body[data-page="technology"][data-design="old"] main>section.technology-video-feature {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-inline: 0 !important;
  }
}

/* Industries page: Access Indra Treatment Stories mobile overrides */
@media (max-width: 768px) {

  body[data-page="industries"] .industry-detail-download-section .split-layout,
  body[data-page="industries"][data-design="old"] .industry-detail-download-section .split-layout,
  body[data-page="industries"] .industries-download-section .split-layout,
  body[data-page="industries"][data-design="old"] .industries-download-section .split-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
  }

  body[data-page="industries"] .industry-detail-download-section .industries-application-copy,
  body[data-page="industries"][data-design="old"] .industry-detail-download-section .industries-application-copy,
  body[data-page="industries"] .industries-download-section .industries-application-copy,
  body[data-page="industries"][data-design="old"] .industries-download-section .industries-application-copy {
    display: contents !important;
  }

  body[data-page="industries"] .industry-detail-download-section .industries-application-copy h2,
  body[data-page="industries"][data-design="old"] .industry-detail-download-section .industries-application-copy h2,
  body[data-page="industries"] .industries-download-section .industries-application-copy h2,
  body[data-page="industries"][data-design="old"] .industries-download-section .industries-application-copy h2 {
    order: 1 !important;
    text-align: center !important;
    margin: 0 !important;
  }

  body[data-page="industries"] .industry-detail-download-section .industries-application-copy p.lead,
  body[data-page="industries"][data-design="old"] .industry-detail-download-section .industries-application-copy p.lead,
  body[data-page="industries"] .industries-download-section .industries-application-copy p.lead,
  body[data-page="industries"][data-design="old"] .industries-download-section .industries-application-copy p.lead {
    order: 2 !important;
    text-align: center !important;
    margin: 0 !important;
  }

  body[data-page="industries"] .industry-detail-download-section .industries-application-image,
  body[data-page="industries"][data-design="old"] .industry-detail-download-section .industries-application-image,
  body[data-page="industries"] .industries-download-section .industries-application-image,
  body[data-page="industries"][data-design="old"] .industries-download-section .industries-application-image {
    order: 3 !important;
    margin: 0 !important;
    height: auto !important;
  }

  body[data-page="industries"] .industry-detail-download-section .industries-download-list,
  body[data-page="industries"][data-design="old"] .industry-detail-download-section .industries-download-list,
  body[data-page="industries"] .industries-download-section .industries-download-list,
  body[data-page="industries"][data-design="old"] .industries-download-section .industries-download-list {
    order: 4 !important;
    margin: 0 !important;
    padding-left: 1.25rem !important;
  }

  body[data-page="industries"] .industry-detail-download-section .actions,
  body[data-page="industries"][data-design="old"] .industry-detail-download-section .actions,
  body[data-page="industries"] .industries-download-section .actions,
  body[data-page="industries"][data-design="old"] .industries-download-section .actions {
    order: 5 !important;
    margin: 0.5rem 0 0 0 !important;
  }

  body[data-page="industries"] .industries-application-copy h2 span.industries-treatment-gradient,
  body[data-page="industries"][data-design="old"] .industries-application-copy h2 span.industries-treatment-gradient {
    white-space: nowrap !important;
  }
}

/* About page: Reorder team section on mobile — image below heading, above body text */
@media (max-width: 768px) {

  body[data-page="about"] .about-team-section .about-story-stage,
  body[data-page="about"][data-design="old"] .about-team-section .about-story-stage {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
  }

  body[data-page="about"] .about-team-section .about-team-copy,
  body[data-page="about"][data-design="old"] .about-team-section .about-team-copy {
    display: contents !important;
  }

  body[data-page="about"] .about-team-section .about-team-lead,
  body[data-page="about"][data-design="old"] .about-team-section .about-team-lead {
    order: 1 !important;
    margin: 0 !important;
  }

  body[data-page="about"] .about-team-section .about-team-media,
  body[data-page="about"][data-design="old"] .about-team-section .about-team-media {
    order: 2 !important;
    margin: 0 !important;
  }

  body[data-page="about"] .about-team-section .about-team-body,
  body[data-page="about"][data-design="old"] .about-team-section .about-team-body {
    order: 3 !important;
    margin: 0 !important;
  }
}

/* About page: Remove advisor and board member image shadows on all views */
body[data-page="about"] .about-person-media,
body[data-page="about"][data-design="old"] .about-person-media,
body[data-page="about"] .about-person-card:hover .about-person-media,
body[data-page="about"][data-design="old"] .about-person-card:hover .about-person-media,
body[data-page="about"][data-design="old"] .about-person-card:focus-within .about-person-media {
  box-shadow: none !important;
}

/* About page: Board section — 3-column grid on mobile */
@media (max-width: 768px) {


  /* 2. Board row: top-align cards so images line up */
  body[data-page="about"] .about-people-grid-board .about-people-row,
  body[data-page="about"][data-design="old"] .about-people-grid-board .about-people-row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 1rem 0.5rem !important;
  }

  /* 3. Board card sizing + flex column for baseline alignment */
  body[data-page="about"] .about-people-grid-board .about-person-card,
  body[data-page="about"][data-design="old"] .about-people-grid-board .about-person-card {
    flex: 0 1 calc((100% - 1rem) / 3) !important;
    max-width: calc((100% - 1rem) / 3) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  body[data-page="about"] .about-people-grid-board .about-person-card .about-person-copy,
  body[data-page="about"][data-design="old"] .about-people-grid-board .about-person-card .about-person-copy {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }

  body[data-page="about"] .about-people-grid-board .about-person-card .about-person-copy h3,
  body[data-page="about"][data-design="old"] .about-people-grid-board .about-person-card .about-person-copy h3 {
    font-size: 0.7rem !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }

  body[data-page="about"] .about-people-grid-board .about-person-card .about-person-copy p,
  body[data-page="about"][data-design="old"] .about-people-grid-board .about-person-card .about-person-copy p {
    font-size: 0.6rem !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }

  body[data-page="about"] .about-people-grid-board .about-person-card .person-linkedin,
  body[data-page="about"][data-design="old"] .about-people-grid-board .about-person-card .person-linkedin {
    margin-top: auto !important;
    padding-top: 0.15rem !important;
  }

  body[data-page="about"] .about-people-grid-board .about-person-card .person-linkedin svg,
  body[data-page="about"][data-design="old"] .about-people-grid-board .about-person-card .person-linkedin svg {
    width: 1rem !important;
    height: 1rem !important;
  }

  /* Advisory Council — match Board card sizing */
  body[data-page="about"] .about-people-grid-advisory .about-people-row,
  body[data-page="about"][data-design="old"] .about-people-grid-advisory .about-people-row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 1rem 0.5rem !important;
  }

  body[data-page="about"] .about-people-grid-advisory .about-person-card,
  body[data-page="about"][data-design="old"] .about-people-grid-advisory .about-person-card {
    flex: 0 1 calc((100% - 1rem) / 3) !important;
    max-width: calc((100% - 1rem) / 3) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  body[data-page="about"] .about-people-grid-advisory .about-person-card .about-person-copy,
  body[data-page="about"][data-design="old"] .about-people-grid-advisory .about-person-card .about-person-copy {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }

  body[data-page="about"] .about-people-grid-advisory .about-person-card .about-person-copy h3,
  body[data-page="about"][data-design="old"] .about-people-grid-advisory .about-person-card .about-person-copy h3 {
    font-size: 0.7rem !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }

  body[data-page="about"] .about-people-grid-advisory .about-person-card .about-person-copy p,
  body[data-page="about"][data-design="old"] .about-people-grid-advisory .about-person-card .about-person-copy p {
    font-size: 0.6rem !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }

  body[data-page="about"] .about-people-grid-advisory .about-person-card .person-linkedin,
  body[data-page="about"][data-design="old"] .about-people-grid-advisory .about-person-card .person-linkedin {
    margin-top: auto !important;
    padding-top: 0.15rem !important;
  }

  body[data-page="about"] .about-people-grid-advisory .about-person-card .person-linkedin svg,
  body[data-page="about"][data-design="old"] .about-people-grid-advisory .about-person-card .person-linkedin svg {
    width: 1rem !important;
    height: 1rem !important;
  }
}

/* Industries page: Selected engagements section mobile logo marquee overrides */
@media (max-width: 768px) {
  body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-marquee {
    overflow: hidden !important;
  }

  body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-marquee::before,
  body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-marquee::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    width: clamp(2rem, 8vw, 4rem) !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-marquee::before {
    left: 0 !important;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%) !important;
  }

  body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-marquee::after {
    right: 0 !important;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%) !important;
  }

  body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-track {
    width: max-content !important;
    max-width: none !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 2rem !important;
    animation: client-logo-scroll 24s linear infinite !important;
  }

  body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-item[aria-hidden="true"] {
    display: flex !important;
  }

  body[data-page="industries"][data-design="old"] .industry-detail-engagements-section .client-logo-item {
    flex-shrink: 0 !important;
  }
}

/* Remove arrow icon and outline circle from all CTA buttons across all views */
.btn-dot {
  display: none !important;
}

/* Adjust padding on header button to keep text perfectly centered and balanced */
.nav-contact-btn,
body[data-design="old"] .nav-contact-btn {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

/* Adjust padding on Electrox Core CTA button to keep text perfectly centered and balanced */
.electrox-core-link,
body[data-page="home"][data-design="old"] .electrox-core-link {
  padding-left: 1.65rem !important;
  padding-right: 1.65rem !important;
}

/* Ensure symmetric padding for Electrox Core link on extremely narrow viewports */
@media (max-width: 320px) {
  body[data-page="home"][data-design="old"] .electrox-core-link {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

/* Align industry detail sections width and margins with the main industries page */
body[data-page="industries"][data-design="old"] .industry-detail-route-section,
body[data-page="industries"][data-design="old"] .section.industry-detail-summary-section,
body[data-page="industries"][data-design="old"] .section.industry-detail-help-section,
body[data-page="industries"][data-design="old"] .industry-detail-engagements-section,
body[data-page="industries"][data-design="old"] .industry-related-section,
body[data-page="industries"][data-design="old"] .industry-detail-download-section {
  width: min(100% - 3rem, 1200px) !important;
  margin-inline: auto !important;
  padding-inline: clamp(1rem, 3vw, 2.5rem) !important;
}

@media (min-width: 1025px) {

  body[data-page="industries"][data-design="old"] .industry-detail-route-section,
  body[data-page="industries"][data-design="old"] .section.industry-detail-summary-section,
  body[data-page="industries"][data-design="old"] .section.industry-detail-help-section,
  body[data-page="industries"][data-design="old"] .industry-detail-engagements-section,
  body[data-page="industries"][data-design="old"] .industry-related-section,
  body[data-page="industries"][data-design="old"] .industry-detail-download-section {
    width: calc(100% - 0.0rem) !important;
  }
}

@media (max-width: 768px) {

  body[data-page="industries"][data-design="old"] .industry-detail-route-section,
  body[data-page="industries"][data-design="old"] .section.industry-detail-summary-section,
  body[data-page="industries"][data-design="old"] .section.industry-detail-help-section,
  body[data-page="industries"][data-design="old"] .industry-detail-engagements-section,
  body[data-page="industries"][data-design="old"] .industry-related-section,
  body[data-page="industries"][data-design="old"] .industry-detail-download-section {
    width: 100% !important;
    margin-inline: 0 !important;
    padding-inline: 1rem !important;
  }
}

/* Products Page: Reduce sticky container top padding to align content closer to the curved top edge */
body[data-page="products"][data-design="old"] .products-scroll-sticky {
  padding-top: clamp(1.5rem, 2.5vw, 2.5rem) !important;
}

/* Contact Page: 3-column tab switcher layout */
body[data-page="contact"][data-design="old"] .contact-mode-switch {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 760px) {
  body[data-page="contact"][data-design="old"] .contact-mode-switch {
    grid-template-columns: 1fr !important;
  }
}

/* Contact Page: ensure hidden conditional fields remain hidden */
body[data-page="contact"][data-design="old"] #case-study-other-field[hidden],
body[data-page="contact"][data-design="old"] .lead-form-grid > .field[hidden],
body[data-page="contact"][data-design="old"] .field[hidden] {
  display: none !important;
}