header, .section-blog-destaques {
  background-image: url("/assets/website/img/bg-header-index.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
footer { border-color: var(--secondary); }

.section-vagas-destaque {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #e8f1f5 0%, #f2f6f8 48%, #edf5f0 100%);
}
/* Marca d'água inclusão — ícones PcD nas laterais, esmaecidos */
.section-vagas-destaque::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    url("https://www.pcd.com.br/assets/website/img/bg-section-vagas-destaques.webp"),
    url("https://www.pcd.com.br/assets/website/img/bg-section-vagas-destaques.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: 46% auto, 46% auto;
  background-position: left -5% center, right -5% center;
  filter: saturate(0.92);
}
/* Centro mais limpo para os cards; laterais com cor de marca */
.section-vagas-destaque::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 90% at 0% 50%, rgba(0, 95, 115, 0.14) 0%, transparent 58%),
    radial-gradient(ellipse 50% 85% at 100% 45%, rgba(172, 213, 51, 0.16) 0%, transparent 55%),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.35) 0%,
      rgba(255, 255, 255, 0.82) 22%,
      rgba(255, 255, 255, 0.88) 50%,
      rgba(255, 255, 255, 0.82) 78%,
      rgba(255, 255, 255, 0.35) 100%
    );
}
.section-vagas-destaque > .container {
  position: relative;
  z-index: 2;
}
.section-vagas-destaque .card {
  border: 1px solid rgba(0, 95, 115, 0.08);
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(0, 60, 80, 0.06);
  background: #fff;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.section-vagas-destaque .card:hover {
  box-shadow: 0 12px 36px rgba(0, 95, 115, 0.1);
}
.section-vagas-destaque h2.fs-1 {
  color: #005f73;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.section-vagas-destaque .fs-2,
.section-vagas-destaque .fs-4.text-secondary {
  color: #3d5a66 !important;
}
@media (max-width: 991px) {
  .section-vagas-destaque::before {
    opacity: 0.16;
    background-size: 85% auto;
    background-position: center top;
    background-image: url("https://www.pcd.com.br/assets/website/img/bg-section-vagas-destaques.webp");
  }
  .section-vagas-destaque::after {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0.9) 35%,
      rgba(255, 255, 255, 0.9) 100%
    );
  }
}
.section-mapa {
  background-image: url('https://www.pcd.com.br/assets/website/img/bg-section-mapa.webp');
  background-attachment: fixed;
  background-size: 100%;
}
.section-ajudamos-empresa {
  background-image: url('https://www.pcd.com.br/assets/website/img/bg-section-ajudamos-empresa.webp');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-subscribe { background: #f5f5f5; }

/* Rolagem suave ao clicar no botão "Recrutar pessoas com deficiência" do hero */
html {
  scroll-behavior: smooth;
}
.section-enterprise {
  background: #f0f4f5;
  scroll-margin-top: 90px; /* respiro ao ancorar via #recrutamento-empresas */
}
/* Saída discreta para o candidato (evita preencher form de empresa por engano) */
.section-enterprise__candidato {
  font-size: 0.95rem;
  color: #5a6c75;
}
.section-enterprise__candidato a {
  color: #157a5b;
  text-decoration: underline;
}
.section-enterprise__candidato a:hover {
  color: #0f5e46;
}

.section-enterprise__card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.75rem 2rem rgba(0, 85, 112, 0.10);
}

.section-enterprise__main {
  padding: 2rem 1.5rem;
}

.section-enterprise__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.section-enterprise__title {
  line-height: 1.2;
}

.section-enterprise__lead { color: #2b3b40; line-height: 1.6; }
.section-enterprise__closing { color: #5a6b70; line-height: 1.6; }

.section-enterprise__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-enterprise__list li {
  position: relative;
  padding-left: 1.85rem;
  margin-bottom: 0.7rem;
  color: #2b3b40;
  line-height: 1.5;
}

.section-enterprise__list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--primary-dark);
  background: rgba(23, 153, 112, 0.12);
  border-radius: 50%;
}

.section-enterprise__cta {
  padding: 0.7rem 1.9rem;
  border-radius: 0.5rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.section-enterprise__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(247, 152, 29, 0.35);
}

.section-enterprise__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  transition: gap 0.15s ease;
}

.section-enterprise__link:hover {
  gap: 0.7rem;
  text-decoration: underline;
}

.section-enterprise__aside {
  background: linear-gradient(160deg, var(--tertiary-dark) 0%, #013f52 55%, var(--primary-dark) 170%);
  color: #fff;
  padding: 2rem 1.5rem;
}

.section-enterprise__years {
  line-height: 1;
  margin-bottom: 1.25rem;
}

.section-enterprise__years-count {
  display: block;
  font-size: 3.75rem;
  font-weight: 800;
  color: var(--primary);
}

.section-enterprise__years-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.9;
}

.section-enterprise__stats {
  margin: 0 0 1.25rem;
}

.section-enterprise__stats li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 1.35;
}

.section-enterprise__stats strong {
  display: block;
  color: var(--primary);
  font-size: 1.5rem;
  font-weight: 800;
}

.section-enterprise__aside-text {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
}

.section-enterprise__aside-text strong {
  color: #fff;
}

@media (min-width: 992px) {
  .section-enterprise__main {
    padding: 2.5rem 2.25rem;
  }

  .section-enterprise__aside {
    padding: 2.5rem 1.75rem;
  }
}

/* Botoes do hero da home */
.btn-whatsapp-color {
  background-color: transparent !important;
  border-color: #25D366 !important;
  color: #fff !important;
}
.btn-whatsapp-color:hover {
  background-color: #25D366 !important;
  color: #fff !important;
}
.btn-empresa-color {
  background-color: transparent !important;
  border-color: var(--tertiary) !important;
  color: #fff !important;
}
.btn-empresa-color:hover {
  background-color: var(--tertiary) !important;
  color: #fff !important;
}
.hero-actions .btn {
  margin: 10px 15px;
}
.hero-actions .btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.img-carousel { width: 100%; height: 100px; object-fit: contain; object-position: center; }
.card-clientes{ width: 140px; height: 140px; }
.card-img-clientes { max-height: 85%; max-width: 85%; object-fit: contain; }
