.rodape {
  background: #060f28;
  color: rgba(255,255,255,0.7);
  padding: 5rem 0 0;
  border-top: 1px solid rgba(255,54,19,0.2);
}

.rodape-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.rodape-marca img {
  margin-bottom: 1rem;
  height: 140px;
}

.rodape-tagline {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--laranja);
  margin-bottom: 1rem;
}

.rodape-marca p:last-child {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.45);
}

.rodape-col h4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--laranja);
  margin-bottom: 1.25rem;
}

.rodape-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.rodape-col li, .rodape-col a {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.55);
  transition: var(--transition-fast);
}

.rodape-col a:hover {
  color: var(--laranja);
}

.rodape-bottom {
  padding: 1.5rem 0;
}

.rodape-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.rodape-bottom p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.25);
}
