/* Shared six-language homepage feasibility composition.
 * The supplied visual is a 3:2 engineering image, so the layout follows that
 * ratio instead of stretching it into the legacy portrait slot.
 */

html:has(> body.global-tech-page[data-page="home"]) >
  body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
  #technology.tech-advantage,
html:has(> body.global-tech-page[data-page="home"]) >
  body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
  #technology.tech-advantage > :is(.section-head, .tech-copy) {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

html:has(> body.global-tech-page[data-page="home"]) >
  body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
  #technology > .section-head {
  align-self: start !important;
  align-content: start !important;
  padding: 36px 32px !important;
}

html:has(> body.global-tech-page[data-page="home"]) >
  body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
  #technology > .section-head h2 {
  width: auto !important;
  max-width: 100% !important;
}

html:has(> body.global-tech-page[data-page="home"]) >
  body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
  #technology .tech-summary-panel {
  width: 100% !important;
  min-height: 0 !important;
  gap: 0 !important;
  margin-top: 30px !important;
  padding-top: 18px !important;
}

html:has(> body.global-tech-page[data-page="home"]) >
  body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
  #technology .tech-summary-panel article {
  grid-template-columns: 78px minmax(0, 1fr) !important;
  min-height: 0 !important;
  gap: 5px 14px !important;
  padding: 17px 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html:has(> body.global-tech-page[data-page="home"]) >
  body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
  #technology .tech-summary-panel article + article {
  border-top: 1px solid #dbe8f4 !important;
}

html:has(> body.global-tech-page[data-page="home"]) >
  body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
  #technology .tech-copy {
  display: grid !important;
  grid-template-rows: auto auto !important;
  align-content: start !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

html:has(> body.global-tech-page[data-page="home"]) >
  body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
  #technology .tech-copy > p {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

html:has(> body.global-tech-page[data-page="home"]) >
  body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
  #technology .tech-visual {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 3 / 2 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

html:has(> body.global-tech-page[data-page="home"]) >
  body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
  #technology .tech-visual img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
  padding: 0 !important;
}

html:has(> body.global-tech-page[data-page="home"]) >
  body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
  #technology .tech-checks {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  gap: 0 !important;
}

html:has(> body.global-tech-page[data-page="home"]) >
  body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
  #technology .tech-checks article {
  min-height: 0 !important;
}

html:has(> body.global-tech-page[data-page="home"]) >
  body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
  #technology :is(.tech-summary-panel, .tech-checks) article > :is(strong, p) {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}

@media (width >= 1440px) {
  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology.tech-advantage {
    grid-template-columns: minmax(400px, .7fr) minmax(0, 1.3fr) !important;
    gap: clamp(36px, 3vw, 56px) !important;
    align-items: start !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-copy {
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, .82fr) !important;
    grid-template-rows: auto auto !important;
    gap: 20px !important;
    padding: 30px 32px !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-copy > p {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    padding-bottom: 16px !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-visual {
    grid-column: 1 !important;
    grid-row: 2 !important;
    align-self: start !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-checks {
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
    align-self: stretch !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-checks article {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 3px 10px !important;
    padding: clamp(10px, .8vw, 14px) 14px !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-checks strong {
    font-size: .94rem !important;
    line-height: 1.25 !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-checks p {
    font-size: .88rem !important;
    line-height: 1.45 !important;
  }
}

@media (768px <= width < 1440px) {
  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology.tech-advantage {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 32px !important;
    align-items: start !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-copy {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
    gap: 22px !important;
    padding: 30px !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-copy > p,
  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-visual,
  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-checks {
    grid-column: 1 !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-copy > p {
    grid-row: 1 !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-visual {
    grid-row: 2 !important;
    max-width: 920px !important;
    justify-self: center !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-checks {
    grid-row: 3 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-checks article {
    min-height: 112px !important;
    padding: 16px 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-checks article:nth-child(even) {
    border-left: 1px solid #dbe8f4 !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-checks article:nth-child(n + 3) {
    border-top: 1px solid #dbe8f4 !important;
  }
}

@media (width < 768px) {
  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology.tech-advantage {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology > :is(.section-head, .tech-copy) {
    padding: 24px !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-summary-panel article {
    grid-template-columns: 72px minmax(0, 1fr) !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-copy {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
    gap: 18px !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-copy > p,
  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-visual,
  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-checks {
    grid-column: 1 !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-copy > p {
    grid-row: 1 !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-visual {
    grid-row: 2 !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-checks {
    grid-row: 3 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-checks article {
    min-height: 0 !important;
    padding: 16px !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-top: 1px solid #dbe8f4 !important;
  }

  html:has(> body.global-tech-page[data-page="home"]) >
    body.global-tech-page.global-tech-page.global-tech-page[data-page="home"]
    #technology .tech-checks article:first-child {
    border-top: 0 !important;
  }
}
