.section__videos {
  border-top: 4px solid #eb766b;
  background: var(--newton-white, #fff);
  padding-top: 80px;
  padding-bottom: 80px;
  .section__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  h1 {
    color: var(--Darker-Yellow, #e0a025);
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    margin: 0px;
  }

  h2 {
    color: var(--global-color-gray-900, var(--global-color-gray-900, #272727));
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    margin: 0px;
  }
}

.section__videos .section__wrapper .video-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-small-2xs, 12px);
  width: 100%;
}
.section__videos .section__wrapper .video-wrapper {
  width: 100%;
  position: relative;
  aspect-ratio: 586 / 339;
  max-width: 586px;
}
.section__videos .section__wrapper .video-wrapper .video-thumb {
  width: 96%;
  object-fit: cover;
  position: absolute;
  border-radius: 110px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section__videos .section__wrapper .video-wrapper .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 187, 57, 0.7);
  /* amarelo sólido */
  backdrop-filter: blur(1px);
  border-radius: 12px;
  padding: 18px 28px;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.section__videos .section__wrapper .video-wrapper .video-play:hover {
  background: rgb(255, 187, 57);
  /* mesmo tom, menor opacidade */
}
.section__videos .section__wrapper .video-wrapper .video-play svg {
  stroke: #ffae25;
}
.section__videos .section__wrapper .video-wrapper .video-borda {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0px;
  pointer-events: none;
}
.section__videos .section__wrapper .video-wrapper {
  position: relative;
  display: inline-block;
}
.section__videos .section__wrapper .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 187, 57, 0.9);
  border-radius: 12px;
  padding: 18px 28px;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.section__videos .section__wrapper .video-play:hover {
  background: rgba(255, 187, 57, 0.7);
}
.section__videos .section__wrapper .video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.section__videos .section__wrapper .video-modal-content {
  position: relative;
  width: 80%;
  max-width: 960px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  background: transparent;
}
.section__videos .section__wrapper .video-close {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 36px;
  color: white;
  cursor: pointer;
  z-index: 10000;
}
.section__videos .section__wrapper .video-close:hover {
  color: #ffbb39;
}
.section__videos .section__wrapper .video-modal iframe {
  width: 100%;
  height: 540px;
  display: block;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.section__videos .section__wrapper .video-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  border: 5px solid rgba(255, 255, 255, 0.25);
  border-top-color: #ffbb39;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
  z-index: 1000;
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 768px) {
  .video-modal iframe {
    height: 240px;
  }
  .section__videos .section__wrapper {
    padding-bottom: 0;
  }
  .section__videos .section__wrapper .videos-header h1 {
    color: var(--global-color-newton-white, var(--newton-white, #fff));
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */
    text-transform: uppercase;
    margin: 0px;
  }
  .section__videos .section__wrapper .videos-header p {
    color: var(--global-color-newton-white, var(--newton-white, #fff));
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0px;
    /* 25.6px */
  }
  .section__videos .section__wrapper .videos-row {
    flex-direction: column;
    width: 100%;
    gap: 36px;
  }
  .section__videos .section__wrapper .videos-row .video-column {
    width: 100%;
    border-bottom: 1px solid #ffbb39;
    padding-bottom: 36px;
  }
}

.section__turma {
  border-top: 4px solid #ffad51;
  background: var(--newton-white, #fff);
  padding: var(--spacing-large-md, 80px) 0;

  .section__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  h1 {
    color: var(--Darker-Yellow, #e0a025);
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
    text-transform: uppercase;
    margin: 0px;
  }

  h2 {
    color: var(--global-color-gray-900, var(--global-color-gray-900, #272727));
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
  }

  .um-clique-item-2 {
    color: var(--global-color-gray-900, var(--global-color-gray-900, #272727));
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
  }

  .um-clique-list {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 0px;
    padding-inline: 0px;
    padding-top: 34px;
  }
}

.section__diamantes {
  .diamantes-lista__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    align-self: stretch;

    h1 {
      color: var(--Darker-Yellow, #e0a025);
      font-family: Montserrat;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%; /* 38.4px */
      text-transform: uppercase;
      margin: 0px;
    }
  }

  .diamantes-img {
    position: absolute;
    left: -65px;
    width: 100%;
    z-index: -2;
    overflow: visible;
  }

  .section__wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .cta-container {
    justify-content: flex-end;

    .cta-content__right {
      max-width: 800px;
    }
  }
  .diamantes-list__item {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    h3 {
      color: var(
        --global-color-gray-900,
        var(--global-color-gray-900, #272727)
      );
      font-family: Montserrat;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%; /* 21.6px */
      letter-spacing: -0.36px;
      margin: 0px;
    }
  }

  .btn-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;

    h3 {
      color: var(--Darker-Yellow, #e0a025);
      font-family: Montserrat;
      font-size: 28px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%; /* 28px */
      text-transform: uppercase;
      margin: 0px;
    }
  }
}

.turma-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

@media (max-width: 768px) {
  .section__turma {
    border-top: 0px;
    padding-top: 0px;

    h1 {
      text-align: start;
    }

    h2 {
      text-align: start;
    }

    .um-clique-item-2 {
      text-align: start;
    }
  }

  .section__diamantes {
    .diamantes-img {
      display: none;
    }
    .diamantes-lista__container {
      h1 {
        color: var(--Darker-Yellow, #e0a025);
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 28.8px */
        text-transform: uppercase;
      }
    }

    .btn-container {
      h3 {
        color: var(--Darker-Yellow, #e0a025);
        font-family: Montserrat;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 26.4px */
        text-transform: uppercase;
      }
    }
  }

  .section__videos {
    h2 {
      text-align: start;
      font-size: 16px;
    }

    h1 {
      text-align: start;
      font-size: 24px;
    }
  }
}
