:root {
  --green-950: #092b22;
  --green-900: #103e31;
  --green-800: #18533f;
  --green-700: #1f6a4f;
  --green-100: #dceadf;
  --orange: #f28c28;
  --orange-dark: #d96e10;
  --cream: #f4f2e9;
  --sand: #e9e6d9;
  --ink: #14231e;
  --muted: #64716c;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 20px 55px rgba(9, 43, 34, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--orange); color: #111; padding: 12px 18px; border-radius: 0 0 10px 10px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 0; }
.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; }
:focus-visible { outline: 3px solid rgba(242,140,40,.6); outline-offset: 3px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: #fff; }
.site-header.is-sticky { position: fixed; background: rgba(9,43,34,.96); box-shadow: 0 8px 30px rgba(0,0,0,.15); backdrop-filter: blur(12px); }
.nav-shell { max-width: 1180px; height: 82px; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; letter-spacing: .02em; }
.brand-logo { width: 58px; height: 58px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.14); }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: .95; }
.brand strong { font-size: 1rem; letter-spacing: .14em; }
.brand small { font-size: .68rem; letter-spacing: .38em; margin-top: 5px; color: #bfd2c9; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: .88rem; font-weight: 700; }
.main-nav a { padding: 10px 0; color: rgba(255,255,255,.78); transition: color .2s; }
.main-nav a:hover { color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 5px; }
.menu-toggle span { height: 2px; width: 22px; background: #fff; display: block; transition: .2s; }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--green-950); padding: 154px 28px 0; }
.hero::before { content: ""; position: absolute; inset: -40% -20% auto 45%; height: 760px; background: radial-gradient(circle, rgba(45,130,91,.42), transparent 63%); }
.hero::after { content: ""; position: absolute; left: -80px; top: 120px; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; }
.hero-grid { position: relative; max-width: 1180px; margin: auto; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; min-height: 510px; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #d7e7df; text-transform: uppercase; font-weight: 800; font-size: .7rem; letter-spacing: .17em; }
.eyebrow > span { width: 28px; height: 3px; background: var(--orange); border-radius: 9px; }
.eyebrow.dark { color: var(--green-700); }
.hero h1 { max-width: 720px; margin: 20px 0 22px; font-size: clamp(2.7rem, 5vw, 5.1rem); line-height: .98; letter-spacing: -.055em; font-weight: 750; }
.hero h1 em { display: block; color: var(--orange); font-family: Georgia, serif; font-weight: 500; }
.hero-copy > p { max-width: 620px; margin: 0 0 30px; color: #bfd2c9; font-size: 1.06rem; line-height: 1.7; }
.hero-search { max-width: 660px; padding: 7px 7px 7px 18px; display: flex; align-items: center; border-radius: 15px; background: #fff; box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.hero-search svg, .search-field svg { width: 20px; fill: none; stroke: #6f7d78; stroke-width: 2; stroke-linecap: round; }
.hero-search input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 14px 13px; color: var(--ink); background: transparent; }
.hero-search button { border: 0; padding: 14px 23px; border-radius: 11px; color: var(--green-950); background: var(--orange); font-weight: 850; cursor: pointer; }
.popular-searches { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 17px; color: #93afa3; font-size: .78rem; }
.popular-searches button { border: 1px solid rgba(255,255,255,.16); background: transparent; color: #d9e5e0; border-radius: 999px; padding: 6px 10px; cursor: pointer; }
.popular-searches button:hover { border-color: var(--orange); color: #fff; }

.hero-visual { position: relative; min-height: 430px; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.orbit-one { width: 400px; height: 400px; right: -40px; top: 5px; }
.orbit-two { width: 295px; height: 295px; right: 15px; top: 60px; border-style: dashed; }
.hero-card { position: absolute; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 28px 60px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.hero-card-main { right: 28px; top: 75px; width: 285px; height: 285px; padding: 32px; border-radius: 34px; transform: rotate(4deg); background: linear-gradient(150deg, rgba(255,255,255,.15), rgba(255,255,255,.04)); }
.hero-card-main::after { content: "+"; position: absolute; right: 27px; bottom: 21px; color: var(--orange); font-size: 3rem; font-weight: 300; }
.card-kicker { color: #a7c0b5; font-size: .73rem; text-transform: uppercase; letter-spacing: .13em; }
.hero-card-main strong { display: block; margin-top: 38px; font-size: 2rem; line-height: 1.15; letter-spacing: -.04em; }
.mini-bar { display: flex; gap: 5px; margin-top: 30px; }
.mini-bar span { width: 36px; height: 4px; background: rgba(255,255,255,.2); border-radius: 8px; }.mini-bar span:first-child { width: 72px; background: var(--orange); }
.hero-card-top, .hero-card-bottom { width: 165px; padding: 17px; display: flex; gap: 12px; align-items: center; border-radius: 18px; background: rgba(21,81,62,.84); }
.hero-card-top { right: 242px; top: 38px; transform: rotate(-7deg); }
.hero-card-bottom { right: -4px; bottom: 20px; transform: rotate(-3deg); }
.mini-icon { flex: 0 0 auto; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 11px; background: var(--green-100); color: var(--green-900); font-size: .72rem; font-weight: 900; }.mini-icon.orange { background: var(--orange); }
.hero-card b { font-size: .78rem; line-height: 1.3; }
.trust-strip { position: relative; max-width: 1180px; margin: 55px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); z-index: 1; }
.trust-strip > div { display: flex; align-items: center; gap: 17px; padding: 25px 30px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-strip > div:first-child { padding-left: 0; }.trust-strip > div:last-child { border: 0; }
.trust-strip span { color: var(--orange); font-size: .78rem; font-weight: 850; }
.trust-strip p { margin: 0; color: #8fa99e; font-size: .74rem; line-height: 1.4; }.trust-strip strong { display: block; color: #fff; font-size: .85rem; }

.catalog-section { max-width: 1240px; margin: auto; padding: 105px 28px 115px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 46px; }
.section-heading h2, .blog-heading h2 { margin: 12px 0 0; font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1; letter-spacing: -.05em; }
.section-heading > p { max-width: 450px; margin: 0; color: var(--muted); line-height: 1.7; }
.catalog-toolbar { display: flex; justify-content: space-between; border-bottom: 1px solid #d9d8cf; margin-bottom: 30px; }
.type-tabs { display: flex; gap: 27px; overflow-x: auto; scrollbar-width: none; }
.type-tabs button { position: relative; padding: 0 2px 17px; border: 0; background: transparent; color: #78837f; font-weight: 800; font-size: .87rem; white-space: nowrap; cursor: pointer; }
.type-tabs button::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--orange); transform: scaleX(0); transition: .2s; }
.type-tabs button.is-active { color: var(--green-900); }.type-tabs button.is-active::after { transform: scaleX(1); }
.filter-toggle { display: none; align-items: center; gap: 7px; border: 0; background: transparent; font-weight: 800; padding: 0 0 14px; }.filter-toggle svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.catalog-layout { display: grid; grid-template-columns: 238px 1fr; gap: 44px; align-items: start; }
.filters-panel { position: sticky; top: 105px; }
.filter-heading { display: flex; justify-content: space-between; align-items: center; padding-bottom: 19px; border-bottom: 1px solid #d9d8cf; }.filter-heading button { border: 0; background: transparent; color: var(--orange-dark); font-size: .74rem; font-weight: 800; cursor: pointer; }
.field-label, fieldset legend { display: block; margin: 24px 0 10px; color: var(--green-900); font-size: .74rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.search-field { display: flex; align-items: center; padding: 0 12px; border: 1px solid #d5d5cc; border-radius: 10px; background: #fff; }.search-field svg { width: 17px; }.search-field input { width: 100%; border: 0; outline: 0; padding: 12px 9px; font-size: .83rem; }
.filters-panel select, .results-meta select { width: 100%; border: 1px solid #d5d5cc; border-radius: 10px; background: #fff; padding: 12px; color: #3e4b46; font-size: .83rem; }
fieldset { padding: 0; margin: 0; border: 0; } fieldset label { display: flex; align-items: center; gap: 9px; padding: 7px 0; color: #5f6b66; font-size: .82rem; cursor: pointer; } fieldset input { accent-color: var(--green-700); }
.results-meta { min-height: 42px; display: flex; justify-content: space-between; align-items: start; gap: 20px; }.results-meta p { margin: 0; color: #78837f; font-size: .82rem; }.results-meta strong { color: var(--green-900); }.results-meta select { width: auto; min-width: 160px; padding: 9px 34px 9px 11px; }
.active-filters { min-height: 22px; display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 17px; }.filter-chip { border: 1px solid #cfdbd4; background: #fff; padding: 5px 8px; border-radius: 999px; color: var(--green-700); font-size: .7rem; }
.materials-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 17px; }
.material-card { min-height: 285px; padding: 21px; display: flex; flex-direction: column; border-radius: 18px; background: #fff; border: 1px solid rgba(17,66,51,.08); box-shadow: 0 7px 22px rgba(26,54,45,.05); transition: transform .22s, box-shadow .22s; }
.material-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-top { display: flex; justify-content: space-between; align-items: start; }
.file-icon { width: 49px; height: 54px; position: relative; display: grid; place-items: center; border-radius: 8px 13px 8px 8px; background: var(--green-100); color: var(--green-800); font-size: .66rem; font-weight: 900; }.file-icon::after { content: ""; position: absolute; right: 0; top: 0; border-left: 10px solid transparent; border-bottom: 10px solid rgba(255,255,255,.8); }.file-icon.orange { background: #ffead7; color: var(--orange-dark); }.file-icon.sand { background: #efede5; color: #6e706b; }
.material-type { margin-top: 20px; color: var(--orange-dark); font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.material-card h3 { margin: 8px 0 9px; font-size: 1.02rem; line-height: 1.3; letter-spacing: -.02em; }
.material-card p { margin: 0; color: #6b7772; font-size: .78rem; line-height: 1.55; }
.card-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 14px; }.card-tags span { padding: 5px 8px; border-radius: 6px; background: #f0f3ef; color: #5d6d66; font-size: .62rem; font-weight: 750; }
.card-actions { margin-top: auto; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.material-card .open-material, .material-card .download-material { border: 0; background: transparent; color: var(--green-700); text-align: left; font-size: .76rem; font-weight: 900; cursor: pointer; text-decoration: none; }
.material-card .download-material { color: var(--orange-dark); white-space: nowrap; }
.open-material b, .download-material b { color: var(--orange-dark); margin-left: 5px; }
.empty-state { text-align: center; padding: 70px 20px; border: 1px dashed #c8cec9; border-radius: 20px; }.empty-state span { font-size: 2.6rem; color: var(--orange); }.empty-state h3 { margin: 10px 0 5px; }.empty-state p { color: var(--muted); }.empty-state button { border: 0; border-radius: 10px; padding: 11px 18px; background: var(--green-900); color: #fff; font-weight: 800; }

.discover-section { background: var(--green-950); color: #fff; }
.services-wrap, .blog-wrap { max-width: 1240px; margin: auto; padding: 105px 28px; }
.section-heading.light > p { color: #9cb3a9; }.section-heading.light h2 { max-width: 530px; }
.services-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 16px; }
.knowledge-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.knowledge-grid .service-card { min-height: 330px; }
.service-card { min-height: 350px; padding: 27px; display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 19px; background: rgba(255,255,255,.04); }
.service-card.featured-service { background: var(--orange); color: var(--green-950); border-color: transparent; }.service-card.featured-service::before { content: ""; position: absolute; width: 170px; height: 170px; right: -50px; top: -60px; border: 28px solid rgba(255,255,255,.14); border-radius: 50%; }
.service-number { color: #89a89a; font-size: .7rem; font-weight: 800; }.featured-service .service-number { color: rgba(9,43,34,.58); }
.service-icon { position: absolute; right: 23px; top: 20px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }.featured-service .service-icon { border-color: rgba(9,43,34,.25); }
.service-card h3 { margin: 58px 0 11px; font-size: 1.55rem; letter-spacing: -.03em; }.service-card p { max-width: 330px; margin: 0; color: #9fb5ab; font-size: .85rem; line-height: 1.6; }.featured-service p { color: rgba(9,43,34,.72); }
.service-tags { display: flex; gap: 6px; flex-wrap: wrap; margin: 22px 0; }.service-tags span { border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 5px 8px; color: #c1d1ca; font-size: .64rem; font-weight: 750; }.featured-service .service-tags span { border-color: rgba(9,43,34,.2); color: var(--green-950); }
.service-card a { margin-top: auto; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); color: #fff; font-size: .78rem; font-weight: 850; }.featured-service a { border-color: rgba(9,43,34,.18); color: var(--green-950); }.service-card a b { float: right; font-size: 1.1rem; }
.blog-wrap { border-top: 1px solid rgba(255,255,255,.08); background: var(--cream); color: var(--ink); max-width: none; padding-left: max(28px, calc((100vw - 1184px)/2)); padding-right: max(28px, calc((100vw - 1184px)/2)); }
.blog-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 40px; }.text-link { border: 0; background: transparent; color: var(--green-700); font-weight: 850; cursor: pointer; }
.blog-grid { display: grid; grid-template-columns: 1.55fr 1fr 1fr; gap: 17px; }
.article-card { overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid rgba(17,66,51,.08); cursor: pointer; transition: transform .2s, box-shadow .2s; }.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.article-art { height: 180px; position: relative; overflow: hidden; display: grid; place-items: center; }.article-art span { position: relative; z-index: 1; font-size: 4.3rem; font-weight: 900; }
.article-lead { display: grid; grid-template-columns: 1fr 1fr; }.article-lead .article-art { height: 100%; min-height: 310px; }
.art-height { color: #d6eadf; background: linear-gradient(145deg, #164d3b, #0a2e24); }.art-height::before, .art-height::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); }.art-height::after { width: 135px; height: 135px; border-style: dashed; }.rope { position: absolute; width: 2px; height: 200px; top: -30px; right: 29%; background: var(--orange); transform: rotate(18deg); }
.art-check { background: #f6dcc1; color: var(--orange-dark); }.art-check::before { content: ""; position: absolute; width: 120px; height: 150px; border: 3px solid rgba(217,110,16,.22); border-radius: 12px; transform: rotate(-8deg); }.art-risk { color: var(--green-900); background: var(--green-100); }.art-risk::before { content: ""; position: absolute; inset: 25px; background-image: linear-gradient(rgba(17,74,54,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(17,74,54,.09) 1px, transparent 1px); background-size: 20px 20px; }
.article-body { padding: 24px; display: flex; flex-direction: column; }.article-category { color: var(--orange-dark); font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }.article-body h3 { margin: 10px 0 10px; font-size: 1.08rem; line-height: 1.35; }.article-lead h3 { font-size: 1.38rem; }.article-body p { color: var(--muted); font-size: .8rem; line-height: 1.55; }.article-meta { margin-top: auto; padding-top: 22px; display: flex; justify-content: space-between; align-items: center; color: #88938f; font-size: .7rem; }.article-meta button { width: 35px; height: 35px; border-radius: 50%; border: 1px solid #dae0dc; background: #fff; color: var(--green-700); cursor: pointer; }

footer { padding: 70px 28px 24px; color: #bed0c8; background: #061f19; }
.footer-grid { max-width: 1180px; margin: auto; display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 60px; }.footer-grid > div { display: flex; flex-direction: column; align-items: start; gap: 11px; }.footer-grid > div:first-child p { max-width: 300px; line-height: 1.6; }.footer-grid p { margin: 6px 0 0; color: #78988a; font-size: .78rem; }.footer-grid > div > strong { color: #fff; font-size: .8rem; margin-bottom: 8px; }.footer-grid a { color: #8caa9d; font-size: .78rem; }.footer-grid a:hover { color: #fff; }.footer-brand { color: #fff; margin-bottom: 7px; }.footer-brand .brand-logo { width: 64px; height: 64px; }
.footer-bottom { max-width: 1180px; margin: 48px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; color: #66877a; font-size: .7rem; }

.content-dialog { width: min(720px, calc(100vw - 34px)); max-height: calc(100vh - 40px); padding: 0; border: 0; border-radius: 22px; box-shadow: 0 30px 90px rgba(0,0,0,.34); color: var(--ink); overflow: auto; }.content-dialog::backdrop { background: rgba(3,18,14,.72); backdrop-filter: blur(5px); }.dialog-close { position: sticky; float: right; top: 15px; right: 15px; z-index: 2; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #eef1ed; font-size: 1.5rem; cursor: pointer; }.dialog-inner { padding: 48px; }.dialog-inner .dialog-icon { width: 62px; height: 66px; margin-bottom: 22px; }.dialog-inner h2 { margin: 10px 0 12px; font-size: 2rem; line-height: 1.08; }.dialog-inner > p { color: var(--muted); line-height: 1.7; }.dialog-details { margin: 25px 0; padding: 19px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; border-radius: 13px; background: var(--cream); }.dialog-details small { display: block; color: #89938e; }.dialog-details strong { color: var(--green-800); }.dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; }.primary-action, .secondary-action { border: 0; border-radius: 10px; padding: 13px 18px; font-weight: 850; cursor: pointer; }.primary-action { color: var(--green-950); background: var(--orange); }.secondary-action { color: var(--green-800); background: var(--green-100); }.download-action { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.material-reader .material-lead { font-size: 1rem; }.material-content { margin: 28px 0; }.material-content h3 { margin: 24px 0 9px; color: var(--green-900); font-size: 1rem; }.material-content p, .material-content li { color: #5d6c66; line-height: 1.7; font-size: .88rem; }.material-content ul { margin: 10px 0 0; padding-left: 21px; }.material-content li { margin: 7px 0; }.material-note { margin-top: 25px; padding: 18px 19px; border-left: 4px solid var(--orange); border-radius: 0 12px 12px 0; background: #fff6ec; }.material-note strong { color: var(--green-900); font-size: .82rem; }.material-note p { margin: 6px 0 0; font-size: .8rem; }
.article-dialog .dialog-inner { padding-top: 55px; }.article-dialog .dialog-hero { margin: 22px 0; padding: 25px; border-radius: 15px; background: var(--green-100); color: var(--green-900); }.article-dialog h3 { margin-top: 25px; }.article-dialog li { margin: 8px 0; color: #5d6c66; }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 100; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; padding: 12px 18px; border-radius: 999px; color: #fff; background: var(--green-950); box-shadow: var(--shadow); font-size: .78rem; font-weight: 750; transition: .25s; }.toast.show { transform: translate(-50%,0); opacity: 1; }

/* Páginas de treinamentos e Normas Regulamentadoras */
.inner-page { background: #f6f5ef; }
.inner-header { position: absolute; background: transparent; }
.inner-hero { min-height: 430px; padding: 150px 28px 78px; color: #fff; background: radial-gradient(circle at 85% 25%, rgba(47, 137, 96, .32), transparent 32%), var(--green-950); }
.inner-hero-content { max-width: 1180px; margin: auto; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; color: #90aa9f; font-size: .82rem; }
.breadcrumbs a:hover { color: #fff; }
.inner-hero h1 { max-width: 900px; margin: 18px 0; font-size: clamp(2.5rem, 5vw, 4.9rem); line-height: .98; letter-spacing: -.05em; }
.inner-hero p { max-width: 780px; margin: 0; color: #bdd1c8; font-size: 1.05rem; line-height: 1.7; }
.directory-section { max-width: 1240px; margin: auto; padding: 90px 28px 110px; }
.directory-tools { display: grid; grid-template-columns: 1fr minmax(320px, 430px); gap: 50px; align-items: end; margin-bottom: 42px; }
.directory-tools h2 { margin: 12px 0 0; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1; letter-spacing: -.045em; }
.directory-search label { display: block; margin-bottom: 9px; color: var(--green-800); font-size: .78rem; font-weight: 850; }
.directory-search input { width: 100%; border: 1px solid #cad7cf; border-radius: 12px; padding: 15px 16px; color: var(--ink); background: #fff; font-size: 1rem; outline: 0; }
.directory-search input:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(31,106,79,.12); }
.directory-search strong { display: block; min-height: 20px; margin-top: 8px; color: #738079; font-size: .8rem; }
.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.directory-card { min-height: 365px; padding: 26px; display: flex; flex-direction: column; border: 1px solid rgba(16,62,49,.1); border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(9,43,34,.055); transition: transform .2s, box-shadow .2s; }
.directory-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.directory-card[hidden] { display: none; }
.directory-card-top { display: flex; justify-content: space-between; gap: 15px; align-items: center; }
.nr-badge { display: inline-flex; align-items: center; min-height: 35px; padding: 7px 11px; border-radius: 9px; color: var(--green-900); background: var(--green-100); font-weight: 900; letter-spacing: .04em; }
.orange-badge { color: #7d3600; background: #ffe4c8; }
.directory-year { color: #8b9691; font-size: .74rem; }
.directory-card h2 { margin: 24px 0 11px; font-size: 1.3rem; line-height: 1.25; letter-spacing: -.025em; }
.nr-card-heading { margin: 18px 0 11px; display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 15px; align-items: center; }
.nr-card-heading img { width: 76px; height: 76px; display: block; object-fit: contain; }
.nr-card-heading h2 { margin: 0; }
.directory-card > p { margin: 0; color: #5f6e67; font-size: 1rem; line-height: 1.6; }
.directory-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 21px 0; }
.directory-meta span { padding: 11px; border-radius: 10px; color: #40534a; background: #f3f5f2; font-size: .84rem; line-height: 1.4; }
.directory-meta small { display: block; margin-bottom: 5px; color: #839089; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.directory-card > a { margin-top: auto; padding-top: 18px; border-top: 1px solid #e3e8e4; color: var(--green-700); font-size: .88rem; font-weight: 900; }
.directory-card > a b { float: right; color: var(--orange-dark); }
.topic-pills { display: flex; flex-wrap: wrap; gap: 6px; margin: 20px 0; }
.topic-pills span { padding: 6px 8px; border-radius: 7px; color: #53645c; background: #f0f3ef; font-size: .76rem; font-weight: 750; }
.training-grid .directory-card { min-height: 390px; }
.directory-empty { padding: 70px 20px; text-align: center; border: 1px dashed #becdc4; border-radius: 18px; }
.directory-empty p { color: var(--muted); }
.source-note { max-width: 850px; margin: 40px 0 0; color: #738079; font-size: .9rem; line-height: 1.6; }
.detail-section { max-width: 1180px; margin: auto; padding: 90px 28px 110px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 50px; align-items: start; }
.detail-article { min-width: 0; }
.detail-article h2 { margin: 40px 0 12px; color: var(--green-900); font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.1; letter-spacing: -.035em; }
.detail-article .eyebrow + h2 { margin-top: 15px; }
.detail-lead { margin: 0; color: #506159; font-size: 1.08rem; line-height: 1.75; }
.nr-detail-visual { margin: 30px 0; padding: 25px; display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 24px; align-items: center; border: 1px solid #d5e0d9; border-radius: 16px; background: #fff; }
.nr-detail-visual img { width: 190px; height: 190px; display: block; object-fit: contain; }
.nr-detail-visual figcaption { color: #617169; font-size: .95rem; line-height: 1.6; }
.fact-grid { margin: 30px 0 10px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid #d5e0d9; border-radius: 14px; background: #d5e0d9; }
.fact-grid div { min-height: 112px; padding: 19px; background: #fff; }
.fact-grid small, .audience-box small { display: block; margin-bottom: 8px; color: #7d8c85; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.fact-grid strong { color: var(--green-900); font-size: .95rem; line-height: 1.45; }
.study-steps { padding: 0; margin: 23px 0 0; list-style: none; counter-reset: steps; }
.study-steps li { position: relative; padding: 0 0 26px 58px; counter-increment: steps; }
.study-steps li::before { content: counter(steps, decimal-leading-zero); position: absolute; left: 0; top: 0; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: var(--green-950); background: var(--orange); font-size: .76rem; font-weight: 900; }
.study-steps strong { display: block; color: var(--green-900); font-size: 1rem; }
.study-steps span { display: block; margin-top: 5px; color: #5f6e67; font-size: 1rem; line-height: 1.55; }
.resource-list { display: grid; gap: 9px; }
.resource-link { min-height: 67px; padding: 13px 16px; display: grid; grid-template-columns: 44px 1fr 30px; gap: 13px; align-items: center; border: 1px solid #d7e1db; border-radius: 12px; background: #fff; }
.resource-link > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 9px; color: var(--green-900); background: var(--green-100); font-size: .72rem; font-weight: 900; }
.resource-link strong { font-size: .95rem; }
.resource-link b { color: var(--orange-dark); font-size: 1.2rem; }
.empty-copy { color: var(--muted); }
.detail-aside { position: sticky; top: 110px; padding: 28px; border-radius: 18px; color: #fff; background: var(--green-950); box-shadow: var(--shadow); }
.aside-kicker { color: var(--orange); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.detail-aside h2 { margin: 16px 0 10px; font-size: 2rem; letter-spacing: -.04em; }
.detail-aside p { margin: 0 0 22px; color: #a9c0b6; font-size: 1rem; line-height: 1.6; }
.detail-cta { width: 100%; min-height: 54px; margin: 0 0 14px; padding: 13px 18px; display: flex; align-items: center; justify-content: center; box-sizing: border-box; text-align: center; line-height: 1.25; white-space: normal; overflow-wrap: anywhere; text-decoration: none; }
.detail-aside .primary-action { color: var(--green-950); }
a[download].is-downloading { opacity: .68; pointer-events: none; cursor: wait; }
.detail-aside .text-link { display: block; margin-top: 15px; color: #c0d3ca; font-size: .86rem; }
.audience-box { margin: 27px 0; padding: 21px; border-left: 4px solid var(--orange); border-radius: 0 13px 13px 0; background: #fff3e6; }
.audience-box p { margin: 0; color: #4f5f57; font-size: 1rem; line-height: 1.6; }
.module-list { padding: 0; margin: 24px 0 0; list-style: none; display: grid; gap: 12px; }
.module-list li { padding: 20px; display: grid; grid-template-columns: 50px 1fr; gap: 15px; border: 1px solid #d9e2dc; border-radius: 13px; background: #fff; }
.module-list li > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 10px; color: var(--green-950); background: var(--orange); font-size: .8rem; font-weight: 900; }
.module-list strong { color: var(--green-900); font-size: 1rem; }
.module-list p { margin: 6px 0 0; color: #66746e; font-size: .95rem; line-height: 1.5; }
.about-section { max-width: 1180px; margin: auto; padding: 90px 28px 110px; display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 54px; align-items: start; }
.about-main h2 { margin: 38px 0 14px; color: var(--green-900); font-size: clamp(1.8rem, 3.4vw, 2.7rem); line-height: 1.08; letter-spacing: -.04em; }
.about-main .eyebrow + h2 { margin-top: 15px; }
.about-main > p { color: #53635b; font-size: 1rem; line-height: 1.8; }
.about-main .about-lead { margin: 0 0 20px; color: #334940; font-size: 1.15rem; line-height: 1.75; }
.about-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.about-values > div { padding: 22px; border: 1px solid #d8e2dc; border-radius: 15px; background: #fff; }
.about-values span { color: var(--orange-dark); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.about-values h3 { margin: 12px 0 9px; color: var(--green-900); font-size: 1rem; }
.about-values p { margin: 0; color: #66746e; font-size: .9rem; line-height: 1.6; }
.about-note { margin-top: 28px; padding: 21px 23px; border-left: 4px solid var(--orange); border-radius: 0 13px 13px 0; background: #fff3e6; }
.about-note strong { color: var(--green-900); }
.about-note p { margin: 7px 0 0; color: #5f6e67; font-size: .92rem; line-height: 1.65; }
.about-aside { position: sticky; top: 110px; padding: 30px; border-radius: 18px; color: #fff; background: var(--green-950); box-shadow: var(--shadow); }
.about-aside h2 { margin: 16px 0; font-size: 2rem; line-height: 1.1; letter-spacing: -.04em; }
.about-aside ul { margin: 0 0 26px; padding-left: 20px; color: #b9cec4; }
.about-aside li { margin: 10px 0; line-height: 1.5; }
.about-aside .text-link { display: block; margin-top: 15px; color: #c0d3ca; font-size: .86rem; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }.hero-copy { max-width: 780px; }.hero-visual { display: none; }.hero { padding-top: 150px; }
  .materials-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .services-grid { grid-template-columns: 1fr 1fr; }.service-card:last-child { grid-column: 1 / -1; min-height: 300px; }
  .knowledge-grid .service-card:last-child { grid-column: auto; min-height: 330px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }.article-lead { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2 / -1; }
  .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-section, .about-section { grid-template-columns: 1fr; }.detail-aside, .about-aside { position: static; }
}

@media (max-width: 760px) {
  .nav-shell { height: 78px; padding: 0 20px; }.brand-logo { width: 50px; height: 50px; }.brand strong { font-size: .82rem; }.brand small { font-size: .55rem; }.menu-toggle { display: flex; }.main-nav { position: absolute; top: 78px; left: 14px; right: 14px; padding: 16px; display: none; flex-direction: column; align-items: stretch; gap: 3px; border-radius: 15px; background: #fff; box-shadow: var(--shadow); }.main-nav.is-open { display: flex; }.main-nav a { color: var(--green-900); padding: 12px; }
  .hero { padding: 125px 20px 0; }.hero h1 { font-size: clamp(2.45rem, 12vw, 4rem); }.hero-copy > p { font-size: .95rem; }.hero-search { padding-left: 14px; }.hero-search input { padding: 13px 8px; }.hero-search button { padding: 13px 15px; font-size: .78rem; }.trust-strip { grid-template-columns: 1fr; margin-top: 43px; }.trust-strip > div { padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }.trust-strip > div:last-child { border-bottom: 0; }
  .catalog-section, .services-wrap, .blog-wrap { padding: 78px 20px; }.section-heading { display: block; margin-bottom: 35px; }.section-heading > p { margin-top: 18px; }.catalog-toolbar { align-items: start; }.type-tabs { max-width: calc(100% - 82px); gap: 20px; }.filter-toggle { display: flex; }
  .catalog-layout { display: block; }.filters-panel { display: none; position: static; margin-bottom: 25px; padding: 20px; border-radius: 15px; background: #fff; }.filters-panel.is-open { display: block; }.results-meta { align-items: center; }.materials-grid { grid-template-columns: 1fr; }.material-card { min-height: 255px; }.card-actions { gap: 10px; }
  .services-grid { grid-template-columns: 1fr; }.service-card:last-child { grid-column: auto; }.service-card { min-height: 315px; }.section-heading.light h2 { font-size: 2.5rem; }
  .blog-heading { display: block; }.blog-heading .text-link { margin-top: 18px; padding: 0; }.blog-grid { grid-template-columns: 1fr; }.article-lead { grid-column: auto; display: block; }.article-lead .article-art { min-height: 190px; }.article-body { min-height: 190px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: 1 / -1; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin: 7px 0; }
  .dialog-inner { padding: 42px 25px 30px; }.dialog-details { grid-template-columns: 1fr; }.dialog-actions { flex-direction: column; }
  .inner-hero { min-height: 380px; padding: 130px 20px 65px; }.inner-hero h1 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
  .directory-section, .detail-section, .about-section { padding: 70px 20px 85px; }.directory-tools { grid-template-columns: 1fr; gap: 28px; }.directory-grid { grid-template-columns: 1fr; }.directory-card { min-height: 330px; }
  .fact-grid { grid-template-columns: 1fr; }.fact-grid div { min-height: auto; }.detail-section { gap: 35px; }
  .directory-meta { grid-template-columns: 1fr; }.module-list li { grid-template-columns: 44px 1fr; padding: 17px; }.resource-link { grid-template-columns: 42px 1fr 24px; }
  .nr-detail-visual { grid-template-columns: 1fr; text-align: center; }.nr-detail-visual img { width: min(190px, 70vw); height: auto; margin: auto; }
  .about-values { grid-template-columns: 1fr; }
}

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

@media print {
  body > *:not(dialog[open]) { display: none !important; }
  dialog[open] { position: static; display: block; width: 100%; max-height: none; margin: 0; border-radius: 0; box-shadow: none; overflow: visible; }
  dialog[open]::backdrop, .dialog-close, .dialog-actions { display: none !important; }
  .dialog-inner { padding: 20px; }
}
