:root {
  --font-sans: "Atkinson Hyperlegible", system-ui, -apple-system, sans-serif;
  --font-serif: "Source Serif 4", Georgia, serif;
  --ink: #14201e;
  --muted: #2f3836;
  --paper: #e2ddd2;
  --surface: #fbfaf6;
  --surface-strong: #f0ede5;
  --line: #e2ddd2;
  --line-strong: #d6d1c5;
  --teal: #134b44;
  --teal-dark: #0c2e2a;
  --gold: #a9762f;
  --gold-dark: #7a5524;
  --slate: #5a6472;
  --white: #ffffff;
  --danger: #a43f35;
  --success: #134b44;
  --shadow-soft: 0 18px 50px rgba(20, 25, 24, 0.10);
  --container: 1120px;
  --radius: 10px;

  /* Grid system */
  --col-main: minmax(0, 7fr);
  --col-aside: minmax(280px, 5fr);
  --gap-col: clamp(40px, 5vw, 64px);

  /* Typescale */
  --t-sm: 15px;
  --t-base: 18px;
  --t-md: 20px;
  --t-lg: 24px;
  --t-xl: 36px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--font-sans);
  font-size: var(--t-base);
  line-height: 1.6;
}

button,
input,
select,
textarea {
  font: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

button,
a,
input,
select,
textarea,
summary {
  outline-offset: 3px;
}

:focus-visible {
  outline: 3px solid var(--gold);
  border-radius: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--surface);
  color: var(--teal-dark);
  font-weight: 700;
  box-shadow: var(--shadow-soft);
}

.skip-link:focus {
  transform: translateY(0);
}

/* ── Header ── */

.site-header {
  position: sticky;
  inset: 0 0 auto;
  z-index: 100;
  padding: 0 24px;
  color: var(--ink);
  background: rgba(251, 250, 246, 0.95);
  border-bottom: 1px solid rgba(12, 46, 42, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.site-header-inner {
  width: min(var(--container), 100%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.brand-mark {
  flex: 0 0 auto;
  display: block;
  width: 40px;
  height: auto;
}

.brand-text {
  display: grid;
  line-height: 1.05;
}

.brand-text strong {
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--ink);
}

.brand-text small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.8vw, 24px);
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.header-action,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: var(--t-base);
  line-height: 1.1;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.header-action {
  min-height: 46px;
  padding-inline: 20px;
  border-radius: var(--radius);
  background: var(--teal-dark);
  color: var(--white);
  border-color: var(--teal-dark);
  font-size: 15px;
}

.header-action:hover,
.btn:hover {
  transform: translateY(-1px);
}

.header-action:hover {
  background: var(--teal);
  border-color: var(--teal);
}

.btn-primary {
  background: var(--teal-dark);
  color: var(--white);
  border-color: var(--teal-dark);
  box-shadow: 0 6px 20px rgba(12, 46, 42, 0.22);
}

.btn-primary:hover {
  background: var(--teal);
  border-color: var(--teal);
}

.btn-secondary {
  border-color: var(--teal-dark);
  background: transparent;
  color: var(--teal-dark);
}

.btn-secondary:hover {
  background: rgba(12, 46, 42, 0.05);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--surface-strong);
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle-bar {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 99px;
  background: currentColor;
}

/* ── Hero ── */

/*
 * MARCA D'ÁGUA — altere --hero-wm: none → block para ligar
 */
.hero {
  --hero-wm: none;
  position: relative;
  overflow: hidden;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.hero-copy-side {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: clamp(80px, 12vh, 136px) max(24px, calc((100vw - var(--container)) / 2));
}

.hero h1 {
  font-size: clamp(44px, 6.5vw, 84px);
  max-width: 720px;
}

.hero .hero-copy {
  max-width: 55ch;
}

/* ── Hero watermark ── */
.hero-watermark {
  display: var(--hero-wm);
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(320px, 44vw, 620px);
  opacity: 0.05;
  pointer-events: none;
  user-select: none;
}

.hero-watermark svg {
  display: block;
  width: 100%;
  height: auto;
}

.hero-kicker {
  margin: 0 0 16px;
  font-family: var(--font-sans);
  font-size: var(--t-sm);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
}


h1,
h2,
h3 {
  color: inherit;
}

h1 {
  font-family: var(--font-serif);
  letter-spacing: 0.01em;
}

h2,
h3 {
  font-family: var(--font-sans);
  letter-spacing: -0.01em;
}

h1 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.06;
  text-wrap: balance;
}

h2 {
  font-size: clamp(26px, 2.6vw, var(--t-xl));
  font-weight: 600;
  line-height: 1.16;
}

h3 {
  font-size: clamp(20px, 1.6vw, var(--t-lg));
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}

.hero-copy {
  margin: 28px 0 0;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 22px;
  line-height: 1.6;
  max-width: 48ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 48px;
}

.hero-scope-note {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  max-width: 52ch;
}

/* ── Sections ── */

.section,
.quick-steps {
  padding: 96px 24px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.section-heading,
.documents-copy,
.contact-copy,
.checklist,
.faq-list {
  width: min(var(--container), 100%);
  margin-inline: auto;
}

.section-heading {
  margin-bottom: 40px;
  text-align: left;
}

.section-heading h2 {
  max-width: 640px;
}

.section-heading h2,
.documents-copy h2,
.contact-copy h2 {
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}

.section-heading p:not(.section-kicker),
.documents-copy p,
.contact-copy p,
.plain-copy p,
.steps p,
.faq-list p,
.form-note,
.contact-note span,
.footer p {
  color: var(--muted);
}

.intro {
  background: var(--white);
}

.intro-grid {
  width: min(var(--container), 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--gap-col);
  align-items: center;
}

.intro-main {
  display: grid;
  gap: 28px;
}

.intro-grid h2 {
  font-weight: 600;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18;
  text-wrap: balance;
  margin: 0;
}

.intro-grid .plain-copy {
  border-top: none;
  padding-top: 0;
}

.plain-copy {
  padding-top: 6px;
  border-top: 2px solid var(--line-strong);
  display: grid;
  gap: 18px;
}

.plain-copy p {
  font-size: var(--t-md);
  line-height: 1.65;
  margin: 0;
}

.legal-note {
  margin-top: 0;
  padding: 28px 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--teal);
  border-radius: var(--radius);
}

.legal-note-label {
  margin: 0 0 20px;
  font-size: var(--t-sm);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
}

.problems {
  background: var(--white);
}

.problems-list {
  width: min(var(--container), 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(40px, 5vw, 72px);
}

.problem-item {
  padding: 44px 0;
  border-top: 1px solid var(--line);
}

.problem-item h3 {
  font-weight: 700;
  font-size: clamp(19px, 1.8vw, 22px);
  line-height: 1.25;
}

.problem-item p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
}

.documents {
  display: grid;
  grid-template-columns: var(--col-aside) var(--col-main);
  gap: var(--gap-col);
  align-items: start;
  background: var(--white);
  padding-inline: max(24px, calc((100vw - var(--container)) / 2));
}

.documents-copy,
.checklist,
.doc-categories {
  width: auto;
  margin: 0;
}

.documents-copy h2 {
  font-size: clamp(22px, 2.2vw, 30px);
}

.documents-copy h2 + p {
  margin: 20px 0 0;
  line-height: 1.68;
}

.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checklist li {
  position: relative;
  display: block;
  padding: 20px 0 20px 34px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: var(--t-base);
  font-weight: 400;
  line-height: 1.55;
}

.checklist li:first-child {
  border-top: 1px solid var(--line);
}

.checklist li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 20px;
  color: var(--gold);
  font-weight: 700;
}

/* ── Checklist 2-column variant (diseases section) ── */

.checklist--cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(24px, 4vw, 48px);
}

.checklist--cols li:nth-child(-n+2) {
  border-top: 1px solid var(--line);
}

/* ── Doenças ── */

.doencas-section {
  display: grid;
  grid-template-columns: var(--col-aside) var(--col-main);
  gap: var(--gap-col);
  align-items: start;
  background: var(--surface);
  padding-inline: max(24px, calc((100vw - var(--container)) / 2));
}

.doencas-section .documents-copy,
.doencas-section .checklist {
  width: auto;
  margin: 0;
}

/* ── Method ── */

.method {
  padding: 96px 24px;
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.method-panel {
  width: min(var(--container), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: var(--col-aside) var(--col-main);
  gap: var(--gap-col);
  align-items: start;
  padding: clamp(36px, 5vw, 60px);
  border-radius: 14px;
  background: var(--teal-dark);
  color: var(--white);
  box-shadow: 0 22px 60px rgba(12, 46, 42, 0.22);
}

.method-panel h2 {
  margin: 14px 0 0;
  font-weight: 700;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.18;
  text-wrap: balance;
}

.method-panel p {
  font-size: 19px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 24px;
}

.steps li {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.steps li:first-child {
  padding-top: 0;
  border-top: none;
}

.steps strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-size: 20px;
}

.steps p {
  font-size: var(--t-base);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.74);
}

/* ── FAQ ── */

.faq {
  background: var(--white);
}

.faq-list {
  display: grid;
  gap: 16px;
  max-width: 860px;
}

details {
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 26px 28px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}

summary::after {
  content: '+';
  flex: 0 0 auto;
  color: var(--line-strong);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

details[open] > summary::after {
  content: '−';
}

details p {
  margin: 0;
  padding: 4px 28px 28px;
  font-size: 18px;
  line-height: 1.65;
}

/* ── Contact ── */

.contact {
  width: min(var(--container), 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--gap-col);
  align-items: start;
  background: var(--surface);
}

.contact-note {
  display: grid;
  gap: 6px;
  margin-top: 24px;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
}

.contact-note strong {
  color: var(--ink);
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: clamp(26px, 3vw, 34px);
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: var(--white);
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: var(--t-sm);
  font-weight: 700;
}

.req {
  color: var(--danger);
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-size: var(--t-base);
}

textarea {
  min-height: 128px;
  resize: vertical;
}

input[aria-invalid="true"] {
  border-color: var(--danger);
}

.consent-check {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.consent-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.form-status {
  min-height: 20px;
  margin: 0;
  font-size: var(--t-sm);
  font-weight: 700;
}

.form-status.is-error {
  color: var(--danger);
}

.form-status.is-success {
  color: var(--success);
}

.form-note {
  font-size: 16px;
  line-height: 1.55;
  color: var(--muted);
}

/* ── CTA block ── */

.contact-copy h2 {
  font-size: clamp(30px, 3.5vw, 44px);
}

.cta-block {
  display: grid;
  gap: 16px;
  padding: clamp(32px, 4vw, 48px);
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: var(--surface);
  align-content: start;
}

/* ── Footer ── */

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 40px max(24px, calc((100vw - var(--container)) / 2)) 96px;
  border-top: 1px solid var(--line);
  background: var(--teal-dark);
  color: rgba(255, 255, 255, 0.88);
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.footer-logo {
  margin-top: 3px;
  flex: 0 0 auto;
}

.footer strong {
  font-family: var(--font-serif);
  font-size: 19px;
  color: var(--white);
}

.footer p {
  margin: 8px 0 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.70);
}

.professional-id {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88) !important;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  gap: 14px;
  font-size: var(--t-base);
  font-weight: 700;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.86);
}

/* ── Section kicker label ── */

.section-kicker {
  margin: 0 0 14px;
  color: var(--teal);
  font-family: var(--font-sans);
  font-size: var(--t-sm);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.method-panel .section-kicker {
  color: #d6ad66;
}

/* ── Sobre section ── */

.sobre {
  background: var(--surface);
}

.sobre-grid {
  width: min(var(--container), 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.sobre-photo-wrap {
  position: relative;
}

.sobre-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(20, 25, 24, 0.16);
  background: var(--line);
}

.sobre-photo-wrap::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 48px;
  height: 4px;
  background: var(--gold);
  border-radius: 2px;
}

.sobre h2 {
  font-weight: 700;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.1;
  margin: 0 0 12px;
}

.sobre-oab {
  margin: 0 0 22px;
  font-size: var(--t-base);
  font-weight: 700;
  color: var(--muted);
}

.sobre-copy {
  border-top: none;
  padding-top: 0;
}

.sobre-actions {
  margin-top: 28px;
}

/* ── Legal note callout ── */

/* ── Floating WhatsApp button ── */

.floating-wa {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 0 24px 0 20px;
  border-radius: 999px;
  background: var(--teal-dark);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(12, 46, 42, 0.38);
  transition: transform 160ms ease, background 160ms ease;
}

.floating-wa:hover {
  background: var(--teal);
  transform: translateY(-2px);
}

.floating-wa svg {
  flex: 0 0 auto;
  color: var(--gold);
}

/* ── Hero microfrase ── */

.hero-microfrase {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 50ch;
}

/* ── Legal note list ── */

.legal-note-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.legal-note-list li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: var(--t-base);
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink);
}

.legal-note-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* ── Atenção box ── */

.atencao-box {
  width: min(var(--container), 100%);
  margin-inline: auto;
  margin-top: 56px;
  padding: 26px 32px;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-left: 4px solid var(--teal);
  border-radius: var(--radius);
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
}

.atencao-box strong {
  color: var(--ink);
}

/* ── Step number ── */

.step-num {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--gold);
  text-transform: uppercase;
}

/* ── Document categories ── */

.doc-categories {
  display: grid;
  gap: 16px;
}

.doc-category {
  padding: 28px 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.doc-category-label {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--line-strong);
  font-size: var(--t-sm);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal);
}

.doc-category .checklist li:first-child {
  border-top: none;
}

.doc-category .checklist li {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* ── Previdência privada ── */

.privprev {
  background: var(--surface);
}

.privprev-inner {
  width: min(var(--container), 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--gap-col);
  align-items: start;
}

.privprev-copy h2 {
  font-size: clamp(22px, 2.2vw, 30px);
  margin: 0 0 14px;
}

.privprev-copy p {
  font-size: var(--t-base);
  line-height: 1.65;
  color: var(--muted);
  margin-bottom: 14px;
}

.privprev-docs {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 32px;
}

.privprev-tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  background: rgba(19, 75, 68, 0.08);
  border-radius: 99px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--teal);
}

/* ── Mobile fixed CTA bar ── */

.mobile-cta-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 10px 20px;
  background: rgba(251, 250, 246, 0.97);
  border-top: 1px solid var(--line);
  box-shadow: 0 -4px 16px rgba(20, 25, 24, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.mobile-cta-bar .btn {
  width: 100%;
}

/* -- Design refinement preview -- */

.hero {
  background:
    var(--surface);
}

.hero-watermark {
  display: none;
}

.legal-note {
  position: relative;
  padding: 34px 36px 30px;
  border-radius: 8px;
  border: 1px solid rgba(12, 46, 42, 0.14);
  border-top: none;
  background: var(--white);
  box-shadow: 0 20px 48px rgba(20, 25, 24, 0.07);
  overflow: hidden;
}

.legal-note::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--teal);
}

.legal-note-label {
  margin-bottom: 24px;
  color: var(--teal-dark);
}

.legal-note-list li {
  display: grid;
  gap: 4px;
  padding: 15px 0;
  font-size: 17px;
}

.legal-note-list strong {
  color: var(--ink);
  font-weight: 600;
}

.legal-note-list span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.problem-item {
  position: relative;
  padding: 36px 0 36px 22px;
}

.problem-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 42px;
  width: 4px;
  height: 34px;
  border-radius: 99px;
  background: var(--gold);
}

.doc-category,
.privprev-docs,
.cta-block,
details {
  border-radius: 8px;
  border-color: rgba(12, 46, 42, 0.14);
  box-shadow: 0 14px 36px rgba(20, 25, 24, 0.045);
}

.doc-category-label {
  border-bottom-width: 1px;
  color: var(--teal-dark);
}

.contact {
  width: 100%;
  padding-inline: max(24px, calc((100vw - var(--container)) / 2));
}

.cta-block {
  background: var(--white);
  border-top: 4px solid var(--teal);
  box-shadow: 0 20px 52px rgba(20, 25, 24, 0.08);
}

.floating-wa {
  box-shadow: 0 14px 34px rgba(4, 40, 35, 0.22);
}

@media (max-width: 620px) {
  .hero h1 {
    max-width: 10.5ch;
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.08;
  }
  .legal-note {
    padding: 30px 24px 26px;
  }

  .problem-item {
    padding-left: 18px;
  }
}
/* ── Responsive ── */

@media (max-width: 1080px) {
  .documents,
  .doencas-section,
  .privprev-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 880px) {
  html {
    scroll-padding-top: 78px;
  }

  .site-header {
    padding-inline: 18px;
  }

  .site-header-inner {
    min-height: 70px;
  }

  .nav-toggle {
    display: block;
    order: 3;
  }

  .nav-links {
    position: absolute;
    top: calc(100% - 1px);
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(251, 250, 246, 0.98);
    box-shadow: var(--shadow-soft);
  }

  .site-header.is-open .nav-links {
    display: flex;
  }

  .nav-links a {
    padding: 12px;
    color: var(--ink);
  }

  .hero-copy-side {
    padding: clamp(56px, 8vh, 88px) 24px clamp(64px, 8vh, 96px);
  }

  .intro-grid,
  .contact,
  .method-panel,
  .sobre-grid {
    grid-template-columns: 1fr;
  }

  .sobre-photo-wrap {
    max-width: 280px;
  }

  body {
    padding-bottom: 72px;
  }

  .mobile-cta-bar {
    display: block;
  }

  .floating-wa {
    bottom: 82px;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 12px;
  }

  .brand-mark {
    width: 34px;
    height: 37px;
  }

  .brand-text strong {
    font-size: 17px;
  }

  .brand-text small {
    font-size: 11px;
  }

  h1 {
    font-size: clamp(34px, 9.5vw, 46px);
  }

  .hero h1 {
    font-size: clamp(36px, 10.5vw, 52px);
  }

  .hero-copy {
    font-size: 18px;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 26px;
    gap: 12px;
  }

  .section,
  .quick-steps,
  .method {
    padding: 64px 20px;
  }

  h2 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .intro-grid h2,
  .sobre h2 {
    font-size: clamp(26px, 7.5vw, 34px);
  }

  .method-panel h2 {
    font-size: clamp(24px, 7vw, 32px);
  }
  .problems-list {
    grid-template-columns: 1fr;
  }

  .checklist--cols {
    grid-template-columns: 1fr;
  }

  .footer {
    display: grid;
    padding: 32px 18px 112px;
  }

  .footer-links {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .floating-wa span {
    display: none;
  }

  .floating-wa {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
