:root {
  --ink: #10201b;
  --muted: #5e6d67;
  --line: #dfe7e3;
  --cream: #f5f7f3;
  --white: #ffffff;
  --green-950: #061d16;
  --green-900: #0a2a20;
  --green-800: #0c3d2d;
  --green-700: #125c42;
  --lime: #a6e22a;
  --lime-bright: #bff33f;
  --shadow: 0 22px 70px rgba(8, 36, 27, .12);
  --radius: 22px;
  --container: min(1180px, calc(100% - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Aptos", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 116px 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 12px 18px; color: var(--white); background: var(--green-900); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.topbar { height: 36px; color: rgba(255,255,255,.72); background: var(--green-950); font-size: 12px; letter-spacing: .025em; }
.topbar-inner { height: 100%; display: flex; justify-content: space-between; align-items: center; }
.topbar p { margin: 0; display: flex; gap: 9px; align-items: center; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(166,226,42,.14); }
.topbar-links { display: flex; gap: 14px; align-items: center; }
.topbar a { transition: color .2s; }
.topbar a:hover { color: var(--lime-bright); }

.site-header { position: sticky; z-index: 1000; top: 0; height: 84px; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(10,42,32,.1); backdrop-filter: blur(18px); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(7,30,22,.08); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { height: 100%; display: inline-flex; align-items: center; gap: 11px; color: var(--green-800); }
.brand-logo { width: 128px; height: auto; object-fit: contain; }
.brand-mark { width: 40px; height: 40px; color: var(--green-700); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 21px; letter-spacing: .11em; font-weight: 800; }
.brand-copy small { margin-top: 5px; color: #63716b; font-size: 9px; letter-spacing: .21em; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 27px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--green-700); transition: right .25s; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a[aria-current="page"]::after { right: 0; }
.nav-cta { padding: 11px 17px; color: var(--white); background: var(--green-800); border-radius: 9px; transition: transform .2s, background .2s; }
.nav-cta:hover { transform: translateY(-2px); background: var(--green-700); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: none; border: 0; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: calc(100vh - 120px); max-height: 900px; overflow: hidden; background: var(--green-950); isolation: isolate; }
.hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,23,17,.99) 0%, rgba(4,23,17,.92) 34%, rgba(4,23,17,.42) 67%, rgba(4,23,17,.06) 100%), linear-gradient(0deg, rgba(4,23,17,.55) 0%, transparent 35%); }
.hero::before { content: ""; position: absolute; z-index: -1; 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: 84px 84px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero::after { content: ""; position: absolute; left: 50%; bottom: -260px; width: 760px; height: 480px; border: 1px solid rgba(181,240,54,.25); border-radius: 50%; transform: rotate(-8deg); }
.hero-content { min-height: calc(100vh - 120px); max-height: 900px; display: flex; align-items: center; padding: 64px 0 100px; }
.hero-copy { width: min(760px, 66%); color: var(--white); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: var(--green-700); font-size: 12px; line-height: 1; letter-spacing: .19em; text-transform: uppercase; font-weight: 800; }
.eyebrow span { width: 28px; height: 2px; background: var(--lime); }
.eyebrow.light { color: rgba(255,255,255,.76); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(44px, 5.5vw, 78px); line-height: 1.03; letter-spacing: -.045em; font-weight: 730; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-leaf-mark { display: inline-block; width: .78em; height: .78em; margin-left: .16em; overflow: visible; vertical-align: -.07em; fill: rgba(181,240,54,.09); stroke: var(--lime); stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 12px rgba(181,240,54,.2)); }
.hero-copy > p { max-width: 650px; margin: 26px 0 34px; color: rgba(255,255,255,.76); font-size: clamp(17px, 1.6vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; min-height: 52px; padding: 14px 22px; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; line-height: 1; font-weight: 750; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--green-950); background: var(--lime); }
.btn-primary:hover { background: var(--lime-bright); }
.btn-primary svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.btn-ghost { color: var(--white); border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.52); }
.btn-dark { color: var(--white); background: var(--green-900); }
.btn-dark:hover { background: var(--green-700); }
.hero-trust { display: flex; gap: 0; margin-top: 50px; color: var(--white); }
.hero-trust div { min-width: 160px; padding-right: 28px; margin-right: 28px; border-right: 1px solid rgba(255,255,255,.17); }
.hero-trust div:last-child { margin: 0; padding: 0; border: 0; }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { font-size: 16px; letter-spacing: -.01em; }
.hero-trust span { margin-top: 3px; color: rgba(255,255,255,.54); font-size: 12px; }
.scroll-hint { position: absolute; left: calc((100% - min(1180px, calc(100% - 48px))) / 2); bottom: 32px; display: flex; gap: 12px; align-items: center; color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; }
.scroll-hint span { position: relative; display: block; width: 1px; height: 36px; background: rgba(255,255,255,.22); overflow: hidden; }
.scroll-hint span::after { content: ""; position: absolute; left: 0; top: -100%; width: 1px; height: 100%; background: var(--lime); animation: scrollline 2s infinite; }
@keyframes scrollline { to { top: 100%; } }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); overflow: hidden; }
.trust-track { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #6e7d77; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; font-weight: 750; }
.trust-track i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }

.section-heading h2, .psychosocial h2, .hygiene h2, .training h2, .process h2, .contact h2 { margin: 0; font-size: clamp(37px, 4.3vw, 58px); line-height: 1.08; letter-spacing: -.045em; font-weight: 700; }
.section-heading h2 em, .hygiene h2 em, .faq h2 em { color: var(--green-700); }
.split-intro { display: grid; grid-template-columns: 1.1fr .85fr; gap: 110px; align-items: end; }
.intro-copy { padding-bottom: 5px; }
.intro-copy p { color: var(--muted); }
.lead { color: var(--ink) !important; font-size: 20px; line-height: 1.55; font-weight: 520; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 18px; color: var(--green-800); font-size: 14px; font-weight: 750; border-bottom: 1px solid rgba(12,61,45,.3); }
.text-link span { color: var(--green-700); transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 72px; }
.outcome-card { position: relative; min-height: 298px; padding: 34px; overflow: hidden; background: var(--cream); border: 1px solid transparent; border-radius: var(--radius); transition: transform .25s, box-shadow .25s, border-color .25s; }
.outcome-card:hover { transform: translateY(-6px); border-color: #d4dfd9; box-shadow: var(--shadow); }
.card-number { position: absolute; right: 30px; top: 25px; color: #cbd5d0; font-size: 12px; font-weight: 800; }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 38px; color: var(--green-700); background: #e8f5cf; border-radius: 15px; }
.icon-box svg, .service-icon svg, .sector-card svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.outcome-card h3 { margin: 0 0 12px; font-size: 22px; letter-spacing: -.02em; }
.outcome-card p { margin: 0; color: var(--muted); font-size: 14px; }

.services { color: var(--white); background: var(--green-950); }
.heading-row { display: grid; grid-template-columns: 1.2fr .65fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.heading-row > p { margin: 0 0 6px; color: rgba(255,255,255,.61); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.service-card { position: relative; min-height: 325px; padding: 30px 28px; color: var(--white); border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s; }
.service-card-wide { grid-column: span 2; min-height: 285px; padding-right: 15%; }
.service-card:hover { background: rgba(255,255,255,.055); }
.service-card.featured { background: var(--lime); color: var(--green-950); }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 39px; color: var(--lime); border: 1px solid rgba(166,226,42,.32); border-radius: 13px; }
.featured .service-icon { color: var(--green-900); border-color: rgba(10,42,32,.25); }
.service-card > span { display: block; color: rgba(255,255,255,.45); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; }
.service-card.featured > span { color: rgba(6,29,22,.58); }
.service-card h3 { margin: 5px 0 10px; font-size: 23px; letter-spacing: -.02em; }
.service-card p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.65; }
.service-card.featured p { color: rgba(6,29,22,.68); }
.service-card a { position: absolute; left: 28px; bottom: 27px; display: flex; gap: 9px; align-items: center; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 750; }
.service-card.featured a { color: var(--green-950); }
.service-card a b { font-size: 15px; transition: transform .2s; }
.service-card a:hover b { transform: translate(3px,-3px); }

.psychosocial { color: var(--white); background: var(--green-800); overflow: hidden; }
.psychosocial-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.psycho-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.psycho-visual::before { content: ""; position: absolute; width: 70%; height: 70%; background: radial-gradient(circle, rgba(166,226,42,.18), transparent 68%); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.orbit-one { width: 330px; height: 330px; }
.orbit-two { width: 500px; height: 500px; border-style: dashed; animation: orbit-spin 35s linear infinite; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
.psycho-center { position: relative; z-index: 2; width: 210px; height: 210px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--green-950); background: var(--lime); border: 12px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 1px rgba(166,226,42,.5), 0 25px 80px rgba(0,0,0,.22); background-clip: padding-box; }
.psycho-center span { margin-bottom: -15px; font-size: 20px; font-weight: 800; }
.psycho-center strong { font-size: 75px; line-height: 1; letter-spacing: -.07em; }
.psycho-center small { margin-top: 7px; font-size: 10px; letter-spacing: .17em; font-weight: 800; }
.signal { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 10px 14px; color: rgba(255,255,255,.82); background: rgba(6,29,22,.55); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; backdrop-filter: blur(10px); font-size: 11px; font-weight: 700; }
.signal i { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(166,226,42,.12); }
.signal-a { left: 1%; top: 21%; }.signal-b { right: 0; top: 31%; }.signal-c { left: 6%; bottom: 20%; }.signal-d { right: 4%; bottom: 15%; }
.psycho-copy h2 em, .training h2 em, .process h2 em, .contact h2 em { color: var(--lime); }
.psycho-copy > p { color: rgba(255,255,255,.65); }
.psycho-copy .lead { color: rgba(255,255,255,.92) !important; }
.check-list { padding: 0; margin: 30px 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: center; padding: 10px 0; color: rgba(255,255,255,.79); font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.1); }
.check-list li span { width: 23px; height: 23px; display: grid; place-items: center; color: var(--green-950); background: var(--lime); border-radius: 50%; font-size: 11px; font-weight: 900; }
.psycho-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.source-link { color: rgba(255,255,255,.7); font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.25); }
.source-link:hover { color: var(--white); }

.hygiene { background: var(--cream); }
.hygiene-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.hygiene-copy p:not(.lead) { color: var(--muted); }
.hygiene-copy .btn { margin-top: 18px; }
.measurement-panel { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.panel-head { display: flex; justify-content: space-between; align-items: center; padding: 22px 28px; color: var(--white); background: var(--green-900); }
.panel-head span { font-size: 13px; font-weight: 750; }
.panel-head i { padding: 6px 10px; color: var(--lime); background: rgba(166,226,42,.1); border-radius: 999px; font-size: 10px; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
.measure-row { display: grid; grid-template-columns: 52px 1fr auto; gap: 18px; align-items: center; padding: 21px 28px; border-bottom: 1px solid var(--line); }
.measure-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--green-700); background: #edf4ef; border-radius: 13px; font-size: 23px; }
.measure-row strong, .measure-row span { display: block; }
.measure-row strong { font-size: 15px; }
.measure-row span { margin-top: 2px; color: var(--muted); font-size: 12px; }
.measure-row > b { color: #d6ded9; font-size: 22px; font-weight: 500; }
.panel-foot { display: flex; gap: 10px; align-items: center; padding: 16px 28px; color: var(--muted); background: #fafbf9; font-size: 11px; }
.panel-foot span { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 4px rgba(166,226,42,.15); }

.expertise-block { background: var(--white); }
.section-heading.centered { max-width: 760px; margin: 0 auto 68px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p { color: var(--muted); font-size: 18px; }
.pericia-flow { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.pericia-flow::before { content: ""; position: absolute; top: 30px; left: 12.5%; right: 12.5%; height: 1px; background: var(--line); }
.flow-step { position: relative; z-index: 1; padding: 0 24px; text-align: center; }
.flow-step > span { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 25px; color: var(--green-800); background: var(--white); border: 1px solid #cbd8d1; border-radius: 50%; font-size: 12px; font-weight: 800; box-shadow: 0 0 0 8px var(--white); }
.flow-step h3 { margin: 0 0 9px; font-size: 17px; }
.flow-step p { margin: 0; color: var(--muted); font-size: 13px; }
.pericia-banner { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 72px; padding: 24px 28px 24px 36px; color: var(--white); background: var(--green-900); border-radius: 15px; }
.pericia-banner > div { display: flex; gap: 13px; flex-wrap: wrap; }
.pericia-banner > div span { padding: 8px 13px; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; font-size: 11px; }

.training { color: var(--white); background: linear-gradient(145deg, var(--green-950), #081812); overflow: hidden; }
.training-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 100px; align-items: center; }
.training-copy > p { color: rgba(255,255,255,.63); font-size: 18px; }
.training-tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 28px 0 34px; }
.training-tags span { padding: 8px 12px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.13); border-radius: 7px; font-size: 11px; font-weight: 700; }
.training-stage { position: relative; min-height: 430px; display: flex; align-items: center; justify-content: center; perspective: 700px; }
.training-stage::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%, rgba(166,226,42,.25), transparent 52%); }
.stage-screen { position: relative; z-index: 2; width: 400px; aspect-ratio: 16/10; display: flex; flex-direction: column; justify-content: center; padding: 48px; color: var(--white); background: linear-gradient(150deg, var(--green-700), var(--green-900)); border: 1px solid rgba(255,255,255,.22); border-radius: 6px; box-shadow: 0 25px 100px rgba(0,0,0,.45); transform: rotateY(-8deg) rotateX(3deg); }
.stage-screen span { color: var(--lime); font-size: 9px; letter-spacing: .19em; font-weight: 800; }
.stage-screen strong { margin-top: 16px; font-size: 34px; line-height: 1.05; letter-spacing: -.035em; }
.stage-screen i { width: 62px; height: 5px; margin-top: 25px; background: var(--lime); }
.audience { position: absolute; z-index: 3; left: 0; right: 0; bottom: 6px; display: flex; justify-content: center; gap: 20px; }
.audience i { position: relative; width: 50px; height: 53px; background: #030a07; border-radius: 48% 48% 10px 10px; box-shadow: 0 -50px 0 -14px #030a07; }

.sectors .heading-row > p { color: var(--muted); }
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.sector-card { position: relative; min-height: 255px; padding: 32px; background: var(--cream); border: 1px solid transparent; border-radius: 18px; transition: transform .25s, background .25s, color .25s; }
.sector-card > span { position: absolute; top: 28px; right: 28px; color: #c4d0ca; font-size: 11px; font-weight: 800; }
.sector-card svg { width: 38px; height: 38px; margin: 8px 0 45px; color: var(--green-700); }
.sector-card h3 { margin: 0 0 6px; font-size: 20px; }
.sector-card p { margin: 0; color: var(--muted); font-size: 13px; }
.sector-card:hover { color: var(--white); background: var(--green-800); transform: translateY(-5px); }
.sector-card:hover p, .sector-card:hover > span { color: rgba(255,255,255,.58); }
.sector-card:hover svg { color: var(--lime); }

.process { color: var(--white); background: var(--green-900); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; align-items: start; }
.process-sticky { position: sticky; top: 140px; }
.process-sticky > p { color: rgba(255,255,255,.6); font-size: 18px; }
.light-link { color: var(--white); border-color: rgba(255,255,255,.25); }
.process-list { border-top: 1px solid rgba(255,255,255,.15); }
.process-item { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 37px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.process-item > span { color: var(--lime); font-size: 12px; font-weight: 800; }
.process-item h3 { margin: -5px 0 8px; font-size: 27px; letter-spacing: -.02em; }
.process-item p { max-width: 580px; margin: 0; color: rgba(255,255,255,.59); }

.evidence { padding: 75px 0; background: var(--cream); }
.evidence-grid { display: grid; grid-template-columns: .75fr .75fr 1.5fr; gap: 15px; }
.evidence-card, .evidence-quote { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 17px; }
.evidence-card > span { display: block; color: var(--green-700); font-size: 42px; line-height: 1; letter-spacing: -.05em; font-weight: 800; }
.evidence-card strong { display: block; margin-top: 28px; font-size: 14px; }
.evidence-card p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.evidence-quote { color: var(--white); background: var(--green-800); border-color: transparent; }
.evidence-quote svg { width: 30px; height: 30px; fill: none; stroke: var(--lime); stroke-width: 1.5; }
.evidence-quote blockquote { margin: 22px 0 14px; font-size: 20px; line-height: 1.45; letter-spacing: -.015em; }
.evidence-quote p { margin: 0; color: rgba(255,255,255,.5); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 120px; align-items: start; }
.faq .section-heading { position: sticky; top: 130px; }
.faq .section-heading > p { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 27px 0; text-align: left; background: none; border: 0; cursor: pointer; font-weight: 700; }
.faq-item button i { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid #cbd7d1; border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 13px; left: 8px; width: 10px; height: 1px; background: var(--green-800); transition: transform .25s; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.open button i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > p { overflow: hidden; margin: 0; color: var(--muted); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding: 0 54px 27px 0; }

.contact { color: var(--white); background: var(--green-950); position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; top: -300px; right: -220px; width: 700px; height: 700px; border: 1px solid rgba(166,226,42,.14); border-radius: 50%; box-shadow: 0 0 0 80px rgba(166,226,42,.025), 0 0 0 160px rgba(166,226,42,.02); }
.contact-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.contact-copy > p { color: rgba(255,255,255,.61); font-size: 17px; }
.instagram-highlight { max-width: 390px; display: flex; align-items: center; gap: 14px; margin-top: 27px; padding: 14px 16px; color: var(--white); background: rgba(166,226,42,.08); border: 1px solid rgba(166,226,42,.38); border-radius: 16px; transition: transform .2s, background .2s, border-color .2s; }
.instagram-highlight:hover { transform: translateY(-3px); background: rgba(166,226,42,.14); border-color: var(--lime); }
.instagram-icon { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; color: var(--green-950); background: var(--lime); border-radius: 13px; }
.instagram-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.instagram-highlight small, .instagram-highlight strong { display: block; }
.instagram-highlight small { color: rgba(255,255,255,.55); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.instagram-highlight strong { margin-top: 3px; font-size: 15px; }
.instagram-highlight b { margin-left: auto; color: var(--lime); font-size: 18px; }
.hero-instagram-highlight { margin-top: 18px; background: rgba(6,29,22,.82); border-color: rgba(255,255,255,.78); backdrop-filter: blur(10px); }
.hero-instagram-highlight:hover { border-color: var(--lime); }
.contact-details { margin-top: 24px; }
.contact-details > a, .contact-details > div { display: flex; gap: 16px; align-items: flex-start; padding: 15px 0; }
.contact-details i { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; color: var(--green-950); background: var(--lime); border-radius: 50%; font-style: normal; font-size: 12px; }
.contact-details i svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: rgba(255,255,255,.43); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact-details strong { margin-top: 2px; color: rgba(255,255,255,.85); font-size: 14px; font-weight: 600; }
.contact-phone-links a { display: block; width: max-content; }
.contact-phone-links a + a { margin-top: 4px; }
.contact-phone-links a:hover strong { color: var(--lime); }
.map-action { display: inline-block; margin-top: 7px; color: var(--lime); border-bottom: 1px solid rgba(166,226,42,.45); font-size: 11px; font-style: normal; font-weight: 750; transition: color .2s, border-color .2s; }
.map-link:hover .map-action { color: var(--lime-bright); border-color: var(--lime-bright); }
.contact-form { padding: 36px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 25px 90px rgba(0,0,0,.22); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 18px; font-size: 11px; letter-spacing: .06em; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 8px; padding: 13px 14px; color: var(--ink); background: #f7f9f6; border: 1px solid #dbe4df; border-radius: 8px; outline: none; font-size: 13px; transition: border-color .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(18,92,66,.1); }
.contact-form textarea { resize: vertical; }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: #87938d; font-size: 10px; text-align: center; }

.footer { color: rgba(255,255,255,.7); background: #030f0b; }
.footer-main { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; padding-top: 75px; padding-bottom: 55px; }
.brand-footer { width: fit-content; height: auto; padding: 10px 14px; color: var(--green-900); background: var(--white); border-radius: 13px; }
.footer-logo { width: 160px; }
.footer-brand > p { max-width: 360px; margin-top: 24px; color: rgba(255,255,255,.42); font-size: 13px; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.footer-nav > div { display: flex; flex-direction: column; gap: 9px; }
.footer-nav strong { margin-bottom: 7px; color: var(--white); font-size: 12px; }
.footer-nav a { color: rgba(255,255,255,.44); font-size: 12px; transition: color .2s; }
.footer-nav a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; padding-bottom: 25px; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }
.footer-bottom p { margin: 0; }

.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 11px 15px; color: var(--green-950); background: var(--lime); border: 1px solid rgba(6,29,22,.12); border-radius: 999px; box-shadow: 0 12px 35px rgba(4,28,20,.25); font-size: 12px; font-weight: 800; transition: transform .2s, background .2s; }
.whatsapp-float:hover { transform: translateY(-3px); background: var(--lime-bright); }
.whatsapp-float svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* Atualizações */
.updates-hero { position: relative; overflow: hidden; color: var(--white); background: var(--green-950); isolation: isolate; }
.updates-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 82% 35%, rgba(166,226,42,.16), transparent 30%), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: auto, 82px 82px, 82px 82px; }
.updates-hero::after { content: ""; position: absolute; z-index: -1; right: -120px; top: 50px; width: 520px; height: 520px; border: 1px solid rgba(166,226,42,.24); border-radius: 54% 46% 58% 42%; transform: rotate(18deg); }
.updates-hero-inner { min-height: 520px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr); gap: 90px; align-items: center; padding-top: 80px; padding-bottom: 80px; }
.updates-hero-copy { max-width: 760px; }
.updates-hero h1 { margin: 0; font-size: clamp(48px, 6vw, 78px); line-height: 1.02; letter-spacing: -.045em; }
.updates-hero h1 em { display: block; }
.updates-hero-copy > p { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.8vw, 21px); line-height: 1.7; }
.updates-hero-mark { display: grid; place-items: center; min-height: 290px; }
.updates-hero-mark svg { width: min(240px, 70%); fill: rgba(166,226,42,.04); stroke: var(--lime); stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 18px 50px rgba(166,226,42,.12)); }
.updates-overview { background: var(--cream); }
.updates-latest-heading { margin-bottom: 38px; }
.updates-latest-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 60px); line-height: 1.06; letter-spacing: -.04em; }
.latest-post-card { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 480px; margin-bottom: 110px; overflow: hidden; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.latest-post-image { min-height: 100%; overflow: hidden; background: var(--green-900); }
.latest-post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.latest-post-card:hover .latest-post-image img { transform: scale(1.025); }
.latest-post-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 56px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; margin-bottom: 24px; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.post-meta span:first-child { padding: 5px 9px; color: var(--green-900); background: var(--lime); border-radius: 999px; }
.latest-post-copy h3 { margin: 0; font-size: clamp(30px, 3vw, 44px); line-height: 1.08; letter-spacing: -.035em; }
.latest-post-copy h3 a:hover { color: var(--green-700); }
.latest-post-copy > p { margin: 22px 0 30px; color: var(--muted); }
.latest-post-copy .latest-post-author { margin: 18px 0 0; color: var(--green-700); font-size: 13px; }
.latest-post-author strong { color: var(--ink); }
.updates-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.updates-intro .section-heading h2 { margin-bottom: 0; }
.updates-intro-copy > p { margin: 0 0 30px; color: var(--muted); font-size: 18px; }
.updates-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 54px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); }
.updates-category-card { min-height: 245px; padding: 32px; background: var(--white); transition: transform .25s, background .25s; }
.updates-category-card:hover { background: #fbfdf8; }
.updates-category-card span { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 34px; color: var(--green-900); background: var(--lime); border-radius: 50%; font-size: 12px; font-weight: 800; }
.updates-category-card h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -.02em; }
.updates-category-card p { margin: 0; color: var(--muted); font-size: 14px; }
.updates-coming { background: var(--white); }
.updates-coming-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; padding: 55px 60px; color: var(--white); background: var(--green-900); border-radius: var(--radius); }
.updates-coming-card::after { content: ""; position: absolute; right: -80px; bottom: -160px; width: 330px; height: 330px; border: 1px solid rgba(166,226,42,.24); border-radius: 50%; }
.updates-coming-card h2 { margin: 0 0 12px; font-size: clamp(32px, 4vw, 49px); line-height: 1.08; letter-spacing: -.035em; }
.updates-coming-card p { max-width: 700px; margin: 0; color: rgba(255,255,255,.67); }
.updates-coming-card .btn { position: relative; z-index: 1; white-space: nowrap; }
.updates-note { display: flex; gap: 12px; align-items: flex-start; margin-top: 28px; padding: 18px 20px; color: var(--muted); background: var(--white); border: 1px solid var(--line); border-radius: 12px; font-size: 13px; }
.updates-note svg { flex: 0 0 auto; width: 19px; margin-top: 1px; fill: none; stroke: var(--green-700); stroke-width: 1.8; }

/* Artigo */
.article-hero { position: relative; min-height: 670px; overflow: hidden; color: var(--white); background: var(--green-950); isolation: isolate; }
.article-hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.article-hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,23,17,.98) 0%, rgba(4,23,17,.9) 42%, rgba(4,23,17,.38) 76%, rgba(4,23,17,.16) 100%), linear-gradient(0deg, rgba(4,23,17,.58), transparent 48%); }
.article-hero-inner { min-height: 670px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 80px; padding-bottom: 80px; }
.article-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 35px; color: rgba(255,255,255,.58); font-size: 12px; }
.article-breadcrumb a:hover { color: var(--lime); }
.article-kicker { display: inline-flex; margin-bottom: 20px; padding: 7px 12px; color: var(--green-950); background: var(--lime); border-radius: 999px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.article-hero h1 { max-width: 920px; margin: 0; font-size: clamp(45px, 6vw, 76px); line-height: 1.02; letter-spacing: -.047em; }
.article-deck { max-width: 780px; margin: 26px 0 27px; color: rgba(255,255,255,.75); font-size: clamp(17px, 1.7vw, 21px); }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; color: rgba(255,255,255,.58); font-size: 12px; }
.article-main { padding: 95px 0 120px; background: var(--white); }
.article-layout { display: grid; grid-template-columns: minmax(0, 780px) 280px; gap: 90px; align-items: start; }
.article-body { font-size: 18px; line-height: 1.82; }
.article-body .article-lead { margin: 0 0 42px; color: var(--ink); font-size: 23px; line-height: 1.58; letter-spacing: -.015em; }
.article-body h2 { margin: 72px 0 22px; font-size: clamp(32px, 4vw, 48px); line-height: 1.1; letter-spacing: -.035em; }
.article-body h3 { margin: 42px 0 13px; font-size: 25px; line-height: 1.25; letter-spacing: -.02em; }
.article-body p { margin: 0 0 24px; color: #43544d; }
.article-body strong { color: var(--ink); }
.article-summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 44px 0 58px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 16px; }
.article-summary-grid > div { padding: 30px; background: var(--cream); }
.article-summary-grid small { display: block; margin-bottom: 9px; color: var(--green-700); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; }
.article-summary-grid strong { display: block; margin-bottom: 8px; font-size: 21px; }
.article-summary-grid p { margin: 0; font-size: 14px; line-height: 1.6; }
.article-checklist { display: grid; gap: 13px; margin: 28px 0 38px; padding: 0; list-style: none; }
.article-checklist li { position: relative; padding: 17px 20px 17px 52px; color: #34483f; background: var(--cream); border: 1px solid var(--line); border-radius: 11px; font-size: 16px; line-height: 1.55; }
.article-checklist li::before { content: ""; position: absolute; left: 18px; top: 18px; width: 22px; height: 22px; background: var(--lime) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m7 12 3 3 7-7' fill='none' stroke='%23061d16' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px no-repeat; border-radius: 50%; }
.article-figure { margin: 48px 0 20px; }
.article-figure img { width: 100%; height: auto; border-radius: 16px; box-shadow: var(--shadow); }
.article-figure figcaption { margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.deadline-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0 42px; }
.deadline-card { padding: 27px; color: var(--white); background: var(--green-900); border-radius: 14px; }
.deadline-card b { display: block; color: var(--lime); font-size: 36px; line-height: 1; }
.deadline-card strong { display: block; margin: 12px 0 7px; color: var(--white); }
.deadline-card p { margin: 0; color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.55; }
.action-steps { margin: 28px 0 48px; }
.action-step { position: relative; min-height: 70px; padding: 0 0 28px 72px; border-left: 1px solid var(--line); }
.action-step:last-child { padding-bottom: 0; border-left-color: transparent; }
.action-step > span { position: absolute; left: -24px; top: -3px; display: grid; place-items: center; width: 48px; height: 48px; color: var(--green-950); background: var(--lime); border: 6px solid var(--white); border-radius: 50%; font-size: 11px; font-weight: 850; }
.action-step h3 { margin: 0 0 7px; font-size: 20px; }
.action-step p { margin: 0; font-size: 15px; line-height: 1.6; }
.article-source-box { margin-top: 60px; padding: 30px; background: var(--cream); border-left: 4px solid var(--lime); border-radius: 0 14px 14px 0; }
.article-source-box h2 { margin: 0 0 14px; font-size: 25px; }
.article-source-box p { margin: 0 0 15px; font-size: 14px; }
.article-source-box a { display: block; margin-top: 9px; color: var(--green-700); font-size: 14px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.article-disclaimer { margin-top: 26px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.article-aside { position: sticky; top: 116px; }
.article-aside-card { padding: 28px; color: var(--white); background: var(--green-900); border-radius: 16px; }
.article-aside-card small { color: var(--lime); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.article-aside-card h2 { margin: 12px 0 14px; font-size: 25px; line-height: 1.15; letter-spacing: -.025em; }
.article-aside-card p { margin: 0 0 23px; color: rgba(255,255,255,.66); font-size: 13px; }
.article-aside-card .btn { width: 100%; }
.article-aside-index { margin-top: 22px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; }
.article-aside-index strong { display: block; margin-bottom: 12px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.article-aside-index a { display: block; padding: 7px 0; color: var(--muted); font-size: 13px; }
.article-aside-index a:hover { color: var(--green-700); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  :root { --container: min(100% - 40px, 920px); }
  .main-nav { gap: 18px; }
  .main-nav > a:not(.nav-cta):nth-child(5), .main-nav > a:not(.nav-cta):nth-child(7) { display: none; }
  .hero-copy { width: 74%; }
  .hero h1 { font-size: 60px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .psychosocial-grid, .hygiene-grid, .training-grid { gap: 55px; }
  .orbit-two { width: 430px; height: 430px; }
  .split-intro, .faq-grid { gap: 70px; }
  .process-grid { gap: 70px; }
  .contact-grid { gap: 60px; }
  .updates-hero-inner { gap: 40px; }
  .updates-category-grid { grid-template-columns: repeat(2, 1fr); }
  .latest-post-copy { padding: 42px; }
  .article-layout { grid-template-columns: minmax(0, 1fr) 250px; gap: 50px; }
}

@media (max-width: 820px) {
  :root { --container: calc(100% - 36px); }
  .section { padding: 84px 0; }
  .topbar { display: none; }
  .site-header { height: 70px; }
  .menu-toggle { display: block; position: relative; z-index: 1002; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; z-index: 1001; top: 70px; left: 0; right: 0; height: calc(100vh - 70px); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 24px 24px 40px; overflow-y: auto; background: var(--white); box-shadow: 0 18px 35px rgba(7,30,22,.12); transform: translateX(100%); visibility: hidden; transition: transform .3s, visibility .3s; }
  .menu-open .main-nav { transform: translateX(0); visibility: visible; }
  .main-nav > a:not(.nav-cta), .main-nav > a:not(.nav-cta):nth-child(5), .main-nav > a:not(.nav-cta):nth-child(7) { display: block; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 24px; padding: 17px 20px; text-align: center; }
  .hero { min-height: 780px; max-height: none; }
  .hero-image { object-position: 64% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,23,17,.97), rgba(4,23,17,.68) 75%, rgba(4,23,17,.48)), linear-gradient(0deg, rgba(4,23,17,.85), transparent 55%); }
  .hero-content { min-height: 780px; max-height: none; padding: 55px 0 100px; }
  .hero-copy { width: 82%; }
  .hero h1 { font-size: clamp(43px, 8vw, 62px); }
  .hero-trust div { min-width: 0; }
  .trust-track { overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .split-intro, .heading-row, .psychosocial-grid, .hygiene-grid, .training-grid, .process-grid, .faq-grid, .contact-grid, .footer-main { grid-template-columns: 1fr; gap: 48px; }
  .outcome-grid { grid-template-columns: 1fr 1fr; }
  .outcome-card:last-child { grid-column: 1 / -1; }
  .heading-row { align-items: start; }
  .heading-row > p { max-width: 650px; }
  .psycho-visual { min-height: 470px; }
  .hygiene-copy, .training-copy { max-width: 650px; }
  .pericia-flow { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .pericia-flow::before { display: none; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .process-sticky, .faq .section-heading { position: static; }
  .evidence-grid { grid-template-columns: 1fr 1fr; }
  .evidence-quote { grid-column: 1 / -1; }
  .footer-nav { gap: 25px; }
  .scroll-hint { left: 18px; }
  .updates-hero-inner { min-height: auto; grid-template-columns: 1fr; gap: 28px; padding-top: 72px; padding-bottom: 72px; }
  .updates-hero-mark { position: absolute; right: -55px; bottom: -25px; min-height: 0; width: 240px; opacity: .28; }
  .updates-intro { grid-template-columns: 1fr; gap: 38px; }
  .updates-coming-card { grid-template-columns: 1fr; padding: 45px; }
  .latest-post-card { grid-template-columns: 1fr; margin-bottom: 80px; }
  .latest-post-image { min-height: 380px; }
  .article-hero, .article-hero-inner { min-height: 630px; }
  .article-hero-image { object-position: 63% center; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .article-aside-index { display: none; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 28px); }
  .section { padding: 72px 0; }
  .brand-logo { width: 100px; }
  .footer-logo { width: 140px; }
  .hero { min-height: 760px; }
  .hero-content { min-height: 760px; padding-top: 35px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 45px; line-height: 1.02; }
  .hero-copy > p { margin: 21px 0 26px; font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-trust { margin-top: 34px; }
  .hero-trust div { padding-right: 12px; margin-right: 12px; }
  .hero-trust strong { font-size: 13px; }
  .hero-trust span { font-size: 9px; }
  .scroll-hint { display: none; }
  .trust-track { min-height: 64px; }
  .section-heading h2, .psychosocial h2, .hygiene h2, .training h2, .process h2, .contact h2 { font-size: 38px; }
  .split-intro, .heading-row, .psychosocial-grid, .hygiene-grid, .training-grid, .process-grid, .faq-grid, .contact-grid { gap: 38px; }
  .outcome-grid, .services-grid, .pericia-flow, .sector-grid, .evidence-grid { grid-template-columns: 1fr; }
  .outcome-card:last-child, .evidence-quote { grid-column: auto; }
  .outcome-card { min-height: 270px; }
  .services-grid { border-left: 0; }
  .service-card { min-height: 335px; padding-bottom: 82px; border-left: 1px solid rgba(255,255,255,.12); }
  .service-card-wide { grid-column: auto; min-height: 365px; padding-right: 28px; }
  .psycho-visual { min-height: 400px; transform: scale(.88); margin: -30px -30px; }
  .orbit-one { width: 280px; height: 280px; }
  .orbit-two { width: 390px; height: 390px; }
  .psycho-center { width: 180px; height: 180px; }
  .psycho-center strong { font-size: 65px; }
  .signal { font-size: 9px; }
  .measure-row { padding: 18px; grid-template-columns: 44px 1fr; gap: 12px; }
  .measure-row > b { display: none; }
  .pericia-banner { flex-direction: column; align-items: stretch; padding: 25px; }
  .flow-step { text-align: left; display: grid; grid-template-columns: 52px 1fr; padding: 0; }
  .flow-step > span { width: 46px; height: 46px; margin: 0; box-shadow: none; }
  .stage-screen { width: 310px; padding: 34px; }
  .stage-screen strong { font-size: 27px; }
  .audience i { width: 38px; height: 43px; }
  .training-stage { min-height: 340px; }
  .sector-card { min-height: 235px; }
  .contact-form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { padding-top: 60px; }
  .footer-nav { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-bottom { flex-direction: column; }
  .updates-hero h1 { font-size: 47px; }
  .updates-category-grid { grid-template-columns: 1fr; }
  .updates-category-card { min-height: 220px; }
  .updates-coming-card { padding: 34px 25px; }
  .latest-post-image { min-height: 265px; }
  .latest-post-copy { padding: 30px 24px 34px; }
  .latest-post-copy h3 { font-size: 30px; }
  .article-hero, .article-hero-inner { min-height: 670px; }
  .article-hero h1 { font-size: 43px; }
  .article-main { padding: 70px 0 85px; }
  .article-body { font-size: 17px; }
  .article-body .article-lead { font-size: 20px; }
  .article-summary-grid, .deadline-grid { grid-template-columns: 1fr; }
  .article-figure { margin-inline: -14px; }
  .article-figure img { border-radius: 11px; }
  .whatsapp-float { width: 52px; height: 52px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}
