:root {
  --navy: #071524;
  --navy-soft: #0d2135;
  --gold: #c99a50;
  --gold-light: #e3bd78;
  --cream: #f7f4ee;
  --paper: #fffdfa;
  --ink: #122034;
  --muted: #647080;
  --line: #e7e0d5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.topbar { background: #030c16; color: #cdd5de; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.topbar-inner { display: flex; justify-content: space-between; padding: 10px 0; }
.site-header { position: absolute; z-index: 20; top: 34px; left: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 500; letter-spacing: .03em; }
.brand span { position: relative; margin-top: 9px; color: var(--gold-light); font-size: 10px; letter-spacing: .45em; padding-left: .45em; }
.brand span::before, .brand span::after { content: ""; position: absolute; top: 50%; width: 30px; height: 1px; background: var(--gold); }
.brand span::before { right: calc(100% + 8px); }
.brand span::after { left: calc(100% + 8px); }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; }
.desktop-nav a { position: relative; padding: 34px 0 31px; color: #eaf0f5; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav .active { color: var(--gold-light); }
.desktop-nav .active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: var(--gold); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; width: 42px; height: 42px; padding: 10px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; height: 2px; margin: 5px 0; background: #fff; }
.mobile-menu nav { position: absolute; right: 0; top: 52px; min-width: 220px; padding: 14px; border: 1px solid rgba(255,255,255,.12); background: var(--navy); box-shadow: 0 16px 50px rgba(0,0,0,.35); }
.mobile-menu nav a { display: block; padding: 12px 10px; border-bottom: 1px solid rgba(255,255,255,.08); }
.hero { position: relative; overflow: hidden; min-height: 760px; padding-top: 120px; color: white; background: linear-gradient(90deg, rgba(3,12,22,.98) 0%, rgba(6,17,29,.91) 45%, rgba(8,24,38,.18) 72%), url('/assets/hero-advogado.png') right center / cover no-repeat, #071524; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, black, transparent 66%); }
.hero-grid { position: relative; z-index: 2; min-height: 640px; display: flex; align-items: center; padding-top: 66px; }
.hero-copy { max-width: 710px; padding: 40px 0 52px; }
.eyebrow { margin: 0 0 22px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .25em; }
.eyebrow::before { content: ""; display: inline-block; vertical-align: middle; width: 42px; height: 1px; margin-right: 14px; background: currentColor; }
.hero h1 { max-width: 680px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6vw, 82px); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.hero h1 em { color: var(--gold-light); font-style: normal; }
.hero-description { max-width: 570px; margin: 28px 0 0; color: #d8e0e8; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 56px; padding: 0 28px; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #101820; background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 14px 35px rgba(201,154,80,.18); }
.text-link { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.38); color: #f4f6f8; font-size: 13px; }
.experience-card { position: absolute; right: 0; bottom: 42px; display: flex; flex-direction: column; gap: 7px; width: 220px; padding: 22px; color: var(--ink); background: rgba(255,253,250,.96); box-shadow: 0 18px 40px rgba(0,0,0,.25); }
.experience-card strong { font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.experience-card span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.trust-strip { position: relative; z-index: 4; margin-top: -1px; color: #dce3e9; background: var(--navy-soft); border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 18px; min-height: 116px; padding: 24px 34px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.trust-grid span { color: var(--gold); font-family: Georgia, serif; font-size: 28px; }
.trust-grid p { margin: 0; font-size: 12px; line-height: 1.6; }
.trust-grid strong { color: #fff; font-size: 13px; }
.section { padding: 110px 0; }
.areas { background: var(--cream); }
.section-heading { max-width: 660px; margin-bottom: 54px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 58px); font-weight: 400; line-height: 1.1; }
.section-heading > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.eyebrow.dark { color: var(--gold); }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.area-card { position: relative; min-height: 390px; padding: 42px 36px 34px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.area-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 0; height: 3px; background: var(--gold); transition: width .25s ease; }
.area-card:hover { transform: translateY(-8px); border-color: #d8c7ad; box-shadow: 0 20px 55px rgba(17,30,47,.09); }
.area-card:hover::before { width: 100%; }
.area-number { margin-bottom: 46px; color: var(--gold); font-family: Georgia, serif; font-size: 30px; }
.area-card h3 { margin: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.area-card > p { min-height: 72px; margin: 16px 0 18px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.area-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 26px; padding: 0; list-style: none; }
.area-card li { padding: 7px 10px; color: #526070; background: #f3efe8; font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.area-card > a { color: var(--navy); font-size: 12px; font-weight: 700; }
.area-card > a span { margin-left: 8px; color: var(--gold); }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 76px; }
.about-image { position: relative; min-height: 610px; background: linear-gradient(rgba(6,17,29,.05), rgba(6,17,29,.22)), url('/assets/escritorio-advocacia.png') center / cover no-repeat; box-shadow: 0 28px 70px rgba(16,29,43,.12); }
.about-image::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(226,188,120,.48); pointer-events: none; }
.about-seal { position: absolute; right: -32px; bottom: 38px; width: 138px; height: 138px; display: flex; align-items: center; justify-content: center; flex-direction: column; border-radius: 50%; color: #fff; background: var(--navy); border: 1px solid var(--gold); box-shadow: 0 16px 38px rgba(3,12,22,.25); }
.about-seal span { font-family: Georgia, serif; font-size: 38px; }
.about-seal small { margin-top: 4px; color: var(--gold-light); font-size: 8px; letter-spacing: .22em; }
.about-copy { align-self: center; padding: 34px 0; }
.about-copy h2, .approach h2, .faq h2, .contact h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 5vw, 58px); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.about-copy .lead { margin: 28px 0 18px; color: #26384a; font-size: 17px; line-height: 1.75; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); font-size: 14px; line-height: 1.8; }
.values-list { display: grid; gap: 19px; margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--line); }
.values-list > div { display: flex; align-items: flex-start; gap: 16px; }
.values-list > div > span { flex: 0 0 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 12px; }
.values-list p { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.values-list strong { font-family: Georgia, serif; font-size: 16px; font-weight: 500; }
.values-list small { color: var(--muted); font-size: 12px; }

.approach { padding: 100px 0; color: #fff; background: linear-gradient(120deg, #06111d, #0d2439); }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.approach-intro h2 { max-width: 500px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.13); }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 26px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.steps li > span { color: var(--gold-light); font-family: Georgia, serif; font-size: 25px; }
.steps h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.steps p { margin: 0; color: #bac5cf; font-size: 13px; line-height: 1.7; }

.articles { background: #f3efe8; }
.articles-heading { max-width: none; display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 60px; }
.articles-heading > p { padding-bottom: 5px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.article-card:hover { transform: translateY(-7px); box-shadow: 0 20px 55px rgba(17,30,47,.09); }
.article-cover { position: relative; height: 190px; overflow: hidden; background-color: #132940; }
.article-cover::before, .article-cover::after { content: ""; position: absolute; border: 1px solid rgba(226,188,120,.42); transform: rotate(35deg); }
.article-cover::before { width: 230px; height: 230px; top: -110px; right: -30px; }
.article-cover::after { width: 140px; height: 140px; bottom: -80px; left: -15px; }
.article-cover span { position: absolute; right: 22px; bottom: 14px; color: rgba(255,255,255,.18); font-family: Georgia, serif; font-size: 76px; }
.cover-1 { background: linear-gradient(135deg, #102943, #07131f); }
.cover-2 { background: linear-gradient(135deg, #6d5635, #17212c); }
.cover-3 { background: linear-gradient(135deg, #234856, #0a1c29); }
.article-content { padding: 28px 27px 30px; }
.article-category { margin: 0 0 12px !important; color: var(--gold) !important; font-size: 9px !important; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.article-content h3 { min-height: 69px; margin: 0; font-family: Georgia, serif; font-size: 21px; font-weight: 500; line-height: 1.35; }
.article-content > p { min-height: 66px; margin: 15px 0 21px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.article-content a { font-size: 12px; font-weight: 700; }
.article-content a span { margin-left: 8px; color: var(--gold); }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.faq-intro > p:not(.eyebrow) { max-width: 430px; margin: 24px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.dark-link { color: var(--navy); border-color: #b6a88f; font-weight: 700; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 2px; cursor: pointer; list-style: none; color: var(--navy); font-family: Georgia, serif; font-size: 19px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 28px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: Arial, sans-serif; font-size: 16px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > p { margin: -8px 46px 26px 2px; color: var(--muted); font-size: 13px; line-height: 1.75; }

.contact { padding: 110px 0; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(56,92,124,.35), transparent 34%), linear-gradient(120deg, #06111d, #0b2033); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.contact-copy > p:not(.eyebrow) { max-width: 570px; margin: 24px 0 34px; color: #c4ced7; font-size: 15px; line-height: 1.75; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 0; font-style: normal; border: 1px solid rgba(255,255,255,.14); }
.contact-details > div { min-height: 145px; padding: 30px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-details > div:nth-child(2n) { border-right: 0; }
.contact-details > div:nth-child(n+3) { border-bottom: 0; }
.contact-details span { display: block; margin-bottom: 14px; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.contact-details a, .contact-details p { margin: 0; color: #fff; font-family: Georgia, serif; font-size: 16px; font-style: normal; line-height: 1.65; }

.footer { color: #bbc7d1; background: #040e19; }
.footer-main { display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 56px; padding: 55px 0; }
.footer-main > p { max-width: 390px; margin: 0; font-size: 12px; line-height: 1.7; }
.footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 28px; font-size: 11px; }
.footer-main nav a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 27px 0; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom p { margin: 0; font-size: 11px; }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero { background-position: 62% center; }
  .hero-grid { min-height: 720px; }
  .experience-card { right: 4%; }
  .area-grid { grid-template-columns: 1fr; }
  .area-card { min-height: 0; }
  .about-grid { grid-template-columns: 1fr; gap: 42px; }
  .about-image { min-height: 520px; }
  .about-seal { right: 24px; }
  .approach-grid { grid-template-columns: 1fr; gap: 52px; }
  .articles-heading { grid-template-columns: 1fr; gap: 5px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-content h3, .article-content > p { min-height: 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 54px; }
  .contact-grid { grid-template-columns: 1fr; gap: 54px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-main nav { max-width: 340px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 32px, 1180px); }
  .topbar-inner span:last-child { display: none; }
  .topbar-inner { justify-content: center; }
  .header-inner { height: 76px; }
  .brand strong { font-size: 17px; }
  .brand span { font-size: 8px; }
  .hero { min-height: 820px; padding-top: 110px; background-position: 67% bottom; background-size: auto 58%, cover; background-color: var(--navy); }
  .hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(4,13,23,.96) 10%, rgba(4,13,23,.84) 48%, rgba(4,13,23,.08) 75%); }
  .hero-grid { z-index: 2; min-height: 700px; align-items: flex-start; padding-top: 84px; }
  .hero-copy { padding: 34px 0 20px; }
  .hero h1 { font-size: 47px; }
  .hero-description { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .text-link { align-self: flex-start; }
  .experience-card { right: 16px; bottom: 28px; width: 185px; padding: 18px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: 90px; border: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  .about-image { min-height: 390px; }
  .about-seal { right: 14px; bottom: 18px; width: 112px; height: 112px; }
  .about-seal span { font-size: 31px; }
  .approach { padding: 76px 0; }
  .steps li { grid-template-columns: 48px 1fr; gap: 16px; }
  .article-cover { height: 165px; }
  .faq-list summary { font-size: 17px; }
  .contact { padding: 78px 0; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details > div { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .contact-details > div:nth-child(n+3) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .contact-details > div:last-child { border-bottom: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
