.elementor-kit-4{--e-global-color-primary:#03989E;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#03989E;--e-global-color-b5aeb33:#F2F8FD;--e-global-color-c58817e:#182A38;--e-global-color-5420d44:#3178bb;--e-global-color-58be983:#ffffff;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#8a909a;--e-global-color-dff8941:#327abe;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5535e8e-font-family:"Montserrat";--e-global-typography-5535e8e-font-size:3rem;--e-global-typography-5535e8e-font-weight:700;--e-global-typography-c83476d-font-family:"Montserrat";--e-global-typography-c83476d-font-size:2.5rem;--e-global-typography-c83476d-font-weight:bold;--e-global-typography-ff8f921-font-family:"Montserrat";--e-global-typography-ff8f921-font-size:2.3rem;--e-global-typography-ff8f921-font-weight:bold;--e-global-typography-887fca2-font-family:"Open Sans";--e-global-typography-887fca2-font-size:1rem;--e-global-typography-887fca2-font-weight:400;--e-global-typography-2142591-font-family:"Open Sans";--e-global-typography-2142591-font-size:1rem;--e-global-typography-2142591-font-weight:700;--e-global-typography-6e52843-font-family:"Open Sans";--e-global-typography-6e52843-font-size:1rem;--e-global-typography-6e52843-font-weight:500;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}.entry-title, .wp-block-post-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-c83476d-font-size:1.9rem;--e-global-typography-ff8f921-font-size:1.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//*
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.7.0
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 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;
}

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

.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 {
  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 {
  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 {
  gap: 18px;
  min-height: 48px;
}

.nexus-topbar__item {
  margin: 0;
}

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

.nexus-mainbar__inner {
  gap: 28px;
  min-height: 96px;
}

.nexus-brand {
  gap: 12px;
  text-decoration: none;
}

.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 {
  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);
  font-weight: 700;
  text-decoration: none;
}

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

.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-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-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;
}

.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);
  margin-top: 42px;
  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-logo-panel,
  .nexus-proof,
  .nexus-section > .wp-block-group,
  .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-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;
  }
}

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

  .nexus-mainbar__inner,
  .nexus-topbar__inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 16px;
    padding-top: 16px;
  }

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

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

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

  .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;
}/* End custom CSS */