/* Headings used by helper + FAQ on this page */
.st-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0072B9;
  margin-bottom: 0.75rem;
}
.st-h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 800;
  color: #00203D;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}
.st-svc-block--white { background: #fff; }
.st-svc-block__head {
  max-width: 40rem;
  margin-bottom: 1.75rem;
}
.st-svc-block__head.text-center { margin-inline: auto; }
.st-svc-block__lead {
  color: #4a6578;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 42ch;
  margin: 0 auto;
}

/* Page canvas — light, not a navy service hero */
.page-ai-project-helper {
  background: #F5F9FC;
}

.om-aih-intro {
  position: relative;
  overflow: hidden;
  padding: 2.4rem 0 0.4rem;
  background:
    radial-gradient(70% 80% at 50% 0%, rgba(0, 114, 185, 0.1), transparent 62%),
    #F5F9FC;
}
.om-aih-intro__inner {
  max-width: 46rem;
  text-align: center;
}
.om-aih-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #6b8496;
  margin-bottom: 1.1rem;
}
.om-aih-crumb a { color: #0072B9; }
.om-aih-crumb a:hover { text-decoration: underline; }
.om-aih-badge {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.32rem 0.75rem;
  border-radius: 6px;
  background: #0072B9;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.om-aih-intro h1 {
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  font-weight: 800;
  line-height: 1.18;
  color: #00203D;
  margin: 0 0 0.85rem;
}
.om-aih-intro h1 br { display: none; }
.om-aih-intro h1 em {
  font-style: normal;
  color: #0072B9;
  white-space: nowrap;
}
.om-aih-intro p {
  margin: 0 auto 1.25rem;
  max-width: 48ch;
  color: #4a6578;
  font-size: 1.02rem;
  line-height: 1.7;
}
.om-aih-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.om-aih-pills li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 32, 61, 0.1);
  color: #00203D;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(15, 21, 40, 0.04);
}
.om-aih-pills i { color: #0072B9; }

/* Console — split product card */
.page-ai-project-helper .om-ai-help {
  background: transparent;
  padding: 1.75rem 0 3.5rem;
}
.om-ai-console {
  display: grid;
  grid-template-columns: 270px 1fr;
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(0, 32, 61, 0.1);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(0, 32, 61, 0.1);
}
.om-ai-console__rail {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  padding: 1.45rem 1.15rem 1.25rem;
  color: #fff;
  background:
    radial-gradient(rgba(168, 208, 234, 0.16) 1px, transparent 1px),
    linear-gradient(180deg, #003B5C 0%, #00203D 58%, #001628 100%);
  background-size: 16px 16px, auto;
}
.om-ai-console__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.om-ai-console__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #0072B9;
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 8px 20px rgba(0, 114, 185, 0.45);
}
.om-ai-console__kicker {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A8D0EA;
}
.om-ai-console__name {
  margin: 0.12rem 0 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}
.page-ai-project-helper .om-ai-help__tabs {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.45rem;
  margin: 0;
}
.page-ai-project-helper .om-ai-help__tab {
  width: 100%;
  border: 1px solid rgba(168, 208, 234, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 12px;
  padding: 0.75rem 0.8rem;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  text-align: left;
  cursor: pointer;
}
.page-ai-project-helper .om-ai-help__tab i {
  margin-top: 0.12rem;
  font-size: 1.05rem;
  color: #A8D0EA;
}
.page-ai-project-helper .om-ai-help__tab span {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}
.page-ai-project-helper .om-ai-help__tab strong {
  font-size: 0.9rem;
  font-weight: 700;
  color: inherit;
}
.page-ai-project-helper .om-ai-help__tab em {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.35;
}
.page-ai-project-helper .om-ai-help__tab:hover {
  border-color: rgba(168, 208, 234, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.page-ai-project-helper .om-ai-help__tab.is-active,
.page-ai-project-helper .om-ai-help__tab.is-active:hover {
  background: #fff;
  border-color: #fff;
  color: #00203D;
}
.page-ai-project-helper .om-ai-help__tab.is-active i {
  color: #0072B9;
}
.page-ai-project-helper .om-ai-help__tab.is-active em {
  color: #4a6578;
}
.om-ai-console__fx {
  margin-top: auto;
  padding-top: 0.35rem;
}
.om-ai-console__fx-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
}
.om-ai-console__fx-row span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.6rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(168, 208, 234, 0.22);
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
}
.om-ai-console__fx-row b {
  color: #A8D0EA;
  font-size: 0.95rem;
}
.om-ai-console__fx p {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.45;
}

.om-ai-console__stage {
  padding: 1.55rem 1.65rem 1.35rem;
  background:
    linear-gradient(180deg, #F8FBFE 0%, #fff 28%);
}
.page-ai-project-helper .om-ai-help__panel {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.om-ai-help__panel-head {
  margin-bottom: 1.15rem;
}
.om-ai-help__panel-head h2 {
  margin: 0 0 0.35rem;
  font-size: 1.28rem;
  font-weight: 800;
  color: #00203D;
}
.om-ai-help__panel-head p {
  margin: 0;
  color: #4a6578;
  font-size: 0.92rem;
  line-height: 1.6;
}
.page-ai-project-helper .om-ai-help__form .st-btn {
  margin-top: 0.15rem;
}
.page-ai-project-helper .om-ai-help .om-ai-nego {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  max-width: none;
  margin: 1.2rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #E8F1F7;
  border: 1px solid rgba(0, 114, 185, 0.18);
  color: #00203D;
  font-size: 0.86rem;
  line-height: 1.55;
}
.page-ai-project-helper .om-ai-help .om-ai-nego i {
  color: #0072B9;
  font-size: 1.05rem;
  margin-top: 0.1rem;
}

/* How it works — connected steps */
.om-aih-flow {
  padding: 0 0 4.5rem;
  background: #F5F9FC;
}
.om-aih-flow__head {
  max-width: 36rem;
  margin: 0 auto 2rem;
  text-align: center;
}
.om-aih-flow__head p {
  margin: 0 auto;
  max-width: 42ch;
  color: #4a6578;
  line-height: 1.7;
}
.om-aih-flow__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.om-aih-flow__list li {
  position: relative;
  padding-top: 0.15rem;
}
.om-aih-flow__list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1.15rem;
  left: 3.1rem;
  right: -1.5rem;
  height: 2px;
  background: linear-gradient(90deg, #0072B9, #A8D0EA);
}
.om-aih-flow__list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 0.85rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0072B9;
  color: #0072B9;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.om-aih-flow__list h3 {
  font-size: 1.05rem;
  margin: 0 0 0.4rem;
  color: #00203D;
}
.om-aih-flow__list p {
  margin: 0;
  color: #4a6578;
  font-size: 0.92rem;
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .om-ai-console {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  .om-ai-console__rail {
    gap: 0.9rem;
    padding: 1.15rem 1.1rem 1.05rem;
  }
  .page-ai-project-helper .om-ai-help__tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex: none;
  }
  .page-ai-project-helper .om-ai-help__tab {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.3rem;
    padding: 0.7rem 0.35rem;
  }
  .page-ai-project-helper .om-ai-help__tab i { margin-top: 0; }
  .page-ai-project-helper .om-ai-help__tab em {
    display: none;
  }
  .om-ai-console__fx { display: none; }
  .om-aih-flow__list {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    max-width: 36rem;
  }
  .om-aih-flow__list li:not(:last-child)::after { display: none; }
}
@media (max-width: 767.98px) {
  .om-aih-intro { padding-top: 1.8rem; }
  .om-aih-intro h1 br { display: inline; }
  .om-ai-console__stage { padding: 1.2rem 1.05rem 1.1rem; }
  .page-ai-project-helper .om-ai-help { padding-bottom: 2.6rem; }
  .page-ai-project-helper .om-ai-help__form .st-btn { width: 100%; justify-content: center; }
}
