:root {
  --preto-total: #000000;
  --laranja-inforexpress: #ffd249;
  --laranja-escuro: #ccaa00;
  --laranja-claro: #e6c733;
  --verde-wpp: #25D366;
  --verde-wpp-hover: #1ebe57;
  --fundo-painel: #111111;
  --radius: 18px;
  --z-top: 1000;
}

/* Limitar largura do body e html para viewport, evitar overflow */
html, body {
  max-width: 100vw;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--preto-total);
  color: var(--laranja-inforexpress);
  font-family: 'Inter', sans-serif;
  margin: 0;
  line-height: 1.6;
  padding-top: 60px;
}

.header-bar {
  position: fixed;
  top: 0; left: 0; right: 0; width: 100%;
  z-index: 1002;
  background: #111;
  padding: 12px 10px;
  min-height: 54px;
  display: flex;
  justify-content: center;
  box-shadow: 0 2px 14px #0006;
  border-bottom: 1px solid #222;
  gap: 8px;
  box-sizing: border-box;
}
.header-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.btn-ticket, .btn-wpp {
  font-size: 1.05rem;
  padding: 8px 18px;
  min-width: 90px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  box-sizing: border-box;
}
.btn-ticket {
  background: var(--laranja-inforexpress);
  color: var(--preto-total);
  font-weight: 700;
}
.btn-ticket:hover {
  background: var(--laranja-escuro);
}
.btn-wpp {
  background: var(--verde-wpp);
  color: #fff;
  font-weight: 700;
}
.btn-wpp:hover {
  background: var(--verde-wpp-hover);
}
.btn-wpp img {
  width: 18px;
  height: 18px;
  border-radius: 7px;
  display: inline-block;
}

/* Animação suave no carregamento */
.hero-banner,
.slogan-bar,
.banner-logo,
.hero-banner h1 {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.6s cubic-bezier(.55,0,.1,1) forwards;
}
.banner-logo { animation-delay: 0.15s; }
.slogan-bar:first-of-type { animation-delay: 0.3s; }
.hero-banner h1 { animation-delay: 0.45s; }
.slogan-bar:last-of-type { animation-delay: 0.57s; }

@keyframes fadeUp {
  to { opacity: 1; transform: none; }
}

.slogan-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.slogan-main {
  font-weight: 700;
  font-size: 1.14rem;
  color: #ffd249;
  text-align: center;
  letter-spacing: 1.1px;
  text-shadow: 0 0 6px rgba(255,199,49,0.5);
}

.hero-banner {
  margin: 0;
  padding: 90px 0 60px 0;
  width: 100%;
  min-height: 70vh;
  border-radius: 0;
  max-width: 100%;
  box-sizing: border-box;
  background: radial-gradient(ellipse at 60% 80%, #222 0%, #111 60%, #1a1100 100%);
  text-align: center;
  box-shadow: 0 12px 48px rgba(0,0,0,0.22), 0 2px 20px rgba(255,210,73,0.08), inset 0 0 44px 0px #e6c73318;
  position: relative;
  overflow: hidden;
}
.banner-logo {
  display: block;
  margin: 0 auto 24px auto;
  max-width: 260px;
  max-height: 72px;
  border-radius: 6px;
  box-shadow: 0 3px 18px rgba(255,210,73,0.12);
}
.hero-banner h1 {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.1;
  letter-spacing: -1px;
}
.hero-banner h1 .express {
  color: var(--laranja-inforexpress);
  text-shadow: 0 2px 14px #e6c73355;
  font-weight: 700;
}

/* Carrossel moderno */
.trust-carousel {
  gap: 24px;
  padding: 30px 26px;
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #1a1a1a, #2a2a2a);
  border-radius: 20px;
  box-shadow: 0 4px 24px rgb(255 210 73 / 0.15);
  margin: 2rem auto 3rem;
  box-sizing: border-box;
}
.trust-section-title {
  color: var(--laranja-inforexpress);
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
  text-shadow: 0 0 10px var(--laranja-inforexpress);
  box-sizing: border-box;
}


.trust-logos {
  display: flex;
  gap: 36px;
  align-items: center;
  overflow-x: auto;
  scroll-behavior: smooth;
  max-width: 1140px;
  padding-bottom: 6px;
  box-sizing: border-box;
  scrollbar-width: none; /* Firefox */
}
.trust-logos::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.trust-logo {
  height: 80px;
  filter: grayscale(0.1);
  border-radius: 12px;
  transition: transform 0.25s ease, filter 0.25s ease;
  box-shadow: 0 1px 14px rgba(0,0,0,0.3);
  background: #222;
  box-sizing: border-box;
}
.trust-logo:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}
.trust-arrow {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background-color: #333;
  color: #f7d339;
  font-weight: 900;
  font-size: 1.8rem;
  filter: drop-shadow(0 0 8px #f7d339);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-sizing: border-box;
}
.trust-arrow:hover {
  background-color: #555;
  transform: scale(1.1);
  color: #ffdd57;
}

.panel {
  max-width: 900px;
  margin: 0 auto 18px auto;
  padding: 2px 0 18px 0;
  box-sizing: border-box;
}
.features {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}
.feature {
  background: var(--fundo-painel);
  color: var(--laranja-inforexpress);
  padding: 28px 18px;
  border-radius: 14px;
  box-shadow: 0 2px 20px rgba(255,210,73,0.06), 0 12px 32px rgba(0,0,0,0.08);
  text-align: center;
  flex: 1 1 240px;
  min-width: 210px;
  transition: box-shadow .24s cubic-bezier(.17,.67,.61,1.3), transform .21s cubic-bezier(.17,.67,.61,1.3);
  box-sizing: border-box;
}
.feature:hover,
.feature:focus-within {
  box-shadow: 0 12px 32px rgba(255,210,73,.20), 0 16px 40px rgba(0,0,0,.16);
  transform: translateY(-8px) scale(1.037);
}
.feature h4 {
  color: #fff;
  font-weight: 600;
  font-size: 1.13rem;
  margin-bottom: 8px;
}
.feature-icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 7px;
  margin-top: -2px;
}
.muted {
  font-style: italic;
  color: rgba(255, 210, 73, 0.85);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.55;
  border-left: 3px solid var(--laranja-inforexpress);
  padding-left: 14px;
  margin-top: 6px;
  margin-bottom: 14px;
  transition: color 0.3s ease;
  max-width: 280px;
  text-align: left;
}
.feature:hover .muted {
  color: #fff;
}

footer {
  background: transparent;
  text-align: center;
  color: var(--laranja-claro);
  border-top: 1px solid rgba(255,210,73,0.08);
  margin-top: 32px;
  font-size: 1rem;
  padding: 20px 10px 10px 10px;
}

/* Mobile */
@media (max-width: 600px) {
  html, body {
    max-width: 100vw;
    overflow-x: hidden;
  }
  body { padding-top: 62px; }
  .header-bar { padding: 8px 4px; min-height: 46px; width: 100%; }
  .header-actions { gap: 7px; }
  .btn-ticket, .btn-wpp {
    font-size: 0.91rem;
    min-width: 80px;
    max-width: 50vw;
    padding: 6px 10px;
    height: 30px;
    gap: 5px;
    border-radius: 7px;
  }
  .btn-wpp img { width: 14px; height: 14px; }
  .trust-carousel {
    padding: 16px 6vw;
    max-width: 99vw;
    gap: 12px;
    background: linear-gradient(90deg, #1a1a1a, #2a2a2a);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgb(255 210 73 / 0.12);
  }
  .trust-title {
    font-size: 1.06rem;
  }
  .trust-logos {
    max-width: 98vw;
    min-height: 48px;
    height: 52px;
    gap: 17px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .trust-logos::-webkit-scrollbar {
    display: none;
  }
  .trust-logo {
    height: 38px;
  }
  .trust-arrow {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 1.2rem;
  }
}
