header#menu-top .container{
     max-width: 1245px !important;
}

header .navbar .navbar-nav{
    position: initial !important;
    margin-top: 0 !important;
}

 /* ============================================
     SEO PAGE — Layout padrão (aprovação inline)
     Cores extraídas do tema dra-diana
     ============================================ */

  /* --- Banner --- */
  #banner-internas {
    background-color: #47742D;
    padding: 72px 16px 60px;
  }
  #banner-internas h1 {
    color: #2d2d2d;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  #banner-internas span {
    color: #d1f884;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
  }

  /* --- Intro --- */
  .seo-intro {
    padding: 64px 0 40px;
  }
  .seo-intro p {
    font-size: 18px;
    color: #515151;
    line-height: 1.8;
    max-width: 860px;
  }

  /* --- Bloco de tópicos --- */
  .seo-topicos {
    padding: 48px 0 56px;
    background-color: #F7F7F7;
  }
  .seo-topicos .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #2D2D2D;
    margin-bottom: 40px;
  }
  .seo-topicos .section-title span {
    color: #47742D;
  }
  .topico-item {
    margin-bottom: 32px;
  }
  .topico-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #47742D;
    margin-bottom: 8px;
  }
  .topico-item p {
    font-size: 16px;
    color: #515151;
    line-height: 1.7;
    margin: 0;
  }

  /* --- CTA --- */
  .seo-cta {
    background-color: #47742D;
    padding: 56px 16px;
    text-align: center;
  }
  .seo-cta h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .seo-cta p {
    color: #d1f884;
    font-size: 17px;
    margin-bottom: 28px;
  }
  .seo-cta .btn-cta {
    display: inline-block;
    background-color: #F6994D;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s;
  }
  .seo-cta .btn-cta:hover {
    background-color: #e0802e;
    color: #fff;
    text-decoration: none;
  }

  /* --- Lista de indicações --- */
  .seo-lista {
    padding: 64px 0 72px;
  }
  .seo-lista .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #2D2D2D;
    margin-bottom: 36px;
  }
  .seo-lista .section-title span {
    color: #47742D;
  }
  .seo-lista ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .seo-lista ul li {
    font-size: 16px;
    color: #515151;
    padding: 12px 0 12px 28px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    line-height: 1.6;
  }
  .seo-lista ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F6994D;
    position: absolute;
    left: 0;
    top: 18px;
  }

  /* --- Conheça a Dra --- */
  .seo-dra {
    padding: 72px 0 80px;
    background-color: #F7F7F7;
  }
  .seo-dra .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #2D2D2D;
    margin-bottom: 40px;
  }
  .seo-dra .section-title span {
    color: #47742D;
  }

  /* --- Responsivo --- */
  @media (max-width: 767px) {
    #banner-internas h1 { font-size: 28px; }
    .seo-topicos .section-title,
    .seo-lista .section-title,
    .seo-dra .section-title { font-size: 24px; }
    .seo-cta h2 { font-size: 22px; }
    .seo-intro { padding: 40px 0 24px; }
  }