/* V5.3 — Refinamento visual EXCLUSIVO para desktop.
   REGRA DE SEGURANÇA: este arquivo não possui nenhuma regra fora de media queries >= 1024px. */

@media (min-width: 1024px) {
  /* HERO — proporção mais adequada às fotos quadradas/retrato atuais, sem distorção */
  .home-cover-v46 {
    height: clamp(640px, calc(100vh - 128px), 720px) !important;
    min-height: 640px !important;
  }

  .hero-carousel-v46 .hero-media {
    overflow: hidden !important;
  }

  .hero-carousel-v46 .hero-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: none !important;
    filter: saturate(.86) contrast(1.08) brightness(.80) sepia(.025) !important;
  }

  /* Foco específico por foto do carrossel: mantém rosto/mãos/resultado dentro do quadro */
  .hero-carousel-v46 .hero-slide:nth-child(1) .hero-media img { object-position: 50% 46% !important; }
  .hero-carousel-v46 .hero-slide:nth-child(2) .hero-media img { object-position: 50% 54% !important; }
  .hero-carousel-v46 .hero-slide:nth-child(3) .hero-media img { object-position: 52% 43% !important; }
  .hero-carousel-v46 .hero-slide:nth-child(4) .hero-media img { object-position: 50% 43% !important; }

  /* Indicadores do carrossel — mais legíveis e com acabamento de site premium */
  .hero-carousel-v46 .hero-carousel-dots {
    top: 26px !important;
    right: 28px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 12px !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 999px !important;
    background: rgba(7,7,8,.54) !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.25) !important;
    backdrop-filter: blur(12px) saturate(1.05) !important;
  }

  .hero-carousel-v46 .hero-carousel-dots button {
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    border: 1px solid rgba(255,255,255,.20) !important;
    background: rgba(255,255,255,.55) !important;
    opacity: .92 !important;
    cursor: pointer !important;
    transition: width .24s ease, transform .24s ease, background-color .24s ease, box-shadow .24s ease, opacity .24s ease !important;
  }

  .hero-carousel-v46 .hero-carousel-dots button:hover {
    transform: scale(1.16) !important;
    background: rgba(255,255,255,.86) !important;
    opacity: 1 !important;
  }

  .hero-carousel-v46 .hero-carousel-dots button.active {
    width: 32px !important;
    height: 10px !important;
    border-color: rgba(235,195,132,.72) !important;
    background: linear-gradient(90deg, #c99655, #e6bf82) !important;
    box-shadow: 0 0 0 3px rgba(214,173,116,.10), 0 0 18px rgba(214,173,116,.38) !important;
    opacity: 1 !important;
  }

  /* Setas desktop — maior contraste e hover perceptível */
  .hero-carousel-v46 .carousel-arrow {
    display: grid !important;
    place-items: center !important;
    width: 52px !important;
    height: 52px !important;
    border: 1px solid rgba(225,187,126,.30) !important;
    background: rgba(8,8,9,.66) !important;
    color: #f4eee6 !important;
    font-size: 30px !important;
    line-height: 1 !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.24) !important;
    opacity: 1 !important;
    backdrop-filter: blur(12px) !important;
    cursor: pointer !important;
    transition: transform .24s ease, background-color .24s ease, color .24s ease, border-color .24s ease, box-shadow .24s ease !important;
  }

  .hero-carousel-v46 .carousel-prev { left: 24px !important; }
  .hero-carousel-v46 .carousel-next { right: 24px !important; }

  .hero-carousel-v46 .carousel-arrow:hover {
    transform: translateY(-50%) scale(1.06) !important;
    border-color: rgba(235,195,132,.72) !important;
    background: linear-gradient(145deg, #d6aa6a, #b88245) !important;
    color: #12100e !important;
    box-shadow: 0 16px 38px rgba(0,0,0,.30), 0 0 22px rgba(201,154,93,.16) !important;
  }

  /* Card Localização — remove a marca d'água EC que brigava com o texto */
  .home-shortcuts-v46 button:last-child {
    background-image: none !important;
    background:
      radial-gradient(circle at 86% 42%, rgba(197,154,93,.12), transparent 28%),
      linear-gradient(145deg, #141416, #101011) !important;
  }

  .home-shortcuts-v46 button:last-child::before {
    background: linear-gradient(90deg, rgba(8,8,9,.86), rgba(8,8,9,.48)) !important;
  }

  /* SOBRE — usa formato mais vertical para a foto atual, sem forçar imagem quadrada em faixa larga */
  .desktop-about {
    grid-template-columns: minmax(360px, 430px) minmax(0, 1fr) !important;
    min-height: 610px !important;
    align-items: stretch !important;
  }

  .desktop-about-media {
    align-self: center !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5 !important;
    margin: 34px 0 34px 34px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 46px rgba(0,0,0,.24) !important;
  }

  .desktop-about-media::after {
    background: linear-gradient(180deg, transparent 58%, rgba(7,7,8,.22) 100%) !important;
  }

  .desktop-about-media img {
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: 52% 42% !important;
  }

  .desktop-about-copy {
    padding: 54px 58px !important;
  }

  /* GALERIA — proporção única 4:3 e foco individual por foto */
  .desktop-gallery-grid {
    gap: 16px !important;
  }

  .desktop-gallery-card {
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
    background: #0d0d0e !important;
  }

  .desktop-gallery-card img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    filter: saturate(.82) contrast(1.09) brightness(.83) sepia(.02) !important;
  }

  .desktop-gallery-card:nth-child(1) img { object-position: 50% 42% !important; }
  .desktop-gallery-card:nth-child(2) img { object-position: 50% 56% !important; }
  .desktop-gallery-card:nth-child(3) img { object-position: 52% 42% !important; }
  .desktop-gallery-card:nth-child(4) img { object-position: 50% 47% !important; }
  .desktop-gallery-card:nth-child(5) img { object-position: 50% 36% !important; }
  .desktop-gallery-card:nth-child(6) img { object-position: 50% 43% !important; }

  .desktop-gallery-card:hover img {
    transform: scale(1.045) !important;
    filter: saturate(.92) contrast(1.09) brightness(.90) sepia(.01) !important;
  }

  /* DIFERENCIAIS — ícones circulares padronizados e alinhamento consistente */
  .desktop-differential-card {
    display: grid !important;
    grid-template-rows: auto auto 1fr !important;
    align-content: start !important;
    padding: 26px !important;
    background: linear-gradient(145deg, rgba(24,23,24,.98), rgba(14,14,15,.98)) !important;
    box-shadow: 0 16px 36px rgba(0,0,0,.16) !important;
  }

  .desktop-differential-icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    border-color: rgba(224,189,132,.26) !important;
    background: radial-gradient(circle at 35% 30%, rgba(224,189,132,.14), rgba(197,154,93,.05)) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
    transition: transform .24s ease, border-color .24s ease, background-color .24s ease, box-shadow .24s ease !important;
  }

  .desktop-differential-icon svg {
    width: 22px !important;
    height: 22px !important;
  }

  .desktop-differential-card strong {
    margin-top: 18px !important;
    min-height: 2.5em !important;
    line-height: 1.25 !important;
  }

  .desktop-differential-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(224,189,132,.34) !important;
    box-shadow: 0 22px 48px rgba(0,0,0,.25), 0 0 0 1px rgba(197,154,93,.04) !important;
  }

  .desktop-differential-card:hover .desktop-differential-icon {
    transform: translateY(-2px) scale(1.04) !important;
    border-color: rgba(235,195,132,.55) !important;
    box-shadow: 0 8px 22px rgba(197,154,93,.12), inset 0 1px 0 rgba(255,255,255,.06) !important;
  }

  /* AVALIAÇÕES — mais profundidade, respiro e acabamento institucional */
  .desktop-testimonial-grid {
    gap: 18px !important;
  }

  .desktop-testimonial-card {
    min-height: 238px !important;
    padding: 30px !important;
    border-color: rgba(224,189,132,.10) !important;
    border-radius: 20px !important;
    background:
      radial-gradient(circle at 88% 8%, rgba(197,154,93,.055), transparent 30%),
      linear-gradient(145deg, #181718, #101011) !important;
    box-shadow: 0 18px 46px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.025) !important;
    transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease, background-color .26s ease !important;
  }

  .desktop-testimonial-stars {
    font-size: 14px !important;
    letter-spacing: .15em !important;
    text-shadow: 0 0 18px rgba(215,173,114,.14) !important;
  }

  .desktop-testimonial-card blockquote {
    margin: 22px 0 28px !important;
    color: #bbb3ab !important;
    font-size: 12.5px !important;
    line-height: 1.72 !important;
  }

  .desktop-testimonial-card:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(224,189,132,.38) !important;
    box-shadow: 0 26px 58px rgba(0,0,0,.30), 0 0 0 1px rgba(197,154,93,.055), 0 0 28px rgba(197,154,93,.055) !important;
  }
}

@media (min-width: 1440px) {
  .home-cover-v46 {
    height: 720px !important;
  }

  .desktop-about {
    grid-template-columns: 450px minmax(0, 1fr) !important;
  }

  .desktop-about-media {
    margin: 36px 0 36px 36px !important;
  }
}

@media (min-width: 1800px) {
  .hero-carousel-v46 .carousel-prev { left: 28px !important; }
  .hero-carousel-v46 .carousel-next { right: 28px !important; }
}
