/* Reset básico e otimizações de performance */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

/* Otimizações de performance */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Preload de fontes críticas */
@font-face {
  font-family: 'Roboto';
  font-display: swap;
}

/* Otimização de renderização */
.container {
  contain: layout style;
}

/* Lazy loading para imagens */
img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.3s ease;
}

img[loading="lazy"].loaded {
  opacity: 1;
}

:root {
  /* Paleta de cores AgForce - baseada no Instagram @agforce.bio */
  --agforce-green-primary: #2DC182;    /* Verde principal (botões, links importantes, ícones destacados) */
  --agforce-green-dark: #1B3A36;       /* Verde escuro (cabeçalho, rodapé, seções de destaque) */
  --agforce-green-light: #70D4A6;      /* Verde claro (hover, highlights, barras de progresso) */
  --agforce-gray-neutral: #F4F4F4;     /* Cinza neutro (fundo de seções, cards, textos secundários) */
  --agforce-gray-dark: #333333;        /* Cinza escuro (textos principais, menus, rodapé) */
  --agforce-white: #FFFFFF;            /* Branco puro (textos sobre fundos escuros, espaços negativos) */
  
  /* Variáveis de compatibilidade (mapeamento das cores antigas para as novas) */
  --title-color: var(--agforce-gray-dark);
  --nav-default-color: var(--agforce-gray-dark);
  --nav-secondary-color: var(--agforce-green-primary);
  --bg-color: var(--agforce-green-dark);
  --bg-color-2: var(--agforce-gray-dark);
  --title-color-1: var(--agforce-white);
  
  /* Contato */
--whatsapp-number: "556734413442"; /* Número do WhatsApp (altere aqui para mudar em todo o site) */
--phone-number: "(67) 3441-3442"; /* Número do telefone fixo (altere aqui para mudar em todo o site) */
  
  /* Transições e sombras */
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --shadow-light: 0 2px 10px rgba(0, 0, 0, 0.1);
  --shadow-medium: 0 4px 20px rgba(0, 0, 0, 0.15);
  --shadow-heavy: 0 8px 30px rgba(0, 0, 0, 0.2);
}

html {
  scroll-behavior: smooth;
}

/* Animações globais */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/* Transições suaves para todos os elementos interativos */
a, button, input, textarea, select {
  transition: all var(--transition-fast);
}

img {
  transition: transform var(--transition-normal);
}

/* Hover effects melhorados */
a:hover, button:hover {
  transform: translateY(-2px);
}

img:hover {
  transform: scale(1.02);
}

/* Acessibilidade */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*Deixar a Largura do HTML em 100%*/
html,
body {
  width: 100%;
  height: 100%;
  
}

body {
  background-color: var(--bg-color-2);
  font-family: 'Inter', sans-serif;
  overflow: overlay;
}

h1,h2,h3,h4,h5{
  font-family: 'Montserrat', sans-serif;
}
section{
  overflow-x: hidden;
}
/*=========== home ================*/

#home {
  display: flex;
  height: 82vh;
  background-color: var(--bg-color-2);
}

#home .menu-options {
  display: none;
}

.logo {
  max-width: 180px;
  height: auto;
  object-fit: contain;
}
#home .image-home {
  background-image: url("../img/agforce/imagem\ geral.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35vw;
}

#home .home-contents {
  width: 65vw;
  min-width: 320px;
  max-width: 800px;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}

#home .home-contents > div {
  width: 100%;
  max-width: 580px;
  margin-left: 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}

#home h2,
#home h1 {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

#home h2 {
  font-size: 24px;
  line-height: 36px;
}

#home h1 {
  font-size: 36px;
  line-height: 64px;
}

#home p {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.03em;
}

/* Botão CTA melhorado */
#home .home-contents .btn {
  display: inline-block;
  width: 220px;
  height: 55px;
  background: linear-gradient(135deg, transparent 0%, rgba(28, 217, 157, 0.1) 100%);
  border: 3px solid var(--agforce-white);
  border-radius: 8px;
  margin-top: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--agforce-white);
  position: relative;
  overflow: hidden;
  transition: all var(--transition-normal);
  box-shadow: var(--shadow-light);
}

#home .home-contents .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left var(--transition-slow);
}

#home .home-contents .btn:hover {
  border-color: var(--agforce-green-primary);
  background: linear-gradient(135deg, var(--agforce-green-primary) 0%, var(--agforce-green-light) 100%);
  transform: translateY(-3px);
  box-shadow: var(--shadow-medium);
}

#home .home-contents .btn:hover::before {
  left: 100%;
}

#home .home-contents .btn:active {
  transform: translateY(-1px);
  box-shadow: var(--shadow-light);
}

/* Novos estilos para apresentação melhorada */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(45, 193, 130, 0.15);
  border: 1px solid var(--agforce-green-primary);
  border-radius: 25px;
  padding: 8px 16px;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
  animation: fadeInUp 0.6s ease;
}

.badge-icon {
  font-size: 16px;
}

.badge-text {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--agforce-white);
}

.highlight-text {
  color: var(--agforce-green-primary);
  text-shadow: 0 0 20px rgba(45, 193, 130, 0.3);
}

.hero-subtitle {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 20px;
  text-transform: none !important;
  animation: fadeInUp 0.8s ease;
}

.hero-description {
  margin-bottom: 30px !important;
  animation: fadeInUp 1s ease;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
  animation: fadeInUp 1.2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--agforce-green-primary) 0%, var(--agforce-green-light) 100%) !important;
  border: 3px solid var(--agforce-green-primary) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: auto !important;
  min-width: 200px !important;
  max-width: 250px !important;
  height: 55px !important;
  padding: 0 24px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  transition: all var(--transition-normal) !important;
}

.btn-secondary {
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  width: auto !important;
  min-width: 200px !important;
  padding: 0 24px !important;
  height: 55px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  transition: all var(--transition-normal) !important;
}

.btn-secondary:hover {
  border-color: var(--agforce-white) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.btn-text {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}

.btn-icon {
  font-size: 16px;
  font-weight: bold;
  transition: transform var(--transition-fast);
}

.btn-primary:hover .btn-icon {
  transform: translateX(3px);
}

.hero-stats {
  display: flex;
  gap: 32px;
  animation: fadeInUp 1.4s ease;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.stat-number {
  font-size: 24px;
  font-weight: 700;
  color: var(--agforce-green-primary);
  line-height: 1;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#home .bg-img-home {
  position: absolute;
  right: 0;
  top: 0;
}

/*=========== feedstock ================*/

#feedstock {
  background-color: var(--bg-color);
}

.validation-numbers,
.section-edge {
  background-color: var(--nav-secondary-color);
}

.validation-numbers .numbers {
  display: flex;
  justify-content: space-between;
}

.validation-numbers .numbers > div {
  width: 250px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.validation-numbers .numbers > div > h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  text-transform: uppercase;
  color: var(--title-color-1);
}

.validation-numbers .numbers > div > p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: lowercase;
  color: white;
}

.section-details {
  padding: 160px 0;
}

.section-details .container {
  display: flex;
}

.section-details .container img {
  width: 100%;
}

.section-details .container .image-detail {
  display: flex;
  height: auto;
  justify-content: center;
  margin-right: 28px;
}

.section-details .texts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 30px;
}

.section-details .texts h2 {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  color: var(--agforce-white);
  margin-bottom: 30px;
}

.section-details .texts h3 {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--agforce-green-dark);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.section-details .texts h2::after,
.section-details .texts h3::after{
  content: "";
  width: 75px;
  border: 2px solid;
  background-color: var(--agforce-green-primary);
  margin-top: 10px;
}

.section-details .texts p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: var(--agforce-white);
}

/*=========== reference ================*/

#reference {
  padding-block: 160px;
}

#reference h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  font-weight: 700;
  font-size: 34px;
  line-height: 48px;
  text-transform: uppercase;
  color: var(--agforce-white);
}

#products h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  font-weight: 700;
  font-size: 34px;
  line-height: 48px;
  text-transform: uppercase;
  color: var(--agforce-white);
}

#reference h2::after,
#products h2::after{
  content: "";
  width: 80px;
  height: 3px;
  background-color: var(--agforce-green-primary);
  margin-top: 10px;
}

#reference h3,
#reference h4,
#products h4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--agforce-white);
}

#reference h3::after,
#reference h4::after,
#products h4::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: var(--agforce-green-primary);
  margin-top: 10px;
}

#reference .ref-texts {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

#reference p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--agforce-white);
}

#reference .ref-description:not(:last-child) {
  padding-bottom: 80px;
}

#reference .ref-image {
  display: flex;
  align-items: center;
  padding: 0;
}

#reference .ref-image img {
  width: 100%;
}

.inverter div:first-child {
  order: 2;
}

#reference .ref-texts {
  border: 4px solid white;
  margin: 50px 35px 50px -35px;
  padding: 22px 58px;
}

#reference .inverter .ref-texts {
  margin: 50px -35px 50px 35px;
  z-index: 2;
}

/*=========== product ================*/
#products {
  background-color: var(--agforce-green-dark);
  padding: 160px 0 50px 0;
}
#products h2 {
  text-align: center;
  margin-bottom: 96px;
  color: var(--agforce-gray-neutral);
}

#products h2::after {
  background-color: var(--agforce-green-primary);
}

#products .products-descriptions {
  margin-bottom: 80px;
}

#products .products-images {
  padding: 0 45px 0 0;
}

#products .inverter .products-images {
  padding: 0 0 0 45px;
}

#products .products-images img {
  width: 100%;
}

#products .products-texts {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#products .products-texts h4 {
  color: var(--agforce-gray-neutral);
}

#products .products-texts h4::after {
  background-color: var(--agforce-green-primary);
}

#products .products-texts p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--agforce-gray-neutral);
}

/*=========== about ================*/

#about{
  background: var(--agforce-green-dark);
}

#about .conteudo_about{
  padding: 160px 0 120px 0;
}

#about div #video {
   justify-content: center;
   display: flex;
}


#about .about_text{
  margin-top: 50px;
}

#about .about_text h3{
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  text-transform: uppercase;
  color: var(--agforce-gray-neutral);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}


#about .about_text h3::after{
  content: "";
  width: 75px;
  height: 3px;
  background-color: var(--agforce-green-primary);
  margin-top: 0;
}

#about .about_text p{
margin-bottom: 1.5em;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 30px;
text-align: center;
color: var(--agforce-gray-neutral);
}

/*=========== contact ================*/

iframe, video {
  max-width: 100%;
}

#contact{
  padding: 160px 0;
}
.cardcontato a{
  text-decoration: none;
  color: var(--agforce-white);
}
.cardcontato a:houver {
 color: var(--agforce-white);
}
.cardcontato h3{
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  text-transform: uppercase;
  color: var(--agforce-white);
  display: flex;
  flex-direction: column;
  align-items: left;
  }

.cardcontato h3::after{
  content: "";
  width: 75px;
  height: 3px;
  background-color: var(--agforce-white);
  margin-top: 10px;
}

.cardcontato p{
  color: var(--agforce-white);
  font-family: 'Inter', sans-serif; 
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.cardcontato button {
  width: 192px;
  height: 47px;
  background-color: transparent;
  border: 3px solid var(--agforce-white);
  margin-top: 40px;
  color: var(--agforce-white);
  font-family: 'Montserrat', sans-serif;
}

.cardcontato button:hover{
  border-color: var(--agforce-green-primary);
  background-color: var(--agforce-green-primary);
}



.social a {
  text-decoration: none;
}

/*========== footer ===============*/
#footer {
  background: linear-gradient(135deg, var(--nav-secondary-color) 0%, #3a4a2a 100%);
  color: var(--agforce-white);
}

/* Footer Main Section */
.footer-main {
  padding: 60px 0 40px;
}

.footer-section {
  margin-bottom: 40px;
}

/* Logo Section */
.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 280px;
  height: auto;
  max-width: 100%;
}

.footer-description {
  color: #e0e0e0;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Footer Titles */
.footer-title {
  color: var(--agforce-white);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--agforce-green-primary), var(--agforce-green-light));
  border-radius: 2px;
}

/* Footer Navigation */
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin-bottom: 12px;
}

.footer-nav a {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.footer-nav a:hover {
  color: var(--agforce-green-primary);
  padding-left: 10px;
}

.footer-nav a::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background-color: var(--agforce-green-primary);
  transition: width 0.3s ease;
}

.footer-nav a:hover::before {
  width: 8px;
}

/* Social Links */
.social-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  color: #e0e0e0;
  text-decoration: none;
  padding: 12px 15px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link:hover {
  background: rgba(28, 217, 157, 0.1);
  border-color: var(--agforce-green-primary);
  color: var(--agforce-white);
  transform: translateX(5px);
}

.social-link img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}

.social-link:hover img {
  filter: brightness(1.2);
}

.social-link span {
  font-weight: 500;
  font-size: 16px;
}

/* Footer Bottom */
.footer-bottom {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright,
.developer-credit {
  margin: 0;
  font-size: 14px;
  color: #b0b0b0;
}

.developer-credit {
  text-align: right;
}

.developer-credit a {
  color: var(--agforce-green-primary);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.developer-credit a:hover {
  color: var(--agforce-green-light);
}

#backToTopButton {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--agforce-green-primary) 0%, var(--agforce-green-light) 100%);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 8px 25px rgba(45, 193, 130, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

#backToTopButton:hover {
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(135deg, var(--agforce-green-light) 0%, var(--agforce-green-primary) 100%);
  box-shadow: 0 12px 35px rgba(45, 193, 130, 0.4);
  border-color: rgba(255, 255, 255, 0.3);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3));
}

#backToTopButton svg {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}

#backToTopButton:hover svg {
  transform: translateY(-2px);
}

/* ========== WHATSAPP BUTTON ========== */
#whatsappButton {
  display: block;
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

#whatsappButton:hover {
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4);
  border-color: rgba(255, 255, 255, 0.3);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3));
}

#whatsappButton:hover .whatsapp-tooltip {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(-10px);
}

#whatsappButton svg {
  width: 28px;
  height: 28px;
  transition: all 0.3s ease;
}

#whatsappButton:hover svg {
  transform: scale(1.1);
}

/* ========== WHATSAPP TOOLTIP FLUTUANTE ========== */
.whatsapp-tooltip {
  position: absolute;
  left: 75px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  color: #333;
  padding: 12px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: tooltipBounce 3s ease-in-out infinite;
  border: 2px solid rgba(37, 211, 102, 0.2);
  backdrop-filter: blur(10px);
}

.whatsapp-tooltip-text {
  display: flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(135deg, var(--agforce-green-primary), #128c7e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.whatsapp-tooltip-arrow {
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-right: 8px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  filter: drop-shadow(-2px 0 4px rgba(0, 0, 0, 0.1));
}

/* ========== WHATSAPP TOOLTIP CONTATO ========== */
.whatsapp-contact-wrapper {
  position: relative;
  display: inline-block;
}

.whatsapp-contact-tooltip {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: white;
  padding: 10px 14px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: tooltipPulse 2.5s ease-in-out infinite;
  z-index: 10;
}

.whatsapp-contact-tooltip-text {
  display: flex;
  align-items: center;
  gap: 5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.whatsapp-contact-tooltip-arrow {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #25d366;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.whatsapp-contact-wrapper:hover .whatsapp-contact-tooltip {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(5px);
}

/* ========== ANIMAÇÕES DOS TOOLTIPS ========== */
@keyframes tooltipBounce {
  0%, 100% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.05);
  }
}

@keyframes tooltipPulse {
  0%, 100% {
    transform: translateX(-50%) scale(1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  }
  50% {
    transform: translateX(-50%) scale(1.03);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
  }
}

/* ========== RESPONSIVIDADE DOS TOOLTIPS ========== */
@media (max-width: 768px) {
  .whatsapp-tooltip {
    right: 70px;
    font-size: 12px;
    padding: 10px 12px;
  }
  
  .whatsapp-contact-tooltip {
    font-size: 12px;
    padding: 8px 12px;
  }
}



/* ========== PRODUCTS SECTION ========== */
#products {
  padding: 80px 0;
  background-color: var(--agforce-gray-neutral);
}

#products h2 {
  text-align: center;
  margin-bottom: 60px;
  color: var(--title-color);
  font-size: 2.5rem;
  font-weight: 700;
}

.products-descriptions {
  margin-bottom: 60px;
  align-items: center;
}

.products-descriptions:last-child {
  margin-bottom: 0;
}

.products-images img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.products-images img:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.products-texts {
  padding: 20px;
}

.products-texts h4 {
  color: var(--title-color);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.products-texts h4::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--nav-secondary-color);
}

.products-texts p {
  color: var(--agforce-gray-dark);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.product-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-features li {
  color: var(--agforce-gray-dark);
  font-size: 0.95rem;
  margin-bottom: 8px;
  padding-left: 0;
  position: relative;
}

.product-features li::before {
  content: "✓";
  color: var(--nav-secondary-color);
  font-weight: bold;
  margin-right: 10px;
}

/* Responsive adjustments for products */
@media (max-width: 768px) {
  #products {
    padding: 60px 0;
  }
  
  #products h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  
  .products-descriptions {
    margin-bottom: 40px;
  }
  
  .products-images {
    margin-bottom: 30px;
  }
  
  .products-images img {
    height: 250px;
  }
  
  .products-texts {
    padding: 10px;
  }
  
  .products-texts h4 {
    font-size: 1.5rem;
  }
}

/* ======= WhatsApp Button Styles ======= */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
  z-index: 1000;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.whatsapp-float:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4);
  background: linear-gradient(135deg, #128c7e, #25d366);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  color: white;
  transition: all 0.3s ease;
}

.whatsapp-float:hover svg {
  transform: scale(1.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 20px;
    left: 20px;
    width: 55px;
    height: 55px;
  }
  
  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
}

/* ======= Page Loader Styles ======= */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--agforce-green-dark) 0%, #2c5530 50%, #1a3d1e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.page-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-content {
  text-align: center;
  animation: fadeInUp 0.8s ease;
}

.loader-logo {
  margin-bottom: 2rem;
}

.loader-logo-img {
  width: 150px;
  height: auto;
  animation: pulse 2s infinite;
  filter: brightness(1.1) contrast(1.1);
  drop-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.loader-spinner {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
}

.spinner-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top: 3px solid #ffffff;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.spinner-ring:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 10px;
  left: 10px;
  border-top-color: var(--agforce-green-light);
  animation-duration: 1.2s;
  animation-direction: reverse;
  box-shadow: 0 0 8px rgba(76, 175, 80, 0.4);
}

.spinner-ring:nth-child(3) {
  width: 40px;
  height: 40px;
  top: 20px;
  left: 20px;
  border-top-color: #e8f5e8;
  animation-duration: 0.9s;
  box-shadow: 0 0 6px rgba(232, 245, 232, 0.5);
}

.loader-text {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 500;
  animation: fadeInOut 2s infinite;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInOut {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

/* ======= Enhanced Shadows and Modern Effects ======= */
.card, .biomassa-card, .feedstock-card {
  box-shadow: 
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card:hover, .biomassa-card:hover, .feedstock-card:hover {
  box-shadow: 
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04),
    0 0 0 1px rgba(76, 175, 80, 0.1);
  transform: translateY(-8px) scale(1.02);
}

/* Enhanced image shadows */
/* Removido CSS geral conflitante das imagens */

.section img {
  box-shadow: 
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section:hover img {
  box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(76, 175, 80, 0.1);
}

/* Header with modern shadow */
#header {
  box-shadow: 
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(10px);
}

/* Modern button shadows */
.btn, button {
  box-shadow: 
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover, button:hover {
  box-shadow: 
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

/* ======= Scroll Animations ======= */
.animate-element {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-element.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.animate-child {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-child.animate-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Skeleton loading effect */
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Enhanced glassmorphism effects */
.glass-effect {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

/* Floating animation for cards */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.floating {
  animation: float 6s ease-in-out infinite;
}

/* Gradient text effect */
.gradient-text {
  background: linear-gradient(135deg, var(--agforce-green-primary), var(--agforce-green-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Enhanced focus states */
*:focus {
  outline: 2px solid var(--agforce-green-primary);
  outline-offset: 2px;
  border-radius: 4px;
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Loading states for images */
img {
  transition: opacity 0.3s ease;
}

img[data-loading="true"] {
  opacity: 0.5;
  filter: blur(2px);
}

img[data-loading="false"] {
  opacity: 1;
  filter: blur(0);
}

/* ======= Biomassa Section Styles ======= */
.biomassa-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.biomassa-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23e8f5e8" opacity="0.3"/><circle cx="75" cy="75" r="1" fill="%23e8f5e8" opacity="0.3"/><circle cx="50" cy="10" r="0.5" fill="%23e8f5e8" opacity="0.2"/><circle cx="10" cy="60" r="0.5" fill="%23e8f5e8" opacity="0.2"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
  pointer-events: none;
}

.biomassa-header {
  position: relative;
  z-index: 2;
}

.biomassa-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--agforce-green-dark);
  margin-bottom: 1rem;
  position: relative;
}

.biomassa-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--agforce-green-primary), var(--agforce-green-light));
  border-radius: 2px;
}

.biomassa-subtitle {
  font-size: 1.2rem;
  color: #555555;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.biomassa-content {
  position: relative;
  z-index: 2;
}

.biomassa-section-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--agforce-green-dark);
  margin-bottom: 1.5rem;
}

.biomassa-description {
  font-size: 1.1rem;
  color: #444444;
  line-height: 1.8;
  margin-bottom: 0;
}

.biomassa-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/* Evita conflitos entre ScrollReveal e CSS transitions */
.biomassa-image.scr_right {
  will-change: transform;
}

.biomassa-image img {
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  height: auto;
  display: block;
}

.biomassa-image:hover img {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

/* Estilo simplificado para imagem da biomassa sem efeitos */
.biomassa-image-simple {
  position: relative;
}

.biomassa-image-simple img {
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  display: block;
}

.biomassa-uses {
  position: relative;
  z-index: 2;
  margin-top: 60px;
}

.biomassa-card {
  background: var(--agforce-white);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(76, 175, 80, 0.1);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.biomassa-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--agforce-green-primary), var(--agforce-green-light));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.biomassa-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(76, 175, 80, 0.15);
  border-color: var(--agforce-green-light);
}

.biomassa-card:hover::before {
  transform: scaleX(1);
}

.biomassa-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--agforce-green-light), var(--agforce-green-primary));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--agforce-white);
  transition: all 0.3s ease;
}

.biomassa-card:hover .biomassa-icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, var(--agforce-green-primary), var(--agforce-green-dark));
}

.biomassa-card h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--agforce-green-dark);
  margin-bottom: 1rem;
}

.biomassa-card p {
  color: #666666;
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* Responsive Design */
@media (max-width: 992px) {
  .biomassa-title {
    font-size: 2.4rem;
  }
  
  .biomassa-section-title {
    font-size: 1.8rem;
  }
  
  .biomassa-card {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .biomassa-section {
    padding: 60px 0;
  }
  
  .biomassa-title {
    font-size: 2rem;
  }
  
  .biomassa-subtitle {
    font-size: 1.1rem;
  }
  
  .biomassa-section-title {
    font-size: 1.6rem;
  }
  
  .biomassa-card {
    padding: 1.5rem;
  }
  
  .biomassa-icon {
    width: 70px;
    height: 70px;
  }
}

/* ======= Mobile Improvements ======= */
@media (max-width: 768px) {
  /* Melhor espaçamento geral */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Melhor tipografia mobile */
  h1 {
    font-size: 2rem !important;
    line-height: 1.2;
  }
  
  h2 {
    font-size: 1.6rem !important;
    line-height: 1.3;
  }
  
  h3 {
    font-size: 1.3rem !important;
    line-height: 1.4;
  }
  
  p {
    font-size: 1rem;
    line-height: 1.6;
  }
  
  /* Melhor espaçamento entre seções */
  section {
    padding: 60px 0 !important;
  }
  
  /* Botões mais acessíveis no mobile */
  .btn {
    padding: 12px 24px;
    font-size: 1rem;
    min-height: 44px;
    width: 100%;
    margin-bottom: 10px;
  }
  
  /* Cards mais responsivos */
  .card {
    margin-bottom: 20px;
    padding: 20px;
  }
  
  /* Imagens responsivas */
  img {
    max-width: 100%;
    height: auto;
  }
  
  /* Melhor navegação mobile */
  nav#navigation .logo {
    height: 50px;
  }
  
  /* Formulários mais acessíveis */
  .form-control {
    font-size: 16px; /* Evita zoom no iOS */
    padding: 12px;
    min-height: 44px;
  }
  
  /* Melhor espaçamento para texto */
  .text-center {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  /* Ajustes para telas muito pequenas */
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  h1 {
    font-size: 1.8rem !important;
  }
  
  h2 {
    font-size: 1.4rem !important;
  }
  
  section {
    padding: 40px 0 !important;
  }
  
  .btn {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
}

/* ===== MODERN HARVEST SECTION ===== */
.modern-harvest {
  padding: 80px 0;
  position: relative;
}

.harvest-image .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.harvest-image .image-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.harvest-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.harvest-image .image-wrapper:hover img {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(76, 175, 80, 0.8), rgba(139, 195, 74, 0.8));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.harvest-image .image-wrapper:hover .image-overlay {
  opacity: 1;
}

.overlay-content {
  text-align: center;
  color: white;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.harvest-image .image-wrapper:hover .overlay-content {
  transform: translateY(0);
}

.overlay-content i {
  font-size: 3rem;
  margin-bottom: 10px;
  display: block;
}

.overlay-content span {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.harvest-content {
  padding-right: 40px;
}

.content-header {
  margin-bottom: 30px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #4CAF50, #8BC34A);
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.section-badge i {
  margin-right: 8px;
  font-size: 1rem;
}

.harvest-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0;
  position: relative;
}

.harvest-content h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #4CAF50, #8BC34A);
  border-radius: 2px;
}

.main-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #5a6c7d;
  margin-bottom: 40px;
  font-weight: 400;
}

.harvest-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.benefit-item {
  display: flex;
  align-items: center;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
  height: fit-content;
}

.benefit-item:hover {
  transform: translateX(10px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  border-left-color: #4CAF50;
}

.benefit-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #4CAF50, #8BC34A);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.benefit-icon i {
  color: white;
  font-size: 1.2rem;
}

.benefit-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 5px;
}

.benefit-content p {
  font-size: 0.95rem;
  color: #000000;
  margin: 0;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 991px) {
  .harvest-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
  
  .harvest-content h2 {
    font-size: 2rem;
  }
  
  .harvest-benefits {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .modern-harvest {
    padding: 60px 0;
  }
  
  .harvest-content h2 {
    font-size: 1.8rem;
  }
  
  .main-description {
    font-size: 1rem;
  }
  
  .harvest-benefits {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  
  .benefit-item {
    padding: 12px;
    flex-direction: column;
    text-align: center;
  }
  
  .benefit-icon {
    margin-right: 0;
    margin-bottom: 8px;
  }
}