/* Enterprise AI Solutions — page-scoped light theme */

body.eai-page {
  background: #f6faf8;
  color: #24302c;
}

.eai-page .eai-section,
.eai-page .eai-hero,
.eai-page .eai-jump,
.eai-page .eai-cta {
  padding: 40px 0 !important;
}

.eai-page .eai-hero {
  margin-top: 81px;
  padding: 48px 0 36px !important;
  background:
    radial-gradient(circle at 50% 0%, #ffffff 0%, transparent 55%),
    #e8f6f0;
}

.eai-page .eai-hero .container,
.eai-page .eai-section .container,
.eai-page .eai-cta .container,
.eai-page .eai-logos .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.eai-hero-inner {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

.eai-hero-inner .eai-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: #2fb08c;
}

.eai-page .eai-section--white,
.eai-page .eai-cta {
  background: #ffffff;
}

.eai-page .eai-section--mint,
.eai-page .eai-jump {
  background: #eef7f3;
}

.eai-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #cfe6dc;
  color: #1f8a6e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eai-title {
  margin: 0 0 8px;
  color: #14332c;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.22;
}

.eai-subtitle {
  margin: 0 0 14px;
  color: #2fb08c;
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 600;
  line-height: 1.4;
}

.eai-lead,
.eai-copy {
  margin: 0 0 10px;
  color: #3d4b46;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

.eai-copy:last-child {
  margin-bottom: 0;
}

.eai-head {
  width: 90%;
  max-width: 90%;
  margin: 0 auto 24px;
}

.eai-head--center {
  text-align: center;
}

.eai-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #2fb08c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(47, 176, 140, 0.22);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.eai-btn:hover,
.eai-btn:focus {
  background: #1f8a6e;
  color: #ffffff;
  text-decoration: underline !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(31, 138, 110, 0.28);
}

.eai-btn:focus-visible {
  outline: 3px solid #9ad7c3;
  outline-offset: 3px;
}

.eai-media {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #d7ebe3;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(20, 51, 44, 0.07);
}

.eai-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.eai-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.eai-pills li {
  padding: 6px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #cfe6dc;
  color: #1f4d42;
  font-size: 12px;
  font-weight: 700;
}

.eai-page .eai-logos {
  padding: 16px 0 !important;
  background: #ffffff;
  border-top: 1px solid #e3efe9;
  border-bottom: 1px solid #e3efe9;
}

.eai-page .eai-logos .logoslider {
  overflow: hidden;
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.eai-page .eai-logos .slider {
  display: flex;
  width: max-content;
  animation: eai-logo-scroll 35s linear infinite;
}

.eai-page .eai-logos .logos {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.eai-page .eai-logos .logos img {
  height: 44px;
  width: auto;
  max-width: 170px;
  margin: 0 22px;
  object-fit: contain;
  flex-shrink: 0;
  vertical-align: middle;
}

@keyframes eai-logo-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .eai-page .eai-logos .slider {
    animation: none;
  }
}

.eai-jump-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.eai-jump-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 16px 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #d7ebe3;
  color: #14332c;
  text-align: left;
  box-shadow: 0 6px 16px rgba(20, 51, 44, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.eai-jump-card:hover,
.eai-jump-card:focus {
  color: #1f8a6e;
  border-color: #2fb08c;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(47, 176, 140, 0.14);
}

.eai-jump-card img {
  width: 40px;
  height: 40px;
}

.eai-jump-card strong {
  font-size: 15px;
}

.eai-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(180deg, #edfaf5 0%, #d8f1e6 100%);
  color: #1f8a6e;
  font-size: 20px;
}

.eai-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  height: 100%;
  padding: 20px 18px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #dceae4;
  box-shadow: 0 8px 20px rgba(20, 51, 44, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.eai-card:hover {
  border-color: #2fb08c;
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(47, 176, 140, 0.12);
}

.eai-card .eai-icon {
  flex: 0 0 42px;
}

.eai-card h3 {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  min-height: 2.7em;
  margin: 0;
  color: #14332c;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  text-wrap: balance;
}

.eai-card p {
  flex: 1 0 100%;
  margin: 0;
  color: #4a5853;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

.eai-card--step .eai-step {
  flex: 1 0 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 28px;
  height: 28px;
  margin: 0;
  padding: 0 8px;
  border-radius: 999px;
  background: #2fb08c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.eai-story,
.eai-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.eai-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.eai-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.eai-split > div > .eai-title,
.eai-split > div > .eai-subtitle,
.eai-split > div > .eai-lead {
  width: 100%;
  max-width: 100%;
}

.eai-list {
  display: grid;
  gap: 10px;
}

.eai-list-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #dceae4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.eai-list-item:hover {
  border-color: #2fb08c;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(47, 176, 140, 0.1);
}

.eai-list-item h3 {
  margin: 0 0 4px;
  color: #14332c;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.eai-list-item p {
  margin: 0;
  color: #4a5853;
  font-size: 15px;
  line-height: 1.65;
}

.eai-cta-panel {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  padding: 48px 56px;
  border-radius: 16px;
  background: #eef7f3;
  border: 1px solid #cfe6dc;
  text-align: center;
}

.eai-cta-panel .eai-title {
  font-size: clamp(24px, 2.6vw, 32px);
}

.eai-cta-panel .eai-copy {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

#ai-solutions {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#ai-solutions .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

#ai-solutions .eai-head,
#ai-solutions .eai-stepper {
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.eai-stepper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.eai-stepper::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 8%;
  right: 8%;
  height: 3px;
  background: linear-gradient(90deg, #b8ddcf, #2fb08c, #b8ddcf);
  z-index: 0;
}

.eai-stepper-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 10px;
}

.eai-stepper-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
}

#ai-solutions .eai-stepper::before {
  left: 0;
  right: 0;
}

.eai-stepper-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 12px;
  background: #e8f6f0;
  color: #1f8a6e;
  font-size: 20px;
  box-shadow: 0 0 0 6px #ffffff;
}

.eai-stepper-item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.05em;
  margin: 0 0 10px;
  color: #14332c;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-wrap: balance;
}

.eai-stepper-item p {
  margin: 0;
  color: #4a5853;
  font-size: 15px;
  line-height: 1.65;
}

.eai-stepper-item:hover .eai-stepper-icon {
  background: #d8f1e6;
}

#ai-architecture .eai-head {
  margin-bottom: 40px;
}

.eai-arch {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: 90%;
  max-width: 90%;
  margin: 32px auto 0;
  position: relative;
}

.eai-arch-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 16px 22px;
  border-radius: 0 0 20px 20px;
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 176, 140, 0.14), transparent 48%),
    linear-gradient(180deg, #f6fcf9 0%, #ffffff 42%);
  border-left: 1px solid #d4ebe2;
  border-right: 1px solid #d4ebe2;
  border-bottom: 1px solid #d4ebe2;
  border-top: none;
  box-shadow:
    8px 0 0 -7px rgba(47, 176, 140, 0.18) inset,
    -8px 0 0 -7px rgba(47, 176, 140, 0.18) inset,
    0 12px 24px rgba(20, 51, 44, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.eai-arch-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 68px;
  height: 20px;
  transform: translateX(-50%);
  border-radius: 0 0 34px 34px;
  background: #eef7f3;
}

.eai-arch-card::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 0;
  height: 5px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(90deg, #2fb08c, #8fdec4);
}

.eai-arch-icon {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 28%, #5dceb0 0%, #2fb08c 42%, #1f8a6e 100%);
  color: #ffffff;
  font-size: 20px;
  box-shadow:
    0 0 0 4px #ffffff,
    0 2px 6px rgba(31, 138, 110, 0.12);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.eai-arch-card:nth-child(even) {
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 176, 140, 0.18), transparent 48%),
    linear-gradient(180deg, #eef8f3 0%, #ffffff 46%);
}

.eai-arch-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #14332c;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.eai-arch-card h3::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  margin: 9px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #2fb08c, #8fdec4);
}

.eai-arch-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #4a5853;
  font-size: 14px;
  line-height: 1.55;
}

.eai-arch-card:hover {
  transform: translateY(-7px);
  border-left-color: #2fb08c;
  border-right-color: #2fb08c;
  border-bottom-color: #2fb08c;
  box-shadow:
    8px 0 0 -7px rgba(47, 176, 140, 0.35) inset,
    -8px 0 0 -7px rgba(47, 176, 140, 0.35) inset,
    0 18px 34px rgba(47, 176, 140, 0.16);
}

.eai-arch-card:hover .eai-arch-icon {
  transform: translate(-50%, -56%) scale(1.08);
  box-shadow:
    0 0 0 4px #ffffff,
    0 3px 8px rgba(31, 138, 110, 0.16);
}

#ai-engineering {
  background:
    radial-gradient(circle at 12% 18%, #ffffff 0%, transparent 32%),
    radial-gradient(circle at 88% 82%, #ffffff 0%, transparent 30%),
    linear-gradient(180deg, #fafafa 0%, #f3f4f5 52%, #f7f7f8 100%) !important;
}

#ai-engineering .eai-head {
  margin-bottom: 28px;
}

.eai-eng {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 88px;
  row-gap: 34px;
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.eai-eng::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 50%;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #b8e6d4, #2fb08c, #b8e6d4);
  transform: translateX(-50%);
}

.eai-eng-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 100%;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: transform 0.25s ease;
}

.eai-eng-item:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}

.eai-eng-item::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2fb08c;
  box-shadow:
    0 0 0 6px #f6f6f7,
    0 0 0 9px rgba(47, 176, 140, 0.22);
}

.eai-eng-item:nth-child(odd)::after {
  right: -51px;
}

.eai-eng-item:nth-child(even)::after {
  left: -51px;
}

.eai-eng-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(160deg, #5dceb0 0%, #2fb08c 48%, #1f8a6e 100%);
  border: none;
  color: #ffffff;
  font-size: 22px;
  box-shadow: 0 10px 20px rgba(47, 176, 140, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.eai-eng-body {
  min-width: 0;
}

.eai-eng-item h3 {
  margin: 0 0 8px;
  color: #14332c;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  min-height: 2.6em;
}

.eai-eng-item h3::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2fb08c, #a8e6d0);
}

.eai-eng-item:nth-child(even) h3::after {
  margin-left: auto;
}

.eai-eng-item p {
  margin: 0;
  color: #4a5853;
  font-size: 15px;
  line-height: 1.6;
}

.eai-eng-item:hover {
  transform: translateY(-3px);
}

.eai-eng-item:hover .eai-eng-icon {
  transform: scale(1.08) rotate(-6deg);
  box-shadow: 0 14px 26px rgba(47, 176, 140, 0.3);
}

#ai-expertise {
  padding: 36px 0 !important;
  background:
    radial-gradient(circle at 8% 10%, rgba(47, 176, 140, 0.14), transparent 24%),
    radial-gradient(circle at 92% 88%, rgba(47, 176, 140, 0.12), transparent 26%),
    linear-gradient(180deg, #f4faf7 0%, #eef7f3 100%) !important;
}

.eai-xprt {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}

.eai-xprt .eai-head {
  width: 100%;
  max-width: 100%;
  margin: 0 0 22px;
}

.eai-xprt .eai-title {
  margin-bottom: 8px;
}

.eai-xprt .eai-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #2fb08c, #a8e6d0);
}

.eai-xprt .eai-subtitle {
  margin-bottom: 8px;
}

.eai-xprt .eai-lead {
  margin-bottom: 0;
}

.eai-xprt-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  align-items: stretch;
  filter: drop-shadow(0 14px 24px rgba(20, 51, 44, 0.08));
}

.eai-xprt-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 100%;
  margin-left: -14px;
  padding: 24px 28px 26px 34px;
  border: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 176, 140, 0.1), transparent 42%),
    #ffffff;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%, 18px 50%);
  transition: transform 0.22s ease, background 0.22s ease;
}

.eai-xprt-step::after {
  content: "";
  position: absolute;
  left: 34%;
  right: 28%;
  bottom: 8px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2fb08c, #a8e6d0);
}

.eai-xprt-step:first-child {
  margin-left: 0;
  padding-left: 18px;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
}

.eai-xprt-step:last-child {
  padding-right: 18px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 18px 50%);
}

.eai-xprt-step:nth-child(even) {
  z-index: 2;
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 176, 140, 0.16), transparent 46%),
    #e7f6ef;
}

.eai-xprt-hex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 58px;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 20px;
  background: linear-gradient(160deg, #5dceb0 0%, #2fb08c 48%, #1f8a6e 100%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  filter: drop-shadow(0 6px 10px rgba(47, 176, 140, 0.28));
  animation: eai-xprt-hex-pulse 4s ease-in-out infinite;
  transition: transform 0.22s ease;
}

.eai-xprt-step:nth-child(1) .eai-xprt-hex { animation-delay: 0s; }
.eai-xprt-step:nth-child(2) .eai-xprt-hex { animation-delay: 0.8s; }
.eai-xprt-step:nth-child(3) .eai-xprt-hex { animation-delay: 1.6s; }
.eai-xprt-step:nth-child(4) .eai-xprt-hex { animation-delay: 2.4s; }
.eai-xprt-step:nth-child(5) .eai-xprt-hex { animation-delay: 3.2s; }

.eai-xprt-step h3 {
  margin: 0 0 8px;
  color: #14332c;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  min-height: 2.6em;
}

.eai-xprt-step p {
  margin: 0;
  color: #4a5853;
  font-size: 14px;
  line-height: 1.5;
}

.eai-xprt-step:hover {
  z-index: 3;
  transform: translateY(-5px);
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 176, 140, 0.2), transparent 48%),
    #d8f1e6;
}

.eai-xprt-step:hover .eai-xprt-hex {
  animation-play-state: paused;
  transform: scale(1.1) rotate(-6deg);
}

@keyframes eai-xprt-hex-pulse {
  0%, 16%, 100% {
    transform: scale(1);
  }
  8% {
    transform: scale(1.12);
  }
}

@media screen and (max-width: 991px) {
  .eai-split,
  .eai-story,
  .eai-jump-grid,
  .eai-grid-3,
  .eai-grid-2,
  .eai-stepper,
  .eai-arch {
    grid-template-columns: 1fr;
  }

  .eai-eng {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 26px;
    padding-left: 36px;
  }

  .eai-eng::before {
    left: 6px;
    transform: none;
  }

  .eai-eng-item,
  .eai-eng-item:nth-child(even) {
    flex-direction: row;
    text-align: left;
  }

  .eai-eng-item::after,
  .eai-eng-item:nth-child(even)::after {
    left: -37px;
    right: auto;
  }

  .eai-eng-item:nth-child(even) h3::after {
    margin-left: 0;
  }

  .eai-eng-item h3 {
    min-height: 0;
  }

  .eai-arch {
    gap: 36px;
  }

  .eai-stepper::before {
    display: none;
  }

  .eai-stepper-item h3 {
    min-height: 0;
  }

  .eai-page .eai-hero,
  .eai-page .eai-section,
  .eai-page .eai-jump,
  .eai-page .eai-cta {
    padding: 32px 0 !important;
  }

  .eai-cta-panel {
    padding: 28px 24px;
  }

  .eai-xprt-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .eai-xprt-step,
  .eai-xprt-step:first-child,
  .eai-xprt-step:last-child {
    margin-left: 0;
    padding: 16px 18px;
    border-radius: 16px;
    clip-path: none;
  }

  .eai-xprt-step h3 {
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .eai-page .eai-hero {
    margin-top: 70px;
    padding: 28px 0 24px !important;
  }

  .eai-media img {
    min-height: 180px;
  }

  .eai-list-item {
    grid-template-columns: 36px 1fr;
    padding: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eai-xprt-hex {
    animation: none;
  }

  .eai-eng-item,
  .eai-eng-item:hover .eai-eng-icon {
    transform: none;
  }
}
