/* ===========================
   RESET
=========================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background: #f8f6f3;
  color: #222;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}
.lista-tratamentos {
  max-width: 900px;
  margin: 20px auto 0;
  text-align: center;
  color: #7b6a58;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
/* ===========================
   CORES
=========================== */

:root {
  --gold: #b88d57;
  --gold-light: #d8bb92;

  --text: #252525;
  --gray: #6f6f6f;

  --white: #ffffff;
}

/* ===========================
   HEADER
=========================== */

header {
  position: fixed;

  top: 0;
  left: 0;

  width: 100%;

  z-index: 9999;

  transition: 0.45s;

  backdrop-filter: blur(18px);

  background: rgba(255, 255, 255, 0.55);

  border-bottom: 1px solid rgba(184, 141, 87, 0.15);
}

header.scrolled {
  background: rgba(255, 255, 255, 0.94);

  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.08);
}

.header-container {
  width: min(1700px, 96%);

  margin: auto;

  display: flex;

  justify-content: space-between;

  align-items: center;

  height: 105px;

  transition: 0.45s;
}

header.scrolled .header-container {
  height: 82px;
}

/* ===========================
   LOGO
=========================== */

.logo {
  display: flex;

  align-items: center;

  gap: 18px;

  color: var(--text);
}

.logo-circle {
  width: 60px;
  height: 60px;

  border-radius: 50%;

  background: linear-gradient(135deg, var(--gold-light), var(--gold));

  display: flex;
  justify-content: center;
  align-items: center;

  color: white;

  font-weight: 700;

  letter-spacing: 2px;

  transition: 0.45s;
}

.logo:hover .logo-circle {
  transform: rotate(-12deg) scale(1.08);
}

.logo-text h2 {
  font-family: "Cormorant Garamond", serif;

  font-size: 34px;

  font-weight: 700;

  line-height: 1;
}

.logo-text span {
  display: block;

  margin-top: 5px;

  font-size: 12px;

  letter-spacing: 4px;

  color: var(--gold);

  text-transform: uppercase;
}
/* ===========================
   LOGO
=========================== */

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.logo-circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
  border: 2px solid #caa56a;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-text h2 {
  font-size: 1.35rem;
  color: #755a37;
  margin: 0;
  line-height: 1.2;
}

.logo-text span {
  display: block;
  font-size: 0.85rem;
  color: #777;
  margin-top: 2px;
}
/* ===========================
   MENU
=========================== */

nav {
  display: flex;

  align-items: center;

  gap: 55px;
}

nav a {
  position: relative;

  color: #444;

  font-size: 15px;

  font-weight: 500;

  transition: 0.35s;
}

nav a:hover {
  color: var(--gold);
}

nav a::after {
  content: "";

  position: absolute;

  bottom: -12px;

  left: 50%;

  transform: translateX(-50%);

  width: 0;

  height: 2px;

  background: linear-gradient(90deg, var(--gold-light), var(--gold));

  transition: 0.35s;
}

nav a:hover::after {
  width: 100%;
}

/* ===========================
   BOTÃO
=========================== */

.btn-header {
  position: relative;

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  padding: 17px 34px;

  border-radius: 50px;

  background: linear-gradient(135deg, var(--gold-light), var(--gold));

  color: white;

  font-weight: 600;

  transition: 0.35s;

  box-shadow: 0 15px 35px rgba(184, 141, 87, 0.3);
}

.btn-header::before {
  content: "";

  position: absolute;

  top: 0;

  left: -120%;

  width: 80px;

  height: 100%;

  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );

  transform: skewX(-25deg);

  transition: 0.9s;
}

.btn-header:hover::before {
  left: 150%;
}

.btn-header:hover {
  transform: translateY(-4px);

  box-shadow: 0 18px 45px rgba(184, 141, 87, 0.45);
}

/* ===========================
   MOBILE
=========================== */

.menu-mobile {
  display: none;
}

@media (max-width: 1050px) {
  nav {
    display: none;
  }

  .btn-header {
    display: none;
  }

  .menu-mobile {
    display: flex;

    font-size: 34px;

    cursor: pointer;
  }

  .header-container {
    height: 90px;

    width: 92%;
  }
}

@media (max-width: 600px) {
  .logo-circle {
    width: 48px;
    height: 48px;
  }

  .logo-text h2 {
    font-size: 27px;
  }

  .logo-text span {
    font-size: 10px;

    letter-spacing: 3px;
  }
}
.hero {
  position: relative;

  height: 100vh;

  display: flex;

  align-items: center;

  overflow: hidden;

  background-image:
    linear-gradient(
      to right,
      rgba(8, 8, 8, 0.72),
      rgba(8, 8, 8, 0.45),
      rgba(8, 8, 8, 0.15)
    ),
    url("../img/foto_consultorio.jpeg");

  background-size: cover;

  background-position: center;
}

.hero-overlay {
  position: absolute;

  inset: 0;

  background: radial-gradient(
    circle at right,
    rgba(255, 255, 255, 0.05),
    transparent 50%
  );
}

.hero-content {
  position: relative;

  z-index: 2;

  width: min(720px, 90%);

  margin-left: 8%;
}

.hero-tag {
  display: inline-block;

  color: #e8d4b1;

  letter-spacing: 4px;

  text-transform: uppercase;

  font-size: 13px;

  margin-bottom: 28px;
}

.hero h1 {
  font-family: "Cormorant Garamond", serif;

  font-size: 82px;

  line-height: 1.05;

  color: white;

  font-weight: 700;
}

.hero p {
  margin-top: 30px;

  font-size: 20px;

  line-height: 1.9;

  color: rgba(255, 255, 255, 0.86);

  max-width: 620px;
}

.hero-buttons {
  display: flex;

  gap: 20px;

  margin-top: 45px;
}

.btn-primary {
  padding: 18px 38px;

  border-radius: 50px;

  background: linear-gradient(135deg, #d7ba8f, #b88d57);

  color: white;

  font-weight: 600;

  transition: 0.35s;
}

.btn-primary:hover {
  transform: translateY(-5px);
}

.btn-secondary {
  padding: 18px 38px;

  border-radius: 50px;

  border: 1px solid rgba(255, 255, 255, 0.35);

  color: white;

  backdrop-filter: blur(15px);

  transition: 0.35s;
}

.btn-secondary:hover {
  background: white;

  color: #222;
}

.scroll-indicator {
  position: absolute;

  left: 50%;

  bottom: 40px;

  transform: translateX(-50%);
}

.scroll-indicator span {
  display: block;

  width: 2px;

  height: 70px;

  background: linear-gradient(transparent, #fff);

  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;

    transform: translateY(-20px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;

    transform: translateY(20px);
  }
}

@media (max-width: 900px) {
  .hero h1 {
    font-size: 55px;
  }

  .hero p {
    font-size: 18px;
  }

  .hero-buttons {
    flex-direction: column;
  }
}

.about {
  padding: 140px 0;

  background: #fff;
}

.about-container {
  width: min(1400px, 90%);

  margin: auto;

  display: grid;

  grid-template-columns: 520px 1fr;

  gap: 100px;

  align-items: center;
}

.about-image {
  position: relative;
}

.about-image img {
  width: 100%;

  height: 700px;

  object-fit: cover;

  border-radius: 28px;

  position: relative;

  z-index: 2;

  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.12);
}

.image-decoration {
  position: absolute;

  width: 250px;

  height: 250px;

  border: 2px solid var(--gold);

  border-radius: 30px;

  left: -35px;

  top: -35px;
}

.experience-card {
  position: absolute;

  right: -40px;
  bottom: 40px;

  width: 320px;
  background: white;

  padding: 24px 28px;

  border-radius: 24px;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);

  z-index: 5;
}

.experience-card h3 {
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 1.2;
}

.experience-card span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.section-subtitle {
  color: var(--gold);

  letter-spacing: 4px;

  font-size: 13px;

  font-weight: 600;
}

.about-content h2 {
  margin: 20px 0 30px;

  font-size: 62px;

  line-height: 1.1;

  font-family: "Cormorant Garamond", serif;

  color: #222;
}

.about-content p {
  font-size: 18px;

  color: #666;

  line-height: 1.9;

  margin-bottom: 25px;
}

.about-features {
  margin: 45px 0;

  display: grid;

  gap: 20px;
}

.about-features div {
  display: flex;

  align-items: center;

  gap: 16px;

  font-size: 17px;

  color: #333;

  font-weight: 500;
}

.about-features span {
  width: 38px;

  height: 38px;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 50%;

  background: #f6efe6;

  color: var(--gold);
}

.signature {
  margin-top: 40px;
}

.signature strong {
  font-size: 34px;

  font-family: "Cormorant Garamond", serif;
}

.signature p {
  margin-top: 5px;

  color: var(--gold);

  font-weight: 500;
}

@media (max-width: 1100px) {
  .about-container {
    grid-template-columns: 1fr;

    gap: 70px;
  }

  .about-image {
    max-width: 500px;

    margin: auto;
  }

  .about-content h2 {
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  .about {
    padding: 90px 0;
  }

  .about-image img {
    height: 500px;
  }

  .experience-card {
    right: 20px;

    bottom: 20px;

    width: 180px;

    padding: 20px;
  }

  .about-content h2 {
    font-size: 38px;
  }
}
/* =======================================================
   TRATAMENTOS
======================================================= */
/* ============================================================
   TRATAMENTOS
============================================================ */

.tratamentos {
  width: 100%;
  padding: 110px 0;
  background: #faf9f7;
  position: relative;
  overflow: hidden;
}

/* ============================================================
   TÍTULO
============================================================ */

.tratamentos .section-title {
  width: min(780px, 90%);
  margin: 0 auto 65px;
  text-align: center;
}

.tratamentos .section-title span {
  display: inline-block;
  margin-bottom: 16px;

  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;

  color: #b88d57;
}

.tratamentos .section-title h2 {
  margin: 0;

  font-family: "Cormorant Garamond", serif;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.08;
  font-weight: 500;

  color: #242424;
}

.tratamentos .section-title h2 strong {
  color: #b88d57;
  font-weight: 600;
}

.tratamentos .section-title p {
  max-width: 620px;
  margin: 22px auto 0;

  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.8;

  color: #777;
}

/* ============================================================
   ÁREA DOS CARDS
============================================================ */

.slider-wrapper {
  width: 100%;
  display: block;
}

/* ============================================================
   LINHA DOS CARDS
============================================================ */
.slider-track {
  width: 100%;

  display: flex;
  flex-wrap: nowrap;

  gap: 25px;

  padding: 4px 5% 35px;

  overflow-x: auto;
  overflow-y: visible;

  justify-content: flex-start;

  scrollbar-width: none;

  scroll-behavior: smooth;
}

.slider-track::-webkit-scrollbar {
  display: none;
}
.slider-track {
  width: 100%;

  display: flex;
  flex-wrap: nowrap;

  gap: 25px;

  padding: 4px 5% 35px;

  overflow-x: auto;
  overflow-y: visible;

  justify-content: flex-start;

  scrollbar-width: none;

  scroll-behavior: smooth;
}

.slider-track::-webkit-scrollbar {
  display: none;
}

/* ============================================================
   BOTÕES DO CARROSSEL
============================================================ */

.slider-wrapper {
  position: relative;
  width: 100%;
}

/* ============================================================
   BOTÃO
============================================================ */

.slider-btn {
  position: absolute;

  top: 50%;
  transform: translateY(-50%);

  z-index: 20;

  width: 58px;
  height: 58px;

  border-radius: 50%;

  border: 1px solid rgba(184, 141, 87, 0.35);

  background: rgba(255, 255, 255, 0.96);

  color: #b88d57;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;

  cursor: pointer;

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.1),
    0 2px 8px rgba(184, 141, 87, 0.08);

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

/* ============================================================
   POSIÇÃO
============================================================ */

.slider-btn.prev {
  left: 25px;
}

.slider-btn.next {
  right: 25px;
}

/* ============================================================
   HOVER
============================================================ */

.slider-btn:hover {
  transform: translateY(-50%) scale(1.08);

  background: #b88d57;

  color: #fff;

  border-color: #b88d57;

  box-shadow: 0 15px 35px rgba(184, 141, 87, 0.25);
}

/* ============================================================
   CLICK
============================================================ */

.slider-btn:active {
  transform: translateY(-50%) scale(0.94);
}

/* ============================================================
   FOCO
============================================================ */

.slider-btn:focus-visible {
  outline: 2px solid #b88d57;
  outline-offset: 4px;
}

/* ============================================================
   TABLET
============================================================ */

@media (max-width: 1100px) {
  .slider-btn {
    width: 52px;
    height: 52px;

    font-size: 22px;
  }

  .slider-btn.prev {
    left: 15px;
  }

  .slider-btn.next {
    right: 15px;
  }
}

/* ============================================================
   CELULAR
============================================================ */

@media (max-width: 650px) {
  .slider-btn {
    width: 46px;
    height: 46px;

    font-size: 20px;

    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  }

  .slider-btn.prev {
    left: 8px;
  }

  .slider-btn.next {
    right: 8px;
  }
}
/* ============================================================
   CARDS
============================================================ */

.card {
  flex: 0 0 320px;

  width: 320px;
  min-width: 320px;

  height: 540px;

  background: #fff;

  border: 1px solid rgba(184, 141, 87, 0.15);

  border-radius: 24px;

  overflow: hidden;

  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);

  display: flex;
  flex-direction: column;

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.card:hover {
  transform: translateY(-8px);

  border-color: rgba(184, 141, 87, 0.3);

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.11);
}

/* ============================================================
   IMAGEM
============================================================ */

.card img {
  width: 100%;
  height: 300px;

  object-fit: cover;

  display: block;

  transition: transform 0.7s ease;
}

.card:hover img {
  transform: scale(1.06);
}

/* ============================================================
   CONTEÚDO
============================================================ */

.card-content {
  padding: 25px;

  display: flex;
  flex-direction: column;

  flex: 1;
}

.card-content > span {
  display: inline-block;

  margin-bottom: 12px;

  color: #b88d57;

  font-family: "Poppins", sans-serif;

  font-size: 10px;
  font-weight: 600;

  letter-spacing: 2px;

  text-transform: uppercase;
}

.card-content h3 {
  margin: 0 0 12px;

  font-family: "Cormorant Garamond", serif;

  font-size: 30px;

  line-height: 1.1;

  font-weight: 600;

  color: #252525;
}

.card-content p {
  margin: 0;

  font-family: "Poppins", sans-serif;

  font-size: 13px;

  line-height: 1.7;

  color: #777;
}

/* ============================================================
   DESKTOP GRANDE
============================================================ */

@media (min-width: 1500px) {
  .slider-track {
    gap: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .card {
    flex: 0 0 340px;

    width: 340px;
    min-width: 340px;
  }
}

/* ============================================================
   TABLET
============================================================ */

@media (max-width: 1100px) {
  .tratamentos {
    padding: 90px 0;
  }

  .slider-track {
    gap: 22px;

    padding-left: 4%;
    padding-right: 4%;

    /*
           No tablet também permite rolagem horizontal.
        */
    justify-content: flex-start;
    overflow-x: auto;

    scrollbar-width: none;
  }

  .slider-track::-webkit-scrollbar {
    display: none;
  }

  .card {
    flex: 0 0 300px;

    width: 300px;
    min-width: 300px;

    height: 510px;
  }

  .card img {
    height: 270px;
  }
}

/* ============================================================
   CELULAR
============================================================ */

@media (max-width: 650px) {
  .tratamentos {
    padding: 75px 0;
  }

  .tratamentos .section-title {
    margin-bottom: 45px;
  }

  .tratamentos .section-title h2 {
    font-size: 38px;
  }

  .tratamentos .section-title p {
    font-size: 14px;
  }

  /* ========================================================
       CARROSSEL ESTÁTICO NO MOBILE
    ======================================================== */

  .slider-track {
    /*
           Mantém TODOS os cards na mesma linha.
        */
    display: flex;

    flex-direction: row;

    flex-wrap: nowrap;

    /*
           Espaço entre os cards.
        */
    gap: 18px;

    /*
           Espaço nas laterais.
        */
    padding: 4px 20px 30px;

    /*
           Permite o usuário arrastar para a direita
           E também voltar para a esquerda.
        */
    overflow-x: auto;

    overflow-y: visible;

    /*
           Remove a barra de rolagem.
        */
    scrollbar-width: none;

    /*
           Impede o navegador de tentar quebrar
           o movimento horizontal.
        */
    touch-action: pan-x;

    /*
           Não centraliza os cards no mobile.
        */
    justify-content: flex-start;

    /*
           Rolagem mais agradável no celular.
        */
    scroll-behavior: smooth;

    /*
           Faz o primeiro card começar corretamente
           depois dos 20px de margem.
        */
    scroll-padding-left: 20px;
  }

  .slider-track::-webkit-scrollbar {
    display: none;
  }

  /* ========================================================
       CARD MOBILE
    ======================================================== */

  .card {
    /*
           O card NÃO pode encolher.
        */
    flex: 0 0 290px;

    width: 290px;

    min-width: 290px;

    height: 460px;
  }

  /* ========================================================
       IMAGEM
    ======================================================== */

  .card img {
    height: 250px;
  }

  /* ========================================================
       CONTEÚDO
    ======================================================== */

  .card-content {
    padding: 22px;
  }

  .card-content h3 {
    font-size: 28px;
  }

  .card-content p {
    font-size: 12px;
  }
}

/* ============================================================
   CELULARES MUITO PEQUENOS
============================================================ */

@media (max-width: 400px) {
  .card {
    flex-basis: 275px;

    width: 275px;
    min-width: 275px;
  }

  .slider-track {
    padding-left: 16px;
    padding-right: 16px;

    gap: 16px;
  }
}

/*=============================
    DEPOIMENTOS
=============================*/

.reviews {
  padding: 140px 0;

  background: white;
}

.reviews-header {
  width: min(850px, 90%);

  margin: auto;

  text-align: center;
}

.reviews-header span {
  color: var(--gold);

  letter-spacing: 4px;

  font-size: 13px;

  font-weight: 600;
}

.reviews-header h2 {
  font-family: "Cormorant Garamond", serif;

  font-size: 60px;

  margin: 20px 0;

  color: #222;
}

.reviews-header p {
  color: #666;

  font-size: 18px;

  line-height: 1.8;
}

/*=============================*/

.google-review-box {
  width: min(1300px, 92%);

  margin: 70px auto;

  display: flex;

  justify-content: space-between;

  align-items: center;

  background: #faf8f5;

  padding: 30px 40px;

  border-radius: 24px;
}

.google-info {
  display: flex;

  align-items: center;

  gap: 20px;
}

.google-info img {
  width: 60px;
}

.google-info h3 {
  font-size: 26px;
}

.google-info span {
  color: #f4b400;

  font-weight: 600;

  font-size: 18px;
}

.google-btn {
  padding: 16px 28px;

  border-radius: 50px;

  background: var(--gold);

  color: white;

  transition: 0.35s;
}

.google-btn:hover {
  transform: translateY(-3px);
}

/*=============================*/

.reviews-grid {
  width: min(1300px, 92%);

  margin: auto;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 30px;
}

.review-card {
  background: #fff;

  border-radius: 25px;

  padding: 35px;

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);

  transition: 0.35s;
}

.review-card:hover {
  transform: translateY(-8px);
}

.stars {
  color: #f4b400;

  font-size: 22px;

  margin-bottom: 20px;
}

.review-card p {
  color: #555;

  line-height: 1.9;

  margin-bottom: 35px;
}

.review-user {
  display: flex;

  align-items: center;

  gap: 15px;
}

.avatar {
  width: 55px;

  height: 55px;

  border-radius: 50%;

  background: linear-gradient(135deg, #d9b47d, #b88d57);

  color: white;

  display: flex;

  justify-content: center;

  align-items: center;

  font-weight: 700;

  font-size: 22px;
}

.review-user strong {
  display: block;
}

.review-user span {
  color: #888;

  font-size: 14px;
}

/*=============================*/

@media (max-width: 900px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .google-review-box {
    flex-direction: column;

    gap: 25px;

    text-align: center;
  }

  .reviews-header h2 {
    font-size: 40px;
  }
}
/*======================================
    CONTATO
======================================*/

.contact {
  padding: 140px 0;

  background: #faf8f5;
}

.contact-title {
  width: min(800px, 90%);

  margin: auto;

  text-align: center;

  margin-bottom: 70px;
}

.contact-title span {
  color: var(--gold);

  letter-spacing: 4px;

  text-transform: uppercase;

  font-size: 13px;

  font-weight: 600;
}

.contact-title h2 {
  margin: 20px 0;

  font-size: 62px;

  line-height: 1.1;

  font-family: "Cormorant Garamond", serif;
}

.contact-title p {
  color: #666;

  font-size: 18px;

  line-height: 1.8;
}

.contact-container {
  width: min(1450px, 92%);

  margin: auto;

  display: grid;

  grid-template-columns: 430px 1fr;

  gap: 40px;

  align-items: stretch;
}

.contact-info {
  background: white;

  border-radius: 30px;

  padding: 45px;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.contact-item {
  display: flex;

  gap: 20px;

  margin-bottom: 35px;
}
.contact-icon {
  min-width: 60px;

  height: 60px;

  border-radius: 18px;

  display: flex;

  justify-content: center;

  align-items: center;

  background: #f5eee4;

  color: var(--gold);
}

.contact-icon svg {
  width: 28px;

  height: 28px;

  stroke-width: 1.8;
}

.contact-icon.whatsapp {
  background: #e9f8ee;

  color: #25d366;
}

.contact-button {
  display: flex;

  gap: 10px;
}

.contact-button svg {
  width: 22px;

  height: 22px;
}
.contact-item h3 {
  margin-bottom: 10px;

  color: #222;
}

.contact-item p {
  color: #666;

  line-height: 1.8;
}

.contact-item a {
  color: var(--gold);

  font-weight: 600;
}

.contact-button {
  margin-top: 20px;

  display: flex;

  justify-content: center;

  align-items: center;

  height: 60px;

  border-radius: 50px;

  background: linear-gradient(135deg, #d9b47d, #b88d57);

  color: white;

  font-weight: 600;

  transition: 0.35s;
}

.contact-button:hover {
  transform: translateY(-4px);
}

.contact-map {
  border-radius: 30px;

  overflow: hidden;

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.contact-map iframe {
  width: 100%;

  height: 100%;

  min-height: 650px;

  border: none;
}

@media (max-width: 1000px) {
  .contact-container {
    grid-template-columns: 1fr;
  }

  .contact-map iframe {
    min-height: 450px;
  }
}

@media (max-width: 768px) {
  .contact {
    padding: 90px 0;
  }

  .contact-title h2 {
    font-size: 42px;
  }

  .contact-info {
    padding: 30px;
  }
}
/*================================
        FOOTER
================================*/

.footer {
  background: #111;

  color: white;

  padding: 90px 0 30px;

  position: relative;
}

.footer::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 1px;

  background: linear-gradient(90deg, transparent, #c8a06a, transparent);
}

.footer-container {
  width: min(1400px, 92%);

  margin: auto;

  display: grid;

  grid-template-columns: 2fr 1fr 1fr 1.3fr;

  gap: 60px;
}

/* MARCA */

.footer-brand h2 {
  font-family: "Cormorant Garamond", serif;

  font-size: 55px;

  margin-bottom: 5px;
}

.footer-brand span {
  color: #d8b47a;

  font-size: 14px;

  letter-spacing: 2px;
}

.footer-brand p {
  color: #aaa;

  line-height: 1.8;

  max-width: 330px;

  margin: 25px 0;
}

/* SOCIAL */

.footer-social {
  display: flex;

  gap: 15px;
}

.footer-social a {
  width: 45px;

  height: 45px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #222;

  color: white;

  transition: 0.35s;
}

.footer-social a:hover {
  background: #c8a06a;

  transform: translateY(-5px);
}

.footer-social svg {
  width: 20px;
}

/* COLUNAS */

.footer-column h3 {
  font-size: 18px;

  margin-bottom: 25px;

  color: white;
}

.footer-column a {
  display: block;

  color: #ffe8e8;

  margin-bottom: 15px;

  transition: 0.3s;
}

.footer-column a:hover {
  color: #d8b47a;

  padding-left: 5px;
}

/* CONTATO */

.footer-contact p {
  display: flex;

  gap: 12px;

  color: #aaa;

  line-height: 1.8;

  margin-bottom: 18px;
}

.footer-contact svg {
  min-width: 20px;

  color: #d8b47a;
}

.footer-whatsapp {
  display: flex !important;

  align-items: center;

  justify-content: center;

  gap: 10px;

  background: #25d366;

  color: white !important;

  padding: 15px 20px;

  border-radius: 50px;

  margin-top: 25px;
}

.footer-whatsapp:hover {
  background: #20bd5a;

  padding-left: 20px !important;
}

/* BOTTOM */

.footer-bottom {
  width: min(1400px, 92%);

  margin: 70px auto 0;

  padding-top: 25px;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

  display: flex;

  justify-content: space-between;

  color: #777;

  font-size: 14px;
}

@media (max-width: 1000px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) {
  .footer-container {
    grid-template-columns: 1fr;

    gap: 40px;
  }

  .footer-brand h2 {
    font-size: 45px;
  }

  .footer-bottom {
    flex-direction: column;

    gap: 15px;

    text-align: center;
  }
}
/*======================================
            FAQ
======================================*/

.faq {
  padding: 140px 0;
  background: #fff;
}

.faq-header {
  width: min(850px, 90%);
  margin: auto;
  text-align: center;
  margin-bottom: 70px;
}

.faq-header span {
  color: var(--gold);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.faq-header h2 {
  margin: 20px 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  line-height: 1.1;
  color: #222;
}

.faq-header p {
  color: #666;
  font-size: 18px;
  line-height: 1.8;
}

.faq-container {
  width: min(1000px, 92%);
  margin: auto;
}

.faq-item {
  background: #fff;
  border-radius: 22px;
  margin-bottom: 20px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: 0.35s;
}

.faq-item:hover {
  transform: translateY(-3px);
}

.faq-question {
  width: 100%;
  padding: 28px 35px;
  background: none;
  border: none;
  cursor: pointer;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;

  font-size: 19px;
  font-weight: 600;
  color: #222;
  text-align: left;
}

.faq-question span {
  flex-shrink: 0;

  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f6efe6;
  color: var(--gold);

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 24px;
  transition: 0.35s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}

.faq-answer p {
  padding: 0 35px 30px;
  color: #666;
  line-height: 1.9;
  font-size: 17px;
  margin: 0;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
  background: var(--gold);
  color: #fff;
}

/*======================================
            MOBILE
======================================*/

@media (max-width: 768px) {
  .faq {
    padding: 90px 0;
  }

  .faq-header {
    width: 90%;
    margin-bottom: 45px;
  }

  .faq-header h2 {
    font-size: 40px;
  }

  .faq-header p {
    font-size: 16px;
  }

  .faq-container {
    width: 92%;
  }

  .faq-item {
    margin-bottom: 15px;
    border-radius: 18px;
  }

  .faq-question {
    padding: 22px 20px;
    font-size: 16px;
    gap: 15px;
  }

  .faq-question span {
    width: 34px;
    height: 34px;
    min-width: 34px;
    font-size: 21px;
  }

  .faq-answer p {
    padding: 0 20px 22px;
    font-size: 15px;
    line-height: 1.7;
  }

  .faq-item.active .faq-answer {
    max-height: 600px;
  }
}

/*======================================
          REDES SOCIAIS
======================================*/

.social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-links a {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  color: #fff;
  background: #b88d57;

  font-size: 19px;
  text-decoration: none;

  transition: 0.3s ease;
}

.social-links a:hover {
  transform: translateY(-3px);
  background: #a67a48;
}
/* ==========================
   MODAL DE CONTATO
========================== */

.whatsapp-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999;
  padding: 20px;
}

.whatsapp-modal.active {
  opacity: 1;
  visibility: visible;
}

.whatsapp-box {
  background: #fff;
  width: 100%;
  max-width: 460px;
  border-radius: 24px;
  padding: 35px 30px;
  position: relative;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.close-modal {
  position: absolute;
  top: 18px;
  right: 18px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 22px;
  color: #888;
}

.modal-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b88d57, #d8bb92);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 34px;
}

.whatsapp-box h2 {
  color: #3b2d25;
  margin-bottom: 10px;
}

.whatsapp-box p {
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
}

.numero-contato {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  text-decoration: none;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 16px 18px;
  margin-bottom: 14px;
  transition: 0.25s;
}

.numero-contato:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.numero-contato div {
  flex: 1;
  text-align: left;
}

.numero-contato strong {
  display: block;
  color: #2f2f2f;
  margin-bottom: 4px;
}

.numero-contato span {
  color: #777;
  font-size: 15px;
}

/* WhatsApps */
.whatsapp-opcao:hover {
  border-color: #25d366;
}

.whatsapp-opcao > i:first-child {
  font-size: 34px;
  color: #25d366;
}

/* Telefone */
.telefone-opcao:hover {
  border-color: #b88d57;
}

.telefone-opcao > i:first-child {
  font-size: 28px;
  color: #b88d57;
}

.seta {
  color: #999;
  font-size: 14px;
}
