/* ==============================
   CONFIGURAÇÕES GERAIS
================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #26342b;
  background: #ffffff;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* ==============================
   HEADER
================================ */

.header {
  background: #ffffff;
  border-bottom: 1px solid #e8eee9;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-content {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-icon {
  width: 48px;
  height: 48px;
  background: #2f6b45;
  color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}

.logo strong {
  display: block;
  font-size: 20px;
  color: #234b31;
}

.logo small {
  display: block;
  color: #d58b22;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 2px;
}

.nav {
  display: flex;
  gap: 30px;
}

.nav a {
  font-weight: 600;
  color: #405047;
  transition: 0.3s;
}

.nav a:hover {
  color: #2f6b45;
}

.menu-toggle {
  display: none;
  border: none;
  background: none;
  font-size: 26px;
  color: #2f6b45;
  cursor: pointer;
}

/* ==============================
   HERO
================================ */

.hero {
  background: linear-gradient(135deg, #edf6ee, #fff9ed);
  min-height: 580px;
  display: flex;
  align-items: center;
}

.hero-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 50px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d58b22;
  font-weight: bold;
  margin-bottom: 18px;
}

.hero h1 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.1;
  margin-bottom: 22px;
  color: #234b31;
}

.hero h1 span {
  color: #d58b22;
}

.hero-text p {
  max-width: 580px;
  font-size: 18px;
  color: #59675e;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 23px;
  border-radius: 8px;
  font-weight: bold;
  border: 2px solid transparent;
  transition: 0.3s;
  cursor: pointer;
}

.btn-primary {
  background: #2f6b45;
  color: white;
}

.btn-primary:hover {
  background: #234f32;
  transform: translateY(-2px);
}

.btn-whatsapp {
  background: #25d366;
  color: white;
}

.btn-whatsapp:hover {
  transform: translateY(-2px);
}

.btn-light {
  background: white;
  color: #2f6b45;
}

.hero-image {
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-decoration {
  width: 330px;
  height: 330px;
  background: #dcebdc;
  border-radius: 50%;
  position: absolute;
}

.shopping-card {
  width: 250px;
  height: 290px;
  background: white;
  border-radius: 25px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.shopping-card i {
  font-size: 85px;
  color: #2f6b45;
  margin-bottom: 20px;
}

.shopping-card strong {
  color: #234b31;
  font-size: 20px;
}

.shopping-card span {
  color: #7a847d;
  margin-top: 5px;
}

/* ==============================
   BENEFÍCIOS
================================ */

.benefits {
  background: #2f6b45;
  color: white;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.benefit {
  padding: 25px 15px;
  display: flex;
  gap: 14px;
  align-items: center;
}

.benefit i {
  font-size: 27px;
  color: #f0b74a;
}

.benefit strong {
  display: block;
}

.benefit p {
  font-size: 13px;
  opacity: 0.85;
}

/* ==============================
   SEÇÕES
================================ */

.section {
  padding: 90px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 45px;
}

.section-title span,
.section-label {
  color: #d58b22;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
}

.section-title h2 {
  color: #234b31;
  font-size: 38px;
  margin: 8px 0;
}

.section-title p {
  color: #718078;
}

/* ==============================
   PRODUTOS
================================ */

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.product-card {
  background: white;
  border: 1px solid #e7ece8;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.product-image {
  height: 190px;
  background: #f1f6f1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount {
  position: absolute;
  top: 13px;
  left: 13px;
  background: #d9534f;
  color: white;
  padding: 5px 9px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
}

.product-icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #dcebdc;
  color: #2f6b45;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

.product-info {
  padding: 20px;
}

.product-info small {
  color: #d58b22;
  font-weight: bold;
  font-size: 11px;
}

.product-info h3 {
  color: #263d2e;
  margin: 5px 0 12px;
}

.price {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.price del {
  color: #999;
  font-size: 13px;
}

.price strong {
  color: #2f6b45;
  font-size: 23px;
}

.order-btn {
  width: 100%;
  padding: 11px;
  border: none;
  border-radius: 7px;
  background: #25d366;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.order-btn:hover {
  background: #1fb957;
}

/* ==============================
   CATEGORIAS
================================ */

.categories-section {
  background: #f7faf7;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

.category {
  background: white;
  padding: 25px 12px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #e8eee9;
  transition: 0.3s;
}

.category:hover {
  transform: translateY(-4px);
  border-color: #2f6b45;
}

.category i {
  font-size: 35px;
  color: #2f6b45;
  margin-bottom: 10px;
}

.category h3 {
  font-size: 16px;
  color: #294534;
}

.category p {
  font-size: 12px;
  color: #7c8780;
}

/* ==============================
   SOBRE
================================ */

.about {
  padding: 90px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.about-image {
  height: 420px;
  background: linear-gradient(135deg, #dcebdc, #f7ead2);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-icon {
  width: 180px;
  height: 180px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.about-icon i {
  font-size: 75px;
  color: #2f6b45;
}

.about-text h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #234b31;
  margin: 12px 0 20px;
}

.about-text p {
  color: #66736b;
  margin-bottom: 15px;
}

.about-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-top: 25px;
}

.about-list div {
  font-weight: bold;
  color: #344b3b;
}

.about-list i {
  color: #2f6b45;
  margin-right: 7px;
}

/* ==============================
   HORÁRIO
================================ */

.hours {
  background: #234b31;
  color: white;
  padding: 45px 0;
}

.hours-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.hours-content > div:first-child {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hours-content > div:first-child > i {
  font-size: 45px;
  color: #f0b74a;
}

.hours-content span {
  font-size: 12px;
  color: #f0b74a;
  font-weight: bold;
  letter-spacing: 1px;
}

.hours-content h2 {
  font-size: 25px;
}

.schedule {
  display: flex;
  gap: 35px;
}

.schedule p {
  display: flex;
  flex-direction: column;
}

.schedule strong {
  color: #f0b74a;
}

/* ==============================
   LOCALIZAÇÃO
================================ */

.location-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
}

.location-info {
  background: #f6f9f6;
  border-radius: 15px;
  padding: 35px;
}

.contact-item {
  display: flex;
  gap: 18px;
  margin-bottom: 25px;
}

.contact-item > i {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #dcebdc;
  color: #2f6b45;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}

.contact-item strong {
  color: #294534;
}

.contact-item p {
  color: #6e7b73;
  font-size: 14px;
}

.map {
  min-height: 400px;
  background: #e8eee9;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
}

.map-placeholder {
  position: absolute;
  inset: 0;
  background: #edf3ed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: none;
}

.map-placeholder i {
  font-size: 50px;
  color: #2f6b45;
  margin-bottom: 12px;
}

.map-placeholder strong {
  color: #294534;
}

.map-placeholder span {
  color: #7b857e;
  font-size: 14px;
}

/* ==============================
   CTA
================================ */

.cta {
  background: #d58b22;
  padding: 65px 20px;
  text-align: center;
  color: white;
}

.cta > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cta > div > i {
  font-size: 45px;
  margin-bottom: 10px;
}

.cta h2 {
  font-size: 35px;
}

.cta p {
  margin-bottom: 22px;
}

/* ==============================
   FOOTER
================================ */

.footer {
  background: #17251c;
  color: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 45px;
  padding: 65px 0;
}

.footer-logo strong {
  color: white;
}

.footer-brand p {
  color: #aab5ad;
  max-width: 280px;
  margin-top: 18px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-column h3 {
  color: #f0b74a;
  margin-bottom: 8px;
}

.footer-column a,
.footer-column p {
  color: #aab5ad;
  font-size: 14px;
}

.footer-column a:hover {
  color: white;
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  width: 38px;
  height: 38px;
  background: #29392e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.socials a:hover {
  background: #2f6b45;
  color: white;
}

.footer-bottom {
  border-top: 1px solid #304037;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #89958d;
  font-size: 12px;
}

/* ==============================
   WHATSAPP FLUTUANTE
================================ */

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 999;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.floating-whatsapp:hover {
  transform: scale(1.08);
}

/* ==============================
   RESPONSIVO
================================ */

@media (max-width: 1000px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-image {
    min-height: 300px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .location-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .header-content {
    min-height: 70px;
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: white;
    display: none;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid #eee;
  }

  .nav.active {
    display: flex;
  }

  .nav a {
    padding: 15px 5%;
    border-bottom: 1px solid #eee;
  }

  .hero {
    padding: 60px 0;
  }

  .hero h1 {
    font-size: 40px;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefit {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .section {
    padding: 65px 0;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .about-text h2 {
    font-size: 32px;
  }

  .about-list {
    grid-template-columns: 1fr;
  }

  .hours-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .schedule {
    flex-direction: column;
    gap: 12px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .hero-image {
    display: none;
  }

  .map {
    min-height: 300px;
  }

  .map iframe {
    min-height: 300px;
  }
}
