body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #F5F1EA;
  color: #3E3A36;
  text-align: center;
}
section {
  padding: 60px 20px;
}

.hero {
  background-color: #F5F1EA;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8em;
}

h2 {
  margin-bottom: 20px;
}

p {
  max-width: 600px;
  margin: 0 auto 15px;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #7A8A6B;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.container {
  padding: 0 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.texto {
  text-align: left;
}

.foto {
  width: 240px;
  border-radius: 50%;
 
}


.hero {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btn {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 28px;
  background-color: #7A8A6B;
  color: white;
  text-decoration: none;
  border-radius: 6px;
}

.hero {
  padding: 100px 20px;

  background: linear-gradient(
    to right,
    #F5F1EA 50%,
    #d6d0c4 75%,
    #c5beb1 100%
  );
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;

  max-width: 1100px;
  margin: 0 auto;

  overflow: visible; /* IMPORTANTE */
}

/* TEXTO */
.hero-texto {
  width: 50%;
  text-align: left;
}

/* IMAGEM */
.hero-imagem {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.hero-imagem img {
  width: 100%;
  max-width: 450px;

  /* fade lateral */
  -webkit-mask-image: linear-gradient(to left, black 80%, transparent 100%);
  mask-image: linear-gradient(to left, black 80%, transparent 100%);
}

.nome {
  display: block;
  font-size: 2.0em;
  letter-spacing: 1px;
  margin-bottom: 12px;
  color: #7A8A6B;
  font-family: 'Playfair Display', serif;
}

.hero-texto h1 {
  font-size: 2.0em;
  margin-bottom: 18px;
}

.como-funciona {
  padding: 80px 10px 80px;
  background-color: #EFEAE2;
  
}


.como-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  
}

.como-container h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2em;
  margin-bottom: 10px;
}

.item {
  margin-bottom: 25px;
}

.item h3 {
  color: #7A8A6B;
  margin-bottom: 8px;
}

.sobre {
  padding: 0px 20px 80px;
  background-color: #EFEAE2;
}

.sobre-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  gap: 80px; /* aumenta o respiro interno */
}


.linha-separadora {
    border: none;             /* Garante que não haja bordas laterais ou inferiores */
    border-top: 1px solid rgba(67, 67, 67, 0.2); /* Cor do texto com 20% de transparência */
    width: 300px;              /* Comprimento da linha */
    height: 0;                /* Garante que a linha não tenha altura/fundo próprio */
    margin: 0px auto;        /* Espaço generoso para manter o respiro */
    background-color: transparent; /* Garante que não haja cor de fundo na linha */
}


.como-container {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    gap: 10px;
}

.bloco-texto {
  flex: 1;
}

.foto-container {
  flex: 0 0 180px; /* largura fixa da imagem */
  display: flex;
  justify-content: flex-end;
}

.foto {
  max-width: 400px;
  height: auto;
  opacity: 0.95;
  width: 100%;
}


.menu-topo {
  position: sticky;
  top: 0;
  background-color: #94a67a; /* oliva elegante */
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 15px 20px;
  z-index: 999;
}

.menu-topo a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;

}

.menu-topo a:hover {
  opacity: 0.7;
}

html {
  scroll-behavior: smooth;
}

.menu-topo a.active {
  opacity: 1;
  border-bottom: 2px solid rgba(255,255,255,0.7);
  padding-bottom: 4px;
}

.telefone {
  margin-top: 15px;
  font-size: 15px;
  color: #6b7d4f;
  letter-spacing: 0.3px;
}

.instagram-link {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #6b7d4f;
  text-decoration: none;
}

.instagram-link:hover {
  opacity: 0.7;
}

.contato-conteudo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}


.sobre-mim .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.foto-container {
  flex: 1;
}

.foto {
  max-width: 280px;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.texto {
  flex: 1;
  text-align: left;
}

.contato {
  background-color: #EFEAE2;
}


.sobre-mim {
  padding: 60px 20px 80px;
}

.sobre-mim .linha-separadora {
  margin-top: 100px;
}

.como-funciona .foto {
  width: 280px;
  height: auto;
}

.como-funciona .foto-container {
  flex: 0 0 auto;
}

.como-funciona .bloco-texto {
  flex: 1;
  min-width: 0;
}


.sobre-mim .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.sobre-mim .foto-container {
  flex: 0 0 auto;
}

.sobre-mim .foto {
  width: 260px; /* ajusta fino depois */
  height: auto;
}

.sobre-mim .texto {
  flex: 1;
  text-align: left;
  min-width: 0;
}

.sobre-mim p {
  margin: 0 0 15px;
}
