/* =======================
    FONTS & RESET
======================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #222;
  background: #fff;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* =======================
      HEADER
======================= */
.header {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  background-color: #e7d8d899;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}

.header .container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.5rem;
  text-decoration: none;
  color: #111;
  margin-left: -145px;
  font-weight: 200;
}

@media (max-width: 900px) {
  .logo {
    margin: 0 auto;
    margin-left: -6px;
    width: 222px;
  }
  .header {
    padding: 2px;
  }
  .nav a {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 1440px) {
  .logo {
    margin-left: -10px;
  }

  .hero {
    gap: 46px;
  }
  .services-container {
    margin-left: 62px !important;
    gap: 10px !important;
    grid-template-columns: 1fr 733px !important;
  }

  .services-image img {
    margin-top: -79px !important;
  }
  .botao-contato {
    width: 40% !important;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .logo {
    margin-left: -28px;
  }

  .services-container {
    margin-left: 62px !important;
    gap: 10px !important;
    grid-template-columns: 1fr 733px !important;
  }

  .services-image img {
    margin-left: 0 !important;
  }
  .botao-contato {
    width: 40% !important;
  }
  .services-title {
    width: 527px !important;
  }
}

.nav {
  display: flex;
  gap: 40px;
}

.nav a {
  text-decoration: none;
  color: #111;
  font-size: 15px;
  transition: 0.3s;
}

.nav a:hover {
  opacity: 0.6;
}

/* MENU MOBILE */
.hamburguer {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburguer span {
  display: block;
  width: 25px;
  height: 3px;
  background: #333;
  margin: 5px 0;
  transition: 0.3s;
}

.active-agen {
  background: #21c25e;
  color: #fff;
  padding: 10px 28px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: -12px;
}
/* =======================
      HERO SECTION
======================= */
main {
  margin: 0 auto;
}
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* agora pega toda a tela */
  max-width: 100%; /* remove limite */
  margin: 0; /* remove margem */
  margin-top: 41px;
}

.hero-content {
  flex: 1;
  margin-top: -65px;
}

.hero h1 {
  font-size: 3.438rem;
  font-weight: 300;
  margin-top: 100px;
  font-family: "Jost", sans-serif;
}

.hero h2 {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 200;
  margin-bottom: 54px;
  font-family: "Jost", sans-serif;
}

.crp {
  color: #777;
  font-size: 1rem;
  margin-left: 6px;
  font-weight: 400;
}

.hero p {
  margin-top: 31px !important;
  max-width: 600px;
  font-size: 1.2rem;
  line-height: 1.8em;
  font-weight: 300;
}
.hero-text {
  margin-top: 20px;
  line-height: 1.8em;
  font-weight: 300;
}

.buttons {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}

.btn {
  padding: 12px 26px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.primary {
  background: #4a4a4a;
  color: #fff;
}

.primary:hover {
  background: #000;
}

.secondary {
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
}

.secondary:hover {
  background: #4a4a4a;
  color: #fff;
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.hero-image img {
  width: 649px;
  max-width: none; /* permite a imagem expandir */
  border-radius: 0; /* remove arredondamento */
  margin-top: 37px;
}

/* =======================
      RESPONSIVE
======================= */

@media (max-width: 900px) {
  .nav {
    position: absolute;
    top: 76px;
    right: 0;
    background: #ffffffd6;
    width: 100%;
    padding: 20px 0;
    flex-direction: column;
    text-align: center;
    display: none;
    border-top: 1px solid #ddd;
  }

  .nav.active {
    display: flex;
  }

  .hamburguer {
    display: block;
  }
  .hero {
    flex-direction: column;
    text-align: center;
  }
  .hero h1 {
    font-size: 2.8rem;
  }
  .hero p {
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
  }

  .hero-image {
    width: 100%;
    justify-content: center;
  }

  .hero-image img {
    width: 100%;
    margin-top: 37px;
  }
  .buttons {
    margin: auto;
    margin-bottom: 40px;
    margin-top: 20px;
    gap: 0;
  }

  .primary {
    margin: 0 auto;
  }
  .secondary {
    margin-right: auto;
  }
}
.modelos-atendimento {
  padding: 80px 20px;
  background: #ede8e0;
}

.container-atendimento {
  max-width: 1369px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 135px;
}

/* IMAGEM À ESQUERDA */
.img-atendimento img {
  width: 100%;
  max-width: 550px;
}

/* TEXTO À DIREITA */
.texto-atendimento {
  flex: 1;
}

.texto-atendimento h2 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
  margin-bottom: 25px;
}

.texto-atendimento h2 span {
  color: #333;
}

.descricao-text {
  font-size: 18px;
  color: #333;
  margin-bottom: 35px;
  max-width: 500px;
  border-left: 2px solid #bc5e18;
  padding-left: 1.9rem;
}

/* LISTA DE SERVIÇOS */
.lista-atendimento {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lista-atendimento li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 28px;
}

.lista-atendimento li img {
  width: 28px;
  flex-shrink: 0;
}

.lista-atendimento h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #21c25e;
}

.lista-atendimento p {
  margin-top: 4px;
  font-size: 16px;
  color: #666;
}

/* ————— RESPONSIVO ————— */
@media (max-width: 992px) {
  .container-atendimento {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .descricao {
    margin: 0 auto 35px;
  }

  .lista-atendimento li {
    justify-content: center;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .texto-atendimento h2 {
    font-size: 2.4rem;
  }

  .lista-atendimento li {
    flex-direction: column;
    text-align: center;
  }

  .lista-atendimento li img {
    margin: 0 auto;
  }
}

/* Linha decorativa */
.underline {
  display: block;
  width: 93px;
  height: 2px;
  background: #6b6b6b;
  margin-bottom: 21px;
  margin-top: 20px;
}
.underline-2 {
  display: inline-block;
  width: 59px;
  height: 1px;
  background: #6b6b6b;
  margin-left: 11px;
}

.especialidades {
  padding: 60px 0;
}

.container-especialidades {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
}

/* topo com título e botão lado a lado */
.topo-especialidades {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.topo-especialidades h2 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #333;
}

/* estilo do botão */
.btn-especialidades {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #21c25e;
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.6px;
}

.btn-especialidades img {
  width: 25px;
  height: 25px;
}

/* grid dos cards */
.grid-especialidades {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.card-especialidade {
  background: #fff;
  padding: 22px 18px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  transition: transform 0.25s ease;
}

.card-especialidade:hover {
  transform: translateY(-5px) translateX(-5px);
}

.card-especialidade h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #0f2540;
  font-weight: 500;
}

.card-especialidade p {
  color: #333;
  line-height: 1.5em;
  font-size: 1rem;
}

/* MOBILE — 2 cards por linha */
@media (max-width: 600px) {
  .topo-especialidades {
    flex-direction: column;
  }

  .container-especialidades {
    width: 100%;
  }
  .especialidades h2 {
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 25px;
    width: 80%;
  }

  .btn-especialidades {
    margin: 0 auto 35px auto;
    display: flex;
    padding: 22px 19px;
  }
  .grid-especialidades {
    gap: 14px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    padding: 0 9px;
  }

  .card-especialidade {
    padding: 18px 14px;
    border: 1px solid #ccc;
    padding: 18px 14px;
  }

  .card-especialidade h3 {
    font-size: 1rem;
    font-weight: 700;
  }

  .card-especialidade p {
    font-size: 0.95rem;
    line-height: 1.4em;
  }
}

/* Estrutura geral */
.psico-sec {
  padding: 60px 20px;
  background: #ede8e0;
}

.psico-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.psico-title {
  font-size: 2.4rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
}

.psico-subtitle {
  max-width: 680px;
  margin: 0 auto 50px;
  color: #555;
  font-size: 1.2rem;
  line-height: 1.6;
}

/* Cards */
.psico-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.psico-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  text-align: left;
  min-height: 240px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.33);
  /* Transições suaves */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.psico-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.09);
}

/* Numeração ao fundo */
.psico-number {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 4rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.07);
  /* Transição do número */
  transition: transform 0.35s ease, color 0.35s ease;
}

.psico-card:hover .psico-number {
  transform: scale(1.18);
  color: rgba(0, 0, 0, 0.15); /* mais visível */
}

.psico-card h3 {
  font-size: 1.4rem;
  color: #4a4a4a;
  margin-bottom: 15px;
  z-index: 2;
  font-weight: 500;
}

.psico-card p {
  color: #666;
  line-height: 1.6;
  z-index: 2;
}

/* Responsividade */
@media (max-width: 900px) {
  .psico-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .psico-cards {
    grid-template-columns: 1fr;
  }

  .psico-title {
    font-size: 2.2rem;
    padding: 0 0 20px;
    margin: 0 auto;
    text-align: center;
  }
}

/* CONTATO */
.contato-section {
  display: flex;
  align-items: flex-start;
  padding: 0;
  background: #f7f7f7;
  min-height: 100px;
}

.contato-img {
  flex: 0 0 45%;
}

.contato-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: left;
  display: block;
  z-index: 1;
  position: relative;
  margin-top: -83px;
}

/* Conteúdo */
.contato-content {
  flex: 1;
  padding: 0 136px;
  max-width: 770px;
  margin: auto;
}

.contato-content h2 {
  font-size: 2.6rem;
  font-weight: 300;
  margin-bottom: 20px;
  color: #333;
}

.descricao {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #444;
}

/* Botão */
.btn-whatsapp {
  display: inline-block;
  background: #21c25e;
  color: #fff;
  padding: 12px 28px;
  border-radius: 4px;
  font-size: 1.4rem;
  text-decoration: none;
  margin-bottom: 35px;
  transition: background 0.3s;
}
.btn-whatsapp:hover {
  background: #1aa84f;
}

/* Info */
.info p {
  margin-bottom: 12px;
  font-size: 1.2rem;
  color: #555;
}

/* Mapa */
.mapa {
  margin-top: 25px;
}

/* RESPONSIVO */
@media (max-width: 992px) {
  .contato-section {
    flex-direction: column;
  }

  .contato-img {
    width: 100%;
    flex: none;
  }

  .contato-img img {
    object-fit: cover;
    z-index: 5;
    margin-top: -87px;
  }

  .contato-content {
    padding: 120px 25px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .contato-content h2 {
    font-weight: 500;
  }
}

@media (max-width: 480px) {
  .contato-content h2 {
    font-size: 26px;
  }
}

.footer {
  background: #3f4443;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  margin-top: -122px;
  z-index: 2;
  position: relative;
  font-weight: 200;
}

.footer-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-icons {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.social-icons img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-info p {
  margin: 4px 0;
  font-size: 15px;
}

.footer-copy p {
  margin-top: 18px;
  font-size: 14px;
  opacity: 0.9;
}
.footer-copy a {
  text-decoration: underline;
  font-weight: 400;
}

@media (max-width: 600px) {
  .footer-info p {
    font-size: 14px;
  }
  .footer-copy p {
    font-size: 13px;
  }
  .social-icons img {
    width: 32px;
    height: 32px;
  }
  .btn-whatsapp {
    font-size: 1.2rem !important;
  }
}

/* SEÇÃO MEU TRABALHO */
/* --- Layout base --- */
.secao-psicanalise {
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  padding-top: 76px;
}

/* --- Imagem encostada à esquerda --- */
.imagem-lateral {
  flex: 1;
  max-width: 50%;
}

.imagem-lateral img {
  width: 100%;
  height: 649px;
  object-fit: cover;
  display: block;
}

/* --- Área de texto à direita --- */
.conteudo-texto {
  flex: 1;
  padding: 54px 64px;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.conteudo-texto h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.linha {
  width: 50px;
  height: 3px;
  background: #ccc;
  border: none;
  margin-bottom: 25px;
}

.conteudo-texto p {
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 250;
  width: 681px;
}
.text-call {
  font-weight: 800 !important;
  color: #21c25e;
}

/* --- Links --- */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* --- Botão --- */
.botao-contato {
  display: inline-block;
  background: #4a4a4a;
  color: white;
  padding: 14px;
  margin-top: 20px;
  border-radius: 4px;
  font-weight: 300;
  width: 30%;
  text-align: center;
  margin: 0 auto;
}

.botao-contato:hover {
  background: #000;
}

/* --- Ícones (placeholder) --- */
.redes-sociais {
  display: flex;
  gap: 15px;
  margin: 0 auto;
  margin-top: 25px;
}

.redes-sociais img {
  width: 36px;
  height: 36px;
  display: inline-block;
}

/* --- Responsivo --- */
@media (max-width: 900px) {
  .secao-psicanalise {
    flex-direction: column;
    min-height: auto;
  }
  .botao-contato {
    width: 69%;
  }

  .redes-sociais {
    display: none;
  }

  .services-left {
    padding: 0 20px;
  }
  .services-image img {
    height: 791px !important;
    width: 100% !important;
    margin-top: -81px !important;
  }

  .imagem-lateral img {
    height: 457px;
  }
  .services-section {
    margin-top: 10px !important;
  }

  .imagem-lateral,
  .conteudo-texto {
    max-width: 100%;
  }

  .imagem-lateral {
    height: 55vh;
  }

  .conteudo-texto {
    padding: 40px 25px;
    margin: 0 auto;
  }
  .conteudo-texto h1 {
    font-weight: 500;
  }
  .conteudo-texto h2 {
    font-weight: 500;
  }
}

.linha {
  width: 93px;
  height: 2px;
  background: #6b6b6b;
  border: none;
  margin-bottom: 21px;
  margin-top: 20px;
}

/* ===== BASE ===== */
.services-section {
  padding: 0;
  background: #fff;
  margin: 0 auto;
}

.services-cont {
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
}

.services-title {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-transform: uppercase;
  width: 684px;
}

/* ===== SERVICES LEFT ===== */
.services-left {
  flex: 1;
  padding: 100px 64px;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.service-item {
  padding: 40px 0;
  border-top: 1px solid #777;
}
.service-item h3 {
  font-weight: 500;
  font-size: 1.2rem;
}

.service-header h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-item p {
  max-width: 530px;
  line-height: 1.6;
  font-size: 1.15rem;
  color: #333;
}

/* ===== IMAGE ===== */
.services-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.services-image {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 1024px) {
  .services-cont {
    grid-template-columns: 1fr;
  }

  .services-image {
    order: -1;
  }
}

@media (max-width: 600px) {
  .services-title {
    font-size: 36px;
    width: 100%;
  }
  .services-left {
    padding: 0 20px;
    max-width: 100%;
    padding-top: 30px;
    margin-bottom: 119px;
  }

  .services-cont {
    margin: 0 auto;
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
    align-items: start;
  }

  .service-item {
    padding: 30px 0;
  }

  .service-item h3 {
    font-weight: 500;
    font-size: 1.25rem;
  }
  .service-item p {
    font-size: 1.2rem;
    padding: 12px 0;
  }
}

/* ===== CONTAINER GERAL ===== */
.contato-section {
  padding: 28px 0;
  background: #fff;
  margin-top: 50px;
}

.contato-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}

/* ===== COLUNA ESQUERDA ===== */
.contato-title {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  width: fit-content;
}

.contato-text {
  max-width: 350px;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 35px;
}

.info-bloco {
  margin-bottom: 30px;
}

.info-bloco h3 {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.info-bloco p {
  font-size: 15px;
  line-height: 1.5;
}
.botao-contato-cont {
  display: inline-block;
  background: #4a4a4a;
  color: white;
  padding: 14px;
  margin-top: 20px;
  border-radius: 4px;
  font-weight: 300;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

/* ===== FORMULÁRIO ===== */
.contato-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contato-form label {
  font-size: 15px;
  font-weight: 600;
}

.contato-form input,
.contato-form textarea {
  width: 100%;
  background: #b6d9c8;
  border: none;
  padding: 12px;
  font-size: 15px;
  border-radius: 2px;
}

.contato-form textarea {
  resize: none;
  height: 160px;
}

.contato-btn {
  align-self: flex-start;
  padding: 10px 32px;
  background: #b6d9c8;
  border: none;
  font-size: 15px;
  cursor: pointer;
  color: #fff;
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 1024px) {
  .contato-container {
    grid-template-columns: 1fr;
  }

  .contato-form {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .contato-title {
    font-size: 32px;
  }

  .contato-container {
    padding: 40px 20px;
  }
}

.faq-section {
  width: 100%;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  margin-bottom: 140px;
}

.faq-container {
  width: 100%;
  max-width: 800px;
}

.faq-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.faq-item {
  padding: 15px 0;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::after {
  content: "+";
  font-size: 24px;
  transition: 0.3s;
  font-weight: 300;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

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

.faq-answer p {
  margin-top: 10px;
  font-size: 16px;
  color: #444;
}

/* Responsivo */
@media (max-width: 600px) {
  .faq-title {
    font-size: 2.4rem;
    font-weight: 400;
    margin: 0 auto;
    padding: 20px 0;
  }

  .faq-question {
    font-size: 16px;
  }
}
