/* Header: botão telefone + menu sem quebra */
.header-right-btn {
  flex-shrink: 0;
}
.header-right-btn .header-btn {
  display: inline-block !important;
  white-space: nowrap !important;
  background: #497f71 !important;
  color: #fff !important;
  padding: 14px 28px !important;
  border-radius: 30px !important;
  line-height: 1.2 !important;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  width: auto !important;
  max-width: none !important;
}
.header-right-btn .header-btn:hover {
  color: #fff !important;
  opacity: 0.92;
}
.menu-main {
  flex-wrap: nowrap;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .header-area .main-header .main-menu ul li a {
    padding: 39px 12px !important;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area .main-header .main-menu ul li a {
    padding: 39px 8px !important;
    font-size: 14px;
  }
  .header-right-btn .header-btn {
    padding: 12px 18px !important;
    font-size: 14px;
  }
  .header-right-btn.ml-30 {
    margin-left: 12px !important;
  }
}

/* Conteúdo editorial SEO — preserva visual do tema */
.seo-content {
  padding: 60px 0 40px;
  background: linear-gradient(180deg, #f7faf8 0%, #ffffff 100%);
}
.seo-content .seo-wrap {
  max-width: 920px;
  margin: 0 auto;
}
.seo-content h1,
.seo-content h2 {
  color: #2c4a40;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.25;
}
.seo-content h1 {
  font-size: 2rem;
}
.seo-content h2 {
  font-size: 1.45rem;
  margin-top: 36px;
}
.seo-content p,
.seo-content li {
  color: #4a524e;
  font-size: 1.05rem;
  line-height: 1.75;
}
.seo-content p {
  margin-bottom: 16px;
}
.seo-content ul {
  padding-left: 1.2rem;
  margin-bottom: 20px;
}
.seo-content li {
  margin-bottom: 8px;
}
.seo-content a {
  color: #497f71;
  text-decoration: underline;
}
.seo-content a:hover {
  color: #2c4a40;
}
.seo-areas {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px 16px;
  margin: 20px 0 28px;
  padding: 0;
  list-style: none;
}
.seo-areas li {
  background: #fff;
  border: 1px solid #dce8e3;
  border-radius: 6px;
  padding: 10px 12px;
  text-align: center;
  font-size: 0.95rem;
  margin: 0;
}
.seo-breadcrumb {
  font-size: 0.9rem;
  color: #6b746f;
  margin-bottom: 22px;
}
.seo-breadcrumb a {
  color: #497f71;
  text-decoration: none;
}
.seo-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 10px;
}
.seo-cta-row .btn {
  text-decoration: none;
}
.seo-page-hero {
  margin-top: 110px;
  padding: 40px 0 10px;
}
.seo-page-hero .section-tittle h1 {
  font-size: 2rem;
  color: #2c4a40;
  line-height: 1.25;
}
.seo-page-hero p.lead {
  font-size: 1.1rem;
  color: #4a524e;
  max-width: 720px;
  line-height: 1.7;
}
.seo-map {
  margin: 28px 0;
  border: 1px solid #dce8e3;
  border-radius: 8px;
  overflow: hidden;
  background: #eef5f2;
}
.seo-map iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}
.seo-nap {
  background: #fff;
  border: 1px solid #dce8e3;
  border-radius: 8px;
  padding: 20px 22px;
  margin: 24px 0;
}
.seo-nap address {
  font-style: normal;
  color: #4a524e;
  line-height: 1.7;
  margin: 0;
}
.seo-nap strong {
  color: #2c4a40;
  display: block;
  margin-bottom: 8px;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #497f71;
  color: #fff;
  padding: 10px 16px;
  z-index: 100000;
}
.skip-link:focus {
  left: 12px;
  top: 12px;
}
.faq-question {
  margin: 0;
  font-size: inherit;
  font-weight: 600;
}
.faq-question .btn-link {
  color: #2c4a40;
  text-decoration: none;
  white-space: normal;
}
@media (max-width: 767px) {
  .seo-content {
    padding: 40px 0 24px;
  }
  .seo-content h1,
  .seo-page-hero .section-tittle h1 {
    font-size: 1.55rem;
  }
  .seo-page-hero {
    margin-top: 90px;
  }
  .seo-map iframe {
    height: 260px;
  }
}
