/* OM Web — header, footer, nav, chat (shared)
   Auto-split from omweb.css — do not edit omweb.css directly */

/* OM Web Development Services — site stylesheet */

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  color: #00203D;
  background: #F5F9FC;
  line-height: 1.65;
  overflow-x: clip;
  max-width: 100%;
}

main,
#content {
  overflow-x: clip;
  max-width: 100%;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button, input, textarea, select { font: inherit; }

h1, h2, h3, h4, h5 {
  font-family: "Poppins", system-ui, sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #00203D;
}

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 9999;
  background: #00203D; color: #fff; padding: .75rem 1rem;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* ----- Buttons ----- */
.btn-om {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .95rem 1.6rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-weight: 600;
  font-size: .95rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform .3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .3s, background .3s, color .3s, border-color .3s;
}
.btn-om:hover { transform: scale(1.05); }
.btn-om .bi { transition: transform .3s cubic-bezier(0.22, 1, 0.36, 1); }
.btn-om:hover .bi-arrow-right { transform: translateX(4px); }

.btn-om-primary {
  background: linear-gradient(135deg, #0072B9 0%, #003B5C 100%);
  color: #fff;
  box-shadow: 0 20px 40px rgba(0, 114, 185, 0.22);
}
.btn-om-primary:hover {
  color: #fff;
  box-shadow: 0 24px 48px rgba(63, 114, 175, 0.32);
}


.btn-om-outline {
  background: #FFFFFF;
  border-color: rgba(0, 32, 61, 0.08);
  color: #00203D;
}
.btn-om-outline:hover {
  border-color: #0072B9;
  color: #0072B9;
  box-shadow: 0 20px 40px rgba(0, 114, 185, 0.16);
}


/* Ripple */
.btn-om::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--rx, 50%) var(--ry, 50%), rgba(255,255,255,.35), transparent 55%);
  opacity: 0;
  transition: opacity .4s;
}
.btn-om:active::after { opacity: 1; }

/* ----- Eyebrow / section heads ----- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #0072B9;
  margin-bottom: .85rem;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: linear-gradient(90deg, #0072B9, #0072B9);
  border-radius: 2px;
}

.section-pad { padding: 5.5rem 0; }

.section-title {
  font-size: clamp(1.85rem, 3.6vw, 2.75rem);
  font-weight: 700;
  margin: 0 0 1rem;
  max-width: 18ch;
}
.section-lead {
  color: #4A6578;
  font-size: 1.05rem;
  max-width: 52ch;
  margin: 0;
}
.section-head.center { text-align: center; }
.section-head.center .section-title,
.section-head.center .section-lead { margin-inline: auto; max-width: 36ch; }
.section-head.center .section-lead { max-width: 52ch; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::before { display: none; }

/* Aurora mesh background for light sections */
.aurora-mesh {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.aurora-mesh::before {
  content: "";
  position: absolute;
  inset: -20% -10%;
  z-index: -1;
  background:
    radial-gradient(ellipse 50% 45% at 15% 20%, #E8F1F7, transparent 60%),
    radial-gradient(ellipse 45% 50% at 85% 30%, #E8F1F7, transparent 55%),
    radial-gradient(ellipse 50% 40% at 50% 90%, #E8F1F7, transparent 55%),
    #F5F9FC;
  animation: meshDrift 18s ease-in-out infinite alternate;
}
.section-alt {
  background: linear-gradient(180deg, #fff 0%, #F4F6FB 100%);
}

/* =========================================================
   NAVBAR
   ========================================================= */
.om-navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  height: 88px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px) saturate(160%);
  border-bottom: 1px solid rgba(0, 32, 61, 0.08);
  box-shadow: 0 4px 24px rgba(15, 21, 40, 0.04);
  transition: height .3s, background .3s, box-shadow .3s, border-color .3s;
}
.om-navbar.is-scrolled {
  --header-h: 74px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: rgba(0, 32, 61, 0.08);
  box-shadow: 0 8px 32px rgba(15, 21, 40, 0.08);
}

.om-navbar__container {
  position: relative;
}

@media (min-width: 992px) {
  .om-mega-dropdown {
    position: relative;
  }
  .om-mega-dropdown::after {
    content: "";
    position: absolute;
    left: -1rem;
    right: -1rem;
    top: 100%;
    height: 14px;
  }
}

@media (max-width: 991.98px) {
  .om-navbar { --header-h: 76px; }
  .om-navbar.is-scrolled { --header-h: 68px; }
}

.om-nav-link {
  position: relative;
  color: #003B5C !important;
  font-weight: 600;
  font-size: .93rem;
  padding: .5rem .9rem !important;
  transition: color .25s;
}
.om-nav-link:hover,
.om-nav-link.active,
.om-nav-link.is-active { color: #00203D !important; }
.om-nav-link::after {
  content: "";
  position: absolute;
  left: .9rem;
  right: .9rem;
  bottom: .2rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #0072B9, #0072B9);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s cubic-bezier(0.22, 1, 0.36, 1);
}
.om-nav-link:hover::after,
.om-nav-link.active::after { transform: scaleX(1); }


.navbar-toggler {
  border: none;
  padding: 0;
  width: 44px;
  height: 44px;
  background: transparent;
  position: relative;
  z-index: 1032;
  flex-shrink: 0;
}
.navbar-toggler:focus { box-shadow: none; }

/* Animated hamburger → close */
.om-mobile-toggle__lines {
  display: block;
  width: 22px;
  height: 16px;
  position: relative;
  margin: 0 auto;
}
.om-mobile-toggle__lines span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #00203D;
  transition: transform .3s cubic-bezier(0.22, 1, 0.36, 1), opacity .25s, top .3s cubic-bezier(0.22, 1, 0.36, 1);
}
.om-mobile-toggle__lines span:nth-child(1) { top: 0; }
.om-mobile-toggle__lines span:nth-child(2) { top: 7px; }
.om-mobile-toggle__lines span:nth-child(3) { top: 14px; }
.om-mobile-toggle[aria-expanded="true"] .om-mobile-toggle__lines span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.om-mobile-toggle[aria-expanded="true"] .om-mobile-toggle__lines span:nth-child(2) {
  opacity: 0;
}
.om-mobile-toggle[aria-expanded="true"] .om-mobile-toggle__lines span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

/* Mobile overlay */
.om-mobile-overlay {
  display: none;
}
body.om-menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

@media (max-width: 991.98px) {
  .om-navbar {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: #fff !important;
  }

  .om-mobile-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1045;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s;
  }
  .om-mobile-overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }

  body.om-menu-open .om-mobile-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .om-navbar .om-nav-collapse.navbar-collapse,
  body > .om-nav-collapse.navbar-collapse {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: min(100%, 360px);
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 0;
    background: #FFFFFF !important;
    border: none;
    border-radius: 0;
    box-shadow: -12px 0 40px rgba(15, 23, 42, 0.12);
    z-index: 1050;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(0.32, 0.72, 0, 1);
    visibility: visible;
    opacity: 1 !important;
    filter: none !important;
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  .om-navbar .om-nav-collapse.navbar-collapse.om-drawer-open,
  body > .om-nav-collapse.navbar-collapse.om-drawer-open {
    transform: translateX(0);
  }
  .om-navbar .om-nav-collapse.collapsing {
    height: auto !important;
    transition: transform .35s cubic-bezier(0.32, 0.72, 0, 1) !important;
  }

  .om-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
    padding: 1rem 1.25rem;
    padding-top: max(1rem, env(safe-area-inset-top));
    border-bottom: 1px solid #ECEFF3;
    background: #fff;
    flex-shrink: 0;
  }
  .om-drawer__brand {
    display: inline-flex;
    align-items: center;
    max-width: 210px;
  }
  .om-drawer__brand img {
    height: 44px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .om-drawer__close {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: transparent;
    color: #111827;
    font-size: 1.25rem;
    cursor: pointer;
    transition: color .25s ease, transform .25s ease;
  }
  .om-drawer__close:hover,
  .om-drawer__close:focus {
    color: #FF7A00;
  }
  .om-drawer__close:active {
    transform: scale(0.92);
  }

  .om-drawer__scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    padding: 0;
  }

  .om-mnav {
    margin: 0;
    padding: 0;
  }
  .om-mnav__item {
    border-bottom: 1px solid #ECEFF3;
  }
  .om-mnav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    padding: 1rem 1.35rem;
    margin: 0;
    border: none;
    background: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: #111827 !important;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: color .25s ease, background .25s ease;
  }
  .om-mnav__link:hover,
  .om-mnav__link:focus {
    color: #FF7A00 !important;
    background: #FAFBFC;
  }
  .om-mnav__link.is-active,
  .om-mnav__link.active {
    color: #FF7A00 !important;
  }
  .om-mnav__toggle {
    -webkit-appearance: none;
    appearance: none;
  }
  .om-mnav__chev {
    font-size: .85rem;
    color: #9CA3AF;
    transition: transform .3s ease, color .25s ease;
  }
  .om-mnav-accordion.is-open .om-mnav__chev {
    transform: rotate(180deg);
    color: #FF7A00;
  }
  .om-mnav-accordion.is-open > .om-mnav__toggle {
    color: #FF7A00 !important;
  }

  .om-mnav__panel {
    display: none;
    padding: .35rem 1.35rem 1.15rem;
    background: #fff;
  }
  .om-mnav-accordion.is-open .om-mnav__panel {
    display: block;
    animation: omMnavIn .28s ease;
  }
  @keyframes omMnavIn {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: none; }
  }

  .om-mnav__group {
    padding: .85rem 0 .65rem;
    border-top: 1px solid #F1F3F5;
  }
  .om-mnav__group:first-child {
    border-top: none;
    padding-top: .35rem;
  }
  .om-mnav__group-label {
    display: flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: .55rem;
    font-family: "Poppins", sans-serif;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #9CA3AF;
  }
  .om-mnav__group-label i {
    font-size: .95rem;
    color: #FF7A00;
  }
  .om-mnav__sub {
    margin: 0;
    padding: 0;
  }
  .om-mnav__sublink {
    display: block;
    padding: .55rem 0 .55rem .1rem;
    font-family: "Poppins", sans-serif;
    font-size: .98rem;
    font-weight: 500;
    letter-spacing: -0.015em;
    color: #374151;
    text-decoration: none;
    transition: color .25s ease, padding-left .25s ease;
  }
  .om-mnav__sublink:hover,
  .om-mnav__sublink:focus {
    color: #FF7A00;
    padding-left: .35rem;
  }
  .om-mnav__sublink.is-active {
    color: #FF7A00;
    font-weight: 600;
  }


  .om-drawer__foot {
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
    padding: 0;
    border-top: none;
    background: transparent;
  }
  .om-drawer__cta {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    margin: 0;
    padding: 0 1.25rem;
    font-family: "Poppins", sans-serif;
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    border: none;
    border-radius: 0;
    background: #00203D !important;
    box-shadow: none;
    transition: background .3s ease;
  }
  .om-drawer__cta:hover,
  .om-drawer__cta:focus {
    background: linear-gradient(135deg, #FF7A00, #FF9A3D) !important;
    color: #fff !important;
    transform: none;
    box-shadow: none;
  }

}

@media (min-width: 992px) {
  .om-drawer__head,
  .om-drawer__foot,
  .om-mnav {
    display: none !important;
  }
  .om-drawer__scroll {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    overflow: visible;
  }
}
/* ================= HEADER ================= */
.st-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: transparent;
  overflow-x: clip;
  max-width: 100%;
}

/* Top dark bar */
.st-top {
  background: #00203D;
  color: #fff;
}
.st-top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.st-brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  color: #fff;
  text-decoration: none;
}
.st-brand:hover { color: #fff; }
.st-header .st-brand__logo {
  display: block;
  height: 58px;
  width: auto;
  max-width: min(280px, 52vw);
  object-fit: contain;
  object-position: left center;
  background: #fff;
  border-radius: 10px;
  padding: 4px 8px;
  flex-shrink: 0;
}
.st-brand__tag {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.st-brand__tag em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.74rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .st-header .st-top__inner { padding-top: 0.55rem; padding-bottom: 0.55rem; }
  .st-header .st-brand__logo {
    height: 50px;
    max-width: min(220px, 62vw);
    padding: 0;
  }
  .st-brand__tag { display: none; }
}
@media (max-width: 575.98px) {
  .st-header .st-brand__logo {
    height: 44px;
    max-width: min(196px, 58vw);
  }
}
.st-top__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.45rem;
}
.st-top__btns {
  display: flex;
  gap: 0.7rem;
}
.st-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.65rem 1.5rem;
  border-radius: 8px;
  border: 0;
  background: linear-gradient(135deg, #0072B9 0%, #003B5C 100%);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 114, 185, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.st-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #1A8BD0 0%, #0072B9 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 114, 185, 0.45);
}
.st-btn .bi {
  font-size: 0.95rem;
  transition: transform 0.25s ease;
}
.st-btn:hover .bi-arrow-right {
  transform: translateX(4px);
}
.st-btn--ghost {
  background: linear-gradient(135deg, #0072B9 0%, #003B5C 100%);
  border: 0;
  color: #fff;
}
.st-btn--ghost:hover {
  background: linear-gradient(135deg, #1A8BD0 0%, #0072B9 100%);
}
.st-btn--cta {
  background: linear-gradient(135deg, #0072B9 0%, #00203D 100%);
  box-shadow: 0 10px 28px rgba(0, 114, 185, 0.42);
  animation: st-cta-glow 2.8s ease-in-out infinite;
}
.st-btn--cta:hover {
  background: linear-gradient(135deg, #1A8BD0 0%, #0072B9 100%);
  box-shadow: 0 16px 36px rgba(0, 114, 185, 0.55);
}
@keyframes st-cta-glow {
  0%, 100% { box-shadow: 0 10px 28px rgba(0, 114, 185, 0.42); }
  50%      { box-shadow: 0 12px 34px rgba(0, 114, 185, 0.62); }
}
.st-top__mail {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}
.st-top__mail:hover { color: #A8D0EA; }
.st-top__mail i { color: #fff; font-size: 0.9rem; }

/* Gray nav strip */
.st-header .om-navbar.st-nav {
  position: relative;
  top: auto;
  height: auto;
  min-height: 0;
  background: #E8F1F7 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 0;
  box-shadow: none;
  padding: 0;
}
.st-header.is-scrolled .om-navbar.st-nav {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.st-nav__inner {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 44px;
}
.st-nav__home {
  display: inline-flex;
  align-items: center;
  padding: 0 1.25rem;
  background: transparent;
  color: #00203D;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.st-nav__home.active {
  background: transparent;
  color: #00203D;
}
.st-nav__home:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #0072B9;
}
@media (min-width: 992px) {
  .st-nav .om-nav-collapse {
    display: flex;
    align-items: stretch;
    flex-grow: 1;
  }
  .st-nav .om-drawer__scroll {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
}
.st-nav__list {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0;
}
.st-nav__list .nav-item {
  display: flex;
  align-items: stretch;
}
.st-nav .om-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0 1.4rem !important;
  border: 0;
  background: transparent !important;
  color: #00203D !important;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 0;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  font-family: inherit;
  line-height: inherit;
}
.st-nav .om-nav-dropdown {
  appearance: none;
  -webkit-appearance: none;
}
.st-nav .om-nav-link::after { display: none !important; }
.st-nav .om-nav-link:hover {
  background: rgba(0, 0, 0, 0.06) !important;
  color: #00203D !important;
}
.st-nav .om-nav-link.active,
.st-nav .om-nav-link.is-active {
  background: transparent !important;
  color: #00203D !important;
}
.st-nav .om-nav-chev {
  font-size: 0.65rem;
  transition: transform 0.25s;
}
.st-nav .om-mega-dropdown.is-open .om-nav-chev {
  transform: rotate(180deg);
}
.st-nav__about {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  padding: 0 1.6rem;
  background: #00203D;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  border-left: 3px solid #003B5C;
  transition: background 0.25s;
}
.st-nav__about:hover {
  background: #003B5C;
  color: #fff;
}

/* Mega portal position under the strip */
.st-header .om-mega-portal {
  top: 100%;
}
/* Mega menu show/hide (required by main.js) */
.om-mega-portal {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1025;
  pointer-events: none;
}
.om-mega-full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition:
    opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.35s;
  pointer-events: none;
}
.om-mega-full.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.om-mega-portal.has-open {
  pointer-events: auto;
}
@media (max-width: 991.98px) {
  .om-mega-portal { display: none; }
}

/* ---- Mega menu: SunTec white panel ---- */
.st-header .om-mega-full .om-mega-devit {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 0;
  border: 0;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.22);
  padding: 2.5rem 2.75rem 2.75rem;
  gap: 2.5rem;
  min-height: 320px;
}
.st-header .om-mega-devit__aside {
  width: 240px;
  flex-shrink: 0;
  background: none;
  border: 0;
  padding: 0;
}
.st-header .om-mega-devit__aside h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #00203D;
  margin-bottom: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.st-header .om-mega-devit__aside h3::after {
  content: "\2192";
  font-size: 1.3rem;
  color: #00203D;
}
.st-header .om-mega-devit__aside p {
  font-size: 1.02rem;
  color: #3a4a63;
  line-height: 1.6;
  margin: 0;
}
.st-header .om-mega-devit__body {
  display: flex;
  flex: 1;
  flex-grow: 1;
  padding: 0;
  gap: 2.5rem;
}
.st-header .om-mega-devit__col {
  flex: 1;
  padding: 0;
  border: 0;
}
.st-header .om-mega-devit__group {
  margin-bottom: 1.75rem;
}
.st-header .om-mega-devit__group--sep {
  border: 0;
  padding-top: 0;
}
.st-header .om-mega-devit__group h4 {
  font-size: 0.86rem;
  font-weight: 800;
  color: #00203D;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0.7rem;
}
.st-header .om-mega-devit__group ul {
  border-left: 1px solid #E8F1F7;
  padding-left: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.st-header .om-mega-devit__link {
  display: block;
  padding: 0;
  border-radius: 0;
  background: none;
  font-size: 0.84rem;
  font-weight: 500;
  color: #3a4a63;
  transition: color 0.2s, transform 0.2s;
}
.st-header .om-mega-devit__link:hover,
.st-header .om-mega-devit__link.is-active {
  background: none;
  color: #0072B9;
  transform: translateX(3px);
}

/* Open mega tab — subtle darker tint, no white */
.st-nav .om-mega-dropdown.is-open .om-nav-link {
  background: rgba(0, 0, 0, 0.08) !important;
  color: #00203D !important;
  box-shadow: none;
}

/* Mobile toggle in dark bar */
.st-toggle .om-mobile-toggle__lines span {
  background: #fff;
}

/* ================= FOOTER ================= */
.st-footer {
  background: #F5F9FC;
  border-top: 1px solid #E8F1F7;
  color: #3a4a63;
  font-size: 0.86rem;
}
.st-footer__main {
  padding: 3.25rem 0 2.5rem;
}
.st-footer__logo {
  display: block;
  height: 52px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  object-position: left center;
  background: transparent;
  margin-bottom: 1rem;
}
}
.st-footer__about {
  line-height: 1.75;
  color: #4a5a75;
}
.st-footer__about a {
  color: #0072B9;
  font-weight: 800;
  text-decoration: none;
}
.st-footer__head {
  font-size: 1rem;
  font-weight: 800;
  color: #00203D;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.st-footer__head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  background: #0072B9;
  border-radius: 2px;
}
.st-footer__links li {
  margin-bottom: 0.55rem;
}
.st-footer__links a {
  color: #3a4a63;
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
}
.st-footer__links a:hover {
  color: #0072B9;
  padding-left: 3px;
}
.st-footer__links--contact a,
.st-footer__addr {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.45rem;
  line-height: 1.5;
  word-break: break-word;
}
.st-footer__links--contact i {
  color: #0072B9;
  flex-shrink: 0;
  margin-top: 2px;
}
.st-footer__social {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.85rem;
}
.st-footer__social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #00203D;
  color: #fff;
  font-size: 0.85rem;
  text-decoration: none;
  transition: background 0.25s, transform 0.25s;
}
.st-footer__social a:hover {
  background: #0072B9;
  transform: translateY(-2px);
}
.st-footer__note {
  line-height: 1.7;
  color: #4a5a75;
  font-size: 0.8rem;
}
.st-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.75rem;
}
.st-footer__badges span {
  padding: 0.3rem 0.7rem;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #E8F1F7;
  font-size: 0.74rem;
  font-weight: 700;
  color: #00203D;
}
.st-footer__bottom {
  border-top: 1px solid #E8F1F7;
  padding: 1rem 0;
  background: #E8F1F7;
}
.st-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.8rem;
}
.st-footer__legal {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.st-footer__legal a {
  color: #3a4a63;
  text-decoration: none;
}
.st-footer__legal a:hover { color: #0072B9; }

/* OM Web — Live Chat Widget v3 */
.om-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  font-family: 'Plus Jakarta Sans','Inter',system-ui,sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

/* ─── Launcher ─── */
.om-chat__launcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px 13px 16px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0088e0 0%, #0072B9 45%, #003B5C 100%);
  color: #fff;
  font-family: inherit;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .01em;
  box-shadow: 0 8px 28px rgba(0, 114, 185, .45), 0 2px 8px rgba(0, 32, 61, .15);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
  white-space: nowrap;
  overflow: visible;
}
.om-chat__launcher::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.22) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: oc-shimmer 3s ease-in-out infinite;
  pointer-events: none;
}
@keyframes oc-shimmer {
  0%, 100% { background-position: 200% 0; }
  50%      { background-position: -200% 0; }
}
.om-chat__launcher:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 36px rgba(0, 114, 185, .5), 0 4px 12px rgba(0, 32, 61, .18);
}
.om-chat__launcher:active { transform: translateY(-1px) scale(1.01); }
.om-chat__launcher-icon { font-size: 1.25rem; line-height: 1; filter: drop-shadow(0 1px 2px rgba(0,0,0,.15)); }
.om-chat__launcher-icon--close { display: none; }
.om-chat.is-open .om-chat__launcher {
  display: none;
}
.om-chat__launcher-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  line-height: 1.15;
}
.om-chat__launcher-label { font-size: .92rem; font-weight: 800; }
.om-chat__launcher-meta {
  font-size: .68rem;
  font-weight: 600;
  opacity: .92;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.om-chat__launcher-badge {
  position: absolute;
  top: -6px;
  right: -4px;
  padding: 2px 6px;
  border-radius: 999px;
  background: #22c55e;
  color: #fff;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.om-chat.is-open .om-chat__launcher-badge { display: none; }
.om-chat__pulse { display: none; }

/* Proactive nudge bubble */
.om-chat__nudge {
  position: fixed;
  right: 20px;
  bottom: 88px;
  width: 280px;
  max-width: calc(100vw - 40px);
  padding: 14px 14px 12px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0, 114, 185, 0.15);
  box-shadow: 0 16px 40px rgba(0, 32, 61, 0.18);
  z-index: 99998;
  animation: oc-riseUp .24s ease-out both;
}
.om-chat__nudge[hidden] { display: none !important; }
.om-chat__nudge-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 8px;
  background: #f1f5f9;
  color: #64748b;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: .75rem;
}
.om-chat__nudge-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0072B9, #003B5C);
  color: #fff;
  font-size: 1rem;
  margin-bottom: 8px;
}
.om-chat__nudge-title {
  margin: 0 0 4px;
  font-size: .92rem;
  font-weight: 800;
  color: #00203D;
}
.om-chat__nudge-text {
  margin: 0 0 10px;
  font-size: .78rem;
  color: #64748b;
  line-height: 1.45;
}
.om-chat__nudge-btn {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 9px 12px;
  background: linear-gradient(135deg, #0072B9, #003B5C);
  color: #fff;
  font-family: inherit;
  font-size: .82rem;
  font-weight: 700;
  cursor: pointer;
}
.om-chat__unread {
  position: absolute;
  top: -4px;
  left: -4px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: .65rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.45);
  z-index: 2;
}
.om-chat__unread[hidden] { display: none !important; }

/* ─── Panel ─── */
.om-chat__panel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 340px;
  max-width: calc(100vw - 40px);
  height: 500px;
  max-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 114, 185, 0.1);
  box-shadow: 0 12px 40px rgba(0, 32, 61, 0.18);
  overflow: hidden;
  animation: oc-riseUp .24s ease-out both;
  transform-origin: bottom right;
  z-index: 2;
}
.om-chat__panel[hidden] { display: none !important; }
@keyframes oc-riseUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ─── Header ─── */
.om-chat__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  background: #003B5C;
  color: #fff;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.om-chat__agent {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.om-chat__avatar-wrap {
  position: relative;
  flex-shrink: 0;
}
.om-chat__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  padding: 2px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.85);
}
.om-chat__avatar-ring {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  border: 1.5px solid #003B5C;
}
.om-chat__status.is-offline ~ .om-chat__avatar-ring,
.om-chat__head:has(.is-offline) .om-chat__avatar-ring { background: #fbbf24; }
.om-chat__agent-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.om-chat__agent strong,
.om-chat__agent-info strong {
  display: block;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.om-chat__status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .64rem;
  font-weight: 500;
  opacity: .88;
}
.om-chat__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  flex-shrink: 0;
}
.om-chat__status.is-offline .om-chat__dot { background: #fbbf24; }
.om-chat__status.is-typing .om-chat__dot {
  background: #60a5fa;
  animation: oc-dotPulse 1s ease-in-out infinite;
}
@keyframes oc-dotPulse { 0%,100%{opacity:1} 50%{opacity:.35} }

.om-chat__head-actions {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
.om-chat__icon-btn {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: .72rem;
  cursor: pointer;
  transition: background .15s;
}
.om-chat__icon-btn:hover { background: rgba(255, 255, 255, 0.2); }

/* Transcript panel */
.om-chat__transcript {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.om-chat__transcript[hidden] { display: none !important; }
.om-chat__transcript-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0;
}
.om-chat__transcript-head strong {
  font-size: .82rem;
  font-weight: 700;
  color: #0f172a;
}
.om-chat__icon-btn--dark {
  background: #e2e8f0;
  color: #334155;
}
.om-chat__icon-btn--dark:hover { background: #cbd5e1; }
.om-chat__transcript-body {
  flex: 1;
  margin: 0;
  padding: 12px;
  overflow-y: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .68rem;
  line-height: 1.55;
  color: #334155;
  white-space: pre-wrap;
  word-break: break-word;
  background: #fff;
}
.om-chat__transcript-foot {
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
  flex-shrink: 0;
}
.om-chat__transcript-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: #334155;
  font-family: inherit;
  font-size: .72rem;
  font-weight: 600;
  cursor: pointer;
}
.om-chat__transcript-btn--primary {
  background: #0072B9;
  border-color: #0072B9;
  color: #fff;
}
.om-chat__transcript-btn:hover { opacity: .92; }
.om-chat__transcript-note {
  margin: 0;
  padding: 0 12px 10px;
  font-size: .68rem;
  text-align: center;
  background: #f8fafc;
}
.om-chat__transcript-note.is-ok { color: #15803d; }
.om-chat__transcript-note.is-err { color: #b91c1c; }

.om-chat__progress {
  flex-shrink: 0;
  padding: 8px 12px 6px;
  background: #eef6fc;
  border-bottom: 1px solid rgba(0, 114, 185, 0.1);
}
.om-chat__progress[hidden] { display: none !important; }
.om-chat__progress-bar {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0072B9, #06b6d4);
  width: 25%;
  transition: width .25s ease;
}
.om-chat__progress-label {
  display: block;
  margin-top: 4px;
  font-size: .64rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* ─── Messages ─── */
.om-chat__messages {
  flex: 1 1 0;
  overflow-y: auto;
  padding: 12px 10px;
  background:
    linear-gradient(180deg, #f9fcff 0%, #f3f8fc 100%);
  scroll-behavior: smooth;
}
.om-chat__msg {
  display: flex;
  gap: 6px;
  margin-bottom: 9px;
  animation: oc-msgIn .18s ease both;
  align-items: flex-end;
}
.om-chat__msg--user { flex-direction: row-reverse; }
@keyframes oc-msgIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: none; }
}
.om-chat__bubble-wrap {
  display: flex;
  flex-direction: column;
  gap: 3px;
  max-width: 82%;
}
.om-chat__msg--user .om-chat__bubble-wrap { align-items: flex-end; }
.om-chat__time {
  font-size: .62rem;
  font-weight: 600;
  color: #94a3b8;
  padding: 0 4px;
}
.om-chat__msg-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  padding: 2px;
  flex-shrink: 0;
  align-self: flex-end;
  border: 1px solid rgba(0, 114, 185, 0.12);
}
.om-chat__bubble {
  padding: 7px 10px;
  border-radius: 14px;
  font-size: .78rem;
  line-height: 1.5;
  word-break: break-word;
}
.om-chat__welcome-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px dashed rgba(0, 114, 185, 0.15);
}
.om-chat__welcome-stats span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .72rem;
  font-weight: 700;
  color: #0072B9;
}
.om-chat__welcome-stats i { font-size: .78rem; }
.om-chat__msg--bot .om-chat__bubble {
  background: #fff;
  color: #00203D;
  border: 1px solid #e8eef4;
  border-bottom-left-radius: 4px;
}
.om-chat__msg--user .om-chat__bubble {
  background: #0072B9;
  color: #fff;
  border-bottom-right-radius: 4px;
}
.om-chat__bubble a {
  color: #0072B9;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.om-chat__msg--user .om-chat__bubble a { color: #E8F1F7; }
.om-chat__bubble strong { font-weight: 700; }
.om-chat__bubble ul { margin: 6px 0 0; padding-left: 16px; }
.om-chat__bubble li { margin-bottom: 3px; }
.om-chat__bubble p { margin: 6px 0 0; }

/* Date separator */
.om-chat__date {
  text-align: center;
  font-size: .62rem;
  color: #94a3b8;
  margin: 4px 0 8px;
}

/* Typing indicator */
.om-chat__typing {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  animation: oc-msgIn .18s ease both;
}
.om-chat__typing-dots {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid rgba(219,226,239,.85);
  border-radius: 14px;
  border-bottom-left-radius: 4px;
}
.om-chat__typing-dots span {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #0072B9;
  opacity: .35;
  animation: oc-bounce 1.2s ease-in-out infinite;
}
.om-chat__typing-dots span:nth-child(2) { animation-delay: .15s; }
.om-chat__typing-dots span:nth-child(3) { animation-delay: .3s; }
@keyframes oc-bounce {
  0%,60%,100% { transform: translateY(0); opacity: .35; }
  30%          { transform: translateY(-4px); opacity: 1; }
}

/* ─── Quick Replies ─── */
.om-chat__quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding: 6px 8px;
  background: #fafbfc;
  border-top: 1px solid #eef2f7;
  flex-shrink: 0;
  max-height: 108px;
  overflow-y: auto;
}
.om-chat__quick--services {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: 120px;
}
.om-chat__quick:empty { display: none; }
.om-chat__chip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 4px;
  min-height: 30px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #fff;
  color: #1e3a5f;
  font-family: inherit;
  font-size: .62rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .12s, border-color .12s, color .12s;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
  min-width: 0;
}
.om-chat__quick--services .om-chat__chip {
  min-height: 32px;
  font-size: .6rem;
}
.om-chat__chip span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.om-chat__chip:hover {
  background: #0072B9;
  border-color: #0072B9;
  color: #fff;
}
.om-chat__chip:active { opacity: .9; }

/* ─── Input ─── */
.om-chat__form {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px 10px;
  border-top: 1px solid #eef2f7;
  background: #fff;
  flex-shrink: 0;
}
.om-chat__input-wrap {
  flex: 1;
  min-width: 0;
}
.om-chat__char-count {
  display: block;
  text-align: right;
  font-size: .58rem;
  font-weight: 600;
  color: #94a3b8;
  line-height: 1;
  margin-top: 2px;
  padding-right: 2px;
}
.om-chat__char-count[hidden] { display: none !important; }
.om-chat__char-count.is-near { color: #f59e0b; }
.om-chat__char-count.is-max { color: #dc2626; }
.om-chat__field-count {
  display: block;
  text-align: right;
  margin-top: 4px;
  font-size: .68rem;
  font-weight: 600;
  color: #8a99ad;
}
.om-chat__field-count.is-near { color: #f59e0b; }
.om-chat__field-count.is-max { color: #dc2626; }
.om-chat__input {
  flex: 1;
  min-width: 0;
  padding: 7px 12px;
  border: 1.5px solid #E8F1F7;
  border-radius: 999px;
  font-family: inherit;
  font-size: .76rem;
  outline: none;
  transition: border-color .12s, box-shadow .12s;
}
.om-chat__input:focus {
  border-color: #0072B9;
  box-shadow: 0 0 0 3px rgba(0, 114, 185, .12);
}
.om-chat__input::placeholder { color: #8a99ad; }
.om-chat__send {
  width: 32px; height: 32px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg,#0072B9,#003B5C);
  color: #fff;
  font-size: .78rem;
  cursor: pointer;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .15s;
}
.om-chat__send:hover { transform: scale(1.06); }

/* ─── Footer ─── */
.om-chat__foot {
  display: flex;
  justify-content: space-around;
  gap: 2px;
  padding: 5px 6px;
  background: #E8F1F7;
  flex-shrink: 0;
}
.om-chat__foot-link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: .66rem;
  font-weight: 600;
  color: #00203D;
  text-decoration: none;
  padding: 3px 6px;
  border-radius: 6px;
  transition: color .15s, background .15s;
}
.om-chat__foot-link:hover {
  color: #0072B9;
  background: rgba(255,255,255,.55);
}
.om-chat__foot-link .bi-whatsapp { color: #25d366; }

.om-chat__powered {
  margin: 0;
  padding: 4px 8px 6px;
  text-align: center;
  font-size: .58rem;
  font-weight: 600;
  color: #94a3b8;
  background: #fff;
  border-top: 1px solid #eef2f7;
  flex-shrink: 0;
}

/* ─── Cards inside bot bubbles ─── */
.om-chat__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.om-chat__cards--services,
.om-chat__cards--inline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  flex-wrap: unset;
  overflow: visible;
  padding-bottom: 0;
}

.om-chat__cards--services::-webkit-scrollbar,
.om-chat__cards--inline::-webkit-scrollbar {
  display: none;
}

.om-chat__card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 4px;
  border-radius: 10px;
  background: #F5F9FC;
  border: 1px solid #E8F1F7;
  color: #00203D;
  text-decoration: none;
  font-size: .65rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: normal;
  text-align: center;
  min-width: 0;
  transition: border-color .15s, background .15s;
}

.om-chat__card-link span {
  max-width: 9.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.om-chat__cards-foot {
  margin: 6px 0 0;
  font-size: .72rem;
}

.om-chat__cards-foot a {
  color: #0072B9;
  font-weight: 700;
  text-decoration: none;
}

.om-chat__card-link:hover {
  border-color: #0072B9;
  background: rgba(0, 114, 185,.06);
}

.om-chat__card-link i {
  color: #0072B9;
  font-size: .78rem;
  flex-shrink: 0;
}

/* ─── Lead Form (Quote) ─── */
.om-chat__lead {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 360px;
  max-width: calc(100vw - 40px);
  height: 520px;
  max-height: calc(100vh - 40px);
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 114, 185, 0.12);
  box-shadow: 0 20px 50px rgba(0, 32, 61, 0.24);
  overflow: hidden;
  animation: oc-riseUp .24s ease-out both;
  transform-origin: bottom right;
  z-index: 1;
}
.om-chat__lead[hidden] { display: none !important; }
.om-chat__lead-inner {
  height: 100%;
  overflow-y: auto;
  padding: 20px 16px 24px;
}
.om-chat__lead-back {
  width: 34px; height: 34px;
  border: 0;
  border-radius: 8px;
  background: #E8F1F7;
  color: #00203D;
  cursor: pointer;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
}
.om-chat__lead h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #00203D;
  margin: 0 0 4px;
}
.om-chat__lead p {
  font-size: .82rem;
  color: #5a6b7d;
  margin: 0 0 14px;
}
.om-chat__field { margin-bottom: 8px; }
.om-chat__field input,
.om-chat__field select,
.om-chat__field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #E8F1F7;
  border-radius: 10px;
  font-family: inherit;
  font-size: .84rem;
  outline: none;
  background: #F5F9FC;
  transition: border-color .15s, background .15s;
}
.om-chat__field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.om-chat__field input:focus,
.om-chat__field select:focus,
.om-chat__field textarea:focus {
  border-color: #0072B9;
  background: #fff;
}
.om-chat__lead-submit {
  width: 100%;
  margin-top: 6px;
  padding: 12px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg,#0072B9,#003B5C);
  color: #fff;
  font-family: inherit;
  font-size: .88rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .15s;
}
.om-chat__lead-submit:disabled { opacity: .55; cursor: wait; }
.om-chat__lead-note {
  margin-top: 8px;
  font-size: .8rem;
  text-align: center;
}
.om-chat__lead-note.is-ok { color: #15803d; }
.om-chat__lead-note.is-err { color: #b91c1c; }

.om-chat.is-open .om-chat__nudge { display: none !important; }

/* ─── Mobile ─── */
@media (max-width: 767.98px) {
  .om-chat__nudge {
    right: 14px;
    bottom: 78px;
    width: calc(100vw - 28px);
    max-width: 300px;
  }

  .om-chat {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  }

  .om-chat__launcher-label { display: none; }
  .om-chat__launcher-meta { display: none; }
  .om-chat__launcher-badge {
    top: -4px;
    right: -2px;
    font-size: .58rem;
    padding: 2px 6px;
  }
  .om-chat__launcher {
    padding: 14px 16px;
    border-radius: 50%;
    min-width: 52px;
    min-height: 52px;
    justify-content: center;
  }

  .om-chat__panel,
  .om-chat__lead {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
    z-index: 100000;
  }

  .om-chat__head {
    padding: calc(12px + env(safe-area-inset-top, 0px)) 12px 12px;
  }

  .om-chat__agent-info strong {
    font-size: 0.85rem;
    max-width: 46vw;
  }

  .om-chat__messages {
    padding: 12px 10px;
    -webkit-overflow-scrolling: touch;
  }

  .om-chat__bubble {
    max-width: 88%;
    font-size: 0.82rem;
  }

  .om-chat__quick {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    padding: 6px 8px;
  }

  .om-chat__quick--services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .om-chat__chip {
    font-size: 0.58rem;
    padding: 6px 4px;
    min-height: 36px;
  }

  .om-chat__form {
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .om-chat__input {
    font-size: 16px; /* prevents iOS zoom on focus */
  }

  .om-chat__foot {
    padding: 8px 6px calc(8px + env(safe-area-inset-bottom, 0px));
    flex-wrap: wrap;
    gap: 4px;
  }

  .om-chat__foot-link {
    flex: 1 1 auto;
    justify-content: center;
    font-size: 0.7rem;
    padding: 6px 4px;
  }

  .om-chat__lead-inner {
    padding: calc(16px + env(safe-area-inset-top, 0px)) 14px calc(20px + env(safe-area-inset-bottom, 0px));
  }

  .om-chat__field input,
  .om-chat__field select,
  .om-chat__field textarea {
    font-size: 16px;
  }

  .om-chat__card-link {
    font-size: 0.76rem;
    padding: 9px 10px;
  }
}

@media (max-width: 380px) {
  .om-chat__icon-btn {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }
  .om-chat__head-actions { gap: 1px; }
}

/* Minimal shared section shells (header/footer stay in core; page look in page CSS) */
.om-section { position: relative; overflow: hidden; }
.om-section--white { background: #fff; }
.om-section--soft { background: linear-gradient(180deg, #f9f7f7 0%, #fff 100%); }

.st-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.6rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.st-hero__cta--ghost {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.st-hero__cta--ghost:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #00203D;
}

/* Quick Inquiry CTA (home + service pages) — aurora mesh like contact page */
.inquiry-devit {
  position: relative;
  color: #00203D;
}

.inquiry-devit .section-title {
  margin-bottom: 1rem;
  max-width: 16ch;
}

.inquiry-devit__lead {
  color: #4A6578;
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: 52ch;
  margin: 0 0 1.75rem;
}

.inquiry-devit__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
}

.inquiry-devit__contact a {
  color: #00203D;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.inquiry-devit__contact a:hover {
  color: #0072B9;
}

.inquiry-devit__contact i {
  color: #0072B9;
}

.inquiry-devit__form .om-inquiry-card {
  box-shadow: 0 18px 40px rgba(0, 32, 61, 0.1);
}

.inquiry-devit__form .om-inquiry-card__head h3 {
  font-size: 1.25rem;
  color: #0f172a;
}

.inquiry-devit__form .om-inquiry-card__head p {
  color: #64748b;
}

.inquiry-devit__form .om-inquiry-trust {
  color: #64748b;
}

/* Map / roads background — images/roads.png (Fairmount-style) */
.map-pattern-bg {
  position: relative;
  overflow: hidden;
  background-color: #eef1f5;
}

.map-pattern-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--roads-bg, url('../../images/roads.png'));
  background-repeat: repeat;
  background-size: 1440px auto;
  background-position: center top;
  filter: invert(1) grayscale(1) contrast(1.15);
  opacity: 0.24;
}

.map-pattern-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(238, 241, 245, 0.35) 0%, rgba(238, 241, 245, 0.28) 100%);
}

.map-pattern-bg > .container {
  position: relative;
  z-index: 1;
}

/* Global reach — compact section height */
.global-reach-section {
  padding: 2.75rem 0 2.5rem;
}

.global-reach-section .section-head {
  margin-bottom: 1.25rem;
}

.global-reach-section .eyebrow {
  margin-bottom: 0.55rem;
}

.global-reach-section .section-title {
  margin-bottom: 0.45rem;
}

.global-reach-section .section-lead {
  margin-bottom: 0;
  font-size: 0.98rem;
  line-height: 1.6;
}

.global-reach-section .global-reach-flags {
  --bs-gutter-x: 0.65rem;
  --bs-gutter-y: 1.35rem;
}

@media (min-width: 992px) {
  .global-reach-section .global-reach-flags {
    --bs-gutter-y: 1.65rem;
  }
}

.global-reach-section .tech-pill {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 0.84rem;
  color: #00203D;
  padding: 0.35rem 0.25rem;
}

.global-reach-section .tech-pill img {
  height: 32px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 0.3rem;
}

.global-reach-section .tech-pill span {
  display: block;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .global-reach-section {
    padding: 2.25rem 0 2rem;
  }

  .global-reach-section .section-head {
    margin-bottom: 1rem;
  }

  .global-reach-section .tech-pill img {
    height: 28px;
  }
}

.map-pattern-bg .tech-pill {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 0.88rem;
  color: #00203D;
}

.map-pattern-bg .tech-pill span {
  display: block;
}

/* Contact / inquiry captcha */
.om-captcha {
  margin: 0;
}

.om-captcha__label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 0.55rem;
}

.om-captcha__row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.om-captcha__question {
  font-weight: 700;
  font-size: 1rem;
  color: #00203D;
  min-width: 6.5rem;
  padding: 0.6rem 0.85rem;
  background: #f1f5f9;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}

.om-captcha__input {
  width: 5.5rem;
  padding: 0.6rem 0.7rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font: inherit;
}

.om-captcha__input:focus {
  outline: none;
  border-color: #0072B9;
  box-shadow: 0 0 0 3px rgba(0, 114, 185, 0.15);
}

.om-captcha__refresh {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  color: #475569;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.om-captcha__refresh:hover {
  background: #f8fafc;
  color: #0072B9;
}

.om-inquiry-form .om-inquiry-submit {
  margin-top: 0.15rem;
}

/* Premium inquiry form — shared across site */
.om-inquiry-card {
  background: #fff;
  border-radius: 22px;
  padding: 1.75rem 1.85rem 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.om-inquiry-card__head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.om-inquiry-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  color: #fff;
  font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.35);
}

.om-inquiry-card__head h3 {
  margin: 0 0 0.2rem;
  font-size: 1.35rem;
  color: #0f172a;
}

.om-inquiry-card__head p {
  margin: 0;
  font-size: 0.88rem;
  color: #64748b;
}

/* Fields */
.om-field {
  position: relative;
  margin-bottom: 0;
}

.om-field__icon {
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 1rem;
  z-index: 2;
  pointer-events: none;
  transition: color 0.2s;
}

.om-field__icon--area {
  top: 1.15rem;
  transform: none;
}

.om-field input,
.om-field textarea,
.om-field select {
  width: 100%;
  padding: 1.05rem 1rem 0.55rem 2.65rem;
  border-radius: 14px;
  border: 1.5px solid #e2e8f0;
  background: #f8fafc;
  color: #0f172a;
  font: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.om-field textarea {
  min-height: 118px;
  resize: vertical;
  padding-top: 1.35rem;
}

.om-field label {
  position: absolute;
  left: 2.65rem;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 0.92rem;
  pointer-events: none;
  transition: 0.18s ease;
}

.om-field--area label {
  top: 1.1rem;
  transform: none;
}

.om-field input:focus,
.om-field textarea:focus,
.om-field select:focus {
  border-color: #2563eb;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.om-field input:focus + label,
.om-field input:not(:placeholder-shown) + label,
.om-field textarea:focus + label,
.om-field textarea:not(:placeholder-shown) + label,
.om-field select:focus + label,
.om-field select:valid + label {
  top: 0.42rem;
  transform: none;
  font-size: 0.68rem;
  font-weight: 650;
  color: #2563eb;
}

.om-field--area textarea:focus + label,
.om-field--area textarea:not(:placeholder-shown) + label {
  top: 0.42rem;
}

.om-field input:focus ~ .om-field__icon,
.om-field textarea:focus ~ .om-field__icon,
.om-field select:focus ~ .om-field__icon {
  color: #2563eb;
}

.om-field--select select:invalid { color: transparent; }
.om-field--select select:valid { color: #0f172a; }
.om-field--select select option { color: #0f172a; }

.om-field__count {
  display: block;
  text-align: right;
  margin-top: 0.35rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: #94a3b8;
}

.om-field__count.is-near { color: #f59e0b; }
.om-field__count.is-max { color: #dc2626; }

/* Dark sidebar fields */
.om-field--dark input,
.om-field--dark textarea {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.om-field--dark label { color: rgba(255, 255, 255, 0.55); }
.om-field--dark .om-field__icon { color: rgba(255, 255, 255, 0.45); }

.om-field--dark input:focus,
.om-field--dark textarea:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #38bdf8;
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.15);
}

.om-field--dark input:focus + label,
.om-field--dark input:not(:placeholder-shown) + label,
.om-field--dark textarea:focus + label,
.om-field--dark textarea:not(:placeholder-shown) + label {
  color: #7dd3fc;
}

/* Submit */
.om-inquiry-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.25rem;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb 0%, #0891b2 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.35);
}

.om-inquiry-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.4);
}

.om-inquiry-submit.is-loading .om-inquiry-submit__spinner { display: inline-block; }
.om-inquiry-submit.is-loading .om-inquiry-submit__label { opacity: 0.85; }
.om-inquiry-submit__spinner { display: none; }

.om-inquiry-submit--sidebar {
  margin-top: 0.25rem;
  font-size: 0.92rem;
  padding: 0.85rem 1rem;
}

/* Alerts & success */
.om-inquiry-alert {
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.88rem;
  margin-bottom: 1rem;
}

.om-inquiry-alert.alert-om-error,
.om-inquiry-sidebar__alert.is-error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.om-inquiry-success {
  display: none;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.om-inquiry-success.is-visible { display: flex; }
.om-inquiry-success i { font-size: 1.5rem; flex-shrink: 0; }
.om-inquiry-success strong { display: block; margin-bottom: 0.15rem; }
.om-inquiry-success span { font-size: 0.88rem; opacity: 0.9; }

.om-inquiry-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
}

.om-inquiry-trust i { color: #2563eb; margin-right: 0.25rem; }

/* Sidebar card */
.om-inquiry-sidebar {
  position: sticky;
  top: 6.5rem;
  padding: 1.5rem;
  border-radius: 20px;
  background: linear-gradient(160deg, #0b1f38 0%, #123456 55%, #0c4a6e 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 50px rgba(11, 31, 56, 0.45);
  overflow: hidden;
}

.om-inquiry-sidebar__glow {
  position: absolute;
  inset: -40% -20% auto auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.35), transparent 70%);
  pointer-events: none;
}

.om-inquiry-sidebar__head {
  position: relative;
  margin-bottom: 1.15rem;
}

.om-inquiry-sidebar__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #bae6fd;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.65rem;
}

.om-inquiry-sidebar__head h3 {
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 0.4rem;
}

.om-inquiry-sidebar__head p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  margin: 0;
  line-height: 1.5;
}

.om-inquiry-sidebar__foot {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.om-inquiry-sidebar__foot a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.86rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.om-inquiry-sidebar__foot a:hover { color: #fff; }
.om-inquiry-sidebar__foot i { color: #f97316; }

.om-inquiry-form--sidebar .om-field + .om-field { margin-top: 0.75rem; }

.om-inquiry-sidebar__alert {
  font-size: 0.82rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}

.om-inquiry-sidebar__alert.is-success {
  background: rgba(16, 185, 129, 0.15);
  color: #a7f3d0;
  border: 1px solid rgba(16, 185, 129, 0.35);
}

/* Captcha inside new forms */
.om-inquiry-form .om-captcha {
  margin: 0.5rem 0 0.75rem;
}

.om-inquiry-form .om-captcha__label {
  font-size: 0.78rem;
  color: #64748b;
}

.om-inquiry-form--sidebar .om-captcha__label { color: rgba(255, 255, 255, 0.65); }
.om-inquiry-form--sidebar .om-captcha__question {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

@media (max-width: 991px) {
  .om-inquiry-sidebar {
    position: static;
    margin-top: 1.5rem;
  }
}

/* Our Services intro video — same size on all pages (16:9) */
.st-svc-intro__media {
  margin-top: 1.5rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}

.st-svc-intro__media video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* FAQ accordion — used on service pages & services listing */
.st-faq .st-svc-block__lead { max-width: 42ch; margin-inline: auto; }

.faq-list {
  max-width: 780px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(0, 32, 61, 0.1);
  border-radius: 14px;
  margin-bottom: 0.75rem;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(15, 21, 40, 0.04);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.faq-item.is-open {
  border-color: rgba(0, 114, 185, 0.35);
  box-shadow: 0 12px 32px rgba(0, 114, 185, 0.1);
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.25rem;
  border: none;
  background: transparent;
  text-align: left;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #00203D;
  cursor: pointer;
  line-height: 1.45;
}

.faq-q i {
  flex-shrink: 0;
  font-size: 0.9rem;
  color: #0072B9;
  transition: transform 0.25s ease;
}

.faq-item.is-open .faq-q i { transform: rotate(180deg); }

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
  padding: 0 1.25rem;
}

.faq-item.is-open .faq-a {
  max-height: 640px;
  padding: 0 1.25rem 1.15rem;
}
.faq-item[hidden] { display: none !important; }

.faq-a p {
  margin: 0;
  font-size: 0.9rem;
  color: #4a6578;
  line-height: 1.7;
}

@media (max-width: 575.98px) {
  .faq-q { font-size: 0.88rem; padding: 0.95rem 1rem; }
  .faq-a { padding-inline: 1rem; }
  .faq-item.is-open .faq-a { padding: 0 1rem 1rem; }
}

/* Hero bg layers — layout in core.css; images in pages/{slug}.css */
[class*="-hero-bg"] { position: absolute; inset: 0; pointer-events: none; }

[class*="-hero-slide"] {
  position: absolute; inset: 0;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  opacity: 0; transform: scale(1.06);
  animation: stHeroSlide 18s infinite;
  will-change: opacity, transform;
}
[class*="-hero-slide-1"] { animation-delay: 0s; }
[class*="-hero-slide-2"] { animation-delay: 6s; }
[class*="-hero-slide-3"] { animation-delay: 12s; }

@keyframes stHeroSlide {
  0%       { opacity: 0; transform: scale(1.06); }
  5%       { opacity: 1; }
  33.33%   { opacity: 1; transform: scale(1); }
  40%      { opacity: 0; }
  100%     { opacity: 0; transform: scale(1.06); }
}

@media (prefers-reduced-motion: reduce) {
  [class*="-hero-slide"] { animation: none; }
  [class*="-hero-slide-1"] { opacity: 1; transform: none; }
}

[class*="-hero-overlay"] {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(100deg, rgba(11, 31, 56, 0.94) 0%, rgba(17, 45, 78, 0.86) 45%, rgba(17, 45, 78, 0.7) 100%);
}

[class*="-hero-glow"] { position: absolute; border-radius: 50%; filter: blur(110px); pointer-events: none; }
[class*="-hero-glow-1"] { width: 460px; height: 460px; right: -5%; top: -15%; background: rgba(0, 114, 185, 0.22); }
[class*="-hero-glow-2"] { width: 380px; height: 380px; left: -8%; bottom: -10%; background: rgba(0, 114, 185, 0.15); }

/* AI visitor helper */
.om-ai-help {
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(0, 114, 185, 0.12), transparent 46%),
    linear-gradient(180deg, #f4f8fc 0%, #fff 55%);
}
.om-ai-help__head { text-align: center; max-width: 46rem; margin: 0 auto 1.75rem; }
.om-ai-help__lead {
  margin: 0.6rem auto 0;
  color: #4a6578;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 46ch;
}
.om-ai-help__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
}
.om-ai-help__tab {
  border: 1px solid rgba(0, 32, 61, 0.12);
  background: #fff;
  color: #00203D;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 999px;
  padding: 0.55rem 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}
.om-ai-help__tab:hover { border-color: #0072B9; color: #0072B9; }
.om-ai-help__tab.is-active:hover { color: #fff; border-color: #00203D; }
.om-ai-help__panel {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(0, 32, 61, 0.1);
  border-radius: 18px;
  padding: 1.4rem 1.5rem 1.5rem;
  box-shadow: 0 16px 40px rgba(15, 21, 40, 0.06);
}
.om-ai-help__panel[hidden] { display: none !important; }
.om-ai-help__form label {
  display: block;
  font-weight: 700;
  color: #00203D;
  font-size: 0.86rem;
  margin-bottom: 0.95rem;
}
.om-ai-help__form input[type="text"],
.om-ai-help__form input[type="search"],
.om-ai-help__form select,
.om-ai-help__form textarea {
  display: block;
  width: 100%;
  margin-top: 0.4rem;
  border: 1.5px solid #E8F1F7;
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
  font: inherit;
  color: #00203D;
  background: #fbfdff;
}
.om-ai-help__form input:focus,
.om-ai-help__form select:focus,
.om-ai-help__form textarea:focus {
  outline: none;
  border-color: #0072B9;
  box-shadow: 0 0 0 3px rgba(0, 114, 185, 0.12);
}
.om-ai-help__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}
.om-ai-help__features {
  border: 0;
  padding: 0;
  margin: 0 0 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.om-ai-help__features legend {
  font-weight: 700;
  color: #00203D;
  font-size: 0.86rem;
  margin-bottom: 0.55rem;
  width: 100%;
  float: none;
}
.om-ai-chip {
  display: inline-flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.om-ai-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.om-ai-chip span {
  display: inline-block;
  padding: 0.42rem 0.85rem;
  border: 1px solid rgba(0, 32, 61, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #355468;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.om-ai-chip:hover span { border-color: #0072B9; color: #00203D; }
.om-ai-chip input:checked + span {
  background: #0072B9;
  border-color: #0072B9;
  color: #fff;
}
.om-ai-chip input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(0, 114, 185, 0.18);
}
.om-ai-help__result {
  margin-top: 1.1rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: #f4f8fc;
  border: 1px solid rgba(0, 114, 185, 0.16);
}
.om-ai-help__result.is-err { background: #fef2f2; border-color: #fecaca; }
.om-ai-help__range {
  font-size: 1.45rem;
  font-weight: 800;
  color: #0072B9;
  margin: 0 0 0.5rem;
}
.om-ai-help__answer p { margin: 0 0 0.65rem; color: #355468; line-height: 1.65; }
.om-ai-help__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.85rem;
}
.om-chat__bubble .om-ai-price {
  font-weight: 800;
  color: #0072B9;
  font-size: 1.02rem;
}
.om-ai-price-dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin: 0.5rem 0 0.7rem;
}
.om-ai-price-dual div {
  background: #f4f8fc;
  border: 1px solid #dbeaf4;
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
}
.om-ai-price-dual__cur {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #0072B9;
}
.om-ai-price-dual strong {
  display: block;
  font-size: 0.95rem;
  color: #00203D;
  margin-top: 0.12rem;
}
.om-ai-nego {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 1rem 0 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #355468;
}
.om-ai-nego i { color: #0072B9; margin-top: 0.12rem; }
.om-chat__bubble .om-ai-note,
.om-ai-help .om-ai-note {
  font-size: 0.82rem;
  color: #64748b;
}
@media (max-width: 575.98px) {
  .om-ai-price-dual { grid-template-columns: 1fr; }
}
.faq-search {
  max-width: 420px;
  margin: 1rem auto 0;
  position: relative;
}
.faq-search i {
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  color: #0072B9;
}
.faq-search__input {
  width: 100%;
  border: 1.5px solid #E8F1F7;
  border-radius: 999px;
  padding: 0.65rem 1rem 0.65rem 2.2rem;
  font: inherit;
}
.faq-search__input:focus {
  outline: none;
  border-color: #0072B9;
  box-shadow: 0 0 0 3px rgba(0, 114, 185, 0.12);
}
.faq-search__empty {
  text-align: center;
  margin: 0.75rem 0 0;
  color: #4a6578;
}
.faq-search__ask {
  border: 0;
  background: none;
  color: #0072B9;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .om-ai-help__grid { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
  .om-ai-help__panel { padding: 1.1rem; }
}

.om-ai-cta-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}
.om-ai-cta-card{
  display: block;
  background: #fff;
  border: 1px solid rgba(0, 32, 61, 0.1);
  border-radius: 16px;
  padding: 1.35rem 1.25rem;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 28px rgba(15, 21, 40, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.om-ai-cta-card:hover{
  transform: translateY(-3px);
  border-color: rgba(0, 114, 185, 0.35);
  box-shadow: 0 16px 36px rgba(0, 114, 185, 0.12);
  color: inherit;
}
.om-ai-cta-card i{
  font-size: 1.35rem;
  color: #0072B9;
  margin-bottom: 0.55rem;
  display: inline-block;
}
.om-ai-cta-card h3{
  font-size: 1.05rem;
  font-weight: 800;
  color: #00203D;
  margin: 0 0 0.35rem;
}
.om-ai-cta-card p{
  margin: 0;
  color: #4a6578;
  font-size: 0.9rem;
  line-height: 1.55;
}
@media (max-width: 767.98px) {
  .om-ai-cta-grid { grid-template-columns: 1fr; }
}
