
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}


body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
}


header {
  background: #0047ff;
  padding: 1rem 2rem;
  box-shadow: 0 2px 15px rgba(0, 0, 100, 0.2);
  position: sticky;
  top: 0;
  z-index: 100;
  animation: fadeInDown 1s ease;
}

header {
  background: linear-gradient(90deg, #0047ff, #001a66);
}

header i {
  color: white;
  font-size: 20px;
  font-weight: 400;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

h1 {
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}

header img {
  height: 55px;
  border-radius: 10px;
}

.btn-baixar {
  background: #002db3;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-baixar:hover {
  background: #001a66;
}


.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.hero-content {
  flex: 1;
  min-width: 300px;
}

.hero-content h2 {
  font-size: 2.5rem;
  color: #0047ff;
}

.hero-content span {
  color: #000;
  font-weight: 700;
}

.hero-content p {
  margin: 1rem 0 2rem;
  color: #333;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.btn-cta {
  background: #0047ff;
  color: #fff;
  padding: 0.9rem 1.8rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  background-image: url(R.png);
  background-size: 50px;
}

.btn-cta.alt {
  background: #0047ff;
}

.btn-cta:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}



.hero-image {
  flex: 1;
  text-align: center;
}

.hero-image img {
  width: 100%;
  max-width: 460px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 100, 0.15);
  transition: transform 0.4s ease;
}

.hero-image img:hover {
  transform: scale(1.05);
}



.sobre {
  padding: 5rem 2rem;
  background: #f0f4ff;
}

.sobre a {
  text-decoration: none;
}

.sobre i {
  color: #0047ff;
  font-size: 25px;
  font-weight: 400;
}

.sobre-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.sobre-texto {
  flex: 1;
  min-width: 300px;
}

.sobre-texto h3 {
  font-size: 2.2rem;
  color: #0047ff;
  margin-bottom: 1.2rem;
}

.sobre-texto p {
  color: #333;
  line-height: 1.7;
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}

.sobre-texto strong {
  color: #002db3;
}

.sobre-imagem {
  flex: 1;
  text-align: center;
}

.sobre-imagem img {
  width: 100%;
  max-width: 460px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 150, 0.15);
  transition: transform 0.4s ease;
}

.sobre-imagem img:hover {
  transform: scale(1.05);
}

/* Grupo de botões */
.btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

/* Grupo geral */
.btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

/* Container das imagens */
.store-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Tamanho padronizado dos botões */
.store-buttons img {
  width: 160px;          /* tamanho fixo padronizado */
  height: auto;          /* mantém a proporção */
  border-radius: 8px;    /* cantos suaves */
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* Efeito hover sutil */
.store-buttons img:hover {
  transform: scale(1.05);
  filter: brightness(1.15);
}

/* Botão de motorista */
.motorista-btn {
  background: linear-gradient(90deg, #ffb300, #ff7800);
  color: #fff;
  padding: 0.9rem 1.8rem;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 120, 0, 0.3);
  text-decoration: none;
}

.motorista-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 120, 0, 0.45);
}

.insta {
  background-color: #f0f4ff ;
  width: 320px;
  height: auto;
  border-radius: 20px;
}

/* Responsivo */
@media (max-width: 768px) {
  .store-buttons img {
    width: 130px; /* menor para telas pequenas */
  }

  .motorista-btn {
    font-size: 0.9rem;
    padding: 0.8rem 1.4rem;
  }
}


/* Responsividade */
@media (max-width: 900px) {
  .sobre-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .sobre-texto h3 {
    font-size: 1.9rem;
  }

  .sobre-imagem img {
    max-width: 360px;
  }
}



/* ==============================
   Benefícios
============================== */
.benefits {
  text-align: center;
  padding: 4rem 2rem;
  background: #f7f9ff;
}

.benefits h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #0047ff;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.benefit-card {
  background: #0047ff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 150, 0.2);
  transition: transform 0.3s ease, background 0.3s ease;
  color: #fff;
}

.benefit-card:hover {
  transform: translateY(-8px);
  background: #002db3;
}

.address  {
   text-align: center;
}

.address .title {
 font-size: 2.5rem;
  color: #0047ff;
}

.address i {
    color: #0d17a7;
    font-size: 30px;
    margin-bottom: 10px;
    
}

iframe {
  border-radius: 15px;
}

.address a {
  text-decoration: none;
}


.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: white;
  font-size: 1.8rem;
  padding: 0.8rem 1rem;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
  z-index: 3;
}
.whatsapp-btn:hover {
  transform: scale(1.1);
}


/* ==============================
   Footer
============================== */
footer {
  text-align: center;
  padding: 1.2rem;
  background: linear-gradient(90deg, #0047ff, #001a66);
  color: white;
  font-size: 0.85rem;
}

footer i{
  color: white;
  font-size: 20px;
  font-weight: 400;
}

/* ==============================
   Animações
============================== */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-50px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes slideLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes slideRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

/* ==============================
   Responsividade
============================== */
@media (max-width: 900px) {
  header .container {
    flex-direction: row;
    justify-content: space-between;
  }

  .hero {
    flex-direction: column-reverse;
    text-align: center;
    padding: 3rem 1rem;
  }

  .hero-content h2 {
    font-size: 2rem;
  }

  .btn-group {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  header img {
    height: 45px;
    border-radius: 10px;
  }

  .btn-baixar {
    padding: 0.6rem 1.1rem;
    font-size: 0.85rem;
  }

  .hero-content h2 {
    font-size: 1.6rem;
  }

  .hero-image img {
    max-width: 320px;
  }

  iframe {
    width: 200px;
    height: auto;
  }

  footer {
    font-size: 0.8rem;
  }
}
