.hero {
  text-align: center;
  padding: 80px 20px;
}

.hero__content {
  gap: 12px;
  display: flex;
  align-items: center;
  line-height: 57.6px;
  flex-direction: column;
  text-transform: uppercase;

}

.hero__title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

.hero__highlight {
  color: var(--color-primary);
}

.hero__subtitle {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 40px;
  color: var(--color-white);
}



.tools__container {
  gap: 50px;
  display: flex;
  max-width: 1350px;
  position: relative;
  flex-direction: row;
  align-items: center;
  margin: 0px 0px 98px 0px;
  justify-content: space-between;

}

.tools__smal--text {
  padding: 12px;
  font-size: 14px;
  border-radius: 12px;
  color: var(--color-white);
  background-color: var(--color-neutral);
}

.tools__intro {
  max-width: 480px;
}


.tools__intro span {
  color: var(--color-primary);
}

.tools__intro h1 {
  margin: 40px 0;
  font-size: 48px;
}

.tools__intro P {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(242, 242, 242, 0.5);
}

.tools__cards {
  margin-top: 30px;
  overflow-x: hidden;
  margin-right: calc(-50vw + 50%);
}

.carousel__wrapper {
  position: relative;
  overflow: visible;
}

.carousel__scroll-area {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  padding: 6% 0 0 0;
  /* margin-top: 0px; */
  scrollbar-width: none;
}

.carousel {
  gap: 20px;
  display: flex;
  position: relative;
  padding-bottom: 20px;
}

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

.carousel__card {
  gap: 8px;
  height: 492px;
  display: flex;
  flex-shrink: 0;
  flex: 0 0 250px;
  min-width: 300px;
  overflow: visible;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  padding: 41px 18px 0px 18px;
  border-radius: var(--radius);
  border: 0.805px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(180deg, #2D2D2D 0%, #1F1F1F 100%);
}

.carousel__divisao {
  width: 50%;
  margin-top: 24px;
  padding: 0.5px 0px;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.00) 0%, #FFF 50%, rgba(17, 17, 17, 0.00) 100%);
}

/* IMAGEM saindo parcialmente do topo */
.carousel__image {
  left: 50%;
  z-index: 1;
  top: -50px;
  height: auto;
  width: 290px;
  position: absolute;
  transform: translateX(-50%);
}

.carousel__card h3 {
  margin: 10px 0;
  color: white;
  font-size: 32px;
  text-transform: uppercase;
}

.carousel__card p {
  opacity: 0.7;
  color: white;
  font-size: 14px;
}

.carousel__controls {
  gap: 10px;
  display: flex;
  margin-top: 20px;
  margin-right: 15%;
  justify-content: end;

}

.carousel__control-prev,
.carousel__control-next {
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 20px;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.carousel__control-prev:hover,
.carousel__control-next:hover {
  color: var(--color-primary);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.carousel__control-prev:active,
.carousel__control-next:active {
  color: var(--color-primary-dark);
}




/* MOBILE FIRST (até 767px) */
@media (max-width: 767px) {
  .carousel__controls {
    display: none;
  }

  .tools__intro {
    text-align: center;
  }

  body {

    background-image: url('../img/BT_LINK.png');
    background-size: contain;
  }


  .support__glass {
    width: inherit;
    padding: 4rem 0rem 0rem 0rem;
  }

  .header__nav-header {
    display: flex;
    width: 76%;
    padding-left: 66px;
    margin-top: 48px;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-direction: row;
  }

  .header__nav.nav--desktop {
    display: none;
  }

  .hamburger {
    display: block;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.20);
  }

  .header__nav.nav--mobile {
    display: flex;
  }

  .header__container {
    flex-direction: row;
    padding: 20px 20px 20px 50px;
    width: auto;
    align-items: center;
  }

  .header__container> :first-child {
    margin: 0 auto;
  }

  .header__container> :last-child {
    margin-left: auto;
  }

  
  .header__nav {
    flex-direction: column;
    gap: 10px;
  }
  
  .header__nav a {
    padding: 10px 0;
    font-size: 14px;
  }
  
  .footer__top {
    flex-direction: column;
    padding: 20px;
    width: auto;
    gap: 20px;
    align-items: center;
  }
  .hero__title {
    font-size: 30px;
    line-height: 1.3;
  }

  .hero__subtitle {
    font-size: 18px;
    line-height: 1.3;
  }

  .support__text {
    padding: 0px 32px;
  }

  .support__grid {
    flex-direction: column;
    align-items: center;
    gap: inherit;
  }

  .support__item {
    width: 100%;
    height: auto;
    padding: 24px 0px;
  }


  .support__item--ballon {
    width: 80%;
    height: auto;
    padding: 24px 48px;
  }

  .f-md {
    font-size: 18px !important;
    font-weight: 700 !important;
  }

  .support__item-horizontal img {
    width: 120px;
    height: 120px;
  }

  .tools__container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    gap: 30px;
  }

  .carousel {
    flex-flow: column;
    width: 95%;
    gap: 72px;
  }

  .carousel__scroll-area {
    padding: 15% 0 0 0;
  }

  .tools__smal--text {
    margin-bottom: 40px;
  }

  .tools__intro h1 {
    font-size: 32px;
    margin: 32px 0;
  }

  .carousel__card {
    height: auto;
    padding-top: 232px;
  }

  .carousel__image {
    width: 270px;
    top: -40px;
  }

  .carousel__card h3 {
    font-size: 24px;
  }

  .faq {

    background-image: url('../img/bg_faq.svg');
    background-size: 37px auto;
    border: 0px solid transparent;
  }

  .faq__content {
    max-width: 332px;
  }

  .faq__list details {
    width: 90%;
    padding: 10px 16px;
  }

  .faq__title {
    font-size: 32px;
    line-height: 2rem;
    margin: 32px 0px;
  }

  .footer__links,
  .footer__social {
    text-align: center;
  }

  .footer__links a {
    display: block;
    margin: 5px 0;
  }

  .footer__social a img {
    margin: 5px;
  }

}

/* TABLET (768px – 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {

  .carousel__controls {
    display: none;
  }

  .tools__intro {
    text-align: center;
  }

  body {

    background-image: url('../img/BT_LINK.png');
    background-size: contain;
  }

  .support__glass {
    width: inherit;
    padding: 4rem 0rem 0rem 0rem;
  }

  .header__nav-header {
    display: flex;
    width: 76%;
    padding-left: 66px;
    margin-top: 48px;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-direction: row;
  }

  .header__nav.nav--desktop {
    display: none;
  }

  .hamburger {
    display: block;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.20);
  }

  .header__nav.nav--mobile {
    display: flex;
  }

  .header__container {
    flex-direction: row;
    padding: 20px 20px 20px 50px;
    width: auto;
    align-items: center;
  }

  .header__container> :first-child {
    margin: 0 auto;
  }

  .header__container> :last-child {
    margin-left: auto;
  }

 

  .header__nav {
    flex-direction: column;
    gap: 10px;
  }

  .header__nav a {
    padding: 10px 0;
    font-size: 14px;
  }

  .hero__title {
    font-size: 30px;
    line-height: 1.3;
  }

  .hero__subtitle {
    font-size: 18px;
    line-height: 1.3;
  }

  .support__text {
    font-size: 32px;
    padding: 0px;
  }

  .mg_text {
    width: 90%;
    margin: 32px;
  }

  .support__grid {
    flex-direction: column;
    align-items: center;
    gap: inherit;
  }

  .support__item {
    width: 100%;
    height: auto;
    padding: 24px 0px;
  }


  .support__item--ballon {
    width: 100%;
    height: auto;
    padding: 24px 48px;

  }

  .support__item-horizontal {
    padding: 0 24px;
  }

  .f-md {
    font-size: 38px !important;
    font-weight: 700 !important;
  }

  .support__item-horizontal img {
    width: 250px;
    height: 250px;
    margin-right: 12px;
  }

  .tools__container {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    gap: 30px;
  }

  .carousel {
    flex-flow: column;
    width: 95%;
    gap: 72px;
  }

  .carousel__scroll-area {
    padding: 15% 0 0 0;
  }

  .tools__smal--text {
    margin-bottom: 40px;
  }

  .tools__intro h1 {
    font-size: 32px;
    margin: 32px 0;
  }

  .carousel__card {
    height: auto;
    padding-top: 232px;
  }

  .carousel__image {
    width: 270px;
    top: -40px;
  }

  .carousel__card h3 {
    font-size: 24px;
  }

  .faq {

    background-image: url('../img/bg_faq.svg');
    background-size: 37px auto;
    border: 0px solid transparent;
  }

  .faq__content {
    max-width: 332px;
  }

  .faq__list details {
    width: 90%;
    padding: 10px 16px;
  }

  .faq__title {
    font-size: 32px;
    line-height: 2rem;
    margin: 32px 0px;
  }

 .footer__top {
    flex-direction: column;
    padding: 20px;
    width: auto;
    gap: 20px;
    align-items: center;
  }
  .footer__links,
  .footer__social {
    text-align: center;
  }

  .footer__links a {
    display: block;
    margin: 5px 0;
  }

  .footer__social a img {
    margin: 5px;
  }
}

/* INTERMEDIÁRIO (1025px – 1199px) */
@media (min-width: 1025px) and (max-width: 1199px) {
  .carousel__controls {
    display: none;
  }

  .faq__content {
    max-width: 332px;
  }

  .tools__intro {
    text-align: center;
  }

  body {

    background-image: url('../img/BT_LINK.png');
    background-size: contain;
  }


  .support__glass {
    width: inherit;
    padding: 4rem 0rem 0rem 0rem;
  }

  .header__nav-header {
    display: flex;
    width: 76%;
    padding-left: 66px;
    margin-top: 48px;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-direction: row;
  }

  .header__nav.nav--desktop {
    display: none;
  }

  .hamburger {
    display: block;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.20);
  }

  .header__nav.nav--mobile {
    display: flex;
  }

  .header__container {
    flex-direction: row;
    padding: 20px 20px 20px 50px;
    width: auto;
    align-items: center;
  }

  .header__container> :first-child {
    margin: 0 auto;
  }

  .header__container> :last-child {
    margin-left: auto;
  }

  .footer__top {
    flex-direction: column;
    padding: 20px;
    width: auto;
    gap: 20px;
    align-items: center;
  }

  .header__nav {
    flex-direction: column;
    gap: 10px;
  }

  .header__nav a {
    padding: 10px 0;
    font-size: 14px;
  }

  .hero__title {
    font-size: 30px;
    line-height: 1.3;
  }

  .hero__subtitle {
    font-size: 18px;
    line-height: 1.3;
  }

  .support__text {
    font-size: 32px;
    padding: 0px;
  }

  .mg_text {
    width: 90%;
    margin: 32px;
  }

  .support__grid {
    flex-direction: column;
    align-items: center;
    gap: inherit;
  }

  .support__item {
    width: 100%;
    height: auto;
    padding: 24px 0px;
  }


  .support__item--ballon {
    width: 100%;
    height: auto;
    padding: 24px 48px;

  }

  .support__item-horizontal {
    padding: 0 24px;
  }

  .f-md {
    font-size: 38px !important;
    font-weight: 700 !important;
  }

  .support__item-horizontal img {
    width: 250px;
    height: 250px;
    margin-right: 12px;
  }

  .tools__container {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    gap: 30px;
  }

  .carousel {
    flex-flow: column;
    width: 95%;
    gap: 72px;
  }

  .carousel__scroll-area {
    padding: 15% 0 0 0;
  }

  .tools__smal--text {
    margin-bottom: 40px;
  }

  .tools__intro h1 {
    font-size: 32px;
    margin: 32px 0;
  }

  .carousel__card {
    height: auto;
    padding-top: 232px;
  }

  .carousel__image {
    width: 270px;
    top: -40px;
  }

  .carousel__card h3 {
    font-size: 24px;
  }

  .faq {

    background-image: url('../img/bg_faq.svg');
    background-size: 37px auto;
    border: 0px solid transparent;
  }


  .faq__list details {
    width: auto;
    padding: 10px 16px;
  }

  .faq__title {
    font-size: 32px;
    line-height: 2rem;
    margin: 32px 0px;
  }

  .footer__links,
  .footer__social {
    text-align: center;
  }

  .footer__links a {
    display: block;
    margin: 5px 0;
  }

  .footer__social a img {
    margin: 5px;
  }
}