.hero-banner__splide .splide__arrow {
  opacity: 1 !important;
  background: #F5821F !important;
  width: 3em !important;
  height: 3em !important;
  border-radius: 8px !important;
}

.hero-banner__splide .splide__arrow--prev {
  left: -1em !important;
}

.hero-banner__splide .splide__arrow--next {
  right: -1em !important;
}

.hero-banner__splide .splide__arrow svg {
  fill: #fff !important;
}

.hero-banner__splide .splide__slide {
  overflow: hidden;
  border-radius: 38px;
}

.hero-banner__splide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-splide-shadow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.62) 11%, rgba(0, 0, 0, 0.77) 26%);
}

.hero-banner-splide-info {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-banner-splide-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 60%;
  margin-left: 40px;
}

.hero-banner-splide-info__title {
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  line-height: .88;
  text-shadow: #0000008c 0px 4px 10px;
}

.hero-banner-splide-info__subtitle {
  font-size: .9rem;
  text-shadow: #0000008c 0px 4px 10px;
  color: #fff;
  font-weight: 400;
}

.hero-banner-splide-info__link {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  font-size: 1.28rem;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
}

.links {
  margin: 32px auto;
  padding: 20px 10px;
  border: var(--color-orange-900) 2px solid;
  border-left: none;
  border-right: none;
}

.link-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.link-card__image {
  border-radius: 50px;
  clip-path: circle();
  margin: 0 auto;
  width: 100;
  height: 100;
  object-fit: cover;
}

.link-card__text {
  text-align: center;
}

.product-section {
  border-bottom: var(--color-orange-900) 2px solid;
  padding-bottom: 20px;
}

.product-section__title {
  text-align: center;
  color: var(--color-orange-900);
  font-size: 36px;
  font-weight: 600;
  margin: 48px 0 20px 0;
}

.benefits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 64px auto;
}

.benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.benefits__icon {
  width: auto;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 16px;
  filter: invert(77%) sepia(57%) saturate(5937%) hue-rotate(349deg) brightness(103%) contrast(92%);
}

.benefits__text {
  font-size: 18px;
  font-weight: 600;
  color: #e6781e;
  /* Laranja */
  line-height: 1.3;
}

.benefits__divider {
  width: 1px;
  height: 90px;
  background-color: #e6781e;
  opacity: 0.7;
}


.about {
  padding: 32px 10px;
}

.about__title {
  color: var(--color-orange-900);
  font-size: 36px;
  font-weight: 600;
  margin: 48px 0 20px 0;
}

.about__content {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

/* Carrossel */
.about__carousel {
  flex: 1 1 45%;
}

.about__carousel-track {
  border-radius: 16px;
  overflow: hidden;
}

.about__carousel-slide img.about__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dots */
.about__carousel-dots .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  transition: background 0.3s;
}

.about__text {
  flex: 1 1 45%;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: var(--color-orange-900);
}

.about__text>*:not(:first-child) {
  margin-top: 1rem;
}



/* ------- BASE SECTION ------- */
.solutions {
  padding: 32px 0;
}

.solutions__title {
  color: var(--color-orange-900);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
  margin: 48px 0 20px 0;
}

.solutions__content {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
}

.solutions__info-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 26px;
}

.solutions__icon {
  flex-shrink: 0;
}

.solutions__icon img {
  width: 65px;
}

.solutions__info-description {
  flex: 1;
}

.solutions__info-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 1px solid;
  padding-bottom: 6px;
  margin: 20px 0 10px;
}

.solutions__info-text {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #555;
}

.solutions__button {
  display: inline-block;
  background: #39a052;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.solutions__button:hover {
  background: #2e8643;
}

/* ------- CAROUSEL (SPLIDE) ------- */

.solutions__carousel {
  position: relative;
}

.solutions__slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

/* Tabs superiores */
.solutions__tabs {
  display: flex;
  gap: 25px;
  position: absolute;
  top: -55px;
  left: 20px;
  padding: 10px;
  border-radius: 50px;
  background-color: #fff;
}

.solutions__tab {
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 13.5px;
  color: #e87e29;
  cursor: pointer;
}

.solutions__tab--active {
  background: #202020;
  font-weight: 600;
  color: #fff !important;
  padding: 4px 20px;
  border-radius: 30px;
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .solutions__content {
    grid-template-columns: 1fr;
  }

  .solutions__tabs {
    position: static;
    margin-bottom: 15px;
  }
}


.reviews {
  padding: 64px 10px;
}

.review-card {
  background: #fff;
  padding: 32px 24px;
  border-radius: 24px;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}

.review-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.review-card__user {
  display: flex;
  gap: 8px;
  align-items: center;
}

.review-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.review-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card__user-info {
  display: flex;
  flex-direction: column;
}

.review-card__name {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.25;
}

.review-card__platform-logo img {
  height: 24px;
  width: auto;
}

.review-card__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
}

.review-card__stars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.review-card__star-icon {
  color: #facc15;
  height: 20px;
  width: auto;
}

.reviews__splide .splide__arrow {
  opacity: 1 !important;
  background: none !important;
  border-radius: 8px !important;
}

.reviews__splide .splide__arrow svg {
  fill: var(--color-orange-900) !important;
  width: 32px;
  height: 32px;
}

.reviews__splide .splide__pagination {
  bottom: -2em !important;
}

.reviews__splide .splide__pagination__page.is-active {
  background-color: #000 !important;
}

@media (max-width: 1200px) {

  .hero-banner-splide-info-wrap {
    width: 80%;
  }

  .solutions__slide img {
    height: 340px;
  }

  .benefits {
    gap: 20px;
  }
}


@media (max-width: 900px) {

  /* HERO */
  .hero-banner__splide-img {
    height: 80vh;
  }

  .hero-banner-splide-info__title {
    font-size: 2.2rem;
  }

  /* LINKS */
  .link-card__text {
    font-size: 14px;
  }

  /* BENEFITS */
  .benefits {
    gap: 16px;
  }

  .benefits__text {
    font-size: 16px;
  }

  /* ABOUT */
  .about__text {
    font-size: 18px;
  }

  /* SOLUTIONS */
  .solutions__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .solutions__tabs {
    position: static;
    margin-bottom: 16px;
  }

  /* REVIEWS */
  .review-card {
    width: 90%;
  }
}


@media (max-width: 576px) {

  /* HERO */
  .hero-banner__splide .splide__arrow {
    display: none !important;
  }

  .hero-banner-splide-shadow,
  .hero-banner-splide-info {
    left: 0;
    width: 100%;
  }

  .hero-banner-splide-info-wrap {
    width: 90%;
    margin-left: 20px;
  }

  .hero-banner-splide-info__title {
    font-size: 1.8rem;
  }

  .hero-banner-splide-info__link {
    font-size: 1rem;
    padding: 10px;
  }

  /* LINKS */
  .links {
    margin: 16px auto;
  }

  .link-card__image {
    width: 70px;
    height: 70px;
  }

  /* BENEFITS */
  .benefits {
    flex-direction: column;
    gap: 32px;
  }

  .benefits__divider {
    display: none;
  }

  /* ABOUT */
  .about__content {
    flex-direction: column;
    gap: 24px;
  }

  .about__text {
    font-size: 16px;
  }

  /* SOLUTIONS */
  .solutions__info-box {
    flex-direction: column;
    text-align: center;
    padding: 24px;
  }

  .solutions__icon img {
    width: 50px;
  }

  .solutions__tabs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .solutions__slide img {
    height: 260px;
  }

  /* REVIEWS */
  .review-card {
    width: 100%;
    padding: 24px 16px;
  }
}