/* ==========================================================================
   FOLHA DE ESTILOS: PÁGINAS INTERNAS & ARTIGOS EDITORIAIS
   Dr. Alexandre Charão - Cirurgia Plástica
   Padrão: Core Web Vitals (FCP/LCP < 1.2s), WCAG 2.1 AA, CRO Editorial
   Tipografia: stack de sistema (zero webfont bloqueante / zero CLS de fonte)
   Cache: v=4.3
   ========================================================================== */

/* --- RESET BASE ---
   Não forçar height:auto em SVG global: quebra ícones inline do topo/WhatsApp. */
html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--cor-texto-principal, #1e293b);
  background: #ffffff;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
svg {
  max-width: 100%;
  box-sizing: border-box;
}
p a, li a, .art-paragrafo a, .art-faq-resposta a {
  text-decoration: underline;
  font-weight: 500;
}

/* --- TOPBAR OFICIAL (INCLUDES/TOPO.HTML) --- */
.topbar {
  background: #050c1e;
  border-bottom: 1px solid rgba(245, 215, 110, 0.2);
  position: relative;
  z-index: 999;
}
.topbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.topbar-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #ffffff;
}
.topbar-logo span:first-child {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
}
.topbar-logo span:last-child {
  background: rgba(245, 215, 110, 0.15);
  color: #f5d76e;
  border: 1px solid rgba(245, 215, 110, 0.3);
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.topbar-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.topbar-nav a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s;
}
.topbar-nav a:hover {
  color: #f5d76e;
}
.topbar-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #075E54;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(7, 94, 84, 0.35);
  transition: transform 0.2s;
}
.topbar-whatsapp:hover {
  transform: scale(1.04);
}
.topbar-whatsapp svg {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  fill: #ffffff !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
}

/* --- VARIÁVEIS DE DESIGN SYSTEM --- */
:root {
  --cor-fundo-escuro: #071028;
  --cor-fundo-claro: #f8fafc;
  --cor-superficie: #ffffff;
  --cor-texto-principal: #1e293b;
  --cor-texto-secundario: #475569;
  --cor-texto-suave: #64748b;
  --cor-ouro: #8f7215;
  --cor-ouro-claro: #f5d76e;
  --cor-ouro-fundo: rgba(245, 215, 110, 0.08);
  --cor-borda-suave: #e2e8f0;
  --cor-borda-ouro: rgba(245, 215, 110, 0.35);
  --cor-verde-whatsapp: #075E54;
  --raio-card: 16px;
  --sombra-card: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.03);
  --sombra-card-hover: 0 20px 30px -10px rgba(7, 16, 40, 0.12);
  --transicao-suave: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --fonte: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* --- HERO EDITORIAL DA PÁGINA INTERNA --- */
.art-hero {
  background: radial-gradient(circle at 50% 0%, #0d1e44 0%, var(--cor-fundo-escuro) 100%);
  color: #ffffff;
  padding: 55px 20px 45px;
  text-align: center;
  border-bottom: 2px solid var(--cor-ouro);
  position: relative;
}

.art-hero-content {
  max-width: 860px;
  margin: 0 auto;
}

.art-hero-badge {
  display: inline-block;
  background: var(--cor-ouro-fundo);
  border: 1px solid var(--cor-borda-ouro);
  color: var(--cor-ouro-claro);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 18px;
}

.art-hero h1 {
  font-family: var(--fonte);
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #ffffff;
}

.art-hero-sub {
  font-size: clamp(14px, 1.8vw, 17px);
  color: #cbd5e1;
  max-width: 720px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

.art-hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #94a3b8;
}

.art-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* BANNER DE IMAGEM DO HERO — espaço reservado (anti-CLS) */
.art-hero-banner-wrap {
  max-width: 760px;
  margin: 32px auto 0;
  background: #071028;
  border: 1px solid var(--cor-borda-ouro);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
  position: relative;
}
.art-hero-banner-media {
  aspect-ratio: 760 / 300;
  background: #071028;
  overflow: hidden;
}
.art-hero-banner-wrap img {
  width: 100%;
  height: 100%;
  aspect-ratio: 760 / 300;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

.art-hero-banner-legenda {
  background: rgba(7, 16, 40, 0.92);
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 500;
  color: var(--cor-ouro-claro);
  letter-spacing: 1px;
  text-align: center;
  border-top: 1px solid rgba(245, 215, 110, 0.2);
}

/* --- ESTRUTURA PRINCIPAL (LAYOUT 2 COLUNAS) --- */
.art-main-layout {
  max-width: 1200px;
  margin: 45px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 45px;
  align-items: start;
}

@media (max-width: 991px) {
  .art-main-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    margin: 30px auto;
  }
}

/* --- ARTIGO DE CONTEÚDO --- */
.art-article {
  background: #ffffff;
  border-radius: var(--raio-card);
  padding: 40px;
  box-shadow: var(--sombra-card);
  border: 1px solid var(--cor-borda-suave);
}

@media (max-width: 767px) {
  .art-article {
    padding: 24px 18px;
  }
}

.art-article h2 {
  font-family: var(--fonte);
  font-size: clamp(20px, 2.5vw, 26px);
  color: var(--cor-fundo-escuro);
  margin-top: 40px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--cor-ouro-fundo);
  position: relative;
}

.art-article h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 45px;
  height: 2px;
  background: var(--cor-ouro);
}

.art-article h3 {
  font-family: var(--fonte);
  font-size: clamp(17px, 2vw, 20px);
  color: var(--cor-fundo-escuro);
  margin-top: 25px;
  margin-bottom: 12px;
}

.art-article p {
  color: var(--cor-texto-secundario);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.art-article ul, .art-article ol {
  margin-bottom: 22px;
  padding-left: 24px;
}

.art-article li {
  color: var(--cor-texto-secundario);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* BOX DESTAQUE / CITAÇÃO EDITORIAL */
.art-box-destaque {
  background: #f8fafc;
  border-left: 4px solid var(--cor-ouro);
  padding: 20px 24px;
  border-radius: 0 12px 12px 0;
  margin: 30px 0;
  font-style: italic;
  color: var(--cor-texto-principal);
}

.art-box-destaque strong {
  color: var(--cor-ouro);
  font-style: normal;
  display: block;
  margin-bottom: 6px;
}

/* --- TABELA COMPARATIVA EDITORIAL PREMIUM --- */
.art-tabela-container {
  overflow-x: auto;
  margin: 35px 0;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  -webkit-overflow-scrolling: touch;
}

.art-tabela {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}

.art-tabela th {
  background: #071028;
  color: #ffffff;
  padding: 16px 18px;
  font-family: var(--fonte);
  font-weight: 600;
  border-bottom: 2px solid var(--cor-ouro);
}

.art-tabela th.th-destaque {
  background: #0c1c42;
  color: var(--cor-ouro-claro);
  border-bottom: 3px solid var(--cor-ouro-claro);
}

.art-tabela td {
  padding: 14px 18px;
  border-bottom: 1px solid #e2e8f0;
  color: var(--cor-texto-secundario);
  line-height: 1.5;
  vertical-align: middle;
}

.art-tabela tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.art-tabela tbody tr:hover {
  background-color: #f1f5f9;
}

.art-tabela td.td-criterio {
  font-weight: 600;
  color: #071028;
  background-color: #ffffff;
  width: 28%;
}

.art-tabela td.td-criterio .crit-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.art-tabela td.td-criterio .crit-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: rgba(7, 16, 40, 0.06);
  border: 1px solid rgba(7, 16, 40, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--cor-ouro);
  font-weight: 700;
  flex-shrink: 0;
}

.art-tabela td.td-convencional {
  color: #64748b;
  border-left: 1px solid #e2e8f0;
  width: 36%;
}

.art-tabela td.td-convencional .status-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.art-tabela td.td-convencional .status-tag.status-neg {
  color: #b91c1c;
  font-weight: 500;
}

.art-tabela td.td-convencional .status-tag.status-neu {
  color: #475569;
}

.art-tabela td.td-destaque {
  background: rgba(245, 215, 110, 0.07);
  font-weight: 600;
  color: #071028;
  border-left: 2px solid rgba(245, 215, 110, 0.4);
  border-right: 2px solid rgba(245, 215, 110, 0.4);
  width: 36%;
}

.art-tabela td.td-destaque .status-pos {
  color: #15803d;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* --- FAQ COM ACCORDION NATIVO (<details>) --- */
.art-faq-section {
  margin: 45px 0;
}

.art-faq-item {
  border: 1px solid var(--cor-borda-suave);
  border-radius: 12px;
  margin-bottom: 14px;
  background: #ffffff;
  overflow: hidden;
  transition: var(--transicao-suave);
}

.art-faq-item:hover {
  border-color: var(--cor-ouro);
}

.art-faq-item[open] {
  border-color: var(--cor-ouro);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.art-faq-item summary {
  padding: 18px 22px;
  font-family: var(--fonte);
  font-weight: 600;
  font-size: 15px;
  color: var(--cor-fundo-escuro);
  cursor: pointer;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  column-gap: 12px;
  row-gap: 4px;
  user-select: none;
}

.art-faq-item summary::-webkit-details-marker {
  display: none;
}

.art-faq-item summary a,
.art-faq-item summary a.art-cite {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
  word-break: normal;
}

.art-faq-item summary > span {
  min-width: 0;
}

.art-faq-item summary > span:not(.faq-num) {
  flex: 1 1 auto;
  min-width: 0;
}

.art-faq-item summary > .faq-num {
  flex: 0 0 auto;
  font-family: var(--fonte);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--cor-ouro);
  min-width: 1.8em;
}

.art-faq-item summary::after {
  content: "+";
  font-size: 20px;
  color: var(--cor-ouro);
  font-weight: 700;
  transition: transform 0.2s;
  margin-left: auto;
  flex-shrink: 0;
  padding-left: 12px;
}

.art-faq-item[open] summary::after {
  content: "−";
  color: var(--cor-ouro);
}

.art-faq-conteudo {
  padding: 0 22px 20px;
  font-size: 14.5px;
  color: var(--cor-texto-secundario);
  line-height: 1.7;
  border-top: 1px solid #f1f5f9;
  margin-top: 5px;
  padding-top: 15px;
}

/* --- SIDEBAR LATERAL & PERFIL DO ESPECIALISTA --- */
.art-sidebar {
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: sticky;
  top: 20px;
}

.art-sidebar-card {
  background: #ffffff;
  border-radius: var(--raio-card);
  padding: 25px;
  border: 1px solid var(--cor-borda-suave);
  box-shadow: var(--sombra-card);
}

.art-perfil-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--cor-ouro-claro);
  margin: 0 auto 15px;
  display: block;
}

.art-perfil-nome {
  font-family: var(--fonte);
  font-size: 18px;
  font-weight: 700;
  color: var(--cor-fundo-escuro);
  text-align: center;
  margin-bottom: 4px;
}

.art-perfil-crm {
  font-size: 12px;
  color: var(--cor-ouro);
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.art-perfil-bio {
  font-size: 13.5px;
  color: var(--cor-texto-secundario);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}

.art-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #075E54;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 20px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(7, 94, 84, 0.35);
  transition: var(--transicao-suave);
}

.art-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(7, 94, 84, 0.45);
}

/* --- BOTÃO FLUTUANTE DO WHATSAPP (.BOTAO-FIXO) --- */
.botao-fixo {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #075E54;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 9999;
  transition: all 0.3s ease;
}

.botao-fixo:hover {
  transform: translateY(-3px) scale(1.02);
  background-color: #064c44;
  box-shadow: 0 12px 30px rgba(7, 94, 84, 0.45);
}

.botao-fixo svg {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
  fill: #ffffff !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
}

/* Rodapé: estilos unificados em includes/rodape.html */

@media (max-width: 768px) {
  .botao-fixo {
    bottom: 15px;
    right: 15px;
    padding: 10px 18px;
    font-size: 13px;
  }
}

/* ==========================================================================
   CLASSES USADAS NA PÁGINA INTERNA (HTML atual)
   ========================================================================== */
.art-hero-badge,
.art-badge-topo {
  display: inline-block;
  background: var(--cor-ouro-fundo);
  border: 1px solid var(--cor-borda-ouro);
  color: var(--cor-ouro-claro);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 18px;
}
.art-hero-titulo {
  font-family: var(--fonte);
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 15px;
  color: #ffffff;
}
.art-hero-subtitulo {
  font-size: clamp(14px, 1.8vw, 17px);
  color: #cbd5e1;
  max-width: 760px;
  margin: 0 auto 20px;
  line-height: 1.7;
}
.art-meta-bar {
  background: #050c1e;
  border-bottom: 1px solid rgba(245, 215, 110, 0.2);
}
.art-meta-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.art-meta-item {
  font-size: 13px;
  color: #94a3b8;
}
.art-meta-item span {
  display: block;
  margin-bottom: 4px;
}
.art-meta-item strong {
  color: #f5d76e;
  font-weight: 600;
}
.art-container {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 20px 20px;
}
.art-intro-destaque {
  background: #f8fafc;
  border-left: 4px solid var(--cor-ouro);
  padding: 24px 28px;
  border-radius: 0 12px 12px 0;
  margin: 0 0 40px;
}
.art-intro-destaque h2 {
  font-family: var(--fonte);
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--cor-fundo-escuro);
  margin: 0 0 16px;
  padding: 0;
  border: none;
}
.art-intro-destaque h2::after {
  display: none;
}
.art-intro-destaque p {
  color: var(--cor-texto-secundario);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.art-secao {
  margin: 0 0 48px;
}
.art-secao-titulo {
  font-family: var(--fonte);
  font-size: clamp(20px, 2.5vw, 26px);
  color: var(--cor-fundo-escuro);
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--cor-ouro-fundo);
  position: relative;
}
.art-secao-titulo::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 45px;
  height: 2px;
  background: var(--cor-ouro);
}
.art-paragrafo {
  color: var(--cor-texto-secundario);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.art-grid-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 24px;
}
.art-card-item {
  background: #ffffff;
  border: 1px solid var(--cor-borda-suave);
  border-radius: 14px;
  padding: 22px 22px 20px;
  box-shadow: var(--sombra-card);
}
.art-card-num {
  font-family: var(--fonte);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--cor-ouro);
  margin-bottom: 8px;
}
.art-card-titulo {
  font-family: var(--fonte);
  font-size: 17px;
  font-weight: 600;
  color: var(--cor-fundo-escuro);
  margin: 0 0 10px;
  line-height: 1.35;
}
.art-card-desc {
  font-size: 14.5px;
  color: var(--cor-texto-secundario);
  line-height: 1.7;
  margin: 0;
}
.art-box-seguranca {
  background: #071028;
  color: #cbd5e1;
  border-radius: 14px;
  padding: 22px 24px;
  margin-top: 24px;
  border: 1px solid rgba(245, 215, 110, 0.28);
}
.art-box-seguranca-titulo {
  font-family: var(--fonte);
  font-weight: 700;
  color: #f5d76e;
  margin-bottom: 10px;
  font-size: 15px;
}
.art-box-seguranca p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: #cbd5e1;
}
.art-tabela-wrap {
  overflow-x: auto;
  margin: 24px 0 8px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  -webkit-overflow-scrolling: touch;
}
.art-tabela th.th-crit,
.art-tabela th.th-conv,
.art-tabela th.th-charao {
  background: #071028;
  color: #ffffff;
}
.art-tabela th.th-charao {
  background: #0c1c42;
  color: var(--cor-ouro-claro);
  border-bottom: 3px solid var(--cor-ouro-claro);
}
.art-tabela td.td-conv {
  color: #64748b;
  border-left: 1px solid #e2e8f0;
}
.art-tabela td.td-charao {
  background: rgba(245, 215, 110, 0.07);
  font-weight: 600;
  color: #071028;
  border-left: 2px solid rgba(245, 215, 110, 0.4);
  border-right: 2px solid rgba(245, 215, 110, 0.4);
}
.crit-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.status-badge {
  display: inline-flex;
  align-items: center;
  margin-right: 4px;
}
.status-badge.status-neg {
  color: #b91c1c;
  font-weight: 600;
}
.status-badge.status-neu {
  color: #475569;
}
.badge-plus {
  color: #15803d;
  font-weight: 700;
  margin-right: 4px;
}
.art-faq-lista {
  margin-top: 8px;
}
.art-faq-pergunta {
  padding: 18px 22px;
  font-family: var(--fonte);
  font-weight: 600;
  font-size: 15px;
  color: var(--cor-fundo-escuro);
  cursor: pointer;
  list-style: none;
}
.art-faq-resposta {
  padding: 0 22px 20px;
  font-size: 14.5px;
  color: var(--cor-texto-secundario);
  line-height: 1.7;
}
.art-faq-resposta p {
  margin: 0;
}

/* FAQ nativo usado nas páginas internas: .art-faq > details + .faq-num + .faq-resposta */
.art-faq details {
  border: 1px solid var(--cor-borda-suave);
  border-radius: 12px;
  margin-bottom: 14px;
  background: #ffffff;
  overflow: hidden;
  transition: var(--transicao-suave);
}
.art-faq details:hover {
  border-color: var(--cor-ouro);
}
.art-faq details[open] {
  border-color: var(--cor-ouro);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.art-faq details summary {
  padding: 18px 22px;
  font-family: var(--fonte);
  font-weight: 600;
  font-size: 15px;
  color: var(--cor-fundo-escuro);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.45;
  user-select: none;
}
.art-faq details summary::-webkit-details-marker {
  display: none;
}
.art-faq details summary::marker {
  content: "";
}
.art-faq details summary::after {
  content: "+";
  margin-left: auto;
  font-size: 20px;
  color: var(--cor-ouro);
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
.art-faq details[open] summary::after {
  content: "\2212";
}
.art-faq .faq-num {
  flex-shrink: 0;
  font-family: var(--fonte);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--cor-ouro);
  min-width: 1.8em;
}
.art-faq .faq-resposta {
  padding: 0 22px 20px;
  font-size: 14.5px;
  color: var(--cor-texto-secundario);
  line-height: 1.8;
  border-top: 1px solid #f1f5f9;
  margin-top: 0;
  padding-top: 15px;
}
.art-faq .faq-resposta p {
  margin: 0;
  color: var(--cor-texto-secundario);
  font-size: 14.5px;
  line-height: 1.8;
}
.art-cta-botao {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #075E54;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(7, 94, 84, 0.35);
}
.art-cta-botao:hover {
  transform: translateY(-2px);
}
.art-cta-final h2 {
  font-family: var(--fonte);
  font-size: clamp(20px, 2.5vw, 26px);
  color: #ffffff;
  margin: 0 0 12px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.art-cta-final {
  background: #071028;
  color: #ffffff;
  text-align: center;
  border-radius: 16px;
  padding: 36px 28px;
  margin: 20px 0 10px;
  border: 1px solid rgba(245, 215, 110, 0.28);
}
.art-cta-final h3 {
  font-family: var(--fonte);
  font-size: clamp(20px, 2.5vw, 26px);
  color: #ffffff;
  margin: 0 0 12px;
}
.art-cta-final p {
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 22px;
}
.art-btn-agendar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #075E54;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(7, 94, 84, 0.35);
}
.art-btn-agendar:hover {
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .art-meta-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .art-meta-inner,
  .art-grid-cards {
    grid-template-columns: 1fr;
  }
}
