:root {
  --ink: #1b2a33;
  --ink-2: #263c48;
  --ink-soft: #526976;
  --paper: #faf8f4;
  --white: #ffffff;
  --bronze: #9c7a3c;
  --bronze-light: #c4a66b;
  --line: #e4dfd5;
  --green: #1fa855;
  --green-dark: #168644;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Figtree", system-ui, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(920px, calc(100% - 40px)); }

.site-head {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 248, 244, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.br-page .site-head { position: static; }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: "Fraunces", serif; font-size: 19px; line-height: 1.05; }
.brand img { width: 58px; height: auto; }
.brand small { display: block; margin-top: 6px; color: var(--ink-soft); font-family: "Figtree", sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.nav-link { color: var(--ink); font-size: 14px; font-weight: 700; text-underline-offset: 4px; }

.hero { padding: 84px 0 74px; color: var(--white); background: var(--ink); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(290px, .75fr); align-items: center; gap: 72px; }
.eyebrow, .section-label { display: block; margin-bottom: 16px; color: var(--bronze-light); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Fraunces", Georgia, serif; font-weight: 500; line-height: 1.08; }
h1 { max-width: 720px; font-size: clamp(42px, 6vw, 68px); }
h2 { font-size: clamp(34px, 4.2vw, 50px); }
h3 { margin: 0 0 7px; font-size: 19px; line-height: 1.25; }
p { margin: 0 0 18px; }
.hero-lead { max-width: 740px; margin-top: 24px; color: #f2eee6; font-size: clamp(19px, 2vw, 23px); line-height: 1.48; }
.hero-detail { max-width: 720px; color: #c8d1d5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 0; border-radius: 4px; font: inherit; font-size: 15px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .15s ease, background-color .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: var(--ink); background: var(--bronze-light); }
.btn-primary:hover { background: #d0b57e; }
.btn-secondary { color: var(--white); border: 1px solid #667984; background: transparent; }
.btn-secondary:hover { background: #263b46; }
.btn-cta { color: var(--white); background: var(--green); }
.btn-cta:hover { background: var(--green-dark); }
.hero-cta-note { margin: 10px 0 0; color: #cbd4d8; font-size: 13px; }
.hero-note { margin-top: 18px; color: #9eacb3; font-size: 12px; }
.decision-card { padding: 34px; color: var(--ink); border-top: 4px solid var(--bronze); background: var(--white); box-shadow: 0 22px 50px rgba(0,0,0,.16); }
.decision-kicker { display: block; margin-bottom: 16px; color: var(--bronze); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.decision-card p { font-family: "Fraunces", Georgia, serif; font-size: 25px; line-height: 1.35; }
.decision-card .decision-small { color: var(--ink-soft); font-family: "Figtree", sans-serif; font-size: 14px; }
.decision-card a { color: var(--ink); font-size: 13px; font-weight: 700; text-underline-offset: 4px; }

.section { padding: 88px 0; }
.section-label { color: var(--bronze); }
.section-intro { max-width: 800px; margin-top: 20px; color: var(--ink-soft); font-size: 19px; }
.requirements { margin-top: 44px; border-top: 1px solid var(--line); }
.requirements article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.requirements article > span { color: var(--bronze); font-family: "Fraunces", serif; font-size: 22px; }
.requirements p { margin: 0; color: var(--ink-soft); }
.br-page .requirements p { color: #314952; font-weight: 500; }
.career-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.career-tags span { padding: 6px 11px; color: #314952; border: 1px solid #d7c8a9; border-radius: 999px; background: #f4efe5; font-size: 13px; font-weight: 700; line-height: 1.35; }
.important { margin-top: 32px; padding: 26px 30px; border-left: 4px solid var(--bronze); background: #f0ece3; }
.important strong { display: block; margin-bottom: 6px; }
.important p { margin: 0; }

.section-tint { background: #f0ece3; }
.two-col { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 72px; align-items: start; }
.two-col h2 { margin-bottom: 24px; }
.two-col p { color: #314952; font-size: 17px; }
.tribunal-points { margin: 22px 0; padding: 0; list-style: none; }
.tribunal-points li { position: relative; margin-bottom: 12px; padding-left: 22px; color: #314952; font-size: 16px; }
.tribunal-points li::before { content: "•"; position: absolute; left: 2px; top: -1px; color: var(--bronze); font-size: 22px; line-height: 1; }
.legal-note { padding-top: 4px; font-size: 13px; }
.case-reference { max-width: 100%; margin-top: 18px !important; padding: 12px 14px; border-left: 3px solid var(--bronze); border-radius: 2px; background: #e7e1d6; font-size: 13px !important; font-style: italic; overflow-wrap: anywhere; word-break: break-word; }
.case-reference span { display: block; margin-bottom: 3px; color: #64757c; font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.case-reference a { color: var(--ink); font-weight: 700; text-underline-offset: 3px; }
.docs-card { padding: 34px; background: var(--white); box-shadow: 0 16px 40px rgba(35, 45, 48, .08); }
.docs-card h3 { font-family: "Fraunces", serif; font-size: 27px; font-weight: 500; }
.docs-card ul { padding-left: 20px; margin: 22px 0; }
.docs-card li { margin-bottom: 10px; }
.docs-card p { margin: 0; color: #314952; font-size: 16px; }

.faq-list { max-width: 920px; margin: 38px auto 0; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 46px 22px 0; font-size: 18px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 16px; color: var(--bronze); font-family: "Fraunces", serif; font-size: 30px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 780px; margin: -4px 46px 22px 0; color: #314952; font-size: 16px; }

.attorney-section { background: var(--white); }
.attorney-grid { display: grid; grid-template-columns: 260px minmax(0, 600px); align-items: center; justify-content: center; gap: 58px; }
.attorney-photo { align-self: start; padding-top: 12px; }
.br-page .attorney-photo { padding-top: 20px; }
.attorney-photo img { width: 260px; aspect-ratio: 1; object-fit: cover; object-position: center top; border-radius: 2px; box-shadow: 16px 16px 0 #eee8dc; }
.attorney-grid h2 { margin-bottom: 8px; }
.attorney-grid .oab { color: var(--bronze); font-size: 14px; font-weight: 700; letter-spacing: .05em; }
.attorney-grid p:not(.oab) { color: var(--ink-soft); }
.text-link { padding: 0; color: var(--ink); border: 0; background: transparent; font: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }

.direct-section { color: var(--white); background: var(--ink-2); }
.direct-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(380px, 1fr); gap: 72px; align-items: center; }
.section-label.light { color: var(--bronze-light); }
.direct-grid h2 { margin-bottom: 22px; }
.direct-copy > p { color: #d6dfe2; font-size: 17px; }
.action-card { padding: 34px; color: var(--ink); border-top: 4px solid var(--green); background: var(--white); box-shadow: 0 18px 44px rgba(0, 0, 0, .14); }
.action-card h3 { font-family: "Fraunces", serif; font-size: 27px; font-weight: 500; }
.action-card p { color: #3b515b; font-size: 16px; }
.wizard-progress { margin: 20px 0 24px; }
.wizard-progress-row { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 8px; color: #5d7079; font-size: 12px; font-weight: 700; }
.wizard-track { height: 5px; overflow: hidden; border-radius: 999px; background: #dce4e1; }
.wizard-bar { width: 50%; height: 100%; border-radius: inherit; background: var(--green); transition: width .22s ease; }
.br-page #br-wizard-bar { width: 25%; }
.wizard-step[hidden] { display: none; }
.wizard-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.wizard-step legend { display: block; width: 100%; margin: 0 0 12px; padding: 0; color: var(--ink); font-size: 15px; font-weight: 700; line-height: 1.4; }
.wizard-step label { display: block; margin: 0 0 7px; color: var(--ink); font-size: 14px; font-weight: 700; }
.wizard-step input { width: 100%; height: 50px; padding: 0 14px; color: var(--ink); border: 1px solid #c6cfd2; border-radius: 3px; background: var(--white); font: inherit; }
.wizard-step input::placeholder { color: #6d7f87; }
.wizard-step input:focus { outline: 3px solid rgba(31, 168, 85, .18); border-color: var(--green); }
.field-help { margin: 7px 0 0; color: #61737b !important; font-size: 12px !important; }
.wizard-error { margin: 9px 0 0; color: #9b342f !important; font-size: 12px !important; font-weight: 700; }
.choice-grid { display: grid; gap: 10px; }
.choice-grid-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.choice-button { width: 100%; min-height: 48px; padding: 10px 14px; color: var(--ink); border: 1px solid #b9c5c9; border-radius: 3px; background: #f8faf9; font: inherit; font-size: 14px; font-weight: 700; line-height: 1.3; text-align: left; cursor: pointer; transition: border-color .15s ease, background-color .15s ease, transform .15s ease; }
.choice-button:hover { border-color: var(--green); background: #edf7f0; transform: translateY(-1px); }
.choice-button:focus-visible { outline: 3px solid rgba(31, 168, 85, .2); outline-offset: 2px; }
.choice-grid-compact .choice-button { text-align: center; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.wizard-actions { display: flex; align-items: center; gap: 10px; margin-top: 18px; }
.wizard-actions .btn { margin: 0; }
.wizard-actions .btn-back { flex: 0 0 82px; width: 82px; min-width: 82px; min-height: 50px; padding: 0 12px; }
.wizard-actions .btn-next { flex: 1; }
.action-card .btn { width: 100%; color: var(--white); background: var(--green); }
.action-card .btn:hover { background: var(--green-dark); }
.action-card .wizard-actions .btn-back { flex: 0 0 82px; width: 82px; color: var(--white); border: 1px solid #b43b35; background: #b43b35; }
.action-card .wizard-actions .btn-back:hover { background: #92302c; }
.wizard-actions-final .btn-next { flex: 1; }
.action-card .wizard-actions-final .btn-next { flex: 1 1 0; width: auto; min-width: 0; min-height: 50px; padding: 0 18px; font-size: 14px; line-height: 1.25; white-space: normal; }
.action-note { margin: 12px 0 0; color: #5d7079; font-size: 12px !important; line-height: 1.45; text-align: center; }
.documents-later { margin: 12px 0 0; padding: 11px 13px; color: #355246; border-left: 3px solid #86b99a; border-radius: 3px; background: #e8f3ec; font-size: 13px !important; line-height: 1.45; }

.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 999; min-height: 52px; display: inline-flex; align-items: center; gap: 9px; padding: 0 18px; color: var(--white); border-radius: 999px; background: var(--green); box-shadow: 0 10px 28px rgba(15, 62, 36, .32); font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .15s ease, background-color .15s ease; animation: whatsapp-pulse 5s ease-in-out infinite; }
.whatsapp-float:hover { transform: translateY(-2px); background: var(--green-dark); }
.whatsapp-float svg { width: 21px; height: 21px; fill: currentColor; }
@keyframes whatsapp-pulse { 0%, 84%, 100% { transform: scale(1); } 88% { transform: scale(1.06); } 92% { transform: scale(1); } 96% { transform: scale(1.04); } }

.office-dialog { width: min(520px, calc(100% - 32px)); padding: 0; color: var(--ink); border: 0; border-radius: 5px; background: var(--white); box-shadow: 0 24px 70px rgba(0, 0, 0, .28); }
.office-dialog::backdrop { background: rgba(12, 24, 30, .72); backdrop-filter: blur(3px); }
.dialog-content { position: relative; padding: 38px; }
.dialog-close { position: absolute; top: 12px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); border: 0; border-radius: 50%; background: #f0ece3; font-size: 24px; cursor: pointer; }
.dialog-content h2 { margin-bottom: 8px; font-size: 34px; }
.dialog-oab { color: var(--bronze); font-size: 13px; font-weight: 700; }
.dialog-content p { color: #425861; }
.dialog-content .btn { width: 100%; margin-top: 8px; color: var(--white); background: var(--green); }
.dialog-content .btn:hover { background: var(--green-dark); }

footer { padding: 44px 0 26px; color: #c7d0d4; background: #101c22; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
footer strong { color: var(--white); font-family: "Fraunces", serif; font-size: 19px; font-weight: 500; }
footer p { margin: 5px 0 0; font-size: 13px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; font-size: 13px; }
.footer-links a { text-underline-offset: 3px; }
.disclaimer { margin-top: 28px; padding-top: 18px; border-top: 1px solid #2f3c42; font-size: 11px; }

@media (max-width: 820px) {
  .hero { padding: 60px 0; }
  .hero-grid, .two-col, .direct-grid { grid-template-columns: 1fr; gap: 40px; }
  .decision-card { max-width: 560px; }
  .section { padding: 68px 0; }
  .attorney-grid { grid-template-columns: 200px 1fr; gap: 38px; }
  .attorney-photo img { width: 200px; }
}

@media (max-width: 580px) {
  .wrap, .narrow { width: min(100% - 28px, 1120px); }
  .site-head { position: static; }
  .nav { min-height: 70px; }
  .brand img { width: 48px; }
  .brand { font-size: 16px; }
  .nav-link { font-size: 12px; }
  h1 { font-size: 41px; }
  h2 { font-size: 34px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .decision-card, .docs-card, .action-card { padding: 26px 22px; }
  .decision-card p { font-size: 22px; }
  .requirements article { grid-template-columns: 42px 1fr; gap: 12px; }
  .important { padding: 22px; }
  .attorney-grid { grid-template-columns: 1fr; gap: 34px; }
  .attorney-photo img { width: min(260px, 80vw); }
  .footer-grid { flex-direction: column; }
  .footer-links { align-items: flex-start; }
  footer { padding-bottom: 92px; }
  .whatsapp-float { right: 20px; bottom: 20px; min-width: 54px; min-height: 54px; justify-content: center; padding: 0 16px; }
  .whatsapp-float span { display: none; }
  .dialog-content { padding: 34px 24px 26px; }
  .wizard-actions .btn-back,
  .action-card .wizard-actions .btn-back { flex-basis: 76px; width: 76px; min-width: 76px; padding-inline: 10px; }
  .action-card .wizard-actions-final .btn-next { padding-inline: 12px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
  .whatsapp-float { animation: none; }
}
