:root {
      --verde-lima: #606c38;
      --verde-lima-claro: #91a54e;
      --verde-esc: #283618;
      --branco: #fefae0;
      --bege: #dda15e;
      --ouro: #bc6c25;
      --preto: #0e0d0d;
  }

  ::-webkit-scrollbar {
      display: none;
  }


  @font-face {
      font-family: "harmond";
      src: url(../assests/fonts/Harmond/Harmond/Harmond-SemBdItaCond.otf);
  }


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "outfit";
  background-color: var(--branco);
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
    text-decoration: none;
}

.container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.revealers {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.revealer {
  flex: 1;
  width: 100%;
  background-color: var(--branco);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.images {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transform-origin: center center;
  will-change: transform;
}

.img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  width: 100%;
  height: 100%;
  visibility: visible;
  will-change: transform;
  opacity: 0;
}

.img:first-child {
  opacity: 1;
}

.images.stacked-container {
  position: absolute;
  left: 2em;
  bottom: 2em;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 1em;
  transform: none;
  will-change: transform;
}

.img.stacked {
  position: relative;
  width: 150px;
  height: 100px;
  transform: none;
  top: auto;
  left: auto;
  opacity: 1;
  will-change: transform;
}

.hero-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.site-logo {
  position: absolute;
  top: 8em;
  left: 2em;
  display: flex;
}
.site-logo#two {
    position: absolute;
    left: 54%;
    top: 13em;
    display: flex;
}

.site-logo {
  display: flex;
  gap: 1em;
}

.site-logo h1 span {
  color: var(--ouro);
  font-family: "harmond";
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
}

.site-logo h1 {
  color: var(--preto);
  font-family: "outfit";
  font-size: 4.5vw;
  font-weight: 300;
  line-height: 1;
}


.team-img {
  position: absolute;
  right: 2em;
  bottom: 2em;
  width: 40%;
  height: 50%;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.team-img img {
  filter: saturate(0);
}

.site-info {
  position: absolute;
  bottom: 2em;
  left: 2em;
  width: 50%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.col#h2 {
  position: absolute;
  top: 6em;
  right: 1%;
  height: auto;
  width: 50%;
}

.site-info .row {
  display: flex;
  gap: 2em;
}

.site-info .row .col {
  flex: 1;
}

.site-info h2 {
  font-size: 1.5em;
  text-align: left;
  font-weight: 300;
  line-height: 1.25;
}

.site-info p {
  text-transform: uppercase;
  font-family: "outfit";
  font-size: 11px;
  font-weight: 500;
  color: var(--preto);
}

.site-info .row:nth-child(2) .col:nth-child(2) {
  display: flex;
}

.word,
.line {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.word h1,
.site-info h2 .line span,
.line {
  position: relative;
  will-change: transform;
}

.site-info h2 .line span {
  display: block;
  transform: translateY(100%);
}

.word h1,
.line p{
  transform: translateY(100%);
}


.container-2 {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 1000px;
      margin: 150px auto;
      margin-bottom: 0px;
      padding: 0 20px;
      gap: 5rem;
    }

    .left-text p {
      font-family: 'outfit';
      font-size: 2rem;
      color: var(--preto);
      line-height: 1.6;
    }

    .left-text h2 {
      font-weight: 300;
      font-size: 2rem;
    }

    .left-text h2 span {
      font-family: 'harmond';
      color: var(--verde-esc);
      font-size: 2rem;
    }

    .left-text strong {
      font-weight: bold;
    }

    .dividers {
      width: 2px;
      height: 80px;
      background-color:var(--verde-esc); /* linha vertical fina */
    }

    .right-text {
      flex: 1;
      font-family: 'outfit';
      font-size: 1.5rem;
      font-weight: 300;
      color: var(--preto);
      text-align:justify;
      white-space: nowrap;
    }

 

section {
  position: relative;
  width: 100vw;
  height: 100svh;
  padding: 2em;
  background-color: var(--branco);
  overflow: hidden;
}

.sticky-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--branco);
  color: #fff;
}

.cards-container {
  position: relative;
  width: 50%;
  height: 50%;
  border-radius: 0.5em;
  overflow: hidden;
}

.card {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
  overflow: hidden;
}

.card#last {
  background-color: var(--verde-esc);
}

.tag {
  position: absolute;
  top: 1em;
  left: 1em;
  padding: 0.5em;
  border-radius: 0.25em;
  background: var(--preto);
  z-index: 1;
}

.tag#final {
  top: 25%;
  left: 0em;
  padding: 1rem;
  margin: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--verde-esc);
}

.card#last img {
  opacity: 0.5;
}

.tag#final p {
  font-size: 1rem;
}

.tag#final img {
  width: 100px;
  height: auto;
}

.tag p {
  font-family: "outfit";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.tag p span {
  font-family: 'harmond';
  font-size: 1.5rem;
}

@media (max-width: 1000px) {
  h1 {
    font-size: 7vw;
    text-indent: 2em;
  }

  .cards-container {
    width: 95%;
  }
}


.clientes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content;
  background-color: var(--verde-esc);
}

.custom-shape-divider-top-1753923459 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1753923459 svg {
    position: relative;
    display: block;
    width: calc(131% + 1.3px);
    height: 181px;
}

.custom-shape-divider-top-1753923459 .shape-fill {
    fill: #FEFAE0;
}


.clientes h1 {
  margin-top: 10%;
  color: #fefae069;
  font-size: 4rem;
  text-align: center;
  text-transform: uppercase;
}

.clientes h1 span {
  font-size: 4.5rem;
  text-transform: none;
  font-family: 'harmond';
  color: var(--branco);
}


@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: var(--verde-esc);
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--verde-esc));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--verde-esc));
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  width: auto;
  height: 150px;
  margin: 0 40px;
  opacity: 0.5;
}

.logos-slide img:hover {
  opacity: 1;
  transition: 0.3s ease-in  ;
}




  .container-car {
  display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px;
      padding: 50px 30px;
  }

    .profile {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;  
      flex: 1;
    }

    .profile img {
      width: 30%;
      border-radius: 12px;
    }

    .rating {
      font-size: 80px;
      color: var(--branco);
      font-weight: bold;
    }

    .review-count {
      font-size: 18px;
      margin-top: 10px;
      color: var(--branco);
      text-align: center;
    }

    .nav-buttons {
      margin-top: 30px;
    }

    .nav-buttons button {
      background: none;
      border: 2px solid var(--branco);
      color: var(--branco);
      border-radius: 50%;
      width: 40px;
      height: 40px;
      font-size: 20px;
      cursor: pointer;
      margin-right: 10px;
    }

    .carousel-wrapper {
      flex: 2;
      min-width: 0;
      overflow: hidden;
      position: relative;
    }

    .carousel {
      display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
  cursor: grab;
  will-change: transform;
    }

    .card-car {
      display: flex;
      flex-direction: column;
      min-width: 330px;
      background-color: var(--ouro);
      border-radius: 25px;
      padding: 30px;
      box-sizing: border-box;
      justify-content: space-between;
    }

    .stars {
      color: var(--bege);
      font-size: 18px;
      margin: 5px 0 20px;
    }

    .text {
      font-size: 16px;
      line-height: 1.6;
      color: var(--branco);
    }

    .author {
      display: flex;
      align-items: center;
      margin-top: 20px;
    }

    .author img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
    }

    .author-info {
      display: flex;
      flex-direction: column;
      font-size: 14px;
    }

    .author-info strong {
      color: var(--branco);
    }

    .author-info span {
      color: var(--bege);
    }

.custom-shape-divider-top-1754080254 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1754080254 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 83px;
}

.custom-shape-divider-top-1754080254 .shape-fill {
    fill: #283618;
}

section.book {
  height: 30vh;
}

section.cta {
  height: fit-content;
}

.container-cta {
      max-width: 800px;
      margin: 100px auto;
      padding: 0 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .descricao {
      text-align: center;
      font-size: 2rem;
      max-width: 600px;
    }

    .botao {
      display: inline-block;
      margin-top: 30px;
      background-color: var(--ouro);
      color: var(--branco);
      padding: 14px 35px;
      border-radius: 30px;
      font-size: 1.5rem;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .botao:hover {
      background-color: #944709;
    }

    .slider {
      margin-top: 20%;
    }


  #image-track {
  display: flex;
  gap: 4vmin;
  position: relative;
  left: 50%;
  transform: translate(0%, -50%); 
  user-select: none; /* -- Prevent image highlighting -- */
}

#image-track > .image {
  width: 40vmin;
  height: 56vmin;
  object-fit: cover;
  object-position: 100% center;
}

.image:hover {
  cursor: pointer;
}





.spotlight {
  background-color: var(--branco);
  color: var(--preto);
}

.spotlight-images,
.spotlight-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  perspective: 2000px;
}

.img-spot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, -1000px);
  width: 500px;
  height: 350px;
  will-change: transform;
}

.spotlight-cover-img {
  will-change: transform;
}

.spotlight-intro-header,
.spotlight-outro-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 50%;
}

.spotlight-intro-header h1 {
  z-index: 1;
  font-size: 7vw;
  color: var(--preto);
  font-weight: 400;
  line-height: 0.75;
}

.spotlight-intro-header h1 span {
  font-family: "harmond";
  color: var(--ouro);
  font-weight: 500;
  font-size: 8vw;
}

.spotlight-outro-header {
  z-index: 2;
}

.spotlight-outro-header h1 {
  font-size: 7vw;
  color: var(--branco);
  font-weight: 400;
  line-height: 0.75;
}

.spotlight-outro-header h1 span {
  font-family: "harmond";
  color: var(--bege);
  font-weight: 500;
  font-size: 8vw;
}

/* ========== RESPONSIVIDADE MOBILE ========== */

/* Tablets */
@media screen and (max-width: 1024px) {
  .site-logo {
    left: 1em;
    top: 6em;
  }
  
  .site-logo#two {
    left: 50%;
    top: 10em;
  }
  
  .site-logo h1 {
    font-size: 6vw;
  }
  
  .site-logo h1 span {
    font-size: 7vw;
  }
  
  .team-img {
    width: 45%;
    height: 45%;
  }
  
  .site-info {
    width: 60%;
  }
  
  .col#h2 {
    width: 60%;
  }
  
  .container-2 {
    gap: 3rem;
    margin: 100px auto;
  }
  
  .left-text h2, .left-text h2 span {
    font-size: 1.8rem;
  }
  
  .right-text {
    font-size: 1.3rem;
  }
  
  .cards-container {
    width: 70%;
  }
  
  .clientes h1 {
    font-size: 3.5rem;
  }
  
  .clientes h1 span {
    font-size: 4rem;
  }
  
  .spotlight {
    display: hidden !important;
  }

}



/* Mobile */
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 1rem;
    padding-top: 6rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .revealers {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
  }
  
  .revealer {
    flex: 1;
    width: 100%;
    background-color: var(--branco);
  }

  .images {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  
  .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  
  .img:first-child { 
    opacity: 1; 
  }

  /* Estado final da animação Flip */
  .images.stacked-container {
    position: static;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.5em;
  }
  
  .img.stacked {
    position: relative;
    width: 140px;
    height: 120px;
    top: auto;
    left: auto;
    transform: none;
    opacity: 1;
  }

  .hero-content {
    width: 100%;
    height: 200svh;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 1;
    margin-top: 2rem;
  }

  .site-logo, .site-logo#two {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0;
  }

  .site-logo#two {
    margin-top: -0.5rem; /* Ajuste para aproximar os textos */
  }
  
  .site-logo h1 {
    font-size: 9vw;
    line-height: 1.1;
    font-weight: 300;
    color: var(--preto);
  }
  
  .site-logo h1 span {
    font-family: "harmond";
    font-size: 10vw;
    color: var(--ouro);
  }

  .team-img {
    position: static;
    margin: 2rem auto 0 auto;
    height: auto;
    position: static;
    width: 90%;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  
  .team-img img { 
    filter: saturate(0); 
  }

  .site-info {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  
  .site-info .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    height: auto;
  }
  
  .col#h2 {
    position: static;
    width: 100%;
    height: max-content;
    order: 2; /* Coloca o texto depois do link */
  }

  .site-info .col:first-child {
    order: 1; /* Coloca o link antes do texto */
  }
  
  .site-info h2 {
    font-size: 1.1rem;
    font-weight: 300;
    max-width: 95%;
    line-height: 1.4;
    text-align: center;
  }
  
  .site-info p {
    font-size: 12px;
    color: var(--preto);
  }

  .word, .line { 
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); 
  }
  
  .word h1, .site-info h2 .line span, .line { 
    position: relative; 
  }
  
  .site-info h2 .line span { 
    display: block; 
    transform: translateY(100%); 
  }
  
  .word h1, .line p { 
    transform: translateY(100%); 
  }

  /* Container-2 responsivo */
  .container-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2rem;
    margin: 80px auto;
    padding: 0 20px;
  }
  
  .dividers { 
    display: none; 
  }
  
  .left-text h2, .left-text h2 span { 
    font-size: 1.8rem; 
  }
  
  .right-text { 
    font-size: 1.2rem; 
    white-space: normal; 
    text-align: center;
  }

  /* Seções gerais */
  section {
    position: relative;
    width: 100vw;
    background-color: var(--branco);
    overflow: hidden;
    padding: 1rem;
  }
  
  section.sticky-cards { 
    height: 100svh; 
  }

  .cards-container {
    position: relative;
    width: 90%;
    height: 70%;
    border-radius: 0.5em;
    overflow: hidden;
    margin: auto;
  }
  
  .card { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    border-radius: 0.5em; 
    overflow: hidden; 
  }
  
  .card#last { 
    background-color: var(--verde-esc); 
  }
  
  .card#last img { 
    opacity: 0.5; 
  }

  .tag { 
    position: absolute; 
    top: 1em; 
    left: 1em; 
    padding: 0.5em; 
    border-radius: 0.25em; 
    background: var(--preto); 
    z-index: 1; 
  }
  
  .tag p { 
    font-size: 0.9rem; 
    color: var(--branco); 
  }
  
  .tag p span { 
    font-family: 'harmond'; 
    font-size: 1.2rem; 
  }
  
  .tag#final { 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    display: flex; 
    flex-direction: column; 
    text-align: center; 
    background: transparent; 
    width: 80%; 
  }
  
  .tag#final img { 
    width: 80px; 
    margin-bottom: 1rem; 
  }
  
  .tag#final p { 
    font-size: 0.9rem; 
  }

  /* Seção clientes */
  section.clientes { 
    height: fit-content; 
    padding-top: 5rem; 
    padding-bottom: 2rem; 
    background-color: var(--verde-esc); 
  }
  
  .custom-shape-divider-top-1753923459 { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    overflow: hidden; 
    line-height: 0; 
  }
  
  .custom-shape-divider-top-1753923459 svg { 
    position: relative; 
    display: block; 
    width: calc(131% + 1.3px); 
    height: 100px; 
  }
  
  .custom-shape-divider-top-1753923459 .shape-fill { 
    fill: #FEFAE0; 
  }
  
  .clientes h1 { 
    font-size: 2.2rem; 
    text-align: center; 
    color: #fefae069; 
    margin-top: 5%;
  }
  
  .clientes h1 span { 
    font-size: 2.8rem; 
    font-family: 'harmond'; 
    color: var(--branco); 
  }

  /* Logos slider mobile */
  .logos {
    padding: 40px 0;
  }
  
  .logos-slide img {
    height: 100px;
    margin: 0 20px;
  }

  /* Carrossel de avaliações mobile */
  .container-car {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 30px 20px;
  }

  .profile {
    width: 100%;
    text-align: center;
  }
  
  .profile img {
    width: 50%;
  }
  
  .rating {
    font-size: 60px;
  }
  
  .review-count {
    font-size: 16px;
  }

  .carousel {
    padding-bottom: 30px;
  }
  
  .card-car {
    min-width: 280px;
    padding: 20px;
  }

  .nav-buttons {
    justify-content: center;
    display: flex;
  }

  /* CTA section mobile */
  .container-cta {
    margin: 60px auto;
    padding: 0 15px;
  }
  
  .descricao {
    font-size: 1.5rem;
  }
  
  .botao {
    font-size: 1.2rem;
    padding: 12px 25px;
  }

  .spotlight {
    display: hidden ;
  }



  /* Logos slider mobile */
  .logos {
    padding: 40px 0;
  }
  
  .logos-slide img {
    height: 100px;
    margin: 0 20px;
  }

  /* Carrossel de avaliações mobile */
  .container-car {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 30px 0;
    width: 100%;
  }

  .profile {
    width: 100%;
    text-align: center;
    gap: 0.5rem;
  }
  
  .profile img {
    width: 150px;
    height: auto;
  }
  
  .rating {
    font-size: 60px;
  }
  
  .review-count {
    font-size: 16px;
  }

  .carousel-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .carousel {
    padding-bottom: 20px;
    justify-content: flex-start;
  }
  
  .card-car {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: unset;
    padding: 20px;
    scroll-snap-align: start;
  }

  .nav-buttons {
    justify-content: center;
    display: flex;
  }

  .slider {
    display: none;
  }
}

/* Mobile pequeno */
@media screen and (max-width: 480px) {
  .container {
    padding: 0.5rem;
    padding-top: 5rem;
  }
  
  .site-logo h1 {
    display: none;
  }
  
  
  .team-img {
    height: 200px;
  }
  
  .site-info h2 {
    font-size: 1rem;
  }
  
  .left-text h2, .left-text h2 span {
    font-size: 1.5rem;
  }
  
  .right-text {
    font-size: 1.1rem;
  }
  
  .clientes h1 {
    font-size: 1.8rem;
  }
  
  .clientes h1 span {
    font-size: 2.2rem;
  }
  
  .card-car {
    min-width: 250px;
    padding: 15px;
  }
  
  .text {
    font-size: 14px;
  }
  
  .descricao {
    font-size: 1.3rem;
  }
  
  .botao {
    font-size: 1.1rem;
    padding: 10px 20px;
  }

}

@media screen and (max-width: 768px) {
  /* ...existing code... */

  h1, 
  h1 span {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .hero-content h1,
  .container-2 h1,
  .clientes h1,
  .book h1,
  .cta h1 {
    width: 100%;
    text-align: center;
    padding: 0 1rem;
  }

  .container-2 .left-text h2 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  /* Ajuste específico para títulos com quebra de linha */
  h1 br {
    display: none; /* Remove quebras de linha em mobile */
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 8vw;
    line-height: 1.3;
  }

  h1 span {
    font-size: 9vw;
  }
}

