/* Daniel Morato Advocacia */
:root {
  --ink: #001539;
  --ink-soft: #46536E;
  --ink-faint: #7C879C;
  --paper: #F5F6F7;
  --paper-pure: #FFFFFF;
  --sage: #8A6800;
  --sage-light: #FBF1D4;
  --amber: #8A6800;
  --amber-light: #FBF1D4;
  --rule: #DCE0E6;
  --font-display: "Newsreader", Georgia, serif;
  --font-body: "Archivo", -apple-system, "Segoe UI", sans-serif;
  --wrap: 1120px;
  --gap: clamp(3.5rem, 7vw, 6.5rem);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--font-body); font-size: 1.0625rem; line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }
.narrow { max-width: 720px; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.18; letter-spacing: -0.015em; margin: 0; }
h1 { font-size: clamp(2rem, 5vw, 3.25rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.35rem); }
h3 { font-size: 1.25rem; line-height: 1.35; }
p { margin: 0 0 1.15em; }
a { color: var(--ink); }
:focus-visible { outline: 2.5px solid var(--sage); outline-offset: 3px; border-radius: 2px; }
.eyebrow { font-family: var(--font-body); font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--sage); margin: 0 0 1.1rem; }
.site-head { border-bottom: 1px solid var(--rule); background: var(--paper-pure); position: sticky; top: 0; z-index: 40; }
.head-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 1rem; }
.brand { display: flex; align-items: center; gap: .85rem; text-decoration: none; }
.brand-bar { width: 4px; height: 40px; background: var(--ink); flex: none; }
.brand-name { font-family: var(--font-display); font-size: 1.18rem; line-height: 1.1; display: block; }
.brand-oab { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); display: block; margin-top: .18rem; }
.site-nav { display: flex; align-items: center; gap: 1.6rem; }
.site-nav a { font-size: .9rem; text-decoration: none; color: var(--ink-soft); }
.site-nav a:hover { color: var(--ink); }
@media (max-width: 860px) { .site-nav { display: none; } }
.btn { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-body); font-size: .95rem; font-weight: 600; padding: .85rem 1.5rem; text-decoration: none; border: 1.5px solid var(--ink); transition: background .18s ease, color .18s ease; }
.btn-solid { background: var(--ink); color: var(--paper-pure); }
.btn-solid:hover { background: #000D24; border-color: #000D24; }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--paper-pure); }
.hero { background: var(--paper-pure); border-bottom: 1px solid var(--rule); padding-block: clamp(3rem, 7vw, 5rem); }
.hero h1 { max-width: 20ch; }
.hero h1 em { font-style: italic; color: var(--sage); }
.hero-lede { font-size: 1.1rem; color: var(--ink-soft); max-width: 54ch; margin-top: 1.5rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.timeline { margin-top: clamp(3rem, 6vw, 4.5rem); }
.timeline-title { font-family: var(--font-body); font-size: .74rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 1.75rem; }
.track { position: relative; height: 3px; background: var(--rule); margin-bottom: 4.5rem; }
.track-protected { position: absolute; inset-block: 0; left: 8%; right: 12%; background: var(--sage); }
.track-protected::after { content: "Período de estabilidade no emprego"; position: absolute; left: 50%; transform: translateX(-50%); top: -2.3rem; white-space: nowrap; font-size: .78rem; font-weight: 600; color: var(--sage); background: var(--sage-light); padding: .3rem .8rem; }
.mark { position: absolute; top: 50%; transform: translate(-50%, -50%); }
.mark-dot { width: 13px; height: 13px; border-radius: 50%; background: var(--paper-pure); border: 3px solid var(--ink); }
.mark-label { position: absolute; top: 1.5rem; left: 50%; transform: translateX(-50%); width: 8.5rem; text-align: center; font-size: .82rem; line-height: 1.35; color: var(--ink-soft); }
.mark-label strong { display: block; color: var(--ink); font-weight: 600; }
@media (max-width: 760px) {
  .track { height: auto; width: 3px; min-height: 380px; margin: 0 0 1rem 5.5rem; }
  .track-protected { inset-inline: 0; left: 0; right: 0; top: 8%; bottom: 12%; }
  .track-protected::after { top: 50%; left: 1.4rem; transform: translateY(-50%); white-space: normal; width: 9rem; }
  .mark { top: auto; left: 50%; }
  .mark-label { top: 50%; left: auto; right: 1.4rem; transform: translateY(-50%); text-align: right; width: 7rem; }
}
.section { padding-block: var(--gap); }
.section-white { background: var(--paper-pure); border-block: 1px solid var(--rule); }
.section-head { max-width: 640px; margin-bottom: 3rem; }
.section-head p { color: var(--ink-soft); margin-top: 1rem; margin-bottom: 0; }
.entries { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.entry { background: var(--paper-pure); border: 1px solid var(--rule); border-left: 4px solid var(--ink); padding: 1.85rem 1.6rem; text-decoration: none; display: block; transition: border-left-color .18s ease, transform .18s ease; }
.section-white .entry { background: var(--paper); }
.entry:hover { border-left-color: var(--sage); transform: translateY(-2px); }
.entry-q { font-family: var(--font-display); font-size: 1.22rem; line-height: 1.32; margin-bottom: .7rem; }
.entry-a { font-size: .95rem; color: var(--ink-soft); margin: 0; }
.entry-go { font-size: .84rem; font-weight: 600; color: var(--sage); margin-top: 1.1rem; display: block; }
.areas { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2.25rem 2.5rem; }
.area h3 { margin-bottom: .55rem; }
.area p { font-size: .95rem; color: var(--ink-soft); margin: 0; }
.team { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 2rem; }
.member { border-top: 2px solid var(--ink); padding-top: 1.1rem; }
.member-name { font-family: var(--font-display); font-size: 1.15rem; margin-bottom: .25rem; }
.member-role { font-size: .8rem; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-faint); }
.member p { font-size: .93rem; color: var(--ink-soft); margin: .8rem 0 0; }
.prose { max-width: 700px; }
.prose h2 { margin-top: 3rem; margin-bottom: 1rem; }
.prose h3 { margin-top: 2.2rem; margin-bottom: .6rem; }
.prose ul { padding-left: 1.15rem; margin: 0 0 1.3em; }
.prose li { margin-bottom: .55em; }
.prose strong { font-weight: 600; }
.callout { border-left: 4px solid var(--amber); background: var(--amber-light); padding: 1.4rem 1.5rem; margin: 2.2rem 0; }
.callout p { margin: 0; font-size: .97rem; }
.callout-label { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--amber); display: block; margin-bottom: .5rem; }
.faq { border-top: 1px solid var(--rule); margin-top: 2.5rem; }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary { cursor: pointer; padding: 1.15rem 0; font-family: var(--font-display); font-size: 1.1rem; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--sage); font-family: var(--font-body); flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding-bottom: 1.2rem; margin: 0; color: var(--ink-soft); font-size: .97rem; }
.cta { background: var(--ink); color: var(--paper-pure); padding-block: var(--gap); }
.cta h2 { color: var(--paper-pure); max-width: 22ch; }
.cta p { color: #B7C1D6; max-width: 52ch; margin-top: 1.1rem; }
.cta .btn { border-color: var(--paper-pure); color: var(--ink); background: var(--paper-pure); margin-top: 1.75rem; }
.cta .btn:hover { background: #DFAA00; border-color: #DFAA00; }
.site-foot { background: var(--paper-pure); border-top: 1px solid var(--rule); padding-block: 3.25rem 2rem; font-size: .9rem; }
.foot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2.25rem; }
.foot-grid h4 { font-family: var(--font-body); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-faint); margin: 0 0 .9rem; font-weight: 600; }
.foot-grid a { color: var(--ink-soft); text-decoration: none; display: block; margin-bottom: .45rem; }
.foot-grid a:hover { color: var(--ink); }
.foot-grid address { font-style: normal; color: var(--ink-soft); }
.foot-legal { border-top: 1px solid var(--rule); margin-top: 2.5rem; padding-top: 1.5rem; font-size: .8rem; color: var(--ink-faint); }
.foot-legal p { margin: 0 0 .5rem; }
.crumbs { font-size: .82rem; color: var(--ink-faint); padding-top: 2rem; }
.crumbs a { color: var(--ink-soft); text-decoration: none; }
.page-head { background: var(--paper-pure); border-bottom: 1px solid var(--rule); padding-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.page-head h1 { max-width: 22ch; margin-top: 1.2rem; }
.page-head .hero-lede { margin-top: 1.25rem; }
.wa-float { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 50; background: var(--sage); color: #fff; text-decoration: none; padding: .9rem 1.35rem; font-weight: 600; font-size: .92rem; box-shadow: 0 6px 20px rgba(22,36,63,.22); }
.wa-float:hover { background: #000D24; }

/* ---------- v2: painel de situações ---------- */
.situations { border-top: 2px solid var(--ink); }
.sit {
  display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 1rem 2rem;
  padding: 1.5rem 0; border-bottom: 1px solid var(--rule);
  text-decoration: none; transition: padding-left .18s ease, background .18s ease;
}
.sit:hover { padding-left: .9rem; background: linear-gradient(90deg, var(--sage-light), transparent 60%); }
.sit-q { font-family: var(--font-display); font-size: clamp(1.15rem, 2.4vw, 1.55rem); line-height: 1.28; color: var(--ink); }
.sit-q::before { content: "\201C"; color: var(--sage); margin-right: .12em; }
.sit-q::after { content: "\201D"; color: var(--sage); margin-left: .06em; }
.sit-tag { font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-faint); white-space: nowrap; }
.sit:hover .sit-tag { color: var(--sage); }
@media (max-width: 620px) {
  .sit { grid-template-columns: 1fr; gap: .5rem; }
  .sit-tag { white-space: normal; }
}

/* ---------- v2: faixa de credenciais ---------- */
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 2rem; }
.fact { border-left: 3px solid var(--sage); padding-left: 1.1rem; }
.fact-k { font-family: var(--font-display); font-size: 1.05rem; line-height: 1.3; margin-bottom: .3rem; }
.fact-v { font-size: .9rem; color: var(--ink-soft); margin: 0; }

/* ---------- v2: cartão do perfil no Google ---------- */
.gplace {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.25rem;
  background: var(--paper-pure); border: 1px solid var(--rule); border-left: 4px solid var(--sage);
  padding: 1.6rem 1.75rem; text-decoration: none; margin-top: 2.5rem;
}
.gplace:hover { border-left-color: var(--ink); }
.gplace-t { font-family: var(--font-display); font-size: 1.15rem; margin-bottom: .3rem; }
.gplace-s { font-size: .92rem; color: var(--ink-soft); margin: 0; max-width: 46ch; }
.gplace-go { font-size: .86rem; font-weight: 600; color: var(--sage); white-space: nowrap; }

/* ---------- v3: marca e retratos ---------- */
.brand-logo { height: 46px; width: auto; display: block; }
@media (max-width: 620px) { .brand-logo { height: 38px; } }

.hero-split { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
@media (max-width: 900px) { .hero-split { grid-template-columns: 1fr; } .hero-portrait { display: none; } }
.hero-portrait { position: relative; }
.hero-portrait img { width: 100%; height: auto; display: block; filter: saturate(.92); }
.hero-portrait::after { content: ""; position: absolute; inset: auto 0 -14px -14px; width: 62px; height: 62px; border-left: 3px solid #DFAA00; border-bottom: 3px solid #DFAA00; }

.member-photo { width: 100%; aspect-ratio: 42/57; object-fit: cover; object-position: 50% 20%; display: block; margin-bottom: 1rem; filter: saturate(.94); }
.member { border-top: 2px solid #DFAA00; }

.founder { display: grid; grid-template-columns: 260px 1fr; gap: 2.25rem; align-items: start; margin: 2.5rem 0; }
@media (max-width: 720px) { .founder { grid-template-columns: 1fr; } }
.founder img { width: 100%; height: auto; display: block; }

.sit-q::before, .sit-q::after { color: #8A6800; }
.track-protected { background: var(--ink); }
.entry-go { color: #8A6800; }
