/*
Theme Name: Nexus SARL
Theme URI: https://example.com/nexus-sarl
Author: Codex
Description: Thème bloc WordPress éditable pour NEXUS SARL, inspiré par une structure vitrine corporate avec en-tête et pied de page modifiables.
Version: 1.18.2
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: nexus-sarl
Tags: full-site-editing, block-patterns, business, services
*/

:root {
  --nexus-navy: #071b34;
  --nexus-blue: #0d3768;
  --nexus-royal: #3359b8;
  --nexus-teal: #03989e;
  --nexus-gold: #f8b51f;
  --nexus-ink: #102033;
  --nexus-muted: #5b6878;
  --nexus-line: #d9e4ea;
  --nexus-soft: #f4fafb;
  --nexus-white: #ffffff;
  --nexus-radius: 8px;
  --nexus-shadow: 0 18px 50px rgba(7, 27, 52, 0.12);
}

@keyframes nexusFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nexusSoftFloat {
  0%,
  100% {
    transform: translateY(0);
  }

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

@keyframes nexusGlowLine {
  0% {
    opacity: 0.7;
    transform: scaleX(0.45);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes nexusPageReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nexusButtonReady {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.nexus-elementor-shell,
.nexus-maquette-page,
.nexus-mock-section,
.nexus-section,
.nexus-page-hero,
.nexus-home-after-hero {
  animation: nexusPageReveal 620ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.nexus-mock-section:nth-of-type(2),
.nexus-section:nth-of-type(2),
.nexus-maquette-page:nth-of-type(2) {
  animation-delay: 90ms;
}

.nexus-mock-section:nth-of-type(3),
.nexus-section:nth-of-type(3),
.nexus-maquette-page:nth-of-type(3) {
  animation-delay: 160ms;
}

.nexus-maquette-card,
.nexus-home-service-card,
.nexus-team-card,
.nexus-director-card,
.nexus-value-card,
.nexus-faq-maquette-item,
.nexus-contact-form,
.nexus-map-panel,
.nexus-footer-card {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nexus-maquette-card:hover,
.nexus-home-service-card:hover,
.nexus-team-card:hover,
.nexus-director-card:hover,
.nexus-value-card:hover,
.nexus-faq-maquette-item:hover,
.nexus-contact-form:hover,
.nexus-map-panel:hover {
  transform: translateY(-4px);
}

.elementor-button,
.wp-block-button__link,
.nexus-btn,
.nexus-button a,
.nexus-header-cta a,
.nexus-footer-cta,
.nexus-menu-toggle,
.nexus-mobile-popup-toggle {
  animation: nexusButtonReady 420ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.elementor-button:hover,
.wp-block-button__link:hover,
.nexus-btn:hover,
.nexus-button a:hover,
.nexus-header-cta a:hover,
.nexus-footer-cta:hover {
  transform: translateY(-2px);
}

.elementor-button:active,
.wp-block-button__link:active,
.nexus-btn:active,
.nexus-button a:active,
.nexus-header-cta a:active,
.nexus-footer-cta:active,
.nexus-menu-toggle:active,
.nexus-mobile-popup-toggle:active {
  transform: translateY(0) scale(0.98);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@keyframes nexusHeroSlide {
  0%,
  29% {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }

  33%,
  96% {
    opacity: 0;
    transform: translateX(28px);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}

@keyframes nexusHeroProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--nexus-soft);
  color: var(--nexus-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input,
select,
textarea {
  letter-spacing: 0;
}

body.nexus-mobile-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-underline-offset: 4px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.wp-site-blocks {
  min-height: 100vh;
}

.nexus-elementor-shell {
  background: transparent;
  margin: 0;
  max-width: none;
  min-height: 40vh;
  overflow-x: clip;
  padding: 0;
  width: 100%;
}

.nexus-elementor-shell > .wp-block-post-content,
.nexus-elementor-shell .wp-block-post-content,
.nexus-elementor-shell .entry-content,
.nexus-elementor-shell .elementor {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.nexus-elementor-shell .wp-block-post-content > * {
  max-width: none;
}

.nexus-elementor-full-width,
.nexus-elementor-canvas-content {
  min-height: 100vh;
}

body.elementor-page .nexus-elementor-shell {
  color: inherit;
  font-family: inherit;
}

body.elementor-editor-active .nexus-elementor-shell :where(.nexus-card, .nexus-sector, .nexus-step, .nexus-value, .nexus-faq-item, .nexus-proof, .nexus-metric) {
  animation: none;
}

body.elementor-page .nexus-elementor-shell .elementor-section.nexus-section > .elementor-container,
body.elementor-page .nexus-elementor-shell .elementor-section.nexus-hero > .elementor-container,
body.elementor-page .nexus-elementor-shell .elementor-section.nexus-page-hero > .elementor-container {
  counter-reset: step;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}

body.elementor-page .nexus-elementor-shell .elementor-section.nexus-section,
body.elementor-page .nexus-elementor-shell .elementor-section.nexus-hero,
body.elementor-page .nexus-elementor-shell .elementor-section.nexus-page-hero {
  padding-left: 24px;
  padding-right: 24px;
}

body.elementor-page .nexus-elementor-shell .elementor-column.nexus-card,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-sector,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-value,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-faq-item,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-step,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-metric,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-proof,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-cta,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-contact-card,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-logo-panel {
  margin: 10px;
}

body.elementor-page .nexus-elementor-shell .elementor-column.nexus-card > .elementor-widget-wrap,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-sector > .elementor-widget-wrap,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-value > .elementor-widget-wrap,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-faq-item > .elementor-widget-wrap,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-step > .elementor-widget-wrap,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-metric > .elementor-widget-wrap,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-proof > .elementor-widget-wrap,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-cta > .elementor-widget-wrap,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-contact-card > .elementor-widget-wrap,
body.elementor-page .nexus-elementor-shell .elementor-column.nexus-logo-panel > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}

.nexus-site-header {
  background: var(--nexus-white);
  box-shadow: 0 12px 30px rgba(7, 27, 52, 0.08);
  position: sticky;
  top: 0;
  z-index: 30;
}

.nexus-topbar {
  background: var(--nexus-blue);
  color: var(--nexus-white);
  font-size: 0.86rem;
}

.nexus-topbar a {
  color: var(--nexus-white);
  text-decoration: none;
}

.nexus-topbar__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  min-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.nexus-topbar__item {
  margin: 0;
}

.nexus-mainbar {
  background: var(--nexus-white);
}

.nexus-mainbar__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  min-height: 96px;
  padding-left: 24px;
  padding-right: 24px;
}

.nexus-brand {
  align-items: center;
  flex: 0 0 auto;
  display: inline-flex;
  gap: 12px;
  max-width: min(230px, 34vw);
  text-decoration: none;
}

.nexus-brand__logo {
  display: block;
  height: auto;
  max-height: 64px;
  object-fit: contain;
  width: min(220px, 34vw);
}

.nexus-brand__mark {
  align-items: center;
  background: var(--nexus-navy);
  border-radius: var(--nexus-radius);
  color: var(--nexus-white);
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  margin: 0;
  min-width: 48px;
  position: relative;
}

.nexus-brand__mark::after {
  background: var(--nexus-gold);
  border-radius: 999px;
  content: "";
  height: 10px;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 10px;
}

.nexus-brand__text {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.nexus-brand__name {
  color: var(--nexus-navy);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}

.nexus-brand__tagline {
  color: var(--nexus-teal);
  font-size: 0.82rem;
  line-height: 1.2;
  margin: 3px 0 0;
}

.nexus-nav a {
  color: var(--nexus-ink);
  display: inline-flex;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.nexus-nav a:hover,
.nexus-nav .current-menu-item > a,
.nexus-nav .current_page_item > a,
.nexus-nav .current-menu-ancestor > a {
  color: var(--nexus-royal);
}

.nexus-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nexus-menu li {
  margin: 0;
  position: relative;
}

.nexus-menu .sub-menu {
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  border-radius: var(--nexus-radius);
  box-shadow: var(--nexus-shadow);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 220px;
  opacity: 0;
  padding: 12px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 14px);
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 50;
}

.nexus-menu li:hover > .sub-menu,
.nexus-menu li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nexus-menu .sub-menu a {
  border-radius: 6px;
  display: flex;
  padding: 10px 12px;
  width: 100%;
}

.nexus-menu .sub-menu a:hover {
  background: var(--nexus-soft);
}

.nexus-menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 46px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 46px;
  z-index: 80;
}

.nexus-menu-toggle__line {
  background: var(--nexus-navy);
  border-radius: 999px;
  display: block;
  height: 2px;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 21px;
}

.nexus-menu-toggle.is-active .nexus-menu-toggle__line--top,
.nexus-site-header.is-menu-open .nexus-menu-toggle__line--top {
  transform: translateY(3.5px) rotate(45deg);
}

.nexus-menu-toggle.is-active .nexus-menu-toggle__line--bottom,
.nexus-site-header.is-menu-open .nexus-menu-toggle__line--bottom {
  transform: translateY(-3.5px) rotate(-45deg);
}

.nexus-mobile-popup-toggle {
  align-items: center;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 6px;
  height: 46px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 46px;
  z-index: 80;
}

.nexus-mobile-popup-toggle span:not(.screen-reader-text) {
  background: var(--nexus-navy);
  border-radius: 999px;
  display: block;
  height: 3px;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 30px;
}

.nexus-mobile-popup-toggle.is-active span:not(.screen-reader-text):nth-last-of-type(2) {
  transform: translateY(4.5px) rotate(45deg);
}

.nexus-mobile-popup-toggle.is-active span:not(.screen-reader-text):last-of-type {
  transform: translateY(-4.5px) rotate(-45deg);
}

@media (max-width: 1080px) {
  .nexus-mobile-popup-toggle {
    display: inline-flex;
  }
}

.nexus-header-cta .wp-block-button__link,
.nexus-button .wp-block-button__link,
.nexus-outline-button .wp-block-button__link {
  border-radius: var(--nexus-radius);
  font-weight: 800;
  min-height: 48px;
  padding: 13px 22px;
}

.nexus-header-cta .wp-block-button__link,
.nexus-button .wp-block-button__link {
  background: var(--nexus-royal);
  color: var(--nexus-white);
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nexus-header-cta .wp-block-button__link:hover,
.nexus-button .wp-block-button__link:hover {
  background: var(--nexus-blue);
  box-shadow: 0 12px 28px rgba(51, 89, 184, 0.28);
  transform: translateY(-2px);
}

.nexus-outline-button .wp-block-button__link {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: var(--nexus-white);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nexus-outline-button .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.86);
  transform: translateY(-2px);
}

.nexus-section,
.nexus-hero {
  scroll-margin-top: 150px;
}

.nexus-hero {
  background:
    linear-gradient(90deg, rgba(7, 27, 52, 0.98) 0%, rgba(7, 27, 52, 0.92) 45%, rgba(3, 152, 158, 0.16) 100%),
    var(--nexus-navy);
  color: var(--nexus-white);
  overflow: hidden;
  padding: 66px 24px 50px;
  position: relative;
}

.nexus-hero-slider {
  min-height: 640px;
  padding-bottom: 0;
  padding-top: 0;
}

.nexus-hero-slider::before {
  background:
    radial-gradient(circle at 74% 42%, rgba(248, 181, 31, 0.2), transparent 18%),
    linear-gradient(120deg, transparent 0%, transparent 58%, rgba(3, 152, 158, 0.18) 58%, rgba(3, 152, 158, 0.18) 70%, transparent 70%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.nexus-hero.nexus-hero-slider::after {
  background: var(--nexus-white);
  border-radius: 999px;
  bottom: 44px;
  box-shadow: 24px 0 rgba(255, 255, 255, 0.34), 48px 0 rgba(255, 255, 255, 0.34);
  content: "";
  height: 9px;
  left: max(24px, calc((100vw - 1240px) / 2 + 24px));
  position: absolute;
  width: 9px;
  z-index: 4;
}

body.elementor-page .nexus-elementor-shell .nexus-hero-slider > .elementor-container {
  display: block;
  min-height: 640px;
  position: relative;
}

body.elementor-page .nexus-elementor-shell .nexus-hero-slider .nexus-hero-slide {
  align-items: center;
  display: flex;
  inset: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100% !important;
  z-index: 2;
}

body.elementor-page .nexus-elementor-shell .nexus-hero-slider .nexus-hero-slide > .elementor-widget-wrap {
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
  min-height: 640px;
  padding: 88px 0 112px !important;
  position: relative;
  z-index: 2;
}

body.elementor-page .nexus-elementor-shell .nexus-hero-slider .nexus-hero-slide::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    url("assets/images/nexus-logo.jpg") center / 72% auto no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: var(--nexus-radius);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  content: "";
  height: min(390px, 68%);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(390px, 34vw);
  z-index: 1;
}

body.elementor-page .nexus-elementor-shell .nexus-hero-slider .nexus-hero-slide--one {
  animation: nexusHeroSlide 18s infinite;
}

body.elementor-page .nexus-elementor-shell .nexus-hero-slider .nexus-hero-slide--two {
  animation: nexusHeroSlide 18s 6s infinite;
}

body.elementor-page .nexus-elementor-shell .nexus-hero-slider .nexus-hero-slide--three {
  animation: nexusHeroSlide 18s 12s infinite;
}

body.elementor-page .nexus-elementor-shell .nexus-hero-slider .nexus-hero-slide--two::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(3, 152, 158, 0.18), transparent 46%),
    url("assets/images/nexus-logo.jpg") center / 68% auto no-repeat;
}

body.elementor-page .nexus-elementor-shell .nexus-hero-slider .nexus-hero-slide--three::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(248, 181, 31, 0.2), transparent 48%),
    url("assets/images/nexus-logo.jpg") center / 68% auto no-repeat;
}

body.elementor-page .nexus-elementor-shell .nexus-hero-slider .nexus-hero-slide > .elementor-widget-wrap::after {
  background: rgba(255, 255, 255, 0.28);
  bottom: 76px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 210px;
}

body.elementor-page .nexus-elementor-shell .nexus-hero-slider .nexus-hero-slide > .elementor-widget-wrap::before {
  animation: nexusHeroProgress 6s linear infinite;
  background: var(--nexus-gold);
  bottom: 76px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform-origin: left center;
  width: 210px;
  z-index: 2;
}

.nexus-hero::after {
  background: var(--nexus-teal);
  content: "";
  height: 120%;
  opacity: 0.14;
  position: absolute;
  right: 12%;
  top: -10%;
  transform: skewX(-18deg);
  width: 130px;
}

.nexus-hero__grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.8fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  position: relative;
  width: min(100%, 1240px);
  z-index: 1;
}

.nexus-eyebrow {
  color: var(--nexus-gold);
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.nexus-hero h1 {
  color: var(--nexus-white);
  font-size: clamp(2.75rem, 5vw, 4.4rem);
  line-height: 0.98;
  margin-bottom: 22px;
}

body.elementor-page .nexus-elementor-shell .nexus-hero-slider .elementor-heading-title {
  color: var(--nexus-white);
}

body.elementor-page .nexus-elementor-shell .nexus-hero-slider .nexus-eyebrow .elementor-heading-title {
  color: var(--nexus-gold);
}

body.elementor-page .nexus-elementor-shell .nexus-hero-slider .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.78);
}

body.elementor-page .nexus-elementor-shell .nexus-hero-slider .nexus-hero__lead {
  color: rgba(255, 255, 255, 0.92);
}

.nexus-hero__lead {
  border-left: 4px solid var(--nexus-teal);
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.35rem;
  font-weight: 650;
  line-height: 1.48;
  margin: 0 0 18px;
  max-width: 760px;
  padding-left: 22px;
}

.nexus-hero__copy {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: 690px;
}

.nexus-hero__actions {
  gap: 14px;
  margin-top: 30px;
}

.nexus-page-hero {
  --nexus-page-hero-image: url("assets/images/nexus-services-visual.jpg");
  background:
    linear-gradient(90deg, rgba(7, 27, 52, 0.96) 0%, rgba(7, 27, 52, 0.88) 48%, rgba(3, 152, 158, 0.28) 100%),
    var(--nexus-page-hero-image) center / cover no-repeat,
    var(--nexus-navy);
  color: var(--nexus-white);
  overflow: hidden;
  padding: 104px 24px 110px;
  position: relative;
}

.nexus-page-hero--services {
  --nexus-page-hero-image: url("assets/images/nexus-services-visual.jpg");
}

.nexus-page-hero--sectors {
  --nexus-page-hero-image: url("assets/images/nexus-secteurs-visual.jpg");
}

.nexus-page-hero--values {
  --nexus-page-hero-image: url("assets/images/nexus-valeurs-visual.jpg");
}

.nexus-page-hero::before {
  background:
    linear-gradient(120deg, transparent 0%, transparent 58%, rgba(248, 181, 31, 0.18) 58%, rgba(248, 181, 31, 0.18) 66%, transparent 66%),
    linear-gradient(120deg, transparent 0%, transparent 64%, rgba(3, 152, 158, 0.24) 64%, rgba(3, 152, 158, 0.24) 76%, transparent 76%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.nexus-page-hero::after {
  background: var(--nexus-gold);
  bottom: 0;
  content: "";
  height: 5px;
  left: max(24px, calc((100vw - 1240px) / 2 + 24px));
  position: absolute;
  width: min(280px, calc(100% - 48px));
  z-index: 1;
}

.nexus-page-hero .nexus-section-inner,
.nexus-page-hero > .alignwide,
body.elementor-page .nexus-elementor-shell .nexus-page-hero > .elementor-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  position: relative;
  width: min(100%, 1240px);
  z-index: 1;
}

.nexus-page-hero .nexus-eyebrow {
  color: var(--nexus-gold);
  margin-top: 28px;
}

.nexus-page-hero h1,
.nexus-page-hero .elementor-heading-title {
  color: var(--nexus-white);
}

.nexus-page-hero h1 {
  font-size: clamp(3rem, 5vw, 5.15rem);
  line-height: 0.98;
  margin-bottom: 22px;
  max-width: 850px;
}

.nexus-page-hero .nexus-section__intro,
body.elementor-page .nexus-elementor-shell .nexus-page-hero .nexus-section__intro,
body.elementor-page .nexus-elementor-shell .nexus-page-hero .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.82);
}

.nexus-page-hero .nexus-section__intro {
  font-size: 1.12rem;
  max-width: 760px;
}

.nexus-breadcrumb,
.nexus-breadcrumb__nav {
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  font-weight: 750;
  gap: 10px;
  margin: 0;
}

.nexus-breadcrumb nav,
.nexus-breadcrumb__nav {
  width: 100%;
}

.nexus-breadcrumb a,
.nexus-breadcrumb__nav a {
  color: var(--nexus-white);
  text-decoration: none;
}

.nexus-breadcrumb a:hover,
.nexus-breadcrumb__nav a:hover {
  color: var(--nexus-gold);
}

.nexus-breadcrumb span[aria-hidden="true"],
.nexus-breadcrumb__nav span[aria-hidden="true"] {
  color: var(--nexus-gold);
}

.nexus-logo-panel {
  background: var(--nexus-white);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--nexus-radius);
  box-shadow: var(--nexus-shadow);
  padding: 22px;
}

.nexus-logo-panel img {
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.nexus-proof-row {
  display: grid;
  gap: 14px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.nexus-proof {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--nexus-radius);
  color: var(--nexus-white);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 118px;
  padding: 16px;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nexus-proof-title {
  color: var(--nexus-white);
  display: block;
  font-size: 1.45rem;
  line-height: 1.1;
  margin: 0;
}

.nexus-proof-text {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  font-size: 0.86rem;
  margin-top: 4px;
}

.nexus-section {
  padding: 72px 24px;
}

.nexus-section-inner,
.nexus-section > .alignwide,
.nexus-section > .wp-block-group.alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  width: min(100%, 1240px);
}

.nexus-section--white {
  background: var(--nexus-white);
}

.nexus-section--soft {
  background: var(--nexus-soft);
}

.nexus-section--dark {
  background: var(--nexus-navy);
  color: var(--nexus-white);
}

.nexus-section--blue {
  background: #eef8fa;
}

.nexus-section h1 {
  color: var(--nexus-navy);
  font-size: 3.05rem;
  line-height: 1.04;
  margin-bottom: 18px;
}

.nexus-section h2 {
  color: var(--nexus-navy);
  font-size: 2.55rem;
  line-height: 1.08;
  margin-bottom: 18px;
}

.nexus-section h1 + p,
.nexus-section h2 + p {
  margin-top: 0;
}

.nexus-section--dark h2,
.nexus-section--dark h3 {
  color: var(--nexus-white);
}

.nexus-section p {
  line-height: 1.72;
}

.nexus-section__intro {
  color: #334357;
  font-size: 1.06rem;
  font-weight: 650;
  max-width: 780px;
}

.nexus-page-visual {
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  border-radius: var(--nexus-radius);
  box-shadow: var(--nexus-shadow);
  margin: 32px 0 0;
  max-width: 1040px;
  overflow: hidden;
  position: relative;
}

.nexus-page-visual img {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.nexus-section--blue .nexus-page-visual {
  border-color: rgba(3, 152, 158, 0.24);
  box-shadow: 0 18px 50px rgba(7, 27, 52, 0.16);
}

body.elementor-page .nexus-elementor-shell .nexus-page-visual {
  margin-top: 32px;
  width: min(100%, 1040px);
}

body.elementor-page .nexus-elementor-shell .nexus-page-visual img {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--nexus-line);
  border-radius: var(--nexus-radius);
  box-shadow: var(--nexus-shadow);
  display: block;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.nexus-two-col {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
}

.nexus-highlight-list {
  border-left: 4px solid var(--nexus-teal);
  padding-left: 22px;
}

.nexus-highlight-list li {
  margin-bottom: 10px;
}

.nexus-metric-strip {
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  border-radius: var(--nexus-radius);
  box-shadow: var(--nexus-shadow);
  display: grid;
  gap: 0;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.nexus-metric {
  border-right: 1px solid var(--nexus-line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 168px;
  padding: 26px;
  position: relative;
}

.nexus-metric::before {
  background: var(--nexus-teal);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.nexus-metric:last-child {
  border-right: 0;
}

.nexus-metric-title {
  color: var(--nexus-teal);
  display: block;
  font-size: 2.3rem;
  line-height: 1;
  margin: 0;
}

.nexus-metric-text {
  color: var(--nexus-muted);
  display: block;
  line-height: 1.45;
  margin-top: 10px;
}

.nexus-metric h3 {
  color: var(--nexus-teal);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 12px;
  min-height: 0;
}

.nexus-card-grid {
  display: grid;
  gap: 22px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.nexus-card,
.nexus-sector,
.nexus-step,
.nexus-value,
.nexus-faq-item {
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  border-radius: var(--nexus-radius);
  box-shadow: 0 12px 34px rgba(7, 27, 52, 0.07);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  min-height: 190px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nexus-card::before,
.nexus-sector::before,
.nexus-value::before,
.nexus-faq-item::before {
  background: var(--nexus-teal);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: left center;
}

.nexus-card:nth-child(2n)::before,
.nexus-sector:nth-child(2n)::before,
.nexus-value:nth-child(2n)::before,
.nexus-faq-item:nth-child(2n)::before {
  background: var(--nexus-gold);
}

.nexus-card h3,
.nexus-sector h3,
.nexus-step h3,
.nexus-value h3,
.nexus-faq-item h3 {
  color: var(--nexus-navy);
  font-size: 1.24rem;
  line-height: 1.25;
  margin-bottom: 10px;
  min-height: 0;
}

.nexus-card p,
.nexus-sector p,
.nexus-step p,
.nexus-value p,
.nexus-faq-item p {
  color: var(--nexus-muted);
  margin-bottom: 0;
}

body.elementor-page .nexus-elementor-shell .elementor-widget-heading,
body.elementor-page .nexus-elementor-shell .elementor-widget-text-editor {
  margin-bottom: 0;
}

body.elementor-page .nexus-elementor-shell .nexus-card .elementor-widget-heading,
body.elementor-page .nexus-elementor-shell .nexus-sector .elementor-widget-heading,
body.elementor-page .nexus-elementor-shell .nexus-value .elementor-widget-heading,
body.elementor-page .nexus-elementor-shell .nexus-faq-item .elementor-widget-heading,
body.elementor-page .nexus-elementor-shell .nexus-step .elementor-widget-heading,
body.elementor-page .nexus-elementor-shell .nexus-metric .elementor-widget-heading {
  margin-bottom: 10px;
}

body.elementor-page .nexus-elementor-shell .nexus-card .elementor-widget-text-editor,
body.elementor-page .nexus-elementor-shell .nexus-sector .elementor-widget-text-editor,
body.elementor-page .nexus-elementor-shell .nexus-value .elementor-widget-text-editor,
body.elementor-page .nexus-elementor-shell .nexus-faq-item .elementor-widget-text-editor,
body.elementor-page .nexus-elementor-shell .nexus-step .elementor-widget-text-editor,
body.elementor-page .nexus-elementor-shell .nexus-metric .elementor-widget-text-editor {
  margin-top: 0;
}

body.elementor-page .nexus-elementor-shell .nexus-section:not(.nexus-hero) .elementor-heading-title {
  color: var(--nexus-navy);
}

body.elementor-page .nexus-elementor-shell .nexus-section:not(.nexus-hero) .elementor-widget-text-editor {
  color: var(--nexus-muted);
}

body.elementor-page .nexus-elementor-shell .nexus-section:not(.nexus-hero) .nexus-section__intro {
  color: #334357;
}

body.elementor-page .nexus-elementor-shell .nexus-section .nexus-eyebrow .elementor-heading-title,
body.elementor-page .nexus-elementor-shell .nexus-section .elementor-widget.nexus-eyebrow .elementor-heading-title {
  color: var(--nexus-gold);
}

body.elementor-page .nexus-elementor-shell .nexus-metric .elementor-heading-title {
  color: var(--nexus-teal);
}

body.elementor-page .nexus-elementor-shell .nexus-contact-card .elementor-heading-title {
  color: var(--nexus-white);
}

body.elementor-page .nexus-elementor-shell .nexus-contact-card .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.78);
}

body.elementor-page .nexus-elementor-shell .nexus-card .elementor-widget-wrap,
body.elementor-page .nexus-elementor-shell .nexus-sector .elementor-widget-wrap,
body.elementor-page .nexus-elementor-shell .nexus-value .elementor-widget-wrap,
body.elementor-page .nexus-elementor-shell .nexus-faq-item .elementor-widget-wrap,
body.elementor-page .nexus-elementor-shell .nexus-step .elementor-widget-wrap {
  gap: 8px;
}

body.elementor-page .nexus-elementor-shell .nexus-section .elementor-button {
  border-radius: var(--nexus-radius);
  font-weight: 800;
  min-height: 48px;
  padding: 13px 22px;
}

body.elementor-page .nexus-elementor-shell .nexus-button .elementor-button {
  background: var(--nexus-royal);
  color: var(--nexus-white);
}

body.elementor-page .nexus-elementor-shell .nexus-button .elementor-button:hover {
  background: var(--nexus-blue);
}

.nexus-sector-grid,
.nexus-value-grid,
.nexus-step-grid,
.nexus-faq-grid {
  display: grid;
  gap: 20px;
  grid-auto-rows: 1fr;
  margin-top: 34px;
}

.nexus-sector-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nexus-value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nexus-step-grid {
  counter-reset: step;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nexus-step {
  min-height: 235px;
  position: relative;
}

.nexus-step::before {
  background: var(--nexus-navy);
  border-radius: 999px;
  color: var(--nexus-white);
  content: counter(step);
  counter-increment: step;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  line-height: 34px;
  margin-bottom: 18px;
  width: 34px;
}

.nexus-fiscal-panel {
  background: var(--nexus-navy);
  border-radius: var(--nexus-radius);
  color: var(--nexus-white);
  padding: 36px;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.nexus-fiscal-panel h2 {
  color: var(--nexus-white);
}

.nexus-fiscal-panel p,
.nexus-section--dark .nexus-section__intro {
  color: rgba(255, 255, 255, 0.78);
}

.nexus-fiscal-panel ul {
  margin-bottom: 0;
}

.nexus-fiscal-panel li {
  margin-bottom: 9px;
}

.nexus-cta {
  background: var(--nexus-white);
  border-left: 6px solid var(--nexus-gold);
  border-radius: var(--nexus-radius);
  box-shadow: var(--nexus-shadow);
  padding: 38px;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.nexus-contact-grid {
  align-items: stretch;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
}

.nexus-contact-card {
  background: var(--nexus-navy);
  border-radius: var(--nexus-radius);
  color: var(--nexus-white);
  padding: 34px;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.nexus-contact-card a {
  color: var(--nexus-white);
}

.nexus-contact-card h3,
.nexus-contact-card .elementor-heading-title {
  color: var(--nexus-white);
}

.nexus-contact-card p {
  color: rgba(255, 255, 255, 0.78);
}

.nexus-site-footer {
  background: #061528;
  color: var(--nexus-white);
  padding: 58px 24px 26px;
}

.nexus-footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: 1.2fr 0.8fr 1fr 0.8fr;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}

.nexus-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nexus-footer-menu li {
  margin-bottom: 9px;
}

.nexus-site-footer h2,
.nexus-site-footer h3 {
  color: var(--nexus-white);
}

.nexus-site-footer p,
.nexus-site-footer li {
  color: rgba(255, 255, 255, 0.74);
}

.nexus-site-footer a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.nexus-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-top: 18px;
}

@media (prefers-reduced-motion: no-preference) {
  .nexus-hero .nexus-eyebrow,
  .nexus-hero h1,
  .nexus-hero__lead,
  .nexus-hero__copy,
  .nexus-hero__actions,
  .nexus-page-hero .nexus-section-inner,
  .nexus-logo-panel,
  .nexus-proof,
  .nexus-section > .wp-block-group,
  .nexus-page-visual,
  .nexus-metric,
  .nexus-card,
  .nexus-sector,
  .nexus-value,
  .nexus-step,
  .nexus-faq-item,
  .nexus-cta,
  .nexus-contact-card {
    animation: nexusFadeUp 720ms ease both;
  }

  .nexus-hero h1 {
    animation-delay: 90ms;
  }

  .nexus-hero__lead {
    animation-delay: 160ms;
  }

  .nexus-hero__copy {
    animation-delay: 230ms;
  }

  .nexus-hero__actions {
    animation-delay: 300ms;
  }

  .nexus-logo-panel {
    animation: nexusFadeUp 780ms ease 180ms both, nexusSoftFloat 6s ease-in-out 1s infinite;
  }

  .nexus-proof:nth-child(2),
  .nexus-metric:nth-child(2),
  .nexus-card:nth-child(2),
  .nexus-sector:nth-child(2),
  .nexus-value:nth-child(2),
  .nexus-step:nth-child(2),
  .nexus-faq-item:nth-child(2) {
    animation-delay: 90ms;
  }

  .nexus-proof:nth-child(3),
  .nexus-metric:nth-child(3),
  .nexus-card:nth-child(3),
  .nexus-sector:nth-child(3),
  .nexus-value:nth-child(3),
  .nexus-step:nth-child(3),
  .nexus-faq-item:nth-child(3) {
    animation-delay: 160ms;
  }

  .nexus-metric:nth-child(4),
  .nexus-card:nth-child(4),
  .nexus-sector:nth-child(4),
  .nexus-step:nth-child(4) {
    animation-delay: 230ms;
  }

  .nexus-card:nth-child(5),
  .nexus-value:nth-child(5) {
    animation-delay: 300ms;
  }

  .nexus-card:nth-child(6),
  .nexus-value:nth-child(6) {
    animation-delay: 370ms;
  }

  .nexus-card::before,
  .nexus-sector::before,
  .nexus-value::before,
  .nexus-faq-item::before,
  .nexus-metric::before {
    animation: nexusGlowLine 620ms ease both;
  }

  .nexus-proof:hover,
  .nexus-card:hover,
  .nexus-sector:hover,
  .nexus-value:hover,
  .nexus-step:hover,
  .nexus-faq-item:hover,
  .nexus-cta:hover,
  .nexus-contact-card:hover,
  .nexus-page-visual:hover,
  .nexus-fiscal-panel:hover {
    box-shadow: 0 18px 46px rgba(7, 27, 52, 0.14);
    transform: translateY(-6px);
  }

  .nexus-proof:hover {
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.34);
  }
}

@media (max-width: 1080px) {
  .nexus-card-grid,
  .nexus-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nexus-sector-grid,
  .nexus-step-grid,
  .nexus-metric-strip,
  .nexus-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nexus-metric:nth-child(2n) {
    border-right: 0;
  }

  .nexus-site-header {
    position: sticky;
    top: 0;
  }

  .nexus-topbar {
    display: none;
  }

  .nexus-mainbar__inner {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: space-between;
    min-height: 74px;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
  }

  .nexus-brand {
    min-width: 0;
    max-width: min(190px, 48vw);
  }

  .nexus-brand__logo {
    max-height: 50px;
    width: min(180px, 48vw);
  }

  .nexus-brand__mark {
    height: 42px;
    min-width: 42px;
  }

  .nexus-brand__name {
    font-size: 1rem;
  }

  .nexus-brand__tagline {
    font-size: 0.74rem;
  }

  .nexus-menu-toggle {
    display: inline-flex;
  }

  .nexus-nav {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--nexus-line);
    border-radius: var(--nexus-radius);
    box-shadow: 0 28px 70px rgba(7, 27, 52, 0.22);
    left: 20px;
    max-height: calc(100vh - 96px);
    opacity: 0;
    overflow-y: auto;
    padding: 16px;
    pointer-events: none;
    position: fixed;
    right: 20px;
    text-align: left;
    top: 84px;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
    visibility: hidden;
    width: auto;
    z-index: 70;
  }

  .nexus-nav::before {
    background:
      linear-gradient(135deg, rgba(3, 152, 158, 0.12), transparent 44%),
      linear-gradient(315deg, rgba(248, 181, 31, 0.14), transparent 38%);
    border-radius: var(--nexus-radius);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
  }

  .nexus-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .nexus-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .nexus-menu li {
    width: 100%;
  }

  .nexus-nav a {
    align-items: center;
    border-radius: 7px;
    color: var(--nexus-navy);
    display: flex;
    font-size: 1.02rem;
    justify-content: flex-start;
    min-height: 48px;
    padding: 13px 14px;
    width: 100%;
  }

  .nexus-nav a:hover,
  .nexus-nav .current-menu-item > a,
  .nexus-nav .current_page_item > a,
  .nexus-nav .current-menu-ancestor > a {
    background: var(--nexus-soft);
    color: var(--nexus-royal);
  }

  .nexus-menu .sub-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 2px;
    min-width: 0;
    opacity: 1;
    padding: 0 0 0 12px;
    pointer-events: auto;
    position: static;
    transform: none;
    width: 100%;
  }

  .nexus-menu .sub-menu a {
    color: var(--nexus-muted);
    font-size: 0.95rem;
    min-height: 42px;
    padding: 10px 12px;
  }

  .nexus-site-header .wp-block-navigation.nexus-nav {
    background: transparent;
    border: 0;
    box-shadow: none;
    left: auto;
    opacity: 1;
    overflow: visible;
    padding: 0;
    pointer-events: auto;
    position: static;
    right: auto;
    top: auto;
    transform: none;
    visibility: visible;
    width: auto;
  }

  .nexus-site-header .wp-block-navigation.nexus-nav::before {
    content: none;
  }

  .nexus-site-header .wp-block-navigation__responsive-container-open {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--nexus-navy);
    display: inline-flex !important;
    height: 46px;
    justify-content: center;
    padding: 0;
    width: 46px;
  }

  .nexus-site-header .wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    height: 26px;
    width: 26px;
  }

  .nexus-site-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .nexus-site-header .wp-block-navigation__responsive-container.is-menu-open {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--nexus-line);
    border-radius: var(--nexus-radius);
    box-shadow: 0 28px 70px rgba(7, 27, 52, 0.22);
    bottom: auto;
    color: var(--nexus-navy);
    left: 20px;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    padding: 18px;
    position: fixed;
    right: 20px;
    text-align: left;
    top: 84px;
    width: auto;
    z-index: 90;
  }

  .nexus-site-header .wp-block-navigation__responsive-container-close {
    color: var(--nexus-navy);
    right: 18px;
    top: 18px;
  }

  .nexus-site-header .wp-block-navigation__responsive-container-content {
    padding-top: 42px;
    text-align: left;
  }

  .nexus-site-header .wp-block-navigation__container {
    align-items: flex-start;
    gap: 6px !important;
    width: 100%;
  }

  .nexus-site-header .wp-block-navigation-item {
    width: 100%;
  }

  .nexus-site-header .wp-block-navigation-item__content {
    border-radius: 7px;
    color: var(--nexus-navy);
    display: flex;
    font-size: 1.02rem;
    font-weight: 800;
    justify-content: flex-start;
    min-height: 48px;
    padding: 13px 14px;
    width: 100%;
  }

  .nexus-site-header .wp-block-navigation-item__content:hover {
    background: var(--nexus-soft);
    color: var(--nexus-royal);
  }
}

@media (max-width: 780px) {
  .nexus-site-header {
    position: sticky;
    top: 0;
  }

  .nexus-topbar {
    display: none;
  }

  .nexus-mainbar__inner {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: flex-start;
    min-height: 74px;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
  }

  .nexus-brand {
    min-width: 0;
    max-width: min(172px, 54vw);
  }

  .nexus-brand__logo {
    max-height: 48px;
    width: min(164px, 54vw);
  }

  .nexus-brand__mark {
    height: 42px;
    min-width: 42px;
  }

  .nexus-brand__name {
    font-size: 1rem;
  }

  .nexus-brand__tagline {
    font-size: 0.74rem;
  }

  .nexus-menu-toggle {
    display: inline-flex;
  }

  .nexus-nav {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--nexus-line);
    border-radius: var(--nexus-radius);
    box-shadow: 0 28px 70px rgba(7, 27, 52, 0.22);
    left: 20px;
    max-height: calc(100vh - 96px);
    opacity: 0;
    overflow-y: auto;
    padding: 16px;
    pointer-events: none;
    position: fixed;
    right: 20px;
    top: 84px;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
    visibility: hidden;
    width: auto;
    z-index: 70;
  }

  .nexus-nav::before {
    background:
      linear-gradient(135deg, rgba(3, 152, 158, 0.12), transparent 44%),
      linear-gradient(315deg, rgba(248, 181, 31, 0.14), transparent 38%);
    border-radius: var(--nexus-radius);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
  }

  .nexus-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .nexus-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .nexus-menu li {
    width: 100%;
  }

  .nexus-nav a {
    align-items: center;
    border-radius: 7px;
    color: var(--nexus-navy);
    display: flex;
    font-size: 1.02rem;
    justify-content: flex-start;
    min-height: 48px;
    padding: 13px 14px;
    width: 100%;
  }

  .nexus-nav a:hover,
  .nexus-nav .current-menu-item > a,
  .nexus-nav .current_page_item > a,
  .nexus-nav .current-menu-ancestor > a {
    background: var(--nexus-soft);
    color: var(--nexus-royal);
  }

  .nexus-menu .sub-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 2px;
    min-width: 0;
    opacity: 1;
    padding: 0 0 0 12px;
    pointer-events: auto;
    position: static;
    transform: none;
    width: 100%;
  }

  .nexus-menu .sub-menu a {
    color: var(--nexus-muted);
    font-size: 0.95rem;
    min-height: 42px;
    padding: 10px 12px;
  }

  .nexus-header-cta {
    display: none;
  }

  .nexus-hero {
    padding: 46px 20px 38px;
  }

  .nexus-hero-slider {
    padding: 0 20px;
  }

  .nexus-page-hero {
    background-position: center;
    padding: 72px 20px 78px;
  }

  .nexus-page-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.45rem);
  }

  .nexus-page-hero .nexus-eyebrow {
    margin-top: 22px;
  }

  .nexus-breadcrumb,
  .nexus-breadcrumb__nav {
    font-size: 0.84rem;
    gap: 8px;
  }

  .nexus-hero-slider,
  body.elementor-page .nexus-elementor-shell .nexus-hero-slider > .elementor-container,
  body.elementor-page .nexus-elementor-shell .nexus-hero-slider .nexus-hero-slide > .elementor-widget-wrap {
    min-height: 560px;
  }

  body.elementor-page .nexus-elementor-shell .nexus-hero-slider .nexus-hero-slide > .elementor-widget-wrap {
    padding: 72px 0 96px !important;
  }

  body.elementor-page .nexus-elementor-shell .nexus-hero-slider .nexus-hero-slide::after {
    display: none;
  }

  .nexus-hero__grid,
  .nexus-two-col,
  .nexus-contact-grid {
    grid-template-columns: 1fr;
  }

  .nexus-hero__lead {
    font-size: 1.08rem;
  }

  .nexus-proof-row,
  .nexus-card-grid,
  .nexus-sector-grid,
  .nexus-value-grid,
  .nexus-step-grid,
  .nexus-metric-strip,
  .nexus-footer-grid,
  .nexus-faq-grid {
    grid-template-columns: 1fr;
  }

  .nexus-metric,
  .nexus-metric:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid var(--nexus-line);
  }

  .nexus-metric:last-child {
    border-bottom: 0;
  }

  .nexus-section {
    padding: 56px 20px;
  }

  .nexus-section h2 {
    font-size: 2rem;
  }

  .nexus-section h1 {
    font-size: 2.35rem;
  }

  body.elementor-page .nexus-elementor-shell .elementor-column.nexus-card,
  body.elementor-page .nexus-elementor-shell .elementor-column.nexus-sector,
  body.elementor-page .nexus-elementor-shell .elementor-column.nexus-value,
  body.elementor-page .nexus-elementor-shell .elementor-column.nexus-faq-item,
  body.elementor-page .nexus-elementor-shell .elementor-column.nexus-step,
  body.elementor-page .nexus-elementor-shell .elementor-column.nexus-metric,
  body.elementor-page .nexus-elementor-shell .elementor-column.nexus-proof,
  body.elementor-page .nexus-elementor-shell .elementor-column.nexus-cta,
  body.elementor-page .nexus-elementor-shell .elementor-column.nexus-contact-card,
  body.elementor-page .nexus-elementor-shell .elementor-column.nexus-logo-panel {
    margin: 10px 0;
    width: 100% !important;
  }

  .nexus-card,
  .nexus-sector,
  .nexus-step,
  .nexus-value,
  .nexus-faq-item {
    min-height: auto;
  }

  .nexus-card h3,
  .nexus-sector h3,
  .nexus-step h3,
  .nexus-value h3,
  .nexus-faq-item h3 {
    min-height: 0;
  }
}

body.elementor-editor-active .nexus-elementor-shell .nexus-hero-slider,
body.elementor-editor-active .nexus-elementor-shell .nexus-hero-slider > .elementor-container {
  min-height: auto;
}

body.elementor-editor-active .nexus-elementor-shell .nexus-hero-slider > .elementor-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.elementor-editor-active .nexus-elementor-shell .nexus-hero-slider .nexus-hero-slide {
  animation: none !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--nexus-radius);
  opacity: 1;
  position: relative !important;
  visibility: visible;
}

body.elementor-editor-active .nexus-elementor-shell .nexus-hero-slider .nexus-hero-slide > .elementor-widget-wrap {
  min-height: auto;
  padding: 34px !important;
}

body.elementor-editor-active .nexus-elementor-shell .nexus-hero-slider .nexus-hero-slide::after,
body.elementor-editor-active .nexus-elementor-shell .nexus-hero.nexus-hero-slider::after {
  display: none;
}

/* Maquette NEXUS 2026 */
.nexus-site-header {
  border-bottom: 1px solid rgba(217, 228, 234, 0.9);
  box-shadow: 0 8px 24px rgba(7, 27, 52, 0.06);
}

.nexus-mainbar__inner {
  flex-wrap: nowrap;
  gap: 24px;
  min-height: 88px;
}

.nexus-brand {
  order: 1;
  max-width: 260px;
}

.nexus-brand__logo {
  max-height: 72px;
  width: 248px;
}

.nexus-nav {
  flex: 1 1 auto;
  order: 2;
}

.nexus-menu {
  justify-content: center;
}

.nexus-header-phone {
  align-items: center;
  color: var(--nexus-teal);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.02rem;
  font-weight: 850;
  gap: 11px;
  order: 3;
  text-decoration: none;
  white-space: nowrap;
}

.nexus-header-cta {
  order: 4;
}

.nexus-menu-toggle {
  order: 5;
}

.nexus-header-phone__icon {
  align-items: center;
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(7, 27, 52, 0.08);
  color: var(--nexus-teal);
  display: inline-flex;
  font-size: 1.12rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.nexus-maquette-elementor,
body.elementor-page .nexus-elementor-shell .nexus-maquette-elementor {
  padding: 0 !important;
}

body.elementor-page .nexus-elementor-shell .nexus-maquette-elementor > .elementor-container {
  display: block;
  max-width: none;
  width: 100%;
}

body.elementor-page .nexus-elementor-shell .nexus-maquette-elementor .elementor-column,
body.elementor-page .nexus-elementor-shell .nexus-maquette-elementor .elementor-widget-html {
  width: 100% !important;
}

body.elementor-page .nexus-elementor-shell .nexus-maquette-elementor .elementor-widget-wrap {
  display: block;
  padding: 0 !important;
}

.nexus-maquette-page {
  background: #f7fbfc;
  color: var(--nexus-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}

.nexus-mock-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1420px;
  padding-left: 38px;
  padding-right: 38px;
  width: 100%;
}

.nexus-mock-section {
  background: var(--nexus-white);
  padding: 64px 0;
}

.nexus-mock-section--soft {
  background: #f6fafb;
}

.nexus-eyebrow,
.nexus-section-heading .nexus-eyebrow {
  color: var(--nexus-gold);
  display: block;
  font-size: 0.9rem;
  font-weight: 900;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.nexus-section-heading {
  margin: 0 auto 34px;
  max-width: 820px;
  text-align: center;
}

.nexus-section-heading h2 {
  color: var(--nexus-navy);
  font-size: 2.15rem;
  line-height: 1.12;
  margin: 0;
}

.nexus-section-heading i,
.nexus-mock-hero__content i,
.nexus-about-lead h1 + i,
.nexus-contact-top h1 + i,
.nexus-values-hero__copy i {
  background: var(--nexus-gold);
  display: block;
  height: 4px;
  margin: 18px 0 0;
  width: 72px;
}

.nexus-section-heading i {
  margin-left: auto;
  margin-right: auto;
}

.nexus-section-heading p {
  color: var(--nexus-muted);
  font-size: 1rem;
  line-height: 1.65;
  margin: 16px auto 0;
  max-width: 760px;
}

.nexus-mock-hero {
  background:
    linear-gradient(90deg, rgba(2, 14, 31, 0.98) 0%, rgba(2, 14, 31, 0.92) 42%, rgba(2, 14, 31, 0.34) 64%, rgba(2, 14, 31, 0.04) 100%),
    var(--nexus-hero-image) center right / cover no-repeat,
    var(--nexus-navy);
  color: var(--nexus-white);
  min-height: 520px;
  position: relative;
}

.nexus-mock-hero .nexus-mock-wrap {
  align-items: center;
  display: flex;
  min-height: 520px;
}

.nexus-mock-hero__content {
  max-width: 610px;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.nexus-mock-hero h1 {
  color: var(--nexus-white);
  font-size: 3.15rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.nexus-mock-hero mark,
.nexus-about-lead mark,
.nexus-values-hero mark,
.nexus-contact-top mark {
  background: transparent;
  color: var(--nexus-teal);
}

.nexus-mock-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.17rem;
  line-height: 1.65;
  margin: 28px 0 0;
  max-width: 520px;
}

.nexus-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 34px;
  max-width: 340px;
}

.nexus-btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  gap: 12px;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  text-decoration: none;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nexus-btn:hover {
  transform: translateY(-2px);
}

.nexus-btn--gold {
  background: var(--nexus-gold);
  color: var(--nexus-navy);
}

.nexus-btn--gold:hover {
  box-shadow: 0 12px 26px rgba(248, 181, 31, 0.28);
}

.nexus-btn--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: var(--nexus-white);
}

.nexus-btn--teal {
  background: var(--nexus-teal);
  color: var(--nexus-white);
}

.nexus-ui-icon {
  align-items: center;
  background: #eaf8f8;
  border-radius: 999px;
  color: var(--nexus-teal);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 950;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.nexus-ui-icon--gold {
  background: rgba(248, 181, 31, 0.16);
  color: var(--nexus-gold);
}

.nexus-ui-icon--green {
  background: rgba(29, 190, 85, 0.15);
  color: #1db954;
}

.nexus-service-tile-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nexus-service-tile-grid--two {
  gap: 24px;
}

.nexus-maquette-card {
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(7, 27, 52, 0.07);
  position: relative;
}

.nexus-maquette-card--service {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: 78px minmax(0, 1fr) 22px;
  min-height: 132px;
  padding: 28px;
}

.nexus-maquette-card--service h3 {
  color: var(--nexus-navy);
  font-size: 1.15rem;
  line-height: 1.3;
  margin: 0;
}

.nexus-maquette-card--service p {
  color: var(--nexus-muted);
  line-height: 1.58;
  margin: 10px 0 0;
}

.nexus-card-arrow {
  color: var(--nexus-teal);
  font-size: 2rem;
  font-weight: 400;
}

.nexus-sector-list .nexus-maquette-card--service:nth-child(odd)::before,
.nexus-sector-list .nexus-maquette-card--service:nth-child(even)::before {
  border-radius: 8px 8px 0 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.nexus-sector-list .nexus-maquette-card--service:nth-child(odd)::before {
  background: var(--nexus-teal);
}

.nexus-sector-list .nexus-maquette-card--service:nth-child(even)::before {
  background: var(--nexus-gold);
}

.nexus-study-card,
.nexus-faq-strip,
.nexus-dark-cta,
.nexus-answer-strip,
.nexus-quote-strip {
  border-radius: 8px;
  margin-top: 34px;
}

.nexus-study-card {
  align-items: center;
  background: #eaf8f8;
  border-left: 6px solid var(--nexus-gold);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 230px;
  padding: 34px 40px;
}

.nexus-study-card h2,
.nexus-faq-strip h2,
.nexus-dark-cta h2,
.nexus-answer-strip h2,
.nexus-quote-strip h2 {
  color: var(--nexus-navy);
  font-size: 1.85rem;
  line-height: 1.16;
  margin: 0 0 14px;
}

.nexus-study-card p,
.nexus-faq-strip p,
.nexus-dark-cta p,
.nexus-answer-strip p,
.nexus-quote-strip p {
  color: var(--nexus-muted);
  line-height: 1.65;
  margin: 0 0 20px;
}

.nexus-study-visual {
  align-items: center;
  border: 5px solid var(--nexus-teal);
  border-radius: 8px;
  color: var(--nexus-teal);
  display: flex;
  font-size: 5rem;
  font-weight: 900;
  justify-content: center;
  min-height: 190px;
}

.nexus-faq-strip,
.nexus-dark-cta {
  align-items: center;
  background: var(--nexus-navy);
  color: var(--nexus-white);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 34px 40px;
}

.nexus-faq-strip h2,
.nexus-dark-cta h2,
.nexus-faq-strip p,
.nexus-dark-cta p {
  color: var(--nexus-white);
}

.nexus-about-lead__grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.72fr) minmax(600px, 1fr);
}

.nexus-about-lead h1,
.nexus-contact-top h1,
.nexus-values-hero h1 {
  color: var(--nexus-navy);
  font-size: 3rem;
  font-weight: 950;
  line-height: 1.12;
  margin: 0;
}

.nexus-about-lead p,
.nexus-contact-top p,
.nexus-values-hero p {
  color: #35465b;
  font-size: 1.08rem;
  line-height: 1.75;
  margin-top: 24px;
}

.nexus-director-card {
  background: var(--nexus-navy);
  border-radius: 8px;
  color: var(--nexus-white);
  display: grid;
  gap: 30px;
  grid-template-columns: 310px minmax(0, 1fr);
  padding: 28px;
}

.nexus-director-card img,
.nexus-team-card img {
  border-radius: 8px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.nexus-director-card h2 {
  color: var(--nexus-white);
  font-size: 1.8rem;
  margin: 0 0 4px;
}

.nexus-director-card strong {
  color: var(--nexus-gold);
  display: block;
  font-size: 1.24rem;
}

.nexus-director-card i {
  background: var(--nexus-teal);
  display: block;
  height: 3px;
  margin: 24px 0;
  width: 44px;
}

.nexus-director-card p,
.nexus-director-card li {
  color: rgba(255, 255, 255, 0.9);
}

.nexus-director-card ul {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.nexus-director-card li {
  margin-top: 13px;
  padding-left: 34px;
  position: relative;
}

.nexus-director-card li::before {
  align-items: center;
  background: var(--nexus-teal);
  border-radius: 999px;
  color: var(--nexus-white);
  content: "✓";
  display: inline-flex;
  font-size: 0.8rem;
  height: 24px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 1px;
  width: 24px;
}

.nexus-team-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nexus-team-card {
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(7, 27, 52, 0.07);
  display: grid;
  gap: 22px;
  grid-template-columns: 170px minmax(0, 1fr);
  overflow: hidden;
  padding: 16px;
}

.nexus-team-card h3,
.nexus-team-card p {
  margin: 0;
}

.nexus-team-card h3 {
  color: var(--nexus-navy);
  font-size: 1.25rem;
}

.nexus-team-card strong,
.nexus-team-card span {
  color: var(--nexus-teal);
  display: block;
  font-weight: 850;
  margin-top: 4px;
}

.nexus-team-card p {
  color: var(--nexus-muted);
  line-height: 1.55;
  margin-top: 16px;
}

.nexus-stat-strip,
.nexus-contact-promises {
  background: #eaf5f8;
  border-radius: 8px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 34px;
  overflow: hidden;
}

.nexus-maquette-metric {
  align-items: center;
  display: flex;
  gap: 18px;
  min-height: 112px;
  padding: 24px;
}

.nexus-maquette-metric:not(:last-child) {
  border-right: 1px solid rgba(7, 27, 52, 0.12);
}

.nexus-maquette-metric strong {
  color: var(--nexus-teal);
  display: block;
  font-size: 1.7rem;
  line-height: 1.05;
}

.nexus-maquette-metric span {
  color: var(--nexus-ink);
  display: block;
  line-height: 1.4;
}

.nexus-process-panel {
  background: var(--nexus-white);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(7, 27, 52, 0.06);
  margin-top: 34px;
  padding: 34px;
}

.nexus-process-grid {
  counter-reset: nexus-process;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  text-align: center;
}

.nexus-process-grid article b {
  align-items: center;
  background: var(--nexus-teal);
  border-radius: 999px;
  color: var(--nexus-white);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  margin-bottom: 12px;
  width: 28px;
}

.nexus-process-grid h3 {
  color: var(--nexus-navy);
  font-size: 1rem;
  margin: 0 0 10px;
}

.nexus-process-grid p {
  color: var(--nexus-muted);
  line-height: 1.58;
  margin: 0;
}

.nexus-values-hero {
  align-items: stretch;
  background: var(--nexus-white);
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  margin: 0 auto;
  max-width: 1460px;
  overflow: hidden;
}

.nexus-values-hero__copy {
  padding: 76px 52px;
}

.nexus-values-hero__image {
  background-position: center;
  background-size: cover;
  min-height: 330px;
  position: relative;
}

.nexus-values-hero__image span {
  background: rgba(7, 27, 52, 0.94);
  border: 1px solid rgba(3, 152, 158, 0.4);
  border-radius: 8px;
  bottom: 34px;
  color: var(--nexus-white);
  display: block;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.45;
  max-width: 260px;
  padding: 24px;
  position: absolute;
  right: 34px;
}

.nexus-values-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.nexus-value-card {
  align-items: center;
  min-height: 300px;
  padding: 28px 20px;
  text-align: center;
}

.nexus-value-card h3 {
  color: var(--nexus-navy);
  font-size: 1.18rem;
  margin: 18px 0 0;
}

.nexus-mini-line {
  background: var(--nexus-teal);
  display: block;
  height: 3px;
  margin: 16px auto;
  width: 38px;
}

.nexus-mini-line--gold {
  background: var(--nexus-gold);
}

.nexus-value-card p {
  color: var(--nexus-ink);
  line-height: 1.58;
  margin: 0;
}

.nexus-commitment-bar,
.nexus-answer-strip,
.nexus-quote-strip {
  align-items: center;
  background: linear-gradient(90deg, #066972, var(--nexus-teal));
  color: var(--nexus-white);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1fr) auto;
  padding: 28px 34px;
}

.nexus-commitment-bar h2,
.nexus-commitment-bar p,
.nexus-answer-strip h2,
.nexus-answer-strip p,
.nexus-answer-strip strong,
.nexus-quote-strip h2,
.nexus-quote-strip p {
  color: var(--nexus-white);
  margin-bottom: 0;
}

.nexus-faq-page {
  padding-top: 72px;
}

.nexus-faq-maquette-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nexus-faq-maquette-item {
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7, 27, 52, 0.05);
  overflow: hidden;
}

.nexus-faq-maquette-item summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 18px;
  grid-template-columns: 64px minmax(0, 1fr) 22px;
  list-style: none;
  min-height: 106px;
  padding: 20px 24px;
}

.nexus-faq-maquette-item summary::-webkit-details-marker {
  display: none;
}

.nexus-faq-maquette-item summary span:not(.nexus-ui-icon) {
  color: var(--nexus-navy);
  font-size: 1.06rem;
  font-weight: 900;
  line-height: 1.35;
}

.nexus-faq-maquette-item summary b {
  color: var(--nexus-navy);
  font-size: 1.4rem;
}

.nexus-faq-maquette-item[open] summary b {
  transform: rotate(180deg);
}

.nexus-faq-maquette-item p {
  background: #eefafa;
  color: var(--nexus-ink);
  line-height: 1.72;
  margin: 0;
  padding: 24px;
}

.nexus-contact-grid-maquette {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
}

.nexus-contact-mini-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.nexus-contact-mini-grid article {
  min-width: 0;
}

.nexus-contact-mini-grid h3 {
  color: var(--nexus-navy);
  font-size: 1rem;
  margin: 10px 0 4px;
}

.nexus-contact-mini-grid p {
  color: var(--nexus-ink);
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0;
}

.nexus-contact-form {
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  border-radius: 8px;
  box-shadow: var(--nexus-shadow);
  padding: 32px;
}

.nexus-contact-form h2 {
  color: var(--nexus-navy);
  font-size: 1.6rem;
  margin: 0 0 22px;
}

.nexus-contact-form > div {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
}

.nexus-contact-form input,
.nexus-contact-form select,
.nexus-contact-form textarea {
  border: 1px solid var(--nexus-line);
  border-radius: 7px;
  color: var(--nexus-ink);
  font: inherit;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.nexus-contact-form label {
  align-items: center;
  color: var(--nexus-muted);
  display: flex;
  gap: 8px;
  margin: 14px 0;
}

.nexus-contact-form label input {
  min-height: 0;
  width: auto;
}

.nexus-contact-form button {
  background: var(--nexus-teal);
  border: 0;
  border-radius: 8px;
  color: var(--nexus-white);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-height: 52px;
  padding: 14px 24px;
}

.nexus-contact-promises {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 0;
}

.nexus-contact-promises .nexus-maquette-metric {
  padding: 20px;
}

.nexus-contact-promises .nexus-maquette-metric strong {
  color: var(--nexus-navy);
  font-size: 1rem;
}

.nexus-contact-promises .nexus-maquette-metric span {
  color: var(--nexus-muted);
  font-size: 0.86rem;
}

.nexus-map-panel {
  background: var(--nexus-navy);
  border-radius: 8px;
  color: var(--nexus-white);
  display: grid;
  gap: 32px;
  grid-template-columns: 0.8fr 0.75fr 1.55fr;
  margin-top: 34px;
  padding: 28px 34px;
}

.nexus-map-panel h2,
.nexus-map-panel p,
.nexus-map-panel a {
  color: var(--nexus-white);
}

.nexus-map-panel h2 {
  font-size: 1.32rem;
  margin: 0 0 18px;
}

.nexus-map-panel p {
  line-height: 1.65;
}

.nexus-map-panel img {
  border-radius: 8px;
  display: block;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  width: 100%;
}

.nexus-quote-strip {
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  box-shadow: 0 12px 30px rgba(7, 27, 52, 0.06);
  color: var(--nexus-navy);
  grid-template-columns: minmax(0, 1fr) auto;
}

.nexus-quote-strip > div {
  align-items: center;
  display: flex;
  gap: 18px;
}

.nexus-quote-strip h2,
.nexus-quote-strip p {
  color: var(--nexus-navy);
}

.nexus-site-footer {
  background: #f6fafb;
  color: var(--nexus-white);
  padding: 30px 26px 36px;
}

.nexus-footer-card {
  background: #031126;
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(7, 27, 52, 0.16);
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
  padding: 48px;
}

.nexus-footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: 1.35fr 0.62fr 1fr 0.95fr 0.95fr;
  max-width: none;
}

.nexus-footer-brand img {
  background: var(--nexus-white);
  border-radius: 8px;
  display: block;
  height: auto;
  margin-bottom: 26px;
  max-width: 245px;
  padding: 7px;
  width: 100%;
}

.nexus-site-footer h3 {
  color: var(--nexus-gold);
  font-size: 1rem;
  margin: 8px 0 28px;
  text-transform: uppercase;
}

.nexus-site-footer h3::after {
  background: var(--nexus-teal);
  content: "";
  display: block;
  height: 2px;
  margin-top: 12px;
  width: 42px;
}

.nexus-site-footer p,
.nexus-site-footer li,
.nexus-site-footer a,
.nexus-site-footer em {
  color: rgba(255, 255, 255, 0.82);
}

.nexus-footer-menu li {
  margin-bottom: 14px;
  padding-left: 18px;
  position: relative;
}

.nexus-footer-menu li::before {
  color: var(--nexus-teal);
  content: "›";
  left: 0;
  position: absolute;
  top: 0;
}

.nexus-footer-socials {
  display: flex;
  gap: 14px;
  margin: 30px 0;
}

.nexus-footer-socials a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--nexus-white);
  display: inline-flex;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  text-transform: uppercase;
  width: 48px;
}

.nexus-whatsapp-card {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 6px 16px;
  grid-template-columns: 56px minmax(0, 1fr) 18px;
  max-width: 360px;
  padding: 16px;
}

.nexus-whatsapp-card span {
  align-items: center;
  background: #1db954;
  border-radius: 999px;
  color: var(--nexus-white);
  display: inline-flex;
  font-weight: 900;
  grid-row: span 2;
  height: 48px;
  justify-content: center;
  text-transform: uppercase;
  width: 48px;
}

.nexus-whatsapp-card strong {
  color: var(--nexus-white);
}

.nexus-whatsapp-card em {
  font-style: normal;
}

.nexus-whatsapp-card b {
  grid-row: span 2;
}

.nexus-footer-cta {
  background: var(--nexus-royal);
  border-radius: 8px;
  color: var(--nexus-white) !important;
  display: inline-flex;
  font-weight: 900;
  gap: 12px;
  margin-top: 18px;
  min-height: 54px;
  padding: 15px 22px;
}

.nexus-footer-promises {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 42px;
  padding: 34px 0;
}

.nexus-footer-promises div {
  display: grid;
  gap: 8px 16px;
  grid-template-columns: 56px minmax(0, 1fr);
}

.nexus-footer-promises span {
  align-items: center;
  border: 1px solid rgba(3, 152, 158, 0.7);
  border-radius: 999px;
  color: var(--nexus-teal);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 950;
  grid-row: span 2;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.nexus-footer-promises strong {
  color: var(--nexus-white);
}

.nexus-footer-promises p {
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0;
}

.nexus-footer-bottom {
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 28px;
  max-width: none;
  padding-top: 0;
}

.nexus-footer-bottom p,
.nexus-footer-bottom a {
  margin: 0;
}

.nexus-footer-help {
  align-items: center;
  background: #eef7f9;
  border-radius: 8px;
  color: var(--nexus-navy);
  display: grid;
  gap: 20px;
  grid-template-columns: 1.4fr 0.55fr 0.55fr;
  margin: 30px auto 0;
  max-width: 1480px;
  padding: 28px 42px;
}

.nexus-footer-help > div {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 62px minmax(0, 1fr);
}

.nexus-footer-help span {
  align-items: center;
  background: var(--nexus-white);
  border-radius: 999px;
  color: var(--nexus-teal);
  display: inline-flex;
  font-weight: 950;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.nexus-footer-help strong {
  color: var(--nexus-navy);
  display: block;
  font-size: 1.15rem;
}

.nexus-footer-help p {
  color: var(--nexus-muted);
  margin: 4px 0 0;
}

@media (max-width: 1180px) {
  .nexus-mainbar__inner {
    justify-content: space-between;
    min-height: 82px;
  }

  .nexus-brand {
    max-width: min(230px, 45vw);
  }

  .nexus-brand__logo {
    max-height: 62px;
    width: min(220px, 45vw);
  }

  .nexus-header-phone__text,
  .nexus-header-cta {
    display: none;
  }

  .nexus-header-phone {
    margin-left: auto;
    order: 2;
  }

  .nexus-menu-toggle {
    order: 3;
  }

  .nexus-about-lead__grid,
  .nexus-contact-grid-maquette,
  .nexus-values-hero,
  .nexus-map-panel {
    grid-template-columns: 1fr;
  }

  .nexus-director-card {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .nexus-values-grid,
  .nexus-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nexus-footer-promises,
  .nexus-contact-promises,
  .nexus-stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nexus-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .nexus-mock-wrap {
    padding-left: 28px;
    padding-right: 28px;
  }

  .nexus-mock-hero,
  .nexus-mock-hero .nexus-mock-wrap {
    min-height: 560px;
  }

  .nexus-mock-hero {
    background:
      linear-gradient(90deg, rgba(2, 14, 31, 0.98) 0%, rgba(2, 14, 31, 0.9) 58%, rgba(2, 14, 31, 0.2) 100%),
      var(--nexus-hero-image) center right / cover no-repeat,
      var(--nexus-navy);
  }

  .nexus-mock-hero h1,
  .nexus-about-lead h1,
  .nexus-contact-top h1,
  .nexus-values-hero h1 {
    font-size: 2.32rem;
  }

  .nexus-service-tile-grid,
  .nexus-team-grid,
  .nexus-faq-maquette-grid,
  .nexus-contact-mini-grid,
  .nexus-contact-form > div,
  .nexus-footer-grid,
  .nexus-footer-help,
  .nexus-commitment-bar,
  .nexus-answer-strip,
  .nexus-quote-strip,
  .nexus-study-card {
    grid-template-columns: 1fr;
  }

  .nexus-service-tile-grid--two {
    gap: 16px;
  }

  .nexus-maquette-card--service {
    grid-template-columns: 64px minmax(0, 1fr) 18px;
    min-height: 112px;
    padding: 20px;
  }

  .nexus-ui-icon {
    height: 54px;
    width: 54px;
  }

  .nexus-study-visual {
    display: none;
  }

  .nexus-faq-strip,
  .nexus-dark-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .nexus-director-card,
  .nexus-team-card {
    grid-template-columns: 1fr;
  }

  .nexus-director-card img {
    max-height: 360px;
  }

  .nexus-team-card img {
    max-height: 260px;
  }

  .nexus-values-grid,
  .nexus-footer-promises,
  .nexus-contact-promises,
  .nexus-stat-strip,
  .nexus-process-grid {
    grid-template-columns: 1fr;
  }

  .nexus-maquette-metric,
  .nexus-maquette-metric:not(:last-child) {
    border-right: 0;
  }

  .nexus-footer-card {
    padding: 30px;
  }
}

@media (max-width: 560px) {
  .nexus-mainbar__inner {
    gap: 12px;
    min-height: 76px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nexus-brand {
    max-width: min(198px, 52vw);
  }

  .nexus-brand__logo {
    max-height: 56px;
    width: min(190px, 52vw);
  }

  .nexus-header-phone__icon,
  .nexus-menu-toggle {
    height: 44px;
    width: 44px;
  }

  .nexus-mock-wrap {
    padding-left: 22px;
    padding-right: 22px;
  }

  .nexus-mock-section {
    padding: 42px 0;
  }

  .nexus-mock-hero h1,
  .nexus-about-lead h1,
  .nexus-contact-top h1,
  .nexus-values-hero h1 {
    font-size: 2rem;
  }

  .nexus-mock-hero p {
    font-size: 1.02rem;
  }

  .nexus-section-heading h2,
  .nexus-study-card h2,
  .nexus-faq-strip h2,
  .nexus-dark-cta h2 {
    font-size: 1.62rem;
  }

  .nexus-footer-card,
  .nexus-footer-help,
  .nexus-contact-form,
  .nexus-map-panel,
  .nexus-study-card,
  .nexus-dark-cta,
  .nexus-answer-strip,
  .nexus-quote-strip {
    padding: 24px;
  }
}

/* NEXUS maquettes Elementor - reconstruction depuis 1.13.0 */
.nexus-elementor-shell {
  background: #f6fafb;
}

.nexus-maquette-page,
.nexus-maquette-page * {
  box-sizing: border-box;
}

.nexus-maquette-page {
  background: #f6fafb;
  color: var(--nexus-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  width: 100%;
}

.nexus-maquette-page :where(.elementor-widget, .elementor-widget-container) {
  margin-bottom: 0 !important;
}

.nexus-maquette-page :where(.elementor-heading-title, p, h1, h2, h3, h4, h5, h6) {
  letter-spacing: 0;
  margin-top: 0;
}

.nexus-maquette-page mark {
  background: transparent !important;
  color: var(--nexus-teal) !important;
  padding: 0 !important;
}

.nexus-mock-hero--home,
.nexus-mock-hero--services,
.nexus-mock-hero--sectors {
  --nexus-hero-image: url("assets/images/nexus-hero-people.jpg");
}

.nexus-values-hero__image {
  background-image: url("assets/images/nexus-values-hands.jpg");
}

.nexus-home-after-hero {
  background: #f6fafb;
}

.nexus-home-wrap,
.nexus-mock-wrap {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}

.nexus-home-wrap {
  max-width: 1130px;
  padding: 46px 24px 54px;
}

.nexus-mock-wrap {
  max-width: 1420px;
  padding-left: 38px;
  padding-right: 38px;
}

.nexus-mock-section {
  background: var(--nexus-white);
  padding: 64px 0;
}

.nexus-mock-section--soft,
.nexus-faq-page,
.nexus-contact-bottom {
  background: #f6fafb;
}

.nexus-mock-hero {
  background:
    linear-gradient(90deg, rgba(2, 14, 31, 0.98) 0%, rgba(2, 14, 31, 0.9) 43%, rgba(2, 14, 31, 0.34) 66%, rgba(2, 14, 31, 0.04) 100%),
    var(--nexus-hero-image) center right / cover no-repeat,
    var(--nexus-navy);
  color: var(--nexus-white);
  min-height: 520px;
}

.nexus-mock-hero .nexus-mock-wrap {
  align-items: center;
  display: flex !important;
  min-height: 520px;
}

.nexus-mock-hero__content {
  display: block !important;
  max-width: 610px;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.nexus-eyebrow,
.nexus-eyebrow .elementor-heading-title {
  color: var(--nexus-gold) !important;
  display: block;
  font-size: 0.9rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  margin: 0 0 14px !important;
  text-transform: uppercase;
}

.nexus-mock-hero h1,
.nexus-mock-hero .nexus-home-hero-title .elementor-heading-title {
  color: var(--nexus-white) !important;
  font-size: clamp(2.25rem, 5vw, 3.15rem) !important;
  font-weight: 950 !important;
  line-height: 1.08 !important;
  margin: 0 !important;
}

.nexus-mock-hero :where(.elementor-widget-text-editor, .elementor-widget-text-editor p, p) {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1.17rem;
  line-height: 1.65;
}

.nexus-maquette-line i,
.nexus-section-heading i,
.nexus-mock-hero__content i,
.nexus-about-lead h1 + i,
.nexus-contact-top h1 + i,
.nexus-values-hero__copy i {
  background: var(--nexus-gold);
  display: block;
  height: 4px;
  margin: 18px 0 0;
  width: 72px;
}

.nexus-hero-actions {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  margin-top: 34px;
  max-width: 340px;
}

.nexus-btn,
.nexus-home-hero-button .elementor-button,
.nexus-home-cta-button .elementor-button,
.nexus-home-faq-button .elementor-button,
.nexus-maquette-button .elementor-button {
  align-items: center;
  border-radius: 8px !important;
  display: inline-flex !important;
  font-weight: 900 !important;
  gap: 12px;
  justify-content: center;
  min-height: 54px !important;
  padding: 14px 22px !important;
  text-decoration: none !important;
}

.nexus-btn--gold,
.nexus-btn--gold .elementor-button {
  background: var(--nexus-gold) !important;
  color: var(--nexus-navy) !important;
}

.nexus-btn--teal,
.nexus-btn--teal .elementor-button {
  background: var(--nexus-teal) !important;
  color: var(--nexus-white) !important;
}

.nexus-btn--outline,
.nexus-btn--outline .elementor-button {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  color: var(--nexus-white) !important;
}

.nexus-home-section-title,
.nexus-section-heading {
  display: block !important;
  margin: 0 auto 34px;
  max-width: 820px;
  text-align: center;
}

.nexus-home-section-title {
  margin-left: 0;
  text-align: left;
}

.nexus-section-heading :where(h2, .elementor-heading-title),
.nexus-home-section-title .elementor-heading-title {
  color: var(--nexus-navy) !important;
  font-size: 2.15rem !important;
  font-weight: 950 !important;
  line-height: 1.12 !important;
  margin: 0 !important;
}

.nexus-home-section-title .elementor-heading-title::after,
.nexus-section-heading i,
.nexus-section-heading .nexus-maquette-line i {
  background: var(--nexus-gold);
  content: "";
  display: block;
  height: 3px;
  margin: 12px auto 0;
  width: 58px;
}

.nexus-home-section-title .elementor-heading-title::after {
  margin-left: 0;
}

.nexus-section-heading :where(p, .elementor-widget-text-editor p) {
  color: var(--nexus-muted) !important;
  line-height: 1.65;
  margin: 16px auto 0;
  max-width: 760px;
}

.nexus-home-service-grid,
.nexus-service-tile-grid {
  display: grid !important;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nexus-service-tile-grid--two {
  gap: 24px;
}

.nexus-home-service-card,
.nexus-maquette-card--service {
  align-items: center;
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7, 27, 52, 0.07);
  display: grid !important;
  gap: 20px;
  grid-template-columns: 72px minmax(0, 1fr) 24px;
  min-height: 126px;
  padding: 24px;
  position: relative;
}

.nexus-sector-list .nexus-maquette-card--service:nth-child(odd)::before,
.nexus-sector-list .nexus-maquette-card--service:nth-child(even)::before {
  border-radius: 8px 8px 0 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.nexus-sector-list .nexus-maquette-card--service:nth-child(odd)::before {
  background: var(--nexus-teal);
}

.nexus-sector-list .nexus-maquette-card--service:nth-child(even)::before {
  background: var(--nexus-gold);
}

.nexus-home-service-card__copy,
.nexus-card-copy,
.nexus-home-study-copy,
.nexus-home-faq-copy,
.nexus-maquette-cta-copy {
  display: block !important;
}

.nexus-home-service-card :where(h3, .elementor-heading-title),
.nexus-maquette-card--service :where(h3, .elementor-heading-title) {
  color: var(--nexus-navy) !important;
  font-size: 1.12rem !important;
  font-weight: 950 !important;
  line-height: 1.28 !important;
  margin: 0 !important;
}

.nexus-maquette-card--service :where(p, .elementor-widget-text-editor p) {
  color: var(--nexus-muted) !important;
  line-height: 1.58;
  margin: 10px 0 0;
}

.nexus-card-arrow,
.nexus-home-card-arrow .elementor-button {
  background: transparent !important;
  border: 0 !important;
  color: var(--nexus-teal) !important;
  font-size: 2rem !important;
  line-height: 1 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.nexus-ui-icon {
  align-items: center;
  background: #eaf8f8;
  border-radius: 999px;
  color: var(--nexus-teal);
  display: inline-flex !important;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 950;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.nexus-ui-icon--gold {
  background: #fff5da;
  color: var(--nexus-gold);
}

.nexus-ui-icon--green {
  background: rgba(29, 190, 85, 0.15);
  color: #1db954;
}

.nexus-ui-icon--image img,
.nexus-home-icon-image img {
  display: block;
  height: 40px;
  width: 40px;
}

.nexus-home-service-card__icon img {
  height: 60px;
  width: 60px;
}

.nexus-study-card {
  align-items: center;
  background: #eaf8f8;
  border-left: 6px solid var(--nexus-gold);
  border-radius: 8px;
  display: grid !important;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 220px;
  margin-top: 34px;
  padding: 34px 40px;
}

.nexus-home-study-icon img {
  margin-left: auto;
  max-width: 188px;
}

.nexus-study-card :where(h2, .elementor-heading-title),
.nexus-faq-strip :where(h2, .elementor-heading-title),
.nexus-dark-cta :where(h2, .elementor-heading-title),
.nexus-answer-strip :where(h2, .elementor-heading-title),
.nexus-quote-strip :where(h2, .elementor-heading-title) {
  color: inherit;
  font-size: 1.85rem !important;
  font-weight: 950;
  line-height: 1.16 !important;
  margin: 0 0 14px !important;
}

.nexus-study-card :where(p, .elementor-widget-text-editor p),
.nexus-faq-strip :where(p, .elementor-widget-text-editor p),
.nexus-dark-cta :where(p, .elementor-widget-text-editor p),
.nexus-answer-strip :where(p, .elementor-widget-text-editor p),
.nexus-quote-strip :where(p, .elementor-widget-text-editor p) {
  color: inherit;
  line-height: 1.65;
  margin: 0 0 20px;
}

.nexus-faq-strip,
.nexus-dark-cta {
  align-items: center;
  background: var(--nexus-navy);
  border-radius: 8px;
  color: var(--nexus-white);
  display: flex !important;
  gap: 28px;
  justify-content: space-between;
  margin-top: 34px;
  padding: 34px 40px;
}

.nexus-home-faq-icon {
  flex: 0 0 150px;
  opacity: 0.62;
}

.nexus-home-faq-icon img {
  max-width: 150px;
}

.nexus-about-lead__grid,
.nexus-contact-grid-maquette,
.nexus-values-hero,
.nexus-director-card,
.nexus-team-grid,
.nexus-team-card,
.nexus-stat-strip,
.nexus-process-grid,
.nexus-values-grid,
.nexus-commitment-bar,
.nexus-answer-strip,
.nexus-quote-strip,
.nexus-faq-maquette-grid,
.nexus-faq-editor-question,
.nexus-contact-mini-grid,
.nexus-contact-promises,
.nexus-map-panel {
  display: grid !important;
}

.nexus-about-lead__grid {
  align-items: center;
  gap: 42px;
  grid-template-columns: minmax(0, 0.72fr) minmax(600px, 1fr);
}

.nexus-about-lead h1,
.nexus-contact-top h1,
.nexus-values-hero h1,
.nexus-about-lead h1 .elementor-heading-title,
.nexus-contact-top h1 .elementor-heading-title,
.nexus-values-hero h1 .elementor-heading-title {
  color: var(--nexus-navy) !important;
  font-size: clamp(2.2rem, 4vw, 3rem) !important;
  font-weight: 950 !important;
  line-height: 1.12 !important;
  margin: 0 !important;
}

.nexus-about-lead :where(p, .elementor-widget-text-editor p),
.nexus-contact-top :where(p, .elementor-widget-text-editor p),
.nexus-values-hero :where(p, .elementor-widget-text-editor p) {
  color: #35465b !important;
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 24px 0 0;
}

.nexus-director-card {
  background: var(--nexus-navy);
  border-radius: 8px;
  color: var(--nexus-white);
  gap: 30px;
  grid-template-columns: 310px minmax(0, 1fr);
  padding: 28px;
}

.nexus-director-card img,
.nexus-team-card img {
  border-radius: 8px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.nexus-director-card :where(h2, .elementor-heading-title) {
  color: var(--nexus-white) !important;
}

.nexus-director-role .elementor-heading-title,
.nexus-director-card strong {
  color: var(--nexus-gold) !important;
}

.nexus-director-card :where(p, li, .elementor-widget-text-editor p) {
  color: rgba(255, 255, 255, 0.9) !important;
}

.nexus-director-card ul {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.nexus-director-card li {
  margin-top: 13px;
  padding-left: 34px;
  position: relative;
}

.nexus-director-card li::before {
  align-items: center;
  background: var(--nexus-teal);
  border-radius: 999px;
  color: var(--nexus-white);
  content: "✓";
  display: inline-flex;
  font-size: 0.8rem;
  height: 24px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 1px;
  width: 24px;
}

.nexus-team-grid {
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nexus-team-card {
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(7, 27, 52, 0.07);
  gap: 22px;
  grid-template-columns: 170px minmax(0, 1fr);
  overflow: hidden;
  padding: 16px;
}

.nexus-team-card :where(h3, .elementor-heading-title) {
  color: var(--nexus-navy) !important;
}

.nexus-team-role .elementor-heading-title,
.nexus-team-experience .elementor-heading-title,
.nexus-team-card strong,
.nexus-team-card span {
  color: var(--nexus-teal) !important;
}

.nexus-team-card :where(p, .elementor-widget-text-editor p) {
  color: var(--nexus-muted) !important;
  line-height: 1.55;
  margin-top: 16px;
}

.nexus-stat-strip,
.nexus-contact-promises {
  background: #eaf5f8;
  border-radius: 8px;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 34px;
  overflow: hidden;
}

.nexus-contact-promises {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 0;
}

.nexus-maquette-metric {
  align-items: center;
  display: flex !important;
  gap: 18px;
  min-height: 112px;
  padding: 24px;
}

.nexus-maquette-metric:not(:last-child) {
  border-right: 1px solid rgba(7, 27, 52, 0.12);
}

.nexus-metric-title .elementor-heading-title,
.nexus-maquette-metric strong {
  color: var(--nexus-teal) !important;
  font-size: 1.7rem !important;
  line-height: 1.05 !important;
}

.nexus-metric-text p,
.nexus-maquette-metric span {
  color: var(--nexus-ink) !important;
  line-height: 1.4;
}

.nexus-process-panel {
  background: var(--nexus-white);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(7, 27, 52, 0.06);
  margin-top: 34px;
  padding: 34px;
}

.nexus-process-grid {
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  text-align: center;
}

.nexus-process-index .elementor-heading-title,
.nexus-process-grid article b {
  align-items: center;
  background: var(--nexus-teal);
  border-radius: 999px;
  color: var(--nexus-white) !important;
  display: inline-flex;
  font-size: 0.92rem !important;
  height: 28px;
  justify-content: center;
  line-height: 1;
  margin-bottom: 12px;
  width: 28px;
}

.nexus-process-step :where(h3, .elementor-heading-title),
.nexus-process-grid h3 {
  color: var(--nexus-navy) !important;
  font-size: 1rem !important;
}

.nexus-process-step :where(p, .elementor-widget-text-editor p),
.nexus-process-grid p {
  color: var(--nexus-muted) !important;
  line-height: 1.58;
}

.nexus-values-hero {
  align-items: stretch;
  background: var(--nexus-white);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  margin: 0 auto;
  max-width: 1460px;
  overflow: hidden;
}

.nexus-values-hero__copy {
  display: block !important;
  padding: 76px 52px;
}

.nexus-values-hero__image {
  background-position: center;
  background-size: cover;
  min-height: 330px;
  position: relative;
}

.nexus-values-hero__image span {
  background: rgba(7, 27, 52, 0.94);
  border: 1px solid rgba(3, 152, 158, 0.4);
  border-radius: 8px;
  bottom: 34px;
  color: var(--nexus-white);
  display: block;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.45;
  max-width: 260px;
  padding: 24px;
  position: absolute;
  right: 34px;
}

.nexus-values-grid {
  gap: 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.nexus-value-card {
  align-items: center;
  min-height: 300px;
  padding: 28px 20px;
  text-align: center;
}

.nexus-value-card :where(h3, .elementor-heading-title) {
  color: var(--nexus-navy) !important;
  font-size: 1.18rem !important;
  margin-top: 18px !important;
}

.nexus-value-card :where(p, .elementor-widget-text-editor p) {
  color: var(--nexus-ink) !important;
  line-height: 1.58;
}

.nexus-mini-line {
  background: var(--nexus-teal);
  display: block;
  height: 3px;
  margin: 16px auto;
  width: 38px;
}

.nexus-mini-line--gold {
  background: var(--nexus-gold);
}

.nexus-commitment-bar,
.nexus-answer-strip {
  align-items: center;
  background: linear-gradient(90deg, #066972, var(--nexus-teal));
  border-radius: 8px;
  color: var(--nexus-white);
  gap: 28px;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1fr) auto;
  margin-top: 34px;
  padding: 28px 34px;
}

.nexus-quote-strip {
  align-items: center;
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(7, 27, 52, 0.06);
  color: var(--nexus-navy);
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 34px;
  padding: 28px 34px;
}

.nexus-faq-page {
  padding-top: 72px;
}

.nexus-faq-maquette-grid {
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nexus-faq-maquette-item {
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(7, 27, 52, 0.05);
  overflow: hidden;
}

.nexus-faq-editor-question,
.nexus-faq-maquette-item summary {
  align-items: center;
  cursor: pointer;
  gap: 18px;
  grid-template-columns: 64px minmax(0, 1fr) 22px;
  list-style: none;
  min-height: 106px;
  padding: 20px 24px;
}

.nexus-faq-editor-question :where(h3, .elementor-heading-title),
.nexus-faq-maquette-item summary span:not(.nexus-ui-icon) {
  color: var(--nexus-navy) !important;
  font-size: 1.06rem !important;
  font-weight: 900 !important;
  line-height: 1.35;
}

.nexus-faq-editor-answer p,
.nexus-faq-maquette-item p {
  background: #eefafa;
  color: var(--nexus-ink) !important;
  line-height: 1.72;
  margin: 0;
  padding: 24px;
}

.nexus-faq-editor-item:not(:first-child) .nexus-faq-editor-answer {
  display: none;
}

.elementor-editor-active .nexus-faq-editor-item .nexus-faq-editor-answer {
  display: block;
}

.nexus-contact-grid-maquette {
  align-items: start;
  gap: 48px;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
}

.nexus-contact-mini-grid {
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.nexus-contact-mini-card :where(h3, .elementor-heading-title),
.nexus-contact-mini-grid h3 {
  color: var(--nexus-navy) !important;
  font-size: 1rem !important;
  margin: 10px 0 4px !important;
}

.nexus-contact-mini-card :where(p, .elementor-widget-text-editor p),
.nexus-contact-mini-grid p {
  color: var(--nexus-ink) !important;
  font-size: 0.82rem;
  line-height: 1.5;
}

.nexus-contact-form {
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  border-radius: 8px;
  box-shadow: var(--nexus-shadow);
  padding: 32px;
}

.nexus-contact-form h2 {
  color: var(--nexus-navy);
  font-size: 1.6rem;
  margin: 0 0 22px;
}

.nexus-contact-form > div {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
}

.nexus-contact-form input,
.nexus-contact-form select,
.nexus-contact-form textarea {
  border: 1px solid var(--nexus-line);
  border-radius: 7px;
  color: var(--nexus-ink);
  font: inherit;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.nexus-contact-form button {
  background: var(--nexus-teal);
  border: 0;
  border-radius: 8px;
  color: var(--nexus-white);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-height: 52px;
  padding: 14px 24px;
}

.nexus-map-panel {
  background: var(--nexus-navy);
  border-radius: 8px;
  color: var(--nexus-white);
  gap: 32px;
  grid-template-columns: 0.8fr 0.75fr 1.55fr;
  margin-top: 34px;
  padding: 28px 34px;
}

.nexus-map-panel :where(h2, p, a, .elementor-heading-title, .elementor-widget-text-editor p) {
  color: var(--nexus-white) !important;
}

.nexus-map-image,
.nexus-map-image .elementor-widget-container,
.nexus-map-image img,
.nexus-map-panel > img {
  border-radius: 8px;
  display: block;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  width: 100%;
}

.nexus-service-trust-strip {
  background: var(--nexus-navy);
  color: var(--nexus-white);
  margin: 34px -38px -64px;
  padding: 30px 38px;
}

.nexus-service-trust-title .elementor-heading-title {
  color: var(--nexus-teal) !important;
  font-size: 1.3rem !important;
  margin: 0 0 20px !important;
}

.nexus-service-trust-grid {
  display: grid !important;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nexus-service-trust-grid .nexus-maquette-metric {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 84px;
  padding: 14px 22px;
}

.nexus-service-trust-grid .nexus-maquette-metric:last-child {
  border-right: 0;
}

.nexus-service-trust-grid .nexus-metric-title .elementor-heading-title {
  color: var(--nexus-white) !important;
  font-size: 1rem !important;
}

.nexus-service-trust-grid .nexus-metric-text {
  display: none;
}

.nexus-footer-socials img,
.nexus-whatsapp-card span img,
.nexus-footer-promises span img,
.nexus-footer-help span img {
  display: block;
}

.nexus-footer-socials img {
  height: 26px;
  width: 26px;
}

.nexus-whatsapp-card span img,
.nexus-footer-promises span img {
  height: 34px;
  width: 34px;
}

.nexus-footer-help span img {
  height: 40px;
  width: 40px;
}

.nexus-legal-page {
  background: #f6fafb;
  color: var(--nexus-ink);
}

.nexus-legal-wrap {
  max-width: 1120px;
  padding-bottom: 72px;
  padding-top: 72px;
}

.nexus-legal-hero {
  margin: 0 auto 34px;
  max-width: 900px;
  text-align: center;
}

.nexus-legal-hero :where(h1, .elementor-heading-title) {
  color: var(--nexus-navy) !important;
  font-size: clamp(2.1rem, 4vw, 3.1rem) !important;
  font-weight: 950 !important;
  line-height: 1.12 !important;
  margin: 0 !important;
}

.nexus-legal-intro,
.nexus-legal-intro p,
.nexus-legal-intro .elementor-widget-container {
  color: #43566b !important;
  font-size: 1.08rem;
  line-height: 1.75;
  margin: 18px auto 0;
  max-width: 820px;
}

.nexus-legal-updated,
.nexus-legal-updated p,
.nexus-legal-updated .elementor-widget-container {
  color: var(--nexus-teal) !important;
  font-size: 0.95rem;
  font-weight: 850;
  margin: 18px 0 0;
}

.nexus-legal-grid {
  display: grid !important;
  gap: 18px;
  grid-template-columns: 1fr;
}

.nexus-legal-card {
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(7, 27, 52, 0.055);
  padding: clamp(24px, 4vw, 36px);
}

.nexus-legal-card :where(h2, .elementor-heading-title) {
  color: var(--nexus-navy) !important;
  font-size: 1.36rem !important;
  font-weight: 950 !important;
  line-height: 1.22 !important;
  margin: 0 0 14px !important;
}

.nexus-legal-card :where(h2, .elementor-heading-title)::after {
  background: var(--nexus-gold);
  content: "";
  display: block;
  height: 3px;
  margin: 12px 0 0;
  width: 48px;
}

.nexus-legal-card :where(p, .elementor-widget-text-editor p) {
  color: #34475c !important;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 14px;
}

.nexus-legal-card :where(p:last-child, .elementor-widget-text-editor p:last-child) {
  margin-bottom: 0;
}

.nexus-legal-card a {
  color: var(--nexus-teal);
  font-weight: 850;
  text-decoration: none;
}

.nexus-legal-card a:hover {
  text-decoration: underline;
}

@media (max-width: 1180px) {
  .nexus-about-lead__grid,
  .nexus-contact-grid-maquette,
  .nexus-values-hero,
  .nexus-map-panel {
    grid-template-columns: 1fr;
  }

  .nexus-director-card {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .nexus-values-grid,
  .nexus-stat-strip,
  .nexus-contact-promises {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nexus-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .nexus-home-wrap,
  .nexus-mock-wrap {
    padding-left: 28px;
    padding-right: 28px;
  }

  .nexus-mock-hero,
  .nexus-mock-hero .nexus-mock-wrap {
    min-height: 560px;
  }

  .nexus-home-service-grid,
  .nexus-service-tile-grid,
  .nexus-team-grid,
  .nexus-service-trust-grid,
  .nexus-faq-maquette-grid,
  .nexus-contact-mini-grid,
  .nexus-contact-form > div,
  .nexus-study-card,
  .nexus-director-card,
  .nexus-team-card,
  .nexus-values-grid,
  .nexus-stat-strip,
  .nexus-contact-promises,
  .nexus-process-grid,
  .nexus-commitment-bar,
  .nexus-answer-strip,
  .nexus-quote-strip {
    grid-template-columns: 1fr;
  }

  .nexus-service-trust-strip {
    margin-left: -28px;
    margin-right: -28px;
  }

  .nexus-faq-strip,
  .nexus-dark-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .nexus-home-faq-icon,
  .nexus-home-study-icon,
  .nexus-study-visual {
    display: none !important;
  }
}

@media (max-width: 560px) {
  .nexus-home-wrap,
  .nexus-mock-wrap {
    padding-left: 22px;
    padding-right: 22px;
  }

  .nexus-mock-section {
    padding: 42px 0;
  }

  .nexus-study-card,
  .nexus-faq-strip,
  .nexus-dark-cta,
  .nexus-answer-strip,
  .nexus-quote-strip,
  .nexus-contact-form,
  .nexus-map-panel {
    padding: 24px;
  }
}

/* Header/Footer editables Elementor */
.nexus-elementor-template-root,
.nexus-elementor-template-root .elementor-widget,
.nexus-elementor-template-root .elementor-widget-container {
  margin: 0 !important;
  padding: 0;
}

.nexus-elementor-template-root .elementor-widget {
  max-width: none;
}

.nexus-site-footer--elementor-template {
  margin-top: 0;
}

.nexus-site-header--mti,
.nexus-site-header--elementor-template {
  background: var(--nexus-white);
  border-bottom: 1px solid rgba(217, 228, 234, 0.92);
  box-shadow: 0 8px 24px rgba(7, 27, 52, 0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nexus-site-header--mti .nexus-mainbar__inner,
.nexus-site-header--elementor-template .nexus-mainbar__inner {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1480px;
  min-height: 88px;
  padding: 0 38px;
}

.nexus-site-header--mti .nexus-brand,
.nexus-site-header--elementor-template .nexus-brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  max-width: 280px;
  min-width: 0;
  order: 1;
}

.nexus-site-header--mti .nexus-brand__logo,
.nexus-site-header--elementor-template .nexus-brand__logo,
.nexus-site-header--elementor-template .nexus-brand img {
  display: block;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  width: min(260px, 27vw);
}

.nexus-site-header--mti .nexus-nav,
.nexus-site-header--elementor-template .nexus-nav {
  flex: 1 1 auto;
  order: 2;
}

.nexus-site-header--elementor-template .nexus-nav--elementor {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2vw, 34px);
  justify-content: center;
}

.nexus-site-header--elementor-template .nexus-menu-link {
  flex: 0 0 auto;
}

.nexus-site-header--mti .nexus-menu,
.nexus-site-header--elementor-template .nexus-menu {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2vw, 34px);
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nexus-site-header--mti .nexus-menu a,
.nexus-site-header--elementor-template .nexus-menu a,
.nexus-site-header--elementor-template .nexus-menu-link .elementor-button {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--nexus-navy);
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1.2;
  padding: 34px 0 30px;
  position: relative;
  text-decoration: none;
}

.nexus-site-header--mti .nexus-menu a::after,
.nexus-site-header--elementor-template .nexus-menu a::after,
.nexus-site-header--elementor-template .nexus-menu-link .elementor-button::after {
  background: var(--nexus-teal);
  bottom: 22px;
  content: "";
  height: 3px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%) scaleX(0.65);
  transition: opacity 180ms ease, transform 180ms ease;
  width: 54px;
}

.nexus-site-header--mti .nexus-menu a:hover,
.nexus-site-header--mti .nexus-menu .current-menu-item > a,
.nexus-site-header--mti .nexus-menu .current_page_item > a,
.nexus-site-header--elementor-template .nexus-menu a:hover,
.nexus-site-header--elementor-template .nexus-menu-link .elementor-button:hover {
  color: var(--nexus-teal);
}

.nexus-site-header--mti .nexus-menu a:hover::after,
.nexus-site-header--mti .nexus-menu .current-menu-item > a::after,
.nexus-site-header--mti .nexus-menu .current_page_item > a::after,
.nexus-site-header--elementor-template .nexus-menu a:hover::after,
.nexus-site-header--elementor-template .nexus-menu-link .elementor-button:hover::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.nexus-site-header--mti .nexus-header-phone,
.nexus-site-header--elementor-template .nexus-header-phone {
  align-items: center;
  color: var(--nexus-teal);
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 900;
  gap: 12px;
  order: 3;
  text-decoration: none;
  white-space: nowrap;
}

.nexus-site-header--elementor-template .nexus-header-phone--elementor .elementor-button {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--nexus-teal);
  display: inline-flex;
  font-weight: 900;
  gap: 12px;
  padding: 0;
}

.nexus-site-header--mti .nexus-header-phone__icon,
.nexus-site-header--elementor-template .nexus-header-phone__icon {
  align-items: center;
  background: var(--nexus-white);
  border: 1px solid var(--nexus-line);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(7, 27, 52, 0.08);
  color: var(--nexus-teal);
  display: inline-flex;
  font-size: 1.05rem;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.nexus-site-header--mti .nexus-header-cta,
.nexus-site-header--elementor-template .nexus-header-cta {
  flex: 0 0 auto;
  order: 4;
}

.nexus-site-header--mti .nexus-header-cta .wp-block-button__link,
.nexus-site-header--elementor-template .nexus-header-cta .wp-block-button__link,
.nexus-site-header--elementor-template .nexus-header-cta--elementor .elementor-button {
  background: var(--nexus-royal);
  border-radius: 8px;
  color: var(--nexus-white);
  font-weight: 900;
  min-height: 54px;
  padding: 16px 25px;
}

.nexus-site-header--mti .nexus-menu-toggle,
.nexus-site-header--elementor-template .nexus-menu-toggle {
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--nexus-navy);
  cursor: pointer;
  display: none;
  flex: 0 0 auto;
  height: 48px;
  order: 5;
  padding: 0;
  width: 48px;
}

.nexus-site-header--elementor-template .nexus-menu-toggle-widget {
  display: none;
  order: 5;
}

.nexus-site-header--mti .nexus-menu-toggle__line,
.nexus-site-header--elementor-template .nexus-menu-toggle__line {
  background: var(--nexus-navy);
  height: 3px;
  width: 30px;
}

.nexus-site-footer--elementor-template .nexus-footer-logo img {
  background: var(--nexus-white);
  border-radius: 8px;
  display: block;
  height: auto;
  margin-bottom: 26px;
  max-width: 245px;
  padding: 7px;
  width: 100%;
}

.nexus-site-footer--elementor-template .nexus-footer-socials--elementor {
  align-items: center;
  display: flex;
  gap: 14px;
  margin: 30px 0;
}

.nexus-site-footer--elementor-template .nexus-footer-social-link .elementor-button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--nexus-white);
  display: inline-flex;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  padding: 0;
  text-transform: uppercase;
  width: 48px;
}

.nexus-site-footer--elementor-template .nexus-footer-menu {
  align-items: flex-start;
  display: grid;
  gap: 12px;
}

.nexus-site-footer--elementor-template .nexus-footer-menu-link .elementor-button,
.nexus-site-footer--elementor-template .nexus-footer-bottom-link .elementor-button {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  text-align: left;
}

.nexus-site-footer--elementor-template .nexus-footer-menu-link .elementor-button::before {
  color: var(--nexus-teal);
  content: "›";
  display: inline-block;
  font-weight: 900;
  margin-right: 10px;
}

.nexus-site-footer--elementor-template .nexus-footer-cta--elementor .elementor-button {
  background: var(--nexus-royal);
  border-radius: 8px;
  color: var(--nexus-white);
  font-weight: 900;
  margin-top: 18px;
  min-height: 54px;
  padding: 15px 22px;
}

.nexus-site-footer--elementor-template .nexus-whatsapp-card--elementor {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 6px 16px;
  grid-template-columns: 56px minmax(0, 1fr) 18px;
  max-width: 360px;
  padding: 16px;
}

.nexus-site-footer--elementor-template .nexus-whatsapp-card-icon {
  align-items: center;
  background: #1db954;
  border-radius: 999px;
  display: inline-flex;
  grid-row: span 2;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.nexus-site-footer--elementor-template .nexus-whatsapp-card-icon img {
  background: transparent;
  border-radius: 0;
  height: 26px;
  margin: 0;
  max-width: 26px;
  padding: 0;
  width: 26px;
}

.nexus-site-footer--elementor-template .nexus-whatsapp-card-copy h3 {
  color: var(--nexus-white);
  font-size: 1rem;
  margin: 0;
  text-transform: none;
}

.nexus-site-footer--elementor-template .nexus-whatsapp-card-copy h3::after {
  content: none;
}

.nexus-site-footer--elementor-template .nexus-whatsapp-card-copy p {
  margin: 0;
}

.nexus-site-footer--elementor-template .nexus-whatsapp-card-arrow .elementor-button {
  background: transparent;
  color: var(--nexus-white);
  font-size: 1.6rem;
  padding: 0;
}

.nexus-site-footer--elementor-template .nexus-footer-promises .nexus-footer-promise {
  display: grid;
  gap: 8px 16px;
  grid-template-columns: 56px minmax(0, 1fr);
}

.nexus-site-footer--elementor-template .nexus-footer-promises .elementor-widget:not(.nexus-footer-promise-icon),
.nexus-site-footer--elementor-template .nexus-footer-promises .elementor-widget-container {
  display: block;
  gap: 0;
  grid-template-columns: none;
}

.nexus-site-footer--elementor-template .nexus-footer-promise-icon {
  align-items: center;
  border: 1px solid rgba(3, 152, 158, 0.7);
  border-radius: 999px;
  display: inline-flex;
  grid-row: span 2;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.nexus-site-footer--elementor-template .nexus-footer-promise-icon .elementor-widget-container,
.nexus-site-footer--elementor-template .nexus-footer-help-icon .elementor-widget-container {
  align-items: center;
  display: flex;
  justify-content: center;
}

.nexus-site-footer--elementor-template .nexus-footer-promise-icon img {
  height: 25px;
  margin: 0;
  max-width: 25px;
  padding: 0;
  width: 25px;
}

.nexus-site-footer--elementor-template .nexus-footer-promise h3 {
  color: var(--nexus-white);
  font-size: 1rem;
  margin: 0;
  text-transform: none;
}

.nexus-site-footer--elementor-template .nexus-footer-promise h3::after {
  content: none;
}

.nexus-site-footer--elementor-template .nexus-footer-promise p {
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0;
}

.nexus-site-footer--elementor-template .nexus-footer-help-item {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 62px minmax(0, 1fr);
}

.nexus-site-footer--elementor-template .nexus-footer-help-icon {
  align-items: center;
  background: var(--nexus-white);
  border-radius: 999px;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.nexus-site-footer--elementor-template .nexus-footer-help-icon img {
  height: 30px;
  width: 30px;
}

.nexus-site-footer--elementor-template .nexus-footer-help h3 {
  color: var(--nexus-navy);
  font-size: 1.15rem;
  margin: 0;
  text-transform: none;
}

.nexus-site-footer--elementor-template .nexus-footer-help h3::after {
  content: none;
}

.nexus-site-footer--elementor-template .nexus-footer-help p {
  color: var(--nexus-muted);
  margin: 4px 0 0;
}

@media (max-width: 1180px) {
  .nexus-site-header--mti .nexus-mainbar__inner,
  .nexus-site-header--elementor-template .nexus-mainbar__inner {
    gap: 18px;
    min-height: 86px;
    padding: 0 30px;
  }

  .nexus-site-header--mti .nexus-brand,
  .nexus-site-header--elementor-template .nexus-brand {
    max-width: min(270px, 48vw);
  }

  .nexus-site-header--mti .nexus-brand__logo,
  .nexus-site-header--elementor-template .nexus-brand__logo,
  .nexus-site-header--elementor-template .nexus-brand img {
    max-height: 68px;
    width: min(250px, 48vw);
  }

  .nexus-site-header--mti .nexus-nav,
  .nexus-site-header--elementor-template .nexus-nav {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--nexus-line);
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(7, 27, 52, 0.22);
    left: 24px;
    max-height: calc(100vh - 110px);
    opacity: 0;
    overflow-y: auto;
    padding: 16px;
    pointer-events: none;
    position: fixed;
    right: 24px;
    text-align: left;
    top: 96px;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
    visibility: hidden;
    z-index: 1001;
  }

  .nexus-site-header--mti .nexus-nav.is-open,
  .nexus-site-header--elementor-template .nexus-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .nexus-site-header--mti .nexus-menu,
  .nexus-site-header--elementor-template .nexus-menu,
  .nexus-site-header--elementor-template .nexus-nav--elementor {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    justify-content: flex-start;
  }

  .nexus-site-header--mti .nexus-menu li,
  .nexus-site-header--elementor-template .nexus-menu li,
  .nexus-site-header--elementor-template .nexus-menu-link {
    width: 100%;
  }

  .nexus-site-header--mti .nexus-menu a,
  .nexus-site-header--elementor-template .nexus-menu a,
  .nexus-site-header--elementor-template .nexus-menu-link .elementor-button {
    border-radius: 7px;
    display: flex;
    justify-content: flex-start;
    min-height: 48px;
    padding: 13px 14px;
    width: 100%;
  }

  .nexus-site-header--mti .nexus-menu a::after,
  .nexus-site-header--elementor-template .nexus-menu a::after,
  .nexus-site-header--elementor-template .nexus-menu-link .elementor-button::after {
    content: none;
  }

  .nexus-site-header--mti .nexus-menu a:hover,
  .nexus-site-header--mti .nexus-menu .current-menu-item > a,
  .nexus-site-header--mti .nexus-menu .current_page_item > a,
  .nexus-site-header--elementor-template .nexus-menu a:hover,
  .nexus-site-header--elementor-template .nexus-menu-link .elementor-button:hover {
    background: var(--nexus-soft);
  }

  .nexus-site-header--mti .nexus-header-phone,
  .nexus-site-header--elementor-template .nexus-header-phone {
    margin-left: auto;
  }

  .nexus-site-header--mti .nexus-header-phone__text,
  .nexus-site-header--elementor-template .nexus-header-phone__text,
  .nexus-site-header--mti .nexus-header-cta,
  .nexus-site-header--elementor-template .nexus-header-cta {
    display: none;
  }

  .nexus-site-header--elementor-template .nexus-header-phone--elementor .elementor-button {
    align-items: center;
    border: 1px solid var(--nexus-line);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(7, 27, 52, 0.08);
    font-size: 0;
    height: 46px;
    justify-content: center;
    width: 46px;
  }

  .nexus-site-header--elementor-template .nexus-header-phone--elementor .elementor-button::before {
    content: "☎";
    font-size: 1.05rem;
  }

  .nexus-site-header--mti .nexus-menu-toggle,
  .nexus-site-header--elementor-template .nexus-menu-toggle {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
  }

  .nexus-site-header--elementor-template .nexus-menu-toggle-widget {
    display: block;
  }
}

@media (max-width: 560px) {
  .nexus-site-header--mti .nexus-mainbar__inner,
  .nexus-site-header--elementor-template .nexus-mainbar__inner {
    min-height: 76px;
    padding: 0 20px;
  }

  .nexus-site-header--mti .nexus-brand,
  .nexus-site-header--elementor-template .nexus-brand {
    max-width: min(206px, 54vw);
  }

  .nexus-site-header--mti .nexus-brand__logo,
  .nexus-site-header--elementor-template .nexus-brand__logo,
  .nexus-site-header--elementor-template .nexus-brand img {
    max-height: 58px;
    width: min(200px, 54vw);
  }

  .nexus-site-header--mti .nexus-header-phone__icon,
  .nexus-site-header--mti .nexus-menu-toggle,
  .nexus-site-header--elementor-template .nexus-header-phone__icon,
  .nexus-site-header--elementor-template .nexus-menu-toggle,
  .nexus-site-header--elementor-template .nexus-header-phone--elementor .elementor-button {
    height: 44px;
    width: 44px;
  }

  .nexus-site-header--mti .nexus-menu-toggle__line,
  .nexus-site-header--elementor-template .nexus-menu-toggle__line {
    width: 29px;
  }

  .nexus-site-header--mti .nexus-nav,
  .nexus-site-header--elementor-template .nexus-nav {
    left: 16px;
    right: 16px;
    top: 84px;
  }
}
