@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --nw-navy: #07385d;
  --nw-navy-deep: #042945;
  --nw-blue: #1f6ec2;
  --nw-blue-bright: #3a91e8;
  --nw-ice: #edf7fd;
  --nw-surface: #f7fbfe;
  --nw-purple: #96257e;
  --nw-heading: #0a385a;
  --nw-text: #294d67;
  --nw-muted: #60788d;
  --nw-white: #ffffff;
  --nw-line: #d7e7f2;
  --nw-shadow: 0 20px 60px rgba(7, 56, 93, 0.12);
  --nw-shadow-soft: 0 12px 34px rgba(7, 56, 93, 0.09);
  --nw-radius: 24px;
  --nw-container: 1240px;
  --nw-floating-lift: 0px;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body.nw-site {
  margin: 0;
  color: var(--nw-text);
  background: var(--nw-surface);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nw-site *,
body.nw-site *::before,
body.nw-site *::after {
  box-sizing: border-box;
}

body.nw-site h1,
body.nw-site h2,
body.nw-site h3,
body.nw-site h4,
body.nw-site p,
body.nw-site a,
body.nw-site button,
body.nw-site span,
body.nw-site li {
  font-family: "Manrope", sans-serif;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

body.nw-site img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.nw-site a {
  color: inherit;
  text-decoration: none;
}

body.nw-site button,
body.nw-site a {
  -webkit-tap-highlight-color: transparent;
}

body.nw-site button {
  font: inherit;
}

body.nw-menu-open {
  overflow: hidden;
}

.nw-main,
.nw-template-root,
.nw-hero-section,
.nw-section,
.nw-map-section,
.nw-floating-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --container-max-width: none;
}

.nw-template-root > .e-con-inner,
.nw-hero-section > .e-con-inner,
.nw-section > .e-con-inner,
.nw-map-section > .e-con-inner,
.nw-floating-section > .e-con-inner {
  width: 100%;
  max-width: none;
  gap: 0;
  padding: 0;
}

.elementor-widget-nw-header,
.elementor-widget-nw-hero,
.elementor-widget-nw-map,
.elementor-widget-nw-floating,
.elementor-widget-nw-footer {
  width: 100%;
}

.elementor-widget-nw-header > .elementor-widget-container,
.elementor-widget-nw-hero > .elementor-widget-container,
.elementor-widget-nw-map > .elementor-widget-container,
.elementor-widget-nw-floating > .elementor-widget-container,
.elementor-widget-nw-footer > .elementor-widget-container {
  width: 100%;
}

.nw-skip-link {
  position: fixed;
  top: 8px;
  left: 12px;
  z-index: 10000;
  transform: translateY(-150%);
  padding: 12px 18px;
  border-radius: 12px;
  color: var(--nw-white);
  background: var(--nw-navy);
  font-weight: 700;
  transition: transform 180ms ease;
}

.nw-skip-link:focus {
  transform: translateY(0);
}

/* Header */
.nw-global-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

body.admin-bar .nw-global-header {
  top: 32px;
}

.nw-global-header .nw-site-header {
  position: relative;
  top: auto;
}

.nw-header-container {
  width: min(calc(100% - 48px), var(--nw-container));
  margin-inline: auto;
}

.nw-topbar {
  position: relative;
  z-index: 1002;
  min-height: 36px;
  color: rgba(255,255,255,.9);
  background: linear-gradient(90deg, var(--nw-navy), #125f9f);
  font-size: 13px;
}

.nw-topbar-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 36px;
}

.nw-topbar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 180ms ease;
}

.nw-topbar a:hover {
  color: var(--nw-white);
}

.nw-topbar svg,
.nw-header-cta svg,
.nw-mobile-menu-contact svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.nw-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 106px;
  color: var(--nw-heading);
  background: rgba(247, 251, 254, 0.985);
  border-bottom: 1px solid rgba(10, 56, 90, 0.06);
  transition: height 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
}

.nw-site-header.is-compact {
  height: 78px;
  background: rgba(247, 251, 254, 0.985);
}

.nw-site-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(7, 56, 93, 0.15);
}

.nw-header-inner {
  position: relative;
  display: grid;
  grid-template-columns: 248px 1fr auto;
  align-items: center;
  gap: 34px;
  height: 100%;
}

.nw-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 238px;
  min-height: 64px;
}

.nw-brand-composition {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 238px;
  height: 64px;
}

.nw-brand-wordmark-wrap {
  display: block;
  width: 176px;
  height: 64px;
  overflow: hidden;
}

.nw-brand-wordmark {
  width: 176px;
  max-width: none;
  height: auto;
  transform: translateY(-22px);
}

.nw-brand-symbol {
  width: 50px;
  height: 62px;
  object-fit: contain;
  filter: none;
}

.nw-desktop-nav {
  justify-self: end;
}

.nw-desktop-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nw-desktop-nav a,
.nw-desktop-nav .nw-menu-placeholder {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #163f5e;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.nw-desktop-nav a::after,
.nw-desktop-nav .nw-menu-placeholder::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--nw-blue), var(--nw-purple));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.nw-desktop-nav a:hover::after,
.nw-desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.nw-menu-placeholder {
  cursor: default;
}

.nw-header-cta,
.nw-mobile-menu-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  color: var(--nw-white);
  background: linear-gradient(135deg, #126bb9, #368be0);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(31, 110, 194, .24);
  font-size: 14px;
  font-weight: 800;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.nw-header-cta:hover,
.nw-mobile-menu-cta:hover {
  color: var(--nw-white);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(31, 110, 194, .30);
}

body.nw-site .nw-header-cta,
body.nw-site .nw-mobile-menu-cta {
  color: var(--nw-white);
}

.nw-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  border: 1px solid rgba(31,110,194,.2);
  border-radius: 15px;
  background: rgba(237,247,253,.95);
  cursor: pointer;
}

.nw-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--nw-navy);
  border-radius: 99px;
  transition: transform 280ms ease, opacity 200ms ease;
}

body.nw-site .nw-menu-toggle:focus,
body.nw-site .nw-menu-toggle:focus-visible {
  color: var(--nw-navy);
  background: rgba(237,247,253,.95);
  outline: 3px solid rgba(31,110,194,.28);
  outline-offset: 2px;
}

.nw-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 1090;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(3, 26, 45, .48);
  backdrop-filter: blur(4px);
  cursor: default;
}

.nw-menu-overlay[hidden] {
  display: none !important;
}

.nw-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  width: min(380px, 86vw);
  height: 100dvh;
  padding: 26px;
  color: var(--nw-heading);
  background: linear-gradient(165deg, #f8fcff 0%, #e6f4fc 100%);
  box-shadow: -26px 0 70px rgba(3,38,64,.24);
  transform: translateX(105%);
  visibility: hidden;
  transition: transform 320ms cubic-bezier(.22,.75,.25,1), visibility 320ms;
}

.nw-site-header.is-menu-open .nw-mobile-menu {
  transform: translateX(0);
  visibility: visible;
}

.nw-site-header.is-menu-open .nw-menu-toggle {
  position: fixed;
  top: 16px;
  right: 18px;
  z-index: 1200;
  background: rgba(255,255,255,.84);
}

body.nw-site .nw-site-header.is-menu-open .nw-menu-toggle:focus,
body.nw-site .nw-site-header.is-menu-open .nw-menu-toggle:focus-visible {
  background: rgba(255,255,255,.92);
}

.nw-site-header.is-menu-open .nw-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nw-site-header.is-menu-open .nw-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.nw-site-header.is-menu-open .nw-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nw-mobile-menu-head {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding-right: 56px;
  border-bottom: 1px solid var(--nw-line);
}

.nw-mobile-menu-head img {
  width: 46px;
  max-height: 56px;
  object-fit: contain;
}

.nw-mobile-menu-head strong {
  color: var(--nw-heading);
  font-size: 15px;
  line-height: 1.25;
}

.nw-mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 26px;
}

.nw-mobile-menu nav a,
.nw-mobile-menu nav .nw-menu-placeholder {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(10,56,90,.08);
  color: var(--nw-heading);
  font-size: 17px;
  font-weight: 700;
}

.nw-mobile-menu nav a.is-active {
  color: var(--nw-blue);
  background: rgba(31,110,194,.08);
  border-radius: 12px;
}

.nw-mobile-menu-contact {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.nw-mobile-menu-contact > a:not(.nw-mobile-menu-cta) {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: var(--nw-text);
  font-size: 14px;
  font-weight: 650;
}

.nw-mobile-menu-cta {
  margin-top: 8px;
}

/* Hero */
.nw-hero {
  position: relative;
  min-height: 680px;
  height: clamp(680px, calc(100svh - 88px), 800px);
  color: var(--nw-white);
  background: var(--nw-navy-deep);
  overflow: hidden;
  isolation: isolate;
}

.nw-hero-media,
.nw-hero-slide,
.nw-hero-shade {
  position: absolute;
  inset: 0;
}

.nw-hero-slide {
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 680ms ease, transform 680ms ease;
}

.nw-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.nw-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.nw-site .nw-hero-image {
  max-width: none;
  height: 100%;
}

.nw-hero-shade {
  background:
    radial-gradient(circle at 78% 18%, rgba(73, 167, 232, .10), transparent 34%),
    linear-gradient(90deg, rgba(3, 27, 48, .92) 0%, rgba(4, 40, 68, .76) 44%, rgba(7, 48, 78, .34) 74%, rgba(7, 48, 78, .22) 100%);
}

.nw-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 150px;
  content: "";
  background: linear-gradient(transparent, rgba(2,24,42,.22));
  pointer-events: none;
}

.nw-hero-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-inline: 0;
  padding-right: 72px;
  padding-left: clamp(150px, 17vw, 326px);
}

.nw-hero-copy {
  width: min(760px, 68vw);
  padding-block: 62px 80px;
}

.nw-hero-eyebrow,
.nw-eyebrow .elementor-heading-title,
.nw-map-copy .nw-eyebrow,
.nw-cookie-panel .nw-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 5px 13px;
  color: var(--nw-blue);
  background: rgba(31,110,194,.09);
  border: 1px solid rgba(31,110,194,.12);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .10em;
  line-height: 1.35;
}

.nw-hero-eyebrow {
  color: #eaf7ff;
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.20);
}

.nw-hero h1 {
  max-width: 760px;
  margin: 24px 0 16px;
  color: var(--nw-white);
  font-size: clamp(50px, 5vw, 76px);
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: 1.04;
  text-wrap: balance;
}

.nw-hero-subtitle {
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 650;
  line-height: 1.4;
}

.nw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.nw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.nw-btn svg {
  width: 18px;
  height: 18px;
}

.nw-btn-primary {
  color: var(--nw-white);
  background: linear-gradient(135deg, #086bc2, #2e8fe4);
  box-shadow: 0 14px 32px rgba(0,75,145,.34);
}

.nw-btn-primary:hover {
  color: var(--nw-white);
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(0,75,145,.42);
}

.nw-btn-secondary {
  color: var(--nw-white);
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.42);
  backdrop-filter: blur(8px);
}

.nw-btn-secondary:hover {
  color: var(--nw-white);
  background: rgba(255,255,255,.14);
  transform: translateY(-2px);
}

.nw-hero-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 50px;
}

.nw-hero-feature {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.nw-hero-feature-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--nw-white);
  background: linear-gradient(145deg, rgba(53,150,234,.95), rgba(117,119,214,.88));
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 18px;
}

.nw-hero-feature-icon svg {
  width: 23px;
  height: 23px;
}

.nw-hero-feature strong,
.nw-hero-feature small {
  display: block;
}

.nw-hero-feature strong {
  color: var(--nw-white);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.3;
}

.nw-hero-feature small {
  margin-top: 5px;
  color: rgba(255,255,255,.66);
  font-size: 12px;
  line-height: 1.35;
}

.nw-hero-controls {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 22px;
  left: 22px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.nw-hero-controls button {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  color: var(--nw-white);
  background: rgba(5,40,68,.32);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  backdrop-filter: blur(8px);
  cursor: pointer;
  pointer-events: auto;
  transition: transform 180ms ease, background-color 180ms ease;
}

.nw-hero-controls button:hover {
  background: rgba(31,110,194,.75);
  transform: scale(1.06);
}

.nw-hero-controls svg {
  width: 22px;
  height: 22px;
}

.nw-hero-indicator {
  position: absolute;
  right: max(32px, calc((100vw - var(--nw-container)) / 2));
  bottom: 30px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.55);
  font-size: 12px;
  font-style: normal;
}

.nw-hero-indicator strong,
.nw-hero-indicator em {
  min-width: 18px;
  color: inherit;
  font-style: normal;
  font-weight: 800;
}

.nw-hero-indicator strong {
  color: var(--nw-white);
}

.nw-hero-indicator span {
  width: 44px;
  height: 1px;
  background: rgba(255,255,255,.45);
}

/* Common Elementor sections */
.elementor .nw-section {
  padding: 112px 28px;
  background: var(--nw-white);
}

.elementor .nw-section.nw-surface {
  background: var(--nw-surface);
}

.elementor .nw-section.nw-ice {
  background: var(--nw-ice);
}

.elementor .nw-section.nw-dark {
  color: var(--nw-white);
  background: linear-gradient(135deg, var(--nw-navy-deep), #12598f);
}

.elementor .nw-section-inner {
  width: min(100%, var(--nw-container));
  max-width: var(--nw-container);
  margin-inline: auto;
  gap: 0;
}

.elementor .nw-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(46px, 6vw, 86px);
}

.elementor .nw-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.elementor .nw-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.elementor .nw-align-center {
  align-items: center;
}

.nw-copy-column {
  min-width: 0;
}

.nw-align-center {
  text-align: center;
}

.nw-eyebrow,
.nw-section-title,
.nw-section-description,
.nw-card-title,
.nw-card-text,
.nw-card-number,
.nw-audience-title,
.nw-project-title,
.nw-project-text,
.nw-project-category,
.nw-project-pending,
.nw-step-label,
.nw-region-title,
.nw-region-text {
  margin: 0;
}

.nw-eyebrow .elementor-heading-title {
  color: var(--nw-blue);
}

.nw-eyebrow-light .elementor-heading-title {
  color: #eaf7ff;
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.16);
}

.nw-section-title .elementor-heading-title {
  margin: 18px 0 0;
  color: var(--nw-heading);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 760;
  letter-spacing: -.04em;
  line-height: 1.08;
  text-wrap: balance;
}

.nw-title-light .elementor-heading-title {
  color: var(--nw-white);
}

.nw-section-description .elementor-widget-container {
  width: min(100%, 720px);
}

.nw-section-description.nw-align-center .elementor-widget-container {
  margin-inline: auto;
}

.nw-section-description p {
  margin: 20px 0 0;
  color: var(--nw-muted);
  font-size: 17px;
  line-height: 1.75;
}

.nw-description-light p {
  color: rgba(255,255,255,.72);
}

.nw-card-grid,
.nw-audience-grid,
.nw-projects-grid,
.nw-partner-grid {
  margin-top: 56px;
}

.nw-card {
  position: relative;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--nw-line);
  border-radius: var(--nw-radius);
  background: var(--nw-white);
  box-shadow: 0 8px 26px rgba(7,56,93,.045);
}

.nw-card-icon {
  width: auto;
}

.nw-card-icon .elementor-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--nw-blue);
  background: var(--nw-ice);
  border-radius: 16px;
  font-size: 21px;
}

.nw-card-number {
  position: absolute;
  top: 27px;
  right: 28px;
}

.nw-card-number .elementor-heading-title {
  color: rgba(10,56,90,.35);
  font-size: 15px;
  font-weight: 800;
}

.nw-card-title .elementor-heading-title {
  margin: 28px 0 0;
  color: var(--nw-heading);
  font-size: 23px;
  font-weight: 730;
  line-height: 1.28;
}

.nw-card-text p {
  margin: 14px 0 0;
  color: var(--nw-muted);
  font-size: 15px;
  line-height: 1.7;
}

.nw-text-button .elementor-button,
.nw-card-link .elementor-button,
.nw-primary-button .elementor-button,
.nw-cta-button .elementor-button,
.nw-disabled-button .elementor-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0;
  color: var(--nw-blue);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 800;
  box-shadow: none;
}

.nw-text-button {
  margin-top: 22px;
}

.nw-card-link {
  margin-top: auto;
  padding-top: 22px;
}

.nw-card-link .elementor-button:hover,
.nw-text-button .elementor-button:hover {
  color: var(--nw-purple);
  background: transparent;
}

.nw-primary-button .elementor-button,
.nw-cta-button .elementor-button {
  min-height: 52px;
  padding: 0 22px;
  color: var(--nw-white);
  background: linear-gradient(135deg, #126bb9, #368be0);
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(31,110,194,.24);
}

.nw-primary-button {
  margin-top: 26px;
}

.nw-primary-button .elementor-button:hover,
.nw-cta-button .elementor-button:hover {
  color: var(--nw-white);
  background: linear-gradient(135deg, #0d62ac, #3182d2);
  transform: translateY(-2px);
}

/* Intro */
.elementor .nw-intro {
  background: var(--nw-white);
}

.nw-intro-visual {
  position: relative;
  min-width: 0;
  padding-bottom: 0;
}

.nw-rounded-image img {
  width: 100%;
  aspect-ratio: 1.32 / 1;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--nw-shadow-soft);
}

.elementor .nw-counter-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 14px;
  width: 100%;
  margin-top: 16px;
}

.nw-counter-card {
  display: grid;
  align-content: center;
  min-height: 138px;
  padding: 22px;
  border: 1px solid var(--nw-line);
  border-radius: 22px;
  box-shadow: var(--nw-shadow-soft);
  text-align: center;
}

.nw-counter-card > .elementor-widget-container {
  display: contents;
}

.nw-counter-card .elementor-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nw-counter-card .elementor-counter-number-wrapper {
  order: 1;
}

.nw-counter-card .elementor-counter-title {
  order: 2;
}

.nw-counter-primary {
  color: var(--nw-white);
  background: linear-gradient(145deg, var(--nw-navy), var(--nw-blue));
  border-color: rgba(255,255,255,.18);
}

.nw-counter-light {
  color: var(--nw-heading);
  background: rgba(255,255,255,.97);
}

.nw-counter-card .elementor-counter-number-wrapper {
  justify-content: center;
  font-size: 38px;
  font-weight: 760;
  line-height: 1.1;
}

.nw-counter-card .elementor-counter-title {
  margin-top: 10px;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
}

/* Services */
.nw-service-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.nw-service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--nw-shadow-soft);
}

.nw-service-blue,
.nw-service-navy {
  border-color: rgba(255,255,255,.16);
}

.nw-service-blue {
  color: var(--nw-white);
  background: linear-gradient(145deg, #4a8cd4, #276cb4);
}

.nw-service-navy {
  color: var(--nw-white);
  background: linear-gradient(145deg, #0a416a, #07385d);
}

.nw-service-blue .nw-card-title .elementor-heading-title,
.nw-service-navy .nw-card-title .elementor-heading-title,
.nw-service-blue .nw-card-text p,
.nw-service-navy .nw-card-text p,
.nw-service-blue .nw-card-link .elementor-button,
.nw-service-navy .nw-card-link .elementor-button {
  color: var(--nw-white);
}

.nw-service-blue .nw-card-text p,
.nw-service-navy .nw-card-text p {
  opacity: .78;
}

.nw-service-blue .nw-card-icon .elementor-icon,
.nw-service-navy .nw-card-icon .elementor-icon {
  color: var(--nw-white);
  background: rgba(255,255,255,.12);
}

.nw-service-blue .nw-card-number .elementor-heading-title,
.nw-service-navy .nw-card-number .elementor-heading-title {
  color: rgba(255,255,255,.45);
}

/* Audience */
.elementor .nw-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.nw-audience-card {
  display: flex;
  min-height: 150px;
  padding: 24px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.nw-audience-card:hover {
  transform: translateY(-4px);
  border-color: rgba(31,110,194,.30);
  box-shadow: var(--nw-shadow-soft);
}

.nw-audience-title .elementor-heading-title {
  margin-top: auto;
  padding-top: 28px;
  color: var(--nw-heading);
  font-size: 16px;
  font-weight: 690;
  line-height: 1.4;
}

/* Why */
.nw-why-image-column {
  position: relative;
  padding-bottom: 44px;
}

.nw-why-badge {
  position: absolute;
  right: -12px;
  bottom: 0;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 12px;
  width: min(280px, 72%);
  padding: 15px 18px;
  background: var(--nw-white);
  border: 1px solid var(--nw-line);
  border-radius: 18px;
  box-shadow: var(--nw-shadow-soft);
}

.nw-badge-symbol img {
  width: 40px;
  max-height: 48px;
  object-fit: contain;
}

.nw-badge-text p {
  margin: 0;
  color: var(--nw-text);
  font-size: 12px;
  line-height: 1.45;
}

.nw-benefit-list {
  margin-top: 26px;
}

.nw-benefit-list .elementor-icon-list-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}

.nw-benefit-list .elementor-icon-list-item {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--nw-heading);
  font-size: 16px;
  font-weight: 680;
}

.nw-benefit-list .elementor-icon-list-icon {
  display: grid;
  place-items: center;
  flex: 0 0 20px;
  width: 20px;
  min-width: 20px;
  margin: 0 !important;
  color: var(--nw-blue);
}

.nw-benefit-list .elementor-icon-list-icon svg {
  width: 16px;
  height: 16px;
}

.nw-benefit-list .elementor-icon-list-text {
  flex: 1 1 auto;
}

/* Process */
.nw-process-card {
  min-height: 300px;
  color: var(--nw-white);
  border-color: rgba(255,255,255,.18);
  background: linear-gradient(145deg, #0a4775, #0b385c);
}

.nw-process-card.nw-process-2 {
  background: linear-gradient(145deg, #4c92db, #2d72bb);
}

.nw-process-card .nw-card-title .elementor-heading-title,
.nw-process-card .nw-card-text p {
  color: var(--nw-white);
}

.nw-process-card .nw-card-text p {
  opacity: .78;
}

.nw-process-card .nw-card-icon .elementor-icon {
  color: var(--nw-white);
  background: rgba(255,255,255,.12);
}

.nw-step-label .elementor-heading-title {
  display: inline-flex;
  width: auto;
  padding: 6px 10px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.10);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
}

.nw-process-card .nw-card-icon {
  margin-top: 30px;
}

.nw-process-card .nw-card-title .elementor-heading-title {
  margin-top: 24px;
  font-size: 20px;
}

/* Regions */
.elementor .nw-region-layout {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.6fr);
  gap: 60px;
}

.nw-regions .nw-eyebrow .elementor-heading-title {
  color: #eaf7ff;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.15);
}

.nw-regions .nw-section-title .elementor-heading-title {
  color: var(--nw-white);
}

.nw-regions .nw-section-description p {
  color: rgba(255,255,255,.68);
}

.nw-region-card {
  min-height: 180px;
  padding: 26px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 20px;
  transition: transform 220ms ease, background-color 220ms ease;
}

.nw-region-card:hover {
  background: rgba(255,255,255,.11);
  transform: translateY(-4px);
}

.nw-region-icon .elementor-icon {
  color: #9bd3ff;
  font-size: 20px;
}

.nw-region-title .elementor-heading-title {
  margin-top: 24px;
  color: var(--nw-white);
  font-size: 19px;
  font-weight: 700;
}

.nw-region-text p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.58);
  font-size: 12px;
}

/* Projects */
.elementor .nw-projects-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
}

.nw-disabled-button .elementor-button {
  min-height: 46px;
  padding: 0 18px;
  color: var(--nw-muted);
  background: var(--nw-ice);
  border: 1px solid var(--nw-line);
  border-radius: 13px;
  cursor: default;
}

.nw-project-card {
  overflow: hidden;
  border: 1px solid var(--nw-line);
  border-radius: 24px;
  background: var(--nw-white);
  box-shadow: 0 10px 28px rgba(7,56,93,.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.nw-project-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--nw-shadow-soft);
}

.nw-project-placeholder {
  display: grid;
  place-content: center;
  min-height: 220px;
  padding: 28px;
  text-align: center;
  background: linear-gradient(145deg, #edf7fd, #dcecf8);
}

.nw-project-icon .elementor-icon {
  color: var(--nw-blue);
  font-size: 32px;
}

.nw-project-pending .elementor-heading-title {
  margin-top: 16px;
  color: var(--nw-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
}

.nw-project-copy {
  padding: 24px;
}

.nw-project-category .elementor-heading-title {
  color: var(--nw-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .10em;
}

.nw-project-title .elementor-heading-title {
  margin-top: 8px;
  color: var(--nw-heading);
  font-size: 20px;
  font-weight: 720;
  line-height: 1.35;
}

.nw-project-text p {
  margin: 12px 0 0;
  color: var(--nw-muted);
  font-size: 13px;
  line-height: 1.65;
}

/* Partners */
.elementor .nw-partners {
  padding-block: 76px;
}

.elementor .nw-partner-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: 14px;
}

.nw-partner-logo {
  display: grid;
  place-items: center;
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--nw-line);
  border-radius: 18px;
  background: var(--nw-white);
}

.nw-partner-image img {
  width: 100%;
  height: 58px;
  object-fit: contain;
  filter: saturate(.82);
  transition: filter 200ms ease, transform 200ms ease;
}

body.nw-site .nw-partner-image img {
  height: 58px;
}

.nw-partner-logo:nth-child(4) .nw-partner-image img {
  width: 100%;
  max-width: 100%;
}

.nw-partner-logo:nth-child(5) .nw-partner-image img {
  width: 100%;
  max-width: 100%;
}

.nw-partner-logo:hover .nw-partner-image img {
  filter: saturate(1);
  transform: scale(1.03);
}

/* FAQ */
.elementor .nw-faq-layout {
  align-items: start;
}

.nw-accordion .elementor-accordion-item {
  border-width: 0 0 1px;
  border-color: var(--nw-line);
}

.nw-accordion .elementor-tab-title {
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 17px 0;
  color: var(--nw-heading);
  font-size: 17px;
  font-weight: 730;
}

.nw-accordion .elementor-accordion-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin: 0 16px 0 0 !important;
  color: var(--nw-blue);
}

.nw-accordion .elementor-accordion-icon svg {
  width: 16px;
  height: 16px;
}

.nw-accordion .elementor-accordion-icon-opened {
  display: none;
}

.nw-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
  display: none;
}

.nw-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
  display: inline-flex;
}

.nw-accordion .elementor-accordion-title {
  flex: 1 1 auto;
  min-width: 0;
}

.nw-accordion .elementor-accordion-title:focus-visible,
.nw-accordion .elementor-tab-title:focus-visible {
  border-radius: 8px;
  outline: 3px solid rgba(58, 145, 232, .72);
  outline-offset: 4px;
}

.nw-accordion .elementor-tab-content {
  padding: 0 34px 24px 46px;
  border: 0;
  color: var(--nw-muted);
  font-size: 15px;
  line-height: 1.75;
}

/* CTA */
.elementor .nw-final-cta {
  padding-block: 86px;
}

.elementor .nw-cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto;
  align-items: center;
  gap: 60px;
}

.nw-final-cta .nw-section-title .elementor-heading-title {
  max-width: 760px;
}

.nw-cta-button .elementor-button {
  min-height: 56px;
  padding-inline: 24px;
  color: var(--nw-heading);
  background: var(--nw-white);
  box-shadow: 0 16px 34px rgba(3,27,47,.18);
}

.nw-cta-button .elementor-button:hover {
  color: var(--nw-heading);
  background: #f3faff;
}

/* Consent map */
.nw-consent-map {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  align-items: stretch;
  gap: 42px;
  width: min(calc(100% - 56px), var(--nw-container));
  margin: 96px auto;
  padding: 28px;
  background: var(--nw-ice);
  border: 1px solid var(--nw-line);
  border-radius: 28px;
}

.nw-map-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 20px 30px 28px;
}

.nw-map-copy h2 {
  margin: 18px 0 0;
  color: var(--nw-heading);
  font-size: clamp(32px, 3.3vw, 48px);
  font-weight: 760;
  letter-spacing: -.04em;
  line-height: 1.1;
}

.nw-map-copy p {
  margin: 18px 0 0;
  color: var(--nw-muted);
  font-size: 16px;
  line-height: 1.75;
}

.nw-map-frame {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  background: linear-gradient(145deg, #f7fcff, #d8ebf8);
  border: 1px solid rgba(31,110,194,.14);
  border-radius: 22px;
}

.nw-map-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
  background-image:
    linear-gradient(rgba(31,110,194,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31,110,194,.055) 1px, transparent 1px);
  background-size: 32px 32px;
}

.nw-map-placeholder[hidden] {
  display: none !important;
}

.nw-map-pin {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  color: var(--nw-blue);
  background: var(--nw-white);
  border: 1px solid var(--nw-line);
  border-radius: 22px;
  box-shadow: var(--nw-shadow-soft);
}

.nw-map-pin svg {
  width: 34px;
  height: 34px;
}

.nw-map-placeholder strong {
  margin-top: 18px;
  color: var(--nw-heading);
  font-size: 24px;
  font-weight: 760;
}

.nw-map-placeholder p {
  max-width: 390px;
  margin: 8px 0 0;
  color: var(--nw-muted);
  font-size: 13px;
}

.nw-map-load {
  min-height: 48px;
  margin-top: 20px;
  padding: 0 20px;
  color: var(--nw-white);
  background: var(--nw-blue);
  border: 0;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.nw-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 410px;
  border: 0;
}

/* Floating controls */
.nw-floating-controls {
  position: fixed;
  z-index: 990;
  right: 22px;
  bottom: calc(22px + env(safe-area-inset-bottom, 0px));
  left: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  pointer-events: none;
  transform: translate3d(0, calc(0px - var(--nw-floating-lift)), 0);
  will-change: transform;
}

.nw-whatsapp,
.nw-scroll-top {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  padding: 0;
  pointer-events: auto;
  cursor: pointer;
  transition: transform 260ms cubic-bezier(.2,.78,.3,1), opacity 260ms ease, filter 220ms ease;
}

.nw-whatsapp {
  color: var(--nw-white);
  background-color: #0d9f50;
  background-image: linear-gradient(145deg, #20c468, #0d9f50);
  border: 1px solid rgba(255,255,255,.40);
  border-radius: 20px;
  box-shadow: 0 15px 34px rgba(13,159,80,.34);
  opacity: 1;
  transform: translateY(0) scale(1);
}

body.nw-site a.nw-whatsapp {
  color: var(--nw-white);
}

.nw-whatsapp svg {
  width: 33px;
  height: 33px;
}

.nw-scroll-top {
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(.88);
}

.nw-scroll-top:not([hidden]) {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.nw-scroll-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(7,56,93,.25));
}

.nw-scroll-top:hover {
  transform: translateY(-3px) scale(1.03);
}

body.is-nw-scrolling.nw-scroll-down .nw-whatsapp,
body.is-nw-scrolling.nw-scroll-down .nw-scroll-top:not([hidden]) {
  opacity: .46;
  transform: translateY(0) scale(.84);
}

body.is-nw-scrolling.nw-scroll-up .nw-whatsapp {
  opacity: 1;
  transform: translateY(0) scale(1);
}

body.is-nw-scrolling.nw-scroll-up .nw-scroll-top:not([hidden]) {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(.9);
}

.nw-scroll-top.is-direction-hidden:not([hidden]) {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(.9);
}

/* Cookie UI */
.nw-cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 18px;
  left: 20px;
  z-index: 1300;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(calc(100% - 40px), 980px);
  margin-inline: auto;
  padding: 20px;
  color: var(--nw-text);
  background: rgba(255,255,255,.98);
  border: 1px solid var(--nw-line);
  border-radius: 20px;
  box-shadow: 0 28px 80px rgba(3,27,47,.24);
  backdrop-filter: blur(14px);
}

.nw-cookie-banner[hidden],
.nw-cookie-modal[hidden],
.nw-floating-controls [hidden] {
  display: none;
}

.nw-cookie-copy strong {
  color: var(--nw-heading);
  font-size: 16px;
}

.nw-cookie-copy p {
  margin: 5px 0 0;
  color: var(--nw-muted);
  font-size: 13px;
  line-height: 1.55;
}

.nw-cookie-actions,
.nw-cookie-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.nw-cookie-primary,
.nw-cookie-secondary {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.nw-cookie-primary {
  color: var(--nw-white);
  background: var(--nw-blue);
  border: 1px solid var(--nw-blue);
}

.nw-cookie-secondary {
  color: var(--nw-heading);
  background: var(--nw-white);
  border: 1px solid var(--nw-line);
}

.nw-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  place-items: center;
  padding: 22px;
}

.nw-cookie-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3,27,47,.58);
  backdrop-filter: blur(5px);
}

.nw-cookie-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  max-height: min(760px, calc(100dvh - 44px));
  padding: 32px;
  overflow: auto;
  color: var(--nw-text);
  background: var(--nw-white);
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(3,27,47,.36);
}

.nw-cookie-panel h2 {
  margin: 18px 0 24px;
  color: var(--nw-heading);
  font-size: 32px;
  line-height: 1.2;
}

.nw-cookie-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--nw-heading);
  background: var(--nw-ice);
  border: 1px solid var(--nw-line);
  border-radius: 13px;
  font-size: 26px;
  cursor: pointer;
}

.nw-cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 84px;
  padding: 16px 0;
  border-top: 1px solid var(--nw-line);
}

.nw-cookie-category strong,
.nw-cookie-category small {
  display: block;
}

.nw-cookie-category strong {
  color: var(--nw-heading);
  font-size: 16px;
}

.nw-cookie-category small {
  margin-top: 3px;
  color: var(--nw-muted);
  font-size: 12px;
}

.nw-cookie-category input {
  width: 24px;
  height: 24px;
  accent-color: var(--nw-blue);
}

.nw-cookie-required {
  color: var(--nw-blue);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.nw-cookie-modal-actions {
  justify-content: flex-end;
  margin-top: 26px;
}

/* Footer */
.nw-site-footer {
  position: relative;
  z-index: 2;
  padding: 44px 28px 20px;
  color: rgba(255,255,255,.74);
  background: #031f34;
}

.nw-footer-inner {
  display: grid;
  grid-template-columns: minmax(230px, 270px) minmax(320px, 1fr) auto;
  grid-template-areas:
    "brand contact social"
    "brand legal legal";
  align-items: center;
  gap: 10px 36px;
  width: min(100%, var(--nw-container));
  margin-inline: auto;
}

.nw-footer-brand {
  grid-area: brand;
}

.nw-footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(100%, 262px);
}

.nw-footer-wordmark {
  width: 194px;
  height: auto;
  filter: grayscale(1) brightness(0) invert(1);
}

.nw-footer-symbol {
  width: 54px;
  height: 66px;
  object-fit: contain;
}

.nw-footer-contact {
  grid-area: contact;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.nw-footer-contact a,
.nw-footer-contact > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  font-size: 13px;
}

.nw-footer-contact svg {
  width: 18px;
  height: 18px;
  color: #7fc8ff;
}

.nw-footer-legal {
  grid-area: legal;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.nw-footer-legal span,
.nw-footer-legal button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0;
  color: rgba(255,255,255,.64);
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  opacity: 1;
  white-space: nowrap;
}

.nw-site-footer .nw-footer-legal > span,
.nw-site-footer .nw-footer-legal > button[type="button"] {
  color: rgba(255,255,255,.64) !important;
  font-family: var(--nw-font) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.nw-footer-legal button {
  cursor: pointer;
}

.nw-footer-social {
  grid-area: social;
  display: flex;
  gap: 8px;
}

.nw-footer-social span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: rgba(255,255,255,.70);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 12px;
  cursor: default;
}

.nw-footer-social svg {
  width: 20px;
  height: 20px;
}

.nw-footer-bottom {
  width: min(100%, var(--nw-container));
  margin: 30px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.46);
  font-size: 11px;
}

/* Focus and motion */
body.nw-site :focus-visible {
  outline: 3px solid #63b9f7;
  outline-offset: 3px;
}

.nw-js .nw-reveal:not(.is-visible),
.nw-js .nw-reveal-item:not(.is-visible) {
  opacity: 0;
  transform: translateY(24px);
}

.nw-js .nw-reveal,
.nw-js .nw-reveal-item {
  transition: opacity 620ms ease, transform 620ms cubic-bezier(.2,.75,.25,1);
}

.nw-js .nw-reveal.is-visible,
.nw-js .nw-reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .nw-header-inner {
    grid-template-columns: 218px 1fr auto;
    gap: 20px;
  }

  .nw-brand,
  .nw-brand-composition {
    width: 210px;
  }

  .nw-brand-composition {
    height: 58px;
  }

  .nw-brand-wordmark-wrap {
    width: 156px;
    height: 58px;
  }

  .nw-brand-wordmark {
    width: 156px;
    transform: translateY(-20px);
  }

  .nw-brand-symbol {
    width: 44px;
    height: 55px;
  }

  .nw-desktop-nav ul {
    gap: 18px;
  }

  .nw-desktop-nav a,
  .nw-desktop-nav .nw-menu-placeholder {
    font-size: 13px;
  }

  .nw-header-cta {
    padding-inline: 18px;
  }

  .nw-hero-container {
    padding-right: 62px;
    padding-left: clamp(124px, 15vw, 176px);
  }

  .nw-footer-inner {
    grid-template-columns: 230px 1fr auto;
  }
}

@media (max-width: 1024px) {
  .nw-topbar {
    display: none;
  }

  .nw-site-header,
  .nw-site-header.is-compact {
    height: 84px;
    transition: box-shadow 300ms ease, background-color 300ms ease;
  }

  .nw-header-container {
    width: 100%;
  }

  .nw-header-inner {
    display: block;
    padding-inline: 18px;
  }

  .nw-desktop-nav,
  .nw-header-cta {
    display: none;
  }

  .nw-menu-toggle {
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    transform: translateY(-50%);
  }

  .nw-brand {
    --nw-brand-wordmark-width: clamp(110px, 32vw, 144px);
    --nw-brand-symbol-width: clamp(40px, 11vw, 48px);
    --nw-brand-gap: clamp(4px, 1.3vw, 6px);
    position: absolute;
    top: 0;
    left: clamp(14px, 2.3vw, 24px);
    width: calc(100% - 108px);
    height: 100%;
    min-height: 0;
    transform: none;
  }

  .nw-brand-composition {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }

  .nw-brand-wordmark-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: var(--nw-brand-wordmark-width);
    height: auto;
    opacity: var(--nw-wordmark-opacity, 1);
    filter: blur(var(--nw-wordmark-blur, 0));
    clip-path: inset(0 calc(var(--nw-wordmark-collapse, 0) * 100%) 0 0);
    overflow: hidden;
    transform: translateY(-50%);
    will-change: opacity, filter, clip-path;
  }

  .nw-brand-wordmark {
    width: var(--nw-brand-wordmark-width);
    max-width: none;
    transform: none;
  }

  .nw-brand-symbol {
    position: absolute;
    top: 50%;
    left: calc(var(--nw-brand-wordmark-width) + var(--nw-brand-gap));
    display: block;
    width: var(--nw-brand-symbol-width);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 10px rgba(7, 56, 93, var(--nw-symbol-shadow, 0)));
    transform: translate3d(var(--nw-symbol-shift, 0), -50%, 0);
    will-change: transform, filter;
  }

  .nw-hero {
    height: clamp(700px, calc(100svh - 68px), 780px);
  }

  .nw-hero-container {
    width: min(calc(100% - 52px), var(--nw-container));
    margin-inline: auto;
    padding-inline: 0;
  }

  .nw-hero-copy {
    width: min(860px, 82%);
    margin-inline: auto;
    padding-left: 0;
  }

  .nw-hero h1 {
    font-size: clamp(46px, 6.6vw, 66px);
  }

  .nw-hero-controls {
    display: none;
  }

  .elementor .nw-section {
    padding: 82px 24px;
  }

  .elementor .nw-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor .nw-audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .elementor .nw-partner-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nw-process-card {
    align-items: center;
    text-align: center;
  }

  .nw-process-card .nw-step-label .elementor-heading-title {
    margin-inline: auto;
  }

  .nw-process-card .nw-card-icon {
    align-self: center;
  }

  .nw-audience-card {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .nw-audience-title .elementor-heading-title {
    margin-top: 0;
    padding-top: 22px;
  }

  .elementor .nw-region-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .nw-footer-inner {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
    grid-template-areas:
      "contact brand"
      "legal social";
    align-items: start;
    gap: 18px 34px;
  }

  .nw-footer-legal,
  .nw-footer-social {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  body.admin-bar .nw-global-header {
    top: 46px;
  }

  .nw-site-header,
  .nw-site-header.is-compact {
    height: 78px;
  }

  .nw-brand {
    width: calc(100% - 94px);
  }

  .nw-menu-toggle {
    right: 14px;
    width: 46px;
    height: 46px;
  }

  .nw-hero {
    min-height: 770px;
    height: max(770px, calc(100svh - 64px));
  }

  .nw-hero-shade {
    background:
      linear-gradient(180deg, rgba(3,27,48,.76) 0%, rgba(3,27,48,.80) 45%, rgba(3,27,48,.92) 100%);
  }

  .nw-hero-image {
    object-position: center;
  }

  .nw-hero-container {
    width: calc(100% - 34px);
    align-items: flex-start;
    text-align: center;
  }

  .nw-hero-copy {
    width: 100%;
    margin-inline: auto;
    padding: 72px 0 92px;
  }

  .nw-hero h1 {
    margin-top: 18px;
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1.07;
  }

  .nw-hero-subtitle {
    font-size: 18px;
  }

  .nw-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    width: min(100%, 440px);
    margin: 26px auto 0;
  }

  .nw-btn {
    width: 100%;
  }

  .nw-hero-features {
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(100%, 440px);
    margin: 30px auto 0;
    text-align: left;
  }

  .nw-hero-feature {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 7px 10px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 15px;
  }

  .nw-hero-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .nw-hero-indicator {
    right: 50%;
    bottom: 38px;
    transform: translateX(50%);
  }

  .elementor .nw-section {
    padding: 62px 18px;
  }

  .elementor .nw-grid-2,
  .elementor .nw-grid-3,
  .elementor .nw-grid-4,
  .elementor .nw-audience-grid,
  .elementor .nw-region-grid,
  .elementor .nw-partner-grid {
    grid-template-columns: 1fr;
  }

  .elementor .nw-grid-2 {
    gap: 44px;
  }

  .nw-section-title .elementor-heading-title {
    font-size: clamp(32px, 9vw, 44px);
  }

  .nw-section-description p {
    font-size: 16px;
  }

  .nw-intro-visual {
    padding-bottom: 0;
  }

  .elementor .nw-counter-grid {
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-top: 14px;
  }

  .nw-counter-card {
    min-height: 124px;
    padding: 18px 12px;
  }

  .nw-counter-card .elementor-counter-number-wrapper {
    font-size: 32px;
  }

  .nw-service-card {
    min-height: 350px;
  }

  .elementor .nw-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nw-audience-card {
    min-height: 142px;
    padding: 20px;
  }

  .nw-benefit-list .elementor-icon-list-items {
    grid-template-columns: 1fr;
  }

  .nw-why-image-column {
    padding-bottom: 34px;
  }

  .nw-why-badge {
    right: 8px;
  }

  .nw-process-card {
    min-height: 270px;
  }

  .elementor .nw-projects-header,
  .elementor .nw-cta-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .nw-disabled-button {
    display: none;
  }

  .elementor .nw-partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nw-partner-logo {
    min-height: 100px;
  }

  .nw-consent-map {
    grid-template-columns: 1fr;
    gap: 14px;
    width: calc(100% - 28px);
    margin: 62px auto;
    padding: 16px;
  }

  .nw-map-copy {
    padding: 22px 10px;
  }

  .nw-map-frame,
  .nw-map-frame iframe {
    min-height: 350px;
  }

  .nw-cookie-banner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .nw-cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .nw-cookie-primary {
    grid-column: 1 / -1;
  }

  .nw-cookie-panel {
    padding: 26px 20px 20px;
  }

  .nw-cookie-panel h2 {
    padding-right: 44px;
    font-size: 27px;
  }

  .nw-floating-controls {
    right: 6px;
    left: 6px;
  }

  .nw-whatsapp,
  .nw-scroll-top {
    width: 50px;
    height: 50px;
  }

  .nw-site-footer {
    padding: 38px 18px 18px;
  }

  .nw-footer-inner {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
    grid-template-areas:
      "contact brand"
      "legal social";
    gap: 16px 18px;
  }

  .nw-footer-logo {
    align-items: flex-start;
    gap: 6px;
    width: 100%;
  }

  .nw-footer-wordmark {
    width: calc(100% - 46px);
    max-width: 154px;
  }

  .nw-footer-symbol {
    width: 40px;
    height: 50px;
  }

  .nw-footer-contact {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .nw-footer-contact a,
  .nw-footer-contact > span {
    min-width: 0;
    font-size: clamp(10.5px, 3vw, 13px);
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .nw-footer-legal {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2px;
  }

  .nw-footer-social {
    display: grid;
    grid-template-columns: repeat(3, 44px);
    justify-content: start;
  }
}

@media (max-width: 430px) {
  .nw-brand {
    width: calc(100% - 88px);
  }

  .nw-mobile-menu {
    width: 88vw;
    padding: 22px;
  }

  .nw-hero {
    min-height: 760px;
  }

  .nw-hero-copy {
    padding-top: 58px;
  }

  .nw-hero h1 {
    font-size: clamp(35px, 10.5vw, 46px);
  }

  .nw-hero-eyebrow {
    font-size: 10px;
  }

  .elementor .nw-audience-grid {
    grid-template-columns: 1fr;
  }

  .nw-audience-card {
    min-height: 126px;
  }

  .nw-partner-logo:nth-child(4) .nw-partner-image img {
    width: 100%;
    max-width: 100%;
  }

  .nw-partner-logo:nth-child(5) .nw-partner-image img {
    width: 100%;
    max-width: 100%;
  }

  .nw-cookie-actions,
  .nw-cookie-modal-actions {
    grid-template-columns: 1fr;
  }

  .nw-cookie-primary,
  .nw-cookie-secondary {
    width: 100%;
    grid-column: auto;
  }

  .nw-cookie-category {
    align-items: flex-start;
  }

  .nw-footer-social {
    grid-template-columns: repeat(2, 44px);
  }
}

@media (max-width: 340px) {
  .nw-hero h1 {
    font-size: 33px;
  }

  .elementor .nw-counter-grid,
  .elementor .nw-partner-grid {
    grid-template-columns: 1fr;
  }

  .nw-site-footer {
    padding-inline: 14px;
  }

  .nw-footer-inner {
    gap-inline: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms;
    animation-iteration-count: 1;
    scroll-behavior: auto;
    transition-duration: .01ms;
  }

  .nw-js .nw-reveal:not(.is-visible),
  .nw-js .nw-reveal-item:not(.is-visible) {
    opacity: 1;
    transform: none;
  }

  .nw-brand-wordmark-wrap {
    opacity: 1 !important;
    filter: none !important;
    clip-path: none !important;
  }

}
