:root {
  --background-color: #121212;
  /* Background color for the entire website, including individual sections */
  --default-color: #dcdcdc;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #ffffff;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #94c036;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #2c2c2c;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #000000;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

.hero {
  padding: 160px 0 100px;
}

/* .hero-heading h1 {
  font-size: 52px;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1.2;
} */

.hero-description {
  font-size: 18px;
  color: #666;
  max-width: 520px;
  /* margin-left: 0 !important; */
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  /* justify-content: start !important; */
}

.hero-image {
  max-height: 420px;
}

.badge-label {
  /* background: color-mix(in srgb, var(--accent-color), transparent 85%); */
  color: var(--accent-color);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
}


.hero {
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;

  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(18, 18, 18, 0.6) 40%,
      rgba(18, 18, 18, 1) 100%);

  z-index: 2;
}

/* VIDEO */
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

/* ESCURECER VIDEO */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.55); */
  z-index: 2;
}

/* CONTEÚDO NA FRENTE */
.hero .container {
  position: relative;
  z-index: 3;
  color: white;
}


.panel-info {
  padding: 20px;
}

.leader-list {
  padding-left: 18px;
  margin: 0;
}

.leader-list li {
  margin-bottom: 6px;
  line-height: 1.5;
}











/*  */


.why-card {
  background: #111;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}

.why-card:hover {
  transform: translateY(-5px);
  border-color: var(--accent-color);
}

.why-card i {
  font-size: 32px;
  color: var(--accent-color);
  margin-bottom: 15px;
  display: block;
}

.why-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 14px;
  color: #aaa;
}


.clients-slider {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}

.logos-track {
  display: flex;
  gap: 50px;
  width: max-content;
  animation: scrollLogos 25s linear infinite;
  align-items: center;
}

.logo-item img {
  height: 100px;
  width: auto;
  filter: grayscale(100%) brightness(0.8);
  opacity: 0.7;
  transition: 0.3s;
}

.logo-item img:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.who-text {
  font-size: 18px;
  color: #bbb;
  line-height: 1.6;
}

.who-card {
  background: #111;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.who-card i {
  font-size: 32px;
  color: var(--accent-color);
  margin-bottom: 15px;
  display: block;
}

.who-card h4 {
  margin-bottom: 10px;
}


.map-wrapper {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}


.section-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #94c036;
}

.section-line::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #94c036;
  display: inline-block;
}

.risk-section {
  height: 40rem;
  position: relative;
  background: url('../imagens/imagem5.jpg') center/cover no-repeat;
}

.risk-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background: linear-gradient(to bottom,
      rgba(18, 18, 18, 0) 55%,
      rgba(18, 18, 18, 0.35) 75%,
      rgba(18, 18, 18, 0.85) 100%);
}

/* overlay verde cobrindo TUDO */
.risk-overlay {
  background: linear-gradient(to right,
      rgba(148, 192, 54, 0.85) 0%,
      rgba(148, 192, 54, 0.75) 50%,
      rgba(148, 192, 54, 0.55) 100%);

  height: 100%;
  width: 45%;
  right: 0;
  position: absolute;
  top: 0;
}

/* conteúdo */
.content-box {
  color: #fff;
}

/* botões */
.custom-btn {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
}

.banner-title {
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 700;
}


@media (max-width: 768px) {
  .banner-title {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}


.hero-section {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;

  background: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab') center/cover no-repeat;
  overflow: hidden;
}

/* overlay elegante (não escurece demais) */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.92),
      rgba(255, 255, 255, 0.75));
}

/* conteúdo */
.hero-content {
  position: relative;
  padding: 80px 20px;
  max-width: 1100px;
}

/* título forte de verdade */
.hero-title {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 900;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 40px;
}

/* destaque verde */
.highlight {
  color: #94c036;
}

/* card inferior estilo moderno */
.hero-card {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 60px;

  padding: 32px 36px;

  background: rgba(255, 255, 255, 0.568);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
}

/* ícone */
.hero-icon {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: 12px;
}

/* texto */
.hero-card p {
  font-size: clamp(1.8rem, 1.6vw, 1.3rem);
  line-height: 1.6;
  margin: 0;
  color: #222;
}

/* mobile */




.left-section {
  position: relative;
  padding: 90px 0 120px;
  background: #0b0f14;
  color: #fff;
}

@media (max-width: 768px) {
  .hero-card {
    flex-direction: column;
    gap: 10px;
  }

  .left-section {
    padding: 90px 0 0;
  }

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

/* TÍTULO */
.avoid-title {
  font-size: 3rem;
  font-weight: 700;
  color: #94c036;
}

.avoid-title span {
  border: 1px solid #ffffff6b;
  padding: 20px 40px;
  border-radius: 20px;
}

/* GRID */
.risk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 40px;
}

/* ITEM */
.risk-item {
  font-size: 1.2rem;
  color: #e5e7eb;
  position: relative;
  padding-left: 18px;
}

/* PONTO */
.risk-item::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #94c036;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

/* FULL WIDTH */
.risk-item.full {
  grid-column: span 2;
}

/* MUTED */
.risk-item.muted {
  opacity: 0.5;
  font-size: 1.05rem;
}

/* CTA WRAPPER CENTRALIZADO */
.cta-wrapper {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  z-index: 10;
}

.cta-wrapper a:hover {
  color: #fff;
}

/* BOTÃO */
.cta-box {
  background: #94c036;
  color: #fff;
  padding: 16px 82px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* RESPONSIVO */
@media (max-width: 991px) {
  .risk-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .risk-item {
    padding-left: 0;
  }

  .risk-item::before {
    display: none;
  }

  .avoid-title {
    text-align: center;
    font-size: 2.4rem;
  }

  .cta-wrapper {
    bottom: -25px;
  }
}

.why-section {
  position: relative;
  background-color: #fff;
}

.why-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 192, 54, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 192, 54, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

/* CONTEÚDO */
.why-content {
  text-align: left;
}

/* TÍTULO */
.why-title {
  font-size: 3rem;
  font-weight: 700;
  color: #0b0f14;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* TEXTO */
.why-text {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #1f2937;
}

/* RESPONSIVO */
@media (max-width: 991px) {
  .why-content {
    text-align: center;
    max-width: 100%;
  }

  .why-title {
    font-size: 2.2rem;
  }

  .why-text {
    margin: 0 auto;
    font-size: 1.05rem;
  }
}



/* O que é a trevlla */
.what-section {
  position: relative;
  background-color: #fff;
}

.what-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 192, 54, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 192, 54, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}


/* HEADER */
.what-title {
  font-size: 3rem;
  font-weight: 800;
  color: #0b0f14;
}

.what-subtitle {
  font-size: 1.2rem;
  color: #4b556371;
  line-height: 1.7;
}

/* 🔥 BLOCO CENTRAL (sem card) */
.what-core {
  font-size: 1.6rem;
  font-weight: 500;
  color: #111827;
  margin-top: 10px;
  line-height: 1.8;
}

/* palavras em destaque */
.core-word {
  color: #94c036;
  font-weight: 900;
  letter-spacing: 0.3px;
  margin: 0 6px;
}

/* separador mais elegante */
.core-sep {
  color: rgba(148, 192, 54, 0.6);
  margin: 0 4px;
  font-weight: 300;
}

/* frase final */
.what-footer {
  margin-top: 18px;
  font-size: 1.15rem;
  color: #4b556371;
}

/* CARDS (mantidos do seu estilo) */
.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border-color: rgba(148, 192, 54, 0.3);
}

.icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(148, 192, 54, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #94c036;
  font-size: 1.4rem;
}

.feature-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0b0f14;
}

.feature-card p {
  color: #4b5563;
  line-height: 1.6;
}



.core-section {
  background: linear-gradient(120deg, #ffffff, #f7faf9);
}

/* HEADER */
.core-header {
  text-align: center;
  margin-bottom: 50px;
}

.core-title {
  font-size: 3rem;
  font-weight: 800;
  color: #0b0f14;
}

.core-accent {
  color: #94c036;
}

.core-subtitle {
  max-width: 720px;
  margin: 10px auto 0;
  font-size: 1.2rem;
  color: #4b5563;
  line-height: 1.7;
}

/* GRID */
.core-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

/* STACK LEFT */
.core-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* CARD BASE */
.core-card {
  background: #fff;
  border-radius: 16px;
  padding: 26px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
}

/* hover premium */
.core-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border-color: rgba(148, 192, 54, 0.25);
}

/* LABEL */
.core-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #94c036;
  margin-bottom: 10px;
}

/* TEXT */
.core-card p {
  font-size: 1.1rem;
  color: #374151;
  line-height: 1.7;
}

/* VALUES */
.core-values {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.core-list {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.core-list div {
  font-size: 1.05rem;
  color: #374151;
  line-height: 1.6;
}

.core-list strong {
  color: #0b0f14;
}

/* FOOTER */
.core-footer {
  margin-top: 16px;
  font-size: 0.95rem;
  color: #6b7280;
}

/* ANIMAÇÕES */
.animate {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
}

.delay-1 {
  animation-delay: 0.15s;
}

.delay-2 {
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .core-grid {
    grid-template-columns: 1fr;
  }

  .core-title {
    font-size: 2.2rem;
  }
}




/* NAVBAR BASE */
.custom-navbar {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 999;

  background: transparent;
  box-shadow: none;

  padding: 14px 0;
  transition: all 0.3s ease;
}

.custom-navbar.scrolled {
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  padding: 10px 0;
}

/* LOGO */
.logo-img {
  height: 55px;
  width: auto;
}

/* LINKS */
.custom-navbar .nav-link {
  color: #fff;
  font-weight: 500;
  padding: 10px 12px;
  transition: 0.2s;
}

.custom-navbar.scrolled .nav-link {
  color: #222;
}

.custom-navbar .nav-link:hover {
  color: #94c036;
}

/* DROPDOWN */
.dropdown-menu {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 8px;
}

.custom-navbar:not(.scrolled) .navbar-nav .nav-link.show,
.custom-navbar:not(.scrolled) .navbar-nav .nav-link.active {
  color: #94c036 !important;
}

.dropdown-item:hover {
  background: #f5f5f5;
  color: #94c036;
}

.custom-navbar .btn-whatsapp {
  background: #94c036;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.custom-navbar.scrolled .btn-whatsapp {
  background: #94c036;
  border: none;
}

.btn-whatsapp {
  color: #fff !important;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}

.btn-whatsapp:hover {
  background: #94c036;
  transform: translateY(-1px);
}

/* ESPAÇAMENTO MENU DESKTOP */
@media (min-width: 992px) {
  .navbar-nav {
    gap: 18px;
  }
}


.navbar-toggler {
  border: 2px solid #94c036;
  border-radius: 8px;
  padding: 6px 10px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* ÍCONE */
.navbar-toggler i {
  font-size: 24px;
  color: #94c036;
  display: flex;
}


@media (max-width: 991px) {

  .navbar-toggler {
    border: none;
    box-shadow: none !important;
  }

  .navbar-collapse {
    background: #fff;
    padding: 15px;
    margin-top: 10px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  }

  /* 🔥 CORRIGE OS LINKS */
  .navbar-collapse .nav-link {
    color: #222 !important;
  }

  .navbar-collapse .nav-link:hover {
    color: #94c036 !important;
  }

  /* DROPDOWN MOBILE */
  .navbar-collapse .dropdown-menu {
    background: transparent;
    box-shadow: none;
    padding-left: 10px;
  }

  .navbar-collapse .dropdown-item {
    color: #222 !important;
  }

  .navbar-collapse .dropdown-item:hover {
    color: #94c036 !important;
  }

  .btn-whatsapp {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
}