[x-cloak] {
  display: none !important;
}

:root {
  --ob-blue: #3B82F6;
  --ob-black: #1B2734;
  --ob-blue-soft: rgb(59 130 246 / 0.18);
  --ob-blue-glow: rgb(59 130 246 / 0.34);
  --ob-blue-bright: #38BDF8;
  --ob-blue-pale: #DBEAFE;
}

body {
  background-color: var(--ob-black);
}

body.ob-loading {
  overflow: hidden;
}

body.ob-navigating {
  overflow: hidden;
}

body.ob-loaded .ob-page-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.ob-navigating .ob-page-loader {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ob-page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity .45s ease, visibility .45s ease;
}

.ob-page-loader__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgb(56 189 248 / 0.22), transparent 38%),
    radial-gradient(circle at bottom, rgb(59 130 246 / 0.18), transparent 42%),
    linear-gradient(180deg, rgb(8 15 27 / 0.98), rgb(15 23 42 / 0.98));
}

.ob-page-loader__content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 32px;
}

.ob-page-loader__ring {
  position: relative;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgb(59 130 246 / 0.18), rgb(56 189 248 / 0.08));
  box-shadow:
    0 0 0 1px rgb(191 219 254 / 0.08),
    0 24px 60px rgb(2 6 23 / 0.36);
}

.ob-page-loader__ring::before,
.ob-page-loader__ring::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: inherit;
}

.ob-page-loader__ring::before {
  border: 1px solid rgb(125 211 252 / 0.16);
  opacity: .7;
  animation: ob-loader-pulse 1.8s ease-in-out infinite;
}

.ob-page-loader__ring::after {
  inset: -6px;
  border: 3px solid transparent;
  border-top-color: var(--ob-blue-bright);
  border-right-color: rgb(59 130 246 / 0.78);
  box-shadow: 0 0 30px rgb(56 189 248 / 0.14);
  animation: ob-loader-spin 1s linear infinite;
}

.ob-page-loader__logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgb(37 99 235 / 0.22));
  animation: ob-loader-logo-float 1.6s ease-in-out infinite;
}

.ob-page-loader__label {
  color: rgb(219 234 254 / 0.92);
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

@keyframes ob-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ob-loader-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: .55;
  }

  50% {
    transform: scale(1.06);
    opacity: .95;
  }
}

@keyframes ob-loader-logo-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ob-page-loader,
  .ob-page-loader__ring::before,
  .ob-page-loader__ring::after,
  .ob-page-loader__logo {
    animation: none !important;
    transition: none !important;
  }
}

.ob-brand-logo {
  width: clamp(270px, 21vw, 360px);
  height: auto;
  max-height: 76px;
  object-fit: contain;
}

.ob-footer-logo {
  width: clamp(82px, 6vw, 108px);
  height: auto;
  max-height: 82px;
  object-fit: contain;
}

.footer-contact-list li {
  display: grid;
  gap: 4px;
}

.footer-contact-name {
  color: #cbd5e1;
  font-size: .95rem;
}

.footer-contact-link {
  color: #93c5fd;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

.footer-contact-link:hover {
  color: #dbeafe;
}

.footer-contact-link--mail {
  word-break: break-word;
}

.reference-logo-frame {
  width: 190px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reference-logo-frame.reference-logo--zekaryapi {
  width: 240px;
  height: 74px;
}

.cyeq5 img {
  width: 190px;
  height: 60px;
  object-fit: contain;
  object-position: center;
}

.cyeq5 img.reference-logo--zekaryapi {
  width: 240px;
  height: 74px;
}

.cyeq5 li {
  display: flex;
  align-items: center;
}


@media (max-width: 767px) {
  .reference-logo-frame {
    width: 140px;
    height: 46px;
  }

  .reference-logo-frame.reference-logo--zekaryapi {
    width: 180px;
    height: 56px;
  }

  .cyeq5 img {
    width: 140px;
    height: 46px;
  }

  .cyeq5 img.reference-logo--zekaryapi {
    width: 180px;
    height: 56px;
  }

}

.c1nfs,
.cn0ed :is(:where(a):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
  color: var(--ob-blue) !important;
}

.cif83,
.c80q8.c6hcd,
.cq4tu.swiper-slide-active .caaiz,
.cuqxt:checked ~ .cmkac {
  background-color: var(--ob-blue) !important;
}

.cf3bz :is(:where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *))),
.ctowc > div:nth-of-type(4n + 3)::before {
  border-color: var(--ob-blue) !important;
}

.c73l4:hover .chszh {
  fill: var(--ob-blue) !important;
}

header.csbhs,
#mobile-nav {
  background-color: rgb(27 39 52 / 0.78);
}

#mobile-nav {
  display: none;
}

header.csbhs {
  position: relative;
  z-index: 1000;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 82px;
}

header.csbhs .cu781 {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 8px;
  column-gap: 28px;
}

header.csbhs .ceb4u {
  flex: 0 0 auto;
}

header.csbhs nav.ckft5 {
  flex: 1 1 auto;
  min-width: 0;
}

header.csbhs nav.ckft5 > ul {
  flex-wrap: nowrap;
  justify-content: flex-end;
  row-gap: 6px;
  column-gap: 6px;
}

.cjg8t.ce8dy,
.c80q8.c6hcd {
  color: #fff !important;
}

.cjg8t.ce8dy:hover,
.c80q8.c6hcd:hover,
.cif83:hover {
  background-color: #1859B0 !important;
}

.c91bb,
.cn36n::before,
.cjvxe::before,
.ckgr6::before {
  background-color: var(--ob-blue-soft);
}

@media (max-width: 767px) {
  .ob-brand-logo {
    width: min(100%, 220px);
    max-height: 60px;
  }

  body.mobile-nav-open #mobile-nav {
    display: block;
  }

  .ob-footer-logo {
    width: 84px;
    max-height: 64px;
  }

  header.csbhs {
    min-height: 76px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  header.csbhs .cu781 {
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 16px;
  }
}

.solutions-page .c7rlc.c62s6 {
  position: relative;
  z-index: 1;
}

.solutions-hero-copy {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.solutions-hero-copy .cpqxv {
  margin-inline: auto;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  margin-top: 40px;
}

.solutions-card {
  height: 100%;
}

.solutions-card .cg9hr {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.solutions-card-title {
  min-height: 58px;
}

.solutions-card-text {
  margin-top: 16px;
}

.solutions-approach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.solutions-approach {
  padding-top: 40px;
}

.solutions-approach-card {
  padding: 28px;
  border: 1px solid rgb(148 163 184 / 0.12);
  border-radius: 24px;
  background: rgb(15 23 42 / 0.32);
  backdrop-filter: blur(8px);
}

.solutions-cta-panel {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.ck9sk {
  object-fit: contain;
}

.ob-testimonial-logo {
  width: min(100%, 260px) !important;
  height: auto !important;
  max-height: 65px;
  object-fit: contain;
}
@media (max-width: 1023px) {
  .solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solutions-approach-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .solutions-hero-copy {
    text-align: left;
  }

  .solutions-hero-copy .cpqxv {
    margin-inline: 0;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }

  .solutions-card-title {
    min-height: 0;
  }

  .solutions-approach-card {
    padding: 22px;
    border-radius: 20px;
  }

  .solutions-cta-panel {
    text-align: left;
  }

  .solutions-approach {
    padding-top: 24px;
  }

  .ob-testimonial-logo {
    width: min(100%, 200px) !important;
    max-height: 54px;
  }

}

.cuz37:hover {
  color: var(--ob-blue-bright) !important;
}

.c8lqy::after {
  background-image: linear-gradient(180deg, transparent, rgb(59 130 246 / 0.65) 25%, var(--ob-blue-pale) 50%, rgb(59 130 246 / 0.65) 75%, transparent) !important;
}

.cje6l,
.cg3aq {
  background-color: rgb(59 130 246 / 0.24) !important;
}

.cfmed::before,
.c1abw::before {
  --tw-ring-color: rgb(59 130 246 / 0.34) !important;
}

.c91bb,
.cn36n::before,
.cjvxe::before,
.ckgr6::before,
.cers6:hover::before,
.ckgr6:hover::before,
.cjvxe:hover::before {
  background-color: rgb(59 130 246 / 0.18) !important;
}

.ckqrw {
  border-color: var(--ob-blue-bright) !important;
}

.cl5ur {
  --tw-shadow-color: rgb(59 130 246 / 0.28) !important;
}

a.c91bb,
button.c91bb {
  border: 1px solid rgb(191 219 254 / 0.32) !important;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.08) !important;
}

a.c91bb:hover,
button.c91bb:hover {
  border-color: rgb(219 234 254 / 0.56) !important;
}

.contact-page .c7rlc.c62s6 {
  position: relative;
  z-index: 1;
}

.contact-page + .contact-page {
  margin-top: 32px;
}

.c80q8.c6hcd,
a.c80q8.c6hcd,
button.c80q8.c6hcd {
  background: linear-gradient(135deg, #60a5fa 0%, #2563eb 100%) !important;
  color: #f8fafc !important;
  border: 1px solid rgb(191 219 254 / 0.24) !important;
  box-shadow: 0 12px 30px rgb(37 99 235 / 0.28) !important;
}

.c80q8.c6hcd .c1nfs,
.c80q8.c6hcd .crls0 {
  color: #eff6ff !important;
}

.c80q8.c6hcd:hover,
a.c80q8.c6hcd:hover,
button.c80q8.c6hcd:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.contact-hero-copy {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}

.contact-hero-copy .cpqxv {
  margin-inline: auto;
}

.contact-hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.contact-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgb(148 163 184 / 0.18);
  background: rgb(15 23 42 / 0.24);
  color: #e2e8f0;
  transition: border-color .2s ease, transform .2s ease, background-color .2s ease;
}

.contact-secondary-link:hover {
  border-color: rgb(59 130 246 / 0.4);
  background: rgb(15 23 42 / 0.38);
  transform: translateY(-1px);
}

.contact-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.contact-signal-card,
.contact-process-card,
.contact-form-shell {
  border: 1px solid rgb(148 163 184 / 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgb(15 23 42 / 0.56), rgb(15 23 42 / 0.3));
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 60px rgb(2 6 23 / 0.16);
}

.contact-signal-card {
  padding: 24px;
}

.contact-signal-title,
.contact-process-title,
.contact-form-title {
  color: #f8fafc;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.contact-signal-title {
  margin-bottom: 12px;
}

.contact-process-grid,
.contact-brief-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.contact-process-card {
  padding: 30px;
}

.contact-process-step,
.contact-form-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgb(59 130 246 / 0.14);
  color: var(--ob-blue-bright);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-process-title,
.contact-form-title {
  margin-top: 18px;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.contact-list li {
  position: relative;
  padding-left: 18px;
  color: #cbd5e1;
  line-height: 1.75;
}

.contact-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ob-blue-bright);
  box-shadow: 0 0 0 6px rgb(56 189 248 / 0.12);
}

.contact-brief-section {
  padding-top: 24px;
}

.contact-brief-copy {
  max-width: 560px;
}

.contact-pill-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-pill {
  padding: 16px 18px;
  border: 1px solid rgb(148 163 184 / 0.1);
  border-radius: 18px;
  background: rgb(15 23 42 / 0.28);
  color: #dbeafe;
  font-weight: 500;
}

.contact-form-shell {
  padding: 28px;
}

.contact-form-head {
  display: grid;
  gap: 10px;
  margin-bottom: 6px;
}

.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form-row {
  display: grid;
  gap: 10px;
}

.contact-form-row--full,
.contact-form-row--message {
  grid-column: 1 / -1;
}

.contact-label {
  color: #cbd5e1;
  font-size: .95rem;
  font-weight: 600;
}

.contact-input {
  min-height: 52px;
  border-radius: 16px !important;
  border-color: rgb(148 163 184 / 0.16) !important;
  background: rgb(15 23 42 / 0.46) !important;
  color: #f8fafc !important;
}

.contact-input--invalid {
  border-color: rgb(248 113 113 / 0.7) !important;
  box-shadow: 0 0 0 3px rgb(248 113 113 / 0.12);
}

.contact-input::placeholder {
  color: #94a3b8 !important;
}

.contact-textarea {
  min-height: 148px;
  padding-top: 16px;
}

.contact-form-footer {
  display: grid;
  gap: 12px;
  margin-top: 6px;
}

.contact-form-feedback {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: .95rem;
  line-height: 1.65;
}

.contact-form-feedback--success {
  border: 1px solid rgb(125 211 252 / 0.24);
  background: rgb(8 47 73 / 0.42);
  color: #dbeafe;
}

.contact-form-feedback--error {
  border: 1px solid rgb(248 113 113 / 0.18);
  background: rgb(69 10 10 / 0.28);
  color: #fecaca;
}

.contact-validation {
  display: none;
}

.contact-cta-panel {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.contact-page.contact-hero .contact-signal-grid {
  margin-top: 56px;
}

.contact-page.contact-cta .contact-hero-actions {
  margin-top: 24px;
}

.customer-reference-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 28px;
  padding: 10px 0;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.customer-reference-marquee-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  width: max-content;
  animation: customer-reference-marquee 34s linear infinite;
}

.customer-reference-marquee:hover .customer-reference-marquee-track {
  animation-play-state: paused;
}

.customer-reference-marquee-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  min-width: 220px;
  padding: 22px 24px;
  border-radius: 22px;
  border: 1px solid rgb(148 163 184 / 0.14);
  background: linear-gradient(180deg, rgb(15 23 42 / 0.56), rgb(15 23 42 / 0.3));
  box-shadow: 0 18px 50px rgb(2 6 23 / 0.16);
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.customer-reference-marquee-card:hover {
  transform: translateY(-3px);
  border-color: rgb(96 165 250 / 0.32);
  background: linear-gradient(180deg, rgb(15 23 42 / 0.7), rgb(15 23 42 / 0.42));
}

.customer-reference-marquee-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

.customer-reference-marquee-logo img {
  width: min(180px, 100%);
  max-height: 68px;
  object-fit: contain;
}

.customer-reference-marquee-name {
  color: #e2e8f0;
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

@keyframes customer-reference-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@media (max-width: 1023px) {
  .contact-signal-grid,
  .contact-process-grid,
  .contact-brief-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-copy,
  .contact-cta-panel {
    text-align: left;
  }

  .contact-hero-copy .cpqxv {
    margin-inline: 0;
  }

  .contact-hero-actions {
    justify-content: flex-start;
  }

  .contact-signal-grid {
    gap: 16px;
    margin-top: 28px;
  }

  .contact-page + .contact-page {
    margin-top: 24px;
  }

  .customer-reference-marquee {
    margin-top: 22px;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .customer-reference-marquee-track {
    gap: 14px;
    animation-duration: 28s;
  }

  .customer-reference-marquee-card {
    min-width: 180px;
    padding: 18px 18px;
    border-radius: 18px;
  }

  .customer-reference-marquee-logo {
    min-height: 64px;
  }

  .customer-reference-marquee-logo img {
    width: min(150px, 100%);
    max-height: 56px;
  }

  .contact-signal-card,
  .contact-process-card,
  .contact-form-shell {
    padding: 22px;
    border-radius: 20px;
  }
}

.solutions-page .c6kwe {
  fill: rgb(59 130 246 / 0.22) !important;
}

.solutions-page .c3dp3 {
  fill: var(--ob-blue) !important;
}

.chl73.ch30f {
  overflow: visible;
  padding-top: 0.08em;
}

.about-page .chl73.ch30f,
.contact-page .chl73.ch30f,
.solutions-page .chl73.ch30f {
  line-height: 1.14;
  padding-top: 0.08em;
  overflow: visible;
}

.customer-related-section {
  grid-column: 1 / 2;
  margin-top: 48px;
  min-width: 0;
}

.customer-related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.customer-related-nav {
  display: flex;
  gap: 10px;
}

.customer-related-arrow {
  min-width: 44px;
  min-height: 44px;
}

.customer-related-carousel .swiper-slide {
  height: auto;
}

.customer-page .c1yms.ckft5 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  align-items: start;
}

.customer-page .cjqw8.c4bse.cpwbp,
.customer-page .c1ami.cgu5m.cjqw8.cch9e.cq9ay.cilen.cpwbp {
  min-width: 0;
}

.customer-page .c1ami.cgu5m.cjqw8.cch9e.cq9ay.cilen.cpwbp {
  position: sticky;
  top: 108px;
}

.customer-detail-value-long {
  max-width: 190px;
  margin-left: auto;
  text-align: right;
  overflow-wrap: anywhere;
}

.customer-related-carousel {
  width: 100%;
  overflow: hidden;
}

.customer-related-link {
  display: block;
  height: 100%;
}

.customer-related-logo-wrap {
  min-height: 160px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-related-logo {
  display: block;
  max-width: 100%;
  width: min(180px, 100%);
  max-height: 72px;
  height: auto;
  object-fit: contain;
}

.customer-related-name {
  padding: 0 24px 24px;
  color: #e2e8f0;
  font-size: 1rem;
  font-weight: 600;
}

.seo-content-shell {
  display: grid;
  gap: 28px;
  padding: 34px;
  border: 1px solid rgb(148 163 184 / 0.12);
  border-radius: 28px;
  background: linear-gradient(180deg, rgb(15 23 42 / 0.54), rgb(15 23 42 / 0.26));
  box-shadow: 0 24px 60px rgb(2 6 23 / 0.16);
}

.seo-content-head {
  max-width: 900px;
}

.seo-brand-note {
  margin-top: 18px;
}

.seo-brand-note strong {
  color: #f8fafc;
  font-weight: 700;
}

.seo-content-grid,
.seo-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.seo-content-card,
.seo-faq-card {
  padding: 24px;
  border: 1px solid rgb(148 163 184 / 0.1);
  border-radius: 22px;
  background: rgb(15 23 42 / 0.34);
}

.seo-content-card h3,
.seo-faq-card h3 {
  color: #f8fafc;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}

.seo-content-card p,
.seo-faq-card p {
  margin-top: 12px;
  color: #cbd5e1;
  line-height: 1.8;
}

@media (max-width: 1023px) {
  .seo-content-grid,
  .seo-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .customer-page .c1yms.ckft5 {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .customer-page .c1ami.cgu5m.cjqw8.cch9e.cq9ay.cilen.cpwbp {
    position: static;
    top: auto;
    order: 2;
  }

  .customer-related-section {
    grid-column: auto;
    order: 3;
    margin-top: 0;
  }

  .customer-related-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .seo-content-shell {
    padding: 22px;
    border-radius: 22px;
  }
}

.ob-mobile-nav-toggle {
  display: none;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid rgb(148 163 184 / 0.18);
  background: rgb(15 23 42 / 0.34);
  backdrop-filter: blur(12px);
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.ob-mobile-nav-toggle:hover {
  border-color: rgb(96 165 250 / 0.42);
  background: rgb(15 23 42 / 0.5);
  transform: translateY(-1px);
}

.ob-mobile-nav-toggle__bar {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #f8fafc;
}

.ob-mobile-nav-panel {
  position: absolute;
  inset: calc(100% + 10px) 16px auto;
  z-index: 999;
  padding: 0;
  border: 1px solid rgb(148 163 184 / 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgb(15 23 42 / 0.96), rgb(15 23 42 / 0.92));
  box-shadow: 0 24px 60px rgb(2 6 23 / 0.32);
  backdrop-filter: blur(14px);
}

.ob-mobile-nav-panel .c7rlc.c62s6 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ob-mobile-nav-list {
  display: grid;
  gap: 8px;
}

.ob-mobile-nav-list a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  color: #e2e8f0;
  transition: background-color .2s ease, color .2s ease;
}

.ob-mobile-nav-list a:hover {
  background: rgb(59 130 246 / 0.12);
  color: #f8fafc;
}

.home-hero-actions {
  justify-content: center;
}

.home-hero-actions > div {
  display: flex;
}

.home-hero-actions a {
  width: 100%;
}

.ob-footer-grid {
  align-items: start;
  gap: 28px;
}

.ob-footer-brand,
.ob-footer-column {
  min-width: 0;
}

.ob-footer-brand-inner {
  gap: 18px;
}

.ob-footer-column ul {
  display: grid;
  gap: 10px;
}

.ob-footer .footer-contact-list {
  gap: 14px;
}

.ob-footer .footer-contact-link {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}

.customer-page img,
.about-page img,
.solutions-page img,
.contact-page img {
  max-width: 100%;
}

@media (max-width: 1023px) {
  .ob-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.mobile-nav-open {
    overflow: hidden;
  }

  .ob-desktop-nav {
    display: none;
  }

  .ob-mobile-nav-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
  }

  .ob-mobile-nav-panel {
    inset-inline: 12px;
  }

  header.csbhs .cu781 {
    flex-wrap: nowrap;
  }

  .home-hero-actions {
    width: 100%;
    gap: 12px;
  }

  .home-hero-actions > div {
    width: 100%;
  }

  .home-hero-actions a,
  .contact-hero-actions a,
  .contact-hero-actions button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .customer-related-nav {
    width: 100%;
  }

  .customer-related-arrow {
    flex: 1 1 0;
  }

  .ob-footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ob-footer-brand-inner {
    align-items: flex-start;
  }

  .ob-footer-column,
  .ob-footer-brand {
    text-align: left;
  }

  .ob-footer .footer-contact-list li {
    gap: 2px;
  }
}

@media (max-width: 575px) {
  .chl73.ch30f,
  .c3myr,
  .contact-signal-title,
  .contact-process-title,
  .contact-form-title {
    line-height: 1.18;
    word-break: break-word;
  }

  .customer-page .cf3bz,
  .seo-content-card,
  .seo-faq-card,
  .contact-signal-card,
  .contact-process-card,
  .contact-form-shell {
    overflow-wrap: anywhere;
  }

  .customer-related-logo-wrap {
    min-height: 132px;
    padding: 20px;
  }
}
