:root {
  --color-primary: #50b04c;
  --color-primary-dark: #3f8b3c;
  --color-primary-light: #43de4e;
  --color-dark: #282828;
  --color-gray-light: #f3f3f3;
  --color-border: #e5e7eb;
  --color-white: #ffffff;
  --color-text-primary: #030712;
  --color-text-light: rgba(255, 255, 255, 0.8);
  --font-heading: "Manrope", sans-serif;
  --font-body: "Inter", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
  --fs-h1: 96px;
  --fs-h2: 56px;
  --fs-h3: 48px;
  --fs-h4: 40px;
  --fs-h5: 32px;
  --fs-h6: 24px;
  --fs-body-lg: 18px;
  --fs-body-md: 16px;
  --fs-body-sm: 14px;
  --fs-caption: 12px;
  --lh-heading: 1.1;
  --lh-body: 1.425;
  --lh-normal: 1.25;
}

/* 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;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 142.5%;
  letter-spacing: -0.01em;
  color: #000;
  background-color: var(--color-white);
  overflow-x: hidden;
}

main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  line-height: var(--lh-heading);
  margin: 0;
  font-weight: 600;
}

h1 {
  font-size: var(--fs-h1);
  letter-spacing: -0.06em;
}

h2 {
  font-size: var(--fs-h2);
  letter-spacing: -0.03em;
}

h3 {
  font-size: var(--fs-h3);
  letter-spacing: -0.03em;
}

h4 {
  font-size: var(--fs-h4);
  letter-spacing: -0.02em;
}

h5 {
  font-size: var(--fs-h5);
  letter-spacing: -0.01em;
}

h6 {
  font-size: var(--fs-h6);
  letter-spacing: -0.01em;
}

p {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body-md);
  font-weight: 400;
  line-height: var(--lh-body);
  letter-spacing: -0.01em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.8;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
}

button:hover {
  opacity: 0.8;
}

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



.hero-section {
  position: relative;
  width: 100%;
  height: 828px;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 176px 200px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.hero-text-group {
  flex: 1;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: var(--color-white);
}

.hero-title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 96px;
  line-height: 110%;
  letter-spacing: -0.06em;
  color: var(--color-white);
}

.hero-description {
  font-family: var(--font-body);
  font-size: var(--fs-body-lg);
  font-weight: 400;
  line-height: 142.5%;
  letter-spacing: -0.02em;
  color: var(--color-white);
  max-width: 872px;
}

.hero-description p {
  margin: 0;
}

.hero-video-placeholder {
  position: absolute;
  bottom: auto;
  right: 200px;
  top: 176px;
  width: 192px;
  height: 95px;
  background-color: #fff782;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.video-text {
  font-family: var(--font-body);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 142.5%;
  letter-spacing: -0.02em;
  color: var(--color-text-primary);
  opacity: 0.8;
  margin: 0;
}

.hero-scroll {
  position: absolute;
  bottom: 166px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.mouse-icon,
.scroll-arrow {
  color: var(--color-white);
  animation: bounce 2s infinite;
}

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

.solution-section {
  padding: 120px 0px 0px 200px;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 68px;
  overflow:visible;
}

.solution-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.solution-intro {
  max-width: 744px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.solution-tag {
color: var(--color-primary);
font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 125%;
letter-spacing: -0.01em;

}

.solution-title {
  color: #000;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 40px;
line-height: 114.99999999999999%;
letter-spacing: -0.02em;
padding-bottom:45px;

}

.solution-title br {
  display: block;
  content: "";
}

.solution-description {
color: #000;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 20px;
line-height: 100%;
padding-left: 99px;
text-align: justify;
max-width: 700px;
padding-bottom:60px;

}

.solution-description p {
  margin-bottom: 16px;
}

.solution-description p:last-child {
  margin-bottom: 0;
}


.benefits-carousel {
  display: flex;
  gap: 0px;
  width: 100%;
  min-height: 382px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  margin-bottom: 24px;
  scrollbar-width: none;
}

.benefits-carousel::-webkit-scrollbar {
  display: none;
}

.benefit-card {
  border: 1px solid var(--color-border);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 382px;
  background-color: var(--color-white);
  transition: all 0.3s ease;
  flex-shrink: 0;
  width: 349px;
}

.benefit-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: var(--color-primary);
}

.benefit-title {
 
  color: #000;
  margin: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 145%;
letter-spacing: -0.01em;

}

.benefit-image {
  width: 100%;
  height: 278px;
  object-fit: cover;
  border-radius: 4px;
  margin-top: auto;
}

.carousel-controls {
  display: flex;
  gap: 68px;
  margin-top: 42px;
  margin-bottom: 42px;
}

.carousel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #000;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-arrow svg {
  width: 100%;
  height: 100%;
}

.carousel-arrow:hover:not(:disabled) {
  color: var(--color-primary);
}

.carousel-arrow:active:not(:disabled) {
  color: var(--color-primary-dark);
  transform: scale(0.95);
}

.carousel-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.solution-note {
color: #000;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 20px;
font-style: normal;
max-width: 623px;
font-weight: 400;
line-height: 100%;
margin-bottom: 60px;
}

.earth-section {
  position: relative;
  padding: 120px 200px;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 600px;
  width: 100vw;
}

.earth-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.earth-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.earth-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.earth-content {
  position: relative;
  z-index: 2;
  max-width: 632px;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}

.earth-title {
  line-height: 115%;
  letter-spacing: -0.02em;
  color: var(--color-white);
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 40px !important;
}

.earth-text {

  color: var(--color-white);

font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
padding-left: 99px;
}

.earth-text p {
  margin-bottom: 12px;
}

.earth-text p:last-child {
  margin-bottom: 0;
}

.earth-text br {
  display: block;
  content: "";
}

.science-section {
  padding: 120px 200px;
  background-color: var(--color-white);
}

.science-container {
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
}

.science-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.science-tag {
  font-family: var(--font-body);
  font-size: var(--fs-body-lg);
  font-weight: 400;
  line-height: 142.5%;
  letter-spacing: -0.02em;
  color: var(--color-primary);
}

.science-title {
letter-spacing: -0.02em;
color: #000;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 40px;
line-height: 114.99999999999999%;
letter-spacing: -0.02em;

}

.science-description {
  color: #000;
  font-family:'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 100%;
padding-left:90px;
padding-top: 24px;

}

.science-description p {
  margin-bottom: 20px;
}

.science-description p:last-child {
  margin-bottom: 0;
}

.science-image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 562px;
}

.science-image {
  width: 100%;
  height: 100%; 
  min-height: 562px;
}

.solutions-section {
  padding: 120px 200px;
  background-color: var(--color-gray-light);
}

.solutions-container {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.solutions-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.solutions-title {
 font-weight: 400;
  color: #fff;
  max-width: 600px;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 40px;
line-height: 114.99999999999999%;
letter-spacing: -0.02em;

}


.solutions-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
   color: var(--color-white);
    font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 100%;

}

.feature-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feature-heading {
  font-weight: 700;
  color: var(--color-white);
  font-family: 'Helvetica Neue', Arial, sans-serif;
font-size: 20px;
line-height: 100%;
}


.solutions-controls {
  display: flex;
  gap: 24px;
  flex-shrink: 0;
  color:#fff;
}

.solutions-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.solutions-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.solutions-carousel::-webkit-scrollbar {
  display: none;
}

.solution-card {
  border: 1px solid var(--color-border);
  padding: 24px;
  background-color: var(--color-white);
  min-width: 349px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s ease;
}

.solution-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: var(--color-primary);
}

.solution-card-title {
  font-family: var(--font-heading);
  font-size: var(--fs-body-md);
  font-weight: 600;
  line-height: 142.5%;
  letter-spacing: -0.01em;
  color: #000;
  margin: 0;
}

.solution-card-content {
  font-family: var(--font-body);
  font-size: var(--fs-body-sm);
  font-weight: 400;
  line-height: 142.5%;
  letter-spacing: 0;
  color: #000;
  flex: 1;
}

/* ========== PRODUCTIVITY SECTION ========== */
.productivity-section {
  position: relative;
  padding: 120px 200px;
  min-height: 800px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}

.productivity-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.productivity-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}

.productivity-content {
  position: relative;
  z-index: 2;
  max-width: 632px;
  width: 100%;
  text-align: left;
}

.productivity-title {
  color: #000;
  margin-bottom: 48px;
 font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 114.99999999999999%;
  letter-spacing: -0.02em;
}

.productivity-text {
  
  color: #000;
  margin-bottom: 32px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 100%;
padding-left: 99px;

  p {
    margin-bottom: 12px;

    &:last-child {
      margin-bottom: 0;
    }
  }

  br {
    display: block;
  }
}

.productivity-tagline {

  color: #000;
  font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 32px;
line-height: 120%;
letter-spacing: -0.01em;
padding-left: 99px;

}

.about-section {
  padding: 120px 200px;
  background-color: var(--color-white);
}

.about-container {
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
}

.about-image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.about-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.about-title {
  
  color: #000;
  font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 40px;
line-height: 114.99999999999999%;
letter-spacing: -0.02em;

}

.about-text {
 
  color: #000000;
  font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 100%;
padding-left: 99px;

  p {
    margin-bottom: 16px;

    &:last-child {
      margin-bottom: 0;
    }

    strong {
      font-weight: 700;
    }
  }
}

.about-mission {
  border-top: 0px solid var(--color-border);
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 99px;
}

.mission-label {
  color: #000;
  margin: 0;

  font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 125%;
letter-spacing: -0.01em;

}

.mission-link {
  color: #000;
  text-decoration: underline;
  font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 145%;
letter-spacing: -0.02em;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-thickness: 0%;
text-decoration-skip-ink: auto;


  &:hover {
    opacity: 0.7;
  }
}


.bluestone-group-logo {
  width: 589px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.bluestone-group-text {
  font-family: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  font-size: 56px;
  color: #000;
  letter-spacing: -1px;
}

.bluestone-group-text strong {
  font-weight: 300;
}

.bluestone-group-subtext {
  font-family: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: var(--color-primary);
  letter-spacing: -1px;
  margin-top: -8px;
}

.about-partners {
  display: flex;
  gap: 40px;
  align-items: center;
}

.partner-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  
}

.partner-text {
  font-family: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #000;
  letter-spacing: -0.5px;
}

.partner-text strong {
  font-weight: 300;
  color: var(--color-primary);
}

.partner-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  display: inline-block;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-tag {
  font-family: var(--font-body);
  font-size: var(--fs-body-lg);
  font-weight: 400;
  line-height: 142.5%;
  letter-spacing: -0.02em;
  color: var(--color-primary);
}

.about-title {
  font-family: var(--font-heading);
  font-size: var(--fs-h4);
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #000;
}

.about-description {
  font-family: var(--font-body);
  font-size: var(--fs-body-lg);
  font-weight: 400;
  line-height: 142.5%;
  letter-spacing: -0.02em;
  color: #000;
}

.about-description p {
  margin-bottom: 12px;
}

.about-description p:last-child {
  margin-bottom: 0;
}



.mission-link:hover {
  opacity: 0.7;
}

.markets-section {
  padding: 120px 200px;
  background-color: var(--color-white);
}

.markets-container {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 68px;
}

.markets-title {
 
  color: #000;
  font-family:'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 40px;
line-height: 114.99999999999999%;
letter-spacing: -0.02em;

}

.markets-subtitle {
  font-family: var(--font-heading);
  font-size: var(--fs-h6);
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #000;
  max-width: 634px;
  margin: 0;
}

.markets-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  width: 100%;
}

.market-card {
  border: 1px solid var(--color-border);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 419px;
  background-color: var(--color-white);
  transition: all 0.3s ease;
}

.market-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.market-card-title {
  color: #000;
  margin: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 100%;

}

.market-card-content {
 
  color: #000;
  flex: 1;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 145%;
 letter-spacing: -0.01em;

}

.market-card-content p {
  margin: 0 0 8px 0;
}

.market-card-content p:last-child {
  margin-bottom: 0;
}

.market-card-content p strong {
  font-weight: 700;
}

.market-image {
  width: 100%;
  height: 278px;
  object-fit: cover;
  border-radius: 4px;
  margin-top: auto;
}

/* ========== ONDE ESTAMOS SECTION ========== */

.onde-estamos-section {
  padding: 60px 200px;
  background-color: var(--color-white);
}

.onde-estamos-container {
  display: flex;
  flex-direction: column;
  gap: 100px;
  max-width: 1520px;
  margin: 0 auto;
  width: 100%;
}

.onde-estamos-title {
color: #000;
font-family: 'Helvetica Neue', Arial, sans-serif;
font-weight: 400;
font-size: 40px;
line-height: 114.99999999999999%;
letter-spacing: -0.02em;

}

.onde-estamos-cards {
  display: flex;
  gap: 90px;
  width: 100%;
  max-width: 100%;
}

.location-card {
  position: relative;
  width: calc((100% - 180px) / 3);
  max-width: 446px;
  height: auto;
  aspect-ratio: 446 / 460;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
}

.location-card-image-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.location-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.location-card-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.20);
  transition: background-color 300ms ease-out;
  z-index: 1;
}
.location-card-content {
  position: absolute;
  bottom: 40px;
  left: 33px;
  z-index: 20;
  transition: opacity 300ms ease-out;
}

.location-card-name {
  font-family: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: var(--fs-h4);
  line-height: 115%;
  letter-spacing: -0.8px;
  color: var(--color-white);
  margin: 0;
}

.location-card-subtitle {
  font-family: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: var(--fs-h4);
  line-height: 115%;
  letter-spacing: -0.8px;
  color: var(--color-white);
  display: block;
}

.location-card:hover .location-card-overlay {
  background-color: rgba(0, 0, 0, 0);
}

.location-card:hover .location-card-content {
  opacity: 0;
}

/* ========== CTA SECTION ========== */

.cta-section {
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

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

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

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

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

.cta-cta {
   color: white;
  margin: 0;
  max-width: 673px;
font-family:'Helvetica Neue', Arial, sans-serif;
font-weight: 700;
font-size: 40px;
line-height: 114.99999999999999%;
letter-spacing: -0.02em;
}

.cta-section .container {
    position: relative;
    z-index: 2;
    padding-left: 99px !important;
}

/* ========== RESPONSIVE - LARGE SCREENS 1600px ========== */
@media (max-width: 1600px) {
  .onde-estamos-section {
    padding: 60px 180px;
  }

  .onde-estamos-cards {
    gap: 70px;
  }

  .location-card {
    width: calc((100% - 140px) / 3);
    max-width: 440px;
  }
}

/* ========== RESPONSIVE - NOTEBOOKS 1440px ========== */
@media (max-width: 1440px) {
  .onde-estamos-section {
    padding: 60px 120px;
  }

  .onde-estamos-container {
    gap: 80px;
  }

  .onde-estamos-cards {
    gap: 60px;
  }

  .location-card {
    width: calc((100% - 120px) / 3);
    max-width: 400px;
    height: auto;
    aspect-ratio: 446 / 460;
  }
}

/* ========== RESPONSIVE - NOTEBOOKS 1366px ========== */
@media (max-width: 1366px) {
  .onde-estamos-section {
    padding: 60px 100px;
  }

  .onde-estamos-cards {
    gap: 50px;
  }

  .location-card {
    width: calc((100% - 100px) / 3);
    max-width: 380px;
    height: auto;
    aspect-ratio: 446 / 460;
  }
}

/* ========== RESPONSIVE - NOTEBOOKS 1280px ========== */
@media (max-width: 1280px) {
  .onde-estamos-section {
    padding: 60px 80px;
  }

  .onde-estamos-cards {
    gap: 40px;
  }

  .location-card {
    width: calc((100% - 80px) / 3);
    max-width: 360px;
    height: auto;
    aspect-ratio: 446 / 460;
  }
}

/* ========== RESPONSIVE - SMALL NOTEBOOKS 1199px ========== */
@media (max-width: 1199px) {
  .onde-estamos-section {
    padding: 60px 60px;
  }

  .onde-estamos-cards {
    gap: 30px;
  }

  .location-card {
    width: calc((100% - 60px) / 3);
    max-width: 340px;
    height: auto;
    aspect-ratio: 446 / 460;
  }
}

@media (max-width: 1024px) {
  .hero-content,
  .solution-section,
  .earth-section,
  .science-section,
  .circular-process-section,
  .solutions-section,
  .about-section,
  .onde-estamos-section,
  .markets-section,
  .cta-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .onde-estamos-cards {
    gap: 24px;
  }

  .location-card {
    width: calc((100% - 48px) / 3);
    max-width: 300px;
    height: auto;
    aspect-ratio: 446 / 460;
  }

  .hero-title {
    font-size: 72px;
    letter-spacing: -0.03em;
  }

  h2 {
    font-size: var(--fs-h3);
  }

  .circular-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .process-circle {
    grid-column: 1;
  }

  .process-text-right {
    grid-column: 1;
  }
}

@media (max-width: 768px) {

  /* Remove padding-left dos elementos de conteúdo em tablets */
  .solution-description,
  .earth-text,
  .productivity-text,
  .productivity-tagline,
  .about-text,
  .about-mission,
  .science-description,
  .cta-section .container {
    padding-left: 0 !important;
  }

  .main-menu {
    order: 3;
    flex-basis: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: -0.01em;
  }

  .hero-section {
    height: auto;
    min-height: 500px;
  }

  .hero-content {
    padding: 100px 50px;
    flex-direction: column;
  }

  .hero-video-placeholder {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 40px;
    width: 100%;
  }

  .hero-title {
    font-size: 48px;
    letter-spacing: -0.03em;
  }

  .benefits-carousel,
  .markets-grid,
  .science-container,
  .about-container {
    grid-template-columns: 1fr;
  }

  /* Inverter ordem para colocar texto antes da imagem */
  .science-image {
    order: 2;
  }

  .science-content {
    order: 1;
  }

  .about-image {
    order: 2;
  }

  .about-content {
    order: 1;
  }

  .bluestone-group-logo {
    width: 350px;
    height: 350px;
  }

  .bluestone-group-text {
    font-size: 32px;
  }

  .bluestone-group-subtext {
    font-size: 24px;
  }

  .partner-text {
    font-size: 18px;
  }

  .about-partners {
    flex-wrap: wrap;
    gap: 24px;
  }

  .benefit-card {
    width: 100%;
  }

  .hero-content,
  .solution-section,
  .earth-section,
  .science-section,
  .circular-process-section,
  .solutions-section,
  .about-section,
  .onde-estamos-section,
  .markets-section,
  .cta-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .onde-estamos-container {
    gap: 48px;
  }

  .onde-estamos-cards {
    flex-direction: column;
    gap: 24px;
  }

  .location-card {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 446 / 460;
  }

  .location-card-name,
  .location-card-subtitle {
    font-size: 28px;
  }

  h1 {
    font-size: 64px;
    letter-spacing: -0.03em;
  }

  h2 {
    font-size: 32px;
    letter-spacing: -0.01em;
  }

  h3 {
    font-size: 24px;
    letter-spacing: -0.01em;
  }

  h4 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
    letter-spacing: -0.01em;
  }
}

@media (max-width: 480px) {
  /* ========== HEADER MOBILE ========== */


  .logo {
    max-width: 159px;
    height: 43px;
  }

  .main-menu {
    display: none;
  }

  /* ========== HERO MOBILE ========== */
  .hero-section {
    height: 800px;
    min-height: 800px;
  }

  .hero-content {
    padding: 176px 12px;
    gap: 40px;
  }

  .hero-title {
    font-family: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.92px;
  }

  .hero-description {
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.24px;
  }

  .hero-video-placeholder {
    display: none;
  }

  /* ========== SECTIONS MOBILE PADDING ========== */
  .solution-section,
  .earth-section,
  .science-section,
  .circular-process-section,
  .solutions-section,
  .about-section,
  .onde-estamos-section,
  .markets-section,
  .cta-section {
    padding: 48px 12px;
  }

  /* Remove padding-left dos elementos de conteúdo */
  .solution-description,
  .earth-text,
  .productivity-text,
  .productivity-tagline,
  .about-text,
  .about-mission,
  .science-description,
  .cta-section .container {
    padding-left: 0 !important;
  }

  /* ========== TYPOGRAPHY MOBILE ========== */
  h1 {
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -1.92px;
  }

  h2 {
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.24px;
  }

  h3 {
    font-size: 24px;
    line-height: 125%;
  }

  h4 {
    font-size: 24px;
  }

  p {
    font-size: 20px !important;
    line-height: 145%;
    letter-spacing: -0.16px;
  }

  /* ========== SOLUTION SECTION MOBILE ========== */
  .solution-tag {
    font-size: 16px;
    line-height: 145%;
    letter-spacing: -0.16px;
  }

  .solution-title {
    font-size: 24px;
    line-height: 125%;
  }

  .solution-description {
    font-size: 16px;
    padding-left: 40px;
  }

  .solution-intro {
    gap: 24px;
  }

  /* ========== BENEFITS CAROUSEL MOBILE ========== */
  .benefits-carousel {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 12px;
    margin: 0 -12px;
  }

  .benefit-card {
    width: calc(100vw - 48px);
    min-width: calc(100vw - 48px);
    flex-shrink: 0;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .carousel-controls {
    display: flex;
    justify-content: flex-start !important;
    gap: 40px;
    margin-top: 24px;
  }

  /* ========== EARTH SECTION MOBILE ========== */
  .earth-section {
    min-height: auto;
    padding: 48px 12px;
  }

  .earth-content {
    max-width: 100%;
  }

  .earth-title {
    font-size: 40px !important;
  }

  .earth-text {
    font-size: 20px;
    padding-left: 40px;
  }

  /* ========== SCIENCE SECTION MOBILE ========== */
  .science-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .science-image {
    order: 2;
  }

  .science-content {
    order: 1;
  }
  

  .science-image
 {
    width: 100%;
    height: 100%;
    min-height: 268px;
}


  .science-image-wrapper {
    min-height: 300px;
  }

  .science-title {
    font-size: 40px;
  }

  .science-description {
    font-size: 20px;
  }

  /* ========== ESG/CIRCULAR SECTION MOBILE ========== */
  .circular-process-section {
    padding: 48px 24px;
  }

  /* ========== SOLUTIONS SECTION MOBILE ========== */
  .solutions-section {
    padding: 48px 12px;
  }

  .solutions-header {
    flex-direction: column;
    gap: 24px;
  }

  .solutions-title {
    font-size: 32px;
    max-width: 100%;
  }

  .solutions-controls {
    display: none;
  }

  .solutions-carousel {
    flex-direction: column;
    gap: 24px;
  }

  .solution-card {
    width: 100%;
    min-width: 100%;
  }

  /* ========== PRODUCTIVITY SECTION MOBILE ========== */
  .productivity-section {
    min-height: 600px;
    padding: 48px 12px;
  }

  .productivity-overlay{
    background-color: rgba(0, 0, 0, 0.2);
  }

  .productivity-content {
    max-width: 100%;
  }

  .productivity-title {
    font-size: 40px !important;
    color:#ffffff !important;
    width: 70%;
  }

  .productivity-text {
    font-size: 20px;
    padding-left: 40px;
      color:#ffffff !important;
  }

  .productivity-tagline {
    font-size: 24px;
      color:#ffffff !important;
  }

  /* ========== ABOUT SECTION MOBILE ========== */
  .about-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-image {
    order: 2;
  }

  .about-content {
    order: 1;
  }

  .bluestone-group-logo {
    width: 280px;
    height: 280px;
    margin: 0 auto;
  }

  .bluestone-group-text {
    font-size: 28px;
  }

  .bluestone-group-subtext {
    font-size: 20px;
  }

  .about-partners {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0 auto;
  }

  .partner-logo {
    flex-shrink: 0;
  }

  .partner-logo img {
    max-width: 100px;
    width: auto;
    height: auto;
  }

  .partner-text {
    font-size: 16px;
  }

  .partner-icon {
    width: 16px;
    height: 16px;
  }

  .about-title {
    font-size: 40px;
  }

  .about-text p {
    font-size: 20px;
  }

  .about-mission {
    font-size: 20px;
  }

  .mission-link {
    font-size: 20px;
  }

  /* ========== ONDE ESTAMOS SECTION MOBILE ========== */
  .onde-estamos-section {
    padding: 48px 12px;
  }

  .onde-estamos-container {
    gap: 48px;
  }

  .onde-estamos-title {
    font-size: 40px;
  }

  .onde-estamos-cards {
    flex-direction: column;
    gap: 24px;
  }

  .location-card {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 446 / 460;
  }

  .location-card-name {
    font-size: 24px;
  }

  .location-card-subtitle {
    font-size: 24px;
  }

  /* ========== MARKETS SECTION MOBILE ========== */
  .markets-container {
    gap: 24px;
  }

  .markets-title {
    font-size: 40px;
  }

  .markets-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .market-card {
    min-height: auto;
  }

  .market-card-title {
    font-size: 20px;
  }

  .market-card-content {
    font-size: 16px !important;
  }

  /* ========== CTA SECTION MOBILE ========== */
  .cta-section {
    padding: 48px 12px;
    min-height: auto;
  }

  .cta-content {
    max-width: 100%;
    gap: 24px;
  }

  .cta-title {
 font-weight: 400 !important;
font-size: 24px !important;
line-height: 125% !important;
letter-spacing: -0.01em !important;
padding-left: 20px;
font-family: 'Helvetica Neue', Arial, sans-serif !important;

  }

  .cta-subtitle {
  font-weight: 400 !important;
font-size: 24px !important;
line-height: 125% !important;
letter-spacing: -0.01em !important;
padding-left: 20px;
font-family: 'Helvetica Neue', Arial, sans-serif !important;
  }

  .cta-cta {
    font-size: 32px;
    padding-left: 20px;
    font-weight: 400 !important;
line-height: 120%;
letter-spacing: -0.01em;
font-family: 'Helvetica Neue', Arial, sans-serif !important;

  }
}



@media (max-width: 1024px) {
  
}

@media (max-width: 768px) {
  
}

@media (max-width: 480px) {
  





}


@media (max-width: 768px) {
}


@media (max-width: 768px) {
}


@media (max-width: 768px) {
}







@media (max-width: 1024px) {
}

@media (max-width: 768px) {
}








@media (max-width: 768px) {
}



@media (max-width: 768px) {
}



/* =========================================
   CARROSSEL MOBILE - SETAS DE NAVEGAÇÃO
========================================= */
@media (max-width: 480px) {
  /* Manter carrossel com scroll horizontal */
  .benefits-carousel {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 0 16px;
    margin-bottom: 24px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  
  .benefits-carousel::-webkit-scrollbar {
    display: none;
  }
  
  /* Cards do carrossel */
  .benefit-card {
    flex-shrink: 0;
    width: 280px;
    min-width: 280px;
  }
  
  /* MOSTRAR SETAS NO MOBILE */
  .carousel-controls {
    display: flex !important;
    gap: 40px;
    justify-content: center;
    margin: 24px 16px;
  }
  
  .carousel-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #282828;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .carousel-arrow svg {
    width: 100%;
    height: 100%;
  }
  
  .carousel-arrow:active {
    color: #50B04C;
    transform: scale(0.95);
  }
  
  .carousel-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
}

/* Tablet */
@media (min-width: 481px) and (max-width: 768px) {
  .carousel-controls {
    display: flex !important;
  }
}
/* ==========================================
   CIRCULAR PROCESS - MOBILE
========================================== */

.mobile-timeline {
  display: none;
}

@media (max-width: 480px) {
  /* Reset completo da section */
  .wp-circular-final {
    display: block !important;
    padding: 48px 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  
  .wp-circular-final * {
    box-sizing: border-box !important;
  }
  
  .wp-circular-final .container {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  /* Header Section */
  .wp-circular-final .header-section {
    display: block !important;
    width: 100% !important;
    margin-bottom: 24px !important;
  }
  
  .wp-circular-final .title-area {
    display: block !important;
    width: 100% !important;
    margin-bottom: 24px !important;
  }
  
  .wp-circular-final .title-area .title {
    display: block !important;
    font-size: 48px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    color: #282828 !important;
    margin: 0 0 8px 0 !important;
    width: 100% !important;
  }
  
  .wp-circular-final .title-area .subtitle {
    display: block !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #50B04C !important;
    margin: 0 !important;
    width: 100% !important;
  }
  
  .wp-circular-final .description {
    display: block !important;
    width: 100% !important;
    margin-bottom: 24px !important;
    padding-top: 140px;;
  }
  
  .wp-circular-final .description p {
    display: block !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
    color: #282828 !important;
    margin: 0 0 8px 0 !important;
    width: 100% !important;
  }
  
  .wp-circular-final .description p:empty {
    display: none !important;
  }
  
  .wp-circular-final .center-text {
    display: block !important;
    width: 100% !important;
    margin: 24px 0 48px 0 !important;
  }
  
  .wp-circular-final .center-text p {
    display: block !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #282828 !important;
    margin: 0 !important;
    width: 100% !important;
    text-align: left !important;
    padding-bottom: 32px;;
  }
  
  /* ESCONDER COMPLETAMENTE DESKTOP */
  .wp-circular-final .interactive-section {
    display: none !important;
  }
  
  /* Timeline Mobile */
  .mobile-timeline {
    display: block !important;
    position: relative !important;
    padding-left: 64px !important;
    width: 100% !important;
    margin-top: 132px !important;
   
  }
  
  .mobile-timeline::before {
    content: '' !important;
    position: absolute !important;
    left: 23px !important;
    top: 24px !important;
    bottom: 24px !important;
    width: 2px !important;
    background: linear-gradient(to bottom, #50B04C 0%, #50B04C 23%, #282828 23%, #282828 48%, #50B04C 48%, #50B04C 73%, #3F8B3C 73%, #3F8B3C 100%) !important;
    z-index: 1 !important;
  }
  
  .timeline-item {
    display: block !important;
    position: relative !important;
    margin-bottom: 48px !important;
    width: 100% !important;
  }
  
  .timeline-item:last-child {
    margin-bottom: 0 !important;
  }
  
  .timeline-number {
    position: absolute !important;
    left: -64px !important;
    top: 0 !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    font-weight: 700 !important;
    color: white !important;
    z-index: 2 !important;
    font-family: 'Manrope', 'Helvetica Neue', Arial, sans-serif !important;
  }
  
  .timeline-01 { background: #F6F6F6 !important; color:#282828 !important; font-size: 20px !important;}
  .timeline-02 { background: #282828 !important; }
  .timeline-03 { background: #50B04C !important; }
  .timeline-04 { background: #3F8B3C !important; }
  
  .timeline-text {
    display: block !important;
    width: 100% !important;
  }
  
  .timeline-text p {
    display: block !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    color: var(--Neutral-Typography-Light-Surface-text-primary, #282828) !important;
    margin: 0 !important;
    width: 100% !important;
    font-weight: 300 !important;
  }

  .transicao{
padding-bottom: 64px !important;
}


}


.transicao{
  color: var(--Neutral-Typography-Light-Surface-text-primary, #030712);
text-align: center;
font-size: 24px;
font-weight: 700;
line-height: 30px;
letter-spacing: -0.24px;
}

/* ==========================================
   SOLUTIONS SECTION - MOBILE
========================================== */
@media (max-width: 480px) {
  .solutions-section {
    min-height: 100vh !important;
    padding: 60px 16px !important;
    display: flex !important;
    align-items: center !important;
  }
  
  .solutions-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  .solutions-slide {
    width: 100% !important;
  }
  
  .solutions-title {
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin-bottom: 32px !important;
    color: white !important;
    text-align: left !important;
  }
  
  /* Features em coluna única */
  .solutions-features {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 100% !important;
  }
  
  .feature-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 100% !important;
  }
  
  .feature-heading {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: white !important;
    margin: 0 0 8px 0 !important;
  }
  
  .feature-group p {
    font-size: 20px !important;
    line-height: 1.5 !important;
    color: white !important;
    margin: 0 !important;
    opacity: 0.9 !important;
  }
  
  /* Setas de navegação */
  .solutions-controls {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 40px !important;
    margin-top: 48px !important;
  }
  
  .solutions-arrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    opacity: 1 !important;
  }
  
  .solutions-arrow:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
  }
  
  .solutions-arrow svg {
    width: 50px !important;
    height: 50px !important;
    display: block !important;
  }
}
/* CTA Responsive */
@media (max-width: 768px) {
  .cta-section {
    padding: 80px 0;
  }
  
  .cta-title {
    font-size: 32px;
    max-width: 100%;
  }
  
  .cta-subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  
  .cta-cta {
    font-size: 32px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .cta-section {
    padding: 60px 0;
  }
  
  .cta-title {
    font-size: 24px;
  }
  
  .cta-subtitle {
    font-size: 14px;
  }
  
  .cta-cta {
    font-size: 24px;
  }
}

/* ========== HOVER IMAGE EFFECT - ONDE ESTAMOS ========== */
.location-card-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.location-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Imagem normal - visível por padrão */
.normal-image {
    opacity: 1;
    position: relative;
    z-index: 1;
}

/* Imagem hover - escondida por padrão */
.hover-image {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

/* Efeito hover: mostra a imagem hover, esconde a normal */
.location-card:hover .normal-image {
    opacity: 0;
}

.location-card:hover .hover-image {
    opacity: 1;
}

/* Mantenha o overlay funcionando */
.location-card-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.20);
    transition: background-color 300ms ease-out;
    z-index: 3; /* Acima das imagens */
}

.location-card:hover .location-card-overlay {
    background-color: rgba(0, 0, 0, 0);
}

	.wp-circular-final {
		font-family: 'Helvetica Neue', Arial, sans-serif;
		background-color: white;
		padding: 120px 200px 180px;
	}

	.wp-circular-final .container {
		display: flex;
		flex-direction: column;
		gap: 98px;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
	}

	.wp-circular-final .header-section {
		display: flex;
		gap: 100px;
		align-items: flex-end;
		justify-content: center;
		width: 100%;
	}

	.wp-circular-final .title-area {
		display: flex;
		flex-direction: column;
		height: 170px;
		align-items: flex-start;
		justify-content: center;
		width: 611px;
	}

	.wp-circular-final .title {
		font-size: 48px;
		line-height: 1.1;
		letter-spacing: -1.44px;
		color: black;
		width: 550px;
	}

	.wp-circular-final .subtitle {
		font-size: 56px;
		line-height: 1.1;
		letter-spacing: -1.68px;
		color: #50b04c;
				width: 550px;
	}

	.wp-circular-final .description {
		width: 481px;
		font-size: 20px;
		line-height: normal;
	}

	.wp-circular-final .description p:last-child {
		font-weight: bold;
	}

	.wp-circular-final .center-text {
		font-weight: bold;
		font-size: 24px;
		text-align: center;
		color: #030712;
		letter-spacing: -0.24px;
		line-height: 1.25;
		height: 29px;
	}

	.wp-circular-final .interactive-section {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 522px;
		position: relative;
	}

	.wp-circular-final .left-texts {
		display: flex;
		flex-direction: column;
		gap: 60px;
		width: 313px;
		position: relative;
	}

	.wp-circular-final .right-texts {
		display: flex;
		flex-direction: column;
		gap: 48px;
		width: 410px;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.wp-circular-final .right-texts .text-wrapper {
		width: 314px;
	}

	.wp-circular-final .text-content {
		opacity: 0;
		transition: opacity 0.3s ease;
		font-weight: 300;
		font-size: 18px;
		line-height: 27px;
		color: #030712;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    min-height: 175px;

	}

	.wp-circular-final .text-content.active {
		opacity: 1;
	}

	.wp-circular-final .connector-line {
		position: absolute;
		opacity: 0;
		transition: opacity 0.3s ease;
		pointer-events: none;
	}

	.wp-circular-final .connector-line.active {
		opacity: 1;
	}

	.wp-circular-final .circle-container {
		width: 605px;
		height: 616px;
		position: relative;
		overflow: clip;
		flex-shrink: 0;
	}

	/* Adicionar classe para seções SVG */
	.wp-circular-final .svg-section {
		transition: filter 0.3s ease;
	}

	.wp-circular-final .interactive-area {
		position: absolute;
		cursor: pointer;
		z-index: 10;
	}

	.wp-circular-final .svg-block {
		display: block;
		width: 100%;
		height: 100%;
	}