.home-hero {
  background: transparent;
  color: #113a5c;
  min-height: calc(100vh - var(--site-nav-offset, 56px));
  padding-block-start: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.home-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  background:
    linear-gradient(112deg, transparent 0 16%, rgba(46, 116, 180, 0.16) 16.2% 16.6%, transparent 16.8% 100%),
    linear-gradient(24deg, transparent 0 28%, rgba(31, 101, 168, 0.14) 28.2% 28.6%, transparent 28.8% 100%),
    linear-gradient(152deg, transparent 0 41%, rgba(57, 133, 203, 0.12) 41.2% 41.55%, transparent 41.7% 100%),
    linear-gradient(72deg, transparent 0 54%, rgba(45, 122, 192, 0.1) 54.2% 54.5%, transparent 54.7% 100%),
    linear-gradient(132deg, transparent 0 68%, rgba(31, 104, 173, 0.12) 68.1% 68.45%, transparent 68.65% 100%);
  background-size: 170% 170%;
  background-position: 0% 0%, 10% 20%, 35% 40%, 60% 50%, 85% 70%;
  animation: home-line-drift 18s linear infinite alternate;
  will-change: background-position;
}

.home-hero > * {
  position: relative;
  z-index: 1;
}

.navbar-home {
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
  box-shadow: 0 8px 20px rgba(20, 52, 84, 0.12);
}

.navbar-home.scrolled {
  background-color: #ffffff;
  border-bottom-color: rgba(17, 58, 92, 0.12);
  box-shadow: 0 6px 20px rgba(20, 52, 84, 0.14);
}

.navbar-home:not(.scrolled) .dropdown-menu {
  background-color: #ffffff;
  border-color: rgba(17, 58, 92, 0.14);
}

.navbar-home:not(.scrolled) .mega-menu-scroll .bg-body-tertiary {
  background-color: rgba(255, 255, 255, 0.96) !important;
}

.navbar-home.scrolled .dropdown-menu {
  background-color: #ffffff;
  border-color: rgba(17, 58, 92, 0.12);
}

.navbar-home .language-switch .btn,
.navbar-home .language-switch .dropdown-menu {
  background-color: #ffffff !important;
}

.home-hero-stack {
  position: relative;
  min-height: clamp(430px, 56vw, 700px);
  display: flex;
  align-items: center;
  width: 100%;
}

.home-hero-media-layer {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-block-start: 0;
  padding-inline-end: clamp(0.75rem, 2.2vw, 2.5rem);
  pointer-events: none;
  z-index: 1;
}

.home-hero-text-layer {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  background: none;
  padding-block-start: clamp(3rem, 6vw, 6rem);
  padding-inline-start: clamp(0.75rem, 2.2vw, 2.25rem);
  margin-inline-start: 0;
  margin-inline-end: auto;
}

html[dir='rtl'] .home-hero-text-layer {
  background: none;
}

.home-hero-text-layer > * {
  opacity: 0;
  transform: translateY(8px);
  animation: home-text-reveal 560ms ease-out forwards;
}

.home-hero-text-layer > .home-eyebrow {
  animation-delay: 100ms;
}

.home-hero-text-layer > .home-title {
  animation-delay: 180ms;
}

.home-hero-text-layer > .home-lead {
  animation-delay: 260ms;
}

.home-hero-text-layer > .home-cta-row {
  animation-delay: 340ms;
}

.home-hero-text-layer > .home-proof-list {
  animation-delay: 420ms;
}

.home-eyebrow {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  font-weight: 700;
  color: #4c7093;
}

.home-title {
  color: #113a5c;
  font-size: clamp(2.35rem, 3.9vw, 4.2rem);
  line-height: 1.08;
  margin: 0 0 1rem;
}

.home-lead {
  color: #3f6687;
  max-width: 60ch;
  margin: 0 0 1.4rem;
  font-size: 1.24rem;
  line-height: 1.55;
}

.home-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-cta-secondary {
  background: #3f4a57;
  color: #ffffff;
  border: 1px solid #3f4a57;
}

.home-cta-secondary:hover,
.home-cta-secondary:focus {
  background: #333c47;
  border-color: #333c47;
  color: #ffffff;
}

.home-proof-list {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: start;
}

.home-proof-list li {
  background: rgba(30, 144, 255, 0.16);
  border: 1px solid rgba(30, 144, 255, 0.32);
  color: #23496b;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}

.home-hero-visual {
  position: relative;
  border-radius: 10px;
  overflow: visible;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: none;
  box-shadow: none;
  border: 0;
  margin-inline-start: auto;
  height: auto;
  min-height: 0;
  transform: none;
}

.home-hero-visual img {
  width: 1326px;
  max-width: none;
  height: auto;
  max-height: none;
  object-fit: unset;
  display: block;
  margin: 0;
  border: 0;
  border-radius: 0;
  animation: home-image-float 7s ease-in-out infinite;
}

.home-hero-visual::before {
  content: none;
}

html[dir='rtl'] .home-hero-visual::before {
  content: none;
}

@keyframes home-text-gradient-drift {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 16% 50%;
  }
}

@keyframes home-text-reveal {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes home-image-float {
  0%,
  100% {
    transform: translateY(0);
  }

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

@keyframes home-line-drift {
  0% {
    background-position: 0% 0%, 10% 20%, 35% 40%, 60% 50%, 85% 70%;
  }

  100% {
    background-position: 8% 6%, 18% 28%, 42% 48%, 68% 58%, 92% 78%;
  }
}

.home-section-title {
  margin: 0 0 1rem;
  color: #113a5c;
  font-size: clamp(1.35rem, 2vw, 1.95rem);
}

.home-trust,
.home-pillars,
.home-solutions-services {
  padding-block: 3.6rem;
}

.home-trust {
  background: var(--lighter-blue);
  padding-block: 2.1rem 2.25rem;
}

.home-logo-marquee {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding-block: 0.95rem 0.45rem;
  width: 100%;
}

.home-trust .home-section-title {
  margin-bottom: 0.65rem;
}

.home-logo-track {
  display: flex;
  gap: 1.3rem;
  width: max-content;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.home-logo-marquee:hover .home-logo-track,
.home-logo-marquee:focus-within .home-logo-track {
  cursor: default;
}

.home-logo-item {
  flex: 0 0 auto;
  min-width: 0;
  padding-inline: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-logo-item img {
  max-height: 48px;
  width: auto;
}

.home-pillars {
  background: #fff;
}

.home-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(30, 144, 255, 0.16);
  border-radius: 14px;
  padding: 1.2rem 1rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(19, 56, 89, 0.08);
  height: 100%;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(30, 144, 255, 0.08) 0%, rgba(30, 144, 255, 0) 45%);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}

.home-card:hover,
.home-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(30, 144, 255, 0.36);
  box-shadow: 0 16px 32px rgba(19, 56, 89, 0.16);
}

.home-card:hover::after,
.home-card:focus-within::after {
  opacity: 1;
}

.home-card-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.45rem;
}

.home-card i {
  color: var(--primary-blue);
  font-size: 1.4rem;
  margin-bottom: 0;
  flex: 0 0 auto;
}

.home-card h3 {
  color: #113a5c;
  font-size: 1.02rem;
  margin: 0;
}

.home-card p {
  margin: 0;
  color: var(--text-light);
}

.home-card-list {
  margin: 0.75rem 0 0;
  padding-inline-start: 1rem;
  color: #2f5b80;
  font-size: 0.9rem;
  line-height: 1.45;
}

.home-card-list li + li {
  margin-top: 0.32rem;
}

.home-solutions-services {
  background: #f8fbfe;
}

.home-showcase-header {
  margin-bottom: 1.35rem;
}

.home-showcase-header p {
  max-width: 78ch;
  margin: 0 auto;
  color: #3f6687;
}

.home-showcase-card {
  border: 1px solid rgba(30, 144, 255, 0.14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(20, 52, 84, 0.08);
  padding: 0.95rem 0.95rem 0.9rem;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-showcase-card:hover {
  transform: translateY(-3px);
  border-color: rgba(30, 144, 255, 0.28);
  box-shadow: 0 14px 28px rgba(20, 52, 84, 0.14);
}

.home-focus-card {
  min-height: 270px;
  width: 100%;
}

.home-focus-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.65rem;
  margin-bottom: 0.6rem;
}

.home-pill {
  display: inline-flex;
  border-radius: 999px;
  padding: 0.2rem 0.56rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.home-pill-solution {
  background: rgba(17, 108, 197, 0.12);
  color: #0a4e84;
}

.home-pill-service {
  background: rgba(3, 154, 129, 0.12);
  color: #0b6b58;
}

.home-showcase-card h4 {
  margin: 0;
  color: #113a5c;
  font-size: 1rem;
  line-height: 1.3;
}

.home-showcase-card p {
  margin: 0 0 0.55rem;
  color: #466a89;
}

.home-focus-details {
  font-size: 0.95rem;
  line-height: 1.55;
}

.home-flow-list {
  margin: 0 0 0.65rem;
  padding-inline-start: 1rem;
  color: #3f6687;
  font-size: 0.9rem;
  line-height: 1.45;
}

.home-flow-list li + li {
  margin-top: 0.38rem;
}

.home-flow-sublist {
  margin: 0.38rem 0 0;
  padding-inline-start: 1rem;
}

.home-flow-sublist li + li {
  margin-top: 0.2rem;
}

.home-showcase-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #0a5ea5;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.86rem;
}

.home-showcase-link:hover {
  text-decoration: underline;
}

.home-rail {
  border: 1px solid rgba(30, 144, 255, 0.16);
  border-radius: 14px;
  background: #fff;
  padding: 0.8rem;
  box-shadow: 0 8px 20px rgba(20, 52, 84, 0.08);
  width: 100%;
}

.home-rail-item {
  width: 100%;
  border: 1px solid rgba(30, 144, 255, 0.14);
  border-radius: 11px;
  background: #fff;
  text-align: start;
  padding: 0.55rem 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  margin-bottom: 0.45rem;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-rail-item.is-active {
  border-color: rgba(17, 108, 197, 0.34);
  background: #eaf4ff;
  box-shadow: 0 0 0 2px rgba(17, 108, 197, 0.14);
  transform: translateX(2px);
}

html[dir='rtl'] .home-rail-item.is-active {
  transform: translateX(-2px);
}

@media (min-width: 992px) {
  .home-focus-card {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .home-rail {
    position: sticky;
    top: calc(var(--site-nav-offset, 56px) + 1rem);
    height: auto;
    align-self: flex-start;
  }
}

.home-final-cta {
  padding-block: 3.9rem;
  background: linear-gradient(135deg, var(--dark-bg) 0%, #1a2b3c 100%);
  color: var(--white);
}

.home-final-cta h2 {
  color: var(--white);
  margin: 0 0 0.7rem;
}

.home-final-cta p {
  margin: 0 auto 1.2rem;
  max-width: 68ch;
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {
  .home-hero-stack {
    align-items: stretch;
  }

  .home-hero-media-layer {
    width: 40%;
    max-width: 40%;
  }

  .home-hero-text-layer {
    position: relative;
    inset: auto;
    display: block;
    width: 60%;
    max-width: 60%;
    padding-inline-end: clamp(0.75rem, 2vw, 2rem);
  }

  .home-hero-visual {
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 0;
    width: 100%;
    max-width: 100%;
  }

  .home-hero-visual img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    max-height: none;
    object-fit: contain;
  }
}

@media (max-width: 767.98px) {
  .home-hero-stack {
    min-height: 0;
  }

  .home-hero-text-layer {
    width: 100%;
    max-width: 100%;
    padding-block-start: 1rem;
    padding-inline: 0.75rem;
  }

  .home-title {
    font-size: clamp(1.75rem, 6.8vw, 2.35rem);
  }

  .home-proof-list {
    flex-direction: column;
  }

  .home-proof-list li {
    width: fit-content;
  }

  .home-hero-media-layer {
    inset: 0;
    padding-block-start: 0;
    padding-inline-end: 0;
    align-items: stretch;
  }

  .home-hero-visual {
    width: 100%;
    max-width: none;
    height: 100%;
    transform: none;
  }

  .home-hero-visual img {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
  }

  .home-cta-row .btn.btn-lg {
    --bs-btn-padding-y: 0.45rem;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-font-size: 0.9rem;
    --bs-btn-border-radius: 50rem;
  }

  .home-cta-row {
    flex-direction: column;
    gap: 0.65rem;
    padding-inline: 0;
  }

  .home-cta-row .btn {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
}

@media (max-width: 991.98px) {
  .home-hero {
    min-height: calc(100vh - var(--site-nav-offset, 56px)) !important;
    padding-block-start: 0;
    align-items: flex-start;
  }

  .home-hero-stack {
    min-height: calc(100vh - var(--site-nav-offset, 56px)) !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero-text-layer {
    order: 1;
    min-height: calc(100vh - var(--site-nav-offset, 56px)) !important;
    padding-block-start: 1rem;
    padding-inline: 0.75rem;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home-hero-media-layer {
    display: none !important;
  }

  .home-hero-visual {
    width: 100%;
    max-width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
  }

  .home-hero-visual img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }

  .navbar-home #navbarMega .language-switch {
    order: -1;
    width: 100%;
    margin: 0.2rem 0 0.6rem;
  }

  .navbar-home #navbarMega .language-switch .btn {
    width: 100%;
    justify-content: space-between;
    text-align: start;
    padding: 0.5rem 0.85rem;
    border-color: rgba(17, 58, 92, 0.22);
    color: #2c3e50;
    background-color: #ffffff;
    box-shadow: none !important;
  }

  .navbar-home #navbarMega .language-switch .dropdown-menu {
    position: static;
    transform: none !important;
    inset: auto !important;
    width: 100%;
    margin-top: 0.35rem;
  }

  .navbar-home #navbarMega .language-switch .btn:focus,
  .navbar-home #navbarMega .language-switch .btn.show,
  .navbar-home #navbarMega .show > .btn-outline-secondary.dropdown-toggle {
    background-color: #ffffff;
    border-color: rgba(17, 58, 92, 0.28);
    color: #2c3e50;
    box-shadow: none !important;
  }

  html[dir='rtl'] .navbar-home #navbarMega .language-switch .dropdown-menu {
    inset: auto !important;
  }
}

@media (max-width: 575.98px) {
  .home-trust,
  .home-pillars,
  .home-solutions-services {
    padding-block: 3.2rem;
  }

  .home-trust {
    padding-block: 1.95rem 2.05rem;
  }

  .home-final-cta {
    padding-block: 3.5rem;
  }

  .home-cta-row {
    padding-inline: 0.75rem;
    gap: 0.5rem;
  }

  .home-cta-row .btn {
    font-size: 0.82rem;
    padding: 0.5rem 0.9rem;
    line-height: 1.2;
  }

  .home-cta-row .btn .fa-solid {
    margin-inline-end: 0.35rem !important;
  }

  .home-proof-list {
    gap: 0.42rem;
  }

  .home-proof-list li {
    font-size: 0.68rem;
    padding: 0.28rem 0.54rem;
  }
}

@media (max-width: 991.98px) {
  .home-hero-text-layer,
  .home-hero-text-layer > *,
  .home-hero-visual img {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .home-hero::before {
    opacity: 0.35;
  }
}

@supports (content-visibility: auto) {
  .home-trust,
  .home-pillars,
  .home-solutions-services,
  .differentiation-section,
  .industries-section,
  .engagement-section,
  .home-final-cta {
    content-visibility: auto;
    contain-intrinsic-size: 1px 900px;
  }
}

@supports (height: 100svh) {
  .home-hero {
    min-height: calc(100svh - var(--site-nav-offset, 56px));
  }

  @media (max-width: 991.98px) {
    .home-hero,
    .home-hero-stack,
    .home-hero-text-layer {
      min-height: calc(100svh - var(--site-nav-offset, 56px)) !important;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-text-layer,
  .home-hero-text-layer > *,
  .home-hero-visual img,
  .home-hero::before {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .home-card,
  .home-showcase-card,
  .home-rail-item {
    transition: none;
    transform: none !important;
  }
}
