:root {
  --ink: #091728;
  --ink-2: #10243a;
  --ink-3: #18334e;
  --paper: #f6f3eb;
  --paper-2: #ece6d9;
  --white: #fff;
  --gold: #c5a260;
  --gold-2: #e2c88d;
  --gold-dark: #8b6a32;
  --blue: #52738d;
  --muted: #647081;
  --line: rgba(9, 23, 40, .15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1240px, calc(100% - 48px));
  --shadow: 0 24px 80px rgba(6, 20, 37, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: 12px; padding: 11px 16px; color: var(--white); background: var(--ink); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 80; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.13); transition: background .25s, box-shadow .25s, transform .25s; }
.site-header.scrolled { background: rgba(7, 20, 35, .96); box-shadow: 0 15px 35px rgba(0,0,0,.13); backdrop-filter: blur(18px); }
.nav-shell { width: var(--shell); height: 88px; margin: auto; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(226,200,141,.55); background: rgba(255,255,255,.04); }
.brand-mark svg { width: 34px; height: 34px; fill: none; stroke: var(--gold-2); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: 1.25rem; letter-spacing: .02em; }
.brand-copy small { margin-top: 7px; color: var(--gold-2); font-size: .64rem; text-transform: uppercase; letter-spacing: .15em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.78); text-decoration: none; font-size: .85rem; font-weight: 650; letter-spacing: .03em; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -11px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { margin-left: 4px; }
.header-whatsapp { color: var(--gold-2); text-decoration: none; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.menu-button { display: none; width: 44px; height: 44px; margin-left: auto; border: 1px solid rgba(255,255,255,.22); background: transparent; padding: 11px; cursor: pointer; }
.menu-button span { display: block; height: 1px; margin: 5px 0; background: #fff; transition: .25s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { position: fixed; inset: 88px 0 0; background: var(--ink); padding: 40px 24px; flex-direction: column; gap: 0; }
.mobile-nav:not([hidden]) { display: flex; }
.mobile-nav > a:not(.button) { padding: 19px 3px; border-bottom: 1px solid rgba(255,255,255,.1); text-decoration: none; font-family: var(--serif); font-size: 1.5rem; }
.mobile-nav .button { margin-top: 32px; }

.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 0; text-decoration: none; font-size: .83rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.button svg, .text-link svg, .card-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 46px; padding-inline: 19px; font-size: .7rem; }
.button-gold { color: #09121e; background: var(--gold-2); border-color: var(--gold-2); box-shadow: 0 9px 28px rgba(197,162,96,.19); }
.button-gold:hover { background: #efd9a6; border-color: #efd9a6; }
.button-whatsapp { color: #fff; background: #187f64; border-color: #279f7e; box-shadow: 0 9px 28px rgba(24,127,100,.2); }
.button-whatsapp:hover { color: #fff; background: #209b78; border-color: #34b68e; }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.38); background: transparent; }
.button-outline-light:hover { border-color: var(--gold-2); color: var(--gold-2); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.text-link svg { transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }
.text-link-light { color: rgba(255,255,255,.9); }

.hero { position: relative; min-height: 810px; display: flex; align-items: center; overflow: hidden; color: var(--white); background:
  radial-gradient(circle at 78% 40%, rgba(75,111,139,.22), transparent 28%),
  linear-gradient(122deg, #071423 0%, #0b1e33 64%, #0e2942 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, transparent, #000 35%, #000); }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -270px; top: 130px; border: 1px solid rgba(226,200,141,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(226,200,141,.025), 0 0 0 160px rgba(226,200,141,.02); }
.hero-rule { position: absolute; width: 1px; height: 100%; top: 0; left: calc((100% - min(1240px, calc(100% - 48px))) / 2 + 51%); background: linear-gradient(transparent, rgba(255,255,255,.12), transparent); }
.hero-grid { position: relative; z-index: 2; min-height: 810px; padding-top: 100px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 66px; }
.section-kicker { display: flex; align-items: center; gap: 12px; color: var(--gold-dark); font-size: .7rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.section-kicker span { width: 34px; height: 1px; background: currentColor; }
.section-kicker-light { color: var(--gold-2); }
.hero h1 { max-width: 720px; margin: 25px 0 25px; font-family: "Iowan Old Style", Baskerville, "Palatino Linotype", Georgia, serif; font-size: clamp(3.65rem, 5.1vw, 5.45rem); font-weight: 700; line-height: .92; letter-spacing: -.043em; text-wrap: balance; text-shadow: 0 2px 18px rgba(0,0,0,.16); }
.hero h1 em { display: block; color: var(--gold-2); font-family: "Iowan Old Style", Baskerville, "Palatino Linotype", Georgia, serif; font-style: italic; font-weight: 700; letter-spacing: -.05em; }
.hero-dash { color: var(--gold-2); }
.hero-lead { max-width: 670px; margin: 0; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 1.15rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 37px; }
.hero-assurances { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin: 39px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.13); list-style: none; }
.hero-assurances li { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 650; letter-spacing: .035em; }
.hero-assurances svg { width: 18px; height: 18px; fill: none; stroke: var(--gold-2); stroke-width: 1.6; }

.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: rgba(93,126,151,.14); filter: blur(3px); }
.case-brief { position: relative; z-index: 2; width: 390px; min-height: 520px; padding: 31px 35px 28px; border: 1px solid rgba(226,200,141,.4); background: linear-gradient(145deg, rgba(246,243,235,.98), rgba(226,220,207,.94)); box-shadow: 0 38px 90px rgba(0,0,0,.34); color: var(--ink); transform: rotate(2deg); }
.case-brief::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(10,23,40,.13); pointer-events: none; }
.case-brief-top { position: relative; display: flex; justify-content: space-between; text-transform: uppercase; font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.case-number { color: var(--gold-dark); }
.justice-emblem { width: 190px; height: 190px; margin: 30px auto 19px; }
.justice-emblem svg { width: 100%; height: 100%; fill: none; stroke: #a98b50; stroke-width: 1.3; }
.case-title { position: relative; text-align: center; }
.case-title small { display: block; margin-bottom: 10px; color: #6b6f72; font-size: .6rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.case-title strong { font-family: var(--serif); font-size: 1.62rem; font-weight: 400; line-height: 1.13; }
.case-lines { position: relative; display: grid; gap: 8px; margin: 24px 23px; }
.case-lines span { height: 1px; background: rgba(9,23,40,.18); }
.case-lines span:nth-child(2) { width: 78%; }
.case-lines span:nth-child(3) { width: 52%; }
.case-footer { position: relative; display: flex; align-items: center; justify-content: center; gap: 9px; color: #555e66; font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.case-footer i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold-dark); }
.status-card { position: absolute; z-index: 3; min-width: 210px; display: flex; align-items: center; gap: 13px; padding: 15px 17px; color: var(--white); border: 1px solid rgba(255,255,255,.22); background: rgba(10,29,47,.92); box-shadow: 0 18px 45px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.status-card-one { left: -18px; top: 130px; }
.status-card-two { right: -12px; bottom: 97px; }
.status-icon { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(226,200,141,.35); }
.status-icon svg { width: 21px; height: 21px; fill: none; stroke: var(--gold-2); stroke-width: 1.6; }
.status-card span:last-child { display: flex; flex-direction: column; gap: 5px; }
.status-card small { color: rgba(255,255,255,.55); font-size: .58rem; text-transform: uppercase; letter-spacing: .1em; }
.status-card strong { font-family: var(--serif); font-size: .92rem; font-weight: 400; }

.trust-strip { color: var(--white); background: #06111f; border-top: 1px solid rgba(226,200,141,.22); }
.trust-grid { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.58); font-size: .64rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.trust-grid .trust-label { color: var(--gold-2); }
.trust-grid i { width: 3px; height: 3px; border-radius: 50%; background: rgba(226,200,141,.6); }

.section-pad { padding-block: 120px; }
.section-pad-sm { padding-block: 56px; }
.metrics { background: var(--white); border-bottom: 1px solid var(--line); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric-grid article { position: relative; padding: 6px 28px; text-align: center; }
.metric-grid article:not(:last-child)::after { content: ""; position: absolute; top: 8px; right: 0; width: 1px; height: calc(100% - 16px); background: var(--line); }
.metric-grid strong { display: block; font-family: var(--serif); color: var(--ink); font-size: 2.85rem; font-weight: 400; letter-spacing: -.03em; }
.metric-grid span { display: block; margin-top: 8px; color: var(--muted); font-size: .66rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.metric-note { margin-top: 29px; color: #8a8f95; text-align: center; font-size: .64rem; line-height: 1.5; }
.source-stats { padding-block: 58px; color: var(--white); background: linear-gradient(115deg, #0a1b2e, #173753); border-top: 1px solid rgba(226,200,141,.22); border-bottom: 1px solid rgba(226,200,141,.22); }
.source-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.source-stat-grid article { position: relative; display: flex; flex-direction: column-reverse; align-items: center; gap: 10px; padding: 5px 24px; text-align: center; }
.source-stat-grid article:not(:last-child)::after { content: ""; position: absolute; top: 0; right: 0; width: 1px; height: 100%; background: rgba(255,255,255,.15); }
.source-stat-grid strong { color: var(--gold-2); font-family: var(--serif); font-size: 2.85rem; font-weight: 400; letter-spacing: -.03em; }
.source-stat-grid span { color: rgba(255,255,255,.56); font-size: .62rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.recovery-dashboard { position: relative; padding-block: 105px; color: var(--white); background: linear-gradient(118deg, #071522 0%, #0d263d 58%, #12344f 100%); overflow: hidden; }
.recovery-dashboard::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(90deg, transparent, #000 35%, #000); }
.recovery-dashboard::after { content: "GFAR"; position: absolute; right: -22px; bottom: -82px; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 17rem; letter-spacing: -.08em; }
.recovery-dashboard > .shell { position: relative; z-index: 2; }
.dashboard-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 90px; margin-bottom: 50px; }
.dashboard-heading h2 { max-width: 680px; margin: 19px 0 0; font-family: var(--serif); font-size: clamp(2.8rem, 4.7vw, 4.85rem); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.dashboard-heading > p { margin: 0 0 6px; color: rgba(255,255,255,.62); font-family: var(--serif); font-size: 1.02rem; line-height: 1.72; }
.dashboard-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.dashboard-card { min-height: 330px; padding: 29px 27px 27px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.025); transition: transform .25s, background .25s, box-shadow .25s; }
.dashboard-card:hover { z-index: 3; transform: translateY(-7px); background: rgba(255,255,255,.07); box-shadow: 0 26px 60px rgba(0,0,0,.28); }
.dashboard-card-top { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.42); font-size: .59rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.dashboard-card-top svg { width: 25px; height: 25px; fill: none; stroke: var(--gold-2); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.dashboard-card > strong { margin-top: 42px; color: var(--gold-2); font-family: var(--serif); font-size: clamp(2.7rem, 4vw, 4.05rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.dashboard-card h3 { margin: 17px 0 13px; font-family: var(--serif); font-size: 1.16rem; font-weight: 400; line-height: 1.25; }
.dashboard-card p { margin: auto 0 0; padding-top: 22px; color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; line-height: 1.6; }
.dashboard-note { margin: 20px 0 0; color: rgba(255,255,255,.35); font-size: .6rem; line-height: 1.5; }

.expertise { position: relative; overflow: hidden; }
.expertise::after { content: "GFAR"; position: absolute; z-index: -1; right: -20px; top: 120px; color: rgba(9,23,40,.027); font-family: var(--serif); font-size: 18rem; letter-spacing: -.08em; }
.section-heading { margin-bottom: 58px; }
.section-heading h2, .intelligence h2, .standards h2, .evaluation h2 { margin: 20px 0 0; font-family: var(--serif); font-size: clamp(2.65rem, 4.6vw, 4.8rem); font-weight: 400; line-height: 1.03; letter-spacing: -.04em; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 90px; }
.split-heading h2 { max-width: 760px; }
.split-heading > div:first-child > h2, .centered > h2 { margin-top: 0; }
.split-heading > p { margin: 0 0 7px; color: var(--muted); font-family: var(--serif); font-size: 1.06rem; line-height: 1.75; }
.centered { max-width: 780px; margin-inline: auto; text-align: center; }
.centered .section-kicker { justify-content: center; }
.centered > p { color: var(--muted); font-family: var(--serif); font-size: 1.06rem; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 390px; padding: 36px 35px 31px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.42); transition: background .25s, color .25s, transform .25s; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.07), transparent 60%); opacity: 0; }
.service-card:hover, .service-card.featured { color: var(--white); background: var(--ink-2); transform: translateY(-5px); box-shadow: var(--shadow); z-index: 2; }
.service-card:hover::after, .service-card.featured::after { opacity: 1; }
.service-number { position: absolute; top: 27px; right: 29px; color: rgba(9,23,40,.3); font-family: var(--serif); font-size: .74rem; }
.service-card:hover .service-number, .service-card.featured .service-number { color: rgba(255,255,255,.42); }
.service-icon { position: relative; z-index: 1; width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(9,23,40,.19); color: var(--gold-dark); }
.service-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.service-card:hover .service-icon, .service-card.featured .service-icon { color: var(--gold-2); border-color: rgba(226,200,141,.4); }
.service-card h3 { position: relative; z-index: 1; margin: 34px 0 13px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; line-height: 1.2; }
.service-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.72; }
.service-card:hover p, .service-card.featured p { color: rgba(255,255,255,.65); }
.card-actions { position: relative; z-index: 2; margin-top: auto; padding-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.card-actions > a { color: var(--muted); text-decoration: none; font-size: .62rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.card-actions > a:hover { color: var(--gold-2); }
.card-link { position: relative; z-index: 2; margin: 0; padding: 0; display: flex; align-items: center; gap: 11px; color: var(--gold-dark); border: 0; background: transparent; font-size: .69rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.service-card:hover .card-link, .service-card.featured .card-link { color: var(--gold-2); }
.service-card:hover .card-actions > a, .service-card.featured .card-actions > a { color: rgba(255,255,255,.58); }

.intelligence { color: var(--white); background: var(--ink-2); overflow: hidden; }
.intelligence-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.map-panel { position: relative; min-height: 560px; border: 1px solid rgba(255,255,255,.15); background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.01)); overflow: hidden; }
.map-panel::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 46px 46px; }
.map-top { position: relative; z-index: 2; display: flex; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.66); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.map-top i { color: var(--gold-2); font-style: normal; }
.world-lines { position: absolute; z-index: 1; width: calc(100% - 50px); height: calc(100% - 90px); left: 25px; top: 70px; fill: none; stroke: rgba(132,165,187,.35); stroke-width: 1; }
.world-lines circle { fill: var(--gold-2); stroke: rgba(226,200,141,.2); stroke-width: 13; }
.world-lines .active-line { stroke: var(--gold-2); stroke-width: 2; stroke-dasharray: 7 7; }
.trace-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.14); background: rgba(7,20,35,.85); box-shadow: 0 12px 30px rgba(0,0,0,.23); color: rgba(255,255,255,.76); font-size: .64rem; }
.trace-chip i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-2); box-shadow: 0 0 0 5px rgba(226,200,141,.12); }
.chip-a { left: 14%; top: 36%; }.chip-b { right: 7%; top: 51%; }.chip-c { left: 38%; bottom: 12%; }
.intelligence-copy p { margin: 27px 0 0; color: rgba(255,255,255,.66); font-family: var(--serif); font-size: 1.02rem; line-height: 1.75; }
.check-list { display: grid; gap: 19px; margin: 32px 0 37px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 14px; color: rgba(255,255,255,.68); font-size: .85rem; line-height: 1.55; }
.check-list svg { flex: 0 0 23px; width: 23px; height: 23px; padding: 5px; border: 1px solid rgba(226,200,141,.5); fill: none; stroke: var(--gold-2); stroke-width: 2; }
.check-list strong { color: var(--white); }

.approach { background: var(--white); }
.process-line { position: relative; width: calc(100% - 210px); height: 1px; margin: 85px auto -24px; background: var(--line); }
.process-line span { display: block; width: 0; height: 100%; background: var(--gold); transition: width 1.8s ease; }
.process-line.active span { width: 100%; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; margin: 0; padding: 0; list-style: none; }
.process-grid li { position: relative; text-align: center; }
.process-index { color: var(--gold-dark); font-family: var(--serif); font-size: .68rem; }
.process-icon { width: 48px; height: 48px; margin: 15px auto 24px; display: grid; place-items: center; color: var(--gold-dark); border: 1px solid var(--line); background: var(--white); transform: rotate(45deg); }
.process-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; transform: rotate(-45deg); }
.process-grid h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 1.18rem; font-weight: 400; }
.process-grid p { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.65; }

.outcomes { color: var(--white); background: #071423; overflow: hidden; }
.outcomes .split-heading { align-items: center; }
.outcomes-intro { margin: 17px 0 0; color: rgba(255,255,255,.55); font-family: var(--serif); font-size: 1rem; }
.carousel-controls { display: flex; justify-content: flex-end; gap: 9px; }
.carousel-controls button { width: 52px; height: 52px; color: var(--white); border: 1px solid rgba(255,255,255,.2); background: transparent; cursor: pointer; transition: .2s; }
.carousel-controls button:hover:not(:disabled) { color: var(--ink); border-color: var(--gold-2); background: var(--gold-2); }
.carousel-controls button:disabled { opacity: .3; cursor: not-allowed; }
.carousel-controls svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.carousel-controls [data-prev] svg { transform: rotate(180deg); }
.case-carousel { overflow: hidden; outline: none; cursor: grab; touch-action: pan-y; }
.case-carousel.dragging { cursor: grabbing; }
.case-track { display: flex; gap: 22px; transition: transform .45s cubic-bezier(.22,.75,.25,1); }
.outcome-card { flex: 0 0 calc((100% - 44px) / 3); min-height: 440px; padding: 34px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.14); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); }
.outcome-top { display: flex; justify-content: space-between; gap: 18px; color: var(--gold-2); font-size: .61rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.outcome-top strong { color: rgba(255,255,255,.46); font-weight: 700; }
.outcome-card h3 { margin: 56px 0 21px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; line-height: 1.25; }
.outcome-card > p { margin: 52px 0 0; color: rgba(255,255,255,.62); font-family: var(--serif); font-size: .97rem; line-height: 1.72; }
.outcome-result { margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.outcome-result span { display: block; margin-top: 8px; color: rgba(255,255,255,.42); font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; }
.outcome-result strong { display: block; color: var(--gold-2); font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.case-disclaimer { margin: 23px 0 0; color: rgba(255,255,255,.37); font-size: .63rem; }

.standards { background: var(--paper-2); }
.standards-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; align-items: start; }
.standards-copy { position: sticky; top: 130px; }
.standards-copy p { margin: 27px 0 32px; color: var(--muted); font-family: var(--serif); font-size: 1.02rem; line-height: 1.74; }
.standards-list { border-top: 1px solid var(--line); }
.standards-list article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.standards-list article > span { padding-top: 4px; color: var(--gold-dark); font-family: var(--serif); font-size: .7rem; }
.standards-list h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.standards-list p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }

.evaluation { position: relative; padding-block: 118px; color: var(--white); background:
  radial-gradient(circle at 20% 50%, rgba(75,111,139,.18), transparent 30%),
  linear-gradient(125deg, #071423, #0e2942); overflow: hidden; }
.evaluation::before { content: ""; position: absolute; width: 610px; height: 610px; right: -170px; top: -235px; border: 1px solid rgba(226,200,141,.16); border-radius: 50%; box-shadow: 0 0 0 85px rgba(226,200,141,.028), 0 0 0 170px rgba(226,200,141,.02); }
.evaluation::after { content: "CONFIDENTIAL"; position: absolute; right: 3%; bottom: 15%; color: rgba(255,255,255,.028); font-family: var(--serif); font-size: clamp(4.5rem, 10vw, 9rem); letter-spacing: .06em; transform: rotate(-7deg); }
.evaluation-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.evaluation-single { position: relative; z-index: 2; }
.evaluation-single .evaluation-copy { max-width: 880px; }
.evaluation-single .evaluation-copy h2 { max-width: 880px; font-size: clamp(3.4rem, 6.3vw, 6.25rem); }
.evaluation-copy p { margin: 26px 0; color: rgba(255,255,255,.67); font-family: var(--serif); font-size: 1.03rem; line-height: 1.73; }
.evaluation-copy ul { display: grid; gap: 13px; margin: 30px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.evaluation-single .evaluation-points { max-width: 780px; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.evaluation-copy li { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.76); font-size: .75rem; font-weight: 650; }
.evaluation-copy li svg { width: 18px; height: 18px; fill: none; stroke: var(--gold-2); stroke-width: 1.6; }
.evaluation-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.intake-card { padding: 39px; color: var(--ink); background: var(--paper); box-shadow: 0 32px 90px rgba(0,0,0,.31); }
.form-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 30px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.form-head span { color: var(--gold-dark); font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.form-head strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.intake-card label:not(.consent) { display: grid; gap: 8px; margin-bottom: 16px; color: #394657; font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.intake-card input, .intake-card select, .intake-card textarea { width: 100%; border: 1px solid rgba(9,23,40,.18); border-radius: 0; outline: 0; color: var(--ink); background: rgba(255,255,255,.65); text-transform: none; font-size: .84rem; font-weight: 450; letter-spacing: 0; transition: border-color .2s, box-shadow .2s; }
.intake-card input, .intake-card select { height: 49px; padding: 0 13px; }
.intake-card textarea { padding: 13px; resize: vertical; }
.intake-card input:focus, .intake-card select:focus, .intake-card textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(197,162,96,.13); }
.consent { display: flex; align-items: flex-start; gap: 11px; margin: 7px 0 20px; color: #687180; font-size: .67rem; line-height: 1.5; }
.consent input { appearance: none; flex: 0 0 17px; width: 17px; height: 17px; margin: 1px 0 0; padding: 0; display: grid; place-items: center; }
.consent input:checked { background: var(--ink); border-color: var(--ink); }
.consent input:checked::after { content: "✓"; color: #fff; font-size: .7rem; }
.form-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 14px 0 0; color: #7c848e; font-size: .61rem; }
.form-note svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.site-footer { padding: 76px 0 27px; color: rgba(255,255,255,.68); background: #050e19; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .8fr 1.15fr; gap: 65px; padding-bottom: 53px; }
.footer-brand { color: var(--white); }
.footer-grid > div:first-child > p { max-width: 330px; margin: 23px 0 0; font-family: var(--serif); font-size: .9rem; line-height: 1.7; }
.footer-grid h3 { margin: 0 0 20px; color: var(--white); font-size: .66rem; text-transform: uppercase; letter-spacing: .11em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a:not(.brand) { margin: 0 0 13px; color: rgba(255,255,255,.55); text-decoration: none; font-size: .76rem; }
.footer-grid a:hover { color: var(--gold-2); }
.footer-notice { margin: 0; color: rgba(255,255,255,.46); font-size: .7rem; line-height: 1.65; }
.footer-verification { margin-bottom: 22px; padding: 15px 18px; color: rgba(255,255,255,.45); border: 1px solid rgba(226,200,141,.18); font-size: .62rem; line-height: 1.5; text-align: center; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: .62rem; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: var(--gold-2); }
.whatsapp-float { position: fixed; z-index: 48; right: 22px; bottom: 22px; width: 58px; min-height: 58px; height: 58px; padding: 0; display: grid; place-items: center; color: #fff; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; background: #25d366; box-shadow: 0 12px 35px rgba(0,0,0,.28), 0 0 0 5px rgba(37,211,102,.13); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 16px 42px rgba(0,0,0,.32), 0 0 0 7px rgba(37,211,102,.14); }
.whatsapp-mark { width: 43px; height: 43px; display: grid; place-items: center; border: 0; border-radius: 50%; }
.whatsapp-mark svg { width: 41px; height: 41px; }
.whatsapp-mark .wa-bubble { fill: #fff; }
.whatsapp-mark .wa-phone { fill: #25d366; }
.back-to-top { position: fixed; z-index: 50; right: 22px; bottom: 82px; width: 47px; height: 47px; color: var(--ink); border: 0; background: var(--gold-2); box-shadow: 0 12px 35px rgba(0,0,0,.22); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .25s; cursor: pointer; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.service-dialog { width: min(620px, calc(100% - 32px)); max-height: min(760px, calc(100% - 32px)); padding: 50px; color: var(--ink); border: 1px solid rgba(197,162,96,.55); background: var(--paper); box-shadow: 0 35px 100px rgba(0,0,0,.4); }
.service-dialog::backdrop { background: rgba(3,11,20,.79); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; right: 16px; top: 13px; width: 40px; height: 40px; border: 0; background: transparent; font-family: var(--serif); font-size: 1.8rem; cursor: pointer; }
.dialog-label { color: var(--gold-dark); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-dialog h2 { margin: 18px 0 19px; font-family: var(--serif); font-size: 2.65rem; font-weight: 400; line-height: 1.05; }
.service-dialog > p { color: var(--muted); font-family: var(--serif); font-size: 1rem; line-height: 1.7; }
.service-dialog ul { display: grid; gap: 12px; margin: 27px 0 32px; padding: 24px 0 0 20px; border-top: 1px solid var(--line); color: #3e4a58; font-size: .8rem; line-height: 1.55; }
.form-toast { position: fixed; z-index: 120; right: 24px; bottom: 24px; width: min(390px, calc(100% - 32px)); padding: 20px 55px 20px 22px; color: var(--white); border-left: 3px solid var(--gold-2); background: var(--ink-2); box-shadow: var(--shadow); }
.form-toast:not([hidden]) { display: grid; gap: 5px; }
.form-toast span { color: var(--gold-2); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.form-toast strong { font-family: var(--serif); font-size: .9rem; font-weight: 400; }
.form-toast button { position: absolute; right: 12px; top: 12px; color: var(--white); border: 0; background: transparent; font-size: 1.3rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }.delay-2 { transition-delay: .16s; }.delay-3 { transition-delay: .24s; }.delay-4 { transition-delay: .32s; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 19px; }
  .desktop-nav a { font-size: .76rem; }
  .brand-copy small { letter-spacing: .1em; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; gap: 35px; }
  .case-brief { width: 345px; min-height: 500px; }
  .status-card-one { left: -5px; }.status-card-two { right: -5px; }
  .intelligence-grid, .evaluation-grid { gap: 55px; }
  .standards-grid { gap: 70px; }
  .footer-grid { gap: 38px; }
}

@media (max-width: 1080px) {
  .desktop-nav, .header-cta, .header-whatsapp { display: none; }
  .menu-button { display: block; }
}

@media (max-width: 920px) {
  :root { --shell: min(100% - 36px, 760px); }
  .desktop-nav, .header-cta, .header-whatsapp { display: none; }
  .menu-button { display: block; }
  .hero { min-height: auto; padding: 155px 0 90px; }
  .hero-grid { min-height: auto; padding: 0; grid-template-columns: 1fr; gap: 70px; }
  .hero-copy { max-width: 720px; }
  .hero h1 { font-size: clamp(3.7rem, 10vw, 6rem); }
  .hero-visual { min-height: 570px; }
  .case-brief { width: min(390px, 72vw); }
  .status-card-one { left: 8%; }.status-card-two { right: 7%; }
  .trust-grid { padding: 25px 0; flex-wrap: wrap; justify-content: center; }
  .trust-label { flex-basis: 100%; text-align: center; }
  .metric-grid { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .metric-grid article:nth-child(2)::after { display: none; }
  .source-stat-grid { grid-template-columns: 1fr 1fr; gap: 36px 0; }
  .source-stat-grid article:nth-child(2)::after { display: none; }
  .dashboard-heading { grid-template-columns: 1fr; gap: 22px; }
  .dashboard-grid { grid-template-columns: 1fr 1fr; }
  .section-pad { padding-block: 90px; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .intelligence-grid, .standards-grid, .evaluation-grid { grid-template-columns: 1fr; }
  .intelligence-copy { order: -1; }
  .process-line { display: none; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .process-grid li:last-child { grid-column: 1 / -1; width: 50%; margin: auto; }
  .outcome-card { flex-basis: calc((100% - 22px) / 2); }
  .standards-copy { position: static; }
  .evaluation-copy { max-width: 650px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 30px); }
  .nav-shell { height: 74px; }
  .brand-mark { width: 42px; height: 42px; }.brand-mark svg { width: 29px; height: 29px; }
  .brand-copy strong { max-width: 220px; font-size: .78rem; line-height: 1.08; white-space: nowrap; }.brand-copy small { font-size: .53rem; }
  .mobile-nav { inset: 74px 0 0; }
  .hero { padding: 130px 0 72px; }
  .hero h1 { font-size: clamp(2.72rem, 13.2vw, 4.05rem); line-height: .91; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-assurances { display: none; }
  .hero-visual { display: none; }
  .hero-grid { gap: 0; }
  .hero { padding-bottom: 44px; }
  .case-brief { width: min(315px, 85vw); min-height: 430px; padding: 25px; }
  .justice-emblem { width: 145px; height: 145px; margin-top: 26px; }
  .case-title strong { font-size: 1.35rem; }
  .status-card { min-width: 175px; padding: 11px; }
  .status-card-one { left: -2%; top: 82px; }.status-card-two { right: -1%; bottom: 43px; }
  .status-icon { width: 34px; height: 34px; }.status-card strong { font-size: .78rem; }
  .trust-grid i { display: none; }.trust-grid > span:not(.trust-label) { flex: 1 0 42%; text-align: center; }
  .section-pad-sm { padding-block: 43px; }
  .metrics { padding-block: 16px 34px; color: #fff; background: #071423; border: 0; }
  .metrics .metric-grid { padding: 24px 12px; border: 1px solid rgba(255,255,255,.13); background: #152947; }
  .metrics .metric-grid strong { color: var(--gold-2); }
  .metrics .metric-grid span { color: rgba(255,255,255,.66); }
  .metrics .metric-grid article::after { background: rgba(255,255,255,.14); }
  .metrics .metric-note { display: none; }
  .metric-grid { gap: 29px 0; }
  .metric-grid article { padding: 0 10px; }.metric-grid strong { font-size: 2.2rem; }.metric-grid span { font-size: .56rem; line-height: 1.4; }
  .source-stats { padding-block: 45px; }.source-stat-grid { gap: 30px 0; }.source-stat-grid article { padding-inline: 9px; }.source-stat-grid strong { font-size: 2.15rem; }.source-stat-grid span { font-size: .54rem; line-height: 1.4; }
  .recovery-dashboard { padding-block: 72px; }.dashboard-heading { margin-bottom: 36px; }.dashboard-heading h2 { font-size: clamp(2.55rem, 12vw, 3.5rem); }.dashboard-grid { grid-template-columns: 1fr; }.dashboard-card { min-height: 285px; }.dashboard-card > strong { font-size: 3.2rem; }
  .section-heading h2, .intelligence h2, .standards h2, .evaluation h2 { font-size: clamp(2.4rem, 12vw, 3.4rem); }
  .section-pad { padding-block: 72px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 345px; }
  .map-panel { min-height: 410px; }.trace-chip { font-size: .55rem; }.chip-a { left: 4%; }.chip-b { right: 2%; }.chip-c { left: 18%; }
  .process-grid { grid-template-columns: 1fr; gap: 43px; }
  .process-grid li:last-child { grid-column: auto; width: auto; }
  .outcomes .split-heading { grid-template-columns: 1fr auto; gap: 16px; }.outcomes .section-kicker { grid-column: 1 / -1; }
  .carousel-controls button { width: 44px; height: 44px; }
  .outcome-card { flex-basis: 100%; min-height: 410px; padding: 28px; }
  .standards-list article { grid-template-columns: 38px 1fr; }
  .evaluation { padding-block: 76px; }.evaluation-single .evaluation-copy h2 { font-size: clamp(3rem, 13vw, 4.5rem); }.evaluation-single .evaluation-points { grid-template-columns: 1fr; gap: 13px; }.evaluation-actions { align-items: stretch; flex-direction: column; }.evaluation-actions .button { width: 100%; }.intake-card { padding: 25px 20px; }.form-row { grid-template-columns: 1fr; gap: 0; }.form-head { align-items: flex-start; flex-direction: column; gap: 9px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; }.footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .service-dialog { padding: 42px 24px 28px; }.service-dialog h2 { font-size: 2.1rem; }
  .whatsapp-float { right: 16px; bottom: 20px; width: 54px; min-height: 54px; height: 54px; }.whatsapp-mark { width: 40px; height: 40px; }.whatsapp-mark svg { width: 39px; height: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
