* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f3f5f7;
  color: #0f172a;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.topo {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 20;
}

.topo-interno {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo-link {
  display: inline-flex;
  align-items: center;
}

.logo-topo {
  height: 56px;
  width: auto;
  display: block;
}

.menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.menu a {
  color: #1e293b;
  font-size: 15px;
  font-weight: 600;
}

.menu a:hover {
  color: #000000;
}

.btn-menu {
  background: #d92d27;
  color: #ffffff !important;
  padding: 14px 22px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(217, 45, 39, 0.18);
}

.btn-menu:hover {
  background: #ba221d;
}

.hero-wrap {
  padding: 28px 0 30px;
}

.hero {
  min-height: 560px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #dbe2e8;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.62), rgba(15, 23, 42, 0.48)),
    url("hero-pecaja.png");
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

.hero-overlay {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
  color: #ffffff;
}

.hero-logo {
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto 26px;
  display: block;
  object-fit: contain;
}

.hero h1 {
  max-width: 920px;
  font-size: 72px;
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hero p {
  max-width: 860px;
  margin-top: 24px;
  font-size: 28px;
  line-height: 1.45;
  color: #f8fafc;
}

.hero-botoes {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-icone-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 72px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
  white-space: nowrap;
}

.btn-icone {
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-vermelho {
  background: #d92d27;
}

.btn-vermelho:hover {
  background: #ba221d;
}

.btn-verde {
  background: #2b9964;
}

.btn-verde:hover {
  background: #237e53;
}

.faixa-credibilidade {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 1080px;
  margin: -34px auto 0;
  position: relative;
  z-index: 2;
}

.cred-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  min-height: 100px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  font-size: 30px;
  font-weight: 600;
  color: #1e293b;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.quem {
  padding: 34px 0 18px;
}

.bloco-branco {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  padding: 54px 36px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.bloco-branco h2 {
  text-align: center;
  font-size: 54px;
  line-height: 1;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
}

.cards {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.icone {
  font-size: 40px;
}

.card h3 {
  margin-top: 18px;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
  color: #0f172a;
}

.card p {
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.7;
  color: #475569;
}

.marca-destaque {
  padding: 16px 0 18px;
}

.marca-centro {
  text-align: center;
}

.logo-central {
  height: 150px;
  width: auto;
  max-width: 100%;
}

.contato-wrap {
  padding: 18px 0 42px;
}

.rodape-box {
  background: #0f2340;
  border-radius: 28px;
  padding: 42px 36px 26px;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.rodape-esquerda {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.logo-rodape {
  height: 56px;
  width: auto;
  object-fit: contain;
  display: block;
}

.rodape-esquerda h3 {
  font-size: 38px;
  font-weight: 700;
}

.rodape-direita {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

.rodape-direita a {
  color: #e2e8f0;
  font-size: 24px;
}

.rodape-direita a:hover {
  color: #ffffff;
}

.rodape-bottom {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.rodape-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.rodape-links a,
.site-url {
  color: #cbd5e1;
  font-size: 16px;
}

.rodape-links a:hover {
  color: #ffffff;
}

@media (max-width: 1100px) {
  .hero h1 {
    font-size: 58px;
  }

  .hero p {
    font-size: 23px;
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .cred-card {
    font-size: 24px;
  }
}

@media (max-width: 820px) {
  .topo-interno {
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
  }

  .menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .hero-overlay {
    padding: 42px 28px;
  }

  .hero-logo {
    height: 64px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero p {
    font-size: 20px;
  }

  .faixa-credibilidade {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .cred-card {
    min-height: 82px;
    font-size: 22px;
  }

  .bloco-branco h2 {
    font-size: 40px;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .card h3 {
    font-size: 28px;
  }

  .rodape-esquerda h3 {
    font-size: 30px;
  }

  .rodape-direita a {
    font-size: 18px;
  }

  .rodape-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .container {
    padding: 0 16px;
  }

  .logo-topo {
    height: 46px;
  }

  .hero {
    min-height: 480px;
  }

  .hero-overlay {
    min-height: 480px;
    padding: 30px 20px;
  }

  .hero-logo {
    height: 54px;
    margin-bottom: 18px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero p {
    font-size: 18px;
    line-height: 1.55;
  }

  .btn {
    width: 100%;
    font-size: 18px;
  }

  .hero-botoes {
    flex-direction: column;
  }

  .bloco-branco {
    padding: 38px 20px;
  }

  .logo-central {
    height: 92px;
  }

  .rodape-box {
    padding: 30px 20px 22px;
  }

  .rodape-esquerda h3 {
    font-size: 24px;
  }
}