.service-page {
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at top center, rgba(255, 54, 0, 0.06), transparent 30%),
    #0a0a0a;
}

/* Carrossel */

.service-banner-section {
  width: 100%;
  background: #080808;
}

.service-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #101010;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
}

.service-slider:focus-visible {
  outline: 2px solid #ff6800;
  outline-offset: -2px;
}

.service-slider__track {
  width: 100%;
  display: flex;
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.service-banner {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 430px;
  overflow: hidden;
}

.service-banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(1.04) brightness(0.72);
  transform: scale(1.01);
  transition: transform 6s ease;
}

.service-banner.is-active .service-banner__image {
  transform: scale(1.055);
}

.service-banner__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 4, 4, 0.96) 0%,
      rgba(4, 4, 4, 0.84) 32%,
      rgba(4, 4, 4, 0.4) 67%,
      rgba(4, 4, 4, 0.16) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.3));
}

.service-banner__content-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 70px;
}

.service-banner__content {
  width: 100%;
  max-width: 660px;
  min-height: 430px;
  padding: 50px 0 68px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.service-banner__tag {
  margin-bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 116, 2, 0.3);
  border-radius: 999px;
  display: inline-flex;
  color: #ff7402;
  background: rgba(255, 116, 2, 0.1);
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-banner h1,
.service-banner h2 {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.8125rem, 3.1vw, 2.75rem);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -0.035em;
}

.service-banner p {
  max-width: 575px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
  line-height: 1.7;
}

.service-banner__button,
.service-license__button {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #ffffff;
  background: linear-gradient(180deg, #ff7402, #ff3600);
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.service-banner__button {
  min-height: 46px;
  margin-top: 23px;
  padding: 0 19px;
  box-shadow: 0 12px 24px rgba(255, 54, 0, 0.22);
  font-size: 0.75rem;
}

.service-banner__button:hover,
.service-license__button:hover {
  color: #ffffff;
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.service-banner__button:hover {
  box-shadow: 0 15px 27px rgba(255, 54, 0, 0.28);
}

.service-banner__button .material-symbols-rounded {
  font-size: 18px;
}

.service-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 43px;
  height: 43px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #ffffff;
  background: rgba(8, 8, 8, 0.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transform: translateY(-50%);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.service-slider__arrow:hover {
  border-color: rgba(255, 116, 2, 0.35);
  background: rgba(255, 54, 0, 0.72);
}

.service-slider__arrow:focus-visible,
.service-slider__dot:focus-visible,
.service-search__button:focus-visible,
.service-banner__button:focus-visible,
.service-license__button:focus-visible,
.service-advertising__card:focus-visible {
  outline: 2px solid #ff6800;
  outline-offset: 4px;
}

.service-slider__arrow--previous {
  left: 22px;
}

.service-slider__arrow--next {
  right: 22px;
}

.service-slider__arrow .material-symbols-rounded {
  font-size: 28px;
}

.service-slider__dots {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.service-slider__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.42);
  transition: width 0.25s ease, background 0.25s ease;
}

.service-slider__dot.is-active {
  width: 25px;
  background: #ff6500;
}

/* Filtros */

.service-search-section {
  position: relative;
  padding: 36px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: radial-gradient(circle at center, #181818 0%, #0c0c0c 65%, #070707 100%);
}

.service-search-section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.service-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr) 160px;
  align-items: center;
  gap: 12px;
}

.service-search__field {
  position: relative;
  min-width: 0;
}

.service-search__field > .material-symbols-rounded {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 2;
  color: #ff6500;
  font-size: 20px;
  pointer-events: none;
  transform: translateY(-50%);
}

.service-search__control {
  width: 100%;
  height: 52px;
  padding: 0 42px 0 46px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  outline: 0;
  cursor: pointer;
  appearance: none;
  color: #202020;
  background-color: rgba(255, 255, 255, 0.97);
  background-image:
    linear-gradient(45deg, transparent 50%, #555555 50%),
    linear-gradient(135deg, #555555 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 22px,
    calc(100% - 15px) 22px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  font-size: 0.8125rem;
  font-weight: 600;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-search__control:focus {
  border-color: rgba(255, 116, 2, 0.75);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.18),
    0 0 0 4px rgba(255, 116, 2, 0.1);
}

.service-search__button {
  height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(180deg, #ff7402, #ff3600);
  box-shadow: 0 12px 25px rgba(255, 54, 0, 0.2);
  font-size: 0.8125rem;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.service-search__button:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(255, 54, 0, 0.27);
}

.service-search__button .material-symbols-rounded {
  font-size: 20px;
}

/* Licenciamento */

.service-license {
  padding: 72px 0;
  background:
    radial-gradient(circle at 85% 50%, rgba(255, 54, 0, 0.07), transparent 30%),
    #0a0a0a;
}

.service-license__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 58px;
}

.service-license__image {
  position: relative;
  height: 390px;
}

.service-license__image > img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.02) brightness(0.84);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.3);
}

.service-license__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 35%, rgba(0, 0, 0, 0.52));
}

.service-license__image-badge {
  position: absolute;
  right: 17px;
  bottom: 17px;
  left: 17px;
  z-index: 2;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(7, 7, 7, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.service-license__image-badge > .material-symbols-rounded {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #ff6800;
  background: rgba(255, 116, 2, 0.1);
}

.service-license__image-badge strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 0.8125rem;
}

.service-license__image-badge small {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.625rem;
}

.service-license__content {
  max-width: 620px;
}

.service-license__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #ff6800;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.service-license__content h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.6875rem, 3vw, 2.4375rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.service-license__content > p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.875rem;
  line-height: 1.8;
}

.service-license__benefits {
  margin-top: 23px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
}

.service-license__benefit {
  display: flex;
  align-items: center;
  gap: 9px;
}

.service-license__benefit .material-symbols-rounded {
  flex: 0 0 auto;
  color: #ff6800;
  font-size: 19px;
}

.service-license__benefit p {
  margin: 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
}

.service-license__button {
  min-height: 48px;
  margin-top: 29px;
  padding: 0 20px;
  box-shadow: 0 13px 27px rgba(255, 54, 0, 0.22);
  font-size: 0.75rem;
}

.service-license__button:hover {
  box-shadow: 0 16px 31px rgba(255, 54, 0, 0.29);
}

.service-license__button .material-symbols-rounded {
  font-size: 19px;
}

/* Depoimentos */

.service-section {
  padding: 48px 0 72px;
}

.service-section--testimonials {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, #0a0a0a, #070707);
}

.service-section__inner,
.service-advertising__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.service-section__heading {
  margin-bottom: 23px;
}

.service-section__heading > span {
  display: block;
  margin-bottom: 8px;
  color: #ff6800;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.service-section__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.3125rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.service-testimonials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-testimonial {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  background: linear-gradient(180deg, #141414, #0b0b0b);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-testimonial:hover {
  border-color: rgba(255, 116, 2, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
}

.service-testimonial__stars {
  margin-bottom: 11px;
  color: #ff7402;
  font-size: 0.9375rem;
  letter-spacing: 2px;
}

.service-testimonial > p {
  min-height: 105px;
  margin: 0 0 17px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.65;
}

.service-testimonial__person {
  display: flex;
  align-items: center;
  gap: 11px;
}

.service-testimonial__avatar {
  width: 41px;
  height: 41px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 54, 0, 0.2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(255, 116, 2, 0.3), rgba(255, 54, 0, 0.45));
  font-size: 0.6875rem;
  font-weight: 800;
}

.service-testimonial__person > div:last-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.service-testimonial__person strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8125rem;
  font-weight: 800;
}

.service-testimonial__person span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.625rem;
  font-weight: 600;
}

/* Publicidade */

.service-advertising {
  padding: 0 0 78px;
  background:
    radial-gradient(circle at center bottom, rgba(255, 54, 0, 0.05), transparent 38%),
    #070707;
}

.service-advertising__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-advertising__card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  display: block;
  color: #ffffff;
  background: #111111;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-advertising__card:hover {
  color: #ffffff;
  border-color: rgba(255, 116, 2, 0.28);
  transform: translateY(-5px);
  box-shadow:
    0 25px 48px rgba(0, 0, 0, 0.32),
    0 0 24px rgba(255, 54, 0, 0.06);
}

.service-advertising__card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.04) brightness(0.74);
  transition: transform 0.5s ease;
}

.service-advertising__card:hover > img {
  transform: scale(1.045);
}

.service-advertising__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(5, 5, 5, 0.1) 0%,
      rgba(5, 5, 5, 0.43) 42%,
      rgba(5, 5, 5, 0.96) 100%
    );
}

.service-advertising__content {
  position: relative;
  z-index: 2;
  min-height: 300px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.service-advertising__content > span:first-child {
  margin-bottom: 11px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 116, 2, 0.25);
  border-radius: 999px;
  color: #ff7402;
  background: rgba(5, 5, 5, 0.55);
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.service-advertising__title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.service-advertising__description {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.75rem;
  line-height: 1.6;
}

.service-advertising__action {
  margin-top: 17px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ff7402;
  font-size: 0.6875rem;
  font-weight: 800;
}

.service-advertising__action .material-symbols-rounded {
  font-size: 17px;
}

@media (max-width: 1024px) {
  .service-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-search__button {
    grid-column: 1 / -1;
  }

  .service-license__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .service-license__content {
    max-width: 780px;
  }

  .service-testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-testimonial > p {
    min-height: auto;
  }

  .service-advertising__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-advertising__card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .service-banner {
    height: 460px;
  }

  .service-banner__content-wrap {
    padding: 0 48px;
  }

  .service-banner__content {
    min-height: 460px;
    padding: 48px 0 75px;
  }

  .service-banner__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(4, 4, 4, 0.96) 0%,
        rgba(4, 4, 4, 0.8) 65%,
        rgba(4, 4, 4, 0.5) 100%
      ),
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42));
  }

  .service-banner h1,
  .service-banner h2 {
    font-size: 1.8125rem;
  }

  .service-banner p {
    font-size: 0.8125rem;
  }

  .service-slider__arrow {
    width: 37px;
    height: 37px;
  }

  .service-slider__arrow--previous {
    left: 8px;
  }

  .service-slider__arrow--next {
    right: 8px;
  }

  .service-search-section {
    padding: 30px 0;
  }

  .service-search {
    grid-template-columns: 1fr;
  }

  .service-search__button {
    grid-column: auto;
  }

  .service-license {
    padding: 58px 0;
  }

  .service-license__image {
    height: 320px;
  }

  .service-license__benefits {
    grid-template-columns: 1fr;
  }

  .service-section {
    padding: 44px 0 58px;
  }

  .service-advertising {
    padding-bottom: 60px;
  }
}

@media (max-width: 640px) {
  .service-search-section__inner,
  .service-license__inner,
  .service-section__inner,
  .service-advertising__inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .service-testimonials,
  .service-advertising__grid {
    grid-template-columns: 1fr;
  }

  .service-advertising__card:last-child {
    grid-column: auto;
  }

  .service-banner {
    height: 490px;
  }

  .service-banner__content-wrap {
    padding: 0 42px;
  }

  .service-banner__content {
    min-height: 490px;
    padding: 44px 0 78px;
  }

  .service-banner h1,
  .service-banner h2 {
    font-size: 1.5625rem;
  }

  .service-banner__button {
    margin-top: 19px;
  }

  .service-license__image {
    height: 270px;
  }

  .service-license__content h2 {
    font-size: 1.75rem;
  }

  .service-advertising__card,
  .service-advertising__content {
    min-height: 285px;
  }
}

@media (max-width: 420px) {
  .service-banner {
    height: 510px;
  }

  .service-banner__content-wrap {
    padding: 0 36px;
  }

  .service-banner__content {
    min-height: 510px;
    padding: 42px 0 82px;
  }

  .service-banner h1,
  .service-banner h2 {
    font-size: 1.4375rem;
  }

  .service-banner p {
    font-size: 0.75rem;
  }

  .service-slider__arrow {
    width: 34px;
    height: 34px;
  }

  .service-license__image {
    height: 235px;
  }

  .service-license__image-badge {
    right: 11px;
    bottom: 11px;
    left: 11px;
  }

  .service-advertising__content {
    padding: 22px;
  }

  .service-advertising__title {
    font-size: 1.125rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-slider__track,
  .service-banner__image,
  .service-search__button,
  .service-banner__button,
  .service-license__button,
  .service-testimonial,
  .service-advertising__card,
  .service-advertising__card > img {
    transition: none;
  }
}
