/* HADI Atlas Copco Automation Experience — isolated, server-first product UI. */
:root {
  --haa-navy: #083a5d;
  --haa-navy-deep: #04243a;
  --haa-blue: #0b78b7;
  --haa-blue-bright: #35aee8;
  --haa-blue-soft: #eaf5fb;
  --haa-ink: #101820;
  --haa-muted: #536579;
  --haa-line: #cfe0eb;
  --haa-surface: #ffffff;
  --haa-tint: #f3f7fa;
  --haa-radius: 22px;
  --haa-shadow: 0 18px 46px rgba(4, 36, 58, 0.12);
}

html:has(body.hadi-atlas-automation-page) {
  scrollbar-gutter: stable;
}

body.hadi-atlas-automation-page main#content,
.hadi-atlas-automation-stage,
.hadi-atlas-automation,
.hadi-atlas-automation__content {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
}

.hadi-atlas-automation-stage {
  display: block;
  overflow: clip;
  background: var(--haa-surface);
}

.hadi-atlas-automation__content > p:empty,
.hadi-atlas-automation__content > br,
.hadi-atlas-automation__content > .haa-page + p:empty,
.hadi-atlas-automation-stage .haa-page > p:empty {
  display: none !important;
  margin: 0 !important;
}

body.hadi-atlas-automation-page footer.elementor-location-footer > :first-child {
  border-block-start: 0 !important;
}

.haa-page,
.haa-page * {
  box-sizing: border-box;
}

.haa-page {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-wrap: break-word;
  color: var(--haa-ink);
  background: var(--haa-surface);
  font-family: "Noto Sans", "Segoe UI", Arial, sans-serif;
  font-size: clamp(16px, 0.25vw + 15px, 18px);
  line-height: 1.72;
}

.haa-page[dir="rtl"] {
  direction: rtl;
  text-align: right;
  font-family: "Noto Sans Hebrew", "Noto Sans", "Assistant", Arial, sans-serif;
}

.haa-page h1,
.haa-page h2,
.haa-page h3,
.haa-page p,
.haa-page ul,
.haa-page ol,
.haa-page figure {
  margin-block-start: 0;
}

.haa-page h1,
.haa-page h2,
.haa-page h3 {
  color: inherit;
  font-family: inherit;
  font-weight: 800;
  line-height: 1.12;
  text-wrap: balance;
}

.haa-page h1 {
  max-width: 15ch;
  margin-block-end: 22px;
  font-size: clamp(2.35rem, 4.7vw, 5.25rem);
  letter-spacing: -0.042em;
}

.haa-page h2 {
  margin-block-end: 18px;
  font-size: clamp(1.95rem, 3vw, 3.45rem);
  letter-spacing: -0.032em;
}

.haa-page h3 {
  margin-block-end: 12px;
  font-size: clamp(1.22rem, 1.55vw, 1.82rem);
  letter-spacing: -0.015em;
}

.haa-page p:last-child,
.haa-page ul:last-child,
.haa-page ol:last-child {
  margin-block-end: 0;
}

.haa-page a,
.haa-page button,
.haa-page input,
.haa-page select,
.haa-page textarea {
  font-family: inherit;
}

.haa-page button,
.haa-page .haa-button {
  font-weight: 700 !important;
}

.haa-page img,
.haa-page video {
  display: block;
  width: 100%;
  max-width: 100%;
}

.haa-page img {
  height: auto;
}

.haa-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.haa-page bdi.haa-token {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  unicode-bidi: isolate;
  white-space: nowrap;
}

.haa-token,
.haa-measure {
  unicode-bidi: isolate;
  white-space: nowrap;
}

.haa-measure {
  display: inline-block;
  white-space: nowrap;
}

.haa-measure[dir="rtl"],
.haa-measure__unit[dir="rtl"] {
  direction: rtl;
  unicode-bidi: isolate;
}

.haa-container {
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
}

.haa-kicker {
  margin-block-end: 13px;
  color: #59c2ef;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.haa-lead {
  max-width: 62ch;
  margin-block-end: 28px;
  font-size: clamp(1.08rem, 1.4vw, 1.36rem);
  line-height: 1.62;
}

.haa-actions,
.haa-comparison-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.haa-page .haa-button {
  display: inline-flex !important;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
  padding: 12px 22px;
  border: 1px solid var(--haa-blue) !important;
  border-radius: 12px;
  color: #fff !important;
  background: var(--haa-blue) !important;
  box-shadow: none;
  cursor: pointer;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.haa-page .haa-button:hover,
.haa-page .haa-button:focus-visible,
.haa-page .haa-button:active {
  color: #fff !important;
  border-color: var(--haa-navy-deep) !important;
  background: var(--haa-navy-deep) !important;
  box-shadow: 0 10px 24px rgba(4, 36, 58, 0.18);
}

.haa-page .haa-button--secondary,
.haa-page .haa-button--engineering {
  color: var(--haa-navy) !important;
  border-color: #abc9dc !important;
  background: #fff !important;
}

.haa-page .haa-button--secondary:hover,
.haa-page .haa-button--secondary:focus-visible,
.haa-page .haa-button--secondary:active,
.haa-page .haa-button--engineering:hover,
.haa-page .haa-button--engineering:focus-visible,
.haa-page .haa-button--engineering:active {
  color: #fff !important;
  border-color: var(--haa-navy) !important;
  background: var(--haa-navy) !important;
}

.haa-page .haa-button > span {
  display: inline !important;
}

.haa-page :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #f3bf27 !important;
  outline-offset: 3px;
}

.haa-hero {
  display: grid;
  min-height: clamp(620px, 74vh, 820px);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  color: #fff;
  background: linear-gradient(128deg, var(--haa-navy-deep), #086797);
}

.haa-hero__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(58px, 7vw, 108px);
  padding-inline: max(24px, calc((100vw - 1320px) / 2)) clamp(28px, 4.4vw, 74px);
}

.haa-page[dir="rtl"] .haa-hero__copy {
  padding-inline: clamp(28px, 4.4vw, 74px) max(24px, calc((100vw - 1320px) / 2));
}

.haa-hero__copy h1,
.haa-hero__copy p {
  color: inherit;
}

.haa-hero__media {
  position: relative;
  min-width: 0;
  min-height: 460px;
  margin: 0;
  overflow: hidden;
  background: #071d2e;
}

.haa-hero--image .haa-hero__media img,
.haa-hero__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.haa-hero .haa-video,
.haa-hero .haa-video__trigger {
  height: 100%;
  min-height: inherit;
  border: 0;
  border-radius: 0;
}

.haa-hero .haa-video__trigger img {
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.haa-anchor-nav {
  position: sticky;
  z-index: 20;
  top: var(--wp-admin--admin-bar--height, 0px);
  border-bottom: 1px solid var(--haa-line);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 5px 16px rgba(4, 36, 58, 0.07);
  backdrop-filter: blur(12px);
}

.haa-anchor-nav ul {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 34px);
  margin-block-end: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  scrollbar-width: thin;
}

.haa-anchor-nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  column-gap: 0.3em;
  color: var(--haa-ink) !important;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.haa-anchor-nav a:hover,
.haa-anchor-nav a[aria-current="location"] {
  color: var(--haa-blue) !important;
  background: transparent !important;
}

.haa-section,
.haa-closing {
  scroll-margin-top: 88px;
}

.haa-section {
  padding-block: clamp(70px, 7.5vw, 118px);
}

.haa-section--compact {
  padding-block: clamp(52px, 5vw, 78px);
}

.haa-section--tint {
  background: var(--haa-tint);
}

.haa-section--navy {
  color: #fff;
  background: var(--haa-navy-deep);
}

.haa-section--navy .haa-section-head h2,
.haa-section--navy .haa-section-head p {
  color: #fff;
}

.haa-section-head {
  max-width: 900px;
  margin-block-end: clamp(32px, 4.5vw, 58px);
}

.haa-section-head > p {
  max-width: 75ch;
  color: var(--haa-muted);
  font-size: 1.06em;
}

.haa-challenge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.haa-challenge-card {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid var(--haa-line);
  border-radius: var(--haa-radius);
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.haa-challenge-card:hover {
  border-color: #8dbbd6;
  box-shadow: var(--haa-shadow);
  transform: translateY(-2px);
}

.haa-challenge-card figure {
  min-height: 100%;
  margin: 0;
  background: #e9f0f4;
}

.haa-challenge-card img {
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.haa-challenge-card > div {
  min-width: 0;
  padding: clamp(24px, 3vw, 40px);
}

.haa-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.haa-value-card,
.haa-competency-card {
  min-width: 0;
  padding: clamp(24px, 2.4vw, 36px);
  border: 1px solid var(--haa-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(4, 36, 58, 0.05);
}

.haa-value-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.haa-value-card__icon,
.haa-feature-tile__icon,
.haa-benefit-card__icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--haa-blue);
  background: var(--haa-blue-soft);
}

.haa-value-card__icon {
  width: 68px;
  height: 68px;
  margin-block-end: 20px;
  border-radius: 18px;
}

.haa-value-card__icon svg {
  width: 34px;
  height: 34px;
}

.haa-value-card p {
  flex: 1;
  color: var(--haa-muted);
}

.haa-video-band {
  max-width: 1040px;
  margin: clamp(40px, 5vw, 72px) auto 0;
}

.haa-video {
  position: relative;
  overflow: visible;
  border: 1px solid #b7cedc;
  border-radius: var(--haa-radius);
  background: #071e30;
}

.haa-video__trigger {
  position: relative;
  display: block;
  width: 100%;
  min-height: 350px;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: inherit;
  color: #fff !important;
  background: #071e30 !important;
  cursor: pointer;
}

.haa-video__trigger::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(3, 22, 36, 0.62), rgba(3, 22, 36, 0.04) 58%);
}

.haa-video__trigger:hover::after,
.haa-video__trigger:focus-visible::after,
.haa-video__trigger:active::after {
  background: linear-gradient(to top, rgba(3, 22, 36, 0.7), rgba(3, 22, 36, 0.1) 58%);
}

.haa-video__trigger img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
}

.haa-video__play {
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: rgba(11, 120, 183, 0.94);
  transform: translate(-50%, -50%);
  direction: ltr;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}

.haa-video__play svg {
  width: 31px;
  height: 31px;
  transform: translateX(2px);
}

.haa-video__label {
  position: absolute;
  z-index: 2;
  inset-block-end: 23px;
  inset-inline-start: 23px;
  font-weight: 800;
}

.haa-video__player-frame {
  overflow: hidden;
  border-radius: 14px;
  background: #000;
}

.haa-video__player-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  object-fit: contain;
}

.haa-diagram-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.haa-diagram-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--haa-line);
  border-radius: 20px;
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.haa-diagram-card:hover,
.haa-diagram-card:focus-within {
  border-color: #8dbbd6;
  box-shadow: 0 12px 28px rgba(4, 36, 58, 0.1);
  transform: translateY(-2px);
}

.haa-diagram-card__media {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0;
  color: #fff !important;
  background: #eef4f7 !important;
  cursor: zoom-in;
}

.haa-diagram-card__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.haa-diagram-card__media span {
  position: absolute;
  inset-block-end: 13px;
  inset-inline-end: 13px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(4, 36, 58, 0.9);
  font-size: 0.78rem;
  font-weight: 800;
}

.haa-diagram-card__copy {
  padding: 24px;
}

.haa-factor-panel {
  margin-block-start: 30px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--haa-line);
  border-radius: 20px;
  background: linear-gradient(145deg, #fff, #f2f8fb);
}

.haa-decision-grid,
.haa-capability-grid,
.haa-benefit-grid {
  display: grid;
  gap: 14px;
}

.haa-decision-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.haa-feature-tile {
  display: flex;
  min-width: 0;
  min-height: 112px;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border: 1px solid var(--haa-line);
  border-radius: 16px;
  background: #fff;
}

.haa-feature-tile__icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
}

.haa-feature-tile__icon svg {
  width: 24px;
  height: 24px;
}

.haa-feature-tile p {
  margin: 0;
  font-weight: 650;
  line-height: 1.45;
}

.haa-process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  list-style: none;
}

.haa-process-list li {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 11px;
  padding: 14px;
  border: 1px solid var(--haa-line);
  border-radius: 12px;
  background: var(--haa-tint);
}

.haa-process-list li > span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--haa-blue);
  font-size: 0.78rem;
  font-weight: 800;
}

.haa-process-list p {
  margin: 0;
  font-size: 0.92rem;
}

.haa-config-viewer {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #b7cfdf;
  border-radius: var(--haa-radius);
  background: #fff;
  box-shadow: var(--haa-shadow);
}

.haa-tablist {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 14px;
  border-bottom: 1px solid var(--haa-line);
  background: #edf4f8;
}

.haa-tablist button {
  min-height: 68px;
  padding: 12px 14px !important;
  border: 1px solid #b8cedc !important;
  border-radius: 11px;
  color: var(--haa-navy) !important;
  background: #fff !important;
  cursor: pointer;
  line-height: 1.3;
}

.haa-tablist button:hover,
.haa-tablist button:focus-visible,
.haa-tablist button:active {
  border-color: var(--haa-blue) !important;
  color: var(--haa-blue) !important;
  background: #fff !important;
}

.haa-tablist button[aria-selected="true"] {
  color: #fff !important;
  border-color: var(--haa-blue) !important;
  background: var(--haa-blue) !important;
}

.haa-config-panel {
  position: relative;
  min-width: 0;
  padding: clamp(18px, 2.4vw, 30px);
  background: #f8fbfd;
}

.haa-config-panel[hidden] {
  display: none !important;
}

.haa-js .haa-config-slide {
  display: none;
}

.haa-js .haa-config-slide.is-active {
  display: block;
}

.haa-config-slide {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #061925;
}

.haa-config-slide figure {
  min-width: 0;
  margin: 0;
  background: #061925;
}

.haa-config-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.haa-config-slide ul {
  position: absolute;
  z-index: 2;
  inset-block-start: clamp(16px, 2vw, 28px);
  inset-inline-start: clamp(16px, 2vw, 28px);
  display: grid;
  width: min(32%, 340px);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.haa-config-chip {
  min-width: 0;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(4, 36, 58, 0.78);
  backdrop-filter: blur(4px);
}

.haa-config-chip[data-complete="true"] {
  color: #fff;
  border-color: rgba(75, 189, 238, 0.82);
  background: rgba(5, 124, 180, 0.9);
}

.haa-config-chip strong,
.haa-config-chip span {
  display: inline;
}

.haa-config-chip strong {
  font-size: 0.78rem;
}

.haa-config-chip span {
  font-size: 0.86rem;
}

.haa-config-chip span::before {
  content: ": ";
}

.haa-carousel-controls {
  position: absolute;
  z-index: 4;
  inset: clamp(18px, 2.4vw, 30px);
  pointer-events: none;
  direction: ltr;
}

.haa-carousel-controls > p {
  display: contents;
  margin: 0;
}

.haa-carousel-controls > button,
.haa-carousel-controls > p > button {
  position: absolute;
  top: 50%;
  display: grid !important;
  width: 46px;
  height: 46px;
  padding: 0 !important;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.88) !important;
  border-radius: 50%;
  color: #fff !important;
  background: rgba(4, 36, 58, 0.88) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
}

.haa-carousel-controls > button:hover,
.haa-carousel-controls > button:focus-visible,
.haa-carousel-controls > button:active,
.haa-carousel-controls > p > button:hover,
.haa-carousel-controls > p > button:focus-visible,
.haa-carousel-controls > p > button:active {
  color: #fff !important;
  border-color: #fff !important;
  background: var(--haa-blue) !important;
}

.haa-carousel-controls > button svg,
.haa-carousel-controls > p > button svg {
  width: 25px;
  height: 25px;
}

.haa-carousel-controls [data-carousel-prev] {
  left: 14px;
}

.haa-carousel-controls [data-carousel-next] {
  right: 14px;
}

.haa-carousel-progress {
  position: absolute;
  bottom: 14px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(4, 36, 58, 0.84);
  pointer-events: auto;
  transform: translateX(-50%);
}

.haa-carousel-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}

.haa-carousel-pagination button {
  width: 11px;
  height: 11px;
  padding: 0 !important;
  border: 2px solid rgba(255, 255, 255, 0.9) !important;
  border-radius: 50%;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.48) !important;
  cursor: pointer;
}

.haa-carousel-pagination button[aria-current="true"] {
  width: 28px;
  border-radius: 999px;
  background: #fff !important;
}

.haa-carousel-status {
  min-width: 3.6em;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  direction: ltr;
  unicode-bidi: isolate;
  white-space: nowrap;
}

.haa-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--haa-line);
  border-radius: 18px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.haa-table-wrap table {
  width: 100%;
  min-width: 820px;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.haa-table-wrap caption {
  padding: 14px;
  color: var(--haa-muted);
  font-size: 0.8rem;
  text-align: start;
}

.haa-table-wrap th,
.haa-table-wrap td {
  padding: 19px;
  border: 0;
  border-block-start: 1px solid var(--haa-line);
  vertical-align: top;
  text-align: start;
}

.haa-table-wrap thead th {
  color: #fff;
  border-block-start: 0;
  background: var(--haa-navy);
}

.haa-table-wrap tbody th {
  width: 22%;
  color: var(--haa-navy);
  background: #f2f7fa;
}

.haa-comparison-actions {
  margin-block-start: 24px;
}

.haa-split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(36px, 5vw, 78px);
  align-items: center;
}

.haa-split--reverse > :first-child {
  order: 2;
}

.haa-split--reverse > :last-child {
  order: 1;
}

.haa-split figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--haa-radius);
  background: #eef3f6;
}

.haa-split figure img {
  min-height: 400px;
  object-fit: cover;
}

.haa-capability-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-block: 26px;
}

.haa-capability-grid .haa-feature-tile {
  min-height: 94px;
  padding: 16px;
}

.haa-mes-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 17px;
  border: 1px solid #b9d3e3;
  border-radius: 14px;
  color: var(--haa-navy);
  background: var(--haa-blue-soft);
}

.haa-mes-note svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  margin-block-start: 2px;
  color: var(--haa-blue);
}

.haa-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.haa-benefit-card {
  display: flex;
  min-width: 0;
  min-height: 142px;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.07);
}

.haa-benefit-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: #63c8f3;
  background: rgba(255, 255, 255, 0.1);
}

.haa-benefit-card__icon svg {
  width: 25px;
  height: 25px;
}

.haa-benefit-card p {
  margin: 0;
  color: #fff;
  font-weight: 650;
  line-height: 1.55;
}

.haa-competency-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.haa-competency-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.haa-competency-card li {
  position: relative;
  padding-block: 9px;
  padding-inline-start: 18px;
  border-block-end: 1px solid #e3ebf0;
}

.haa-competency-card li::before {
  position: absolute;
  inset-block-start: 1.25em;
  inset-inline-start: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--haa-blue-bright);
  content: "";
}

.haa-competency-card li:last-child {
  border-block-end: 0;
}

.haa-section--industries {
  overflow: hidden;
  background: #fff;
}

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

.haa-industries {
  width: 100%;
  overflow: hidden;
  padding-block: 4px;
  direction: ltr;
  mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
}

.haa-industries__lane {
  width: 100%;
  overflow: hidden;
  margin-block: 12px;
}

.haa-industries__track {
  display: flex;
  width: max-content;
  animation: haa-industries-marquee 42s linear infinite;
  will-change: transform;
}

.haa-industries__lane--reverse .haa-industries__track {
  animation-direction: reverse;
  animation-duration: 46s;
}

.haa-industries__group {
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
  padding-inline: 7px;
}

.haa-industries__chip {
  display: block;
  min-width: max-content;
  height: 54px;
  padding: 13px 23px;
  border: 2px solid rgba(11, 120, 183, 0.68);
  border-radius: 999px;
  color: var(--haa-ink);
  background: #fff;
  font-weight: 650;
  line-height: 24px;
}

.haa-industries:hover .haa-industries__track,
.haa-industries:focus-within .haa-industries__track {
  animation-play-state: paused;
}

@keyframes haa-industries-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.haa-form {
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid var(--haa-line);
  border-radius: 18px;
  color: var(--haa-ink);
  background: #fff;
  box-shadow: 0 10px 28px rgba(4, 36, 58, 0.08);
}

.haa-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-block: 18px;
}

.haa-field,
.haa-field label {
  display: block;
  min-width: 0;
}

.haa-field--full {
  grid-column: 1 / -1;
}

.haa-field label {
  margin-block-end: 6px;
  color: var(--haa-navy);
  font-size: 0.84rem;
  font-weight: 750;
}

.haa-field input,
.haa-field select,
.haa-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #aebfcb;
  border-radius: 9px;
  color: var(--haa-ink);
  background: #fff;
}

.haa-field textarea {
  min-height: 118px;
  resize: vertical;
}

.haa-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-block: 12px;
  font-size: 0.82rem;
}

.haa-checkbox input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-block-start: 0.3em;
}

.haa-form a,
.haa-form a:visited {
  color: var(--haa-blue) !important;
  text-decoration: underline !important;
}

.haa-form a:hover,
.haa-form a:focus-visible {
  color: var(--haa-navy-deep) !important;
}

.haa-form__trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.haa-form__required,
.haa-form__privacy-intro {
  color: var(--haa-muted);
  font-size: 0.78rem;
}

.haa-form__status {
  margin-block: 14px;
  padding: 11px 14px;
  border-radius: 8px;
  font-weight: 700;
}

.haa-form__status--success {
  color: #0b5c38;
  background: #e4f6ed;
}

.haa-form__status--error {
  color: var(--haa-navy-deep);
  border: 1px solid #9fc9df;
  background: var(--haa-blue-soft);
}

.haa-closing {
  margin: 0;
  padding-block: clamp(70px, 7vw, 112px);
  color: #fff;
  background: linear-gradient(122deg, var(--haa-navy-deep), #086797);
}

.haa-closing .haa-container {
  max-width: 980px;
}

.haa-closing h2,
.haa-closing p {
  color: inherit;
}

.haa-closing > .haa-container > p {
  max-width: 75ch;
}

html.haa-dialog-open,
body.haa-dialog-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.haa-dialog {
  width: min(920px, calc(100vw - 30px));
  max-width: none;
  max-height: min(90dvh, 980px);
  margin: auto;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 20px;
  color: var(--haa-ink);
  background: #fff;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.38);
}

.haa-dialog::backdrop {
  background: rgba(2, 18, 30, 0.78);
  backdrop-filter: blur(4px);
}

.haa-dialog.haa-dialog--fallback[open] {
  position: fixed;
  z-index: 99999;
  inset: 50% auto auto 50%;
  display: block;
  transform: translate(-50%, -50%);
}

.haa-dialog.haa-dialog--fallback[open]::before {
  position: fixed;
  z-index: -1;
  inset: -100vh -100vw;
  content: "";
  background: rgba(2, 18, 30, 0.78);
}

.haa-dialog__surface {
  position: relative;
  max-height: min(90dvh, 980px);
  padding: clamp(22px, 3.4vw, 48px);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-gutter: stable;
}

.haa-dialog__close {
  position: sticky;
  z-index: 5;
  top: 0;
  display: grid !important;
  width: 42px;
  height: 42px;
  margin-inline-start: auto;
  margin-block-end: 8px;
  padding: 0 !important;
  place-items: center;
  border: 1px solid #aac7d9 !important;
  border-radius: 50%;
  color: var(--haa-navy) !important;
  background: #fff !important;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 4px 14px rgba(4, 36, 58, 0.08);
}

.haa-dialog__close:hover,
.haa-dialog__close:focus-visible,
.haa-dialog__close:active {
  color: #fff !important;
  border-color: var(--haa-blue) !important;
  background: var(--haa-blue) !important;
}

.haa-dialog__close svg {
  width: 20px;
  height: 20px;
}

.haa-dialog figure {
  margin-block-end: 22px;
}

.haa-dialog__figure img {
  max-height: 70dvh;
  object-fit: contain;
}

.haa-dialog__figure figcaption {
  margin-block-start: 9px;
  color: var(--haa-muted);
  text-align: center;
}

.haa-dialog .haa-video,
.haa-dialog .haa-form,
.haa-dialog .haa-process-list {
  margin-block-start: 22px;
}

.haa-dialog--video {
  width: min(1120px, calc(100vw - 30px));
  background: #061925;
}

.haa-dialog--video .haa-dialog__surface {
  padding: clamp(16px, 2.5vw, 30px);
  color: #fff;
  background: #061925;
}

.haa-dialog--video h2 {
  color: #fff;
}

.haa-dialog--video .haa-dialog__close {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.haa-dialog--video .haa-dialog__close:hover,
.haa-dialog--video .haa-dialog__close:focus-visible,
.haa-dialog--video .haa-dialog__close:active {
  border-color: #fff !important;
  background: var(--haa-blue) !important;
}

.haa-dialog--form {
  width: min(780px, calc(100vw - 30px));
}

.haa-dialog--form .haa-form {
  padding: 0;
  border: 0;
  box-shadow: none;
}

@media (max-width: 1120px) {
  .haa-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  }

  .haa-value-grid,
  .haa-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .haa-tablist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .haa-config-slide ul {
    width: min(36%, 320px);
  }
}

@media (max-width: 834px) {
  .haa-container {
    width: min(100% - 36px, 1320px);
  }

  .haa-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .haa-hero__copy,
  .haa-page[dir="rtl"] .haa-hero__copy {
    min-height: 500px;
    padding: 62px 24px;
  }

  .haa-hero__media,
  .haa-hero .haa-video__trigger,
  .haa-hero .haa-video__trigger img {
    min-height: 410px;
  }

  .haa-challenge-grid,
  .haa-diagram-grid,
  .haa-split,
  .haa-benefit-grid {
    grid-template-columns: 1fr;
  }

  .haa-split--reverse > :first-child,
  .haa-split--reverse > :last-child {
    order: initial;
  }

  .haa-challenge-card {
    grid-template-columns: minmax(140px, 0.62fr) minmax(0, 1.38fr);
  }

  .haa-benefit-card {
    min-height: 108px;
  }

  .haa-config-slide ul {
    width: min(40%, 290px);
    gap: 6px;
  }

  .haa-config-chip {
    padding: 8px 10px;
  }
}

@media (max-width: 640px) {
  .haa-container {
    width: min(100% - 30px, 1320px);
  }

  .haa-page {
    font-size: 16px;
  }

  .haa-page h1 {
    font-size: clamp(2.15rem, 11vw, 3.1rem);
  }

  .haa-page h2 {
    font-size: clamp(1.72rem, 8.5vw, 2.4rem);
  }

  .haa-section {
    padding-block: 60px;
  }

  .haa-anchor-nav ul {
    justify-content: flex-start;
  }

  .haa-value-grid,
  .haa-decision-grid,
  .haa-capability-grid,
  .haa-competency-grid,
  .haa-form__grid,
  .haa-process-list,
  .haa-tablist {
    grid-template-columns: 1fr;
  }

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

  .haa-challenge-card img {
    min-height: 220px;
    max-height: 260px;
  }

  .haa-video__trigger,
  .haa-video__trigger img {
    min-height: 260px;
  }

  .haa-hero__media,
  .haa-hero .haa-video__trigger,
  .haa-hero .haa-video__trigger img {
    min-height: 330px;
  }

  .haa-video__play {
    width: 62px;
    height: 62px;
  }

  .haa-video__play svg {
    width: 27px;
    height: 27px;
  }

  .haa-config-panel {
    padding: 14px;
  }

  .haa-config-slide ul {
    position: static;
    width: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 13px;
    background: #061925;
  }

  .haa-config-chip {
    min-height: 64px;
  }

  .haa-carousel-controls {
    position: relative;
    inset: auto;
    display: flex;
    height: 58px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-block-start: 8px;
  }

  .haa-carousel-controls > button,
  .haa-carousel-controls > p > button {
    position: static;
    width: 42px;
    height: 42px;
    border-color: #a9c7da !important;
    color: var(--haa-navy) !important;
    background: #fff !important;
    transform: none;
  }

  .haa-carousel-controls > button:hover,
  .haa-carousel-controls > button:focus-visible,
  .haa-carousel-controls > button:active,
  .haa-carousel-controls > p > button:hover,
  .haa-carousel-controls > p > button:focus-visible,
  .haa-carousel-controls > p > button:active {
    color: #fff !important;
    background: var(--haa-blue) !important;
  }

  .haa-carousel-progress {
    position: static;
    max-width: min(190px, calc(100% - 116px));
    padding: 0;
    background: transparent;
    transform: none;
  }

  .haa-carousel-pagination {
    max-width: 120px;
  }

  .haa-carousel-status {
    color: var(--haa-navy);
  }

  .haa-carousel-pagination button {
    border-color: #9dbfd4 !important;
    background: #c3d6e1 !important;
  }

  .haa-carousel-pagination button[aria-current="true"] {
    background: var(--haa-blue) !important;
  }

  .haa-industries {
    mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
  }

  .haa-industries__chip {
    height: 48px;
    padding: 10px 18px;
    line-height: 24px;
  }

  .haa-form {
    padding: 20px 16px;
  }

  .haa-actions,
  .haa-comparison-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .haa-actions .haa-button,
  .haa-comparison-actions .haa-button {
    width: 100%;
  }

  .haa-dialog {
    width: calc(100vw - 20px);
    max-height: 94dvh;
  }

  .haa-dialog__surface {
    max-height: 94dvh;
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .haa-page *,
  .haa-page *::before,
  .haa-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .haa-industries__track {
    animation: none !important;
    transform: none !important;
  }

  .haa-industries__group[aria-hidden="true"] {
    display: none;
  }
}

@media print {
  .haa-anchor-nav,
  .haa-video__trigger,
  .haa-carousel-controls,
  .haa-dialog,
  .haa-button,
  .haa-industries__group[aria-hidden="true"] {
    display: none !important;
  }

  .haa-js .haa-config-slide,
  .haa-js .haa-config-panel {
    display: block !important;
  }

  .haa-industries__track {
    animation: none !important;
    transform: none !important;
  }
}
