:root {
  --ink: #10251f;
  --green-950: #0c2f29;
  --green-900: #123c34;
  --green-800: #1b4c42;
  --ivory: #f5f0e8;
  --paper: #fbf8f2;
  --white: #fffdfa;
  --gold: #c8a65d;
  --gold-bright: #dfbf79;
  --line: rgba(16, 37, 31, .15);
  --muted: #66716c;
  --shadow: 0 24px 70px rgba(11, 43, 37, .12);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
html, body { max-width: 100%; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-shell { position: relative; overflow: hidden; }
.hero-grid > *, .section-heading > *, .process-grid > *, .firm-grid > *, .about-grid > *, .faq-grid > *, .contact-panel > * { min-width: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; background: var(--gold); color: var(--ink); padding: 10px 16px; border-radius: 4px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 248, 242, .92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(16, 37, 31, .09); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--gold); background: var(--ivory); }
.brand-mark img { width: 100%; height: 100%; max-width: none; object-fit: cover; transform: scale(1.38); }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font: 700 19px/1.05 var(--serif); letter-spacing: .08em; }
.brand-copy small { font-size: 10px; letter-spacing: .16em; color: var(--muted); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.main-nav a { font-size: 13px; font-weight: 700; color: #34463f; position: relative; }
.main-nav a::after { content: ''; position: absolute; height: 1px; left: 0; right: 100%; bottom: -7px; background: var(--gold); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 21px; border-radius: 4px; border: 1px solid transparent; font-size: 13px; font-weight: 800; letter-spacing: .025em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, .menu-toggle:focus-visible { outline: 3px solid rgba(200, 166, 93, .55); outline-offset: 4px; }
.button-header { color: white; background: var(--green-900); padding-inline: 18px; }
.button-header:hover { background: var(--green-800); box-shadow: 0 10px 30px rgba(18,60,52,.18); }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--green-900); margin: 5px 0; transition: .2s; }

.hero { padding: 86px 0 28px; background: radial-gradient(circle at 75% 30%, rgba(200,166,93,.13), transparent 26%), linear-gradient(135deg, rgba(255,255,255,.66), rgba(245,240,232,.2)); }
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .24; background-image: linear-gradient(rgba(18,60,52,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(18,60,52,.06) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, transparent 0, transparent 42%, #000 72%, transparent 100%); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; min-height: 570px; align-items: center; gap: 60px; position: relative; }
.eyebrow { margin: 0 0 22px; color: var(--green-800); display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 1px; background: var(--gold); }
.eyebrow.light { color: #e9e3d9; }
.hero h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(3.6rem, 6.6vw, 6.6rem); line-height: .92; margin: 0; max-width: 760px; }
.hero h1 em { display: block; color: var(--green-800); font-weight: 400; }
.hero-lead { max-width: 650px; margin: 30px 0 0; font-size: 18px; line-height: 1.75; color: #485850; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button-primary { background: var(--green-900); color: white; box-shadow: 0 14px 34px rgba(18,60,52,.18); }
.button-primary:hover { background: var(--green-800); box-shadow: 0 18px 42px rgba(18,60,52,.24); }
.button svg { width: 20px; height: 20px; fill: currentColor; }
.text-link { font-size: 14px; font-weight: 800; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.text-link span { color: var(--gold); margin-left: 5px; }
.hero-credentials { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 22px; }
.hero-credentials div { display: grid; gap: 1px; padding-right: 18px; }
.hero-credentials div + div { border-left: 1px solid var(--line); padding-left: 22px; }
.hero-credentials strong { font: 600 20px/1.2 var(--serif); color: var(--green-900); }
.hero-credentials span { font-size: 11px; letter-spacing: .035em; color: var(--muted); }
.hero-visual { height: 520px; position: relative; display: grid; place-items: center; isolation: isolate; background: linear-gradient(155deg, #17473e, #0c2e28 70%); border-radius: 260px 260px 24px 24px; box-shadow: var(--shadow); overflow: hidden; color: var(--gold-bright); }
.hero-visual::before { content: ''; position: absolute; inset: 22px; border: 1px solid rgba(223,191,121,.2); border-radius: 240px 240px 14px 14px; }
.hero-visual::after { content: 'ALVES XAVIER • DIREITO INTERNACIONAL •'; position: absolute; top: 31px; font-size: 10px; letter-spacing: .28em; color: rgba(255,255,255,.55); }
.globe { width: 58%; fill: none; stroke: currentColor; stroke-width: 1.15; opacity: .68; filter: drop-shadow(0 0 20px rgba(223,191,121,.14)); }
.orbit { position: absolute; border: 1px solid rgba(223,191,121,.24); border-radius: 50%; transform: rotate(-20deg); }
.orbit-one { width: 92%; height: 46%; }
.orbit-two { width: 72%; height: 34%; transform: rotate(32deg); }
.route-line { position: absolute; width: 37%; height: 1px; background: rgba(255,255,255,.25); transform-origin: left center; }
.route-line span { position: absolute; width: 8px; height: 8px; border-radius: 50%; right: -2px; top: -4px; background: var(--gold-bright); box-shadow: 0 0 0 7px rgba(223,191,121,.12); }
.route-a { top: 36%; left: 24%; transform: rotate(22deg); }
.route-b { top: 60%; left: 40%; transform: rotate(-27deg); }
.location { position: absolute; display: grid; line-height: 1.1; padding-left: 18px; }
.location small { font-size: 9px; color: rgba(255,255,255,.62); text-transform: uppercase; letter-spacing: .12em; }
.location strong { font-size: 12px; letter-spacing: .16em; color: white; }
.location-br { left: 8%; top: 31%; }
.location-world { right: 7%; top: 54%; }
.pin { position: absolute; left: 0; top: 4px; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(200,166,93,.14); }
.international-note { position: absolute; left: 32px; right: 32px; bottom: 28px; padding: 16px 18px; display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(8px); border-radius: 8px; }
.international-note > span { min-width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--green-950); font-weight: 900; font-size: 12px; }
.international-note p { margin: 0; color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.45; }
.international-note strong { color: white; }
.trust-strip { position: relative; margin-top: 54px; padding: 22px 0 0; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.trust-strip p { margin: 0; font: 600 16px var(--serif); }
.trust-strip ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 26px; color: var(--muted); font-size: 12px; }
.trust-strip li::before { content: '◆'; color: var(--gold); font-size: 7px; margin-right: 9px; vertical-align: 2px; }

.areas { padding: 126px 0; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(300px, .55fr); column-gap: 90px; align-items: end; margin-bottom: 54px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { font-size: clamp(2.7rem, 4.4vw, 4.5rem); line-height: 1.04; margin: 0; }
.section-heading > p:last-child { color: var(--muted); margin: 0 0 7px; line-height: 1.75; }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.area-card { min-height: 430px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .28s ease, transform .28s ease; }
.area-card:hover { background: var(--white); transform: translateY(-4px); box-shadow: 0 18px 45px rgba(15,45,38,.08); z-index: 2; }
.area-card.featured { background: var(--green-900); color: white; }
.area-card.featured p, .area-card.featured li { color: rgba(255,255,255,.68); }
.card-number { position: absolute; right: 30px; top: 27px; font: italic 16px var(--serif); color: var(--gold); }
.area-icon { width: 48px; height: 48px; border: 1px solid var(--gold); display: grid; place-items: center; color: var(--gold); border-radius: 50%; font: 400 24px var(--serif); margin-bottom: 52px; }
.area-card h3 { margin: 0 0 15px; font: 500 28px/1.1 var(--serif); }
.area-card p { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.area-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; color: #42534b; font-size: 13px; }
.area-card li::before { content: '—'; color: var(--gold); margin-right: 8px; }
.scope-note { margin: 28px 0 0 auto; max-width: 850px; padding-left: 22px; border-left: 2px solid var(--gold); color: var(--muted); font-size: 13px; }
.scope-note strong { color: var(--ink); }

.process { padding: 115px 0; color: white; background: var(--green-950); }
.process::before { content: ''; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(circle at center, var(--gold) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to right, #000, transparent 62%); }
.process-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.process-intro { position: sticky; top: 120px; }
.process h2 { font-size: clamp(2.7rem, 4.6vw, 4.6rem); line-height: 1.02; margin: 0 0 25px; }
.process-intro > p:not(.eyebrow) { color: rgba(255,255,255,.64); max-width: 520px; }
.button-outline { margin-top: 25px; color: white; border-color: rgba(255,255,255,.35); }
.button-outline:hover { background: white; color: var(--green-950); }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 74px 1fr; gap: 25px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.16); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.steps > li > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--gold); color: var(--gold-bright); font: italic 18px var(--serif); }
.steps h3 { margin: 0 0 9px; font: 500 28px var(--serif); }
.steps p { margin: 0; color: rgba(255,255,255,.6); }

.firm { padding: 126px 0; background: var(--ivory); }
.firm::before { content: ''; position: absolute; right: -25px; top: -85px; width: 300px; height: 375px; background: url('images/logo-rosana-xavier.png') center / cover no-repeat; opacity: .08; mix-blend-mode: multiply; pointer-events: none; }
.firm-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: start; }
.firm-heading h2 { max-width: 700px; margin: 0; font-size: clamp(2.8rem, 4.5vw, 4.8rem); line-height: 1.02; }
.firm-lead { max-width: 680px; margin: 28px 0 0; color: #3f5048; font-size: 19px; line-height: 1.7; }
.firm-copy { padding: 34px 0 0 42px; border-left: 1px solid rgba(200,166,93,.7); }
.firm-copy > p { margin: 0 0 18px; color: var(--muted); }
.firm-facts { display: grid; margin-top: 34px; border-top: 1px solid var(--line); }
.firm-facts div { display: grid; grid-template-columns: minmax(130px, .55fr) 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.firm-facts strong { color: var(--green-900); font: 600 19px/1.3 var(--serif); }
.firm-facts span { color: var(--muted); font-size: 13px; }
.expertise-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.expertise-card { min-height: 285px; padding: 34px; background: rgba(255,253,250,.72); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.expertise-card > span { color: var(--gold); font: italic 15px var(--serif); }
.expertise-card h3 { margin: 54px 0 16px; font: 500 25px/1.15 var(--serif); }
.expertise-card p { margin: 0; color: var(--muted); font-size: 14px; }

.about { padding: 126px 0; background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: center; }
.about-profile { min-height: 570px; margin: 0; position: relative; background: var(--green-900); color: white; border: 1px solid rgba(200,166,93,.48); box-shadow: var(--shadow); overflow: hidden; }
.about-profile::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top, rgba(7,31,27,.94) 0%, rgba(7,31,27,.55) 26%, transparent 55%); pointer-events: none; }
.about-profile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }
.about-profile figcaption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 42px 44px; text-align: left; }
.about-profile figcaption p { margin: 0 0 8px; color: var(--gold-bright); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.about-profile figcaption strong { display: block; font: 500 30px/1.25 var(--serif); }
.about-profile figcaption span { display: block; margin-top: 5px; color: rgba(255,255,255,.72); font-size: 13px; }
.about-copy h2 { margin: 0 0 28px; font-size: clamp(2.8rem, 4.2vw, 4.4rem); line-height: 1.04; }
.about-copy p { color: var(--muted); }
.about-copy p.large { font-size: 20px; color: var(--ink); line-height: 1.65; }
.about-values { display: grid; grid-template-columns: 1fr 1fr; margin-top: 38px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.about-values div { min-height: 82px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; }
.about-values span { color: var(--gold); font: italic 14px var(--serif); }
.about-values strong { font-size: 13px; }

.faq { padding: 115px 0; background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.section-heading.compact { display: block; margin: 0; }
.section-heading.compact h2 { font-size: clamp(2.8rem, 4vw, 4rem); margin-bottom: 22px; }
.section-heading.compact > p:last-child { max-width: 430px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 25px; font: 500 20px/1.35 var(--serif); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { min-width: 30px; height: 30px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold); font: 400 20px/1 var(--sans); transition: transform .25s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -5px 50px 28px 0; color: var(--muted); }

.contact { padding: 90px 0; background: var(--paper); }
.contact-panel { background: var(--green-900); color: white; padding: 65px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; position: relative; overflow: hidden; border-radius: 6px; box-shadow: var(--shadow); }
.contact-panel::after { content: ''; position: absolute; right: -25px; bottom: -105px; width: 260px; height: 325px; background: url('images/logo-rosana-xavier.png') center / cover no-repeat; opacity: .08; filter: grayscale(1) invert(1); mix-blend-mode: screen; pointer-events: none; }
.contact-copy { position: relative; z-index: 1; }
.contact h2 { font-size: clamp(2.7rem, 4.2vw, 4.5rem); line-height: 1.03; margin: 0 0 25px; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); max-width: 620px; }
.button-gold { margin-top: 22px; background: var(--gold); color: var(--green-950); }
.button-gold:hover { background: var(--gold-bright); box-shadow: 0 14px 38px rgba(0,0,0,.16); }
.contact-copy small { display: block; max-width: 530px; margin-top: 18px; color: rgba(255,255,255,.45); }
.contact-details { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; align-content: center; font-style: normal; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.contact-details div { min-height: 125px; padding: 23px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; justify-content: center; }
.contact-details span { color: var(--gold-bright); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 7px; }
.contact-details a { font-size: 13px; color: rgba(255,255,255,.82); overflow-wrap: anywhere; }
.contact-details a:hover { color: white; }

.site-footer { padding: 34px 0; background: #071f1b; color: rgba(255,255,255,.55); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; }
.footer-brand .brand-mark { width: 34px; height: 34px; font-size: 13px; }
.footer-brand .brand-copy strong { color: white; font-size: 15px; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.4); font-size: 8px; }
.site-footer p { margin: 0; font-size: 11px; }
.site-footer a { color: inherit; text-underline-offset: 3px; }
.whatsapp-float { position: fixed; z-index: 45; right: 22px; bottom: 22px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: white; background: #25d366; box-shadow: 0 12px 28px rgba(0,0,0,.24); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 28px; height: 28px; fill: currentColor; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .button-header { display: none; }
  .main-nav { gap: 20px; }
  .hero-grid { gap: 34px; }
  .hero h1 { font-size: clamp(3.2rem, 7vw, 5.5rem); }
  .hero-visual { height: 470px; }
  .area-card { padding: 28px; }
  .process-grid, .firm-grid, .about-grid, .faq-grid { gap: 60px; }
  .contact-panel { padding: 48px; gap: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid p:last-child { grid-column: 1/-1; }
}
@media (max-width: 820px) {
  .container { width: min(100% - 32px, 680px); }
  .nav-wrap { min-height: 72px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 16px; right: 16px; top: 71px; padding: 12px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .hero { padding-top: 58px; }
  .hero-grid { grid-template-columns: 1fr; min-height: unset; }
  .hero-content { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-credentials { max-width: 620px; margin-inline: auto; margin-top: 42px; text-align: left; }
  .hero-visual { margin-top: 28px; height: 500px; border-radius: 260px 260px 18px 18px; }
  .trust-strip { display: block; text-align: center; }
  .trust-strip ul { justify-content: center; margin-top: 14px; }
  .section-heading { display: block; text-align: center; }
  .section-heading .eyebrow { justify-content: center; }
  .section-heading h2 { margin-bottom: 22px; }
  .area-grid { grid-template-columns: 1fr 1fr; }
  .area-card { min-height: 400px; }
  .process-grid, .firm-grid, .about-grid, .faq-grid, .contact-panel { grid-template-columns: 1fr; }
  .process-intro { position: static; text-align: center; }
  .process-intro .eyebrow { justify-content: center; }
  .firm-heading { text-align: center; }
  .firm-heading .eyebrow { justify-content: center; }
  .firm-heading h2, .firm-lead { margin-inline: auto; }
  .firm-copy { padding: 32px 0 0; border-top: 1px solid rgba(200,166,93,.7); border-left: 0; }
  .expertise-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .expertise-card { min-height: auto; }
  .expertise-card h3 { margin-top: 30px; }
  .about-profile { width: min(100%, 620px); min-height: 510px; margin-inline: auto; }
  .about-copy { text-align: center; }
  .about-copy .eyebrow { justify-content: center; }
  .faq .section-heading.compact { text-align: center; }
  .faq .section-heading.compact > p:last-child { margin-inline: auto; }
  .contact-copy { text-align: center; }
  .contact-copy .eyebrow { justify-content: center; }
  .contact-copy > p:not(.eyebrow), .contact-copy small { margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid p:last-child { grid-column: auto; }
  .footer-brand { justify-content: center; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 24px, 500px); }
  .nav-wrap { gap: 12px; }
  .brand { min-width: 0; gap: 9px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { max-width: 155px; font-size: 8px; line-height: 1.25; letter-spacing: .1em; }
  .brand-mark { width: 36px; height: 36px; font-size: 14px; }
  .menu-toggle { flex: 0 0 44px; }
  .main-nav { left: 12px; right: 12px; }
  .hero { padding-top: 44px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 3.8rem); overflow-wrap: anywhere; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .button-primary { width: 100%; }
  .hero-credentials { grid-template-columns: 1fr; gap: 0; text-align: center; }
  .hero-credentials div { padding: 14px 0; }
  .hero-credentials div + div, .hero-credentials div:nth-child(3) { grid-column: auto; border-left: 0; border-top: 1px solid var(--line); padding: 14px 0; }
  .hero-visual { width: 100%; height: auto; min-height: 390px; aspect-ratio: 4 / 5; }
  .hero-visual::after { max-width: 250px; text-align: center; line-height: 1.6; top: 24px; }
  .international-note { left: 14px; right: 14px; bottom: 14px; padding: 13px; }
  .location-br { left: 6%; top: 32%; }
  .location-world { right: 3%; top: 53%; }
  .trust-strip ul { display: grid; gap: 8px; }
  .areas, .firm, .about { padding: 82px 0; }
  .process, .faq { padding: 86px 0; }
  .section-heading h2, .firm-heading h2, .about-copy h2, .process h2, .contact h2 { font-size: clamp(2.25rem, 11vw, 3.15rem); overflow-wrap: anywhere; }
  .area-grid { grid-template-columns: 1fr; }
  .area-card { min-height: unset; padding: 30px; }
  .area-icon { margin-bottom: 36px; }
  .steps li { grid-template-columns: 56px 1fr; gap: 15px; }
  .steps > li > span { width: 46px; height: 46px; }
  .firm-lead { font-size: 17px; }
  .firm-facts div { grid-template-columns: 1fr; gap: 4px; }
  .expertise-card { padding: 28px 24px; }
  .about-profile { min-height: 450px; }
  .about-profile figcaption { padding: 30px 26px; }
  .about-profile figcaption strong { font-size: 25px; }
  .about-values { grid-template-columns: 1fr; }
  .about-copy p.large { font-size: 18px; }
  .faq summary { min-height: 82px; font-size: 18px; }
  .contact { padding: 52px 0; }
  .contact-panel { width: 100%; border-radius: 0; padding: 52px 22px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details div { min-height: 105px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 52px; height: 52px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
