
/* ====== FONTS ====== */
@font-face {
  font-family: "IvyPrestoDisplay";
  src: url("../fonts/IvyPrestoDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IvyPrestoText";
  src: url("../fonts/IvyPrestoText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JustSans";
  src: url("../fonts/JustSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JustSans";
  src: url("../fonts/JustSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JustSans";
  src: url("../fonts/JustSans-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ====== COLORS ====== */
:root {
  --green: #4D6950;
  --yellow-strong: #D49B42;
  --red: #53281B;
  --yellow-soft: #E8CC9B;
  --off-white: #FBF5EC;
  --white: #ffffff;
}

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

body {
  font-family: "JustSans", sans-serif;
  background: var(--white);
  color: var(--green);
}

/* ====== TYPO ====== */
h1 { font-family: "IvyPrestoDisplay", serif; font-weight: 400; }
h2, h3 { font-family: "IvyPrestoText", serif; font-weight: 400; }

button,
input,
textarea,
select,
nav,
.menu,
.btn {
  font-family: "JustSans", sans-serif;
}

/* ====== NAVBAR ====== */
.navbar {
  width: 100%;
  background: var(--white);
}

.navbar-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 26px 50px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-logo {
  font-family: "IvyPrestoText", serif;
  font-size: 22px;
  letter-spacing: 0.8px;
  color: var(--green);
}

.navbar-menu {
  list-style: none;
  display: flex;
  gap: 22px;
}

.navbar-menu a {
  text-decoration: none;
  color: var(--green);
  font-size: 13px;
  font-weight: 400;
}

/* ====== HERO ====== */
.hero {
  width: 100%;
  background: var(--green);
  position: relative;

  /* espaço real pra faixa “entrar” na área branca como no print */
  padding: 70px 0 140px 0;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;

  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: start;
}

/* Coluna esquerda */
.hero-left {
  padding-top: 20px;
}

.hero-title {
  font-size: 54px;
  line-height: 1.05;
  color: var(--off-white);
  margin-bottom: 18px;
  max-width: 680px;
}

.hero-highlight {
  color: var(--yellow-strong);
}

.hero-text {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(251, 245, 236, 0.92);
  max-width: 560px;
  margin-bottom: 28px;
}

/* Essa linha no print fica centralizada na coluna */
.hero-subtext {
  font-size: 14px;
  line-height: 1.55;
  color: var(--yellow-soft);
  max-width: 650px;

  text-align: center;
  margin: 0 auto 26px auto;
}

/* Botão centralizado */
.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 48px;
  padding: 0 38px;
  border-radius: 999px;

  background: var(--yellow-strong);
  color: var(--off-white);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;

  margin: 0 auto;
}

/* Nota centralizada */
.hero-footnote {
  margin-top: 14px;
  text-align: center;
  font-size: 13px;
  color: rgba(251, 245, 236, 0.9);
}

/* garante que subtext/botão/nota fiquem no “centro” como no print */
.hero-left .hero-btn,
.hero-left .hero-footnote {
  display: flex;
  justify-content: center;
}

/* Coluna direita */
.hero-right{
  display: flex;
  justify-content: flex-end;
  align-items: center; /* garante alinhamento vertical bonito */
}

.hero-image{
  width: 100%;
  max-width: 460px;
  height: auto;        /* nunca corta */
  object-fit: contain; /* nunca corta */
  display: block;
}



/* ====== STRIP (faixa marrom exatamente como transição) ====== */
.strip {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 55%); /* metade pra baixo (área branca) */
  width: 100%;
  z-index: 5;
}

.strip-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 34px 60px;

  background: var(--red);
  border-radius: 30px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.strip-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
}

.strip-icon img {
  max-width: 100%;
  max-height: 100%;
}

.strip-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  color: var(--off-white);
}

/* ====== ÁREAS DE ATUAÇÃO (LAYOUT FIEL AO PRINT) ====== */
.areas {
  background: var(--white);
  /* aumenta topo para garantir que a strip não “encoste” na seção */
  padding: 160px 0 90px 0;
}

.areas-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

.areas-head {
  text-align: center;
  margin-bottom: 34px;
}

.areas-title {
  font-family: "IvyPrestoText", serif;
  font-size: 40px;
  letter-spacing: 1px;
  color: var(--green);
  margin-bottom: 6px;
}

.areas-subtitle {
  font-family: "JustSans", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--green);
  text-transform: uppercase;
}

/* Grid em “escadinha” */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 18px;
  row-gap: 22px;
  margin-top: 28px;
  align-items: start;

grid-template-areas:
  "a1 a1 a1 a2 a2 a2 a3 a3 a3 a4 a4 a4"
  "a5 a5 a5 a5 a6 a6 a6 a6 a6 a7 a7 a7";

}

/* posições  */
.areas-grid .a1 { grid-area: a1; }
.areas-grid .a2 { grid-area: a2; }
.areas-grid .a3 { grid-area: a3; }
.areas-grid .a4 { grid-area: a4; }
.areas-grid .a5 { grid-area: a5; }
.areas-grid .a6 { grid-area: a6; }
.areas-grid .a7 { grid-area: a7; }

.areas-grid .area-card {
  background: var(--green);
  border-radius: 14px;

  padding: 28px 26px;
  min-height: 170px;

  display: flex;
  flex-direction: column;
  gap: 14px;

  color: var(--off-white);
}

.areas-grid .area-card h3 {
  font-family: "IvyPrestoText", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
}

.areas-grid .area-card p {
  font-family: "JustSans", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(251, 245, 236, 0.92);
  max-width: 92%;
}

.areas-grid .area-card {
  height: 100%;
  background: var(--green);
  border-radius: 14px;
  padding: 28px 26px;

  display: flex;
  flex-direction: column;
  gap: 14px;

  color: var(--off-white);
}




/* CTA */
.areas-cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.areas-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 48px;
  padding: 0 42px;
  border-radius: 999px;

  background: var(--yellow-strong);
  color: var(--off-white);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

/* ====== QUEM SOU ====== */
.about {
  background: var(--yellow-soft); /* bege do print */
  padding: 70px 0;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: start;
}

/* Foto grande com cantos bem arredondados */
.about-photo {
  border-radius: 180px;            /* bem arredondado como no print */
  overflow:   hidden;
}

.about-photo img {
  width: 100%;
  height: 560px;                  /* ajuste fino pra ficar igual */
  object-fit: cover;
  display: block;
}

/* Conteúdo */
.about-content {
  padding-top: 10px;
}

.about-title {
  font-family: "IvyPrestoText", serif;
  font-size: 40px;
  font-weight: 400;
  color: var(--green);
  margin-bottom: 8px;
}

.about-subtitle {
  font-family: "JustSans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--red);
  margin-bottom: 26px;
}

.about-text p {
  font-family: "JustSans", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--red);
  margin-bottom: 18px;
  max-width: 520px; /* deixa o texto “curto” como no print */
}

/* Responsivo */
@media (max-width: 980px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-photo img {
    height: 420px;
  }

  .about-text p {
    max-width: 100%;
  }
}

/* ====== COMO FUNCIONA O ATENDIMENTO ====== */
.how {
  background: var(--white);
  padding: 80px 0 90px 0;
}

.how-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

.how-title {
  font-family: "IvyPrestoText", serif;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--green);
  text-align: center;
  margin-bottom: 44px;
}

.how-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.how-card {
  background: var(--green);
  border-radius: 18px;
  padding: 34px 28px;
  min-height: 190px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  text-align: center;
}

.how-card h3 {
  font-family: "IvyPrestoText", serif;
  font-size: 30px;
  font-weight: 400;
  color: var(--off-white);
  margin-bottom: 14px;
}

.how-card p {
  font-family: "JustSans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(251, 245, 236, 0.92);
  max-width: 320px;
  margin: 0 auto;
}

/* Responsivo */
@media (max-width: 980px) {
  .how-cards {
    grid-template-columns: 1fr;
  }

  .how-title {
    font-size: 34px;
    margin-bottom: 28px;
  }

  .how-card {
    padding: 28px 22px;
  }
}

/* ====== QUANDO VALE A PENA CONTRATAR UM ADVOGADO ====== */
.cases {
  background: var(--yellow-soft); /* bege do print */
  padding: 90px 0 100px 0;
}

.cases-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

.cases-title {
  font-family: "IvyPrestoText", serif;
  font-size: 40px;
  font-weight: 400;
  color: var(--green);
  text-align: center;
  line-height: 1.25;
  margin-bottom: 28px;
}

.cases-title span {
  display: block;
}

.cases-intro {
  font-family: "JustSans", sans-serif;
  font-size: 16px;
  color: var(--red);
  text-align: center;
  margin-bottom: 44px;
}

.cases-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

/* Lista com bullets redondos */
.cases-list {
  list-style: none;
  padding: 0;
}

.cases-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;

  font-family: "JustSans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: var(--red);
}

/* bolinha do bullet */
.cases-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;

  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

/* Responsivo */
@media (max-width: 900px) {
  .cases-columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cases-title {
    font-size: 32px;
  }

  .cases-intro {
    font-size: 15px;
  }
}

/* ====== PERGUNTAS FREQUENTES ====== */
.faq {
  background: var(--white);
  padding: 90px 0 100px 0;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

.faq-title {
  font-family: "IvyPrestoText", serif;
  font-size: 38px;
  font-weight: 400;
  color: var(--green);
  margin-bottom: 40px;
}

/* Lista */
.faq-list {
  border-top: 1px solid rgba(77, 105, 80, 0.6);
}

/* Item */
.faq-item {
  border-bottom: 1px solid rgba(77, 105, 80, 0.6);
}

/* Pergunta */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  cursor: pointer;

  text-align: left;
  font-family: "JustSans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--red);
}

/* Resposta */
.faq-answer{
  overflow: hidden;
  max-height: 0;
  padding: 0; /* padding fica aqui, não no p */
  transition: max-height 260ms ease, padding 260ms ease;
}

.faq-item.is-open .faq-answer{
  padding: 0 0 18px 0;
}

.faq-answer p{
  font-family: "JustSans", sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: var(--green);
  max-width: 720px;
  margin: 0; /* importante */
}


/* Estado aberto */
.faq-item.is-open .faq-question {
  color: var(--green);
}


/* ====== DEPOIMENTOS ====== */
.testimonials {
  background: var(--white);
  padding: 80px 0 100px 0;
}

.testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

.testimonials-title {
  font-family: "IvyPrestoText", serif;
  font-size: 40px;
  font-weight: 400;
  color: var(--green);
  text-align: center;
  margin-bottom: 46px;
}

.testimonials-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 34px;
  align-items: center;
}

/* bloco google */
.google-summary {
  text-align: center;
}

.google-summary-title {
  font-family: "JustSans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.google-stars span {
  color: #f4b400;
  font-size: 18px;
  line-height: 1;
}

.google-summary-sub {
  font-family: "JustSans", sans-serif;
  font-size: 12px;
  color: #000;
  margin: 10px 0 10px 0;
}

.google-logo {
  font-family: "JustSans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.5px;
}

.google-logo .g1 { color: #4285F4; }
.google-logo .g2 { color: #EA4335; }
.google-logo .g3 { color: #FBBC05; }
.google-logo .g4 { color: #4285F4; }
.google-logo .g5 { color: #34A853; }
.google-logo .g6 { color: #EA4335; }

/* carousel */
.reviews-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  gap: 12px;
}

.carousel-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.12);
  background: var(--white);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  display: grid;
  place-items: center;
}

.reviews-viewport {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  gap: 18px;
  transition: transform 260ms ease;
  will-change: transform;
}

.review-card {
  width: 210px;
  min-height: 130px;
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 10px;
  padding: 12px 12px;
  flex: 0 0 auto;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.review-avatar {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-family: "JustSans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
}

.review-avatar.green { background: #1f8f5a; }
.review-avatar.pink { background: #e04675; }
.review-avatar.dark { background: #111; }

.review-meta {
  flex: 1;
}

.review-name {
  font-family: "JustSans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #111;
  line-height: 1.1;
}

.review-date {
  font-family: "JustSans", sans-serif;
  font-size: 10px;
  color: rgba(0,0,0,0.6);
  margin-top: 2px;
}

.review-g {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  font-family: "JustSans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #4285F4;
}

.review-stars span {
  color: #f4b400;
  font-size: 12px;
}

.review-text {
  margin-top: 8px;
  font-family: "JustSans", sans-serif;
  font-size: 12px;
  color: #111;
}

/* ====== CONTATO ====== */
.contact {
  background: var(--white);
}

/* Barra verde superior */
.contact-header {
  background: var(--green);
  padding: 22px 0;
}

.contact-title {
  font-family: "IvyPrestoText", serif;
  font-size: 32px;
  font-weight: 400;
  color: var(--off-white);
  text-align: center;
  letter-spacing: 1px;
}

/* Corpo branco */
.contact-body {
  background: var(--white);
  padding: 52px 0 40px 0;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: start;
}

/* coluna esquerda */
.contact-info {
  padding-top: 10px;
}

.info-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 26px;
}

.info-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
}

.info-icon img {
  width: 48px;
  height: 48px;
}

.info-text {
  font-family: "JustSans", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: var(--green);
  max-width: 420px;
}

/* formulário */
.contact-form {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.form-input,
.form-textarea {
  width: 100%;
  border: 1px solid rgba(77, 105, 80, 0.55);
  outline: none;
  padding: 10px 12px;

  font-family: "JustSans", sans-serif;
  font-size: 14px;
  color: var(--green);
  background: var(--white);
}

.form-input {
  height: 40px;
}

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

/* botão */
.form-btn {
  margin-top: 10px;
  height: 48px;
  width: 280px;
  border: none;
  border-radius: 999px;
  cursor: pointer;

  background: var(--yellow-strong);
  color: var(--off-white);

  font-family: "JustSans", sans-serif;
  font-size: 15px;
  font-weight: 500;

  justify-self: center;
}

/* Rodapé verde */
.footer {
  background: var(--green);
  padding: 26px 0;
}

.footer p {
  font-family: "JustSans", sans-serif;
  font-size: 13px;
  color: var(--off-white);
  text-align: center;
}

/* Responsivo */
@media (max-width: 980px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .form-btn {
    width: 100%;
  }
}

/* ====== FLOAT WHATSAPP ====== */
.float-whatsapp{
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 999px;

  background: var(--yellow-strong);
  display: grid;
  place-items: center;

  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  z-index: 9999;
  text-decoration: none;
}

.float-whatsapp img{
  width: 28px;
  height: 28px;
  display: block;
}

.float-whatsapp:hover{
  transform: translateY(-2px);
}

@media (max-width: 480px){
  .float-whatsapp{
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }

  .float-whatsapp img{
    width: 26px;
    height: 26px;
  }
}


/* ====== RESPONSIVE (MOBILE) ====== */
@media (max-width: 900px) {
  /* containers */
  .navbar-container,
  .hero-container,
  .areas-container,
  .about-container,
  .how-container,
  .cases-container,
  .faq-container,
  .testimonials-container,
  .contact-container {
    padding: 0 20px;
  }

  /* NAV */
  .navbar-container {
    padding: 18px 20px;
  }

  .navbar-logo {
    font-size: 18px;
  }

  .navbar-menu {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .navbar-menu a {
    font-size: 12px;
  }

  /* HERO */
  .hero {
    padding: 46px 0 160px 0; /* mantém espaço para a strip */
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hero-left {
    padding-top: 0;
  }

  .hero-title {
    font-size: 38px;
    line-height: 1.1;
    max-width: 100%;
  }

  .hero-text {
    font-size: 15px;
    max-width: 100%;
  }

  .hero-subtext {
    text-align: left;
    margin: 0 0 22px 0;
    max-width: 100%;
  }

  .hero-left .hero-btn,
  .hero-left .hero-footnote {
    justify-content: flex-start;
  }

  .hero-right {
    justify-content: flex-start;
  }

  .hero-image {
    max-width: 100%;
  }

  /* STRIP */
  .strip-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 20px;
    border-radius: 22px;
  }

  .strip-text {
    font-size: 15px;
  }

  /* AREAS */
  .areas {
    padding: 140px 0 70px 0;
  }

  .areas-title {
    font-size: 32px;
  }

  .areas-grid {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    grid-template-rows: auto;
  }

  .areas-grid .area-card {
    height: auto;
    min-height: unset;
  }

  /* ABOUT */
  .about {
    padding: 54px 0;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-title {
    font-size: 32px;
  }

  .about-photo img {
    height: 420px;
  }

  /* HOW */
  .how {
    padding: 60px 0 70px 0;
  }

  .how-title {
    font-size: 32px;
    margin-bottom: 26px;
  }

  .how-cards {
    grid-template-columns: 1fr;
  }

  .how-card h3 {
    font-size: 26px;
  }

  /* CASES */
  .cases {
    padding: 70px 0 80px 0;
  }

  .cases-title {
    font-size: 30px;
  }

  .cases-columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* FAQ */
  .faq {
    padding: 70px 0 80px 0;
  }

  .faq-title {
    font-size: 32px;
  }

  /* TESTIMONIALS */
  .testimonials {
    padding: 60px 0 70px 0;
  }

  .testimonials-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .reviews-carousel {
    grid-template-columns: 30px 1fr 30px;
  }

  /* CONTACT */
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-body {
    padding: 34px 0 30px 0;
  }

  .form-btn {
    width: 100%;
  }
}

/* EXTRA: mobile bem pequeno */
@media (max-width: 420px) {
  .hero-title { font-size: 32px; }
  .hero-btn { width: 100%; }
}


/* ====== NAV MOBILE (TOGGLE) ====== */
.nav-toggle{
  display: none;
  background: none;
  border: 1px solid rgba(77,105,80,0.35);
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 18px;
  color: var(--green);
  cursor: pointer;
}

@media (max-width: 900px){
  .nav-toggle{ display: inline-flex; }

  .navbar-container{
    gap: 14px;
  }

  .navbar-menu{
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    padding-top: 12px;
  }

  .navbar.is-open .navbar-menu{
    display: flex;
  }
}

/* ====== AREAS: RESPONSIVO (corrige mobile) ====== */

/* Tablet / telas médias: 2 colunas */
@media (max-width: 900px) {
  .areas {
    padding: 290px 0 70px 0;
  }

  .areas-container {
    padding: 0 20px;
  }

  .areas-title {
    font-size: 32px;
  }

  .areas-subtitle {
    font-size: 12px;
    letter-spacing: 0.8px;
  }

  /* DESLIGA o grid com template-areas e vira grid normal */
  .areas-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: none;  /* <- essencial */
    gap: 16px;
  }

  /* Remove qualquer posicionamento por área */
  .areas-grid .a1,
  .areas-grid .a2,
  .areas-grid .a3,
  .areas-grid .a4,
  .areas-grid .a5,
  .areas-grid .a6,
  .areas-grid .a7 {
    grid-area: auto;
  }

  /* Cards: altura automática no mobile */
  .areas-grid .area-card {
    height: auto;
    min-height: unset;
    padding: 22px 20px;
  }

  .areas-grid .area-card h3 {
    font-size: 22px;
  }

  .areas-grid .area-card p {
    font-size: 13px;
    max-width: 100%;
  }
}

/* Mobile: 1 coluna */
@media (max-width: 560px) {
  .areas-grid {
    grid-template-columns: 1fr;
  }

  .areas-title {
    font-size: 28px;
  }
}
