:root {
  --walsh-black: #2c2c2c;
  --publi: #a5cb38;
  --walsh-walsh-mid-green: #47888a;
  --walsh-walsh-dark-green: #204f58;
  --walsh-azure: #e7f1f1;
  --walsh-walsh-light-green: #c2ecd5;
  --walsh-light-goldenrod-yellow: #d3f6c1;
  --combine-library-white: white;
  --combine-library-grey-600: #5f6570;
  --combine-library-grey-800: #1f2c3d;
  --combine-library-grey-100: #d9dce2;
  --combine-library-secondary-600: #00a1c1;
  --combine-library-primary-600: #6157f8;
  --combine-library-grey-050: #f2f3f7;
  --combine-library-primary-800: #472def;
  --transition: all 0.3s ease-in-out;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  background-color: var(--walsh-walsh-dark-green);
  overflow-x: hidden;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
  outline: none;
}

/* CENTER CONTENT */
.center-content {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 1rem;

  @media screen and (min-width: 1500px) {
    padding: 0;
  }
}

/* HEADER */
.header {
  width: 100%;
  height: 92px;
  padding: 20px 30px;
  background-color: var(--walsh-walsh-dark-green);
  position: sticky;
  height: 142px;
  top: 0;
  z-index: 10;

  @media screen and (max-width: 1024px) {
    height: 92px;
    position: relative;
    padding: 1rem;
    background-color: var(--combine-library-white);

    /* display: none; */
  }

  .header-inner {
    background-color: white;
    border-radius: 6px;
    height: 100%;

    .logo {
      display: block;
      max-width: 110px;
      img {
        width: 100%;
        height: auto;
      }
    }

    .menu-toggle {
      display: none;
      @media screen and (max-width: 1024px) {
        display: block;
        font-size: 2rem;
        color: var(--publi);
      }
    }

    .navigation {
      @media screen and (max-width: 1024px) {
        transform: translateX(-100%);
        transition: var(--transition);
        /* display: none; */
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        z-index: 100;
        background-color: var(--combine-library-white);
        text-decoration: none;
        transition: var(--transition);

        &.visible {
          /* display: block; */
          transform: translateX(0);
        }
      }

      ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;

        @media screen and (max-width: 1024px) {
          justify-content: center;
          height: 100%;
          flex-direction: column;
          align-items: center;
          justify-items: center;
        }
        li {
          a {
            font-weight: 500;
            &:not(.btn) {
              display: block;
              padding: 1rem 1.2rem;
              text-decoration: none;
              color: var(--walsh-black);
              border-radius: 8px;

              transition: var(--transition);

              &:hover {
                background-color: rgba(219, 219, 219, 0.35);
              }
            }
          }
        }
      }
    }

    .hide-menu {
      display: none;
      position: absolute;
      top: 1rem;
      right: 1rem;
      z-index: 101;

      @media screen and (max-width: 1024px) {
        display: block;
        color: var(--publi);
        font-size: 2rem;
        text-decoration: none;
      }
    }

    .center-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      @media screen and (max-width: 1024px) {
        /* flex-direction: column; */
        align-items: center;
      }
    }
  }
}

/* HERO */
.hero-section {
  height: 100vh;
  position: relative;
  overflow-x: hidden;

  &.eighty-vh {
    height: 80vh;
  }

  &.startup-hero {
    height: 976px;

    @media screen and (max-width: 1024px) {
      height: auto;
    }
  }

  &.auto {
    height: auto;
    /* overflow-y: visible; */
    padding: 8rem 3rem 3rem 5rem;
  }
  &.one-hundred-and-ten-vh {
    height: 110vh;
    @media screen and (max-width: 1024px) {
      height: auto;
    }
  }

  @media screen and (max-width: 1024px) {
    height: auto;
    text-align: center;
    padding: 2rem;
    width: 100%;
  }

  .center-content {
    height: 100%;
    display: flex;
    justify-content: space-between;

    img {
      max-width: 100%;
    }
  }

  .hero-section__content {
    display: flex;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    max-width: 45%;
    gap: 2rem;

    /* border: solid 1px red; */
    position: relative;

    /* FLOATING IMAGES */
    .hero-floating-image {
      position: absolute;
      max-width: 280px;

      border-radius: 0.5rem;
      object-fit: cover;

      /* object-fit: cover; */

      @media screen and (max-width: 1024px) {
        position: relative;
      }

      &.image-1 {
        top: 70px;
        left: 100px;
        width: 224px;
        @media screen and (max-width: 1024px) {
          top: auto;
          left: auto;
          width: 280px;
        }
      }

      &.image-2 {
        top: 370px;
        left: 70px;
        width: 280px;
        @media screen and (max-width: 1024px) {
          top: auto;
          left: auto;
          width: auto;
          height: auto;
        }
      }
      &.image-3 {
        top: 100px;
        right: 0;
        width: 280px;
        @media screen and (max-width: 1024px) {
          top: auto;
          right: auto;
          width: auto;
          height: auto;
        }
      }
      &.image-4 {
        top: 400px;
        right: 160px;
        width: 224px;
        height: 224px;
        @media screen and (max-width: 1024px) {
          top: auto;
          right: auto;
          width: auto;
          height: auto;
        }
      }
      &.image-5 {
        bottom: 0;
        left: 500px;
        width: 280px;
        @media screen and (max-width: 1024px) {
          bottom: auto;
          left: auto;
          width: auto;
          height: auto;
          margin-bottom: 4rem;
        }
      }
    }

    &.center {
      align-items: center;
      max-width: 100%;
      /* flex-direction: row; */
      width: 100%;
      text-align: center;
    }

    @media screen and (max-width: 1024px) {
      max-width: 100%;
    }
  }

  .hero-section__title {
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 0.9;
    color: #fff;
    letter-spacing: -0.02em;

    @media screen and (max-width: 1024px) {
      font-size: 2.5rem;
    }
    .text-burst {
      font-weight: 700;
    }
  }

  &.startup-hero {
    .hero-section__title {
      transform: translateY(-25%);
    }
  }

  .hero-section__subtitle {
    color: rgba(255, 255, 255, 0.8);
    max-width: 22em;
    margin-bottom: 0.75em;
    font-family: Merriweather, serif;
    font-size: 1.4em;
    line-height: 1.6;
  }

  .hero-image {
    flex: 1;
  }

  /* Container “vazado” à direita */
  .hero-gallery {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    /* height: 100%; */
    /* hei */
    /* border: solid 1px red; */

    /* ajuste o tamanho que quiser mostrar */
    width: min(52vw, 820px);
    max-width: 100%;
    overflow: hidden;
    z-index: -1;

    @media screen and (min-width: 1700px) {
      width: min(52vw, 1100px);
    }

    @media screen and (max-width: 1024px) {
      position: relative;
      overflow: visible;
      display: none;
    }

    /* máscara opcional para suavizar a borda esquerda onde “corta” */
    /* -webkit-mask-image: linear-gradient(to left, transparent 0, #000 120px);
    mask-image: linear-gradient(to left, transparent 0, #000 120px); */

    /* controle fino por CSS vars */
    --gap: 16px;
    --img-w: 260px; /* largura das imgs (ajuste ao seu layout) */
    --img-ratio: 11 / 10; /* 4:5 parecido com retrato */
    --speed-top: 8s; /* velocidade linha de cima */
    --speed-bottom: 10s; /* velocidade linha de baixo */
    --radius: 16px;
  }

  /* Cada “esteira” */
  .rail {
    display: flex;
    gap: var(--gap);
    white-space: nowrap;
  }
  .rail + .rail {
    margin-top: var(--gap);
  }

  /* Cada trilho duplicado (A e B) fica lado a lado */
  .rail__track {
    display: flex;
    gap: var(--gap);
    flex-shrink: 0; /* não encolher */
    width: max-content; /* largura natural do conteúdo */
  }

  /* Direções opostas */
  .rail--left .rail__track {
    animation: scroll-left var(--speed-top) linear infinite;
  }
  .rail--right .rail__track {
    animation: scroll-right var(--speed-bottom) linear infinite;
  }

  /* Pausa no hover (opcional) */
  .hero-gallery:hover .rail__track {
    animation-play-state: paused;
  }

  /* Imagens consistentes */
  .rail__track img {
    width: var(--img-w);
    aspect-ratio: var(--img-ratio);
    object-fit: cover;
    display: block;
    border-radius: var(--radius);
  }

  /* Acessibilidade: respeita usuários que preferem menos animação */
  @media (prefers-reduced-motion: reduce) {
    .rail__track {
      animation: none;
    }
  }
}

.blog-grid {
  margin-top: 120px;
  .center-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    max-width: 70%;

    @media screen and (max-width: 1024px) {
      /* grid-template-columns: 1fr; */
      max-width: 90%;
    }
    @media screen and (max-width: 768px) {
      grid-template-columns: 1fr;
      max-width: 90%;
    }
  }

  p {
    color: var(--combine-library-white);
  }
  .blog-grid__item {
    display: flex;
    overflow: hidden;
    border-radius: 1rem;
    text-decoration: none;
    transition: var(--transition);
    max-height: 240px;
    &:hover {
      transform: translateY(-5px);
      opacity: 0.95;
    }
    .blog-grid-item__image {
      flex: 0.7;
      /* height: 100%; */
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    .blog-grid-item__content {
      flex: 1;
      background-color: var(--combine-library-white);
      padding: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      .blog-item__title {
        color: var(--walsh-black);
        margin-top: 0;
        margin-bottom: 0.875rem;
        font-size: 1.625rem;
        font-weight: 700;
        line-height: 1.3;
      }
      .blog-item__subtitle {
        color: var(--combine-library-grey-800);
        margin-bottom: 0;
        font-weight: 400;
        line-height: 1.5;

        color: rgba(0, 0, 0, 0.6);
        font-family: Merriweather, serif;
        font-size: 1rem;
      }
    }
  }
}

.blog-post {
  margin-top: 120px;

  color: rgba(0, 0, 0, 0.6);
  font-family: Merriweather, serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;

  img {
    border-radius: 12px;
    max-width: 100%;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 400;
    display: inline;
    font-size: 1.3rem;
  }

  .blog-post__back-link {
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    font-weight: 500;
    color: #000;

    transition: var(--transition);

    &:hover {
      color: var(--publi);
    }
  }

  .blog-post__subtitle {
    font-weight: 700;
    color: #000;
    font-size: 2rem;
    font-family: 'Inter';
  }

  a {
    color: var(--publi);
    text-decoration: underline;
    transition: var(--transition);
    &:hover {
      opacity: 0.9;
    }
  }

  .blog-post__feature {
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 12px;
    background-color: var(--combine-library-grey-050);
    color: rgba(0, 0, 0, 0.6);
  }

  .center-content {
    padding: 3rem;
    background-color: #fff;
    border-radius: 15px;
  }
}

/* ABOUT */
.about-section {
  padding: 3rem;
  background-color: #fff;
  margin-top: 120px;
  border-radius: 15px;

  @media screen and (max-width: 1024px) {
    padding: 2rem;
    margin-top: 60px;
  }
  .about-section__image {
    width: 470px;
    max-width: 100%;
  }
  .about-section__text {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 0 0 50%;
  }
  .about-section__description {
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0;
    font-family: Merriweather, serif;
    font-size: 1.45em;
    line-height: 1.5;
  }
  &.center-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6rem;

    @media screen and (max-width: 1024px) {
      flex-direction: column;
    }
  }
}

/* RESULTS */

.results-section {
  margin-top: 120px;

  .results-section__content-heading {
    color: var(--walsh-black);
    text-align: left;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }

  .resust-section__image {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-left: 7rem;
    padding-top: 5rem;
    flex: 1;

    @media screen and (max-width: 1024px) {
      padding-left: 2rem;
      padding-top: 2rem;
    }
    img {
      max-width: 100%;
    }
  }

  .results-section__content {
    flex: 1;
    padding: 4rem 4rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;

    @media screen and (max-width: 1024px) {
      padding: 0;
    }
  }

  .results-section__content-title {
    color: var(--walsh-black);
    text-align: left;
    letter-spacing: -0.02px;
    column-count: auto;
    font-size: 4em;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
  }

  .results-section__content-text {
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0;
    font-family: Merriweather, serif;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .center-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5rem;

    background-color: #fff;
    border-radius: 15px;

    @media screen and (max-width: 1024px) {
      flex-direction: column;
      gap: 2rem;
      padding: 2rem;
    }
  }
}

/* MAIN CONTENT */
.main-content-section {
  padding: 0 6rem;
  background-color: var(--combine-library-white);
  margin-top: 120px;
  border-radius: 15px;
  display: flex;
  gap: 6rem;

  @media screen and (max-width: 1024px) {
    padding: 2rem;
    flex-direction: column;
    gap: 2rem;
  }
  .main-content__left,
  .main-content__right {
    flex: 1;
    img,
    video,
    iframe {
      max-width: 100%;
    }
    &.content-image {
      @media screen and (max-width: 1024px) {
        display: none;
      }
    }
  }

  .main-content__left {
    padding: 4rem 0;
    @media screen and (max-width: 1024px) {
      padding: 0;
    }
  }
  .main-content__heading {
    margin-bottom: 2rem;

    @media screen and (max-width: 1024px) {
      /* margin-bottom: 1rem; */
    }
  }

  .main-content__subtitle {
    color: var(--walsh-black);
    text-align: left;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }

  .main-content__text {
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0;
    margin-top: 1rem;
    font-family: Merriweather, serif;
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .main-content__list {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    li {
      display: flex;
      align-items: center;
      gap: 1.5rem;

      color: var(--walsh-black);
      margin-top: 0;
      margin-bottom: 0;
      font-size: 1.8em;
      font-weight: 700;
      line-height: 1.2;

      @media screen and (max-width: 1024px) {
        font-size: 1.3rem;
        font-weight: 500;
      }

      &::before {
        background-color: var(--walsh-light-goldenrod-yellow);
        border-radius: 100%;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        display: flex;
        content: '';
        aspect-ratio: 1 / 1;

        @media screen and (max-width: 1024px) {
          /* display: none; */
          width: 1rem;
          height: 1rem;
        }
      }
    }
  }

  .image-container {
    background-color: var(--walsh-azure);
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 44em;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px 35px;
    display: flex;

    @media screen and (max-width: 1024px) {
      display: none;
    }
  }
  .main-content__right {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    iframe {
      margin: 2rem 0;
      aspect-ratio: 16 / 9;
      /* width: auto; */
      height: auto;
      border-radius: 1rem;
    }
  }
}

/* BENEFITS */
.benefits-section {
  padding: 7.5rem 1rem 0 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;

  @media screen and (min-width: 1200px) {
    padding: 7.5rem 0 0;
  }
  .benefits__label {
    color: var(--walsh-walsh-light-green);
    text-align: left;
    text-transform: uppercase;
    background-color: rgba(81, 170, 118, 0.1);
    border-radius: 200px;
    align-items: center;
    padding: 7px 20px;
    font-size: 12px;
    display: flex;
    overflow: hidden;
  }

  .benefits__title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.8em;
    font-weight: 700;
    line-height: 1;

    @media screen and (max-width: 1024px) {
      font-size: 3.5em;
    }
  }

  .benefits__content {
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0;
    font-family: Merriweather, serif;
    font-size: 1.45em;
    line-height: 1.5;
  }

  .benefits__items {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;

    @media screen and (max-width: 1024px) {
      flex-direction: column;
    }
    .benefits__item {
      display: flex;
      align-items: center;
      gap: 0.7rem;
      color: rgba(255, 255, 255, 0.8);

      .benefits__item-icon {
        font-size: 1.5rem;
        color: var(--walsh-walsh-light-green);
      }
    }
  }
}

/* CASES */
.cases-section {
  margin-top: 120px;

  @media screen and (max-width: 1024px) {
    margin-top: 60px;
  }
  .cases__label {
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;

    background-color: rgba(172, 255, 207, 0.45);
    border-radius: 200px;
    align-items: center;
    padding: 7px 20px;
    display: flex;
    overflow: hidden;
  }
  .cases__heading {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Inter';
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;

    @media screen and (max-width: 1024px) {
      font-size: 2rem;
    }
    @media screen and (max-width: 400px) {
      font-size: 1.3rem;
      line-height: 1.2;
    }

    h2 {
      /* font-size: 4.8em; */
      display: block;
      font-weight: 700;
    }
  }
  .cases__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    width: 100%;
    justify-items: center;

    @media screen and (max-width: 1024px) {
      grid-template-columns: repeat(2, 1fr);
    }
    @media screen and (max-width: 400px) {
      grid-template-columns: repeat(1, 1fr);
    }

    img {
      object-fit: contain;
      max-width: 11em;
      min-height: 3.5em;
      max-height: 3.5em;
    }
  }
  .center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
    text-align: center;
  }
}

.faq {
  width: 100%;
  max-width: 800px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;

  @media screen and (max-width: 1024px) {
    margin: 0;
  }
}

.faq-item {
  /* border-bottom: 1px solid #ddd; */
  padding-bottom: 0.5rem;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 1rem 0;
  position: relative;
  color: #222;
  transition: color 0.2s ease;
  display: flex;
  align-items: flex-start;

  color: var(--combine-library-grey-800);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;

  padding-right: 2rem;
  /* border: solid; */
}

.faq-question::after {
  content: '\f078'; /* FontAwesome caret-down */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  transition: transform 0.2s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;

  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

/* METHODOLOGY */
.methodology-section {
  padding: 3rem;
  background-color: #fff;
  margin-top: 120px;
  border-radius: 15px;

  @media screen and (max-width: 1024px) {
    padding: 2rem 1rem;
  }

  &.center-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6rem;

    @media screen and (max-width: 1024px) {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  }

  .methodology__video,
  .methodology__art {
    flex: 0 0 50%;
    @media screen and (max-width: 1024px) {
      flex: 0 0 100%;
    }
  }
  .methodology__art {
    padding: 3rem 2rem;
    border-radius: 12px;
    background-color: var(--walsh-azure);
    display: flex;
    flex: content;
    align-items: center;
    justify-items: center;
    aspect-ratio: 16 / 9;

    @media screen and (max-width: 1024px) {
      flex-direction: column;
      aspect-ratio: unset;
    }
    img {
      object-fit: contain;
      width: 100%;
      max-width: 35em;
      max-height: 35em;
    }
  }
  .methodology__video {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  iframe {
    max-width: 100%;
    height: 400px;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
  }
}

.quote-section {
  padding: 120px 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
  max-width: 1400px;
  align-self: center;
  margin: 0 auto;

  .quote__icon {
    opacity: 0.26;
    height: 56px;
  }

  .quote__text {
    color: white;
    text-align: left;
    letter-spacing: -0.02px;
    column-count: auto;
    font-family: 'Inter';
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.2rem;
    text-align: center;

    @media screen and (max-width: 1024px) {
      font-size: 2.5rem;
      line-height: 1.2;
    }
  }
}

/* BUSINESS */
.business-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;

  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;

  @media screen and (max-width: 1024px) {
    flex-direction: column;
  }

  .business__content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 3rem;
    @media screen and (max-width: 1024px) {
      padding: 2rem 1rem;
    }
  }
  > div {
    flex: 0 0 50%;
    height: 100%;

    @media screen and (max-width: 1024px) {
      flex: 1;
      padding: 2rem 1rem;
    }

    &.business__image {
      height: 100%;
      width: 100%;
      @media screen and (max-width: 1024px) {
        display: none;
      }
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
    }
  }
}

/* APPS */
.apps-section {
  margin-top: 120px;

  @media screen and (max-width: 1024px) {
    margin-top: 2rem;
  }

  .apps-section__header {
    align-items: center;
    display: flex;

    @media screen and (max-width: 1024px) {
      flex-direction: column;
    }

    .apps-section__text {
      text-align: center;
      color: #fff;
      flex: 1;
      display: flex;
      gap: 1rem;
      flex-direction: column;
      padding-left: 2rem;
      padding-right: 2rem;
      .apps-section__icon {
        img {
          height: 56px;
          opacity: 0.26;
          height: 56px;
        }
      }
      .apps-section__title {
        font-size: 3.2em;
        font-weight: 700;
        line-height: 1.1;
        @media screen and (max-width: 1024px) {
          font-size: 2.5rem;
        }
      }

      .apps-section__subtitle {
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 0;
        font-family: Merriweather, serif;
        font-size: 1.45em;
        line-height: 1.5;
      }
    }
    .apps-section__image {
      flex: 1;
      img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
  .apps-section__apps {
    display: flex;
    gap: 2rem;

    @media screen and (max-width: 1024px) {
      flex-direction: column;
    }

    .apps-section__apps__item {
      flex: 1;
      padding: 2rem;
      border-radius: 15px;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      gap: 2rem;
      img {
        width: 100%;
        height: 40em;
        border-radius: 15px;
        object-fit: cover;

        @media screen and (max-width: 768px) {
          height: 20em;
        }
      }
      .apps-section__apps__item__label {
        color: rgba(0, 0, 0, 0.6);
        letter-spacing: 0;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
      }
      .apps-section__apps__item__title {
        font-weight: 700;
        font-size: 3.2em;
        line-height: 1.1;
        @media screen and (max-width: 1024px) {
          font-size: 2.5rem;
        }
      }
      .apps-section__apps__item__description {
        color: rgba(0, 0, 0, 0.6);
        letter-spacing: 0;
        font-family: Merriweather, serif;
        font-size: 1.45em;
        line-height: 1.5;
      }
    }
  }
}

/* CONTACT */
.contact-channels-section {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  .contact-channels__label {
    color: var(--combine-library-white);
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: auto;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    /* font-family: 'Merriweather'; */
  }
  p {
    color: var(--combine-library-white);
    text-align: center;
    letter-spacing: 0;
    font-family: Merriweather, serif;
    font-size: 1.45em;
    line-height: 1.5;
    @media screen and (max-width: 1024px) {
      font-size: 1.1em;
    }
    a {
      color: var(--combine-library-white);
      text-decoration: none;
      &:hover {
        text-decoration: underline;
      }
    }
  }
}

/* FOOTER */
.footer {
  padding: 1rem;
  background-color: var(--walsh-walsh-mid-green);
  .center-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;

    @media screen and (max-width: 1024px) {
      flex-direction: column;
    }
  }
  .footer__text {
    color: var(--combine-library-white);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .footer__button {
    background-color: var(--publi);
    border-radius: 0.5rem;
    padding: 0.5rem 1.25rem;
    font-family: Open Sans, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    transition: background-color 0.25s;
    text-decoration: none;
    color: var(--combine-library-white);
    &:hover {
      background-color: var(--walsh-walsh-dark-green);
    }
  }
}

/* COPY */
.copyright {
  text-align: center;
  color: var(--combine-library-grey-600);
  font-size: 12px;
  display: flex;
  justify-content: center;
  background-color: var(--combine-library-white);
  height: 60px;
  align-items: center;
}

.lone-title {
  color: #fff;
  letter-spacing: -0.02em;
  font-size: 6.65em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 120px 2rem;

  @media screen and (max-width: 1024px) {
    padding: 2rem 1rem;
    font-size: 2.5rem;
  }
}

.section-heading {
  color: var(--walsh-black);
  text-align: left;
  margin-bottom: 0;
  font-family: 'Inter';
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

/* VIDEO SECTION */
.main-video-section {
  padding: 90px;
  border-radius: 15px;
  background-color: #fff;

  margin: 0 auto;

  @media screen and (max-width: 1024px) {
    padding: 1rem;
    width: 100%;
  }

  @media screen and (max-width: 768px) {
    /* margin: 0; */
  }

  iframe {
    aspect-ratio: 16 / 9;
    max-width: 100%;

    @media screen and (max-width: 1024px) {
      max-width: 100%;
      height: 400px;
      aspect-ratio: 16 / 9;
      border-radius: 12px;
    }
  }
}

.section-title {
  color: var(--walsh-black);
  text-align: left;
  letter-spacing: -0.02px;
  column-count: auto;
  font-family: 'Inter';
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.2rem;

  @media screen and (max-width: 1024px) {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.section-content {
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  font-style: normal;
  line-height: 1.5;
}

/* VIDEO MODAL */
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-modal.active {
  display: flex;
}

.video-modal .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.modal-content {
  position: relative;
  z-index: 2;
  max-width: 90%;
  width: 800px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.close-btn {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  z-index: 3;
  transition: transform 0.2s ease;
}

.close-btn:hover {
  transform: scale(1.1);
}

.play-btn {
  cursor: pointer;
  display: inline-block;

  @media screen and (max-width: 1024px) {
    margin: 0 auto;
  }
}

.play-btn img {
  width: 80px;
  transition: transform 0.2s ease;
}

.play-btn:hover img {
  transform: scale(1.1);
}

/* Keyframes para loop perfeito:
   como temos duas cópias do trilho, mover -50% fecha o ciclo sem “tranco” */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

/* Helpers */
.btn {
  background-color: var(--publi);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  /* align-self: stretch; */
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-flex;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  &:hover {
    background-color: var(--walsh-walsh-dark-green);
  }
}

.text-lightgreen {
  color: #b0ebb9;
}
.text-burst {
  color: #b0ebb9;
  background-image: url(./img/burst.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: 0.2em;
  padding-right: 0.1em;
  display: inline-block;
}

.walsh-text-marker {
  color: #fff;
  background-image: url(./img/span-marker.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0.05em 0.1em;
  display: inline-block;
}

/* WhatsApp Float Button */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 999;
  animation: pulse 2s infinite;
  text-decoration: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
