:root {
  --orange: #ff7618;
  --orange-2: #ff9a43;
  --ink: #0b0f14;
  --ink-2: #121820;
  --ink-3: #1a222c;
  --paper: #f6f7f8;
  --white: #ffffff;
  --text: #20252b;
  --muted: #6a717a;
  --line: #e3e6e9;
  --radius: 26px;
  --shadow: 0 30px 80px rgba(11,15,20,.12);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 10px 16px; background: var(--orange); color: #111; font-weight: 800; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 90; height: 88px; display: flex; align-items: center; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(15,20,25,.07); backdrop-filter: blur(16px); transition: height .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { height: 74px; box-shadow: 0 10px 34px rgba(9,13,18,.09); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 184px; height: 60px; overflow: hidden; display: grid; place-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .91rem; font-weight: 700; color: #353b42; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .22s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--ink); padding: 0; }
.menu-toggle span { width: 18px; height: 2px; background: white; margin: 5px auto; display: block; transition: transform .2s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border-radius: 14px; background: var(--orange); color: #101317; font-weight: 850; letter-spacing: -.01em; box-shadow: 0 12px 30px rgba(255,118,24,.22); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(255,118,24,.31); background: #ff842a; }
.button--small { min-height: 44px; padding-inline: 19px; border-radius: 12px; font-size: .88rem; }
.button--light { background: #fff; color: var(--ink); box-shadow: none; }
.button--light:hover { background: #fff7f0; box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #e9edf1; font-weight: 750; }
.text-link span { color: var(--orange); }

.hero { position: relative; min-height: 900px; padding: 168px 0 132px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 74% 20%, #23201d 0, transparent 30%), linear-gradient(135deg, #080b0f 0%, #0e141a 60%, #131a21 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(6px); pointer-events: none; }
.hero-glow--one { width: 550px; height: 550px; right: -160px; top: 60px; border: 84px solid rgba(255,118,24,.13); }
.hero-glow--two { width: 320px; height: 320px; left: -170px; bottom: 20px; background: rgba(255,118,24,.08); filter: blur(70px); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 76px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .13em; font-size: .77rem; font-weight: 850; color: #343a40; margin-bottom: 22px; }
.eyebrow span { width: 26px; height: 2px; background: var(--orange); }
.eyebrow--light { color: #cdd3d8; }
.hero-copy h1 { max-width: 720px; margin: 0; font-size: clamp(3.45rem, 5.15vw, 5.75rem); line-height: .98; letter-spacing: -.06em; font-weight: 850; text-wrap: balance; }
.hero-lead { max-width: 650px; margin: 30px 0 12px; color: #c6ccd2; font-size: 1.15rem; line-height: 1.72; }
.hero-lead strong { color: white; }
.hero-slogan { margin: 0; color: var(--orange-2); font-weight: 760; letter-spacing: .01em; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 36px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 42px; }
.hero-tags span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #c7ccd1; font-size: .79rem; background: rgba(255,255,255,.04); }

.hero-dashboard { position: relative; padding: 32px; border: 1px solid rgba(255,255,255,.1); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.035)); box-shadow: 0 45px 100px rgba(0,0,0,.33); backdrop-filter: blur(15px); }
.hero-dashboard::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, rgba(255,255,255,.3), transparent 40%, rgba(255,118,24,.3)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.dash-top { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.dash-kicker { color: var(--orange-2); font-size: .73rem; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.dash-top h2 { margin: 9px 0 0; max-width: 430px; font-size: 1.65rem; line-height: 1.2; letter-spacing: -.035em; }
.live-pill { white-space: nowrap; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; font-size: .68rem; color: #cbd1d6; background: rgba(255,255,255,.06); }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: #52d68b; box-shadow: 0 0 0 5px rgba(82,214,139,.1); }
.route-visual { position: relative; margin: 24px 0 22px; min-height: 290px; border-radius: 22px; overflow: hidden; background: radial-gradient(circle at 70% 20%, rgba(255,118,24,.12), transparent 35%), rgba(2,5,8,.43); border: 1px solid rgba(255,255,255,.06); }
.route-visual svg { width: 100%; height: 290px; }
.route-shadow { fill: none; stroke: rgba(255,255,255,.12); stroke-width: 4; stroke-dasharray: 10 12; }
.route-path { fill: none; stroke: url(#route); stroke-width: 3; stroke-dasharray: 950; stroke-dashoffset: 950; animation: draw-route 3.2s 1s ease forwards; }
.route-points circle { fill: var(--orange); stroke: #fff; stroke-width: 3; }
.route-labels { fill: #fff; font-size: 12px; font-weight: 850; letter-spacing: .06em; }
.route-badge { position: absolute; min-width: 104px; padding: 11px 13px; border-radius: 14px; background: rgba(18,24,31,.9); border: 1px solid rgba(255,255,255,.09); box-shadow: 0 14px 35px rgba(0,0,0,.2); }
.route-badge strong { display: block; font-size: 1.35rem; line-height: 1; color: var(--orange-2); }
.route-badge span { display: block; margin-top: 5px; color: #bac0c6; font-size: .69rem; }
.route-badge--left { left: 20px; top: 28px; }
.route-badge--right { right: 20px; bottom: 18px; }
.dash-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.dash-metrics div { padding: 16px; border-radius: 17px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.07); }
.dash-metrics strong { display: block; color: var(--orange-2); font-size: 1.48rem; line-height: 1; }
.dash-metrics span { display: block; margin-top: 8px; color: #aeb5bc; font-size: .7rem; line-height: 1.4; }
@keyframes draw-route { to { stroke-dashoffset: 0; } }

.metric-strip { position: relative; z-index: 4; margin-top: -72px; }
.metric-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-radius: 25px; overflow: hidden; background: white; box-shadow: var(--shadow); }
.metric { min-height: 148px; padding: 27px 25px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric-number { display: block; font-size: clamp(1.72rem, 2.6vw, 2.65rem); font-weight: 880; letter-spacing: -.045em; color: var(--ink); line-height: 1; }
.metric p { margin: 12px 0 0; color: var(--muted); font-size: .79rem; line-height: 1.45; }

.section { padding: 118px 0; }
.section--light { background: #fff; }
.section--soft { background: var(--paper); }
.section--ink { position: relative; color: #fff; background: var(--ink); overflow: hidden; }
.section--ink::after { content: ""; position: absolute; width: 640px; height: 640px; right: -260px; top: -260px; border-radius: 50%; border: 95px solid rgba(255,118,24,.08); pointer-events: none; }
.about-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: center; }
.about-copy h2, .section-heading h2, .coverage-copy h2, .specialty-copy h2, .people-copy h2 { margin: 0; font-size: clamp(2.45rem, 4vw, 4.35rem); line-height: 1.06; letter-spacing: -.055em; text-wrap: balance; }
.about-copy .lead, .coverage-copy .lead, .specialty-copy .lead { margin: 25px 0 16px; font-size: 1.08rem; color: #4f5760; }
.about-copy > p:not(.lead), .specialty-copy > p:not(.lead) { color: var(--muted); }
.about-quote { margin-top: 32px; padding: 18px 0 18px 22px; border-left: 3px solid var(--orange); font-size: 1.08rem; font-weight: 730; color: #333a42; }
.timeline-wrap { position: relative; padding: 34px; border-radius: var(--radius); background: #11171e; color: white; box-shadow: var(--shadow); overflow: hidden; }
.timeline-wrap::after { content: ""; position: absolute; width: 300px; height: 300px; right: -120px; top: -120px; background: url('../img/textura-laranja.webp') center/cover; opacity: .13; border-radius: 50%; }
.timeline-head { display: flex; justify-content: space-between; position: relative; z-index: 1; margin-bottom: 30px; }
.timeline-head span { color: #aab1b8; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.timeline-head strong { color: var(--orange-2); }
.timeline { position: relative; z-index: 1; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.timeline li { min-height: 134px; padding: 21px; border: 1px solid rgba(255,255,255,.08); border-radius: 17px; background: rgba(255,255,255,.035); }
.timeline li span { color: var(--orange-2); font-size: 1.25rem; font-weight: 880; }
.timeline li p { margin: 8px 0 0; color: #bdc4ca; font-size: .83rem; line-height: 1.45; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 54px; }
.section-heading > div { max-width: 760px; }
.section-heading > p { max-width: 420px; margin: 0 0 8px; color: var(--muted); }
.section-heading--light > p { color: #aeb5bc; }
.service-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; }
.service-card { grid-column: span 2; min-height: 340px; padding: 30px; border-radius: 22px; background: #161d25; border: 1px solid rgba(255,255,255,.075); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(255,118,24,.42); background: #19222b; }
.service-card--featured { grid-column: span 2; background: linear-gradient(150deg, #ff7618, #e95e08); color: #151719; }
.service-index { display: block; color: #808994; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.service-card--featured .service-index { color: rgba(15,18,21,.65); }
.service-icon { width: 48px; height: 48px; margin-top: 32px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.07); color: var(--orange-2); font-size: 1.35rem; font-weight: 900; }
.service-card--featured .service-icon { background: rgba(255,255,255,.24); color: #111; }
.service-card h3 { margin: 26px 0 12px; font-size: 1.45rem; letter-spacing: -.025em; }
.service-card p { margin: 0; color: #aeb6bd; font-size: .91rem; }
.service-card--featured p { color: rgba(15,18,21,.76); }

.specialty { position: relative; overflow: hidden; background: #fff; }
.specialty::before { content: "UP"; position: absolute; right: -2%; bottom: -16%; font-size: 34vw; line-height: .8; font-weight: 950; letter-spacing: -.12em; color: #f5f6f7; z-index: 0; }
.specialty-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.check-list li { position: relative; padding: 13px 14px 13px 38px; border: 1px solid var(--line); border-radius: 13px; font-size: .83rem; font-weight: 690; background: rgba(255,255,255,.75); }
.check-list li::before { content: "✓"; position: absolute; left: 14px; color: var(--orange); font-weight: 900; }
.flow-card { padding: 36px; border-radius: var(--radius); background: var(--ink); color: white; box-shadow: var(--shadow); }
.flow-card__head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.08); }
.flow-card__head span { color: #969fa8; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; font-weight: 800; }
.flow-card__head strong { color: var(--orange-2); }
.flow-step { display: grid; grid-template-columns: 50px 1fr; gap: 18px; align-items: start; padding: 22px 0; }
.flow-step i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #202833; border: 1px solid rgba(255,255,255,.1); color: var(--orange-2); font-style: normal; font-size: .72rem; font-weight: 900; }
.flow-step strong { display: block; font-size: 1rem; }
.flow-step span { display: block; margin-top: 4px; color: #aeb6bd; font-size: .78rem; }
.flow-line { width: 1px; height: 15px; margin-left: 21px; background: linear-gradient(var(--orange), transparent); }

.coverage-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.coverage-map { position: relative; padding: 24px 25px 26px; border-radius: var(--radius); background: #11171e; box-shadow: var(--shadow); overflow: hidden; }
.map-topline { display: flex; justify-content: space-between; align-items: center; color: white; padding: 5px 5px 20px; }
.map-topline span { text-transform: uppercase; font-size: .7rem; font-weight: 850; letter-spacing: .12em; color: #9da5ad; }
.map-topline strong { color: var(--orange-2); }
.coverage-map img { width: 100%; height: 550px; object-fit: contain; filter: saturate(1.08); }
.map-callout { display: flex; align-items: center; gap: 17px; padding: 18px; margin-top: -12px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: #1a222c; color: white; }
.map-callout strong { min-width: 78px; color: var(--orange-2); font-size: 2rem; line-height: 1; }
.map-callout span { color: #b8bfc6; font-size: .8rem; }
.base-list { margin-top: 28px; border-top: 1px solid var(--line); }
.base-list div { display: grid; grid-template-columns: 140px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.base-list strong { font-size: .88rem; }
.base-list span { color: var(--muted); font-size: .84rem; }
.coverage-note { display: flex; align-items: center; gap: 17px; margin-top: 27px; padding: 20px; border-radius: 18px; background: #fff; box-shadow: 0 15px 45px rgba(11,15,20,.08); }
.coverage-note span { color: var(--orange); font-size: 2.65rem; font-weight: 900; line-height: 1; }
.coverage-note p { margin: 0; font-size: .86rem; font-weight: 700; }

.performance { background: white; }
.performance-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 20px; }
.performance-main { min-height: 520px; padding: 34px; border-radius: var(--radius); background: #11171e; color: white; overflow: hidden; }
.performance-main__top { display: flex; justify-content: space-between; align-items: flex-end; }
.performance-main__top div span { display: block; color: #9ba4ad; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.performance-main__top strong { display: block; color: var(--orange-2); font-size: 4.7rem; line-height: 1; margin-top: 7px; letter-spacing: -.06em; }
.performance-main__top small { color: #aab2ba; }
.chart { height: 260px; margin-top: 30px; }
.chart svg { width: 100%; height: 100%; overflow: visible; }
.chart-grid { fill: none; stroke: rgba(255,255,255,.08); stroke-width: 1; }
.chart-area { fill: url(#area); }
.chart-line { fill: none; stroke: var(--orange); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.chart-dots circle { fill: var(--orange); stroke: white; stroke-width: 2; }
.performance-caption { color: #9fa8b0; font-size: .8rem; max-width: 580px; }
.performance-side { display: grid; gap: 20px; }
.performance-card { padding: 28px; border-radius: 23px; background: var(--paper); border: 1px solid var(--line); }
.performance-card span { display: block; text-transform: uppercase; letter-spacing: .1em; color: #707881; font-size: .67rem; font-weight: 850; }
.performance-card strong { display: block; margin-top: 16px; font-size: 2.5rem; letter-spacing: -.05em; color: var(--ink); }
.performance-card p { margin: 8px 0 0; color: var(--muted); font-size: .78rem; }
.performance-card--orange { background: var(--orange); border-color: var(--orange); }
.performance-card--orange span, .performance-card--orange p { color: rgba(15,18,21,.7); }

.people { padding: 0; background: var(--ink); color: white; }
.people-layout { width: min(100%, 1600px); display: grid; grid-template-columns: 1.15fr .85fr; min-height: 720px; align-items: stretch; }
.people-image { position: relative; overflow: hidden; }
.people-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, var(--ink) 100%), linear-gradient(0deg, rgba(7,10,13,.32), transparent 48%); }
.people-image img { width: 100%; height: 100%; object-fit: cover; }
.people-badge { position: absolute; z-index: 2; left: 38px; bottom: 38px; padding: 17px 21px; border-radius: 18px; background: var(--orange); color: #101317; box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.people-badge strong { display: block; font-size: 2.45rem; line-height: 1; letter-spacing: -.05em; }
.people-badge span { font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.people-copy { padding: 100px 40px 100px 65px; align-self: center; }
.people-copy p { color: #aeb6bd; max-width: 620px; }
.people-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.people-points span { padding: 9px 13px; border-radius: 999px; background: #1a222b; border: 1px solid rgba(255,255,255,.08); color: #c2c8ce; font-size: .75rem; }

.segment-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 15px; }
.segment-card { min-height: 255px; padding: 25px; border-radius: 20px; border: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.segment-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(11,15,20,.09); }
.segment-card span { color: var(--orange); font-size: .72rem; font-weight: 900; }
.segment-card h3 { margin: 65px 0 12px; font-size: 1.16rem; line-height: 1.25; letter-spacing: -.025em; }
.segment-card p { margin: 0; color: var(--muted); font-size: .78rem; }
.segment-card--primary { background: var(--ink); border-color: var(--ink); color: white; }
.segment-card--primary p { color: #aeb6bd; }

.cta-section { padding: 0 0 110px; background: white; }
.cta-box { position: relative; overflow: hidden; padding: 62px 66px; border-radius: 30px; background: var(--orange); color: #101317; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-box::after { content: ""; position: absolute; width: 440px; height: 440px; right: -180px; top: -215px; border: 65px solid rgba(255,255,255,.2); border-radius: 50%; }
.cta-box > * { position: relative; z-index: 1; }
.cta-box > div { max-width: 760px; }
.cta-box > div > span { text-transform: uppercase; letter-spacing: .11em; font-size: .7rem; font-weight: 900; }
.cta-box h2 { margin: 10px 0 11px; font-size: clamp(2rem, 3.3vw, 3.5rem); line-height: 1.05; letter-spacing: -.05em; }
.cta-box p { margin: 0; max-width: 650px; color: rgba(16,19,23,.72); }

.footer { padding: 80px 0 26px; background: #090c10; color: #dfe4e8; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1.2fr; gap: 55px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-logo { width: 210px; height: 85px; padding: 6px 12px; border-radius: 13px; background: white; overflow: hidden; }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; }
.footer-brand p { color: var(--orange-2); font-weight: 740; }
.footer h3 { margin: 0 0 18px; color: white; font-size: .83rem; text-transform: uppercase; letter-spacing: .1em; }
.footer a, .footer p { display: block; color: #9ca5ad; font-size: .8rem; margin: 0 0 10px; }
.footer a:hover { color: var(--orange-2); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; color: #707a83; font-size: .72rem; }
.whatsapp { position: fixed; z-index: 80; right: 24px; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 14px 34px rgba(37,211,102,.35); transition: transform .2s ease; }
.whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp svg { width: 30px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .main-nav { gap: 18px; }
  .hero-layout, .about-layout, .specialty-layout, .coverage-layout { gap: 50px; }
  .hero-copy h1 { font-size: clamp(3rem, 5.6vw, 4.8rem); }
  .metric-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
  .service-card { grid-column: span 3; }
  .segment-grid { grid-template-columns: repeat(3,1fr); }
  .people-layout { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .brand { width: 155px; height: 52px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .main-nav { position: fixed; top: 0; right: 0; bottom: 0; width: min(84vw, 380px); padding: 110px 28px 30px; flex-direction: column; align-items: stretch; gap: 12px; background: white; box-shadow: -25px 0 60px rgba(0,0,0,.16); transform: translateX(105%); transition: transform .3s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav > a { padding: 12px 6px; }
  .main-nav .button { margin-top: 10px; }
  .hero { min-height: auto; padding: 130px 0 115px; }
  .hero-layout, .about-layout, .specialty-layout, .coverage-layout { grid-template-columns: 1fr; }
  .hero-dashboard { margin-top: 10px; }
  .metric-grid { grid-template-columns: repeat(3,1fr); }
  .metric:nth-child(3) { border-right: 0; }
  .metric:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .section { padding: 90px 0; }
  .about-layout, .specialty-layout, .coverage-layout { gap: 58px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-card { grid-column: auto; }
  .performance-grid { grid-template-columns: 1fr; }
  .performance-side { grid-template-columns: repeat(3,1fr); }
  .people-layout { grid-template-columns: 1fr; }
  .people-image { min-height: 560px; }
  .people-image::after { background: linear-gradient(0deg, var(--ink), transparent 45%); }
  .people-copy { padding: 45px 24px 90px; }
  .segment-grid { grid-template-columns: repeat(2,1fr); }
  .cta-box { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { padding-top: 122px; }
  .hero-copy h1 { font-size: 3.05rem; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .text-link { justify-content: center; }
  .hero-dashboard { padding: 21px; border-radius: 22px; }
  .dash-top { flex-direction: column; }
  .dash-metrics { grid-template-columns: 1fr; }
  .dash-metrics div { display: grid; grid-template-columns: 90px 1fr; align-items: center; }
  .dash-metrics span { margin-top: 0; }
  .metric-strip { margin-top: -56px; }
  .metric-grid { grid-template-columns: repeat(2,1fr); }
  .metric { min-height: 125px; padding: 22px 18px; border-bottom: 1px solid var(--line); }
  .metric:nth-child(odd) { border-right: 1px solid var(--line); }
  .metric:nth-child(even) { border-right: 0; }
  .metric:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .section { padding: 76px 0; }
  .about-copy h2, .section-heading h2, .coverage-copy h2, .specialty-copy h2, .people-copy h2 { font-size: 2.45rem; }
  .timeline-wrap, .flow-card, .performance-main { padding: 22px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline li { min-height: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .check-list { grid-template-columns: 1fr; }
  .coverage-map img { height: 410px; }
  .base-list div { grid-template-columns: 1fr; gap: 4px; }
  .performance-main__top { align-items: flex-start; flex-direction: column; }
  .performance-side { grid-template-columns: 1fr; }
  .people-image { min-height: 450px; }
  .people-badge { left: 18px; bottom: 18px; }
  .segment-grid { grid-template-columns: 1fr; }
  .segment-card { min-height: 220px; }
  .segment-card h3 { margin-top: 48px; }
  .cta-box { padding: 38px 25px; border-radius: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .whatsapp { width: 54px; height: 54px; right: 17px; bottom: 17px; }
}

@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; }
}
