/* ===== Direito & Saúde — Estilo caloroso e acessível ===== */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap');

.ds-pagina {
    --terracota: #bd6b45;
    --terracota-escuro: #a0552f;
    --salvia: #6f7d5e;
    --creme: #faf5ee;
    --creme-forte: #f2e9dc;
    --texto: #322a22;
    --texto-suave: #7a7266;
    --linha: #ecdfd0;
    font-family: 'Inter', -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
    color: var(--texto);
    line-height: 1.65;
    background: #fff;
    font-size: 16px;
    scroll-behavior: smooth;
}
.ds-pagina * { box-sizing: border-box; }
body.ds-corpo-limpo { margin: 0; padding: 0; }
.ds-pagina h1, .ds-pagina h2, .ds-pagina h3 { color: var(--texto); font-weight: 600; font-family: 'Fraunces', Georgia, serif; letter-spacing: -.01em; }
.ds-container { max-width: 820px; margin: 0 auto; padding: 0 20px; }
html { scroll-behavior: smooth; }

/* CABEÇALHO */
.ds-cabecalho { border-bottom: 1px solid var(--linha); background: rgba(255,255,255,.92); backdrop-filter: blur(6px); position: sticky; top: 0; z-index: 200; }
.ds-cabecalho-interno { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 20px; }
.ds-marca { font-family: 'Fraunces', Georgia, serif; font-weight: 600; color: var(--terracota-escuro); font-size: 19px; flex-shrink: 0; }
.ds-nav-rapida { display: flex; gap: 24px; flex: 1; justify-content: center; }
.ds-nav-rapida a { color: var(--texto-suave); text-decoration: none; font-size: 14px; font-weight: 600; position: relative; padding: 4px 0; transition: color .2s ease; }
.ds-nav-rapida a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--terracota); transition: width .25s ease; }
.ds-nav-rapida a:hover { color: var(--terracota-escuro); }
.ds-nav-rapida a:hover::after { width: 100%; }

/* INTRODUÇÃO */
.ds-intro { padding: 48px 0 52px; background: var(--creme); }
.ds-intro-grid { display: flex; gap: 36px; align-items: center; }
.ds-foto-profissional { flex-shrink: 0; width: 260px; height: 320px; border-radius: 20px; overflow: hidden; background: var(--creme-forte); box-shadow: 0 12px 30px rgba(160,85,47,.15); transition: box-shadow .3s ease; }
.ds-foto-profissional:hover { box-shadow: 0 16px 38px rgba(160,85,47,.25); }
.ds-foto-profissional img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.ds-foto-profissional:hover img { transform: scale(1.05); }
.ds-foto-vazia { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: #b5a68f; text-align: center; padding: 16px; }
.ds-foto-vazia svg { width: 52px; height: 52px; }
.ds-foto-vazia span { font-size: 12px; line-height: 1.4; }
.ds-selo { font-size: 12.5px; color: var(--terracota-escuro); font-weight: 700; margin: 0 0 14px; text-transform: uppercase; letter-spacing: 1.2px; font-family: 'Inter', sans-serif; }
.ds-intro h1 { font-size: 33px; line-height: 1.28; margin: 0 0 16px; font-weight: 500; letter-spacing: -.015em; }
.ds-intro h1 em { font-style: italic; font-weight: 400; color: var(--terracota-escuro); }
.ds-subtitulo { font-size: 16.5px; color: var(--texto-suave); margin: 0 0 24px; max-width: 420px; line-height: 1.6; }

.ds-botao { display: inline-block; padding: 13px 26px; font-weight: 700; text-decoration: none; font-size: 15px; border-radius: 30px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.ds-botao-whatsapp { background: var(--terracota); color: #fff; box-shadow: 0 4px 14px rgba(160,85,47,.25); }
.ds-botao-whatsapp:hover { background: var(--terracota-escuro); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(160,85,47,.35); }
.ds-botao-grande { padding: 15px 30px; font-size: 16px; }

/* SEÇÕES */
.ds-secao { padding: 48px 0; border-bottom: 1px solid var(--linha); }
.ds-secao h2 { font-size: 24px; margin: 0 0 22px; font-weight: 500; }

/* ÁREAS DE ATUAÇÃO */
.ds-secao-areas { padding-top: 46px; padding-bottom: 46px; border-bottom: 1px solid var(--linha); background: linear-gradient(180deg, #fff 0%, var(--creme) 100%); }
.ds-secao-areas h2 { font-size: 26px; margin: 0 0 26px; font-weight: 500; }
.ds-grade-areas { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ds-quadrado-area {
    display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
    background: #fff; border: 1px solid var(--linha); border-radius: 18px;
    text-decoration: none; color: var(--texto); padding: 22px 18px;
    transition: transform .25s cubic-bezier(.2,.8,.3,1.2), box-shadow .25s ease, border-color .25s ease, background .25s ease;
    position: relative; overflow: hidden;
}
.ds-quadrado-area::before {
    content: ""; position: absolute; inset: 0; opacity: 0; background: linear-gradient(135deg, var(--terracota) 0%, #d98a5f 100%);
    transition: opacity .3s ease; z-index: 0;
}
.ds-icone-circulo {
    width: 46px; height: 46px; border-radius: 50%; background: var(--creme);
    display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
    color: var(--terracota-escuro); transition: background .25s ease, color .25s ease, transform .25s ease;
    position: relative; z-index: 1; flex-shrink: 0;
}
.ds-icone-circulo svg { width: 22px; height: 22px; }
.ds-area-nome { font-size: 14.5px; font-weight: 600; line-height: 1.35; position: relative; z-index: 1; }
.ds-quadrado-area:hover { transform: translateY(-6px); border-color: transparent; box-shadow: 0 18px 32px rgba(160,85,47,.28); }
.ds-quadrado-area:hover::before { opacity: 1; }
.ds-quadrado-area:hover .ds-icone-circulo { background: rgba(255,255,255,.22); color: #fff; transform: scale(1.08) rotate(-4deg); }
.ds-quadrado-area:hover .ds-area-nome { color: #fff; }

@media (max-width: 700px) {
    .ds-grade-areas { grid-template-columns: repeat(2, 1fr); }
}

/* BUSCA */
.ds-busca { width: 100%; padding: 12px 16px; border: 1px solid var(--linha); font-size: 14.5px; margin-bottom: 26px; border-radius: 24px; background: var(--creme); }

/* FAQ */
.ds-bloco-topico { margin-bottom: 24px; }
.ds-titulo-topico { font-size: 16px; color: var(--terracota-escuro); margin: 0 0 8px; font-weight: 700; }
.ds-item-faq { border-bottom: 1px solid var(--linha); border-radius: 10px; transition: background .2s ease; }
.ds-item-faq:hover { background: var(--creme); }
.ds-pergunta { width: 100%; text-align: left; background: none; border: none; padding: 14px 12px; font-size: 14.5px; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: baseline; color: var(--texto); font-family: inherit; gap: 12px; }
.ds-texto-pergunta { flex: 1; }
.ds-seta { font-size: 17px; font-weight: 400; color: var(--terracota); flex-shrink: 0; transition: transform .25s ease; display: inline-block; }
.ds-item-faq.aberto .ds-seta { transform: rotate(45deg); }
.ds-resposta { max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; font-size: 14.5px; color: var(--texto-suave); padding: 0 12px; }
.ds-item-faq.aberto .ds-resposta { max-height: 600px; padding: 0 12px 16px; }
.ds-item-faq.ds-oculto { display: none; }

.ds-nao-achou { margin-top: 22px; font-size: 14.5px; }
.ds-nao-achou a { color: var(--terracota-escuro); font-weight: 700; text-decoration: none; }

/* ARTIGOS */
.ds-lista-artigos { display: flex; flex-direction: column; }
.ds-linha-artigo { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 12px; border-bottom: 1px solid var(--linha); text-decoration: none; color: var(--texto); border-radius: 10px; transition: background .2s ease, padding-left .2s ease; }
.ds-linha-artigo:last-child { border-bottom: none; }
.ds-linha-artigo:hover { background: var(--creme); padding-left: 18px; }
.ds-linha-artigo h3 { font-size: 16px; margin: 0 0 5px; }
.ds-linha-artigo p { font-size: 14.5px; color: var(--texto-suave); margin: 0; }
.ds-artigo-seta { font-size: 20px; color: var(--terracota); opacity: 0; transform: translateX(-6px); transition: opacity .2s ease, transform .2s ease; flex-shrink: 0; }
.ds-linha-artigo:hover .ds-artigo-seta { opacity: 1; transform: translateX(0); }

/* SOBRE */
.ds-sobre-texto { font-size: 15px; color: var(--texto-suave); max-width: 620px; }

/* CONTATO */
.ds-secao-contato { background: var(--creme); border-bottom: none; }
.ds-nota-media { font-size: 14.5px; font-weight: 700; margin: 0 0 18px; color: var(--terracota-escuro); }
.ds-contatos-extra { margin-top: 20px; font-size: 14.5px; color: var(--texto-suave); }
.ds-contatos-extra p { margin: 5px 0; }

/* ANIMAÇÃO DE ENTRADA AO ROLAR */
.ds-anima { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.ds-anima.ds-visivel { opacity: 1; transform: translateY(0); }

/* WHATSAPP FLUTUANTE */
.ds-whatsapp-flutuante { position: fixed; bottom: 22px; right: 22px; background: var(--terracota); width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(160,85,47,.35); z-index: 9999; transition: transform .2s ease, background .2s ease; }
.ds-whatsapp-flutuante:hover { background: var(--terracota-escuro); transform: scale(1.08); }

@media (max-width: 600px) {
    .ds-intro-grid { flex-direction: column; align-items: flex-start; }
    .ds-foto-profissional { width: 100%; height: 240px; }
    .ds-nav-rapida { display: none; }
}
