/* ===== Translight - estilos customizados (home e seções reconstruídas) ===== */

html, body {
  background-color: #686868 !important;
  background-image: url(/assets/fundo.jpg) !important;
  background-repeat: repeat !important;
  min-height: 100%;
}

@media screen and (max-width: 1140px) {
  #outer-wrap #wrap {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.tl-hero {
  position: relative;
  min-height: 460px;
  background-color: #17130f;
  overflow: hidden;
}
.tl-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #17130f;
  background-image: repeating-linear-gradient(135deg, #1c1712 0px, #1c1712 18px, #211915 18px, #211915 36px);
  transition: opacity 1.2s ease;
}
.tl-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.45) 45%, rgba(0,0,0,.15) 100%);
}
.tl-hero-content {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  height: 100%;
  min-height: 460px;
  display: flex;
  align-items: flex-start;
  padding: 66px 20px 0;
}
.tl-hero-content h1 {
  font-size: clamp(17px, 2.4vw, 28px);
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 38%;
  margin: 0;
}
.tl-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0,0,0,0.35);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}
.tl-hero-arrow:hover { background: rgba(0,0,0,0.55); }
.tl-hero-arrow-prev { left: 12px; }
.tl-hero-arrow-next { right: 12px; }
.tl-hero-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}
.tl-hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.tl-hero-dot.is-active { background: #fff212; border-color: #fff212; }

.tl-services {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 20px;
  justify-content: center;
}
.tl-service { flex: 1 1 260px; max-width: 320px; text-align: center; }
.tl-service-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f3f0;
  border-radius: 6px;
  color: #211915;
}
.tl-service-photo {
  width: 100%;
  height: 170px;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 0 16px;
}
.tl-service-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tl-service h2 { font-size: 20px; color: #211915; margin: 0 0 10px; font-weight: 600; }
.tl-service-divider { width: 100%; height: 1px; background: #ddd; margin: 0 0 14px; }
.tl-service p { font-size: 14px; color: #444; line-height: 1.6; margin: 0; }

.tl-services-cta { text-align: center; padding: 10px 0 40px; }
.tl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #211915;
  color: #fff;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.tl-btn:hover { background: #3f2f25; color: #fff; }

.tl-welcome {
  background: #fff212;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 40px 45px;
}
.tl-welcome-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}
.tl-welcome-left { flex: 1 1 240px; text-align: center; }
.tl-welcome-left h2 { font-size: 28px; color: #000; margin: 0 0 18px; font-weight: 600; }
.tl-welcome-left p { font-size: 14px; color: #000; margin: 0 0 16px; line-height: 1.6; }
.tl-welcome-right { flex: 3 1 480px; }
.tl-welcome-right h2 { font-size: 18px; color: #000; font-weight: 600; margin: 8px 0 4px; }
.tl-welcome-divider { height: 1px; background: #0a0a0a; margin: 4px 0 16px; }

.tl-partners { max-width: 1100px; margin: 0 auto; padding: 40px 20px; text-align: center; }
.tl-partners h2 { font-size: 22px; color: #211915; font-weight: 700; margin: 0 0 26px; }
.tl-partners-marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.tl-partners-track {
  display: flex;
  align-items: center;
  gap: 64px;
  width: max-content;
  animation: tl-partners-scroll 26s linear infinite;
}
.tl-partners-track:hover { animation-play-state: paused; }
.tl-partner-logo { flex: 0 0 auto; height: 85px; display: flex; align-items: center; justify-content: center; }
.tl-partner-logo img { max-height: 85px; max-width: 235px; width: auto; height: auto; object-fit: contain; }
@keyframes tl-partners-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.tl-quick-form { display: flex; flex-wrap: wrap; gap: 10px; }
.tl-quick-form .tl-field-half { flex: 1 1 45%; min-width: 140px; }
.tl-quick-form input,
.tl-quick-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 11px;
  border: 1px solid #444;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
}
.tl-quick-form textarea { flex: 1 1 100%; min-height: 100px; resize: vertical; }
.tl-quick-form-submit { flex: 1 1 100%; min-width: 120px; }
.tl-quick-form-submit button {
  width: 100%;
  height: 100%;
  padding: 12px;
  background: #fff212;
  color: #211915;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.tl-quick-form-submit button:hover { background: #ffe600; }

@media screen and (max-width: 680px) {
  .tl-hero-content h1 { font-size: 24px; }
  .tl-welcome { padding: 30px 20px; }
}
