* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --blue-900: #002060;
  --blue-600: #0b3aa6;
  --red-900: #b91c1c;
  --yellow: #FFD700	;
  --muted: #6b7280;
  --card-bg: #ffffff;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #111827;
  background: var(--card-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}


.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}


.navbar {
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.logo {
  height: 150px;
  max-width: 270px;
  object-fit: contain;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 22px;
  align-items: center;
  transition: .5s;
}

.nav-links a {
  text-decoration: none;
  color: var(--blue-900);
  font-weight: 600;
}

.nav-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.btn-cta,
.btn-primary,
.btn-outline {
  border-radius: 28px;
  padding: 10px 18px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.btn-cta {
  background: var(--blue-900);
  color: var(---yellow);
  border: none;
}

.btn-primary {
  background: var(--yellow);
  color: var(--blue-900);
  border: none;
  display: inline-block;
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--blue-900);
  color: var(--blue-900);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

.hero {
  padding: 56px 0 80px;
  position: relative;
}

.hero-content {
  text-align: -webkit-center;
  padding: 40px 0;
}

.hero .lead {
  color: var(--muted);
  margin-top: 12px;
  max-width: 700px;
}

.hero h1 {
  font-size: 38px;
  color: var(--blue-900);
}

.hero-ctas {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.section {
  padding: 56px 0;
}

.section-title {
  font-size: 26px;
  color: var(--blue-900);
  margin-bottom: 18px;
}

.produtos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.produto-card {
  background: var(--yellow);
  color:var(--red-900);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
  transition: transform .28s ease, box-shadow .28s ease;
  text-align: -webkit-center;
}

.produto-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.12);
}

/* ====== LOJAS ====== */
.stores {
  text-align: center;
  padding: 80px 20px;
}

.stores h2 {
  color: var(--blue-900);
  margin-bottom: 40px;
}

.store-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.store-card {
  background-color: var(--yellow);
  color: var(--red-900);
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  width: 280px;
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.store-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

.store-card h3 {
  color: var(--red-900);
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.store-card p {
  font-size: 1rem;
  line-height: 1.4;
}

.store-card .phone {
  font-weight: bold;
  margin-top: 10px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 640px;
  margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e6e9ef;
  font-size: 15px;
}

.site-footer {
  background: var(--blue-900);
  color: white;
  padding: 10px 0;
  margin-top: 30px;
  text-align: center;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  color: white;
  padding: 12px 16px;
  border-radius: 999px;
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(2, 6, 23, 0.3);
  z-index: 60;
}

.whatsapp-float .wa-icon {
  font-size: 18px;
}

.whatsapp-float .wa-text {
  font-weight: 700;
  display: none;
}

.fade-in {
  opacity: 0;
  transform: translateY(8px);
  animation: fadeInUp .6s forwards;
}

.fade-in.delay-1 {
  animation-delay: .18s;
}

.fade-in.delay-2 {
  animation-delay: .36s;
}




.wlj {
  text-align: center;
  background: linear-gradient(90deg, #26316a, #56388e, #2f7bb9);
  color: #fff;
  font-size: 14px;
  padding: 0px 0;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float img {
  width: 28px;
  height: 28px;
}

.whatsapp-float:hover {
  background-color: #20b358d0;
}

.hero {
  color: white;
  padding: 20px 0;
}

.footer{
  display: inline-block;
  padding-right: 90px;
}

.logo {
  height: 70px;
}


.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 40px;
}

/* garante posicionamento do menu mobile quando aberto */
.navbar {
  position: relative;
}

.section-title {
  text-align: center;
}

.sobre p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

/* estado aberto do menu mobile */
.nav-links.open {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  padding: 12px 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  z-index: 50;
  transition: .5s;
}

.nav-toggle.open {
  transform: rotate(90deg);
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width:900px) {
  .btn-cta{
    display: none;  
  }
  p{
    font-size: 12px;
  }
  .store-card h3{
    font-size: 16px;
  }
.store-card p{
    font-size: 12px;
  }
  .hero h1 {
    font-size: 18px;
  }

  .section-title {
    font-size: 20px;
  }

  .produtos-grid {
    font-size: 15px;
  }

  .nav-links {
    display: none;
  }

  .nav-toggle {
    display: inline-block;
  }

  .whatsapp-float .wa-text {
    display: none;
  }

  .hero-content {
    text-align: center;
  }
  .footer{
  display: inline-block;
  padding-right: 0px;
}
  .wlj {
    font-size: 10px;
  }
}

.store-card {
    text-align: center;
    padding-bottom: 20px;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 16px;
    background-color: #25D366;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.3s;
}

.whatsapp-btn svg {
    fill: white;
}

.whatsapp-btn:hover {
    background-color: #1ebe5d;
}

.map-btn {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    background-color: #4285F4;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.3s;
}

.map-btn:hover {
    background-color: #2f69d8;
}
