/* RESPONSIVO GERAL */

/* Telas menores que desktop grande */
@media (max-width: 1199px) {
  .navbar-nav .nav-link {
    font-size: 0.82rem;
    padding: 8px 6px !important;
  }

  .btn-sm-header {
    padding: 9px 14px;
    font-size: 0.82rem;
  }

  .hero-section h1 {
    font-size: clamp(2rem, 3.4vw, 3.05rem);
  }

  .hero-benefits-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tablets e menu mobile */
@media (max-width: 991px) {
  .navbar {
    padding: 10px 0;
  }

  .logo-img {
    width: 72px;
    height: auto;
  }

  .navbar-toggler {
    border: 0;
    box-shadow: none !important;
  }

  .navbar-collapse {
    background: #ffffff;
    margin-top: 14px;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 15px 40px rgba(16, 32, 51, 0.12);
  }

  .navbar-nav {
    align-items: flex-start !important;
    gap: 4px;
  }

  .navbar-nav .nav-link {
    font-size: 0.95rem;
    padding: 9px 4px !important;
  }

  .btn-sm-header {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
  }

  .hero-section {
    min-height: auto;
    padding-top: 115px;
    padding-bottom: 80px;
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.94) 42%,
        rgba(255, 255, 255, 0.74) 72%,
        rgba(255, 255, 255, 0.45) 100%
      ),
      url("../img/hero/hero-bg.png");
    background-size: cover;
    background-position: center right;
  }

  .hero-row {
    min-height: auto;
  }

  .hero-section h1 {
    max-width: 620px;
  }

  .hero-text {
    max-width: 560px;
  }

  .hero-benefits-bar {
    transform: translateY(35%);
    grid-template-columns: repeat(2, 1fr);
    padding: 18px;
  }

  .about-preview {
    padding-top: 100px;
  }

  .image-card {
    height: 360px;
  }

  .health-grid {
    grid-template-columns: 1fr;
  }

  .highlight-box {
    border-radius: 28px;
  }

  .process-card {
    min-height: 100%;
  }
}

/* Celulares grandes */
@media (max-width: 767px) {
  .section {
    padding: 58px 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    padding-top: 105px;
    padding-bottom: 70px;
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.94) 55%,
        rgba(255, 255, 255, 0.82) 100%
      ),
      url("../img/hero/hero-bg.png");
    background-size: cover;
    background-position: center;
  }

  .hero-badge {
    font-size: 0.72rem;
    padding: 8px 12px;
    line-height: 1.3;
  }

  .hero-section h1 {
    font-size: clamp(2rem, 9vw, 2.55rem);
    line-height: 1.1;
    max-width: 100%;
  }

  .hero-text {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .hero-actions {
    flex-direction: column;
    gap: 12px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-benefits-bar {
    transform: translateY(30%);
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }

  .hero-benefit-item {
    align-items: center;
  }

  .hero-benefit-icon {
    width: 44px;
    height: 44px;
    font-size: 1.1rem;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .about-preview h2,
  .health-section h2,
  .highlight-box h2,
  .final-cta h2 {
    font-size: clamp(1.75rem, 7vw, 2.15rem);
    line-height: 1.15;
  }

  .section-heading p {
    font-size: 0.98rem;
  }

  .about-preview {
    padding-top: 110px;
    padding-bottom: 58px;
  }

  .about-preview p,
  .health-section p {
    font-size: 0.98rem;
  }

  .image-card {
    height: 320px;
    border-radius: 24px;
  }

  .service-card img {
    height: 210px;
  }

  .service-card-body {
    padding: 20px;
  }

  .result-images {
    height: 280px;
  }

  .results-actions {
    flex-direction: column;
    gap: 12px;
  }

  .results-actions .btn {
    width: 100%;
  }

  .highlight-box {
    padding: 32px 24px;
    border-radius: 26px;
  }

  .highlight-box p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .final-cta-box {
    padding: 34px 24px;
    border-radius: 26px;
  }

  .final-cta-box p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .whatsapp-float {
    width: 56px;
    height: 56px;
    right: 16px;
    bottom: 16px;
    font-size: 1.75rem;
  }

  .site-footer {
    padding-top: 55px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* Celulares pequenos */
@media (max-width: 575px) {
  .logo-img {
    width: 68px;
    height: auto;
  }

  .hero-section {
    padding-top: 100px;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  .hero-text {
    font-size: 0.95rem;
  }

  .btn,
  .btn-lg {
    width: 100%;
    padding: 13px 18px;
    font-size: 0.92rem;
  }

  .hero-benefits-bar {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-benefit-item strong {
    font-size: 0.84rem;
  }

  .hero-benefit-item span {
    font-size: 0.72rem;
  }

  .section-tag {
    font-size: 0.78rem;
    padding: 7px 12px;
  }

  .service-card img {
    height: 200px;
  }

  .result-images {
    height: 245px;
  }

  .label-before,
  .label-after {
    font-size: 0.72rem;
    padding: 5px 11px;
  }

  .result-divider span {
    width: 36px;
    height: 36px;
    font-size: 0.95rem;
  }

  .result-icon {
    width: 52px;
    height: 52px;
    margin-top: -26px;
    font-size: 1.25rem;
  }

  .result-content {
    padding: 16px 12px 12px;
  }

  .result-content h3 {
    font-size: 1.02rem;
  }

  .result-content p {
    font-size: 0.9rem;
  }

  .image-card {
    height: 280px;
  }

  .health-card {
    padding: 22px 18px;
  }

  .process-card {
    padding: 24px 20px;
  }

  .footer-brand {
    align-items: flex-start;
  }
}

/* Celulares muito pequenos */
@media (max-width: 390px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section h1 {
    font-size: 1.85rem;
  }

  .hero-badge {
    font-size: 0.68rem;
  }

  .result-images {
    height: 220px;
  }

  .service-card img {
    height: 185px;
  }

  .whatsapp-float {
    width: 52px;
    height: 52px;
    font-size: 1.55rem;
  }
}
@media (max-width: 991px) {
  .about-wide-card img {
    object-position: center;
  }
}

@media (max-width: 575px) {
  .about-image-caption {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .about-image-caption strong {
    font-size: 0.98rem;
  }
}
/* SOBRE RESPONSIVO */

@media (max-width: 991px) {
  .about-preview {
    padding-top: 90px;
    padding-bottom: 65px;
  }

  .about-hero-card {
    min-height: auto;
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.94) 48%,
        rgba(255, 255, 255, 0.76) 100%
      ),
      url("../img/sobre/dono-mt-costas.png");
    background-size: cover;
    background-position: center;
  }

  .about-hero-content {
    max-width: 100%;
    padding: 52px 38px;
  }

  .about-hero-content h2 {
    max-width: 620px;
  }

  .about-hero-content p {
    max-width: 620px;
  }
}

@media (max-width: 575px) {
  .about-preview {
    padding-top: 75px;
    padding-bottom: 55px;
  }

  .about-hero-card {
    border-radius: 26px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.94) 58%,
        rgba(255, 255, 255, 0.82) 100%
      ),
      url("../img/sobre/dono-mt-costas.png");
    background-size: cover;
    background-position: center right;
  }

  .about-hero-content {
    padding: 38px 24px;
  }

  .about-hero-content h2 {
    font-size: 1.9rem;
    line-height: 1.12;
  }

  .about-hero-content p {
    font-size: 0.95rem;
    line-height: 1.68;
  }

  .about-hero-points {
    flex-direction: column;
  }

  .about-hero-points span {
    width: 100%;
  }
}
/* SOBRE RESPONSIVO */

@media (max-width: 991px) {
  .about-preview {
    min-height: auto;
    padding-top: 85px;
    padding-bottom: 80px;
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.96) 48%,
        rgba(255, 255, 255, 0.76) 75%,
        rgba(255, 255, 255, 0.50) 100%
      ),
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 72%,
        rgba(255, 255, 255, 1) 100%
      ),
      url("../img/sobre/dono-mt-costas.png");
    background-size: cover;
    background-position: center right;
  }

  .about-hero-card {
    min-height: auto;
  }

  .about-hero-content {
    max-width: 620px;
  }
}

@media (max-width: 575px) {
  .about-preview {
    padding-top: 70px;
    padding-bottom: 65px;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.94) 52%,
        rgba(255, 255, 255, 0.78) 100%
      ),
      url("../img/sobre/dono-mt-costas.png");
    background-size: cover;
    background-position: center right;
  }

  .about-hero-content h2 {
    font-size: 1.9rem;
    line-height: 1.12;
  }

  .about-hero-content p {
    font-size: 0.95rem;
    line-height: 1.68;
  }
}
@media (max-width: 767px) {
  .page-hero {
    padding: 125px 0 65px;
  }

  .page-hero h1 {
    font-size: clamp(2rem, 8vw, 2.55rem);
  }

  .page-hero p {
    font-size: 0.98rem;
  }

  .about-page-card {
    padding: 22px;
    border-radius: 24px;
  }

  .about-page-item {
    flex-direction: column;
    padding: 20px;
  }
}
/* SERVIÇOS PREMIUM RESPONSIVO */

@media (max-width: 991px) {
  .service-premium-card,
  .service-premium-card.reverse {
    grid-template-columns: 1fr;
  }

  .service-premium-card.reverse .service-premium-image {
    order: 0;
  }

  .service-premium-image {
    min-height: 280px;
  }

  .wellness-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .page-hero-actions .btn {
    width: 100%;
  }

  .service-premium-card {
    border-radius: 26px;
  }

  .service-premium-image {
    min-height: 250px;
  }

  .service-premium-content {
    padding: 26px 22px;
  }

  .service-premium-content h3 {
    font-size: 1.55rem;
  }

  .service-premium-actions .btn {
    width: 100%;
  }

  .wellness-box {
    border-radius: 26px;
    padding: 32px 24px;
  }
}
/* HERO IMPERMEABILIZAÇÃO COM VÍDEO HORIZONTAL RESPONSIVO */

@media (max-width: 991px) {
  .impermeabilizacao-hero-side {
    padding: 125px 0 75px;
  }

  .impermeabilizacao-hero-side::before {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.96) 62%,
        rgba(255, 255, 255, 0.82) 100%
      );
  }

  .hero-side-video-card {
    max-width: 100%;
    margin-left: 0;
  }

  .hero-side-video-card video {
    height: 340px;
  }
}

@media (max-width: 575px) {
  .impermeabilizacao-hero-side {
    padding: 115px 0 65px;
  }

  .hero-side-video-card {
    border-radius: 24px;
  }

  .hero-side-video-card video {
    height: 230px;
  }

  .hero-side-video-label {
    left: 14px;
    bottom: 14px;
    font-size: 0.78rem;
    padding: 8px 12px;
  }

  .hero-video-proof {
    border-radius: 18px;
    align-items: flex-start;
    font-size: 0.8rem;
    line-height: 1.35;
  }
}
/* IMAGEM IMPERMEABILIZAÇÃO RESPONSIVO */

@media (max-width: 991px) {
  .service-detail-image {
    height: 360px;
  }
}

@media (max-width: 575px) {
  .service-detail-image {
    height: 260px;
    border-radius: 24px;
  }

  .service-detail-image::after {
    left: 14px;
    bottom: 14px;
    font-size: 0.76rem;
    padding: 8px 12px;
  }
}
/* CARROSSEL BENEFÍCIOS RESPONSIVO */

@media (max-width: 991px) {
  .benefits-carousel {
    grid-auto-columns: calc(50% - 12px);
  }

  .benefits-carousel-hint {
    display: flex;
  }
}

@media (max-width: 575px) {
  .benefits-carousel {
    grid-auto-columns: 86%;
    gap: 16px;
    padding-bottom: 16px;
  }

  .benefit-premium-card {
    min-height: 260px;
    border-radius: 24px;
    padding: 26px 22px;
  }

  .benefit-premium-icon {
    width: 52px;
    height: 52px;
    font-size: 1.35rem;
  }
}
/* TAPETES E CARPETES RESPONSIVO */

@media (max-width: 991px) {
  .tapetes-hero {
    padding: 125px 0 75px;
  }

  .tapetes-hero-image {
    height: 360px;
  }
}

@media (max-width: 575px) {
  .tapetes-hero {
    padding: 115px 0 65px;
  }

  .tapetes-hero-image {
    height: 260px;
    border-radius: 24px;
  }

  .tapetes-hero-badge {
    left: 14px;
    bottom: 14px;
    font-size: 0.76rem;
    padding: 8px 12px;
  }
}
/* RESULTADOS CARPETES RESPONSIVO */

@media (max-width: 991px) {
  .carpet-result-card img {
    height: 330px;
  }
}

@media (max-width: 575px) {
  .carpet-result-card {
    border-radius: 24px;
  }

  .carpet-result-card img {
    height: 260px;
  }

  .carpet-result-content {
    padding: 22px 20px;
  }
}
/* ANTES E DEPOIS RESPONSIVO */

@media (max-width: 991px) {
  .before-after-page .result-images {
    height: 310px;
  }
}

@media (max-width: 575px) {
  .before-after-page .result-images {
    height: 250px;
  }
}
/* CARROSSEL ANTES E DEPOIS RESPONSIVO */

@media (max-width: 991px) {
  .before-after-slide {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }

  .before-after-slide .result-images,
  .before-after-slide .carpet-result-card img {
    height: 270px;
  }

  .carousel-hint {
    display: flex;
  }
}

@media (max-width: 575px) {
  .before-after-carousel {
    gap: 16px;
    padding-bottom: 18px;
  }

  .before-after-slide {
    flex: 0 0 86%;
    max-width: 86%;
  }

  .before-after-slide .result-images,
  .before-after-slide .carpet-result-card img {
    height: 245px;
  }
}
/* CARROSSEL ANTES E DEPOIS RESPONSIVO */

@media (max-width: 991px) {
  .before-after-slide {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }

  .before-after-slide .result-images,
  .before-after-slide .carpet-result-card img {
    height: 270px;
  }

  .carousel-hint {
    display: flex;
  }
}

@media (max-width: 575px) {
  .before-after-carousel {
    gap: 16px;
    padding-bottom: 18px;
  }

  .before-after-slide {
    flex: 0 0 86%;
    max-width: 86%;
  }

  .before-after-slide .result-images,
  .before-after-slide .carpet-result-card img {
    height: 245px;
  }
}
/* CONTATO RESPONSIVO */

@media (max-width: 575px) {
  .contact-card {
    border-radius: 24px;
    padding: 26px 22px;
  }

  .contact-icon {
    width: 56px;
    height: 56px;
    font-size: 1.45rem;
  }
}