html {
  scroll-padding-top: 80px;
}

:root {
  --color-navy: #153F59;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--color-navy);
  overflow-x: hidden;
}

/* â”€â”€ Ajuste de Alto Contraste para Fontes em Fundo Claro â”€â”€ */
.text-gray {
  color: #334e68 !important; /* Slate-blue escuro com excelente contraste e harmonia com o azul Lav Norte */
}
.text-gray-500 {
  color: #486581 !important;
}
.text-gray\/80 {
  color: rgba(51, 78, 104, 0.88) !important;
}
.text-gray\/60 {
  color: rgba(51, 78, 104, 0.72) !important;
}
.text-gray\/50 {
  color: rgba(51, 78, 104, 0.62) !important;
}


.bg-navy .text-gray,
.bg-navy\/90 .text-gray,
.bg-navy\/95 .text-gray,
.bg-\[\#153F59\] .text-gray,
footer .text-gray,
.animated-mesh .text-gray {
  color: #c2d1de !important;
}

.bg-navy .text-gray\/80,
.bg-navy\/90 .text-gray\/80,
.bg-navy\/95 .text-gray\/80,
.bg-\[\#153F59\] .text-gray\/80,
footer .text-gray\/80,
.animated-mesh .text-gray\/80 {
  color: rgba(218, 230, 239, 0.88) !important;
}

.bg-navy .text-gray\/60,
.bg-navy\/90 .text-gray\/60,
.bg-navy\/95 .text-gray\/60,
.bg-\[\#153F59\] .text-gray\/60,
footer .text-gray\/60,
.animated-mesh .text-gray\/60 {
  color: rgba(218, 230, 239, 0.74) !important;
}

.bg-navy .text-gray\/50,
.bg-navy\/90 .text-gray\/50,
.bg-navy\/95 .text-gray\/50,
.bg-\[\#153F59\] .text-gray\/50,
footer .text-gray\/50,
.animated-mesh .text-gray\/50 {
  color: rgba(218, 230, 239, 0.66) !important;
}

.font-fraunces {
  font-family: "Manrope", sans-serif;
}

.font-dmsans {
  font-family: "Plus Jakarta Sans", sans-serif;
}

body.preloader-active {
  overflow: hidden;
}

.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 50%, rgba(30, 135, 195, 0.22), transparent 30%),
    linear-gradient(135deg, #153F59 0%, #153F59 48%, #153F59 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 520ms ease, visibility 520ms ease;
}

.site-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-mark {
  position: relative;
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(125, 212, 255, 0.12), transparent 54%),
    rgba(255, 255, 255, 0.025);
  box-shadow: 0 24px 70px rgba(1, 8, 13, 0.24), inset 0 0 0 1px rgba(125, 212, 255, 0.1);
}

.preloader-mark::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  border: 1px solid rgba(125, 212, 255, 0.16);
  border-top-color: rgba(255, 255, 255, 0.88);
  border-right-color: rgba(125, 212, 255, 0.72);
  animation: preloader-orbit 0.72s linear infinite;
}

.preloader-mark::after {
  content: "";
  position: absolute;
  inset: 17px;
  border-radius: inherit;
  border: 1px solid rgba(125, 212, 255, 0.12);
  border-bottom-color: rgba(125, 212, 255, 0.46);
  animation: preloader-orbit-reverse 1.05s linear infinite;
}

.preloader-sweep {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(125, 212, 255, 0.22) 48%, transparent 100%);
  transform: translateX(-130%) rotate(18deg);
  animation: preloader-sweep 1.05s ease-in-out infinite;
}

.preloader-mark img {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  filter: brightness(0) invert(1) drop-shadow(0 0 14px rgba(255, 255, 255, 0.28));
  animation: preloader-logo 0.86s ease-in-out infinite;
}

@keyframes preloader-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes preloader-pulse {
  0%, 100% {
    opacity: 0.5;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes preloader-orbit-reverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes preloader-sweep {
  0% {
    transform: translateX(-130%) rotate(18deg);
    opacity: 0;
  }

  22% {
    opacity: 1;
  }

  68%, 100% {
    transform: translateX(130%) rotate(18deg);
    opacity: 0;
  }
}

@keyframes preloader-logo {
  0%, 100% {
    transform: scale(0.94);
  }

  50% {
    transform: scale(1.04);
  }
}

.site-header {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  transform: translateY(0);
  transition: transform 280ms ease, opacity 220ms ease, padding 220ms ease;
}

.site-header.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-100% - 18px));
}

.site-header.drawer-is-open {
  opacity: 0;
  pointer-events: none;
}

.site-nav-shell {
  min-height: 60px;
  padding: 6px 8px 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    rgba(7, 25, 35, 0.22);
  box-shadow: 0 18px 54px rgba(1, 8, 13, 0.16);
  backdrop-filter: blur(22px);
  transition: border-color 240ms ease, background 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

#main-navbar.is-scrolled .site-nav-shell {
  min-height: 58px;
  padding: 6px 8px 6px 14px;
  border-color: rgba(20, 64, 89, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 250, 0.94)),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 42px rgba(20, 64, 89, 0.16);
}

#main-navbar.is-scrolled .site-logo {
  width: clamp(138px, 11.5vw, 176px);
}

#main-navbar.is-scrolled .desktop-nav-link {
  min-height: 38px;
  padding: 0 16px;
}

#main-navbar.is-scrolled .site-cta {
  min-height: 40px;
  padding: 0 16px 0 20px;
}

#main-navbar.is-scrolled .desktop-nav {
  border-color: rgba(20, 64, 89, 0.08);
  background: rgba(20, 64, 89, 0.055);
}

#main-navbar.is-scrolled .desktop-nav-link {
  color: rgba(20, 64, 89, 0.76);
}

#main-navbar.is-scrolled .desktop-nav-link::before {
  background: rgba(30, 120, 195, 0.1);
}

#main-navbar.is-scrolled .desktop-nav-link:hover,
#main-navbar.is-scrolled .desktop-nav-link:focus-visible {
  color: #153F59;
}

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

.site-logo {
  display: block;
  width: clamp(146px, 12vw, 188px);
  height: auto;
  transition: transform 220ms ease, filter 220ms ease;
}

.site-brand:hover .site-logo,
.site-brand:focus-visible .site-logo {
  filter: drop-shadow(0 0 14px rgba(125, 212, 255, 0.22));
  transform: translateY(-1px);
}

.desktop-nav {
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.desktop-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  color: rgba(247, 251, 255, 0.78);
  overflow: hidden;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.desktop-nav-link::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: scale(0.86);
  transition: opacity 220ms ease, transform 220ms ease;
}

.desktop-nav-link:hover,
.desktop-nav-link:focus-visible {
  color: #ffffff;
  transform: translateY(-1px);
}

.desktop-nav-link:hover::before,
.desktop-nav-link:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.desktop-nav-link > * {
  position: relative;
}

.site-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 16px 0 20px;
  border-radius: 999px;
  color: #153F59;
  background:
    linear-gradient(135deg, #FFC131, #F5AE09);
  box-shadow: 0 14px 30px rgba(245, 174, 9, 0.22);
  font-size: 0.84rem;
  font-weight: 850;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.site-cta i {
  display: inline-flex;
  font-size: 0.95rem;
  transition: transform 220ms ease;
}

.site-cta:hover,
.site-cta:focus-visible {
  color: #153F59;
  filter: brightness(1.07);
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(245, 174, 9, 0.28);
}

.site-cta:hover i,
.site-cta:focus-visible i {
  transform: translate(2px, -2px);
}

.mobile-menu-btn {
  width: 46px;
  height: 46px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

@media (max-width: 1023px) {
  /* Estado inicial no topo (fundo escuro do vÃ­deo) */
  .site-nav-shell .mobile-menu-btn {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
  }

  /* Estado scrolled (fundo branco da navbar) */
  #main-navbar.is-scrolled .site-nav-shell .mobile-menu-btn {
    color: #153F59;
    background: rgba(20, 64, 89, 0.06);
    border-color: rgba(20, 64, 89, 0.08);
  }
}

.mobile-menu-btn span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 220ms ease, opacity 220ms ease;
}

.mobile-menu-btn span:nth-child(2) {
  width: 14px;
}

.mobile-drawer {
  z-index: 70 !important;
  min-height: 100dvh;
  background:
    radial-gradient(circle at 78% 12%, rgba(125, 212, 255, 0.2), transparent 30%),
    linear-gradient(160deg, rgba(20, 64, 89, 0.98), rgba(7, 25, 35, 0.99));
  backdrop-filter: blur(22px);
}

#drawer-overlay {
  z-index: 60 !important;
}

.mobile-drawer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 58px 58px;
}

.mobile-drawer-header,
.mobile-drawer-kicker,
.mobile-nav,
.mobile-drawer-cta {
  position: relative;
  z-index: 1;
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  padding: 0;
}

.mobile-drawer-header img {
  width: 168px;
  height: auto;
}

.mobile-drawer-home {
  display: inline-flex;
  border-radius: 8px;
}

.mobile-drawer-home:focus-visible {
  outline: 2px solid #F5AE09;
  outline-offset: 5px;
}

.mobile-drawer-close {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(247, 251, 255, 0.88);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.mobile-drawer-close:hover,
.mobile-drawer-close:focus-visible {
  color: #ffffff;
  background: rgba(30, 120, 195, 0.28);
  transform: rotate(90deg);
}

.mobile-drawer-kicker {
  margin: 54px 0 18px;
  color: rgba(125, 212, 255, 0.74);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mobile-nav {
  gap: 0;
  margin-top: 12px;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  color: rgba(247, 251, 255, 0.82) !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.05rem; /* Letras em tamanho elegante e proporcional */
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-decoration: none !important;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus-visible {
  color: #F5AE09 !important; /* Destaque na cor oficial ouro */
  padding-left: 6px; /* Deslocamento suave e premium */
}

.site-cta-mobile {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(245, 174, 9, 0.28);
  box-shadow: 0 18px 42px rgba(245, 174, 9, 0.18);
}

.mobile-drawer-cta {
  margin-top: auto;
  padding-top: 34px;
}

@media (max-width: 1120px) {
  .site-brand {
    min-width: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-top: 14px;
  }

  .site-nav-shell {
    min-height: 62px;
    padding: 7px 8px 7px 12px;
  }

  .site-logo {
    width: 144px;
  }

}

/* Textura de ruido sutil em CSS para dar profundidade industrial */
.noise-bg {
  position: relative;
}

.noise-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.015;
  pointer-events: none;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

/* Gradiente mesh animado no fundo (estilo Meta) */
@keyframes mesh-gradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.animated-mesh {
  background: radial-gradient(circle at 10% 20%, rgba(30, 120, 195, 0.12) 0%, transparent 40%),
              radial-gradient(circle at 90% 80%, rgba(30, 135, 195, 0.1) 0%, transparent 45%),
              linear-gradient(135deg, #153F59 0%, #153F59 50%, #153F59 100%);
  background-size: 200% 200%;
  animation: mesh-gradient 20s ease infinite;
}

/* Card Glow Effect (Aramco / Meta) */
.card-glow-premium {
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-glow-premium:hover {
  border-color: rgba(30, 120, 195, 0.3);
  box-shadow: 0 15px 40px rgba(30, 120, 195, 0.1);
  transform: translateY(-4px);
}

.card-glow-light {
  border: 1px solid rgba(20, 64, 89, 0.05);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-glow-light:hover {
  border-color: rgba(30, 120, 195, 0.25);
  box-shadow: 0 15px 40px rgba(20, 64, 89, 0.06);
  transform: translateY(-4px);
}

/* Animacoes de pulse e glow */
@keyframes pulse-slow {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.02); opacity: 1; }
}

.pulse-active {
  animation: pulse-slow 4s infinite ease-in-out;
}

/* Tooltip Customizado */
.tooltip {
  position: absolute;
  background: #153F59;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 100;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.08);
}

/* Scrollbar customizada e moderna */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #153F59;
}

::-webkit-scrollbar-thumb {
  background: #1E78C3;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #1E87C3;
}

/* Estados ativos pulsando sutilmente (Meta / Aramco interface) */
.active-state {
  filter: drop-shadow(0 0 6px rgba(30, 120, 195, 0.5));
  transform-origin: center;
}

.active-state:hover {
  fill: #1E87C3 !important;
  filter: drop-shadow(0 0 10px rgba(30, 135, 195, 0.8));
  transform: scale(1.02);
}

#brazil-map path:not(.active-state) {
  cursor: pointer;
}

#brazil-map path:not(.active-state):hover {
  fill: #D4E3F0 !important;
}

/* --- HERO CSS (full-screen video) --- */
#hero-scrub-section {
  width: 100%;
  height: 320vh;
  min-height: 1900px;
  position: relative;
  background: #153F59;
  color: #ffffff;
  contain: layout paint;
}

#hero-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  isolation: isolate;
  background: #153F59;
}

#hero-video, #hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  border-radius: 0 !important;
  box-shadow: none !important;
  z-index: 1;
  pointer-events: none;
  filter: brightness(1.02) contrast(1.24) saturate(1.58);
  backface-visibility: hidden;
  transform: translateZ(0) scale(1.01);
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 32%, rgba(30, 135, 195, 0.20) 0%, rgba(30, 135, 195, 0) 34%),
    linear-gradient(90deg, rgba(7, 25, 35, 0.58) 0%, rgba(20, 64, 89, 0.32) 38%, rgba(30, 120, 195, 0.08) 72%, rgba(7, 25, 35, 0.24) 100%),
    linear-gradient(180deg, rgba(7, 25, 35, 0.22) 0%, rgba(7, 25, 35, 0) 44%, rgba(7, 25, 35, 0.56) 100%);
  mix-blend-mode: normal;
}

.hero-end-grade {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 25, 35, 0.18) 0%, rgba(20, 64, 89, 0.10) 50%, rgba(30, 120, 195, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 25, 35, 0) 0%, rgba(7, 25, 35, 0.22) 100%);
  will-change: opacity;
}

.hero-content {
  position: relative;
  z-index: 5;
  min-height: 100vh;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 72px);
  color: #ffffff;
}

.hero-kicker {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(0.72rem, 0.85vw, 0.86rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-title {
  position: absolute;
  top: clamp(230px, 38vh, 340px);
  left: clamp(94px, 10vw, 156px);
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.78rem, 3.7vw, 4.1rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 24px 90px rgba(0, 0, 0, 0.45);
  will-change: opacity, transform;
}

.hero-support {
  position: absolute;
  top: clamp(230px, 38vh, 340px);
  left: clamp(94px, 10vw, 156px);
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.78rem, 3.7vw, 4.1rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 24px 90px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(28px);
  will-change: opacity, transform;
}

.hero-actions {
  position: absolute;
  top: calc(clamp(230px, 38vh, 340px) + clamp(150px, 15vw, 230px));
  left: clamp(94px, 10vw, 156px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px);
  will-change: opacity, transform;
}

.hero-text-timeline {
  position: absolute;
  bottom: clamp(42px, 7vh, 72px);
  right: clamp(22px, 5vw, 72px);
  z-index: 6;
  display: grid;
  grid-template-rows: auto 1px;
  gap: 14px;
  width: min(32vw, 390px);
  color: rgba(255, 255, 255, 0.66);
  font-family: "Plus Jakarta Sans", sans-serif;
  pointer-events: none;
}

.hero-timeline-track {
  position: relative;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  grid-row: 2;
}

.hero-timeline-fill {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(90deg, #ffffff 0%, #7dd4ff 100%);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.hero-timeline-steps {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 1px 0;
  grid-row: 1;
}

.hero-timeline-step {
  display: block;
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.42;
  transform: translateY(4px);
  will-change: opacity, transform;
}

.hero-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  backdrop-filter: blur(10px);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hero-actions a:first-child {
  border-color: #ffffff;
  background: #ffffff;
  color: #153F59;
}

.hero-actions a:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.hero-actions a:first-child:hover {
  background: #F5AE09;
  border-color: #F5AE09;
}

.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 6;
  color: rgba(255, 255, 255, 0.56);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 1024px) {
  #hero-scrub-section {
    height: 220vh;
    min-height: 1200px;
  }

  #hero-sticky {
    position: sticky !important;
    top: 0 !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 620px;
  }

  .hero-content {
    padding: 0 22px;
  }

  .hero-title,
  .hero-support {
    top: auto;
    bottom: 270px;
    left: 74px;
    max-width: calc(100% - 96px);
    font-size: clamp(1.9rem, 9vw, 3.55rem);
    line-height: 1.02;
  }

  .hero-support {
    margin-top: 0;
  }

  .hero-actions {
    top: auto;
    bottom: 116px;
    left: 74px;
    gap: 10px;
    margin-top: 24px;
  }

  .hero-text-timeline {
    left: auto;
    right: 22px;
    bottom: 34px;
    width: min(72vw, 330px);
    gap: 12px;
  }

  .hero-timeline-step {
    font-size: 0.58rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .hero-actions a {
    min-height: 46px;
    padding: 0 18px;
    font-size: 0.72rem;
  }

  .hero-scroll-cue {
    display: none;
  }
}

@media (max-width: 639px) {
  #hero-scrub-section {
    height: 200vh;
    min-height: 1000px;
  }

  #hero-sticky {
    min-height: 560px;
  }

  .hero-content {
    padding: 0 20px;
  }

  .hero-title,
  .hero-support {
    right: 24px;
    bottom: clamp(200px, 27vh, 220px);
    left: 24px;
    max-width: none;
    font-size: clamp(2rem, 9.6vw, 2.3rem);
    line-height: 1.04;
    text-wrap: pretty;
  }

  .hero-actions {
    right: 24px;
    bottom: clamp(82px, 11vh, 90px);
    left: 24px;
    flex-direction: column;
    gap: 8px;
    width: auto;
    margin-top: 0;
  }

  .hero-actions a {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    padding: 0 16px;
    font-size: 0.68rem;
  }

  .hero-text-timeline {
    right: 24px;
    bottom: 22px;
    left: 24px;
    width: auto;
    gap: 10px;
  }

  .hero-timeline-step {
    font-size: 0.52rem;
    letter-spacing: 0.08em;
  }

  #numeros {
    padding: 72px 20px !important;
  }

  #numeros h2 {
    margin-bottom: 56px;
    font-size: 1.85rem;
  }

  #numeros .grid {
    gap: 44px;
  }

  #numeros .count-up {
    font-size: 3.25rem;
    line-height: 0.95;
  }

  #problemas,
  #depoimentos,
  #blog,
  #contato {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  #problemas > .max-w-\[1280px\] {
    margin-bottom: 44px;
  }

  #problemas .problem-slider-card {
    padding: 28px !important;
    border-radius: 24px;
  }

  #solucao {
    padding-top: 72px !important;
  }

  #presenca {
    padding-top: 72px !important;
  }

  .blog-controls {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .blog-controls > a {
    gap: 6px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }
}

@media (max-height: 720px) and (min-width: 901px) {
  .hero-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-title,
  .hero-support {
    top: 220px;
    left: clamp(88px, 9vw, 136px);
    max-width: 620px;
    font-size: clamp(1.75rem, 3.4vw, 3.55rem);
  }

  .hero-actions {
    left: clamp(88px, 9vw, 136px);
    top: calc(220px + clamp(130px, 14vw, 190px));
    margin-top: 22px;
  }

  .hero-text-timeline {
    bottom: 36px;
    right: clamp(22px, 5vw, 72px);
    width: min(30vw, 330px);
  }
}

@media (prefers-reduced-motion: reduce) {
  #hero-video, #hero-canvas {
    will-change: auto;
  }
}

/* Animacao de pulsacao sutil para elementos interativos */
@keyframes dot-pulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.3); }
}

.animate-pulse {
  animation: dot-pulse 2s infinite ease-in-out;
}

/* --- Metrics Section --- */
.metrics-section {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: clamp(84px, 11vw, 150px) clamp(22px, 5vw, 72px);
  color: #f7fbff;
  background:
    radial-gradient(circle at 18% 18%, rgba(30, 135, 195, 0.24) 0%, rgba(30, 135, 195, 0) 30%),
    radial-gradient(circle at 88% 84%, rgba(125, 212, 255, 0.13) 0%, rgba(125, 212, 255, 0) 34%),
    linear-gradient(135deg, #153F59 0%, #153F59 46%, #153F59 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.metrics-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 74%, transparent 100%);
}

.metrics-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px);
  margin: 0 auto;
}

.metrics-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.45fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: end;
  margin-bottom: clamp(42px, 7vw, 86px);
}

.metrics-eyebrow {
  grid-column: 1 / -1;
  color: #7dd4ff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.metrics-heading h2 {
  margin: 0;
  max-width: 860px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.45rem, 5.8vw, 6.6rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0;
  text-wrap: balance;
}

.metrics-heading p {
  margin: 0 0 0.4em;
  color: rgba(247, 251, 255, 0.68);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(0.96rem, 1.2vw, 1.12rem);
  font-weight: 600;
  line-height: 1.65;
}

.metrics-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.025) 100%);
  backdrop-filter: blur(18px);
}

.metric-item {
  position: relative;
  min-height: 220px;
  padding: clamp(26px, 3.2vw, 42px) clamp(18px, 2vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.metric-item + .metric-item {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.metric-item::before {
  content: "";
  position: absolute;
  left: clamp(18px, 2vw, 30px);
  top: 0;
  width: 48px;
  height: 2px;
  background: #7dd4ff;
  transform: scaleX(0.55);
  transform-origin: left;
  opacity: 0.7;
  transition: transform 220ms ease, opacity 220ms ease;
}

.metric-item:hover::before {
  transform: scaleX(1);
  opacity: 1;
}

.metric-value {
  display: block;
  color: #7dd4ff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.75rem, 4.55vw, 5.1rem);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: 0;
  white-space: nowrap;
}

.metric-label {
  display: block;
  max-width: 180px;
  color: rgba(247, 251, 255, 0.66);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(0.72rem, 0.85vw, 0.84rem);
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.group:hover .testimonial-role {
  color: #F5AE09 !important;
}

@media (max-width: 640px) {
  #rastreabilidade-scrub-section {
    height: 240vh;
  }

  #rastreabilidade-sticky {
    align-items: flex-end;
    padding: 0 0 24px;
  }

  #rastreabilidade-canvas {
    object-position: center top;
  }

  #rast-step-1,
  #rast-step-2,
  #rast-step-3 {
    top: auto !important;
    right: 16px !important;
    bottom: 92px !important;
    left: 16px !important;
    width: auto !important;
    max-width: none !important;
    padding: 20px !important;
    border-radius: 22px !important;
  }

  #rast-step-1 span,
  #rast-step-2 span,
  #rast-step-3 span {
    margin-bottom: 10px;
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  #rast-step-1 h3,
  #rast-step-2 h3,
  #rast-step-3 h3 {
    margin-bottom: 12px;
    font-size: 1.45rem;
    line-height: 1.05;
  }

  #rast-step-1 p,
  #rast-step-2 p,
  #rast-step-3 p {
    font-size: 0.74rem;
    line-height: 1.55;
  }

  #rast-bullet-1,
  #rast-bullet-2,
  #rast-bullet-3 {
    display: none !important;
  }

  .solution-tabs-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start !important;
    gap: 8px;
    width: 100%;
    margin-bottom: 3rem;
    padding: 6px 12px;
    border-radius: 999px;
    scrollbar-width: none;
  }

  .solution-tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .solution-tabs-nav .tab-btn {
    flex: 0 0 auto !important;
    min-width: auto !important;
    min-height: 42px;
    padding: 0 20px !important;
    font-size: 0.62rem !important;
    letter-spacing: 0.08em;
    line-height: 1;
    white-space: nowrap;
    border-radius: 999px !important;
  }
}

@media (max-width: 1080px) {
  .metrics-heading {
    grid-template-columns: 1fr;
  }

  .metrics-heading p {
    max-width: 640px;
  }

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

  .metric-item {
    min-height: 190px;
  }

  .metric-item + .metric-item {
    border-left: 0;
  }

  .metric-item:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .metric-item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 640px) {
  .metrics-section {
    padding: 72px 20px;
  }

  .metrics-heading h2 {
    font-size: clamp(2.25rem, 13vw, 4.2rem);
  }

  .metrics-board {
    grid-template-columns: 1fr;
  }

  .metric-item,
  .metric-item:nth-child(even),
  .metric-item:nth-child(n + 3) {
    min-height: 156px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .metric-item:first-child {
    border-top: 0;
  }

  .metric-value {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }
}

/* Efeito de Cor CinematogrÃ¡fico para o Canvas de Rastreabilidade */
#rastreabilidade-canvas {
  filter: saturate(1.08) contrast(1.05) brightness(1.01);
}

/* Evitar travamento do scroll do Lenis sobre iframes */
.lenis-scrolling iframe {
  pointer-events: none;
}

/* ==========================================================================
   AnimaÃ§Ãµes dos SVGs de SoluÃ§Ãµes (Aba de SoluÃ§Ãµes)
   ========================================================================== */

/* 1. Tear / Engrenagens de ProduÃ§Ã£o */
@keyframes spin-slow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.spin-gear-slow {
  transform-origin: 80px 120px;
  animation: spin-slow 16s infinite linear;
}
.spin-gear-slow-rev {
  transform-origin: 135px 120px;
  animation: spin-slow 10s infinite linear reverse;
}

/* 2. HigienizaÃ§Ã£o / PartÃ­culas da Barreira SanitÃ¡ria */
@keyframes sanit-flow {
  0% { transform: translateX(0px); opacity: 0; }
  12% { opacity: 0.8; }
  80% { opacity: 0.8; }
  100% { transform: translateX(200px); opacity: 0; }
}
.sanit-flow-particle {
  transform-origin: center;
  animation: sanit-flow 4.2s infinite linear;
}

/* 3. Rastreabilidade / Ondas RFID */
@keyframes rfid-pulse {
  0% { opacity: 0.1; transform: scale(0.92); }
  50% { opacity: 0.7; }
  100% { opacity: 0; transform: scale(1.16); }
}
.rfid-wave-1 {
  transform-origin: 150px 120px;
  animation: rfid-pulse 2.4s infinite ease-out;
}
.rfid-wave-2 {
  transform-origin: 150px 120px;
  animation: rfid-pulse 2.4s infinite ease-out 0.8s;
}
.rfid-wave-3 {
  transform-origin: 150px 120px;
  animation: rfid-pulse 2.4s infinite ease-out 1.6s;
}

/* 4. LogÃ­stica / Rota LogÃ­stica Tracejada Animada */
@keyframes dash-flow {
  to { stroke-dashoffset: -40; }
}
.route-dash-flow {
  stroke-dasharray: 6 4;
  animation: dash-flow 1.5s infinite linear;
}

/* 5. Relatórios / Barras do Gráfico Animadas */
@keyframes bar-grow-1 {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(0.45); }
}
@keyframes bar-grow-2 {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(0.3); }
}
@keyframes bar-grow-3 {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(0.55); }
}

.bar-chart-1 {
  transform-origin: 86px 145px;
  animation: bar-grow-1 3.2s infinite ease-in-out;
}
.bar-chart-2 {
  transform-origin: 111px 145px;
  animation: bar-grow-2 3.8s infinite ease-in-out 0.4s;
}
.bar-chart-3 {
  transform-origin: 136px 145px;
  animation: bar-grow-3 2.9s infinite ease-in-out 0.2s;
}

/* Custom Cores Lav Norte Depoimentos e Blog */
.testimonial-badge {
  color: #F5AE09 !important;
}
.testimonial-role {
  color: #ffffff !important;
}
.blog-card-meta {
  color: #F5AE09 !important;
  border-top-color: #f3f4f6 !important;
}

/* ForÃ§ar altura igual para todos os cards do blog no slider */
#blog-slider-track {
  align-items: stretch !important;
}
#blog-slider-track article {
  height: auto !important;
  align-self: stretch !important;
}

/* â”€â”€ Marca d'Ã¡gua do blog (Sempre branco, variando opacidade no hover) â”€â”€ */
.blog-watermark {
  filter: brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
  transition: filter 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.group:hover .blog-watermark {
  filter: brightness(0) invert(1) drop-shadow(0 2px 5px rgba(0, 0, 0, 0.45));
}

/* Estilo discreto de opacidade para a logo do rodapé (sem movimento) */
.footer-logo-img {
  opacity: 0.85;
  transition: opacity 300ms ease;
}

.footer-logo-wrap:hover .footer-logo-img {
  opacity: 1;
}

/* ── Estilos Premium para o Bloco de Arquivo do Gutenberg (wp-block-file) ── */
.wp-block-file {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  background-color: #F8FAFC; /* Fundo muito sutil e limpo */
  border: 1px solid #E2E8F0; /* Borda leve oficial do tema */
  border-radius: 20px; /* Cantos arredondados premium */
  margin: 2rem 0;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 640px) {
  .wp-block-file {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.wp-block-file:hover {
  border-color: #CBD5E1;
  background-color: #F1F5F9;
  box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.04);
}

/* Link/Nome do Arquivo */
.wp-block-file a:not(.wp-block-file__button) {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  color: #153F59 !important; /* Cor Navy principal */
  text-decoration: none !important;
  transition: color 250ms ease;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  line-height: 1.4;
  word-break: break-all; /* Prevenir quebra de layout com nomes longos */
}

.wp-block-file a:not(.wp-block-file__button):hover {
  color: #1E78C3 !important; /* Destaque em azul no hover */
  text-decoration: underline !important;
}

/* Ícone de arquivo elegante em SVG (cor azul do tema) antes do nome do arquivo */
.wp-block-file a:not(.wp-block-file__button)::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%231E78C3' d='M213.66 82.34l-56-56A8 8 0 0 0 152 24H56a16 16 0 0 0-16 16v176a16 16 0 0 0 16 16h144a16 16 0 0 0 16-16V88a8 8 0 0 0-2.34-5.66zM152 44l40 40h-40zM56 216V40h80v56a8 8 0 0 0 8 8h56v112z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

/* Botão de Download */
.wp-block-file__button {
  background-color: #1E78C3 !important; /* Azul de ações oficial */
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  padding: 0.625rem 1.5rem !important;
  border-radius: 9999px !important; /* Botão pílula */
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  border: 1px solid transparent !important;
  box-shadow: 0 4px 12px rgba(30, 120, 195, 0.15) !important;
  cursor: pointer !important;
  flex-shrink: 0;
  width: 100%; /* Ocupa largura total no mobile */
}

@media (min-width: 640px) {
  .wp-block-file__button {
    width: auto; /* Largura automática no desktop */
  }
}

.wp-block-file__button:hover {
  background-color: #153F59 !important; /* Fica Navy no hover */
  box-shadow: 0 6px 16px rgba(21, 63, 89, 0.2) !important;
  transform: translateY(-1px);
}

.wp-block-file__button:active {
  transform: translateY(0);
}

/* Suporte para Embeds de PDF */
.wp-block-file__embed {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #E2E8F0;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

