/**
 * SOLUÇÕES PAGE STYLES
 * BluestFarm
 */

/* ==========================================
   HERO SECTION - Adaptado do hero.css
========================================== */

/* Fontes */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/helvetica-neue/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/helvetica-neue/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/helvetica-neue/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/helvetica-neue/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/helvetica-neue/HelveticaNeue.woff2") format("woff2"), url("../fonts/helvetica-neue/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/helvetica-neue/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/helvetica-neue/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue", Helvetica Neue, Sans-serif;
  src: url("../fonts/AppetitePro/AppetitePro-BoldItalic.woff2") format("woff2"), url("../fonts/AppetitePro/AppetitePro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue", Helvetica Neue, Sans-serif;
  src: url("../fonts/AppetitePro/AppetitePro-Heavy.woff2") format("woff2"), url("../fonts/AppetitePro/AppetitePro-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue", Helvetica Neue, Sans-serif;
  src: url("../fonts/AppetitePro/AppetitePro-Bold.woff2") format("woff2"), url("../fonts/AppetitePro/AppetitePro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue", Helvetica Neue, Sans-serif;
  src: url("../fonts/AppetitePro/AppetitePro-Light.woff2") format("woff2"), url("../fonts/AppetitePro/AppetitePro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue", Helvetica Neue, Sans-serif;
  src: url("../fonts/AppetitePro/AppetitePro-HeavyItalic.woff2") format("woff2"), url("../fonts/AppetitePro/AppetitePro-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue", Helvetica Neue, Sans-serif;
  src: url("../fonts/AppetitePro/AppetitePro-Italic.woff2") format("woff2"), url("../fonts/AppetitePro/AppetitePro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue", Helvetica Neue, Sans-serif;
  src: url("../fonts/AppetitePro/AppetitePro.woff2") format("woff2"), url("../fonts/AppetitePro/AppetitePro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue", Helvetica Neue, Sans-serif;
  src: url("../fonts/AppetitePro/AppetitePro-Medium.woff2") format("woff2"), url("../fonts/AppetitePro/AppetitePro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue", Helvetica Neue, Sans-serif;
  src: url("../fonts/AppetitePro/AppetitePro-MediumItalic.woff2") format("woff2"), url("../fonts/AppetitePro/AppetitePro-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue", Helvetica Neue, Sans-serif;
  src: url("../fonts/AppetitePro/AppetitePro-LightItalic.woff2") format("woff2"), url("../fonts/AppetitePro/AppetitePro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

.solucoes-hero {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(40, 40, 40, 0.65),
    rgba(40, 40, 40, 0.65)
  );
}

@media (max-width: 991px) {
  .solucoes-hero {
    max-height: 720px;
  }
}

/* Background Container */
.solucoes-hero .img-background-in-section-hero {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  z-index: -1;
  background: #000;
}

/* Image Background */
.solucoes-hero .img-background-in-section-hero img {
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.95;
}

/* Content */
.solucoes-hero .content-in-section-hero {
  position: absolute;
  text-align: left;
  top: 50%;
  left: 200px;
  transform: translateY(-50%);
  width: 100%;
  max-width: 755px;
  z-index: 2;
}

.solucoes-hero .content-in-section-hero br {
  display: block;
}

@media (max-width: 1199px) {
  .solucoes-hero .content-in-section-hero {
    left: 100px;
  }
}

@media (max-width: 991px) {
  .solucoes-hero .content-in-section-hero {
    left: 50px;
    top: 55%;
    width: 90%;
  }

  .solucoes-hero .content-in-section-hero br {
    display: none;
  }
}

@media (max-width: 767px) {
  .solucoes-hero .content-in-section-hero {
    left: 20px;
    top: 45%;
    text-align: center;
  }
}

.solucoes-hero .content-in-section-hero h1 {
  transition: all 0.3s ease;
  color: #fff;
  margin-bottom: 40px; 
font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 64px;
line-height: 110.00000000000001%;
letter-spacing: -0.03em;

}

/* Social Media Links */
.solucoes-hero .social-in-section-hero {
  position: absolute;
  left: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 3;
  display: none; /* Oculto temporariamente */
}

.solucoes-hero .social-in-section-hero ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.solucoes-hero .social-in-section-hero ul li {
  margin: 0.5rem 0;
}

.solucoes-hero .social-in-section-hero ul li a {
  display: block;
  color: #fff;
  transition: all 0.3s ease;
}

.solucoes-hero .social-in-section-hero ul li a svg {
  width: 24px;
  height: 24px;
}

.solucoes-hero .social-in-section-hero ul li a svg path,
.solucoes-hero .social-in-section-hero ul li a svg circle,
.solucoes-hero .social-in-section-hero ul li a svg rect,
.solucoes-hero .social-in-section-hero ul li a svg polygon {
  transition: all 0.5s ease;
}

.solucoes-hero .social-in-section-hero ul li a:hover {
  color: var(--color-primary, #50b04c);
}

.solucoes-hero .social-in-section-hero ul li a:hover svg path,
.solucoes-hero .social-in-section-hero ul li a:hover svg circle,
.solucoes-hero .social-in-section-hero ul li a:hover svg rect,
.solucoes-hero .social-in-section-hero ul li a:hover svg polygon {
  stroke: var(--color-primary, #50b04c);
}

/* Scroll Down Indicator */
.solucoes-hero .scroll-down-in-section-hero {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  padding: 4% 0;
  z-index: 3;
}

@media (max-width: 1399px) {
  .solucoes-hero .scroll-down-in-section-hero {
    padding: 3rem 0;
  }
}

.solucoes-hero .scroll-down-in-section-hero svg {
  animation: scrollAnimation 1.5s ease-out infinite;
}

@keyframes scrollAnimation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.solucoes-hero .scroll-down-in-section-hero .circle-scroll-down {
  position: absolute;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 0;
  left: 50%;
  width: 30vw;
  height: 30vw;
  margin-left: -15vw;
  opacity: 0.3;
}

@media (max-width: 1399px) {
  .solucoes-hero .scroll-down-in-section-hero .circle-scroll-down {
    width: 38vw;
    height: 38vw;
    margin-left: -19vw;
  }
}

@media (max-width: 991px) {
  .solucoes-hero .scroll-down-in-section-hero,
  .solucoes-hero .social-in-section-hero {
    display: none;
  }
}

/* Responsive Typography */
@media (max-width: 1199px) {
  .solucoes-hero .content-in-section-hero h1 {
    font-size: 72px;
    letter-spacing: -0.03em;
  }
}

@media (max-width: 991px) {
  .solucoes-hero .content-in-section-hero h1 {
    font-size: 64px;
    letter-spacing: -0.03em;
  }
}

@media (max-width: 767px) {
  .solucoes-hero .content-in-section-hero h1 {
    font-size: 48px;
    letter-spacing: -0.03em;
  }
}

@media (max-width: 480px) {
  .solucoes-hero {
    height: 800px;
    max-height: 800px;
  }

  .solucoes-hero .img-background-in-section-hero {
    height: 800px;
  }

  .solucoes-hero .content-in-section-hero {
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
    max-width: none;
    top: 50%;
    text-align: left;
  }

  .solucoes-hero .content-in-section-hero h1 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.92px;
    margin-bottom: 40px;
  }
}

/* ==========================================
   INTRO SECTION
========================================== */
.solucoes-intro {
  padding: 100px 0;
  background: white;
}

.intro-title {

  color: #000;
  margin: 0 0 60px 0;
  max-width: 600px;
  font-family:'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 40px;
line-height: 114.99999999999999%;
letter-spacing: -0.02em;

}

.intro-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 832px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: 0em;
padding-left:99px;

}

.intro-highlight {
  background: transparent;
  padding: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.intro-highlight h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  margin: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.intro-highlight p {
  font-size: 16px;
  line-height: 160%;
  color: #000;
  margin: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.intro-description {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.intro-description p {
  font-size: 16px;
  line-height: 160%;
  color: #000;
  margin: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* ==========================================
   PILARES SECTION
========================================== */
.solucoes-pilares {
  padding: 100px 0;
  background: white;
}

.pilares-title {
  color: #000;
  margin: 0 0 60px 0;
  text-align: center;
  font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 40px;
line-height: 114.99999999999999%;
letter-spacing: -2%;
text-align: center;
padding:0px 250px

}

.pilares-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.pilar-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pilar-card:nth-child(4),
.pilar-card:nth-child(5) {
  grid-column: span 1;
}

.pilar-number {
  font-size: 48px;
  font-weight: 700;
  color: #50B04C;
  line-height: 1;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* Cores diferentes para cada número */
.pilar-card:nth-child(1) .pilar-number {
  color: #18d625;
}

.pilar-card:nth-child(2) .pilar-number {
  color: #40bc49;
}

.pilar-card:nth-child(3) .pilar-number {
  color: #59aa3f;
}

.pilar-card:nth-child(4) .pilar-number {
  color: #346527;
}

.pilar-card:nth-child(5) .pilar-number {
  color: #2b5320;
}

.pilar-title {
  color:#030712;
  margin: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 500;
font-size: 24px;
line-height: 125%;
letter-spacing: -0.01em;

}

.pilar-description {
  color: #030712;
  margin: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 115%;
letter-spacing:0em;

}

/* ==========================================
   PORTFOLIO SECTION
========================================== */
.solucoes-portfolio {
  padding: 80px 0;
  background: #50B04C;
}

.portfolio-content {
  max-width:876px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.portfolio-content p {
 
  color: white;
  margin: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 120%;

}

/* ==========================================
   CTA SECTION
========================================== */
.solucoes-cta {
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.solucoes-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.solucoes-cta .container {
  position: relative;
  z-index: 2;
}

.cta-title {
   color: white;
  margin: 0 0 24px 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  max-width: 673px;
font-weight: 400;
font-size: 32px;
line-height: 120%;
letter-spacing: 0.01em;

}

.cta-subtitle {
  color: white;
  margin: 0 0 24px 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  max-width: 673px;
font-weight: 400;
font-size: 32px;
line-height: 120%;
letter-spacing: 0.01em;
}

.cta-description {
  color: white;
  margin: 0 0 24px 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  max-width: 673px;
font-weight: 400;
font-size: 32px;
line-height: 120%;
letter-spacing: 0.01em;
}

.cta-button {
  display: inline-block;
  padding: 16px 48px;
  background: #50B04C;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.cta-button:hover {
  background: #3F8B3C;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* ==========================================
   RESPONSIVE - TABLET
========================================== */
@media (max-width: 768px) {
  .hero-title {
    font-size: 40px;
  }
  
  .intro-content {
    gap: 32px;
    padding-left: 0;
  }
  
  .pilares-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  
  .pilares-title {
    padding: 0 50px;
  }
  
  .pilar-card:nth-child(4),
  .pilar-card:nth-child(5) {
    grid-column: span 1;
  }
}

/* ==========================================
   RESPONSIVE - MOBILE
========================================== */
@media (max-width: 480px) {
  /* Hero - já definido acima no hero section */
  
  .cta-content {
    padding: 60px 0;
  }
  
  /* Intro */
  .solucoes-intro {
    padding: 60px 0;
  }
  
  .intro-content {
    padding-left: 0;
  }
  
  .intro-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  
  .intro-content {
    gap: 32px;
  }
  
  .intro-highlight {
    padding: 0;
    gap: 16px;
  }
  
  .intro-highlight h3 {
    font-size: 20px;
  }
  
  .intro-highlight p,
  .intro-description p {
    font-size: 20px;
  }
  
  /* Pilares */
  .solucoes-pilares {
    padding: 60px 0;
  }
  
  .pilares-title {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: left;
    padding: 0;
  }
  
  .pilares-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .pilar-number {
    font-size: 40px;
  }
  
  .pilar-title {
    font-size: 24px;
  }
  
  .pilar-description {
    font-size: 20px;
  }
  
  /* Portfolio */
  .solucoes-portfolio {
    padding: 60px 0;
  }
  
  .portfolio-content p {
    font-size: 20px;
  }
  
  /* CTA */
  .solucoes-cta {
    padding: 60px 0;
  }
  
  .cta-title {
    font-size: 32px;
    margin-bottom: 16px;
    max-width: 100%;
  }
  
  .cta-subtitle {
    font-size: 24px;
    margin-bottom: 24px;
    max-width: 100%;
  }
  
  .cta-description {
    font-size: 24px;
    margin-bottom: 32px;
    max-width: 100%;
  }
  
  .cta-button {
    padding: 14px 40px;
    font-size: 32px;
  }
}

/* ==========================================
   ANIMATIONS
========================================== */
.pilar-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.pilar-card.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.intro-highlight,
.intro-description {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.intro-highlight.animate-in,
.intro-description.animate-in {
  opacity: 1;
  transform: translateY(0);
}