/* =============================================
   DIEGO MOTO PEÇAS – Landing Page Styles
   Paleta inspirada na fachada da loja:
   #2B2F3A  – Fundo principal / fachada escura
   #D9C2A3  – Fundo secundário / piso / neutros
   #C83A2B  – CTA / destaque / vermelho vivo
   #7A1E2B  – CTA hover / vermelho profundo
   #F2F2EE  – Textos em fundos escuros / branco suave
   #B38A43  – Detalhes quentes / amarelo ocre
   #1F6FA8  – Acentos frios / links
   ============================================= */

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Barlow', sans-serif;
  color: #2B2F3A;
  background: #F2F2EE;
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { text-decoration: none; color: inherit; }

ul { list-style: none; }

address { font-style: normal; }

/* ===== CONTAINER ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  border-radius: 50px;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.btn-sm { padding: 0.45rem 1rem; font-size: 0.85rem; }
.btn-lg { padding: 0.85rem 2rem; font-size: 1.05rem; }
.btn-xl { padding: 1rem 2.5rem; font-size: 1.15rem; }

.btn-primary {
  background: #C83A2B;
  color: #fff;
  border-color: #C83A2B;
}
.btn-primary:hover, .btn-primary:focus {
  background: #7A1E2B;
  border-color: #7A1E2B;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200, 58, 43, 0.35);
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}
.btn-whatsapp:hover, .btn-whatsapp:focus {
  background: #1da854;
  border-color: #1da854;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.btn-outline {
  background: transparent;
  color: #F2F2EE;
  border-color: #F2F2EE;
}
.btn-outline:hover, .btn-outline:focus {
  background: #F2F2EE;
  color: #2B2F3A;
}

.btn-map {
  background: #eeee29;
  color: #ffffff;
  border-color: #F2F2EE;
}
.btn-map:hover, .btn-map:focus {
  /* background: #eeee29d0; */
  border-color: #c7c41d;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.btn-ghost {
  background: transparent;
  color: #2B2F3A;
  border-color: transparent;
}
.btn-ghost:hover { background: rgba(0,0,0,0.07); }

.btn-instagram {
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
  border-color: transparent;
}
.btn-instagram:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(220, 39, 67, 0.4);
}

/* ===== SECTION HELPERS ===== */
.section {
  padding: 5rem 0;
}
.section-dark {
  background: #2B2F3A;
  color: #F2F2EE;
}
.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3.5rem;
}
.section-tag {
  display: inline-block;
  background: #C83A2B;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  margin-bottom: 0.75rem;
}
.section-tag-light {
  background: #B38A43;
}
.section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.15;
  color: #2B2F3A;
}
.section-title.light { color: #F2F2EE; }
.section-subtitle {
  margin-top: 0.75rem;
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
}
.section-subtitle.light { color: #D9C2A3; }
.highlight { color: #C83A2B; }

/* ===== HEADER / NAV ===== */
#header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(43, 47, 58, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 2px solid #C83A2B;
  transition: all 0.3s ease;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.logo-img { height: 40px; }
.logo-fallback {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.logo-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #F2F2EE;
  letter-spacing: -0.01em;
}
.logo-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #B38A43;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.logo-sub strong { color: #C83A2B; }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
}
.nav-link {
  padding: 0.5rem 0.85rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #D9C2A3;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
  /* Adicione esta linha: */
  white-space: nowrap; 
}
.nav-link:hover {
  color: #F2F2EE;
  background: rgba(255,255,255,0.08);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1.2rem;
  background: #25D366;
  color: #fff;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 700;
  transition: background 0.2s, transform 0.2s;
  margin-left: 0.5rem;
  /* Adicione esta linha: */
  white-space: nowrap; 
}
.nav-cta:hover {
  background: #1da854;
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #F2F2EE;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 0.4rem;
}

.logo-img { 
  height: 50px; /* Altura ideal para uma navbar de 68px */
  width: auto;   /* Mantém a proporção original da imagem */
  max-height: 100%; /* Segurança para nunca ultrapassar o container */
  display: block;
  object-fit: contain; /* Garante que a imagem não seja distorcida */
}

/* ===== HERO ===== */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url('../images/loja.jpg') center center / cover no-repeat;
  padding-top: 68px;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(43, 47, 58, 0.88) 0%,
    rgba(122, 30, 43, 0.6) 60%,
    rgba(43, 47, 58, 0.75) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem 1.5rem;
  max-width: 800px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(179, 138, 67, 0.2);
  border: 1px solid #B38A43;
  color: #B38A43;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.35rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  animation: fadeInDown 0.7s ease both;
}
.hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 900;
  color: #F2F2EE;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  animation: fadeInUp 0.7s 0.1s ease both;
}
.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #D9C2A3;
  margin-bottom: 2.5rem;
  line-height: 1.7;
  animation: fadeInUp 0.7s 0.2s ease both;
}
.hero-subtitle strong { color: #F2F2EE; }

.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  animation: fadeInUp 0.7s 0.3s ease both;
}

.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  animation: fadeInUp 0.7s 0.4s ease both;
}
.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stat strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #C83A2B;
}
.stat span {
  font-size: 0.78rem;
  color: #D9C2A3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(217, 194, 163, 0.3);
}

.hero-scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(217, 194, 163, 0.6);
  font-size: 1.2rem;
  animation: bounce 1.5s infinite;
}

/* ===== DELIVERY BAR ===== */
.delivery-bar {
  background: #C83A2B;
  color: #fff;
  padding: 0.85rem 0;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
}
.delivery-bar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.delivery-bar i { font-size: 1.1rem; }
.delivery-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255,255,255,0.2);
  color: #fff;
  padding: 0.25rem 0.85rem;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.4);
  transition: background 0.2s;
}
.delivery-cta:hover { background: rgba(255,255,255,0.3); }

/* ===== PRODUCTS ===== */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.75rem;
}
.product-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 2px 12px rgba(43,47,58,0.08);
  border: 1px solid rgba(43,47,58,0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(43,47,58,0.12);
}
.product-card.featured {
  border: 2px solid #C83A2B;
  position: relative;
}
.product-card.featured::before {
  content: '⭐ Mais Vendido';
  position: absolute;
  top: -12px; left: 1.5rem;
  background: #C83A2B;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.75rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.product-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, #C83A2B, #7A1E2B);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.product-info h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2B2F3A;
  margin-bottom: 0.3rem;
}
.product-info p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.product-list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.product-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #555;
}
.product-list li i {
  color: #25D366;
  flex-shrink: 0;
}

.products-cta {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background: linear-gradient(135deg, #f8f3ed, #ede4d6);
  border-radius: 16px;
}
.products-cta p {
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
  color: #444;
}
.products-cta strong { color: #C83A2B; }

/* ===== SERVICES ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.service-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(217,194,163,0.15);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: background 0.25s, transform 0.25s, border-color 0.25s;
  position: relative;
  overflow: hidden;
}
.service-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(200, 58, 43, 0.4);
  transform: translateY(-3px);
}
.service-card.highlight-service {
  background: linear-gradient(135deg, rgba(200,58,43,0.15), rgba(122,30,43,0.15));
  border-color: rgba(200,58,43,0.5);
}
.service-badge {
  position: absolute;
  top: 0; right: 0;
  background: #B38A43;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.25rem 0.75rem;
  border-bottom-left-radius: 10px;
  letter-spacing: 0.08em;
}
.service-icon {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, #C83A2B, #7A1E2B);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  margin: 0 auto 1rem;
}
.service-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #F2F2EE;
  margin-bottom: 0.5rem;
}
.service-card p {
  font-size: 0.9rem;
  color: #B0A090;
  line-height: 1.6;
}

.services-cta {
  text-align: center;
  margin-top: 3rem;
}

/* ===== DELIVERY SECTION ===== */
.section-delivery {
  background: linear-gradient(135deg, #f8f3ed 0%, #ede4d6 100%);
}
.delivery-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.delivery-text .section-title { color: #2B2F3A; }
.delivery-desc {
  font-size: 1.05rem;
  color: #555;
  margin: 1.25rem 0;
  line-height: 1.7;
}
.delivery-features {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 2rem;
}
.delivery-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: #333;
}
.delivery-features li i {
  color: #C83A2B;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.delivery-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
}
.delivery-icon-big {
  width: 120px; height: 120px;
  background: linear-gradient(135deg, #C83A2B, #7A1E2B);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(200,58,43,0.3);
}
.delivery-ping {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #C83A2B;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: ripple 2s linear infinite;
}
.ping-1 { width: 160px; height: 160px; animation-delay: 0s; }
.ping-2 { width: 220px; height: 220px; animation-delay: 0.5s; }
.ping-3 { width: 280px; height: 280px; animation-delay: 1s; }

/* ===== STORE SECTION ===== */
.store-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
}
.store-image-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(43,47,58,0.2);
}
.store-photo {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}
.store-rating {
  position: absolute;
  bottom: 1rem; right: 1rem;
  background: rgba(43,47,58,0.9);
  color: #fff;
  padding: 0.4rem 0.9rem;
  border-radius: 50px;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  backdrop-filter: blur(4px);
}
.store-rating i { color: #F4C23D; }
.store-rating strong { color: #F4C23D; }

.store-info h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #2B2F3A;
  margin-bottom: 0.25rem;
}
.store-subtitle {
  color: #888;
  font-size: 0.95rem;
  margin-bottom: 1.75rem;
}
.store-details {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-bottom: 2rem;
}
.store-details li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.store-details li > i {
  color: #C83A2B;
  font-size: 1rem;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 0.15rem;
}
.store-details li > div {
  display: flex;
  flex-direction: column;
}
.store-details li strong {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #999;
  margin-bottom: 0.1rem;
}
.store-details li span {
  font-size: 0.93rem;
  color: #333;
}
.store-details a {
  color: #1F6FA8;
  transition: color 0.2s;
}
.store-details a:hover { color: #C83A2B; }

.store-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* ===== WHY SECTION ===== */
.section-why { padding: 4.5rem 0; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
}
.why-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(217,194,163,0.12);
  border-radius: 14px;
  padding: 1.75rem;
  text-align: center;
  transition: background 0.25s, transform 0.25s;
}
.why-card:hover {
  background: rgba(255,255,255,0.09);
  transform: translateY(-3px);
}
.why-card > i {
  font-size: 2rem;
  color: #B38A43;
  margin-bottom: 0.85rem;
  display: block;
}
.why-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #F2F2EE;
  margin-bottom: 0.4rem;
}
.why-card p {
  font-size: 0.88rem;
  color: #A09080;
  line-height: 1.6;
}

/* ===== CTA SECTION ===== */
.section-cta {
  background: linear-gradient(135deg, #C83A2B, #7A1E2B);
  color: #fff;
  text-align: center;
  padding: 5rem 0;
}
.cta-content h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.75rem;
}
.cta-content p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 2.5rem;
}
.cta-actions { margin-bottom: 2rem; }
.pulse-btn {
  animation: pulse 2s infinite;
  font-size: 1.15rem;
  padding: 1.1rem 2.5rem;
}
.cta-info {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  opacity: 0.85;
  font-size: 0.9rem;
}
.cta-info span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255,255,255,0.85);
}

/* ===== FOOTER ===== */
.footer {
  background: #1A1D24;
  color: #D9C2A3;
  padding: 4rem 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr 1.5fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
}
.footer-brand p {
  font-size: 0.88rem;
  color: #8A8070;
  line-height: 1.6;
  margin: 0.85rem 0 1.25rem;
}
.footer-logo {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
.footer-logo .logo-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #F2F2EE;
}
.footer-logo .logo-sub {
  font-size: 1rem;
  font-weight: 600;
  color: #B38A43;
  letter-spacing: 0.08em;
}
.footer-logo .logo-sub strong { color: #C83A2B; }
.footer-social {
  display: flex;
  gap: 0.75rem;
}
.footer-social a {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.07);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D9C2A3;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s;
}
.footer-social a:hover {
  background: #C83A2B;
  color: #fff;
}

.footer-nav h4,
.footer-contact h4,
.footer-legal h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #F2F2EE;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
.footer-nav ul { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-nav a {
  font-size: 0.88rem;
  color: #8A8070;
  transition: color 0.2s;
}
.footer-nav a:hover { color: #C83A2B; }

.footer-contact address p {
  font-size: 0.85rem;
  color: #8A8070;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}
.footer-contact address i {
  color: #C83A2B;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.footer-contact a {
  color: #8A8070;
  transition: color 0.2s;
}
.footer-contact a:hover { color: #C83A2B; }

.footer-legal ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1rem;
}
.footer-legal li {
  font-size: 0.82rem;
  color: #8A8070;
}
.footer-legal strong {
  color: #A09080;
}
.footer-links-legal {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.footer-links-legal a {
  font-size: 0.82rem;
  color: #1F6FA8;
  transition: color 0.2s;
}
.footer-links-legal a:hover { color: #C83A2B; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 1.5rem 0;
  text-align: center;
}
.footer-bottom p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
}
.footer-lgpd { margin-top: 0.4rem; }
.footer-lgpd a {
  color: #1F6FA8;
  transition: color 0.2s;
}
.footer-lgpd a:hover { color: #C83A2B; }

/* ===== WHATSAPP FLOAT BUTTON ===== */
.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  width: 62px; height: 62px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
  transition: transform 0.25s, box-shadow 0.25s;
  animation: float-btn 3s ease-in-out infinite;
}
.whatsapp-float:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
  animation: none;
}
.whatsapp-float::before {
  content: '';
  position: absolute;
  width: 100%; height: 100%;
  background: #25D366;
  border-radius: 50%;
  z-index: -1;
  animation: whatsapp-ring 2s ease-out infinite;
}
.whatsapp-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: #2B2F3A;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.4rem 0.85rem;
  border-radius: 50px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.whatsapp-tooltip::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #2B2F3A;
}
.whatsapp-float:hover .whatsapp-tooltip { opacity: 1; }

/* ===== COOKIE NOTICE ===== */
.cookie-notice {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(43, 47, 58, 0.97);
  backdrop-filter: blur(8px);
  border-top: 2px solid #C83A2B;
  z-index: 9998;
  padding: 1rem 1.5rem;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.cookie-notice.visible { transform: translateY(0); }
.cookie-content {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cookie-content p {
  font-size: 0.88rem;
  color: #D9C2A3;
  line-height: 1.5;
  flex: 1;
}
.cookie-content a {
  color: #1F6FA8;
  text-decoration: underline;
}
.cookie-content i {
  color: #B38A43;
  margin-right: 0.3rem;
}
.cookie-actions {
  display: flex;
  gap: 0.6rem;
  flex-shrink: 0;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}
@keyframes pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
  50%       { transform: scale(1.03); box-shadow: 0 0 0 14px rgba(37,211,102,0); }
}
@keyframes ripple {
  0%   { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
  100% { transform: translate(-50%, -50%) scale(1.3); opacity: 0; }
}
@keyframes float-btn {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-6px); }
}
@keyframes whatsapp-ring {
  0%   { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.7); opacity: 0; }
}

/* ===== SCROLL REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .delivery-content { grid-template-columns: 1fr; gap: 2rem; }
  .delivery-visual { height: 180px; }
  .ping-3 { display: none; }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
    position: absolute;
    top: 68px; left: 0; right: 0;
    background: #2B2F3A;
    flex-direction: column;
    padding: 1rem;
    gap: 0.25rem;
    border-top: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  }
  .nav-menu.open { display: flex; }
  .nav-link { padding: 0.7rem 1rem; border-radius: 8px; }
  .nav-cta { margin: 0.5rem 0 0; justify-content: center; }
  .nav-toggle { display: block; }

  .hero-actions { flex-direction: column; align-items: center; }
  .hero-stats { gap: 1rem; }
  .stat-divider { display: none; }

  .products-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }

  .store-grid { grid-template-columns: 1fr; }
  .store-photo { height: 260px; }
  .store-actions { flex-wrap: wrap; }

  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }

  .cta-info { flex-direction: column; gap: 0.75rem; align-items: center; }

  .whatsapp-float { bottom: 1.25rem; right: 1.25rem; width: 54px; height: 54px; font-size: 1.7rem; }

  .delivery-bar .container { flex-direction: column; gap: 0.4rem; }
}

@media (max-width: 480px) {
  .section { padding: 3.5rem 0; }
  .section-header { margin-bottom: 2.5rem; }
  .why-grid { grid-template-columns: 1fr; }
  .btn-xl { padding: 0.9rem 1.75rem; font-size: 1rem; }
  .product-card.featured::before { font-size: 0.65rem; }
}
