@font-face { font-family: "Manrope"; src: url("../fonts/manrope-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-800.ttf") format("truetype"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "Newsreader"; src: url("../fonts/newsreader-400.ttf") format("truetype"); font-style: normal; font-weight: 400 499; font-display: swap; }
@font-face { font-family: "Newsreader"; src: url("../fonts/newsreader-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }

@view-transition { navigation: auto; }

:root {
  color-scheme: only light;
  --paper: #ffffff;
  --paper-deep: #edf4ef;
  --surface: #f5f9f6;
  --surface-pure: #ffffff;
  --ink: #102019;
  --ink-soft: #1d3429;
  --text: #405248;
  --muted: #637168;
  --line: rgba(22, 60, 44, .13);
  --line-strong: rgba(22, 60, 44, .24);
  --night: #11271d;
  --night-2: #173528;
  --night-3: #20533c;
  --teal: #2f6b4d;
  --teal-bright: #438365;
  --teal-soft: #dce8df;
  --gold: #79a78c;
  --gold-soft: #dce9df;
  --danger: #9f4e42;
  --success: #3d745d;
  --accent: var(--teal-bright);
  --accent-soft: rgba(67, 131, 101, .13);
  --accent-line: rgba(47, 107, 77, .42);
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1240px;
  --gutter: clamp(20px, 4vw, 56px);
  --section: clamp(86px, 10vw, 152px);
  --shadow-soft: 0 18px 48px rgba(16, 32, 25, .08);
  --shadow-deep: 0 34px 90px rgba(16, 32, 25, .17);
  --ease: cubic-bezier(.22, .75, .18, 1);
  --ease-spring: cubic-bezier(.16, 1, .3, 1);
  --header-h: 92px;
}

body.page-acompanhamento,
body.page-checkup,
body.page-emagrecimento,
body.page-relatorio,
body.page-cirurgia,
body.page-pericias,
body.page-advogados,
body.page-pacientes,
body.page-empresas {
  --accent: var(--teal-bright);
  --accent-soft: rgba(67, 131, 101, .13);
  --accent-line: rgba(47, 107, 77, .42);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; background: var(--paper); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: .012;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

h1, h2, h3, h4, p, ul, ol, dl, dd, figure, blockquote { margin-top: 0; }
h1, h2, h3, h4 { text-wrap: balance; }
p, li { text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img, svg, canvas { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: var(--gold-soft); }

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  border-radius: 6px;
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - (var(--gutter) * 2)), var(--container));
  margin-inline: auto;
}
.container-narrow { width: min(calc(100% - (var(--gutter) * 2)), 880px); margin-inline: auto; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .55; }
.eyebrow.on-dark { color: rgba(238,245,243,.68); }
.eyebrow.on-dark::before { background: var(--accent); opacity: 1; }

.display {
  font-family: var(--serif);
  font-size: clamp(54px, 7.1vw, 112px);
  font-weight: 430;
  letter-spacing: -.052em;
  line-height: .92;
}
.display-home {
  max-width: 900px;
  font-size: clamp(58px, 6.35vw, 96px);
  line-height: .94;
}
.display-small {
  font-family: var(--serif);
  font-size: clamp(48px, 6.3vw, 94px);
  font-weight: 430;
  letter-spacing: -.048em;
  line-height: .95;
}
.section-title {
  max-width: 900px;
  margin-bottom: 24px;
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 450;
  letter-spacing: -.04em;
  line-height: 1;
}
.section-lead {
  max-width: 760px;
  color: var(--text);
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.65;
}
.section-head { margin-bottom: clamp(44px, 6vw, 76px); }
.section-head.split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  align-items: end;
  gap: 72px;
}
.section-head.split .section-lead { justify-self: end; max-width: 520px; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: -.01em;
}
.text-link svg { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.text-link:hover svg, .text-link:focus-visible svg { transform: translateX(4px); }
.text-link:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; border-radius: 2px; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: -.012em;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s var(--ease), box-shadow .25s ease;
}
.button svg { width: 18px; height: 18px; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button:focus-visible { outline: 3px solid rgba(114,168,164,.42); outline-offset: 3px; }
.button-primary {
  color: #f6f5ef;
  background: var(--ink);
  box-shadow: 0 16px 36px rgba(7,29,36,.15);
}
.button-primary:hover { background: #102f38; box-shadow: 0 20px 42px rgba(7,29,36,.2); }
.button-light { color: var(--ink); background: #f7f5ee; border-color: rgba(255,255,255,.2); }
.button-light:hover { background: #fff; }
.button-ghost { color: var(--ink); background: transparent; border-color: var(--line-strong); }
.button-ghost:hover { border-color: var(--ink); background: rgba(8,29,36,.04); }
.button-dark-ghost { color: rgba(247,248,244,.9); background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.18); }
.button-dark-ghost:hover { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.32); }

/* Header */
.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: var(--header-h);
  display: flex;
  align-items: center;
  color: rgba(247,248,244,.92);
  transition: height .35s var(--ease), color .35s ease, background .35s ease, box-shadow .35s ease, border-color .35s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled,
.site-header.menu-active {
  height: 74px;
  color: var(--ink);
  background: rgba(255,255,255,.96);
  border-color: rgba(8,29,36,.09);
  box-shadow: 0 10px 40px rgba(6,27,34,.06);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  backdrop-filter: blur(18px) saturate(125%);
}
.site-header.menu-active {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: max-content;
  position: relative;
  z-index: 3;
}
.brand-mark {
  width: 43px;
  height: 50px;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  transform-origin: center;
  transition: filter .3s ease, opacity .3s ease;
}
.site-header:not(.is-scrolled):not(.menu-active) .brand-mark {
  filter: brightness(0) invert(1);
  opacity: .96;
}
.site-header.is-scrolled .brand-mark,
.site-header.menu-active .brand-mark { filter: none; opacity: 1; }
.site-footer .brand-mark { filter: brightness(0) invert(1); opacity: .94; }
.contact-avatar .brand-mark,
.contact-avatar img { filter: none; opacity: 1; }
.brand-word { display: grid; gap: 3px; }
.brand-name { font-size: 13px; font-weight: 800; letter-spacing: .15em; line-height: 1; text-transform: uppercase; }
.brand-descriptor { color: currentColor; opacity: .58; font-size: 8px; font-weight: 700; letter-spacing: .13em; line-height: 1; text-transform: uppercase; }

.desktop-nav { justify-self: center; display: flex; align-items: center; gap: 3px; }
.nav-item { position: relative; }
.nav-trigger, .nav-direct {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  border: 0;
  border-radius: 5px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.01em;
  transition: background .2s ease, color .2s ease;
}
.nav-trigger svg { width: 14px; height: 14px; transition: transform .25s ease; }
.nav-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.nav-trigger:hover, .nav-direct:hover, .nav-trigger:focus-visible, .nav-direct:focus-visible { background: rgba(255,255,255,.08); }
.nav-trigger:focus-visible, .nav-direct:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.site-header.is-scrolled .nav-trigger:hover,
.site-header.is-scrolled .nav-direct:hover,
.site-header.is-scrolled .nav-trigger:focus-visible,
.site-header.is-scrolled .nav-direct:focus-visible,
.site-header.menu-active .nav-trigger:hover,
.site-header.menu-active .nav-direct:hover { background: rgba(8,29,36,.055); }

.nav-panel {
  position: absolute;
  top: calc(100% + 17px);
  left: 50%;
  width: 440px;
  padding: 12px;
  color: var(--ink);
  background: rgba(255,255,255,.985);
  border: 1px solid rgba(8,29,36,.12);
  box-shadow: 0 28px 80px rgba(6,27,34,.16);
  border-radius: 10px;
  transform: translate(-50%, 9px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, transform .25s var(--ease), visibility .2s ease;
}
.nav-item.is-open .nav-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.nav-panel::before { content: ""; position: absolute; inset: -18px 0 auto; height: 18px; }
.nav-panel-title { padding: 9px 11px 12px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.nav-panel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.nav-panel-link { display: block; min-height: 91px; padding: 13px 14px; border-radius: 6px; transition: background .2s ease; }
.nav-panel-link:hover, .nav-panel-link:focus-visible { background: rgba(8,29,36,.055); }
.nav-panel-link:focus-visible { outline: 2px solid var(--accent); outline-offset: -2px; }
.nav-panel-link strong { display: block; margin-bottom: 5px; font-size: 12px; }
.nav-panel-link span { display: block; color: var(--muted); font-size: 10px; line-height: 1.45; }
.nav-panel-link-wide { grid-column: 1 / -1; min-height: 74px; display: grid; grid-template-columns: minmax(170px, .72fr) minmax(0, 1.28fr); align-items: center; gap: 18px; }
.nav-panel-link-wide strong { margin-bottom: 0; }
.nav-panel-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; padding: 10px 12px 4px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.nav-panel-footer a { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 750; }
.nav-panel-footer a svg { width: 15px; height: 15px; flex: 0 0 auto; }
.header-action { position: relative; z-index: 3; min-height: 42px; padding-inline: 17px; color: var(--ink); background: rgba(247,246,240,.95); border-color: rgba(255,255,255,.2); }
.site-header.is-scrolled .header-action, .site-header.menu-active .header-action { color: #f6f5ef; background: var(--ink); border-color: transparent; }
.mobile-toggle { display: none; position: relative; z-index: 4; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; color: inherit; background: rgba(255,255,255,.04); cursor: pointer; }
.mobile-toggle svg { width: 20px; height: 20px; }
.mobile-toggle-icon { position: absolute; inset: 0; display: grid; place-items: center; transition: opacity .2s ease, transform .3s var(--ease); }
.mobile-toggle-close { opacity: 0; transform: rotate(-28deg) scale(.82); }
.mobile-toggle[aria-expanded="true"] .mobile-toggle-menu { opacity: 0; transform: rotate(28deg) scale(.82); }
.mobile-toggle[aria-expanded="true"] .mobile-toggle-close { opacity: 1; transform: rotate(0) scale(1); }
.site-header.is-scrolled .mobile-toggle, .site-header.menu-active .mobile-toggle { border-color: var(--line); background: rgba(8,29,36,.03); }
.mobile-nav {
  position: fixed;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100dvh;
  max-height: 100dvh;
  display: none;
  padding: 104px var(--gutter) max(32px, env(safe-area-inset-bottom));
  color: var(--ink);
  background: rgba(255,255,255,.99);
  overflow-y: auto;
  overscroll-behavior: contain;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.mobile-nav.is-open { opacity: 1; visibility: visible; }
.mobile-nav-section { border-top: 1px solid var(--line); }
.mobile-nav-section:last-of-type { border-bottom: 1px solid var(--line); }
.mobile-nav-heading { padding: 20px 0 12px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mobile-nav-link { display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 13px 0; font-family: var(--serif); font-size: 28px; letter-spacing: -.02em; line-height: 1.1; }
.mobile-nav-link svg { width: 20px; height: 20px; }
.mobile-nav-link:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.mobile-nav-actions { display: grid; gap: 10px; margin-top: 26px; }

/* Hero */
.hero {
  position: relative;
  min-height: min(900px, 100svh);
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 58px) 0 72px;
  color: #f4f5f0;
  background:
    radial-gradient(circle at 74% 42%, var(--accent-soft), transparent 32%),
    radial-gradient(circle at 11% 86%, rgba(173,145,91,.10), transparent 35%),
    linear-gradient(135deg, var(--night) 0%, #08232b 52%, #061a20 100%);
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 92%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 92%);
}
.hero::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  top: 10%;
  right: -280px;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 50%;
  box-shadow: 0 0 0 88px rgba(255,255,255,.018), 0 0 0 176px rgba(255,255,255,.012);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); align-items: center; gap: clamp(50px, 7vw, 110px); }
.hero-copy { position: relative; z-index: 2; max-width: 790px; }
.hero-copy .display, .hero-copy .display-small { margin-bottom: 30px; }
.hero-intro { max-width: 680px; margin-bottom: 34px; color: rgba(235,242,240,.72); font-size: clamp(17px, 1.7vw, 21px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 28px; color: rgba(235,242,240,.5); font-size: 10px; font-weight: 650; letter-spacing: .03em; }
.hero-note::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px var(--accent-soft); }
.hero-visual { position: relative; z-index: 2; min-height: 560px; }
.visual-frame {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 40px 110px rgba(1,14,18,.22);
  overflow: hidden;
}
.visual-frame::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 0 44%, rgba(255,255,255,.04) 51%, transparent 58%); transform: translateX(-120%); animation: frameScan 10s ease-in-out infinite 2s; }
.visual-frame::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.055); border-radius: 5px; pointer-events: none; }
@keyframes frameScan { 0%, 22% { transform: translateX(-120%); } 45%, 100% { transform: translateX(130%); } }
.data-canvas { width: 100%; height: 100%; }
.visual-topline { position: absolute; z-index: 2; top: 30px; left: 32px; right: 32px; display: flex; align-items: center; justify-content: space-between; color: rgba(237,244,242,.5); font-size: 9px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.visual-status { display: inline-flex; align-items: center; gap: 7px; }
.visual-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px var(--accent-soft); animation: statusPulse 3s ease-in-out infinite; }
@keyframes statusPulse { 50% { box-shadow: 0 0 0 9px rgba(114,168,164,0); } }
.visual-caption { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 30px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; }
.visual-caption strong { display: block; margin-bottom: 5px; color: rgba(247,248,244,.9); font-family: var(--serif); font-size: 24px; font-weight: 450; letter-spacing: -.02em; }
.visual-caption span { color: rgba(237,244,242,.5); font-size: 10px; line-height: 1.5; }
.visual-index { color: rgba(237,244,242,.35); font-size: 10px; letter-spacing: .12em; }
.hero-down {
  position: absolute;
  left: var(--gutter);
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(237,244,242,.42);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-down::before { content: ""; width: 42px; height: 1px; background: currentColor; transform-origin: left; animation: lineBreath 2.6s ease-in-out infinite; }
@keyframes lineBreath { 50% { transform: scaleX(.55); opacity: .45; } }

.hero-compact { min-height: 760px; }
.hero-compact .hero-visual { min-height: 500px; }
.hero-kicker { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; color: rgba(235,242,240,.54); font-size: 10px; }
.hero-kicker a:hover { color: #fff; }
.hero-kicker span { opacity: .45; }

/* Home gateway */
.section { position: relative; padding: var(--section) 0; }
.section-paper { background: var(--paper); }
.section-surface { background: var(--surface); }
.section-night { color: #f2f4ef; background: var(--night); }
.section-rule { border-top: 1px solid var(--line); }

.gateway { padding-top: clamp(96px, 11vw, 172px); }
.gateway-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.gateway-column { position: relative; padding: 54px clamp(24px, 4vw, 64px) 28px; }
.gateway-column + .gateway-column { border-left: 1px solid var(--line-strong); }
.gateway-number { margin-bottom: 84px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.gateway-column h2 { max-width: 540px; margin-bottom: 20px; font-family: var(--serif); font-size: clamp(43px, 5vw, 72px); font-weight: 450; letter-spacing: -.04em; line-height: .98; }
.gateway-column > p { max-width: 560px; margin-bottom: 38px; color: var(--text); }
.gateway-list { border-top: 1px solid var(--line); }
.gateway-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 84px;
  padding: 16px 4px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.gateway-item::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--accent-soft), transparent 68%); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.gateway-item:hover::before, .gateway-item:focus-visible::before { transform: scaleX(1); }
.gateway-item:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.gateway-item-content { position: relative; z-index: 1; }
.gateway-item strong { display: block; margin-bottom: 4px; font-size: 14px; }
.gateway-item span { display: block; color: var(--muted); font-size: 11px; line-height: 1.45; }
.gateway-item svg { position: relative; z-index: 1; width: 19px; height: 19px; transition: transform .35s var(--ease); }
.gateway-item:hover svg { transform: translateX(5px); }

/* Service index */
.service-index { border-top: 1px solid var(--line-strong); }
.service-row {
  position: relative;
  display: grid;
  grid-template-columns: 90px minmax(220px, .75fr) minmax(300px, 1.25fr) 42px;
  align-items: center;
  gap: 34px;
  min-height: 160px;
  border-bottom: 1px solid var(--line-strong);
  overflow: hidden;
}
.service-row::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0%, var(--accent-soft) 50%, transparent 100%); transform: translateX(-102%); transition: transform .65s var(--ease); }
.service-row:hover::before, .service-row:focus-visible::before { transform: translateX(0); }
.service-row:focus-visible { outline: 2px solid var(--accent); outline-offset: -2px; }
.service-row > * { position: relative; z-index: 1; }
.service-row-number { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.service-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(29px, 3vw, 42px); font-weight: 450; letter-spacing: -.03em; line-height: 1; }
.service-row p { margin: 0; color: var(--text); font-size: 14px; }
.service-row svg { width: 22px; height: 22px; transition: transform .35s var(--ease); }
.service-row:hover svg { transform: translateX(6px); }

/* Audience panels */
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.audience-card { position: relative; min-height: 520px; display: flex; flex-direction: column; padding: 38px 34px 34px; overflow: hidden; }
.audience-card + .audience-card { border-left: 1px solid rgba(255,255,255,.16); }
.audience-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 100%, var(--accent-soft), transparent 55%); opacity: 0; transition: opacity .5s ease; }
.audience-card:hover::before, .audience-card:focus-visible::before { opacity: 1; }
.audience-card:focus-visible { outline: 2px solid var(--accent); outline-offset: -2px; }
.audience-index { position: relative; z-index: 1; color: rgba(239,244,242,.42); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.audience-card h3 { position: relative; z-index: 1; margin: auto 0 22px; font-family: var(--serif); font-size: clamp(38px, 4vw, 56px); font-weight: 430; letter-spacing: -.04em; line-height: .98; }
.audience-card p { position: relative; z-index: 1; margin-bottom: 30px; color: rgba(235,242,240,.62); font-size: 13px; }
.audience-card .text-link { position: relative; z-index: 1; color: #f3f5f0; }
.audience-signal { position: absolute; z-index: 0; top: 40px; right: 28px; width: 88px; height: 88px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.audience-signal::before, .audience-signal::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); }
.audience-signal::before { inset: 14px; }
.audience-signal::after { inset: 31px; background: var(--accent); border: 0; box-shadow: 0 0 26px var(--accent-soft); }

/* Evidence / continuity */
.evidence-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(460px, 1.2fr); align-items: center; gap: clamp(60px, 9vw, 130px); }
.evidence-copy .section-title { font-size: clamp(42px, 5.5vw, 76px); }
.evidence-copy p { max-width: 570px; color: var(--text); font-size: 16px; }
.source-note { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; line-height: 1.6; }
.source-note a { color: var(--ink); font-weight: 750; text-decoration: underline; text-decoration-color: rgba(8,29,36,.25); text-underline-offset: 3px; }
.source-note a:hover { text-decoration-color: currentColor; }
.evidence-visual {
  position: relative;
  min-height: 570px;
  border: 1px solid var(--line-strong);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.evidence-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(8,29,36,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(8,29,36,.035) 1px, transparent 1px); background-size: 42px 42px; }
.evidence-header { position: absolute; z-index: 2; top: 26px; left: 28px; right: 28px; display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.evidence-legend { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.evidence-legend strong { display: block; margin-bottom: 4px; font-size: 11px; }
.evidence-legend span { color: var(--muted); font-size: 9px; }

/* Principles / process */
.principle-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid var(--line-strong); }
.principle { min-height: 310px; padding: 34px 32px 38px 0; border-bottom: 1px solid var(--line-strong); }
.principle + .principle { padding-left: 32px; border-left: 1px solid var(--line-strong); }
.principle-number { margin-bottom: 92px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.principle h3 { margin-bottom: 14px; font-family: var(--serif); font-size: 34px; font-weight: 450; letter-spacing: -.03em; line-height: 1; }
.principle p { margin: 0; color: var(--text); font-size: 13px; }

/* Generic content page */
.content-layout { display: grid; grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr); gap: clamp(60px, 9vw, 140px); }
.content-aside { position: relative; }
.sticky-label { position: sticky; top: 118px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.content-main { max-width: 880px; }
.content-main > p:first-of-type { font-size: clamp(20px, 2.1vw, 26px); line-height: 1.55; color: var(--ink-soft); }
.prose h2 { margin: 72px 0 22px; font-family: var(--serif); font-size: clamp(36px, 4.4vw, 58px); font-weight: 450; letter-spacing: -.035em; line-height: 1; }
.prose h3 { margin: 44px 0 14px; font-size: 18px; line-height: 1.3; }
.prose p, .prose li { color: var(--text); }
.prose a { text-decoration: underline; text-underline-offset: 3px; }

/* Situation grid */
.situation-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-strong); }
.situation-item { min-height: 220px; padding: 30px 30px 34px 0; border-bottom: 1px solid var(--line-strong); }
.situation-item:nth-child(even) { padding-left: 30px; border-left: 1px solid var(--line-strong); }
.situation-item-number { display: block; margin-bottom: 56px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.situation-item h3 { margin-bottom: 11px; font-family: var(--serif); font-size: 28px; font-weight: 450; letter-spacing: -.025em; line-height: 1.05; }
.situation-item p { margin: 0; color: var(--text); font-size: 12px; }

/* Deliverables */
.deliverable-list { border-top: 1px solid var(--line-strong); }
.deliverable {
  display: grid;
  grid-template-columns: 58px minmax(200px, .7fr) minmax(300px, 1.3fr);
  gap: 28px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--line-strong);
}
.deliverable-index { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.deliverable h3 { margin: 0; font-size: 15px; line-height: 1.4; }
.deliverable p { margin: 0; color: var(--text); font-size: 12px; }

/* Comparison */
.comparison { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-strong); background: var(--surface); }
.comparison-column { padding: clamp(28px, 4vw, 48px); }
.comparison-column + .comparison-column { border-left: 1px solid var(--line-strong); background: linear-gradient(145deg, rgba(114,168,164,.08), transparent 62%); }
.comparison-label { margin-bottom: 64px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.comparison-column h3 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(30px, 3.3vw, 44px); font-weight: 450; letter-spacing: -.03em; line-height: 1; }
.comparison-column ul { margin: 0; padding: 0; list-style: none; }
.comparison-column li { display: flex; gap: 10px; padding: 10px 0; border-top: 1px solid var(--line); color: var(--text); font-size: 12px; }
.comparison-column li::before { content: ""; width: 5px; height: 5px; margin-top: .58em; border-radius: 50%; background: var(--accent); flex: 0 0 auto; }

/* Timeline */
.timeline { position: relative; border-top: 1px solid var(--line-strong); }
.timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 42px; width: 1px; background: var(--line-strong); }
.timeline-step { position: relative; display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 34px; padding: 34px 0; border-bottom: 1px solid var(--line-strong); }
.timeline-dot { position: relative; z-index: 1; width: 13px; height: 13px; margin: 7px 0 0 36px; border: 3px solid var(--paper); border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 1px var(--accent-line); }
.section-surface .timeline-dot { border-color: var(--surface); }
.timeline-content h3 { margin-bottom: 8px; font-size: 15px; }
.timeline-content p { max-width: 670px; margin: 0; color: var(--text); font-size: 12px; }

/* Report product visual */
.report-stage { position: relative; min-height: 570px; padding: 58px 45px 42px; background: #f8f7f2; color: var(--ink); }
.report-document { position: relative; height: 100%; min-height: 470px; padding: 28px; border: 1px solid rgba(8,29,36,.17); background: #fff; box-shadow: 0 28px 70px rgba(3,20,26,.17); transform: rotate(1.2deg); overflow: hidden; }
.report-document::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(8,29,36,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(8,29,36,.026) 1px, transparent 1px); background-size: 28px 28px; }
.report-doc-header { position: relative; display: flex; justify-content: space-between; align-items: start; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.report-doc-brand { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.report-doc-meta { color: var(--muted); font-size: 8px; text-align: right; }
.report-doc-title { position: relative; margin: 28px 0 22px; font-family: var(--serif); font-size: 34px; font-weight: 450; letter-spacing: -.03em; }
.report-bars { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.report-panel { padding: 16px; border: 1px solid var(--line); background: rgba(237,244,239,.62); opacity: 0; transform: translateY(12px); animation: reportBuild .8s var(--ease) forwards; }
.report-panel:nth-child(2) { animation-delay: .18s; }
.report-panel:nth-child(3) { animation-delay: .36s; }
.report-panel:nth-child(4) { animation-delay: .54s; }
.report-panel.wide { grid-column: 1 / -1; }
.report-panel-label { margin-bottom: 12px; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.report-line { height: 5px; margin: 7px 0; background: rgba(8,29,36,.12); }
.report-line:nth-child(2) { width: 82%; }
.report-line:nth-child(3) { width: 64%; }
.report-line:nth-child(4) { width: 91%; }
.report-priority { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 9px; margin-top: 9px; }
.report-priority::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.report-priority span { height: 5px; background: rgba(8,29,36,.12); }
.report-scan { position: absolute; z-index: 3; left: 0; right: 0; height: 1px; top: 0; background: linear-gradient(90deg, transparent, var(--accent), transparent); box-shadow: 0 0 15px var(--accent); opacity: .7; animation: reportScan 5.5s ease-in-out infinite 1s; }
@keyframes reportBuild { to { opacity: 1; transform: translateY(0); } }
@keyframes reportScan { 0%, 12% { top: 0; opacity: 0; } 18% { opacity: .65; } 70% { top: 100%; opacity: .4; } 72%, 100% { top: 100%; opacity: 0; } }

/* Surgery path visual */
.path-stage { position: relative; height: 100%; min-height: 560px; padding: 74px 48px 50px; }
.path-line { position: absolute; top: 50%; left: 13%; right: 13%; height: 1px; background: rgba(255,255,255,.18); }
.path-progress { position: absolute; inset: 0 auto 0 0; width: 0; background: linear-gradient(90deg, var(--accent), rgba(255,255,255,.55)); animation: pathProgress 7s var(--ease) infinite 1s; }
@keyframes pathProgress { 0%, 10% { width: 0; } 65%, 82% { width: 100%; } 100% { width: 100%; opacity: 0; } }
.path-node { position: absolute; top: 50%; width: 72px; transform: translate(-50%, -50%); text-align: center; }
.path-node:nth-child(2) { left: 16%; }
.path-node:nth-child(3) { left: 39%; }
.path-node:nth-child(4) { left: 63%; }
.path-node:nth-child(5) { left: 85%; }
.path-node-dot { width: 14px; height: 14px; margin: 0 auto 18px; border: 3px solid var(--night-2); border-radius: 50%; background: rgba(255,255,255,.38); box-shadow: 0 0 0 1px rgba(255,255,255,.2); animation: pathNode 7s ease infinite; }
.path-node:nth-child(3) .path-node-dot { animation-delay: .7s; }
.path-node:nth-child(4) .path-node-dot { animation-delay: 1.4s; }
.path-node:nth-child(5) .path-node-dot { animation-delay: 2.1s; }
@keyframes pathNode { 0%, 16% { background: rgba(255,255,255,.35); box-shadow: 0 0 0 1px rgba(255,255,255,.2); } 24%, 70% { background: var(--accent); box-shadow: 0 0 0 8px var(--accent-soft), 0 0 26px var(--accent-soft); } 92%, 100% { background: rgba(255,255,255,.35); box-shadow: 0 0 0 1px rgba(255,255,255,.2); } }
.path-node span { color: rgba(237,244,242,.55); font-size: 9px; font-weight: 750; line-height: 1.35; text-transform: uppercase; letter-spacing: .1em; }
.path-orbit { position: absolute; width: 360px; height: 360px; right: -120px; top: -80px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.path-orbit::before, .path-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.path-orbit::before { inset: 48px; }
.path-orbit::after { inset: 104px; background: var(--accent-soft); }

/* Case / document map */
.case-map { position: relative; min-height: 560px; padding: 82px 44px 54px; }
.case-document { position: absolute; width: 128px; height: 164px; padding: 16px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.045); box-shadow: 0 22px 48px rgba(0,0,0,.12); }
.case-document::before { content: ""; display: block; width: 42%; height: 4px; margin-bottom: 18px; background: var(--accent); opacity: .75; }
.case-document i { display: block; height: 3px; margin: 9px 0; background: rgba(255,255,255,.14); }
.case-document i:nth-child(2) { width: 82%; }
.case-document i:nth-child(3) { width: 67%; }
.case-document i:nth-child(4) { width: 91%; }
.case-document.one { left: 11%; top: 16%; transform: rotate(-4deg); animation: docFloat1 7s ease-in-out infinite; }
.case-document.two { right: 9%; top: 22%; transform: rotate(4deg); animation: docFloat2 8s ease-in-out infinite; }
.case-document.three { left: 20%; bottom: 11%; transform: rotate(2deg); animation: docFloat2 9s ease-in-out infinite reverse; }
.case-hub { position: absolute; left: 55%; top: 57%; width: 128px; height: 128px; display: grid; place-items: center; transform: translate(-50%, -50%); border: 1px solid var(--accent-line); border-radius: 50%; background: radial-gradient(circle, var(--accent-soft), transparent 70%); color: rgba(247,248,244,.88); font-family: var(--serif); font-size: 21px; text-align: center; line-height: 1; }
.case-hub::before, .case-hub::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; animation: hubPulse 4s ease-out infinite; }
.case-hub::before { inset: -30px; }
.case-hub::after { inset: -62px; animation-delay: 1s; }
.case-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.case-lines path { fill: none; stroke: rgba(255,255,255,.17); stroke-width: 1; stroke-dasharray: 6 8; animation: dashFlow 10s linear infinite; }
.case-lines circle { fill: var(--accent); filter: drop-shadow(0 0 6px var(--accent)); }
@keyframes docFloat1 { 50% { transform: translateY(-9px) rotate(-2deg); } }
@keyframes docFloat2 { 50% { transform: translateY(8px) rotate(2deg); } }
@keyframes hubPulse { 0% { opacity: .55; transform: scale(.8); } 70%, 100% { opacity: 0; transform: scale(1.08); } }
@keyframes dashFlow { to { stroke-dashoffset: -140; } }

/* Company matrix */
.matrix-stage { position: relative; min-height: 560px; padding: 64px 42px; }
.matrix-grid { position: absolute; inset: 72px 52px; display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.11); border-left: 1px solid rgba(255,255,255,.11); }
.matrix-cell { position: relative; border-right: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); }
.matrix-cell::after { content: ""; position: absolute; width: 7px; height: 7px; right: -4px; bottom: -4px; border-radius: 50%; background: rgba(255,255,255,.22); }
.matrix-cell.is-active::before { content: ""; position: absolute; inset: 12%; background: radial-gradient(circle, var(--accent-soft), transparent 70%); animation: cellPulse 4s ease-in-out infinite; }
.matrix-cell.is-active::after { background: var(--accent); box-shadow: 0 0 14px var(--accent); }
.matrix-cell:nth-child(8)::before { animation-delay: .6s; }
.matrix-cell:nth-child(13)::before { animation-delay: 1.2s; }
.matrix-cell:nth-child(19)::before { animation-delay: 1.8s; }
@keyframes cellPulse { 50% { opacity: .28; transform: scale(1.3); } }
.matrix-tags { position: absolute; inset: 0; }
.matrix-tag { position: absolute; padding: 7px 10px; border: 1px solid rgba(255,255,255,.15); background: rgba(6,27,34,.72); color: rgba(238,244,242,.65); font-size: 8px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.matrix-tag.t1 { top: 19%; left: 12%; }
.matrix-tag.t2 { top: 34%; right: 8%; }
.matrix-tag.t3 { bottom: 25%; left: 29%; }
.matrix-tag.t4 { bottom: 12%; right: 17%; }

/* Service cards on audience pages */
.service-blocks { border-top: 1px solid var(--line-strong); }
.service-block {
  display: grid;
  grid-template-columns: 78px minmax(250px, .72fr) minmax(320px, 1.28fr);
  gap: 28px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line-strong);
}
.service-block-index { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.service-block h3 { margin: 0; font-family: var(--serif); font-size: clamp(27px, 3vw, 40px); font-weight: 450; letter-spacing: -.03em; line-height: 1; }
.service-block-copy p { margin-bottom: 14px; color: var(--text); font-size: 13px; }
.service-block-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.service-tag { padding: 6px 9px; border: 1px solid var(--line); color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }

.service-block[id] { scroll-margin-top: 106px; }
.service-block-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--line-strong);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: -.01em;
  transition: border-color .25s ease, color .25s ease;
}
.service-block-link svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.service-block-link:hover, .service-block-link:focus-visible { border-color: var(--accent); color: var(--ink); outline: none; }
.service-block-link:hover svg, .service-block-link:focus-visible svg { transform: translateX(4px); }

.related-service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(42px, 8vw, 110px);
  padding-top: clamp(40px, 5vw, 68px);
  padding-bottom: clamp(40px, 5vw, 68px);
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}
.related-service .section-title { max-width: 820px; }
.related-service .section-lead { max-width: 760px; margin-bottom: 0; }
.related-service .button { margin-bottom: 6px; white-space: nowrap; }

/* Regulatory table */
.regulatory-list { border-top: 1px solid var(--line-strong); }
.regulatory-item { display: grid; grid-template-columns: 110px minmax(220px, .55fr) minmax(320px, 1fr); gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line-strong); }
.reg-code { font-family: var(--serif); font-size: 28px; letter-spacing: -.02em; }
.regulatory-item h3 { margin: 0; font-size: 14px; }
.regulatory-item p { margin: 0; color: var(--text); font-size: 11px; }
.regulatory-item a { display: inline-flex; align-items: center; gap: 6px; margin-top: 9px; color: var(--ink); font-size: 9px; font-weight: 750; }
.regulatory-item a svg { width: 13px; height: 13px; }


/* Programa de Emagrecimento */
.page-emagrecimento .hero-intro strong { color: #f7f8f3; font-weight: 750; }
.page-emagrecimento .hero-note { max-width: 760px; line-height: 1.65; }

.program-sequence {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}
.program-step {
  position: relative;
  min-height: 260px;
  padding: 34px 24px 32px;
  border-right: 1px solid var(--line);
  overflow: hidden;
}
.program-step:last-child { border-right: 0; }
.program-step::before {
  content: "";
  position: absolute;
  top: 65px;
  left: 24px;
  right: -1px;
  height: 1px;
  background: var(--line-strong);
}
.program-step::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 24px;
  width: 11px;
  height: 11px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 1px var(--accent-line);
}
.program-step:last-child::before { right: calc(100% - 35px); }
.program-step-index { display: block; margin-bottom: 42px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.program-step h3 { margin-bottom: 14px; font-family: var(--serif); font-size: clamp(25px, 2.35vw, 34px); font-weight: 450; letter-spacing: -.03em; line-height: 1.02; }
.program-step p { margin: 0; color: var(--text); font-size: 11px; line-height: 1.7; }

.strategy-list { border-top: 1px solid var(--line-strong); }
.strategy-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(320px, 1.28fr);
  align-items: center;
  gap: clamp(34px, 6vw, 86px);
  min-height: 170px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line-strong);
}
.strategy-item h3 { margin: 0; font-family: var(--serif); font-size: clamp(29px, 3.2vw, 44px); font-weight: 450; letter-spacing: -.035em; line-height: 1; }
.strategy-index { display: block; margin-bottom: 13px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.strategy-item p { max-width: 720px; margin: 0; color: var(--text); font-size: 13px; line-height: 1.75; }

/* FAQ */
.faq { border-top: 1px solid var(--line-strong); }
.faq details { border-bottom: 1px solid var(--line-strong); }
.faq summary { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; min-height: 86px; padding: 20px 0; cursor: pointer; font-size: 14px; font-weight: 750; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-size: 16px; font-weight: 400; transition: transform .25s ease, background .25s ease; }
.faq details[open] summary::after { content: "−"; transform: rotate(180deg); background: var(--accent-soft); }
.faq-answer { max-width: 820px; padding: 0 70px 30px 0; color: var(--text); font-size: 13px; }

/* Contact */
.contact-section {
  position: relative;
  padding: clamp(90px, 11vw, 154px) 0;
  color: #f2f4ef;
  background:
    radial-gradient(circle at 78% 42%, rgba(114,168,164,.11), transparent 34%),
    linear-gradient(135deg, #071e25, #0a2a31);
  overflow: hidden;
}
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: radial-gradient(circle at 76% 42%, black, transparent 72%);
  mask-image: radial-gradient(circle at 76% 42%, black, transparent 72%);
}
.contact-grid { position: relative; display: grid; grid-template-columns: minmax(0, .82fr) minmax(430px, 1.18fr); gap: clamp(60px, 9vw, 130px); align-items: center; }
.contact-copy .section-title { font-size: clamp(46px, 5.8vw, 78px); }
.contact-copy p { max-width: 520px; color: rgba(235,242,240,.66); }
.contact-meta { display: grid; gap: 8px; margin-top: 34px; color: rgba(235,242,240,.5); font-size: 10px; }
.contact-meta span { display: flex; align-items: center; gap: 9px; }
.contact-meta span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.contact-panel {
  position: relative;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255,255,255,.17);
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
  box-shadow: var(--shadow-deep);
  overflow: hidden;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.contact-panel::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -86px;
  top: -94px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.018);
}
.contact-panel-head { position: relative; display: flex; justify-content: space-between; gap: 18px; color: rgba(235,242,240,.46); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-channel { display: inline-flex; align-items: center; gap: 7px; }
.contact-channel i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px var(--accent-soft); animation: statusPulse 3s ease-in-out infinite; }
.contact-message {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  align-items: start;
  margin: clamp(44px, 6vw, 74px) 0 38px;
  padding: 22px 0 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.contact-message-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); color: var(--accent); font-family: var(--serif); font-size: 17px; }
.contact-message p { margin: 1px 0 0; color: rgba(247,248,244,.88); font-family: var(--serif); font-size: clamp(21px, 2.3vw, 31px); letter-spacing: -.02em; line-height: 1.25; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.contact-hint { margin: 14px 0 0; color: rgba(235,242,240,.4); font-size: 9px; }

.mobile-contact-bar {
  position: fixed;
  z-index: 900;
  right: 16px;
  bottom: calc(14px + env(safe-area-inset-bottom));
  left: 16px;
  min-height: 54px;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  color: #f4f6f1;
  background: rgba(6,27,34,.94);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 7px;
  box-shadow: 0 18px 48px rgba(4,23,29,.28);
  font-size: 12px;
  font-weight: 800;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity .25s ease, visibility .25s ease, transform .35s var(--ease);
}
.mobile-contact-bar.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.mobile-contact-bar svg { width: 18px; height: 18px; margin-left: auto; }
.mobile-contact-status { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px var(--accent-soft); }

/* Optional audience measurement consent */
.nexo-consent {
  position: fixed;
  z-index: 1100;
  left: 16px;
  right: 16px;
  bottom: max(16px, env(safe-area-inset-bottom));
  max-width: 980px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 20px;
  color: var(--ink);
  background: rgba(251,250,246,.985);
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  box-shadow: 0 18px 56px rgba(3,20,26,.22);
}
.nexo-consent p { margin: 0; color: var(--text); font-size: 12px; line-height: 1.55; }
.nexo-consent strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 13px; }
.nexo-consent a { color: var(--ink); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.nexo-consent-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.nexo-consent button { min-height: 44px; padding: 0 15px; border: 1px solid var(--ink); border-radius: 6px; font-size: 11px; font-weight: 800; cursor: pointer; }
.nexo-consent button:focus-visible { outline: 3px solid var(--accent-line); outline-offset: 2px; }
.nexo-consent-accept { color: #fff; background: var(--ink); }
.nexo-consent-decline { color: var(--ink); background: transparent; }
.nexo-consent-close { color: var(--muted); background: transparent; border-color: var(--line-strong) !important; }
body.nav-open .nexo-consent { visibility: hidden; }

/* Legal pages */
.legal-hero { min-height: 480px; padding-top: calc(var(--header-h) + 96px); }
.legal-hero .hero-grid { grid-template-columns: 1fr; }
.legal-hero .hero-copy { max-width: 900px; }
.legal-main { padding: 90px 0 140px; }
.legal-main .prose { max-width: 880px; }
.legal-main .prose h2:first-child { margin-top: 0; }

/* Footer */
.site-footer { color: rgba(235,242,240,.72); background: #04171d; }
.footer-main { display: grid; grid-template-columns: 1.25fr .75fr .75fr .9fr; gap: 48px; padding: 72px 0 60px; }
.footer-brand .brand { color: #f2f4ef; }
.footer-brand p { max-width: 330px; margin: 24px 0 0; color: rgba(235,242,240,.72); font-size: 11px; }
.footer-column h2 { margin-bottom: 18px; color: rgba(235,242,240,.72); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a,
.footer-links button { width: fit-content; padding: 0; color: rgba(235,242,240,.82); background: transparent; border: 0; font: inherit; font-size: 11px; text-align: left; cursor: pointer; transition: color .2s ease; }
.footer-links a:hover,
.footer-links button:hover { color: #fff; }
.footer-links button:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto; gap: 32px; padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(235,242,240,.68); font-size: 9px; line-height: 1.7; }
.footer-responsible { color: rgba(235,242,240,.82); }

/* Reveal */
.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .75s var(--ease), transform .9s var(--ease); }
.js [data-reveal="left"] { transform: translateX(-24px); }
.js [data-reveal="right"] { transform: translateX(24px); }
.js [data-reveal].is-visible { opacity: 1; transform: translate(0, 0); }
.js [data-reveal-delay="1"] { transition-delay: .08s; }
.js [data-reveal-delay="2"] { transition-delay: .16s; }
.js [data-reveal-delay="3"] { transition-delay: .24s; }
.js [data-reveal-delay="4"] { transition-delay: .32s; }

/* Utility */
.muted { color: var(--muted); }
.on-dark { color: rgba(237,244,242,.7); }
.no-margin { margin: 0; }
.desktop-only { display: initial; }
.mobile-only { display: none; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }



/* Final system refinements */
.header-progress {
  position: absolute;
  inset: auto 0 -1px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--gold));
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  opacity: .82;
  pointer-events: none;
}
.nav-panel-footer { justify-content: flex-end; }

.display-home {
  max-width: 790px;
  font-size: clamp(55px, 6.25vw, 94px);
  line-height: .94;
}
.hero-service-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
  margin-top: 34px;
  color: rgba(235,242,240,.48);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero-service-line span { display: inline-flex; align-items: center; }
.hero-service-line span:not(:last-child)::after {
  content: "";
  width: 28px;
  height: 1px;
  margin-inline: 13px;
  background: rgba(255,255,255,.18);
}

.visual-frame[data-tilt] {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform: perspective(1300px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
  transform-style: preserve-3d;
  transition: transform .55s var(--ease), border-color .35s ease, box-shadow .35s ease;
  will-change: transform;
}
.visual-frame[data-tilt]:hover {
  border-color: rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 46px 130px rgba(1,14,18,.32);
}
.visual-labels { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.visual-label {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  color: rgba(239,245,243,.55);
  background: rgba(5,24,30,.62);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  animation: visualLabelFloat 7s ease-in-out infinite;
}
.visual-label::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }
.visual-label.label-1 { top: 24%; left: 11%; }
.visual-label.label-2 { top: 33%; right: 9%; animation-delay: -1.6s; }
.visual-label.label-3 { bottom: 30%; left: 15%; animation-delay: -3.4s; }
.visual-label.label-4 { bottom: 23%; right: 13%; animation-delay: -5.1s; }
.visual-labels-case .label-1 { top: 20%; left: 8%; }
.visual-labels-case .label-2 { top: 25%; right: 8%; }
.visual-labels-case .label-3 { bottom: 25%; left: 12%; }
.visual-labels-case .label-4 { bottom: 18%; right: 8%; }
@keyframes visualLabelFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }

.service-row,
.audience-card,
.service-block,
.comparison,
.evidence-visual,
.contact-direct { --spot-x: 50%; --spot-y: 50%; }
.service-block[data-spotlight],
.comparison[data-spotlight],
.evidence-visual[data-spotlight],
.contact-direct[data-spotlight] { position: relative; isolation: isolate; }
.service-block[data-spotlight]::after,
.comparison[data-spotlight]::after,
.evidence-visual[data-spotlight]::after,
.contact-direct[data-spotlight]::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(520px circle at var(--spot-x) var(--spot-y), var(--accent-soft), transparent 48%);
  transition: opacity .35s ease;
}
.service-block[data-spotlight]:hover::after,
.comparison[data-spotlight]:hover::after,
.evidence-visual[data-spotlight]:hover::after,
.contact-direct[data-spotlight]:hover::after { opacity: 1; }

.service-block {
  position: relative;
  transition: padding .35s var(--ease), background .35s ease;
}
.service-block::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -1px;
  width: 2px;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform .35s var(--ease);
}
.service-block:hover { padding-inline: 16px; background: rgba(255,255,255,.28); }
.service-block:hover::before { transform: scaleY(1); }
.service-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: 22px;
  min-height: 44px;
  padding: 10px 0 8px;
  border-bottom: 1px solid var(--line-strong);
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: -.005em;
  transition: border-color .25s ease, color .25s ease;
}
.service-action svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.service-action:hover,
.service-action:focus-visible { border-color: var(--accent); }
.service-action:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.service-action:hover svg,
.service-action:focus-visible svg { transform: translateX(4px); }

.contact-direct {
  position: relative;
  min-height: 360px;
  display: grid;
  align-content: space-between;
  gap: 28px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255,255,255,.17);
  background:
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)),
    rgba(4,22,28,.32);
  box-shadow: var(--shadow-deep);
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.contact-direct::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,.055);
  pointer-events: none;
}
.contact-direct-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(235,242,240,.5);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.contact-direct-message {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 16px;
  max-width: 620px;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.contact-direct-message p { margin: 0; color: rgba(246,248,244,.88); font-family: var(--serif); font-size: clamp(21px, 2.2vw, 29px); line-height: 1.22; letter-spacing: -.02em; }
.contact-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  color: #f4f6f1;
  background: rgba(255,255,255,.055);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}
.contact-direct-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; }
.contact-direct-note { position: relative; z-index: 1; margin: -12px 0 0; color: rgba(235,242,240,.45); font-size: 9px; }

.sticky-contact {
  position: fixed;
  z-index: 900;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px 0 11px;
  color: #f6f7f3;
  background: rgba(6,27,34,.94);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(2,20,26,.26);
  font-size: 11px;
  font-weight: 800;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(.97);
  transition: opacity .28s ease, visibility .28s ease, transform .35s var(--ease), background .25s ease;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.sticky-contact.is-visible { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.sticky-contact:hover { background: #0d333b; transform: translateY(-2px) scale(1); }
.sticky-contact-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: var(--night); }
.sticky-contact-icon svg { width: 18px; height: 18px; }

.regulatory-list-clean .regulatory-item { align-items: start; }
.regulatory-list-clean .regulatory-item > div:last-child { align-self: start; }
.related-service { scroll-margin-top: 100px; }

.hero::before { animation: heroGridDrift 26s linear infinite; }
@keyframes heroGridDrift { from { background-position: 0 0; } to { background-position: 58px 58px; } }

@media (max-width: 1080px) {
  :root { --header-h: 78px; }
  .desktop-nav, .header-action { display: none; }
  .mobile-toggle { display: grid; justify-self: end; }
  .mobile-nav { display: block; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); gap: 48px; }
  .hero-visual { min-height: 480px; }
  .service-row { grid-template-columns: 62px minmax(190px,.7fr) minmax(270px,1.3fr) 34px; gap: 24px; }
  .audience-card { min-height: 470px; padding-inline: 26px; }
  .evidence-grid { grid-template-columns: 1fr 1fr; gap: 58px; }
  .contact-grid { grid-template-columns: 1fr 1.1fr; gap: 60px; }
  .related-service { grid-template-columns: 1fr; align-items: start; }
  .footer-main { grid-template-columns: 1.25fr repeat(3, .8fr); gap: 32px; }
}

@media (max-width: 860px) {
  :root { --section: 92px; }
  .section-head.split { grid-template-columns: 1fr; gap: 20px; }
  .section-head.split .section-lead { justify-self: start; }
  .hero { min-height: auto; padding-bottom: 94px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 520px; max-width: 650px; width: 100%; justify-self: center; }
  .hero-down { display: none; }
  .gateway-grid { grid-template-columns: 1fr; }
  .gateway-column + .gateway-column { border-left: 0; border-top: 1px solid var(--line-strong); }
  .gateway-number { margin-bottom: 54px; }
  .service-row { grid-template-columns: 48px minmax(0,1fr) 30px; min-height: 138px; gap: 18px; }
  .service-row p { grid-column: 2 / 3; margin-top: -14px; }
  .service-row svg { grid-column: 3; grid-row: 1 / span 2; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 390px; }
  .audience-card + .audience-card { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .evidence-grid { grid-template-columns: 1fr; }
  .evidence-visual { min-height: 520px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle { min-height: auto; padding: 30px 0; }
  .principle + .principle { padding-left: 0; border-left: 0; }
  .principle-number { margin-bottom: 44px; }
  .content-layout { grid-template-columns: 1fr; gap: 26px; }
  .sticky-label { position: static; }
  .deliverable { grid-template-columns: 52px 1fr; }
  .deliverable p { grid-column: 2; }
  .service-block { grid-template-columns: 52px 1fr; }
  .service-block-copy { grid-column: 2; }
  .regulatory-item { grid-template-columns: 82px 1fr; }
  .regulatory-item p { grid-column: 2; }
  .contact-grid { grid-template-columns: 1fr; }
  .related-service { grid-template-columns: 1fr; }
  .contact-copy { max-width: 700px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --gutter: 20px; --section: 78px; }
  body { font-size: 15px; }
  .brand-descriptor { display: none; }
  .brand-mark { width: 38px; height: 45px; }
  .site-header, .site-header.is-scrolled, .site-header.menu-active { height: 68px; }
  .mobile-nav { padding-top: 88px; }
  .display { font-size: clamp(50px, 15vw, 72px); }
  .display-home { font-size: clamp(48px, 13.5vw, 66px); line-height: .98; }
  .display-small { font-size: clamp(46px, 14vw, 66px); }
  .section-title { font-size: clamp(38px, 12vw, 54px); }
  .hero { padding-top: 112px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 440px; }
  .visual-topline { top: 23px; left: 22px; right: 22px; }
  .visual-caption { left: 22px; right: 22px; bottom: 22px; }
  .visual-caption strong { font-size: 21px; }
  .visual-caption span { max-width: 220px; }
  .visual-index { display: none; }
  .gateway-column { padding: 38px 0 18px; }
  .gateway-column + .gateway-column { padding-top: 52px; }
  .gateway-column h2 { font-size: 48px; }
  .service-row { grid-template-columns: 38px 1fr 24px; min-height: 150px; }
  .service-row h3 { font-size: 30px; }
  .service-row p { font-size: 11px; }
  .audience-card { min-height: 360px; padding: 28px 20px; }
  .audience-card h3 { font-size: 43px; }
  .evidence-visual { min-height: 460px; }
  .evidence-legend { grid-template-columns: 1fr; gap: 9px; }
  .situation-grid { grid-template-columns: 1fr; }
  .situation-item, .situation-item:nth-child(even) { min-height: auto; padding: 26px 0; border-left: 0; }
  .situation-item-number { margin-bottom: 34px; }
  .comparison { grid-template-columns: 1fr; }
  .comparison-column + .comparison-column { border-left: 0; border-top: 1px solid var(--line-strong); }
  .deliverable { grid-template-columns: 38px 1fr; gap: 14px; }
  .service-block { grid-template-columns: 36px 1fr; gap: 14px; }
  .service-block h3 { font-size: 30px; }
  .regulatory-item { grid-template-columns: 1fr; gap: 10px; }
  .regulatory-item p { grid-column: 1; }
  .reg-code { font-size: 23px; }
  .report-stage { min-height: 480px; padding: 42px 20px 32px; }
  .report-document { min-height: 405px; padding: 20px; }
  .report-doc-title { font-size: 27px; }
  .report-bars { grid-template-columns: 1fr; }
  .report-panel:nth-child(4) { display: none; }
  .report-panel.wide { grid-column: auto; }
  .path-stage { min-height: 440px; padding-inline: 20px; }
  .path-node { width: 58px; }
  .path-node span { font-size: 7px; }
  .case-map { min-height: 460px; padding: 50px 20px; }
  .case-document { width: 98px; height: 130px; padding: 12px; }
  .case-hub { width: 105px; height: 105px; font-size: 18px; }
  .matrix-grid { inset: 62px 24px; }
  .matrix-tag { font-size: 6.5px; }
  .contact-actions { display: grid; }
  .contact-actions .button { width: 100%; }
  .contact-message { grid-template-columns: 34px 1fr; gap: 13px; }
  .contact-message p { font-size: 22px; }
  .mobile-contact-bar { display: flex; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { grid-template-columns: 1fr; }
  .desktop-only { display: none; }
  .mobile-only { display: initial; }
}


@media (max-width: 980px) {
  .program-sequence { grid-template-columns: 1fr; }
  .program-step { min-height: 0; padding: 28px 20px 28px 70px; border-right: 0; border-bottom: 1px solid var(--line); }
  .program-step:last-child { border-bottom: 0; }
  .program-step::before { top: 0; bottom: -1px; left: 31px; right: auto; width: 1px; height: auto; }
  .program-step::after { top: 36px; left: 26px; }
  .program-step:last-child::before { right: auto; bottom: calc(100% - 43px); }
  .program-step-index { margin-bottom: 10px; }
  .strategy-item { grid-template-columns: 1fr; gap: 18px; min-height: 0; padding: 30px 0; }
}

@media (max-width: 620px) {
  .nav-panel-link-wide { display: block; min-height: 91px; }
  .nav-panel-link-wide strong { margin-bottom: 5px; }
  .program-step { padding-left: 62px; }
  .program-step::before { left: 26px; }
  .program-step::after { left: 21px; }
}

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

@media (forced-colors: active) {
  .button, .contact-panel, .visual-frame, .evidence-visual { border: 1px solid CanvasText; }
}


@media (max-width: 860px) {
  .display-home { max-width: 720px; font-size: clamp(52px, 11vw, 82px); }
  .contact-direct { min-height: 330px; }
  .related-service { grid-template-columns: 1fr; align-items: start; }
  .related-service .button { width: fit-content; }
}

@media (max-width: 620px) {
  .display-home { font-size: clamp(46px, 13.2vw, 62px); line-height: .95; }
  .hero-service-line { margin-top: 28px; }
  .hero-service-line span:not(:last-child)::after { width: 16px; margin-inline: 9px; }
  .visual-label { padding: 5px 7px; font-size: 6px; }
  .visual-label.label-1 { top: 23%; left: 7%; }
  .visual-label.label-2 { top: 34%; right: 6%; }
  .visual-label.label-3 { bottom: 29%; left: 8%; }
  .visual-label.label-4 { bottom: 23%; right: 7%; }
  .service-block:hover { padding-inline: 8px; }
  .service-action { font-size: 10px; }
  .contact-direct { min-height: 0; padding: 28px 22px; gap: 24px; }
  .contact-direct-message { grid-template-columns: 34px 1fr; gap: 12px; padding: 20px 0; }
  .contact-avatar { width: 34px; height: 34px; }
  .contact-direct-message p { font-size: 21px; }
  .contact-direct-actions { display: grid; }
  .contact-direct-actions .button { width: 100%; }
  .sticky-contact {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    max-width: calc(100vw - 28px);
    min-height: 50px;
    padding-right: 16px;
  }
  .sticky-contact-icon { width: 32px; height: 32px; }
  .related-service .button { width: 100%; }
  .nexo-consent { align-items: stretch; flex-direction: column; gap: 14px; padding: 16px; }
  .nexo-consent-actions { width: 100%; }
  .nexo-consent button { flex: 1; }
}

@media (hover: none) {
  .service-block[data-spotlight]::after,
  .comparison[data-spotlight]::after,
  .evidence-visual[data-spotlight]::after,
  .contact-direct[data-spotlight]::after { display: none; }
  .service-block:hover { padding-inline: 0; background: transparent; }
}

@media (max-width: 860px) {
  .js [data-reveal="left"],
  .js [data-reveal="right"] { transform: translateY(22px); }
  .js [data-reveal="left"].is-visible,
  .js [data-reveal="right"].is-visible { transform: translateY(0); }
}

/* Final product-focused refinement */
.section-compact { padding-block: clamp(62px, 7vw, 108px); }
.section-compact .section-head { margin-bottom: clamp(34px, 4vw, 56px); }

.product-list .service-block {
  grid-template-columns: 58px minmax(230px, .76fr) minmax(300px, 1.24fr);
  padding-block: 30px;
}
.product-list .service-block h3 { font-size: clamp(24px, 2.45vw, 35px); line-height: 1.04; }
.product-list .service-block-copy p { max-width: 760px; margin-bottom: 0; }
.product-list .service-action { margin-top: 18px; }

.scope-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
  background: rgba(255,255,255,.18);
}
.scope-item {
  min-height: 164px;
  padding: 24px 26px;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}
.scope-item > span { display: block; margin-bottom: 34px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.scope-item h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 25px; font-weight: 450; letter-spacing: -.025em; line-height: 1.05; }
.scope-item p { margin: 0; color: var(--text); font-size: 11px; }

.contact-avatar { border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: #f8f6f1; overflow: hidden; padding: 3px; }
.contact-avatar img { width: 100%; height: 100%; object-fit: contain; }

@media (max-width: 860px) {
  .scope-grid { grid-template-columns: repeat(2, 1fr); }
  .product-list .service-block { grid-template-columns: 52px 1fr; }
  .product-list .service-block-copy { grid-column: 2; }
}

@media (max-width: 620px) {
  .scope-grid { grid-template-columns: 1fr; }
  .scope-item { min-height: 138px; }
  .scope-item > span { margin-bottom: 24px; }
  .brand-mark { width: 38px; height: 45px; }
  .product-list .service-block { grid-template-columns: 34px 1fr; gap: 12px; padding-block: 25px; }
  .product-list .service-block h3 { font-size: 25px; }
}

/* Restored brand direction: crisp white surfaces with a single pine-green interaction language. */
.section-paper { background: var(--paper); }
.section-surface { background: var(--surface); }
.site-header.is-scrolled,
.site-header.menu-active { background: rgba(255, 255, 255, .96); }
.button-light { background: #fff; }
.button-light:hover { color: var(--night-3); background: #fff; box-shadow: 0 14px 32px rgba(16, 32, 25, .13); }

.gateway-grid {
  gap: 20px;
  border: 0;
}
.gateway-column {
  padding: clamp(34px, 4vw, 54px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(16, 32, 25, .065);
}
.gateway-column + .gateway-column { border: 1px solid var(--line); }
.gateway-list { border-color: var(--line); }
.gateway-item {
  margin-inline: -12px;
  padding-inline: 12px;
  border-radius: 12px;
  transition: color .25s ease, background .25s ease;
}
.gateway-item::before { background: linear-gradient(90deg, rgba(220, 232, 223, .92), rgba(234, 241, 236, .28)); }
.gateway-item:hover,
.gateway-item:focus-visible { color: var(--night-3); }

.service-index {
  display: grid;
  gap: 14px;
  border: 0;
}
.service-row {
  min-height: 142px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 32, 25, .045);
  transition: border-color .28s ease, box-shadow .28s ease, color .28s ease, transform .28s var(--ease);
}
.service-row::before {
  background: linear-gradient(90deg, rgba(220, 232, 223, .92), rgba(234, 241, 236, .34) 62%, transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .42s var(--ease);
}
.service-row:hover::before,
.service-row:focus-visible::before { transform: scaleX(1); }
.service-row:hover,
.service-row:focus-visible {
  border-color: var(--accent-line);
  color: var(--night-3);
  box-shadow: 0 18px 42px rgba(16, 32, 25, .10);
}
.js .service-row[data-reveal].is-visible:hover { transform: translateY(-2px); }
.service-row:hover svg,
.service-row:focus-visible svg { color: var(--teal); transform: translateX(6px); }

.audience-grid {
  gap: 16px;
  border: 0;
}
.audience-card {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(255,255,255,.035);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  transition: border-color .3s ease, background .3s ease, box-shadow .3s ease, transform .3s var(--ease);
}
.audience-card + .audience-card { border: 1px solid rgba(255,255,255,.14); }
.audience-card::before { background: radial-gradient(circle at 50% 100%, rgba(67,131,101,.28), transparent 58%); }
.audience-card:hover,
.audience-card:focus-visible {
  border-color: rgba(111, 169, 137, .55);
  background: rgba(255,255,255,.06);
  box-shadow: 0 22px 58px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.07);
}
.js .audience-card[data-reveal].is-visible:hover { transform: translateY(-3px); }

.service-blocks {
  display: grid;
  gap: 16px;
  border: 0;
}
.service-block,
.product-list .service-block {
  padding: 30px 32px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16, 32, 25, .05);
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s var(--ease);
}
.service-block::before {
  z-index: 2;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--teal);
}
.service-block[data-spotlight]::after {
  z-index: 0;
  background: radial-gradient(540px circle at var(--spot-x) var(--spot-y), rgba(220,232,223,.94), rgba(234,241,236,.38) 44%, transparent 72%);
}
.service-block > * { position: relative; z-index: 1; }
.service-block:hover,
.product-list .service-block:hover {
  padding-inline: 32px;
  border-color: var(--accent-line);
  background: #fff;
  box-shadow: 0 20px 52px rgba(16, 32, 25, .10);
}
.js .service-block[data-reveal].is-visible:hover { transform: translateY(-2px); }
.service-block:hover h3 { color: var(--night-3); }
.service-action { color: var(--ink-soft); border-bottom-color: rgba(47, 107, 77, .32); }
.service-action:hover,
.service-action:focus-visible { color: var(--teal); border-color: var(--teal); }

.comparison,
.evidence-visual {
  border-color: var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.comparison { overflow: hidden; }
.comparison-column + .comparison-column { background: #f2f7f3; }

.scope-grid {
  gap: 12px;
  border: 0;
  background: transparent;
}
.scope-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 32, 25, .04);
  transition: border-color .28s ease, background .28s ease, box-shadow .28s ease, transform .28s var(--ease);
}
.scope-item:hover {
  border-color: var(--accent-line);
  background: #f1f7f2;
  box-shadow: 0 16px 34px rgba(16, 32, 25, .08);
  transform: translateY(-2px);
}

.contact-section {
  background:
    radial-gradient(circle at 78% 42%, rgba(67,131,101,.20), transparent 36%),
    linear-gradient(135deg, #10251b, #17382a);
}
.site-footer { background: #0d2118; }

@media (max-width: 860px) {
  .gateway-grid { gap: 16px; }
  .gateway-column,
  .gateway-column + .gateway-column { padding: 38px 30px; border: 1px solid var(--line); }
  .service-row { padding: 24px 22px; }
  .audience-grid { gap: 14px; }
  .audience-card + .audience-card { border: 1px solid rgba(255,255,255,.14); }
  .service-block,
  .product-list .service-block,
  .service-block:hover,
  .product-list .service-block:hover { padding: 28px 26px; }
}

@media (max-width: 620px) {
  .gateway-column,
  .gateway-column + .gateway-column { padding: 32px 22px; border-radius: 22px; }
  .service-row { min-height: 154px; padding: 22px 18px; border-radius: 17px; }
  .audience-card { border-radius: 20px; }
  .service-block,
  .product-list .service-block,
  .service-block:hover,
  .product-list .service-block:hover { padding: 24px 20px; border-radius: 18px; }
  .scope-item { border-radius: 16px; }
}

@media (hover: none) {
  .service-row::before,
  .service-block[data-spotlight]::after { display: none; }
  .service-row {
    border-color: rgba(22, 60, 44, .22);
    border-left: 3px solid rgba(47, 107, 77, .62);
  }
  .service-row-number,
  .service-row svg,
  .service-block-index { color: var(--teal); }
  .service-block::before { transform: scaleY(1); }
  .scope-item { border-top-color: var(--accent-line); }
  .service-block,
  .product-list .service-block,
  .service-block:hover,
  .product-list .service-block:hover { background: #fff; }
}
