:root {
  --navy-950: #061421;
  --navy-900: #071a2e;
  --navy-800: #0d2a46;
  --blue-700: #075f9b;
  --blue-600: #087ec4;
  --blue-500: #14a1d6;
  --blue-100: #e5f5fb;
  --green-600: #2e9b35;
  --green-500: #62bb2f;
  --orange-600: #f15a0a;
  --orange-500: #ff8a00;
  --ink: #102337;
  --muted: #5d6d7e;
  --line: #dce7ee;
  --paper: #ffffff;
  --canvas: #f4f8fa;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shadow-sm: 0 12px 34px rgba(7, 34, 59, 0.08);
  --shadow-md: 0 24px 70px rgba(4, 26, 46, 0.15);
  --container: 1180px;
  --header-height: 84px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--orange-500);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--navy-950);
  background: var(--paper);
  border-radius: 10px;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

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

.section {
  position: relative;
  padding: 112px 0;
}

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: var(--header-height);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 250ms ease, box-shadow 250ms ease, height 250ms ease;
}

.site-header.is-scrolled {
  height: 72px;
  background: rgba(6, 20, 33, 0.95);
  box-shadow: 0 10px 30px rgba(2, 15, 27, 0.22);
  backdrop-filter: blur(16px);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 174px;
}

.group-logo-crop {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
}

.group-logo-crop img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  max-width: none;
  transform: translate(-50%, -50%);
}

.group-logo-crop--header {
  width: 174px;
  height: 52px;
  background: #fff;
  border-radius: 11px;
}

.group-logo-crop--header img {
  width: 480px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav > a {
  position: relative;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.89rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  transition: color 180ms ease;
}

.site-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  background: var(--blue-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav > a:hover,
.site-nav > a.is-active {
  color: #fff;
}

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

.site-nav .nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 17px;
  color: #fff;
  background: linear-gradient(135deg, var(--green-600), var(--green-500));
  border-radius: 999px;
  box-shadow: 0 9px 25px rgba(65, 177, 53, 0.22);
}

.nav-cta svg,
.button svg,
.text-link svg,
.button--whatsapp svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.nav-cta:hover svg,
.button:hover svg,
.text-link:hover svg,
.button--whatsapp:hover svg {
  transform: translateX(3px);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  cursor: pointer;
}

.menu-toggle span {
  width: 21px;
  height: 2px;
  background: currentColor;
  border-radius: 5px;
  transition: transform 220ms ease, opacity 180ms ease;
}

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

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

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

.hero {
  position: relative;
  min-height: 760px;
  padding: calc(var(--header-height) + 92px) 0 110px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 87% 5%, rgba(20, 161, 214, 0.18), transparent 28%),
    linear-gradient(135deg, var(--navy-950) 0%, #08233a 58%, #073e61 100%);
}

.hero::before {
  content: "";
  position: absolute;
  width: 48%;
  height: 140%;
  top: -20%;
  right: -15%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.hero::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -150px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.025), 0 0 0 160px rgba(255, 255, 255, 0.018);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, rgba(0,0,0,.7), transparent 65%);
}

.hero-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.2;
}

.hero-glow--blue {
  top: 12%;
  left: -90px;
  background: var(--blue-500);
}

.hero-glow--green {
  right: 14%;
  bottom: -60px;
  background: var(--green-500);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  align-items: center;
  gap: 76px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--blue-500);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #85d7f2;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-500), var(--green-500));
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.1rem, 5.5vw, 5.15rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero h1 em {
  display: block;
  margin-top: 10px;
  color: #a4e4f5;
  font-style: normal;
  font-weight: 450;
}

.hero-lead {
  max-width: 640px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 35px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 0.93rem;
  font-weight: 760;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

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

.button--primary {
  color: var(--navy-950);
  background: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.17);
}

.button--primary:hover {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.23);
}

.button--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.2);
}

.button--ghost:hover {
  background: rgba(255, 255, 255, 0.13);
}

.hero-focus {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-focus > div {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-focus > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.focus-mark {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-bottom: 9px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255,255,255,.04);
}

.focus-mark--blue { background: var(--blue-500); }
.focus-mark--orange { background: var(--orange-500); }
.focus-mark--green { background: var(--green-500); }

.hero-focus p,
.hero-focus strong {
  margin: 0;
}

.hero-focus p {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-focus strong {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.87rem;
  line-height: 1.3;
}

.ecosystem {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045));
  box-shadow: 0 36px 90px rgba(0, 7, 17, 0.36);
  backdrop-filter: blur(18px);
}

.ecosystem::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(20, 161, 214, 0.5), transparent 35%, transparent 65%, rgba(98, 187, 47, 0.3));
  opacity: 0.35;
}

.ecosystem-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 4px 17px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.live-dot {
  width: 8px;
  height: 8px;
  background: var(--green-500);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(98, 187, 47, 0.12);
  animation: soft-pulse 2.4s ease-in-out infinite;
}

.matrix-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 124px;
  padding: 20px 22px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 20, 36, 0.2);
}

.matrix-label {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.group-logo-crop--hero {
  width: 218px;
  height: 70px;
  flex: 0 0 auto;
  background: #fff;
}

.group-logo-crop--hero img {
  width: 600px;
}

.connector {
  position: relative;
  width: 76%;
  height: 38px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.connector::before,
.connector::after,
.connector span {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 9px;
  height: 9px;
  background: #7cd3ee;
  border: 2px solid #17425f;
  border-radius: 50%;
}

.connector::before { left: -4px; }
.connector span { left: calc(50% - 4px); }
.connector::after { right: -4px; }

.brand-nodes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 13px;
}

.brand-node {
  position: relative;
  min-width: 0;
  padding: 12px 10px 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  transition: transform 200ms ease, background 200ms ease;
}

.brand-node:hover {
  transform: translateY(-5px);
  background: #fff;
}

.brand-node::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.26);
}

.brand-node-image {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}

.brand-node-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-node--vexar .brand-node-image img {
  transform: scale(1.17);
}

.brand-node > span:last-child {
  display: block;
  min-height: 30px;
  margin-top: 10px;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 760;
  line-height: 1.3;
}

.scroll-hint {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-hint i {
  position: relative;
  width: 22px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
}

.scroll-hint i::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 3px;
  height: 7px;
  background: #fff;
  border-radius: 3px;
  transform: translateX(-50%);
  animation: scroll-dot 1.8s ease infinite;
}

.section-heading {
  max-width: 750px;
  margin-bottom: 52px;
}

.section-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: end;
  gap: 80px;
}

.section-heading h2,
.presence h2,
.contact h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(2.4rem, 4.3vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.section-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.group-section {
  overflow: hidden;
  background: #fff;
}

.group-section::after {
  content: "H3R";
  position: absolute;
  z-index: 0;
  top: 85px;
  right: -25px;
  color: rgba(7, 42, 70, 0.025);
  font-size: clamp(9rem, 22vw, 20rem);
  font-weight: 900;
  letter-spacing: -0.12em;
  line-height: 1;
  pointer-events: none;
}

.group-section .container {
  position: relative;
  z-index: 1;
}

.group-map {
  padding: 34px;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.group-map-matrix {
  width: min(100%, 410px);
  min-height: 122px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border: 1px solid rgba(7, 126, 196, 0.18);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
}

.group-map-matrix > span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.group-logo-crop--map {
  width: 205px;
  height: 66px;
  background: #fff;
}

.group-logo-crop--map img {
  width: 560px;
}

.group-map-lines {
  position: relative;
  width: 68%;
  height: 54px;
  margin: 0 auto;
  border-bottom: 1px solid #b7cbd8;
}

.group-map-lines::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #b7cbd8;
}

.group-map-lines i {
  position: absolute;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: var(--blue-600);
  border: 3px solid #dcecf4;
  border-radius: 50%;
}

.group-map-lines i:nth-child(1) { left: -5px; }
.group-map-lines i:nth-child(2) { left: calc(50% - 5px); }
.group-map-lines i:nth-child(3) { right: -5px; }

.group-map-brands {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.map-brand {
  position: relative;
  min-width: 0;
  padding: 17px;
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.map-brand:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}

.map-brand::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  width: 1px;
  height: 19px;
  background: #b7cbd8;
}

.map-logo {
  overflow: hidden;
  background: #fff;
  border-radius: 13px;
}

.map-logo--square {
  aspect-ratio: 1;
}

.map-logo--wide {
  height: 80px;
}

.map-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.map-brand--vexar .map-logo img {
  transform: scale(1.15);
}

.map-brand p,
.map-brand span {
  margin: 0;
}

.map-brand p {
  color: var(--navy-900);
  font-weight: 800;
}

.map-brand span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.77rem;
  line-height: 1.35;
}

.solutions {
  background: var(--canvas);
}

.solutions .section-heading h2 {
  max-width: 760px;
}

.solution-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 68px;
  min-height: 535px;
  margin-top: 28px;
  padding: 62px;
  border-radius: var(--radius-lg);
}

.solution-panel--recruitment {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.solution-panel--recruitment::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -100px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(20, 161, 214, 0.14), transparent 68%);
}

.solution-copy {
  position: relative;
  z-index: 1;
  align-self: center;
}

.solution-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  color: var(--blue-700);
  background: var(--blue-100);
  border-radius: 15px;
  font-size: 0.78rem;
  font-weight: 900;
}

.solution-label {
  margin: 0 0 10px;
  color: var(--blue-700);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.solution-copy h3 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.solution-copy > p:not(.solution-label) {
  max-width: 570px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.profile-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-top: 34px;
}

.profile-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 16px;
  background: var(--canvas);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.profile-icon {
  flex: 0 0 auto;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: var(--blue-700);
  background: #dff3fa;
  border-radius: 13px;
}

.profile-icon--orange {
  color: var(--orange-600);
  background: #fff0e4;
}

.profile-icon svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-item small,
.profile-item strong {
  display: block;
}

.profile-item small {
  color: var(--muted);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.profile-item strong {
  color: var(--navy-900);
  line-height: 1.25;
}

.solution-logos {
  position: relative;
  min-height: 410px;
  align-self: center;
}

.solution-logos::before,
.solution-logos::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.solution-logos::before {
  inset: 8% 0 0 8%;
  border: 1px dashed #aecad8;
}

.solution-logos::after {
  width: 15px;
  height: 15px;
  top: 8%;
  left: 52%;
  background: var(--green-500);
  box-shadow: 0 0 0 7px rgba(98, 187, 47, 0.12);
}

.logo-showcase {
  position: absolute;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  transition: transform 220ms ease;
}

.logo-showcase:hover {
  z-index: 3;
  transform: translateY(-7px) rotate(0deg);
}

.logo-showcase img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-showcase span {
  padding: 11px 15px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.logo-showcase--nexa {
  z-index: 2;
  top: 14px;
  right: 7%;
  width: min(75%, 310px);
  aspect-ratio: 1 / 1.12;
  padding: 12px 12px 0;
  border-radius: 24px;
  transform: rotate(3deg);
}

.logo-showcase--adgb {
  bottom: 3px;
  left: 0;
  width: min(64%, 265px);
  aspect-ratio: 1 / 1.1;
  padding: 12px 12px 0;
  border-radius: 22px;
  transform: rotate(-5deg);
}

.solution-panel--studies {
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 10% 110%, rgba(20, 161, 214, 0.28), transparent 40%),
    linear-gradient(135deg, var(--navy-950), #0a304f);
  box-shadow: var(--shadow-md);
}

.solution-panel--studies::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to right, #000, transparent 70%);
}

.study-brand {
  position: relative;
  z-index: 1;
  padding: 17px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 28px;
  transform: rotate(-2deg);
}

.study-brand > span {
  display: block;
  padding: 12px 4px 1px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.study-logo {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border-radius: 21px;
}

.study-logo img {
  width: 116%;
  max-width: none;
}

.solution-copy--light .solution-number {
  color: #9be3f6;
  background: rgba(20, 161, 214, 0.14);
  border: 1px solid rgba(20, 161, 214, 0.24);
}

.solution-copy--light .solution-label {
  color: #8bdaf1;
}

.solution-copy--light h3 {
  color: #fff;
}

.solution-copy--light > p:not(.solution-label) {
  color: rgba(255, 255, 255, 0.64);
}

.study-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.study-features > div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  font-size: 0.84rem;
  font-weight: 750;
}

.study-features svg {
  width: 20px;
  fill: none;
  stroke: #8bdaf1;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.presence {
  overflow: hidden;
  color: #fff;
  background: var(--navy-900);
}

.presence::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background: repeating-linear-gradient(125deg, transparent 0 90px, rgba(255,255,255,.12) 90px 91px);
}

.presence-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.18;
}

.presence-orb--one {
  width: 300px;
  height: 300px;
  top: -100px;
  right: 5%;
  background: var(--blue-500);
}

.presence-orb--two {
  width: 240px;
  height: 240px;
  bottom: -120px;
  left: 10%;
  background: var(--green-500);
}

.presence-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: start;
  gap: 90px;
}

.presence .section-kicker {
  color: #8bdaf1;
}

.presence h2 {
  color: #fff;
}

.presence-copy > p:not(.section-kicker) {
  max-width: 420px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.63);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  color: #fff;
  font-size: 0.87rem;
  font-weight: 800;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-grid li {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 17px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  font-weight: 700;
  transition: background 180ms ease, transform 180ms ease;
}

.location-grid li:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(4px);
}

.location-grid li:last-child {
  grid-column: 1 / -1;
}

.location-grid span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #8bdaf1;
  background: rgba(20, 161, 214, 0.12);
  border-radius: 9px;
  font-size: 0.65rem;
  font-weight: 850;
}

.contact {
  padding: 90px 0;
  background: var(--canvas);
}

.contact-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
  color: #fff;
  background: linear-gradient(125deg, #087bbd 0%, #0e98c2 52%, #329b54 100%);
  border-radius: var(--radius-lg);
  box-shadow: 0 28px 70px rgba(7, 89, 128, 0.25);
}

.contact-pattern {
  position: absolute;
  top: -85px;
  right: -40px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.045), 0 0 0 140px rgba(255, 255, 255, 0.025);
}

.contact-copy,
.contact-actions {
  position: relative;
  z-index: 1;
}

.contact .section-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.contact h2 {
  max-width: 660px;
  color: #fff;
  font-size: clamp(2.2rem, 4.2vw, 4rem);
}

.contact-copy > p:last-child {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.contact-actions {
  width: 300px;
  padding: 24px;
  background: rgba(5, 39, 60, 0.31);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 23px;
  backdrop-filter: blur(12px);
}

.contact-number {
  display: block;
  margin-bottom: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-number small,
.contact-number strong {
  display: block;
}

.contact-number small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-number strong {
  margin-top: 4px;
  font-size: 1.42rem;
  letter-spacing: -0.02em;
}

.button--whatsapp {
  width: 100%;
  color: var(--navy-950);
  background: #fff;
}

.site-footer {
  color: rgba(255, 255, 255, 0.66);
  background: var(--navy-950);
}

.footer-main {
  padding: 66px 0 54px;
  display: grid;
  grid-template-columns: 1.5fr 0.72fr 0.58fr;
  gap: 80px;
}

.group-logo-crop--footer {
  width: 190px;
  height: 58px;
  background: #fff;
  border-radius: 12px;
}

.group-logo-crop--footer img {
  width: 520px;
}

.footer-brand p {
  max-width: 390px;
  margin: 19px 0 0;
}

.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.footer-links p,
.footer-contact p {
  margin: 0 0 7px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-links a,
.footer-contact a {
  font-size: 0.86rem;
  transition: color 180ms ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fff;
}

.footer-bottom {
  padding: 20px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.77rem;
}

.footer-bottom a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.footer-bottom a span {
  color: #8bdaf1;
}

.floating-whatsapp {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #24983a, #57bd42);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 16px 34px rgba(24, 109, 38, 0.32);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 20px 40px rgba(24, 109, 38, 0.4);
}

.floating-whatsapp svg {
  width: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal.is-visible {
  animation: reveal-in 700ms cubic-bezier(.2,.7,.2,1) both;
}

.js .reveal--delay.is-visible {
  animation-delay: 110ms;
}

@keyframes reveal-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes soft-pulse {
  0%, 100% { box-shadow: 0 0 0 6px rgba(98, 187, 47, 0.11); }
  50% { box-shadow: 0 0 0 11px rgba(98, 187, 47, 0.02); }
}

@keyframes scroll-dot {
  0% { opacity: 0; transform: translate(-50%, 0); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 12px); }
}

@media (max-width: 1080px) {
  .site-nav {
    gap: 20px;
  }

  .hero-layout {
    grid-template-columns: 1fr 420px;
    gap: 40px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 5.8vw, 4.5rem);
  }

  .hero-focus > div {
    padding-inline: 12px;
  }

  .group-map-brands {
    gap: 12px;
  }

  .map-brand {
    grid-template-columns: 72px 1fr;
    padding: 13px;
    gap: 10px;
  }

  .map-logo--wide {
    height: 70px;
  }

  .solution-panel {
    gap: 42px;
    padding: 48px;
  }

  .profile-list {
    grid-template-columns: 1fr;
  }

  .contact-card {
    padding: 45px;
    gap: 40px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 72px;
  }

  .js .menu-toggle {
    display: flex;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 20px auto;
    padding: 15px;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow-md);
  }

  .js .site-nav {
    display: none;
  }

  .js .site-nav.is-open {
    display: flex;
    animation: menu-in 180ms ease both;
  }

  .site-nav > a {
    padding: 12px 13px;
    color: var(--ink);
    border-radius: 11px;
  }

  .site-nav > a:not(.nav-cta)::after {
    display: none;
  }

  .site-nav > a:hover,
  .site-nav > a.is-active {
    color: var(--blue-700);
    background: var(--blue-100);
  }

  .site-nav .nav-cta {
    justify-content: center;
    margin-top: 5px;
    color: #fff;
  }

  .hero {
    padding-top: calc(var(--header-height) + 74px);
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .ecosystem {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .group-map-brands {
    grid-template-columns: 1fr;
  }

  .group-map-lines {
    width: 1px;
    height: 36px;
    border: 0;
    background: #b7cbd8;
  }

  .group-map-lines::before,
  .group-map-lines i {
    display: none;
  }

  .map-brand::before {
    top: -13px;
    height: 13px;
  }

  .solution-panel,
  .solution-panel--studies {
    grid-template-columns: 1fr;
  }

  .solution-panel--recruitment {
    gap: 50px;
  }

  .solution-logos {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }

  .solution-panel--studies {
    gap: 52px;
  }

  .study-brand {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .presence-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    width: min(100%, 360px);
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@keyframes menu-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 620px) {
  :root {
    --radius-lg: 28px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 82px 0;
  }

  .site-header,
  .site-header.is-scrolled {
    height: 68px;
  }

  .brand {
    min-width: 142px;
  }

  .group-logo-crop--header {
    width: 146px;
    height: 45px;
  }

  .group-logo-crop--header img {
    width: 405px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .site-nav {
    top: 76px;
    right: 14px;
    left: 14px;
  }

  .hero {
    min-height: auto;
    padding: 132px 0 92px;
  }

  .hero::after,
  .scroll-hint {
    display: none;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
    line-height: 1.01;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-focus {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 36px;
  }

  .hero-focus > div,
  .hero-focus > div:first-child {
    display: grid;
    grid-template-columns: 20px 80px 1fr;
    align-items: center;
    gap: 8px;
    padding: 11px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .focus-mark {
    margin: 0;
  }

  .hero-focus strong {
    margin: 0;
  }

  .ecosystem {
    padding: 14px;
    border-radius: 27px;
  }

  .matrix-card {
    min-height: 105px;
    padding: 16px;
  }

  .matrix-label {
    display: none;
  }

  .group-logo-crop--hero {
    width: 100%;
    height: 70px;
  }

  .group-logo-crop--hero img {
    width: 590px;
  }

  .connector {
    width: 72%;
    height: 30px;
  }

  .brand-nodes {
    gap: 6px;
  }

  .brand-node {
    padding: 7px 6px 10px;
    border-radius: 14px;
  }

  .brand-node-image {
    height: 63px;
  }

  .brand-node > span:last-child {
    min-height: 28px;
    font-size: 0.58rem;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2,
  .presence h2,
  .contact h2 {
    font-size: clamp(2.25rem, 11vw, 3.25rem);
  }

  .group-map {
    padding: 18px;
  }

  .group-map-matrix {
    min-height: 100px;
    padding: 15px;
  }

  .group-map-matrix > span {
    display: none;
  }

  .group-logo-crop--map {
    width: 100%;
    height: 64px;
  }

  .group-map-brands {
    margin-top: 13px;
  }

  .map-brand {
    grid-template-columns: 70px 1fr;
  }

  .solution-panel {
    min-height: auto;
    padding: 27px 21px;
  }

  .solution-number {
    width: 43px;
    height: 43px;
    margin-bottom: 23px;
  }

  .solution-copy h3 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .profile-list {
    gap: 9px;
    margin-top: 26px;
  }

  .solution-logos {
    min-height: 355px;
  }

  .logo-showcase--nexa {
    right: 1%;
    width: 75%;
  }

  .logo-showcase--adgb {
    width: 67%;
  }

  .solution-panel--studies {
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .study-brand {
    padding: 10px;
    border-radius: 21px;
  }

  .study-logo {
    height: 185px;
    border-radius: 15px;
  }

  .study-features {
    flex-direction: column;
  }

  .study-features > div {
    width: 100%;
  }

  .location-grid {
    grid-template-columns: 1fr;
  }

  .location-grid li:last-child {
    grid-column: auto;
  }

  .contact {
    padding: 68px 0;
  }

  .contact-card {
    padding: 34px 22px;
  }

  .contact-actions {
    padding: 18px;
  }

  .contact-number strong {
    font-size: 1.25rem;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal,
  .js .reveal.is-visible {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
