  /* ============================================================
     CRUZ Advocacia — Subpáginas
     Paleta: Azul-marinho (#1a1a2e) · Dourado (#c8a96e) · Off-white (#f8f4ec)
     ============================================================ */

  /* ── OVERRIDE GLOBAL ─────────────────────────────────────────
     Todos os textos nas seções de subpáginas → caramelo
     ─────────────────────────────────────────────────────────── */
  .pg_hero h1, .pg_hero h2, .pg_hero h3, .pg_hero h4, .pg_hero h5,
  .pg_hero p, .pg_hero span,
  .pg_section h1, .pg_section h2, .pg_section h3, .pg_section h4, .pg_section h5,
  .pg_section p, .pg_section span,
  .faq_section h1, .faq_section h2, .faq_section h3, .faq_section h4, .faq_section h5,
  .faq_section p, .faq_section span, .faq_section summary,
  .pg_cta h1, .pg_cta h2, .pg_cta h3, .pg_cta h4, .pg_cta h5,
  .pg_cta p, .pg_cta span,
  .contato_hero h1, .contato_hero h2, .contato_hero h3, .contato_hero h4, .contato_hero h5,
  .contato_hero p, .contato_hero span,
  .contato_body h1, .contato_body h2, .contato_body h3, .contato_body h4, .contato_body h5,
  .contato_body p, .contato_body span,
  .contato_mapa h2,
  footer h1, footer h2, footer h3, footer h4, footer h5,
  footer p, footer span, footer a {
      color: #c8a96e !important;
  }

  /* Exceção: texto de botões permanece branco */
  .btn_wpp_hero,
  .btn_wpp_cta,
  .btn_opcao,
  .btn_wpp,
  .btn_blue,
  .contato_form_box .btn_submit {
      color: white !important;
  }

  /* ── HERO ─────────────────────────────────────────────────── */
  .pg_hero {
      background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 70%, #1a3a5c 100%);
      padding: 130px 40px 70px;
      text-align: center;
      position: relative;
  }

  .pg_hero::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, #c8a96e, #b8860b, #c8a96e);
  }

  .pg_hero .breadcrumb {
      display: block;
      font-size: 13px;
      opacity: .65;
      margin-bottom: 14px;
  }

  .pg_hero .breadcrumb a {
      color: rgba(200, 169, 110, .7);
      text-decoration: none;
  }

  .pg_hero h1 {
      font-size: clamp(1.8rem, 4vw, 2.6rem);
      max-width: 800px;
      margin: 0 auto 16px;
  }

  .pg_hero p {
      opacity: .85;
      font-size: 1.05rem;
      max-width: 620px;
      margin: 0 auto 32px;
      line-height: 1.6;
  }

  .btn_wpp_hero {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #25d366;
      color: white;
      padding: 16px 32px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 700;
      font-size: 1rem;
      transition: opacity .2s;
  }

  .btn_wpp_hero:hover { opacity: .9; }

  /* ── SEÇÃO DE CONTEÚDO ───────────────────────────────────── */
  .pg_section {
      padding: 80px 40px;
      max-width: 1100px;
      margin: 0 auto;
  }

  .pg_section h2 {
      font-size: clamp(1.4rem, 3vw, 1.9rem);
      margin-bottom: 12px;
      color: #c8a96e;
  }

  .pg_section .subtitle {
      color: #c8a96e;
      opacity: .8;
      margin-bottom: 40px;
      font-size: 1rem;
      line-height: 1.6;
  }

  /* ── CARDS ───────────────────────────────────────────────── */
  .cases_grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 18px;
  }

  .case_item {
      background: #f8f4ec;
      border-radius: 10px;
      padding: 22px;
      border-left: 4px solid #c8a96e;
  }

  .case_item h3 {
      font-size: .95rem;
      margin-bottom: 6px;
      color: #c8a96e;
  }

  .case_item p {
      font-size: .88rem;
      color: #b8860b;
      line-height: 1.5;
      margin: 0;
  }

  /* ── FAQ ─────────────────────────────────────────────────── */
  .faq_section {
      background: #f5f2ec;
      padding: 80px 40px;
  }

  .faq_inner {
      max-width: 800px;
      margin: 0 auto;
  }

  .faq_section h2 {
      font-size: clamp(1.4rem, 3vw, 1.9rem);
      margin-bottom: 36px;
      text-align: center;
      color: #c8a96e;
  }

  .faq_item {
      background: #faf8f3;
      border-radius: 8px;
      margin-bottom: 10px;
      border-left: 3px solid #c8a96e;
  }

  .faq_item summary {
      padding: 18px 24px;
      cursor: pointer;
      font-weight: 600;
      list-style: none;
      font-size: .95rem;
      color: #c8a96e;
  }

  .faq_item summary::-webkit-details-marker { display: none; }

  .faq_item[open] summary { border-bottom: 1px solid #d4c9b0; }

  .faq_item p {
      padding: 16px 24px;
      color: #b8860b;
      line-height: 1.7;
      margin: 0;
      font-size: .93rem;
  }

  /* ── CTA ─────────────────────────────────────────────────── */
  .pg_cta {
      background: linear-gradient(135deg, #1a1a2e, #0f3460);
      padding: 80px 40px;
      text-align: center;
      border-top: 3px solid #c8a96e;
  }

  .pg_cta h2 {
      font-size: clamp(1.4rem, 3vw, 1.9rem);
      margin-bottom: 14px;
  }

  .pg_cta p {
      opacity: .85;
      max-width: 560px;
      margin: 0 auto 32px;
      font-size: 1rem;
  }

  .btn_wpp_cta {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: #25d366;
      color: white;
      padding: 18px 40px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 700;
      font-size: 1.05rem;
      transition: opacity .2s;
  }

  .btn_wpp_cta:hover { opacity: .9; }

  /* ── PÁGINA CONTATO ──────────────────────────────────────── */
  .contato_hero {
      background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 70%, #1a3a5c 100%);
      padding: 130px 40px 70px;
      text-align: center;
      border-bottom: 3px solid #c8a96e;
  }

  .contato_hero .breadcrumb {
      display: block;
      font-size: 13px;
      opacity: .65;
      margin-bottom: 14px;
  }

  .contato_hero .breadcrumb a {
      color: rgba(200, 169, 110, .7);
      text-decoration: none;
  }

  .contato_hero h1 {
      font-size: clamp(1.8rem, 4vw, 2.6rem);
      max-width: 700px;
      margin: 0 auto 16px;
  }

  .contato_hero p {
      opacity: .85;
      font-size: 1.05rem;
      max-width: 580px;
      margin: 0 auto;
  }

  .contato_body {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      max-width: 1100px;
      margin: 80px auto;
      padding: 0 40px;
  }

  .contato_opcoes h2 {
      font-size: 1.6rem;
      margin-bottom: 32px;
      color: #c8a96e;
  }

  .opcao_card {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      background: #f8f4ec;
      border-radius: 12px;
      padding: 24px;
      margin-bottom: 16px;
      border-left: 4px solid #c8a96e;
  }

  .opcao_card i {
      font-size: 1.6rem;
      color: #c8a96e;
      margin-top: 4px;
      flex-shrink: 0;
  }

  .opcao_card h3 {
      font-size: 1rem;
      margin-bottom: 6px;
      color: #c8a96e;
  }

  .opcao_card p {
      font-size: .9rem;
      color: #b8860b;
      margin: 0 0 12px;
      line-height: 1.5;
  }

  .btn_opcao {
      display: inline-block;
      padding: 10px 20px;
      border-radius: 6px;
      font-size: .85rem;
      font-weight: 700;
      text-decoration: none;
      color: white;
      transition: opacity .2s;
  }

  .btn_opcao:hover { opacity: .9; }
  .btn_wpp  { background: #25d366; }
  .btn_blue { background: #1a72ff; }

  .contato_form_box h2 {
      font-size: 1.6rem;
      margin-bottom: 32px;
      color: #c8a96e;
  }

  .contato_form_box input,
  .contato_form_box textarea {
      display: block;
      width: 100%;
      padding: 14px 16px;
      border: 1px solid rgba(200, 169, 110, .4);
      border-radius: 8px;
      font-size: .95rem;
      margin-bottom: 14px;
      box-sizing: border-box;
      font-family: inherit;
      background: #faf8f3;
      color: #1a1a2e;
  }

  .contato_form_box textarea {
      height: 130px;
      resize: vertical;
  }

  .contato_form_box .btn_submit {
      width: 100%;
      background: #c8a96e;
      color: white;
      border: none;
      padding: 16px;
      border-radius: 8px;
      font-size: 1rem;
      font-weight: 700;
      cursor: pointer;
      letter-spacing: .5px;
      transition: background .2s;
  }

  .contato_form_box .btn_submit:hover { background: #b8860b; }

  .contato_mapa {
      max-width: 1100px;
      margin: 0 auto 80px;
      padding: 0 40px;
  }

  .contato_mapa h2 {
      font-size: 1.4rem;
      margin-bottom: 20px;
      color: #c8a96e;
  }

  .contato_mapa iframe {
      width: 100%;
      height: 350px;
      border-radius: 12px;
      border: 0;
  }

 /* ── FOOTER ──────────────────────────────────────────────────── */
  footer {
      background: #f5f2ec !important;
  }

  footer h5,
  footer p,
  footer span,
  footer a {
      color: #c8a96e !important;
  }

  footer .footer_bottom {
      border-top: 1px solid rgba(200, 169, 110, .3);
  }

  /* ── RESPONSIVO ──────────────────────────────────────────── */
  @media (max-width: 768px) {
      .pg_hero,
      .contato_hero  { padding: 100px 24px 50px; }
      .pg_section    { padding: 60px 24px; }
      .faq_section   { padding: 60px 24px; }
      .pg_cta        { padding: 60px 24px; }
      .contato_body  { grid-template-columns: 1fr; gap: 40px; padding: 0 24px; margin: 60px auto; }
      .contato_mapa  { padding: 0 24px; }
  }

.candidatura_embed {
  max-width: 820px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.candidatura_embed iframe {
  display: block;
  width: 100%;
  height: 1000px;
  border: 0;
}

.candidatura_alternativa {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .candidatura_embed iframe {
    height: 1250px;
  }
}
