/* ==========================
   RESET / BASE
========================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif", serif;
}

body {
  background: #f5f5f5;
  color: #222;
}



/* ==========================
   HERO / TOPO
========================== */
.hero {
  position: relative;
  height: 105vh;

  background-image: url("../img/bg-raf.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.55) 35%,
    rgba(0, 0, 0, 0.20) 60%,
    rgba(0, 0, 0, 0.00) 100%
  );

  z-index: 1;
}


/* conteúdo do hero */
.hero-content {
  position: relative;
  z-index: 2;
}

.container-hero {
  max-width: 600px;
  margin-left: 12rem;
}
.logo {
  width: 240px;
}

.subtitle {
  font-style: italic;
  opacity: 0.85;
  display: block;
  padding: 30px 0px 5px 0px;
  font-size: 1.5rem;
}

.hero h1 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}


.hero p {
  font-size: 1rem;
  line-height: 1.7;
  
  margin-bottom: 20px;
}

/* ==========================
   LISTA DO HERO (ÍCONES)
========================== */
.hero-list {
  list-style: none;
  margin-bottom: 25px;
}

.hero-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 16px;
}

/* ÍCONE VERDE */
.hero-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  
}

.hero-list span {
  font-size: 16px; /* controla texto */
}

.hero-list i {
  font-size: 17px; /* controla ícone */
  color: #C45774;
  
}


/* ==========================
   BOTÃO WHATSAPP
========================== */
.containerBtnwpp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  
  color: #000;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 490px;
  height: 70px;
}

.btn-whats{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid black;
    border-radius: 25px;
    width: 488px;
    height: 68px;
    color:black;
    font-size: 1rem;
}

.containerBtnwpp:hover,
.btn-whats:hover {
  
  color: #000;
  border:0px;
  transition: all 1s ease;
  transform: scale(1.01);
}


.hero small {
  display: block;
  margin-top: 18px;
  font-size: 15px;
  opacity: 0.75;
}

/* ==========================
   SEÇÃO DOR / PROBLEMA
========================== */
.dor {
  background: #ffffff;
  padding: 100px 20px;
}

.dor-container {
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  align-items: center;
}

.container-dorList{
  display: flex;
  gap: 2rem;
}

/* imagem */
.dor-img img {
  width: 100%;
  width: 550px;
  border-radius: 20px;
  display: block;
}

.grenbtn{
  background-color: #C45774!important;
  color: #fff!important;
  
  
}
.grenbtn:hover{
  background-color: #45c556!important;
  color: #fff!important;
  transform: scale(1.01)!important;
}
.borderRosa{
  border: 3px solid #C45774!important ;
}

/* texto */
.dor-content h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #2b2b2b;
  text-align: left;
}

.dor-content h2 span {
  color: #C45774
}

.dor-sub {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #555;
}

.dor-list {
  list-style: none;
  margin-bottom: 20px;
}

.dor-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 0.95rem;
  color: #333;
}

.dor-list i {
  color: #C45774;
}

.dor-final {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 30px;
}

.btn-dor {
  display: inline-block;
  padding: 16px 34px;
  background: #6fe000;
  color: #000;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}


.cta-box {
  background: #C45774;
  border-radius: 24px;
  width: 1260px;
  height: 500px;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* 👈 isso aqui */

  text-align: center;
  color: #fff;
}

.cta-box h2 {
  text-align: center; /* 👈 isso aqui */
  font-size: 2rem;
  margin-bottom: 1.1rem;
}


.cta-box p {
  max-width: 720px;
  margin: 0 auto 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
}

.cta-box p strong {
  font-weight: 600;
}

/* ======== CARROSSEL TRATAMENTOS ======== */



.container-tratamentos {
  display: flex;
  background-color: #C45774;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 100px 20px 70px;
}

.titulo-tratamentos {
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  max-width: 850px;
  line-height: 1.3;
  font-weight: 600;
}

.tratamentos {
  height: 100%;
  width: 75%;
  padding: 30px 0 70px; /* espaço para as bolinhas */
  position: relative;
}

.tratamento-card {
  background: #3a3a3a;
  border-radius: 18px;
  height: 620px;
  overflow: hidden;
}

.tratamento-card img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}

.tratamento-info {
  padding: 22px;
  text-align: center;
  color: #fff;
}

.tratamento-info h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.tag-tratamentos {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.75rem;
  opacity: 0.85;
}
.tratamento-info ul {
  list-style: none;
  padding: 0;
}

.tratamento-info li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.tratamento-info i {
  color: #6b7a4b;
}

/* ======== PAGINAÇÃO (BOLINHAS) ======== */
.swiper-pagination-tratamentos {
  position: absolute;
  bottom: 30px !important;
  left: 0;
  width: 100%;
  text-align: center;
}

.swiper-pagination-tratamentos .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #000000;
  background: #fff;
  opacity: 0.4;
  margin: 0 6px !important;
}

.swiper-pagination-tratamentos .swiper-pagination-bullet-active {
  opacity: 1;
  background: #C45774;
}


/*quem somos*/


.quem-somos {
  padding: 80px 20px;
  background: #f8f4f6;
}

.quem-somos-container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-direction: row-reverse;
  
}

/* COLUNA IMAGENS */


.quem-somos-imagens img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  
  border-radius: 20px;
  margin-bottom: 20px;
  display: block;
}

.quem-somos-info {
  margin-top: 3px;
  font-size: 14px;
  color: #444;
}

.quem-somos-info p {
  margin-bottom: 10px;
}

.quem-somos-icons {
  display: flex;
  gap: 14px;
  margin: 20px 0;
}

.quem-somos-icons i {
  width: 46px;
  height: 46px;
  background: #C45774; /* verde igual ao site */
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;
  border-radius: 50%;

  cursor: pointer;
  transition: all 0.3s ease;
}

/* HOVER (opcional, mas fica top) */
.quem-somos-icons i:hover {
  background: #cc5a78;
  transform: translateY(-2px);
}


/* COLUNA TEXTO */


.tag {
  color: #C45774;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.quem-somos-texto h2 {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 20px;
}

.quem-somos-texto h2 span {
  color: #C45774;
}

.quem-somos-texto p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 18px;
  color: #333;
}

.medico {
  margin-top: 20px;
}

.medico strong {
  display: block;
  margin-bottom: 6px;
}

.medico span{
  color: #C45774;
  font-weight: 500;
  font-size: 1.2rem;
}

.container-imagens {
  display: flex;
  gap: 10px;

}


/* ===== CARROSSEL CLÍNICA (CONTÍNUO) ===== */
.carrossel-clinica {
  width: 100%;
  overflow: hidden;
}

.clinica-swiper {
  width: 100%;
}

.clinica-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.clinica-swiper .swiper-slide {
  width: 460px;
  height: 440px;
  flex-shrink: 0;
}

.clinica-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* carrosel resultados */
/* ===== CARROSSEL RESULTADOS ===== */

.carrossel-resultados {
  padding: 80px 0;
  background: #fafafa;
  overflow: hidden;
}

.titulo-resultados {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px;
  color: #2b2b2b;
}

.titulo-resultados span {
  color: #C45774;
}

/* SWIPER */
.resultados-swiper {
  width: 75%;
}

/* SLIDES */
.resultados-swiper .swiper-slide {
  width: 460px;          /* largura fixa */
  height: 460px;
  flex-shrink: 0;
}

/* CARD */
.resultado-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}


/*pq gama*
/* SECTION */
.porque-gama {
  background: linear-gradient(180deg, #b5476a 0%, #9f3e5f 100%);
  padding: 100px 20px;
  display: flex;              /* 👈 FLEX NA SECTION */
  justify-content: center;
  
}

/* CONTAINER */
.porque-gama-container {
  max-width: 1300px;
  width: 100%;
  display: flex;
  flex-direction: column;     /* 👈 duas divs em coluna */
  align-items: center;
  gap: 60px;
}

/* TOPO */
.porque-gama-topo h2 {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}

/* CARDS */
.porque-gama-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.porque-gama-cards i{
  font-size: 2.3rem;
}

/* CARD */
.card {
  background: #e9ece3;
  border-radius: 20px;
  padding: 30px;
  width: 380px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cards-grandes{
  display: flex;
  gap: 20px;
  width: 100%;
  
}
.card-grande{
  background: #e9ece3;
  border-radius: 20px;
  padding: 30px;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 260px;
}

/* ÍCONE */
.card .icone {
  width: 52px;
  height: 52px;
  background: #d4a93c;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-grande .icone{
  width: 52px;
  height: 52px;
  background: #d4a93c;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TEXTO */
.card h3 {
  font-size: 1.1rem;
  color: #000;
}

.card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}

/* BOTÃO */
.porque-gama-btn {
  margin-top: 30px;
}

.btn-whats {
  padding: 16px 36px;
  background: #fff;
  color: #000;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-whats:hover {
  background: #6fe000;
}


/* CARD */
.cta-final-container {
  background: #fff;
  width: 100%;
  padding: 80px 60px;
  border-radius: 14px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

/* TÍTULO */
.cta-final-container h2 {
  font-size: 2rem;
  line-height: 1.3;
  color: #222;
  max-width: 900px;
}

.cta-final-container h2 span {
  color: #C45774;
}

/* TEXTO */
.cta-final-container p {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
  max-width: 820px;
}


/*mapa*/


.localizacao-container {
  max-width: 100%;
 
}



/* MAPA */


.localizacao-container iframe {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 18px;
}

/*faq */
.faq {
  background: #3a3a3a;
  padding: 80px 20px;
}

.faq h2 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.faq-container {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

/* BOTÃO */
.faq-question {
  width: 100%;
  background: #fff;
  border: none;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* SETA */
.faq-question .icon {
  transition: transform 0.3s ease;
}

/* RESPOSTA */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-answer p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* ATIVO */
.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 22px 18px;
}

.faq-item.active .icon {
  transform: rotate(180deg);
}



/*footer*/
.footer {
  background: linear-gradient(to top, #000, #111);
  padding: 40px 20px;
  text-align: center;
  color: #ccc;
  font-size: 13px;
}

.footer-icons {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.footer-icons a {
  width: 42px;
  height: 42px;
  background: #C45774;
  color: #fff;
  border-radius: 8px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
  transition: 0.3s;
}

.footer-icons a:hover {
  background: #c54567;
  transform: translateY(-2px);
}





/* ==========================
   ≥ 1400px (TELAS GRANDES)
========================== */
@media (min-width: 1400px) {
  .container-hero {
    margin-left: 22rem;
  }

  .cta-box {
    width: 1300px;
  }
}

/* ==========================
   ≤ 1200px
========================== */
@media (max-width: 1200px) {
  .container-hero {
    margin-left: 10rem;
  }

  .cta-box {
    width: 100%;
    height: auto;
    padding: 60px 40px;
  }

  .quem-somos-container {
    gap: 50px;
  }
}

/* ==========================
   ≤ 1024px (NOTEBOOK)
========================== */
@media (max-width: 1024px) {
  .hero {
    height: auto;
    padding: 80px 20px;
  }

  .container-hero {
    margin-left: 0;
    max-width: 100%;
  }

  .container-dorList {
    flex-direction: column;
    align-items: center;
  }

  .dor-img img {
    width: 100%;
    max-width: 520px;
  }

  .quem-somos-container {
    flex-direction: column;
    align-items: center;
  }

  .cards-grandes {
    flex-direction: column;
  }

  .card-grande {
    width: 100%;
    height: auto;
  }
}

/* ==========================
   ≤ 900px
========================== */
@media (max-width: 900px) {
  h1 {
    font-size: 2rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero-list li {
    font-size: 15px;
  }

  

  .tratamentos,
  .resultados-swiper {
    width: 90%;
  }

  .clinica-swiper .swiper-slide {
    width: 380px;
    height: 360px;
  }
}

/* ==========================
   ≤ 768px (TABLET)
========================== */
@media (max-width: 768px) {
  .subtitle {
    font-size: 1.2rem;
    padding: 20px 0;
  }

  .containerBtnwpp,
  .btn-whats {
    width: 100%;
    max-width: 420px;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  .dor-content h2 {
    font-size: 1.7rem;
  }

  .cta-box h2 {
    font-size: 1.7rem;
  }

  .titulo-tratamentos,
  .titulo-resultados {
    font-size: 1.7rem;
  }

  .quem-somos-texto h2 {
    font-size: 1.6rem;
  }

  .faq h2 {
    font-size: 1.7rem;
  }
}

/* ==========================
   ≤ 600px
========================== */
@media (max-width: 600px) {
  .hero {
    background-position: center;
  }

  .logo {
    width: 150px;
  }

  .hero p {
    font-size: 0.95rem;
  }

  .dor {
    padding: 70px 15px;
  }

  .cta-box {
    padding: 50px 20px;
  }

  .clinica-swiper .swiper-slide {
    width: 300px;
    height: 280px;
  }

  .resultados-swiper .swiper-slide {
    width: 280px;
    height: 280px;
  }
}

/* ==========================
   ≤ 480px (CELULAR)
========================== */
@media (max-width: 480px) {
  .hero h1 {
    font-size: 1.55rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  .hero-list li {
    font-size: 14px;
  }

  .dor-content h2 {
    font-size: 1.45rem;
  }



  .cta-box h2 {
    font-size: 1.45rem;
  }

  .card {
    width: 100%;
  }

  .faq-question {
    font-size: 14px;
  }

  .footer {
    font-size: 12px;
  }
}
