/* Desktop Styles (min-width: 1366px) */
@media (min-width: 1366px) {
  .desktop {
    display: block;
    position: relative;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
  }

  .site-header {
    width: 1366px;
    margin: 42px auto;
    padding: 0px 99px;
  }

  .logo-13 {
    width: 126px;
    height: 73px;
  }

  .hero-section {
    width: 1168px;
    height: 540px;
    margin: -130px auto;
    position: relative;
  }

  .hero-image {
    position: absolute;
    width: 533px;
    height: 568px;
    top: -27px;
    right: 0;
    background: url(../images/image.svg) no-repeat center;
    background-size: cover;
  }

  .hero-content {
    position: absolute;
    width: 558px;
    top: 250px;
    left: 0;
  }

  .hero-content h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 50px;
  }

  .cta-button {
    width: 378px;
    margin-bottom: 8px;
  }

  .whatsapp-icon {
    width: 38px;
    height: 39px;
    background-image: url(../images/whatsapp.svg);
  }

  .cta-text {
    font-size: 21px;
    line-height: 34.902px;
  }

  .hero-subtitle {
    margin-top: 9px;
    font-size: 16px;
    line-height: 26.592px;
  }

  .services-section {
    display: flex;
    justify-content: center;
    gap: 130px;
    width: 1168px;
    margin: 0 auto;
    padding-top: 158px;
  }

  .services-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 460px;
  }

  .service-icon {
    width: 94px;
    height: 94px;
  }

  .service-item:nth-child(1) .icon-image {
    width: 40px;
    height: 38px;
    background-image: url(../images/encanamento.svg);
  }

  .service-item:nth-child(2) .icon-image {
    width: 25px;
    height: 50px;
    background-image: url(../images/desentupimento.svg);
  }

  .service-item:nth-child(3) .icon-image {
    width: 47px;
    height: 44px;
    background-image: url(../images/24h.svg);
  }

  .service-description {
    width: 351px;
  }

  .service-description h3 {
    font-size: 20px;
    line-height: 24.93px;
  }

  .service-description p {
    font-size: 15px;
    line-height: 24.93px;
  }

  .company-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 578px;
  }

  .company-info h2 {
    font-size: 25px;
    line-height: 41.55px;
  }

  .info-content {
    font-size: 15px;
    line-height: 24.93px;
  }

  .payment-info {
    margin-top: 20px;
  }

  .payment-cards {
    width: 313px;
    height: 48px;
    margin-top: 20px;
  }

  .card {
    position: absolute;
    width: 70px;
    height: 48px;
  }

  .hipercard {
    top: 0;
    left: 243px;
    background-image: url(../images/hipercard.svg);
  }

  .elo {
    top: 0;
    left: 162px;
    background-image: url(../images/elo.svg);
  }

  .mastercard {
    top: 0;
    left: 81px;
    background-image: url(../images/mastercard.svg);
  }

  .visa {
    top: 0;
    left: 0;
    background-image: url(../images/visa.svg);
  }

  .certification {
    width: 574px;
    height: 81px;
    margin-top: 20px;
    background-image: url(../images/horizontal_logo.svg);
    background-size: cover;
  }

  .site-footer {
    width: 100%;
    height: 289px;
    margin-top: 50px;
    padding: 99px 62px;
  }

  .footer-content {
    width: 1219.999px;
  }

  .footer-info {
    width: 100%;
  }

  .company-details {
    display: flex;
    align-items: center;
    gap: 45px;
    width: 100%;
  }

  .footer-logo {
    width: 392px;
    height: 118px;
    background-image: url(../images/footer_logo.svg);
    background-size: cover;
  }

  .company-description {
    width: 788px;
    font-size: 19px;
    line-height: 31.578px;
  }

  .copyright {
    height: 25px;
    font-size: 15px;
    line-height: 24.93px;
  }
}