/* Depoimentos — visual idêntico à proposta Bosque (scoped na home) */
.home-depo-bosque {
  --ink: #2A2B28;
  --muted: #6b645a;
  --accent: #CFA668;
  --border: #e2d6c6;
  --surface: #ffffff;
  --radius-lg: 22px;
}

.home-depo-bosque .dv-testimonials {
  margin-top: 0;
  text-align: left;
}

.home-depo-bosque .depoimentos-header {
  max-width: 44rem;
  margin-bottom: 1.85rem;
}

.home-depo-bosque .depoimentos-header .section-label {
  margin-top: 0;
  margin-bottom: 1rem;
}

.home-depo-bosque .depoimentos-title {
  margin: 0 0 1rem;
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  font-weight: 300;
  line-height: 1.32;
  color: var(--ink);
}

.home-depo-bosque .depoimentos-line.reveal-line {
  display: block;
  height: 1px;
  margin: 0;
  width: 0;
  background: var(--accent);
  transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-depo-bosque .depoimentos-line.reveal-line.is-revealed {
  width: 56px;
}

.home-depo-bosque .dv-formacao-dica {
  margin: 4px 0 20px;
}

.home-depo-bosque .dv-testimonials .dv-formacao-dica {
  margin-bottom: 16px;
}

.home-depo-bosque .dv-formacao-hint {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: transparent;
  border: none;
  padding: 0;
}

.home-depo-bosque .dv-formacao-hint-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  color: var(--accent);
  margin-top: 1px;
}

.home-depo-bosque .dv-formacao-hint-text {
  min-width: 0;
  flex: 1;
}

.home-depo-bosque .dv-formacao-hint-sub {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink);
  font-weight: 500;
}

.home-depo-bosque .dv-formacao-obs {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
  font-style: italic;
}

.home-depo-bosque .dv-testimonials-sub {
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 8px 0 12px;
}

.home-depo-bosque .dv-depoimento-wrap {
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.home-depo-bosque .dv-depoimento-carousel.pkg-carousel--reel-row {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow-x: auto !important;
  overflow-y: visible !important;
}

.home-depo-bosque .dv-phone-frame {
  position: relative;
  margin: 0 auto;
  width: min(300px, 82vw);
  max-height: min(72vh, 520px);
  aspect-ratio: 9 / 16;
}

.home-depo-bosque .dv-phone-frame__el,
.home-depo-bosque .dv-phone-frame video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  background: transparent;
}

.home-depo-bosque .pkg-carousel.pkg-carousel--reel-row {
  overflow-x: auto !important;
  overflow-y: visible !important;
  width: 100%;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background: transparent;
  border-radius: 0;
  padding: 0 0 8px;
  margin: 0;
  touch-action: pan-x pan-y;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.home-depo-bosque .pkg-carousel--reel-row.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.home-depo-bosque .pkg-carousel--reel-row.is-dragging * {
  cursor: grabbing !important;
}

.home-depo-bosque .pkg-carousel--reel-row .dv-phone-frame {
  cursor: inherit;
}

.home-depo-bosque .pkg-carousel--reel-row::-webkit-scrollbar {
  display: none;
}

.home-depo-bosque .pkg-carousel--reel-row .pkg-carousel-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 12px;
  width: max-content !important;
  transform: none !important;
  transition: none;
  padding: 4px 8px 8px;
}

.home-depo-bosque .pkg-carousel--reel-row .pkg-carousel-slide {
  flex: 0 0 auto;
  width: auto !important;
  max-width: none !important;
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: transform 0.45s cubic-bezier(0.22, 0.9, 0.32, 1),
    filter 0.45s ease,
    opacity 0.45s ease;
  transform: scale(0.9);
  opacity: 1;
  filter: blur(2px) brightness(0.97);
  z-index: 1;
  will-change: transform, filter, opacity;
  visibility: visible;
}

.home-depo-bosque .pkg-carousel--focus {
  scroll-padding-inline: calc(50% - min(88px, 20vw));
  padding-top: 6px;
  padding-bottom: 10px;
}

.home-depo-bosque .pkg-carousel--focus .pkg-carousel-track {
  padding-inline: calc(50% - min(88px, 20vw));
  align-items: center;
}

.home-depo-bosque .pkg-carousel--focus .pkg-carousel-slide.is-focused {
  transform: scale(1);
  opacity: 1;
  filter: blur(0) brightness(1);
  z-index: 4;
}

.home-depo-bosque .pkg-carousel--focus .pkg-carousel-slide.is-near {
  transform: scale(0.95);
  opacity: 1;
  filter: blur(1px) brightness(1);
  z-index: 2;
}

.home-depo-bosque .pkg-carousel--reel-row .dv-phone-frame {
  max-height: none;
  margin: 0;
  flex-shrink: 0;
  /* largura definida em home-vitrine.css (igual Instagram) */
}

.home-depo-bosque .dv-testimonials-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 18px 18px 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

/* Google Reviews — texto simples abaixo dos vídeos, sem moldura */
.home-google-reviews {
  --home-gr-space: clamp(2.25rem, 5vw, 3rem);
  max-width: min(52rem, 94%);
  margin: 0 auto;
  padding: var(--home-gr-space) clamp(0.75rem, 3vw, 1.5rem);
  text-align: center;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.home-gr-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  margin: 0 0 1rem;
}

.home-gr-stars {
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #CFA668;
  line-height: 1;
}

.home-gr-eyebrow-text {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9b9286;
}

.home-gr-quote {
  margin: 0;
  padding: 0;
  border: none;
}

.home-gr-text {
  margin: 0;
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.48;
  color: #2A2B28;
}

.home-gr-byline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 1rem 0 0;
  font-size: 0.8rem;
  color: #6b645a;
  font-weight: 400;
}

.home-gr-avatar {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  flex-shrink: 0;
  vertical-align: middle;
}

.home-gr-avatar:not([style*="url"]) {
  display: none;
}

.home-gr-name {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: 0.9rem;
  font-weight: 600;
  color: #2A2B28;
}

.home-gr-sep {
  color: #c4b8a8;
}

.home-gr-label {
  font-size: 0.8rem;
  color: #9b9286;
}

.home-gr-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 1.1rem;
}

.home-gr-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(207, 166, 104, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: #CFA668;
  cursor: pointer;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home-gr-nav-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-gr-nav-btn:hover {
  border-color: rgba(207, 166, 104, 0.65);
  background: #fffdf9;
  color: #b68b35;
}

.home-gr-nav-btn:active {
  transform: scale(0.96);
}

.home-gr-nav-btn:focus-visible {
  outline: 2px solid rgba(207, 166, 104, 0.55);
  outline-offset: 2px;
}

.home-gr-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 60px;
}

.home-google-reviews .dv-test-dot {
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: #e7dbcc;
  transition: width 0.25s ease, background 0.25s ease;
}

.home-google-reviews .dv-test-dot.active {
  width: 26px;
  background: #CFA668;
}

.home-gr-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #CFA668;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(207, 166, 104, 0.45);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.home-gr-link:hover {
  color: #2A2B28;
  text-decoration-color: #2A2B28;
}

/* Espaço abaixo das avaliações = padding inferior do bloco (sem extra na seção) */
.home-depo-bosque.incluso-section {
  padding-bottom: 0;
}

@media (max-width: 650px) {
  .home-google-reviews {
    --home-gr-space: 2rem;
    max-width: none;
    padding-inline: 0.5rem;
  }

  .home-gr-eyebrow {
    margin-bottom: 0.75rem;
  }

  .home-gr-text {
    font-size: 1.05rem;
    line-height: 1.48;
  }

  .home-gr-byline {
    margin-top: 0.85rem;
    font-size: 0.75rem;
  }

  .home-gr-avatar {
    width: 24px;
    height: 24px;
  }

  .home-gr-controls {
    margin-top: 0.9rem;
    gap: 10px;
  }

  .home-gr-nav-btn {
    width: 30px;
    height: 30px;
  }

  .home-google-reviews .dv-test-dot {
    width: 14px;
    height: 2.5px;
  }

  .home-google-reviews .dv-test-dot.active {
    width: 22px;
  }

  .home-gr-link {
    margin-top: 0.75rem;
    font-size: 0.62rem;
  }

  .home-depo-bosque.incluso-section {
    padding: 3.5rem 5vw 0;
  }

  .home-depo-bosque.incluso-section .section-label {
    margin-bottom: 0.75rem;
    font-size: 0.65rem;
  }

  .home-depo-bosque .depoimentos-header {
    margin-bottom: 1.5rem;
  }

  .home-depo-bosque .depoimentos-title {
    font-size: clamp(1.45rem, 5.2vw, 1.85rem);
    line-height: 1.34;
  }
}

.home-depo-bosque .dv-testimonials-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #d4af37, #f6f2ec);
  pointer-events: none;
  z-index: 1;
}

.home-depo-bosque .dv-testimonials-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.home-depo-bosque .dv-testimonials-top-line {
  height: 2px;
  width: 60px;
  background: var(--accent);
}

.home-depo-bosque .dv-chip {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--accent);
  background: #fff8e6;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.home-depo-bosque .dv-testimonials-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-depo-bosque .dv-test-nav-btn {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: 16px;
  cursor: pointer;
  color: var(--muted);
  flex-shrink: 0;
  line-height: 1;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  pointer-events: auto;
}

.home-depo-bosque .dv-test-main {
  flex: 1;
}

.home-depo-bosque .dv-test-text {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: var(--ink);
}

.home-depo-bosque .dv-test-meta {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--muted);
}

.home-depo-bosque .dv-test-meta-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-depo-bosque .dv-test-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e5ded4;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  flex-shrink: 0;
}

.home-depo-bosque .dv-test-meta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.home-depo-bosque .dv-test-name {
  font-weight: 700;
  color: var(--ink);
  font-size: 13px;
}

.home-depo-bosque .dv-test-label {
  font-size: 11px;
  color: #9b9286;
}

.home-depo-bosque .dv-test-dots {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.home-depo-bosque .dv-test-dot {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #e7dbcc;
}

.home-depo-bosque .dv-test-dot.active {
  background: var(--accent);
}

.home-depo-bosque .dv-btn-google-wrap {
  text-align: center;
  margin-top: 25px;
}

.home-depo-bosque .dv-btn-google {
  display: inline-block;
  text-decoration: none;
  color: var(--accent);
  font-weight: 600;
  font-size: 13px;
  border: 1px solid var(--accent);
  padding: 8px 24px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
  pointer-events: auto;
}

.home-depo-bosque .dv-btn-google:hover {
  background: var(--accent);
  color: #fff;
}

