
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

:root {
  --navy: #1e2a36;
  --navy-dark: #111d27;
  --navy-mid: #1a2835;
  --navy-light: #2a3d50;
  --orange: #00c8e0;
  --orange-light: #4addf0;
  --white: #ffffff;
  --gray: #f0f4f8;
  --gray-mid: #d0dde8;
  --text-dark: #1a2833;
  --text-mid: #4a6478;
  --text-light: #7a9ab0;
  --accent: #00c8e0;
  --accent-dark: #005f6b;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: var(--text-dark);
  overflow-x: hidden;
}

/* ===================== NAV ===================== */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0 60px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  transition: all 0.4s ease;
}
nav.scrolled {
  background: var(--navy-dark);
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}
.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo img {
  height: 38px;
  width: auto;
  display: block;
  max-width: 160px;
  object-fit: contain;
}
.nav-logo svg {
  height: 38px;
  width: auto;
}
.nav-menu {
  display: flex;
  gap: 36px;
  list-style: none;
  align-items: center;
}
.nav-menu a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color 0.3s;
}
.nav-menu a:hover { color: var(--orange); }
.nav-btn {
  background: #005f6b !important;
  color: white !important;
  padding: 10px 24px;
  border-radius: 4px;
  border: 1px solid rgba(156,182,207,0.35) !important;
  transition: background 0.3s !important;
}
.nav-btn:hover { background: #2d4257 !important; }

/* ===================== HERO ===================== */
.hero {
  height: 82vh;
  min-height: 620px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: #050f1e;
  overflow: hidden;
}
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 0;
  opacity: 0.6;
}
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(125deg, rgba(5,15,30,0.75) 0%, rgba(13,31,60,0.65) 50%, rgba(5,15,30,0.5) 100%), linear-gradient(to bottom, transparent 50%, rgba(8,22,40,0.95) 100%);
}
/* Geometric accent */
.hero-geo {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  border: 1px solid rgba(156,182,207,0.15);
  border-radius: 50%;
  pointer-events: none;
}
.hero-geo::before {
  content: '';
  position: absolute;
  inset: 40px;
  border: 1px solid rgba(156,182,207,0.1);
  border-radius: 50%;
}
.hero-geo::after {
  content: '';
  position: absolute;
  inset: 100px;
  border: 1px solid rgba(156,182,207,0.08);
  border-radius: 50%;
}
.hero-orange-line {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 5px;
  background: var(--orange);
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 100px 60px 0;
  max-width: 800px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(156,182,207,0.15);
  border: 1px solid rgba(156,182,207,0.4);
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 32px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.2s forwards;
}
.hero-badge span {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange-light);
}
.hero-badge::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--orange);
  border-radius: 50%;
}
.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 900;
  color: white;
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.35s forwards;
}
.hero-title .highlight {
  color: var(--orange);
  position: relative;
  display: inline-block;
}
.hero-title .highlight::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 0; right: 0;
  height: 3px;
  background: var(--orange);
  opacity: 0.4;
}
.hero-desc {
  font-size: 17px;
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 44px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.5s forwards;
}
.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.65s forwards;
}
.btn-orange {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  background: #005f6b;
  padding: 16px 36px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s;
  text-transform: uppercase;
  border: 1px solid rgba(156,182,207,0.3);
}
.btn-orange:hover { background: #2d4257; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(156,182,207,0.25); }
.btn-outline {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.4);
  padding: 16px 36px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.btn-outline:hover { border-color: white; background: rgba(255,255,255,0.08); }



/* ===================== LOGOS SLIDER ===================== */
.logos-section {
  background: var(--navy-dark);
  padding: 70px 0 80px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
}
.logos-label {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 48px;
}
.logos-track-wrapper {
  overflow: hidden;
  position: relative;
}
.logos-track-wrapper::before,
.logos-track-wrapper::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 160px;
  z-index: 2;
  pointer-events: none;
}
.logos-track-wrapper::before { left: 0; background: linear-gradient(to right, var(--navy-dark), transparent); }
.logos-track-wrapper::after { right: 0; background: linear-gradient(to left, var(--navy-dark), transparent); }

.logos-track {
  --logo-set-width: 1380px;
  display: flex;
  gap: 0;
  animation: slideLogos 18s linear infinite;
  width: max-content;
  will-change: transform;
}
.logo-slide-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
}
/* Modern glassmorphism card */
.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 110px;
  background: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 0;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.logo-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(156,182,207,0.5), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.logo-card:hover {
  background: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.25), 0 0 0 2px var(--orange);
}
.logo-card:hover::before { opacity: 1; }
.logo-card img {
  width: 85%;
  height: 85%;
  object-fit: contain;
  object-position: center;
  transition: all 0.35s ease;
  display: block;
}
.logo-card:hover img {
  transform: scale(1.03);
}

/* Stats below slider */
.logos-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 64px;
  padding: 0 60px;
}
.logos-stat {
  text-align: center;
  flex: 0 0 auto;
  padding: 0 80px;
}
.logos-stat strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: white;
  line-height: 1;
  margin-bottom: 8px;
}
.logos-stat strong small {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.58);
  margin-bottom: 10px;
}
.logos-stat strong span {
  color: var(--orange);
}
.logos-stat p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.logos-stat-divider {
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, transparent, rgba(156,182,207,0.5), transparent);
  flex-shrink: 0;
}

.logo-segment {
  font-size: 11px;
  color: var(--text-light);
  letter-spacing: 0.5px;
}

@keyframes slideLogos {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--logo-set-width))); }
}

/* ===================== SOBRE ===================== */
.sobre {
  padding: 110px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  background: var(--gray);
  box-shadow: 0 0 0 100vmax var(--gray);
  clip-path: inset(0 -100vmax);
}
.sobre-images {
  position: relative;
  height: 520px;
}
.sobre-img-main {
  position: absolute;
  top: 0; left: 0;
  width: 75%;
  height: 420px;
  background: url('/assets/img/6e9a611983.webp') center/cover no-repeat;
  border-radius: 4px;
  box-shadow: 0 24px 60px rgba(13,31,60,0.2);
  overflow: hidden;
}
.sobre-img-main::before { content: none; }
.sobre-img-main::after { content: none; }
.sobre-img-secondary {
  position: absolute;
  bottom: 0; right: 0;
  width: 55%;
  height: 280px;
  background: url('/assets/img/dc1b6dbc78.webp') center/cover no-repeat;
  border-radius: 4px;
  box-shadow: 0 24px 60px rgba(13,31,60,0.2);
  border: 5px solid white;
  overflow: hidden;
}
.sobre-img-secondary::before { content: none; }
.sobre-img-secondary::after { content: none; }
.sobre-badge-float {
  position: absolute;
  top: 50%; left: 60%;
  transform: translate(-50%, -50%);
  background: var(--orange);
  color: white;
  padding: 20px 24px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 16px 40px rgba(156,182,207,0.4);
  z-index: 2;
}
.sobre-badge-float strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}
.sobre-badge-float span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0.9;
}
.section-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-eyebrow::before {
  content: '';
  width: 28px; height: 3px;
  background: var(--orange);
  border-radius: 2px;
}
.section-h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 900;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 24px;
}
.section-h2 em { font-style: normal; color: var(--orange); }
.diferenciais .section-h2 em, .sobre .section-h2 em { color: #2a3d50; }
.section-text {
  font-size: 15px;
  line-height: 1.9;
  color: var(--text-mid);
  margin-bottom: 16px;
}
.sobre .section-h2 {
  color: var(--navy);
}
.sobre .section-h2 em {
  color: var(--orange);
}
.sobre .section-text {
  color: var(--text-mid);
}
.sobre .check-item {
  color: var(--text-dark);
}
.sobre-checks {
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
}
.check-dot {
  width: 20px; height: 20px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.check-dot svg { width: 10px; height: 10px; }

/* ===================== SERVIÇOS / EMPRESAS ===================== */
/* ===================== EMPRESAS ACCORDION NEON ===================== */
.empresas-section {
  background: #0a0f1a;
  padding: 82px 0 92px;
  position: relative;
  overflow: hidden;
}

/* ambient glow layer behind everything */
.empresas-section::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 70%; height: 300px;
  background: radial-gradient(ellipse at center,
    rgba(0,200,224,0.07) 0%,
    rgba(0,200,224,0.03) 40%,
    transparent 70%);
  pointer-events: none;
  animation: ambientPulse 6s ease-in-out infinite;
}
@keyframes ambientPulse {
  0%,100% { opacity:0.5; transform:translate(-50%,-50%) scale(1); }
  50%      { opacity:1;   transform:translate(-50%,-50%) scale(1.1); }
}

.empresas-header {
  text-align: center;
  margin-bottom: 34px;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}
.empresas-header .section-eyebrow { justify-content: center; }
.empresas-header .section-eyebrow::before { display: none; }
.empresas-header .section-h2 { color: white; }
.empresas-header .section-h2 em { color: var(--orange); }
.empresas-header p {
  font-size: 15px;
  color: rgba(255,255,255,0.45);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ── TRACK ── */
.eco-track {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px 36px;
  position: relative;
  z-index: 2;
  gap: 0;
}

/* neon scanning beam */
.eco-track::before {
  content: '';
  position: absolute;
  top: 50%; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(0,229,255,0.0) 15%,
    rgba(0,229,255,0.8) 48%,
    rgba(0,229,255,1)   50%,
    rgba(0,229,255,0.8) 52%,
    rgba(0,229,255,0.0) 85%,
    transparent 100%);
  transform: translateY(-50%);
  filter: blur(1.5px);
  animation: scanBeam 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes scanBeam {
  0%   { clip-path: inset(0 85% 0 0); }
  50%  { clip-path: inset(0 0 0 85%); }
  100% { clip-path: inset(0 85% 0 0); }
}

/* ── BASE CARD ── */
.eco-card {
  position: relative;
  flex-shrink: 0;
  width: 128px;
  height: 230px;
  margin: 0 -4px;
  background: rgba(26,34,48,0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.08);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  transition:
    width          0.48s cubic-bezier(0.34,1.4,0.64,1),
    height         0.48s cubic-bezier(0.34,1.4,0.64,1),
    margin         0.48s cubic-bezier(0.34,1.4,0.64,1),
    border-radius  0.48s cubic-bezier(0.34,1.4,0.64,1),
    background     0.48s ease,
    border-color   0.48s ease,
    box-shadow     0.48s ease,
    transform      0.48s cubic-bezier(0.34,1.4,0.64,1),
    z-index        0s;
}

/* organic shapes per card */
.eco-card:nth-child(1) { border-radius: 38px 22px 32px 26px / 26px 32px 22px 38px; }
.eco-card:nth-child(2) { border-radius: 26px 38px 24px 34px / 34px 24px 38px 26px; }
.eco-card:nth-child(3) { border-radius: 32px 26px 38px 22px / 22px 38px 26px 32px; }
.eco-card:nth-child(4) { border-radius: 22px 32px 26px 38px / 38px 26px 32px 22px; }
.eco-card:nth-child(5) { border-radius: 36px 24px 30px 28px / 28px 30px 24px 36px; }
.eco-card:nth-child(6) { border-radius: 24px 36px 28px 30px / 30px 28px 36px 24px; }
.eco-card:nth-child(7) { border-radius: 30px 28px 36px 24px / 24px 36px 28px 30px; }
.eco-card:nth-child(8) { border-radius: 28px 30px 24px 36px / 36px 24px 30px 28px; }

/* glass sheen */
.eco-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(255,255,255,0.05) 0%,
    transparent 55%);
  pointer-events: none;
  border-radius: inherit;
  transition: opacity 0.4s;
}

/* ── LOGO (inactive) ── */
.eco-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transform: translateY(-16px);
  transition:
    all 0.4s cubic-bezier(0.34,1.4,0.64,1);
  position: relative;
  z-index: 2;
}
.eco-logo-wrap svg {
  width: 44px; height: 44px;
  filter: brightness(0) invert(0.5);
  transition: all 0.4s ease;
}
.eco-logo-wrap img {
  display: block;
  max-width: 96px;
  max-height: 66px;
  object-fit: contain;
  filter: grayscale(1) brightness(0.85);
  opacity: 0.78;
  transition: all 0.4s ease;
}
.eco-card:nth-child(5) .eco-logo-wrap img {
  max-width: 112px;
  max-height: 82px;
}
.eco-preview {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 30px;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255,255,255,0.58);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

/* ── HIDDEN CONTENT ── */
.eco-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 0 22px 26px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease 0.12s, transform 0.35s ease 0.12s;
  pointer-events: none;
  z-index: 2;
}
.eco-tag {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #00e5ff;
  margin-bottom: 6px;
}
.eco-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 10px;
}
.eco-desc {
  font-size: 11px;
  line-height: 1.75;
  color: rgba(255,255,255,0.5);
  margin-bottom: 14px;
}
.eco-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #00e5ff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.3s, opacity 0.3s;
}
.eco-link:hover { gap: 9px; opacity: 0.8; }

/* ── HOVER / ACTIVE STATE ── */
.eco-card:hover,
.eco-card.is-active {
  width: 280px;
  height: 370px;
  background: #05080f;
  border-color: rgba(0,229,255,0.55);
  border-radius: 18px !important;
  transform: translateY(-10px) scale(1.04);
  z-index: 10;
  margin: 0 8px;
  box-shadow:
    0 0 0 1px rgba(0,229,255,0.35),
    0 0 18px  rgba(0,200,224,0.45),
    0 0 45px  rgba(0,200,224,0.28),
    0 0 90px  rgba(0,200,224,0.14),
    inset 0 0 28px rgba(0,200,224,0.07);
}

/* corner neon accent */
.eco-card:hover::before,
.eco-card.is-active::before {
  content: '';
  position: absolute;
  top: -1px; right: -1px;
  width: 70px; height: 70px;
  background: radial-gradient(circle at top right,
    rgba(0,229,255,0.4) 0%,
    transparent 68%);
  border-radius: 0 18px 0 0;
  pointer-events: none;
  z-index: 3;
}

/* kill sheen on hover */
.eco-card:hover::after,
.eco-card.is-active::after { opacity: 0; }

/* logo moves to top-left on hover */
.eco-card:hover .eco-logo-wrap,
.eco-card.is-active .eco-logo-wrap {
  position: absolute;
  top: 24px;
  left: 22px;
  width: auto;
  justify-content: flex-start;
  transform: none;
}
.eco-card:hover .eco-logo-wrap svg,
.eco-card.is-active .eco-logo-wrap svg {
  width: 34px; height: 34px;
  filter: brightness(0) invert(1);
}
.eco-card:hover .eco-logo-wrap img,
.eco-card.is-active .eco-logo-wrap img {
  max-width: 142px;
  max-height: 58px;
  filter: none;
  opacity: 1;
}
.eco-card:nth-child(5):hover .eco-logo-wrap img,
.eco-card:nth-child(5).is-active .eco-logo-wrap img {
  max-width: 132px;
  max-height: 76px;
}
.eco-card:hover .eco-preview,
.eco-card.is-active .eco-preview {
  opacity: 0;
  transform: translateY(8px);
}

/* reveal content */
.eco-card:hover .eco-content,
.eco-card.is-active .eco-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ── MOBILE ── */
@media (max-width: 960px) {
  .eco-track {
    overflow-x: auto;
    overflow-y: visible;
    justify-content: flex-start;
    padding: 50px 20px 60px;
    scrollbar-width: none;
    gap: 10px;
  }
  .eco-track::-webkit-scrollbar { display: none; }
  .eco-card { margin: 0; flex-shrink: 0; }
  .eco-card:hover, .eco-card.is-active { margin: 0; }
}

/* ===================== IMAGENS SHOWCASE ===================== */
.showcase {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 350px 350px;
}
.showcase-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.showcase-item:first-child { grid-column: 1; grid-row: 1 / 3; }
.showcase-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.showcase-item:hover .showcase-bg { transform: scale(1.06); }
.showcase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,22,40,0.85) 0%, transparent 55%);
  transition: opacity 0.3s;
}
.showcase-item:hover .showcase-overlay { opacity: 0.9; }
.showcase-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 32px;
}
.showcase-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 6px;
}
.showcase-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: white;
  line-height: 1.3;
}
.showcase-meta {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
}
/* BG images */
.bg1 { background: linear-gradient(135deg, #0d1f3c 0%, #1a3560 60%, #0a1525 100%); }
.bg2 { background: linear-gradient(135deg, #132848 0%, #0d1f3c 60%, #091520 100%); }
.bg3 { background: linear-gradient(135deg, #1a3560 0%, #132848 60%, #0d1f3c 100%); }
.bg4 { background: linear-gradient(135deg, #081628 0%, #0d1f3c 60%, #132848 100%); }
.bg5 { background: linear-gradient(135deg, #0d1f3c 0%, #081628 60%, #1a3560 100%); }
/* Adiciona textura de grade em cada item do showcase */
.showcase-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(156,182,207,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(156,182,207,0.04) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 0;
}

/* ===================== DIFERENCIAIS ===================== */
.diferenciais {
  padding: 110px 60px;
  background: var(--gray);
}
.diferenciais-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: stretch;
}
.diff-img {
  position: relative;
  height: 100%;
  min-height: 640px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(13,31,60,0.15);
}
.diff-img-bg {
  position: absolute;
  inset: 0;
  background: url('/assets/img/fachada-grupo-via-forte.png') center/cover no-repeat;
}
.diff-img-bg::before { content: none; }
.diff-img-bg::after { content: none; }
.diff-img-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: var(--orange);
  padding: 20px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.diff-img-bar p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: white;
}
.diff-img-bar span {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: white;
}
.diff-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.diff-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  background: white;
  border-radius: 8px;
  border-left: 4px solid transparent;
  transition: all 0.3s;
  box-shadow: 0 2px 12px rgba(13,31,60,0.06);
}
.diff-item:hover {
  border-left-color: var(--orange);
  transform: translateX(6px);
  box-shadow: 0 8px 24px rgba(13,31,60,0.1);
}
.diff-icon {
  width: 48px; height: 48px;
  background: rgba(156,182,207,0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.diff-text h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
}
.diff-text p {
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.7;
}

/* ===================== MISSÃO VISÃO VALORES ===================== */
.mvv-section {
  padding: 110px 60px;
  background: var(--navy-dark);
  position: relative;
  overflow: hidden;
}
.mvv-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(156,182,207,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156,182,207,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}
.mvv-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.mvv-header .section-eyebrow { justify-content: center; }
.mvv-header .section-eyebrow::before { display: none; }
.mvv-header .section-h2 { color: white; }
.mvv-header .section-h2 em { color: var(--orange); }
.mvv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.mvv-card {
  background: var(--navy-mid);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 44px 36px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.mvv-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.mvv-card:hover {
  border-color: rgba(156,182,207,0.25);
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}
.mvv-card:hover::before { transform: scaleX(1); }
.mvv-icon {
  width: 52px; height: 52px;
  background: rgba(156,182,207,0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.mvv-card-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 12px;
}
.mvv-card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: white;
  margin-bottom: 20px;
  line-height: 1.2;
}
.mvv-card-text {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255,255,255,0.55);
}
/* Valores list */
.valores-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 4px;
}
.valores-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}
.valor-dot {
  width: 6px; height: 6px;
  background: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ===================== CTA BANNER ===================== */
.cta-banner {
  background: var(--navy);
  padding: 100px 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: rgba(156,182,207,0.07);
}
.cta-banner::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(156,182,207,0.05);
}
.cta-banner-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}
.cta-banner h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  color: white;
  line-height: 1.15;
  margin-bottom: 20px;
}
.cta-banner h2 em { font-style: normal; color: var(--orange); }
.cta-banner p {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 44px;
  line-height: 1.8;
}

/* ===================== CONTATO ===================== */
#contato {
  background: var(--gray);
}
.contato {
  padding: 110px 60px;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.contato-info h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 20px;
  line-height: 1.2;
}
.contato-info h3 em { font-style: normal; color: var(--orange); }
.contato-info p {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 40px;
}
.contato-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contato-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contato-item-icon {
  width: 48px; height: 48px;
  background: rgba(156,182,207,0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contato-item-text strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 2px;
}
.contato-item-text span {
  font-size: 14px;
  color: var(--text-mid);
}
.contato-item-text a {
  color: var(--text-mid);
  text-decoration: none;
}
.contato-item-text a:hover {
  color: var(--orange);
}
/* Form */
.contato-form {
  background: var(--white);
  border-radius: 12px;
  padding: 48px;
  box-shadow: 0 20px 60px rgba(13,31,60,0.1);
}
.contato-form h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 32px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-mid);
}
.form-group input,
.form-group select,
.form-group textarea {
  background: white;
  border: 1.5px solid var(--gray-mid);
  border-radius: 6px;
  padding: 13px 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: var(--text-dark);
  outline: none;
  transition: border-color 0.3s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--orange); }
.form-group select { appearance: none; cursor: pointer; }
.form-group select option { background: white; }
.form-group textarea { resize: vertical; min-height: 110px; }
.btn-submit-full {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  background: var(--orange);
  border: none;
  padding: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 8px;
}
.btn-submit-full:hover { background: var(--orange-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(156,182,207,0.35); }

/* ===================== FOOTER ===================== */
footer {
  background: var(--navy-dark);
  padding: 80px 60px 32px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-brand-desc {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,0.45);
  margin: 20px 0 28px;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.soc-btn {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-decoration: none;
  color: rgba(255,255,255,0.5);
}
.soc-btn:hover { background: var(--orange); border-color: var(--orange); color: white; }
.footer-col h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-links a {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-links a::before {
  content: '›';
  color: var(--orange);
  font-weight: 700;
}
.footer-links a:hover { color: white; }
.footer-address {
  font-size: 13px;
  line-height: 1.9;
  color: rgba(255,255,255,0.45);
}
.footer-address strong {
  display: block;
  color: var(--orange);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.25);
}

/* WA button */
.wa-float {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 56px; height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(37,211,102,0.4);
  transition: all 0.3s;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 12px 36px rgba(37,211,102,0.5); }

/* Animations */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* Responsive */
@media (max-width: 1024px) {
  nav { padding: 0 24px; }
  .nav-menu { display: none; }
  .hero { height: 76vh; min-height: 560px; }
  .hero-content { padding: 0 24px; }
  
  .sobre, .diferenciais-inner, .contato { grid-template-columns: 1fr; padding: 70px 24px; gap: 48px; }
  .sobre-images { height: 360px; }
  .empresas-section { padding: 70px 0; }
  .showcase { grid-template-columns: 1fr; grid-template-rows: auto; }
  .showcase-item:first-child { grid-column: 1; grid-row: auto; height: 320px; }
  .showcase-item { height: 260px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
  footer { padding: 60px 24px 28px; }
  .logos-stats { flex-direction: column; gap: 40px; padding: 0 24px; }
  .logos-stat-divider { width: 60px; height: 1px; }
  .logos-stat strong { font-size: 48px; }
  .logos-stat { padding: 0; }
  .mvv-section { padding: 70px 24px; }
  .mvv-grid { grid-template-columns: 1fr; }
  
}
/* Show all content if no JS */

/* === Otimizações === */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity:1 !important; transform:none !important; }
}
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

/* Hamburger mobile */
.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  width: 40px; height: 40px; padding: 8px; z-index: 1100;
}
.nav-toggle span {
  display: block; width: 100%; height: 2px; background: #fff;
  margin: 5px 0; transition: transform .3s, opacity .3s;
  border-radius: 2px;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0;}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

@media (max-width: 900px) {
  nav { padding: 0 20px !important; }
  .nav-toggle { display: block; }
  .nav-menu {
    position: fixed; top: 80px; left: 0; right: 0;
    background: var(--navy-dark);
    flex-direction: column; gap: 0; padding: 20px 0;
    transform: translateY(-120%); transition: transform .35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.4);
  }
  .nav-menu.open { transform: translateY(0); }
  .nav-menu li { width: 100%; text-align: center; }
  .nav-menu a { display: block; padding: 14px 20px; }
  .nav-btn { display: inline-block; margin: 8px 20px; }
  .hero { min-height: 520px; height: auto; padding: 100px 0 60px; }
}

/* ===== Fluxograma do Grupo (Sobre) ===== */
.sobre-flow {
  position: relative;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
}
.sobre-flow .flow-lines {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}
.sobre-flow .flow-lines line {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: flowDraw 1.4s ease-out forwards;
}
.sobre-flow .flow-lines line:nth-child(2){animation-delay:.05s}
.sobre-flow .flow-lines line:nth-child(3){animation-delay:.10s}
.sobre-flow .flow-lines line:nth-child(4){animation-delay:.15s}
.sobre-flow .flow-lines line:nth-child(5){animation-delay:.20s}
.sobre-flow .flow-lines line:nth-child(6){animation-delay:.25s}
.sobre-flow .flow-lines line:nth-child(7){animation-delay:.30s}
.sobre-flow .flow-lines line:nth-child(8){animation-delay:.35s}
@keyframes flowDraw { to { stroke-dashoffset: 0; } }

.flow-node {
  position: absolute;
  background: linear-gradient(155deg, #1a2835 0%, #0f1922 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 18px 36px rgba(0,0,0,.28),
    inset 0 0 0 1px rgba(255,255,255,.04);
  transition: transform .35s ease, box-shadow .35s ease;
}
.flow-node::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: linear-gradient(140deg, rgba(0,200,224,.45), transparent 55%);
  z-index: -1;
  opacity: .55;
  filter: blur(6px);
}

/* Centro */
.flow-center {
  width: 32%;
  height: 32%;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  background: radial-gradient(circle at 30% 25%, #233649 0%, #0c1620 75%);
  box-shadow:
    0 26px 50px rgba(0,0,0,.45),
    inset 0 0 0 1px rgba(0,200,224,.25);
}
.flow-center::after {
  background: conic-gradient(from 180deg, rgba(0,200,224,.55), transparent 30%, rgba(0,200,224,.4) 70%, transparent);
  inset: -6px;
  filter: blur(10px);
  opacity: .7;
  animation: flowPulse 6s linear infinite;
}
@keyframes flowPulse { to { transform: rotate(360deg); } }
.flow-center .flow-center-logo {
  width: 78%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 14px rgba(0,200,224,.35));
}


/* Satélites */
.flow-sat {
  width: 19%;
  height: 19%;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%,-50%);
  text-decoration: none;
  cursor: pointer;
}
.flow-sat img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.4));
  transition: transform .35s ease;
}
.flow-sat:hover {
  transform: translate(-50%,-50%) scale(1.08);
  box-shadow:
    0 22px 44px rgba(0,200,224,.25),
    inset 0 0 0 1px rgba(0,200,224,.5);
}
.flow-sat:hover::after { opacity: 1; }
.flow-sat:hover img { transform: scale(1.05); }

/* Badge "20+ Anos" sobreposto */
.flow-badge {
  position: absolute;
  top: 6%;
  right: -4%;
  background: var(--accent);
  color: #fff;
  padding: 14px 20px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 18px 38px rgba(0,200,224,.35);
  z-index: 5;
}
.flow-badge strong { font-size: 1.6rem; line-height: 1; font-weight: 800; }
.flow-badge em {
  font-style: normal;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 4px;
  opacity: .92;
}

@media (max-width: 768px) {
  .sobre-flow { max-width: 380px; }
  .flow-center .flow-center-logo { width: 82%; }
  .flow-badge { padding: 10px 14px; }
  .flow-badge strong { font-size: 1.2rem; }
  .flow-badge em { font-size: .58rem; }
}

/* ============ MOBILE RESPONSIVE FIXES ============ */
@media (max-width: 768px) {
  /* Form: stack fields */
  .form-row { grid-template-columns: 1fr; gap: 0; margin-bottom: 0; }
  .contato-form { padding: 28px 20px; }
  .contato-form h4 { font-size: 18px; margin-bottom: 20px; }

  /* Diferenciais: reduce side padding + image proportions */
  .diferenciais { padding: 60px 0; }
  .diferenciais-inner { padding: 0 20px !important; gap: 32px !important; }
  .diff-img {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
    width: 100%;
  }
  .diff-img-bg { background-position: center 40%; }
  .diff-img-bar { padding: 12px 16px; gap: 12px; }
  .diff-img-bar p { font-size: 12px; line-height: 1.3; flex: 1; }
  .diff-img-bar span { font-size: 20px; white-space: nowrap; }

  /* Sobre: reduce flow size so badge does not overflow */
  .sobre { padding: 60px 20px; gap: 36px; }
  .sobre-flow { max-width: 320px; }
  .flow-badge { top: 2%; right: 0%; padding: 8px 12px; }
  .flow-badge strong { font-size: 1rem; }
  .flow-badge em { font-size: .55rem; letter-spacing: .1em; }

  /* Section paddings */
  .empresas-section { padding: 60px 0; }
  .contato { padding: 60px 20px !important; }
  footer { padding: 50px 20px 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; padding-bottom: 36px; margin-bottom: 32px; }

  /* Section titles — override clamp() */
  .section-h2 { font-size: 26px !important; line-height: 1.2; }
  .hero-title { font-size: 34px !important; line-height: 1.1; }
  .hero-desc { font-size: 15px; }

  /* Prevent any media overflow */
  img, video, iframe, svg { max-width: 100%; height: auto; }
  .flow-node img { width: 70%; height: 70%; }

  /* Stop horizontal scrolling globally */
  html, body { overflow-x: hidden; max-width: 100vw; }
}

@media (max-width: 480px) {
  .sobre-flow { max-width: 280px; }
  .flow-center .flow-center-logo { width: 80%; }
  .section-h2 { font-size: 22px !important; }
  .hero-title { font-size: 28px !important; }
  nav { padding: 0 16px !important; }
  .nav-logo img { height: 32px; max-width: 130px; }
  .diff-img { aspect-ratio: 3 / 2; }
  .diff-img-bar p { font-size: 11px; }
  .diff-img-bar span { font-size: 18px; }
}
