* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Georgia", serif;
  color: #3b2a14;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.9), transparent 35%),
    linear-gradient(145deg, #b98a2f 0%, #e9d19a 32%, #fffaf0 68%, #ffffff 100%);
}

a {
  text-decoration: none;
}

.topo {
  width: min(1180px, 92%);
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.marca img {
  height: 72px;
}

nav {
  display: flex;
  gap: 34px;
}

nav a {
  color: #5c431b;
  font: 600 14px Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero {
  width: min(1180px, 92%);
  min-height: 82vh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
}

.selo,
.subtitulo {
  display: inline-block;
  margin-bottom: 22px;
  color: #9a6f24;
  font: 700 13px Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(46px, 6vw, 82px);
  line-height: .95;
  letter-spacing: -3px;
  margin-bottom: 30px;
}

.hero p,
.metodo p,
.texto-sobre p,
.contato p {
  font-family: Arial, sans-serif;
  font-size: 19px;
  line-height: 1.8;
  color: #5f4d35;
  max-width: 620px;
}

.acoes {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.botao {
  display: inline-block;
  padding: 17px 32px;
  border-radius: 0 28px 28px 28px;
  background: #6d4b16;
  color: #fff;
  font: 700 15px Arial, sans-serif;
  box-shadow: 0 18px 40px rgba(109, 75, 22, .28);
}

.link {
  color: #6d4b16;
  font: 700 15px Arial, sans-serif;
  border-bottom: 1px solid #6d4b16;
}

.hero-visual {
  position: relative;
  height: 580px;
}

.circulo {
  position: absolute;
  inset: 30px;
  border-radius: 50% 50% 8% 50%;
  background:
    linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,.2)),
    url("dracarla.PNG") center/cover;
  border: 18px solid rgba(255,255,255,.55);
  box-shadow: 0 30px 80px rgba(88, 57, 12, .22);
}

.card-destaque {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 310px;
  padding: 28px;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(185,138,47,.3);
  box-shadow: 0 20px 55px rgba(88,57,12,.18);
}

.card-destaque small {
  display: block;
  font: 700 12px Arial, sans-serif;
  color: #9a6f24;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.card-destaque strong {
  font-size: 25px;
  line-height: 1.2;
}

.metodo {
  width: min(1180px, 92%);
  margin: 70px auto;
  padding: 80px;
  display: grid;
  grid-template-columns: 180px 1fr;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(185,138,47,.25);
}

.numero {
  font-size: 100px;
  color: rgba(109,75,22,.18);
  font-weight: bold;
}

.metodo h2,
.titulo-lateral h2,
.texto-sobre h2,
.contato h2 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 28px;
}

.tratamentos {
  width: min(1180px, 92%);
  margin: 130px auto;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
}

.titulo-lateral {
  position: sticky;
  top: 120px;
  height: fit-content;
}

.lista-tratamentos {
  display: grid;
  gap: 22px;
}

.lista-tratamentos article {
  padding: 34px;
  background: rgba(255,255,255,.68);
  border-left: 5px solid #b98a2f;
  box-shadow: 0 18px 45px rgba(88,57,12,.1);
  transition: .3s;
}

.lista-tratamentos article:hover {
  transform: translateX(12px);
}

.lista-tratamentos span {
  color: #b98a2f;
  font: 800 13px Arial, sans-serif;
}

.lista-tratamentos h3 {
  margin: 12px 0;
  font-size: 30px;
}

.lista-tratamentos p {
  font: 17px/1.7 Arial, sans-serif;
  color: #5f4d35;
}

.sobre {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  background: #fff;
}

.bloco-imagem{
    position:relative;
    background:
        linear-gradient(rgba(93,63,18,.1), rgba(93,63,18,.1)),
        url("dracarla2.PNG") center/cover no-repeat;
    min-height:700px;
}

/* Círculo */
.moldura{
    position:absolute;

    left:45px;
    bottom:45px;

    width:150px;
    height:150px;

    border-radius:50%;
    background:#b98a2f;

    display:flex;
    justify-content:center;
    align-items:center;

    padding:0px;
    text-align:center;

    box-shadow:0 18px 40px rgba(0,0,0,.18);
}

.moldura p{
    margin:0;
    color:#fff;
    font-size:24px;
    line-height:1.2;
    font-family:Georgia, serif;
}

.texto-sobre {
  padding: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.frase {
  padding: 120px 8%;
  text-align: center;
  background: #6d4b16;
}

.frase h2 {
  color: white;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 1.05;
  max-width: 980px;
  margin: auto;
}

.contato {
  width: min(920px, 92%);
  margin: 110px auto;
  padding: 70px;
  text-align: center;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(185,138,47,.25);
  box-shadow: 0 20px 60px rgba(88,57,12,.12);
}

.contato p {
  margin: 0 auto 18px;
}

.contato .botao {
  margin-top: 24px;
}

footer {
  padding: 34px;
  text-align: center;
  background: #2c1d0b;
  color: #fff;
  font: 14px Arial, sans-serif;
}

@media (max-width: 900px) {
  .topo,
  nav,
  .acoes {
    flex-direction: column;
  }

  .topo {
    gap: 24px;
  }

  nav {
    display: none;
  }

  .hero,
  .metodo,
  .tratamentos,
  .sobre {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    height: 430px;
  }

  .metodo,
  .contato {
    padding: 38px;
  }

  .tratamentos {
    gap: 35px;
    margin: 70px auto;
  }

  .titulo-lateral {
    position: static;
  }
.bloco-imagem{
    position:relative;
    background:
        linear-gradient(rgba(93,63,18,.1), rgba(93,63,18,.1)),
        url("dracarla2.PNG") center/cover;
    min-height:700px;
}

.moldura{
    position:absolute;
    right:35px;
    bottom:45px;

    width:150px;
    height:150px;

    border-radius:50%;
    background:#b98a2f;

    display:flex;
    justify-content:center;
    align-items:center;

    text-align:center;
    padding:15px;

    box-shadow:0 18px 40px rgba(0,0,0,.18);
}
.moldura p{
    font-size:18px;
}
  .texto-sobre {
    padding: 50px 8%;
  }
}
@keyframes subirSuave {
  from {
    opacity: 0;
    transform: translateY(45px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aparecerZoom {
  from {
    opacity: 0;
    transform: scale(.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes flutuar {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

.hero-texto,
.metodo,
.tratamentos,
.sobre,
.frase,
.contato {
  animation: subirSuave .9s ease both;
}

.hero-visual {
  animation: aparecerZoom 1.1s ease both;
}

.circulo {
  animation: aparecerZoom 1.1s ease both, flutuar 5s ease-in-out infinite;
}

.card-destaque {
  animation: subirSuave 1.2s ease both;
}

.lista-tratamentos article {
  opacity: 0;
  animation: subirSuave .8s ease both;
}

.lista-tratamentos article:nth-child(1) {
  animation-delay: .1s;
}

.lista-tratamentos article:nth-child(2) {
  animation-delay: .25s;
}

.lista-tratamentos article:nth-child(3) {
  animation-delay: .4s;
}

.lista-tratamentos article:nth-child(4) {
  animation-delay: .55s;
}

.botao {
  transition: .3s ease;
}

.botao:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 24px 50px rgba(109, 75, 22, .35);
}

nav a {
  position: relative;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 1px;
  background: #6d4b16;
  transition: .3s ease;
}

nav a:hover::after {
  width: 100%;
}
.whatsapp-btn{
    position:fixed;
    right:30px;
    bottom:30px;

    width:68px;
    height:68px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(
        135deg,
        #c89a3c,
        #8d6320
    );

    color:white;

    box-shadow:
    0 15px 35px rgba(141,99,32,.35);

    z-index:999;

    transition:.35s;
}

.whatsapp-btn:hover{
    transform:translateY(-6px) scale(1.05);
}

.whatsapp-btn svg{
    width:30px;
    height:30px;
}

.whatsapp-btn span{
    position:absolute;

    right:85px;

    background:white;

    color:#4f3711;

    padding:12px 18px;

    border-radius:30px;

    font-family:Arial,sans-serif;
    font-size:14px;
    font-weight:600;

    white-space:nowrap;

    opacity:0;
    visibility:hidden;

    transform:translateX(10px);

    transition:.3s;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);
}

.whatsapp-btn:hover span{
    opacity:1;
    visibility:visible;
    transform:translateX(0);
}
/* ===========================
   AVALIAÇÕES
=========================== */

.avaliacoes{
    padding:100px 8%;
    background:#faf9f7;
    text-align:center;
}

.avaliacoes-header{
    max-width:700px;
    margin:auto;
    margin-bottom:50px;
}

.avaliacoes-header h2{
    font-size:2.3rem;
    margin:15px 0;
}

.carousel{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
}

.carousel-track{
    width:700px;
    position:relative;
}

.avaliacao{
    display:none;
    background:#fff;
    padding:45px;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    animation:fade .4s;
}

.avaliacao.active{
    display:block;
}

.estrelas{
    color:#d4af37;
    font-size:24px;
    margin-bottom:20px;
}

.avaliacao p{
    font-size:18px;
    line-height:1.8;
    color:#555;
    margin-bottom:25px;
}

.avaliacao h4{
    margin:0;
    font-size:18px;
}

.avaliacao span{
    color:#888;
    font-size:14px;
}

.carousel-btn{
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    background:white;
    cursor:pointer;
    font-size:22px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    transition:.3s;
}

.carousel-btn:hover{
    transform:scale(1.08);
}

.carousel-dots{
    margin-top:30px;
}

.dot{
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#cfcfcf;
    margin:0 5px;
    cursor:pointer;
}

.dot.active{
    background:#b08a58;
}

@keyframes fade{
    from{
        opacity:0;
        transform:translateY(10px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@media(max-width:768px){

    .carousel-track{
        width:100%;
    }

    .avaliacao{
        padding:30px;
    }

    .carousel-btn{
        display:none;
    }

}
