@charset "UTF-8";
/* =============================================
   ECO CLEAN – RESPONSIVE.CSS
   Breakpoints: xs<576 | sm<768 | md<992 | lg<1200 | xl≥1400
============================================== */

/* ── MOBILE FIRST: até 575px ──────────────── */
@media (max-width: 575px) {
  /* Topbar */
  .topbar {
    display: none !important;
  }

  /* Navbar */
  .header .navbar {
    padding: 10px 0;
  }
  .header .navbar-brand img,
  .header .custom-logo {
    height: 46px;
  }

  .navbar-cta {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .navbar-cta .btn-header-cta,
  .navbar-cta .btn-outline-header {
    width: 100%;
    justify-content: center;
    font-size: 0.85rem;
  }

  /* Hero */
  .btn-hero-saiba {
    font-size: 0.82rem;
    padding: 10px 24px;
  }
  .hero-btn-wrap {
    bottom: 14%;
    left: 5%;
  }
  .hero-prev,
  .hero-next {
    width: 34px;
    height: 34px;
  }
  .hero-control-icon {
    font-size: 0.95rem;
  }

  /* Sobre */
  .sobre-pill {
    font-size: 2rem;
    padding: 20px 36px;
  }
  .drop-shape {
    width: 140px;
    height: 175px;
  }

  /* Qualidade */
  .qualidade-img-col {
    padding: 40px 20px 24px;
    min-height: auto;
  }
  .qualidade-drop {
    width: 220px;
    height: 270px;
  }
  .qualidade-content {
    padding: 32px 20px 40px;
  }
  .whats-faixa-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .whats-faixa-text {
    font-size: 0.95rem;
  }

  /* Serviços grid */
  .servicos-grid {
    grid-template-columns: 1fr;
  }
  .servicos-header-img {
    width: 72px;
    height: 72px;
  }
  .sg-item::before {
    padding-top: 100%;
  }
  .sg-label {
    font-size: 1rem;
  }

  /* Diferenciais */
  .diff-img-badge {
    top: -12px;
    right: -12px;
    width: 70px;
    height: 70px;
    font-size: 0.66rem;
  }
  .diff-img-badge i {
    font-size: 1.1rem;
  }

  /* Steps */
  .step-arrow {
    display: none !important;
  }
  .step-card {
    padding: 30px 20px 24px;
  }

  /* Galeria */
  .gallery-item .img-placeholder {
    height: 200px !important;
  }

  /* Depoimentos */
  .testimonial-card {
    padding: 22px 18px;
  }

  /* CTA / Contato */
  .contact-info-box {
    padding: 24px 18px;
  }
  .cta-bg-deco {
    display: none;
  }

  /* Footer */
  .footer-top {
    padding: 40px 0 30px;
  }
  .footer-title {
    font-size: 0.82rem;
  }
  .footer-contact-list li,
  .footer-links a {
    font-size: 0.82rem;
  }

  /* WhatsApp float */
  .whatsapp-float {
    bottom: 18px;
    right: 18px;
  }
  .whatsapp-btn {
    width: 54px;
    height: 54px;
  }
}

/* ── SMARTPHONES: 576px – 767px ────────────── */
@media (min-width: 576px) and (max-width: 767px) {
  .topbar {
    display: none !important;
  }

  .sobre-pill {
    font-size: 2.2rem;
    padding: 22px 40px;
  }

  /* 2 colunas no grid de serviços */
  .servicos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .step-arrow {
    display: none !important;
  }
}

/* ── TABLETS: até 991px ─────────────────────── */
@media (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }

  /* Grid de serviços: 2 colunas em tablet */
  .servicos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .servicos-header {
    padding: 36px 0 20px;
  }

  /* Header collapse menu */
  #mainNav.collapse:not(.show),
  #mainNav.collapsing {
    background: #fff;
  }
  #mainNav {
    padding: 16px 0 8px;
    border-top: 1px solid var(--border);
    margin-top: 10px;
  }

  .header .navbar-nav .nav-link {
    padding: 10px 0 !important;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
  }
  .header .navbar-nav .nav-link::after {
    display: none;
  }
  .header .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
  }

  /* About */
  .about-img-wrapper {
    max-width: 520px;
    margin: 0 auto;
  }
  .about-badge-float {
    position: static;
    margin-top: 16px;
    display: inline-flex;
  }
  .about-deco-leaf {
    display: none;
  }

  /* Differentials */
  .diff-img-wrapper {
    max-width: 480px;
    margin: 0 auto;
  }
  .diff-img-badge {
    right: -10px;
  }

  /* Steps – seta entre cards */
  .step-arrow {
    display: none !important;
  }

  /* Depoimentos – no tablet mostra até 2 colunas */
  .testimonials-section .col-lg-4:last-child {
    display: none;
  }
}

/* ── DESKTOP MÉDIO: 992px – 1199px ─────────── */
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-title {
    font-size: 2.8rem;
  }
  .sg-label {
    font-size: 0.88rem;
  }
  .diff-card {
    padding: 18px;
  }
  .step-card {
    padding: 30px 18px 24px;
  }
  .step-arrow {
    right: -22px;
    font-size: 1.4rem;
  }

  .contact-info-box {
    padding: 28px 24px;
  }
}

/* ── LARGE DESKTOP: ≥ 1400px ───────────────── */
@media (min-width: 1400px) {
  .hero-slide {
    min-height: 600px;
  }
  .hero-title {
    font-size: 3.6rem;
  }

  .container {
    max-width: 1320px;
  }

  .number-value {
    font-size: 3.2rem;
  }
}

/* ── EXTRA LARGE: ≥ 1920px ──────────────────── */
@media (min-width: 1920px) {
  .hero-slide {
    min-height: 700px;
  }
}

/* ── PRINT ──────────────────────────────────── */
@media print {
  .topbar,
  .header,
  .hero-section,
  .numbers-section,
  .whatsapp-float,
  .site-footer,
  .btn-hero-primary,
  .btn-hero-ghost,
  .hero-prev,
  .hero-next {
    display: none !important;
  }
}

/* ── DEPOIMENTOS + FAQ RESPONSIVO ────────────── */

/* Mobile ≤ 575px */
@media (max-width: 575px) {
  .depo-section,
  .faq-section {
    padding: 50px 0 30px;
  }
  .depo-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .depo-title {
    font-size: 1.6rem;
  }
  .faq-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .grev-card {
    padding: 16px 14px 14px;
  }
}

/* Tablet 576–991px */
@media (min-width: 576px) and (max-width: 991px) {
  .depo-section {
    padding-bottom: 30px;
  }
  .faq-section {
    padding-top: 30px;
  }
  .faq-img {
    max-width: 280px;
  }
}

/* ── AJUSTES DO LAYOUT ENVIADO ─────────────── */
@media (max-width: 991px) {
  #mainNav.collapse:not(.show),
  #mainNav.collapsing,
  #mainNav {
    background: var(--azul-print);
    border-top-color: rgba(255, 255, 255, 0.18);
  }

  .header .navbar-nav .nav-link {
    border-bottom-color: rgba(255, 255, 255, 0.16);
    color: #fff !important;
  }

  .servicos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  .hero-container .row,
  .qualidade-section .row {
    display: block;
  }

  .hero-section {
    padding: 28px 0 34px;
  }

  .hero-copy {
    padding-left: 0;
    text-align: center;
  }

  .hero-copy h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-logo-mark {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .hero-visual {
    margin-top: 24px;
    min-height: 280px;
  }

  .hero-shape--blue {
    height: 250px;
    left: 50%;
    right: auto;
    top: 0;
    transform: translateX(-42%);
    width: 250px;
  }

  .hero-shape--green {
    height: 215px;
    left: 50%;
    right: auto;
    top: 30px;
    transform: translateX(-58%);
    width: 215px;
  }

  .hero-person-placeholder {
    height: 235px;
    left: 50%;
    right: auto;
    top: 16px;
    transform: translateX(-45%);
    width: 235px;
  }

  .sobre-pill {
    border-radius: 0 30px 30px 0;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    min-width: 210px;
    padding-left: 34px;
  }

  .qualidade-content {
    padding: 28px 22px 38px;
    text-align: center;
  }

  .qualidade-text,
  .qualidade-words {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .servicos-header .row {
    text-align: center;
  }

  .servicos-header .col-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .servicos-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sg-label {
    font-size: 0.66rem;
    padding: 6px;
  }

  .faq-title {
    color: #fff;
  }
}

@media (max-width: 480px) {
  .servicos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── DEPOIMENTOS + FAQ BASE RESPONSIVA ─────── */
@media (max-width: 991px) {
  .depo-faq-wrapper {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
  }

  .depo-section {
    min-height: auto;
    padding: 34px 0 24px;
  }

  .faq-section {
    min-height: auto;
    padding: 28px 0 36px;
  }

  .faq-title {
    color: var(--azul-print);
  }

  .faq-img-col {
    max-width: 300px;
  }

  .faq-img {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .depo-section {
    padding: 36px 0 30px;
  }

  .depo-header {
    gap: 12px;
    justify-content: center;
    transform: none;
  }

  .depo-drop-deco {
    width: 84px;
  }

  .depo-title {
    font-size: 2.1rem;
  }
}

/* ── FOOTER RESPONSIVO ─────────────────────── */
@media (max-width: 767px) {
  .footer-top {
    padding: 42px 0 36px;
  }

  .footer-brand .footer-logo img,
  .footer-brand .footer-logo .custom-logo {
    height: 64px;
  }

  .footer-desc,
  .footer-contact-list li,
  .footer-contact-list a,
  .footer-contact-list span {
    font-size: 0.92rem;
  }

  .footer-contact-list li {
    gap: 12px;
    margin-bottom: 18px;
  }

  .footer-top .row > [class*="col-"]::after {
    display: none;
  }
}

/* ── ALINHAMENTO GERAL RESPONSIVO ───────────── */
@media (max-width: 991px) {
  .qualidade-container,
  .whats-faixa .container,
  .servicos-grid-section .container,
  .depo-section .container,
  .faq-section .container,
  .site-footer .container {
    max-width: 100%;
  }

  .whats-faixa-inner {
    padding-left: 18px;
  }
}

/* ── BANNER CPT RESPONSIVO ─────────────────── */
@media (max-width: 767px) {
  .hero-section {
    padding: 0;
  }

  .hero-img {
    min-height: 230px;
    object-fit: cover;
  }

  .hero-btn-wrap {
    bottom: 10%;
    left: 24px;
  }

  .btn-hero-saiba {
    font-size: 0.72rem;
    padding: 8px 18px;
  }

  .hero-prev,
  .hero-next {
    display: none;
  }
}

/* ── QUALIDADE CPT RESPONSIVO ───────────────── */
@media (max-width: 991px) {
  .qualidade-section .row,
  .qualidade-row {
    display: block;
  }

  .qualidade-section {
    padding: 40px 0;
  }

  .qualidade-img-col {
    min-height: auto;
    padding: 0 20px 24px;
  }

  .qualidade-drop {
    height: auto;
    max-width: 420px;
    width: 100%;
  }

  .qualidade-content {
    padding: 0 22px;
    text-align: center;
  }

  .qualidade-text {
    margin-left: auto;
    margin-right: auto;
  }

  .qualidade-label,
  .qualidade-words,
  .qw-blue {
    margin-left: auto;
    margin-right: auto;
  }

  .qualidade-words {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .qualidade-title {
    font-size: 2.65rem;
  }

  .qualidade-text {
    font-size: 0.86rem;
    margin-bottom: 34px;
  }

  .qw-normal,
  .qw-teal {
    font-size: 1.8rem;
  }

  .qw-blue {
    font-size: 2.25rem;
  }
}

/* ── FAIXA WHATSAPP CURVA RESPONSIVA ───────── */
@media (max-width: 767px) {
  .whats-faixa::before {
    border-radius: 0 58px 58px 0;
    height: 96px;
    width: 94vw;
  }

  .whats-faixa-inner {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: flex-start;
    min-height: 96px;
    padding-left: 18px;
    padding-right: 48px;
    text-align: left;
  }

  .whats-faixa-icon {
    font-size: 2.8rem;
  }

  .whats-faixa-text {
    font-size: 0.82rem;
    max-width: 60vw;
    white-space: normal;
  }

  .btn-faixa-cta {
    bottom: -24px;
    font-size: 0.86rem;
    left: 54%;
    padding: 10px 20px;
  }
}

/* ── SERVIÇOS CPT RESPONSIVO ────────────────── */
@media (max-width: 767px) {
  .servicos-grid-section {
    padding-top: 42px;
  }

  .servicos-grid-section .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .servicos-header .row {
    gap: 12px;
    text-align: left;
  }

  .servicos-header-img {
    max-width: 104px;
    width: 104px;
  }

  .servicos-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    width: calc(100% - 40px);
  }

  .sg-label {
    font-size: 0.65rem;
    max-width: 86%;
  }
}

@media (max-width: 767px) {
  .servicos-grid-section {
    padding-top: 56px;
  }

  .servicos-grid-section::before {
    border-bottom-left-radius: 80px;
    height: 76px;
    width: 48vw;
  }

  .servicos-header-img {
    margin-right: 0;
    margin-top: -42px;
    max-width: 132px;
    width: 132px;
  }

  .sg-label {
    background: transparent;
    border-radius: 0;
    font-size: 0.82rem;
    padding: 0;
    text-shadow:
      0 2px 5px rgba(0, 0, 0, 0.7),
      0 0 2px rgba(0, 0, 0, 0.6);
  }

  .sg-contact-btn {
    bottom: 10px;
    font-size: 0.68rem;
    padding: 7px 12px;
  }
}

@media (max-width: 480px) {
  .servicos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================================================
   MOBILE LAYOUT POLISH (≤991px)
   Não altera o desktop (≥992px) já aprovado.
========================================================= */

/* ── Banner mobile CPT ─────────────────────────── */
@media (max-width: 991px) {
  .hero-section {
    padding: 0;
    overflow: hidden;
  }

  .hero-mobile .hero-slide {
    min-height: 0;
    position: relative;
    overflow: hidden;
  }

  .hero-mobile .hero-img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.04);
    transform-origin: center center;
  }

  .hero-mobile .hero-btn-wrap {
    left: 50%;
    right: auto;
    bottom: 8%;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100% - 32px);
  }

  .hero-mobile .btn-hero-saiba {
    font-size: 0.84rem;
    padding: 11px 22px;
    white-space: nowrap;
  }

  .hero-mobile .hero-indicators {
    margin-bottom: 10px;
  }

  .hero-mobile .hero-indicators [data-bs-target] {
    background: rgba(6, 71, 122, 0.55);
    box-shadow:
      0 0 0 1.5px rgba(255, 255, 255, 0.95),
      0 1px 3px rgba(0, 0, 0, 0.22);
  }

  .hero-mobile .hero-indicators .active {
    background: var(--azul-print, #06477a);
    box-shadow:
      0 0 0 1.5px #fff,
      0 1px 4px rgba(0, 0, 0, 0.28);
  }

  .hero-mobile .hero-prev,
  .hero-mobile .hero-next {
    display: none;
  }

  .hero-mobile .hero-slide--fallback {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--azul-print, #06477a);
  }

  .hero-mobile .hero-admin-placeholder {
    color: #fff;
    font-size: 0.9rem;
    padding: 24px;
    text-align: center;
  }

  /* Sobre */
  .sobre-section.section-padding {
    padding: 42px 0 36px;
  }

  .sobre-section .row.align-items-center.mb-5 {
    margin-bottom: 1.75rem !important;
    padding-bottom: 0 !important;
    text-align: center;
  }

  .sobre-pill {
    border-radius: 999px;
    display: inline-flex;
    justify-content: center;
    margin-left: 0;
    min-width: 0;
    padding: 12px 28px;
    font-size: 1.35rem;
  }

  .sobre-title {
    font-size: clamp(1.45rem, 5.5vw, 1.85rem);
    margin-top: 8px;
  }

  .sobre-text {
    font-size: 0.92rem;
    line-height: 1.65;
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem;
  }

  .sobre-section .row.g-5 {
    --bs-gutter-y: 2rem;
  }

  .drop-shape {
    width: 130px;
    height: 162px;
    margin-left: auto;
    margin-right: auto;
  }

  .drop-title {
    font-size: 1.05rem;
  }

  .drop-text {
    font-size: 0.88rem;
    line-height: 1.55;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Qualidade */
  .qualidade-section {
    padding: 36px 0 28px;
  }

  .qualidade-img-col {
    padding: 0 16px 18px;
  }

  .qualidade-drop {
    max-width: 280px;
    margin: 0 auto;
  }

  .qualidade-content {
    padding: 8px 18px 12px;
    text-align: center;
  }

  .qualidade-title {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
    line-height: 1.05;
  }

  .qualidade-text {
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 22px;
    max-width: 34rem;
  }

  .qualidade-label {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .qualidade-words {
    gap: 6px 14px;
    flex-wrap: wrap;
  }

  .qw-normal,
  .qw-teal {
    font-size: clamp(1.35rem, 6vw, 1.7rem);
  }

  .qw-blue {
    font-size: clamp(1.7rem, 7.5vw, 2.15rem);
    margin-top: 4px;
    width: 100%;
  }

  /* Serviços: 2 colunas estáveis no mobile/tablet */
  .servicos-grid-section {
    padding-top: 40px;
    padding-bottom: 28px;
  }

  .servicos-grid-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .servicos-header {
    padding: 0 0 18px;
  }

  .servicos-title {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }

  .servicos-header-img {
    margin-top: -28px;
    max-width: 96px;
    width: 96px;
  }

  .servicos-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px;
    width: calc(100% - 32px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sg-label {
    font-size: clamp(0.72rem, 3.2vw, 0.9rem);
    max-width: 90%;
    line-height: 1.2;
  }

  .sg-contact-btn {
    font-size: 0.72rem;
    padding: 8px 12px;
    bottom: 10px;
  }

  /* Depoimentos mobile: 1 card, altura estável */
  .depo-section {
    padding: 36px 16px 28px;
  }

  .depo-header {
    justify-content: center;
    gap: 12px;
    margin-bottom: 22px;
    transform: none;
  }

  .depo-drop-deco {
    width: 72px;
  }

  .depo-title {
    font-size: clamp(1.8rem, 7vw, 2.3rem);
  }

  #depoCarouselMobile .carousel-inner {
    overflow: hidden;
  }

  #depoCarouselMobile .carousel-item,
  #depoCarouselMobile .carousel-item > .row {
    min-height: inherit;
  }

  #depoCarouselMobile .grev-card {
    height: 100%;
    padding: 18px 16px 16px;
  }

  #depoCarouselMobile .grev-info strong {
    font-size: 0.88rem;
  }

  #depoCarouselMobile .grev-text {
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .depo-nav {
    margin-top: 18px;
  }

  .depo-section .btn-hero-saiba {
    font-size: 0.86rem;
    padding: 11px 22px;
  }

  /* FAQ */
  .faq-section {
    padding: 24px 16px 48px;
  }

  .faq-section .col-lg-6.p-0 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .faq-title {
    color: #fff !important;
    font-size: clamp(1.55rem, 6.5vw, 2rem);
    margin-bottom: 18px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  }

  .faq-accordion {
    max-width: 100%;
    gap: 10px;
  }

  .faq-btn {
    font-size: 0.84rem !important;
    padding: 12px 16px !important;
    text-align: left;
  }

  .faq-body {
    font-size: 0.86rem;
    padding: 14px 16px;
  }

  /* Footer */
  .footer-top {
    padding: 40px 0 28px;
  }

  .footer-top .row > [class*="col-"] {
    text-align: center;
    margin-bottom: 8px;
  }

  .footer-desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }

  .footer-contact-list {
    display: inline-block;
    text-align: left;
  }

  .footer-title {
    margin-bottom: 16px;
  }

  .footer-socials {
    justify-content: center;
  }

  .footer-copyright .container {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  /* Faixa WhatsApp: empilha sem quebrar */
  .whats-faixa {
    margin: 8px 0 0;
  }

  .whats-faixa::before {
    border-radius: 0 40px 40px 0;
    height: auto;
    min-height: 88px;
    width: 100%;
  }

  .whats-faixa .container {
    position: relative;
    padding-bottom: 28px;
  }

  .whats-faixa-inner {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    min-height: 88px;
    padding: 16px 18px 8px;
    text-align: left;
  }

  .whats-faixa-icon {
    font-size: 2rem;
  }

  .whats-faixa-text {
    font-size: 0.9rem;
    max-width: 100%;
    line-height: 1.35;
  }

  .btn-faixa-cta {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-flex;
    margin: 4px 0 0 18px;
    font-size: 0.84rem;
    padding: 10px 18px;
  }

  .hero-mobile .hero-btn-wrap {
    bottom: 7%;
  }
}

@media (max-width: 575px) {
  .header .navbar-brand img,
  .header .custom-logo {
    height: 42px;
  }

  .servicos-grid {
    gap: 6px;
    width: calc(100% - 24px);
  }

  .servicos-grid-section .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sg-label {
    font-size: 0.74rem;
  }

  .sg-contact-btn {
    opacity: 1;
    transform: translate(-50%, 0);
    font-size: 0.68rem;
    padding: 6px 10px;
  }

  .qualidade-drop {
    max-width: 240px;
  }

  .drop-shape {
    width: 118px;
    height: 148px;
  }
}

@media (max-width: 380px) {
  .servicos-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .sg-label {
    font-size: 0.68rem;
  }

  .hero-mobile .btn-hero-saiba,
  .depo-section .btn-hero-saiba {
    font-size: 0.78rem;
    padding: 10px 18px;
  }
}

/* =========================================================
   FIX: overflow horizontal no mobile
   Causa: .row.g-5 com gutter 3rem (margin -24px) vs
   .container com padding 12px → estoura ~12px+ cada lado.
========================================================= */
@media (max-width: 991px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  /* Alinha gutter com o padding padrão do container (12px) */
  .row.g-5,
  .row.g-4 {
    --bs-gutter-x: 1.5rem;
  }

  .sobre-section .row,
  .faq-section .row,
  .footer-top .row,
  .qualidade-section .row {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .sobre-section .row > [class*="col-"],
  .faq-section .row > [class*="col-"],
  .footer-top .row > [class*="col-"],
  .qualidade-section .row > [class*="col-"] {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .qualidade-title,
  .qualidade-words,
  .whats-faixa-text {
    white-space: normal !important;
  }

  .qualidade-words {
    grid-template-columns: 1fr !important;
    justify-content: center;
  }

  .servicos-grid {
    width: 100% !important;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }

  .whats-faixa {
    overflow: hidden;
  }

  .whats-faixa::before {
    width: 100% !important;
    max-width: 100%;
  }

  .whats-faixa .btn-faixa-cta,
  .btn-faixa-cta {
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 8px 0 0 12px;
  }
}

@media (max-width: 360px) {
  .footer-contact-list {
    display: block;
    max-width: 100%;
    text-align: left;
    padding: 0 8px;
    box-sizing: border-box;
  }

  .footer-contact-list li {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .footer-phone-group {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
  }
}

/* ── HEADER mobile: logo esquerda / menu direita ─ */
@media (max-width: 991px) {
  .header .navbar > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .header .navbar-brand,
  .header .custom-logo-link {
    order: 1;
    margin-right: 0;
    margin-left: 0;
    flex: 0 0 auto;
  }

  .header .navbar-toggler {
    order: 2;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .header .navbar-collapse {
    order: 3;
    flex-basis: 100%;
    flex-grow: 1;
    width: 100%;
  }
}

/* =========================================================
   LAYOUT MOBILE: faixa WhatsApp + cabeçalho Serviços
========================================================= */
@media (max-width: 767px) {
  /* Faixa WhatsApp: tarja verde full-width, conteúdo centralizado */
  .whats-faixa {
    margin: 0;
    padding: 22px 20px 24px;
    background: var(--verde-lima, #a8e000);
    overflow: hidden;
  }

  .whats-faixa::before {
    display: none !important;
  }

  .whats-faixa .container,
  .whats-faixa-link .container {
    max-width: 100%;
    padding: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .whats-faixa-inner {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .whats-faixa-icon {
    font-size: 1.85rem;
    line-height: 1;
    flex-shrink: 0;
    color: #fff;
  }

  .whats-faixa-text {
    flex: 0 1 auto;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.3;
    max-width: 18rem;
    text-align: center;
    white-space: normal !important;
    color: var(--azul-print, #06477a);
  }

  .whats-faixa .btn-faixa-cta,
  .btn-faixa-cta {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    align-self: center;
    margin: 0;
    width: auto;
    max-width: 100%;
    justify-content: center;
    font-size: 0.9rem;
    padding: 12px 26px;
    box-shadow: 0 6px 14px rgba(0, 83, 143, 0.25);
  }

  .whats-faixa-link:hover .btn-faixa-cta {
    transform: none !important;
  }

  /* Serviços: título em uma linha + ícone compacto */
  .servicos-grid-section {
    padding-top: 28px;
  }

  .servicos-grid-section::before {
    height: 64px;
    border-bottom-left-radius: 48px;
    width: 42vw;
  }

  .servicos-header {
    padding: 0 0 14px;
  }

  .servicos-header .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .servicos-header .row {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    text-align: left;
  }

  .servicos-header .col {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding: 0;
  }

  .servicos-header .col-auto {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    padding: 0;
  }

  .servicos-title {
    font-size: clamp(1.45rem, 6.5vw, 1.85rem);
    line-height: 1.1;
    white-space: nowrap;
    margin: 0;
  }

  .servicos-header-img {
    width: 72px !important;
    max-width: 72px !important;
    margin: 0 !important;
  }

  /* Cards: botão mais compacto e legível */
  .servicos-grid {
    width: 100% !important;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    gap: 8px;
    box-sizing: border-box;
  }

  /* Último card sozinho (9º item) fica centralizado */
  .servicos-grid .sg-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 8px) / 2);
    max-width: 100%;
    justify-self: center;
  }

  .sg-label {
    font-size: clamp(0.78rem, 3.4vw, 0.92rem);
    max-width: 88%;
    line-height: 1.15;
  }

  .sg-contact-btn {
    left: 50%;
    bottom: 10px;
    width: calc(100% - 18px);
    max-width: 160px;
    justify-content: center;
    font-size: 0.68rem;
    padding: 7px 8px;
    white-space: nowrap;
    opacity: 1;
    transform: translateX(-50%);
  }
}

@media (max-width: 400px) {
  .whats-faixa-text {
    font-size: 0.88rem;
  }

  .servicos-title {
    font-size: 1.4rem;
  }

  .servicos-header-img {
    width: 60px !important;
    max-width: 60px !important;
  }

  .sg-contact-btn {
    font-size: 0.64rem;
    padding: 6px 6px;
  }
}

/* =========================================================
   DEPOIMENTOS MOBILE: setas fixas + espaço entre cards
   Altura igualada via JS (card mais alto), sem cortar texto.
========================================================= */
@media (max-width: 991px) {
  #depoCarouselMobile {
    display: flex;
    flex-direction: column;
    overflow-anchor: none;
  }

  #depoCarouselMobile .carousel-inner {
    overflow: hidden;
    overflow-anchor: none;
  }

  #depoCarouselMobile .carousel-item {
    padding: 0 14px;
    box-sizing: border-box;
  }

  #depoCarouselMobile .carousel-item > .row {
    height: 100%;
    margin: 0;
  }

  #depoCarouselMobile .carousel-item > .row > [class*="col-"] {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  #depoCarouselMobile .grev-card {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 18px 16px 16px;
    box-sizing: border-box;
  }

  #depoCarouselMobile .depo-nav {
    flex-shrink: 0;
    margin-top: 18px;
  }
}

/* Sobre: título "Lavamos..." preto só no mobile */
@media (max-width: 991px) {
  .drop-title--navy {
    color: #111111;
  }
}
