:root {
  --ink: #102a2e;
  --deep: #0a2428;
  --deep-2: #10353a;
  --deep-3: #17464a;
  --cream: #f3f0e8;
  --paper: #faf9f5;
  --white: #fff;
  --gold: #f3c75d;
  --gold-dark: #ce952d;
  --mint: #9bd9cf;
  --mint-soft: #dff2ed;
  --muted: #617376;
  --line: #d8ddd8;
  --red: #c54e42;
  --shadow: 0 30px 70px rgba(8, 34, 38, .15);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--font); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.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; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; color: var(--deep); background: var(--gold); border-radius: 7px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; color: var(--white); transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { position: fixed; background: rgba(9, 35, 39, .96); box-shadow: 0 1px rgba(255,255,255,.09); backdrop-filter: blur(12px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 800; letter-spacing: -.5px; }
.brand img { flex: none; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 650; }
.site-nav > a:not(.button) { color: rgba(255,255,255,.78); transition: color .2s; }
.site-nav > a:not(.button):hover { color: var(--white); }
.nav-signin { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.18); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px 0; background: var(--white); border-radius: 2px; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 1px solid transparent; border-radius: 7px; font-weight: 800; font-size: 14px; line-height: 1; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 0 18px; font-size: 13px; }
.button-large { min-height: 54px; padding: 0 27px; }
.button-gold { color: #193036; background: var(--gold); box-shadow: 0 9px 26px rgba(218, 164, 50, .17); }
.button-gold:hover { background: #ffd36a; box-shadow: 0 13px 30px rgba(218, 164, 50, .25); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.31); background: transparent; }
.button-outline:hover { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.06); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 750; }
.text-link span { color: var(--gold); font-size: 19px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.dark-link { color: var(--ink); }

.hero-section { position: relative; min-height: 900px; overflow: hidden; padding: 165px 0 0; color: var(--white); background: var(--deep); }
.hero-section::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero-section::after { content: ""; position: absolute; width: 700px; height: 700px; right: -180px; top: -160px; border-radius: 50%; background: radial-gradient(circle, rgba(34, 109, 106, .32), transparent 66%); }
.hero-orbit { position: absolute; z-index: 0; border: 1px solid rgba(155,217,207,.1); border-radius: 50%; }
.hero-orbit-one { width: 580px; height: 580px; right: -70px; top: 105px; }
.hero-orbit-two { width: 390px; height: 390px; right: 25px; top: 200px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 48% 52%; align-items: center; gap: 54px; }
.hero-copy { min-width: 0; padding: 3px 0 64px; }
.eyebrow, .section-kicker { font-size: 11px; font-weight: 850; letter-spacing: 2.1px; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--mint); }
.eyebrow span { display: block; width: 23px; height: 2px; background: var(--gold); }
.hero-copy h1 { max-width: 640px; margin: 27px 0 25px; color: #fff; font-size: clamp(52px, 5.5vw, 77px); line-height: .99; letter-spacing: -4.2px; }
.hero-copy h1 em { color: var(--gold); font-family: Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 575px; margin: 0; color: #b9cbca; font-size: 18px; line-height: 1.67; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 35px 0 27px; }
.hero-assurance { display: flex; align-items: center; gap: 12px; }
.hero-assurance p { margin: 0; color: #91aaa8; font-size: 12px; }
.hero-assurance strong { color: #d9e7e4; }
.mini-shield { display: grid; width: 24px; height: 27px; place-items: center; color: var(--deep); background: var(--mint); clip-path: polygon(50% 0, 94% 17%, 88% 70%, 50% 100%, 12% 70%, 6% 17%); font-size: 12px; font-weight: 900; }

.hero-product { position: relative; min-width: 0; transform: perspective(1200px) rotateY(-2deg); }
.product-window { overflow: hidden; color: var(--ink); background: #f7f7f3; border: 1px solid rgba(255,255,255,.25); border-radius: 13px; box-shadow: 0 40px 90px rgba(0,0,0,.34); }
.window-topbar { height: 57px; display: flex; align-items: center; justify-content: space-between; padding: 0 19px; color: #dce8e5; background: #12363b; }
.window-brand { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 700; }
.window-admin { display: flex; align-items: center; gap: 9px; font-size: 9px; font-weight: 800; }
.window-admin span { display: grid; width: 26px; height: 26px; place-items: center; color: var(--deep); background: var(--gold); border-radius: 50%; }
.window-admin i { width: 6px; height: 6px; border-right: 1px solid #9db1af; border-bottom: 1px solid #9db1af; transform: rotate(45deg); }
.product-body { padding: 28px 30px 30px; }
.product-heading { display: flex; align-items: flex-start; justify-content: space-between; }
.product-heading small, .completion-copy small, .metrics-row small, .participant-row small { display: block; color: #839392; font-size: 8px; font-weight: 800; letter-spacing: 1.1px; }
.product-heading h2 { margin: 6px 0 0; font-size: 19px; letter-spacing: -.5px; }
.status-pill { display: flex; align-items: center; gap: 6px; padding: 7px 10px; color: #287064; background: #dff0ea; border-radius: 20px; font-size: 9px; font-weight: 800; }
.status-pill i { width: 6px; height: 6px; background: #46a08e; border-radius: 50%; }
.completion-panel { display: flex; align-items: center; gap: 24px; margin: 26px 0 21px; padding: 20px 24px; background: #fff; border: 1px solid #e6e7e1; border-radius: 8px; }
.completion-ring { position: relative; width: 100px; height: 100px; flex: none; border-radius: 50%; background: conic-gradient(var(--gold) calc(var(--progress) * 1%), #e3e8e4 0); }
.completion-ring::before { content: ""; position: absolute; inset: 10px; background: #fff; border-radius: 50%; }
.completion-ring > span { position: absolute; inset: 0; display: grid; align-content: center; justify-items: center; }
.completion-ring strong { font-size: 22px; }
.completion-ring small { color: #839392; font-size: 8px; }
.completion-copy { display: flex; flex-direction: column; gap: 4px; }
.completion-copy > strong { font-size: 18px; }
.completion-copy > span { color: #5e7374; font-size: 11px; }
.completion-copy small { margin-top: 7px; color: #388a7b; letter-spacing: 0; text-transform: none; }
.metrics-row { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 22px; background: #eef1ed; border-radius: 7px; }
.metrics-row > div { padding: 13px 15px; border-right: 1px solid #daddd8; }
.metrics-row > div:last-child { border: 0; }
.metrics-row strong { display: block; margin-top: 6px; font-size: 14px; }
.participant-preview { padding: 18px 18px 7px; background: #fff; border: 1px solid #e6e7e1; border-radius: 8px; }
.participant-head { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 10px; }
.participant-head span { color: #477d76; font-size: 8px; font-weight: 800; }
.participant-row { display: grid; grid-template-columns: 33px 1fr auto 18px; align-items: center; gap: 9px; padding: 11px 0; border-top: 1px solid #edf0ec; }
.participant-row .avatar { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; font-size: 8px; font-weight: 800; }
.avatar-mint { color: #1d5b52; background: #dcefe9; }
.avatar-gold { color: #76520d; background: #fae9bd; }
.participant-row strong { display: block; font-size: 9px; }
.participant-row small { margin-top: 2px; font-size: 7px; font-weight: 600; letter-spacing: 0; }
.participant-row b { font-size: 9px; }
.check-dot { display: grid; width: 15px; height: 15px; place-items: center; color: #fff; background: #4da795; border-radius: 50%; font-size: 8px; font-style: normal; }
.floating-certificate { position: absolute; right: -25px; bottom: -30px; display: flex; align-items: center; gap: 12px; padding: 15px 19px; color: var(--ink); background: #fff; border-radius: 8px; box-shadow: 0 16px 45px rgba(0,0,0,.27); }
.cert-seal { display: grid; width: 36px; height: 36px; place-items: center; color: var(--deep); background: var(--gold); border-radius: 50%; font-weight: 900; }
.floating-certificate small { display: block; color: #7c908e; font-size: 7px; font-weight: 800; letter-spacing: 1px; }
.floating-certificate strong { display: block; margin-top: 3px; font-size: 10px; }
.certificate-trust-page .hero-section { min-height: 835px; padding-bottom: 105px; }
.certificate-trust-page .hero-lead { max-width: 575px; margin: 0; color: #b9cbca; font-size: 18px; line-height: 1.67; }
.certificate-hero-product { min-height: 545px; display: flex; align-items: center; }
.certificate-evidence-card { width: 100%; overflow: hidden; color: var(--ink); background: #fffdf7; border: 1px solid rgba(255,255,255,.36); border-radius: 13px; box-shadow: 0 42px 95px rgba(0,0,0,.34); transform: rotate(1.2deg); }
.certificate-evidence-card header { display: flex; align-items: center; gap: 11px; padding: 20px 24px; color: #e7f0ed; background: #12363b; }
.certificate-evidence-card header span { display: grid; gap: 2px; }.certificate-evidence-card header strong { font-size: 13px; letter-spacing: .7px; }.certificate-evidence-card header small { color: #8ea9a5; font-size: 7px; font-weight: 800; letter-spacing: 1.2px; }.certificate-evidence-card header b { margin-left: auto; padding: 7px 10px; color: #bce7d8; background: rgba(98,193,163,.13); border: 1px solid rgba(132,221,193,.25); border-radius: 20px; font-size: 8px; letter-spacing: 1px; }
.certificate-evidence-body { position: relative; padding: 36px 34px 30px; text-align: center; background-image: linear-gradient(rgba(14,55,59,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(14,55,59,.045) 1px,transparent 1px); background-size: 34px 34px; }
.certificate-evidence-seal { width: 64px; height: 70px; display: grid; place-items: center; margin: 0 auto 18px; color: var(--deep); background: var(--gold); clip-path: polygon(50% 0,94% 16%,88% 70%,50% 100%,12% 70%,6% 16%); font-size: 24px; font-weight: 900; }
.certificate-evidence-body > p { margin: 0 0 11px; color: #4d7771; font-size: 8px; font-weight: 900; letter-spacing: 2px; }.certificate-evidence-body > span { color: #7b8d89; font-family: Georgia,serif; font-size: 12px; font-style: italic; }.certificate-evidence-body h2 { margin: 0 0 7px; font-family: Georgia,serif; font-size: 36px; font-weight: 400; letter-spacing: -1.5px; }.certificate-evidence-body h3 { margin: 9px 0 27px; font-size: 18px; letter-spacing: -.4px; }
.certificate-evidence-facts { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #d9dfd7; border-radius: 7px; background: rgba(255,255,255,.82); }.certificate-evidence-facts div { padding: 13px 8px; border-right: 1px solid #d9dfd7; }.certificate-evidence-facts div:last-child { border: 0; }.certificate-evidence-facts small,.certificate-evidence-card footer small { display: block; margin-bottom: 5px; color: #81918d; font-size: 6px; font-weight: 850; letter-spacing: 1px; }.certificate-evidence-facts strong { font-size: 10px; }
.certificate-evidence-card footer { display: flex; justify-content: space-between; gap: 20px; padding: 18px 24px; background: #f0f1eb; border-top: 1px solid #dbded6; }.certificate-evidence-card footer span:last-child { text-align: right; }.certificate-evidence-card footer strong { font-size: 8px; }
.certificate-hero-product .floating-certificate { right: -18px; bottom: 4px; transform: rotate(-1.2deg); }
.standards-strip { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; margin-top: 72px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.11); }
.standards-strip p { color: #76918f; font-size: 11px; font-weight: 650; }
.standards-strip div { display: flex; gap: 45px; }
.standards-strip span { color: #b8c9c7; font-size: 12px; font-weight: 850; letter-spacing: .5px; }

.light-section { padding: 118px 0 125px; background: var(--cream); }
.split-intro { display: grid; grid-template-columns: 29% 71%; align-items: start; }
.section-kicker { margin: 0; color: #47706d; }
.section-kicker.gold, .gold { color: var(--gold); }
.split-intro h2, .section-heading h2, .compliance-copy h2, .faq-intro h2 { margin: -8px 0 21px; font-size: clamp(38px, 4vw, 53px); line-height: 1.08; letter-spacing: -2.6px; }
.split-intro h2 em { color: #357d74; font-family: Georgia,serif; font-weight: 400; }
.split-intro > div > p { max-width: 720px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 19px; margin-top: 62px; }
.value-card { position: relative; min-height: 356px; padding: 40px 37px; overflow: hidden; background: #faf9f5; border: 1px solid #dedfd9; border-radius: 10px; }
.value-card.featured { color: #fff; background: var(--deep-2); border-color: var(--deep-2); box-shadow: 0 23px 50px rgba(10,36,40,.17); }
.card-number { position: absolute; top: 26px; right: 28px; color: #c3cac5; font-family: Georgia,serif; font-size: 14px; }
.featured .card-number { color: #77928f; }
.line-icon { position: relative; width: 54px; height: 54px; margin-bottom: 34px; border: 1px solid #9fc8c0; border-radius: 50%; }
.featured .line-icon { border-color: #50837d; }
.link-icon::before, .link-icon::after { content: ""; position: absolute; width: 21px; height: 11px; border: 2px solid #347f75; border-radius: 9px; transform: rotate(-40deg); }
.link-icon::before { left: 8px; top: 19px; }
.link-icon::after { right: 8px; top: 19px; }
.cursor-icon::before { content: "↗"; position: absolute; left: 15px; top: 8px; color: var(--gold); font-size: 31px; }
.award-icon::before { content: "✓"; position: absolute; inset: 9px; display: grid; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50%; font-weight: 900; }
.value-card h3 { margin: 0 0 14px; font-size: 22px; letter-spacing: -.6px; }
.value-card p { margin: 0; color: #657778; font-size: 14px; line-height: 1.75; }
.value-card.featured p { color: #aec3c0; }

.steps-section { padding: 120px 0 125px; color: #fff; background: var(--deep); }
.section-heading { max-width: 750px; margin-bottom: 55px; }
.section-heading.centered { margin: 0 auto 70px; text-align: center; }
.section-heading h2 { margin-top: 18px; }
.section-heading > p:last-child { color: #708284; font-size: 17px; line-height: 1.65; }
.steps-section .section-heading > p:last-child { color: #91aaa7; }
.steps-timeline { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; }
.steps-timeline::before { content: ""; position: absolute; top: 25px; left: 12.5%; right: 12.5%; border-top: 1px dashed #3d6464; }
.step { position: relative; text-align: center; }
.step > span { position: relative; z-index: 2; display: grid; width: 52px; height: 52px; margin: 0 auto 30px; place-items: center; color: var(--deep); background: var(--gold); border: 7px solid var(--deep); outline: 1px solid #4b6b69; border-radius: 50%; font-weight: 900; }
.step small { color: #5d8581; font-size: 9px; font-weight: 850; letter-spacing: 1.6px; }
.step h3 { margin: 10px 0 14px; font-size: 21px; }
.step p { margin: 0 auto; max-width: 310px; color: #99afad; font-size: 14px; line-height: 1.7; }
.centered-action { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 70px; }
.centered-action small { color: #6c8885; font-size: 10px; }

.training-section { padding: 120px 0; background: #f7f6f1; }
.training-section .section-heading h2 { margin-top: 16px; }
.catalog-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 20px; align-items: stretch; }
.course-card { overflow: hidden; background: #fff; border: 1px solid #dedfd9; border-radius: 11px; box-shadow: 0 11px 30px rgba(14,42,46,.05); }
.course-art { position: relative; height: 180px; overflow: hidden; background: #d9ece6; }
.course-live .course-art { height: 220px; }
.course-primary { border-color: #9fcfc3; box-shadow: 0 16px 40px rgba(14,76,72,.12); }
.ai-art { background: radial-gradient(circle at 50% 44%,#276d69 0 16%,#123f43 17% 48%,#0a292e 49% 100%); }
.ai-art::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(135,205,192,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(135,205,192,.22) 1px,transparent 1px); background-size: 28px 28px; }
.ai-core { position: absolute; z-index: 3; left: 50%; top: 45%; display: grid; width: 76px; height: 76px; place-items: center; transform: translate(-50%,-50%); color: #102e32; background: var(--gold); border: 7px solid rgba(255,255,255,.14); border-radius: 22px; box-shadow: 0 18px 40px rgba(0,0,0,.28); font-size: 25px; font-weight: 950; letter-spacing: -1px; }
.ai-orbit-ring { position: absolute; left: 50%; top: 45%; border: 1px solid rgba(132,207,194,.5); border-radius: 50%; transform: translate(-50%,-50%); }
.ai-orbit-ring::before,.ai-orbit-ring::after { content: ""; position: absolute; width: 8px; height: 8px; background: #82cdbf; border: 3px solid #123e42; border-radius: 50%; }
.ai-orbit-ring.ring-one { width: 154px; height: 154px; }.ai-orbit-ring.ring-one::before { left: 11px; top: 25px; }.ai-orbit-ring.ring-one::after { right: 1px; bottom: 38px; background: var(--gold); }
.ai-orbit-ring.ring-two { width: 215px; height: 215px; opacity: .55; }.ai-orbit-ring.ring-two::before { right: 33px; top: 11px; }.ai-orbit-ring.ring-two::after { left: 21px; bottom: 28px; }
.ai-prompt-card { position: absolute; z-index: 4; right: 17px; bottom: 14px; display: grid; gap: 3px; min-width: 145px; padding: 11px 13px; color: #dcece8; background: rgba(5,27,31,.92); border: 1px solid rgba(137,206,193,.3); border-radius: 7px; box-shadow: 0 10px 24px rgba(0,0,0,.25); }
.ai-prompt-card small { color: #83bdb4; font-size: 6px; font-weight: 900; letter-spacing: 1px; }.ai-prompt-card strong { font-size: 10px; }.ai-prompt-card span { color: var(--gold); font-size: 7px; }
.phishing-art { background: linear-gradient(145deg,#173c40,#0c292d); }
.phishing-art::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(circle at center, transparent 0 60px, #72aaa2 61px 62px, transparent 63px 95px, #72aaa2 96px 97px, transparent 98px); }
.fake-mail { position: absolute; left: 50%; top: 50%; width: 190px; height: 116px; padding: 27px 26px; transform: translate(-50%,-50%) rotate(-4deg); background: #fff; border-radius: 6px; box-shadow: 0 17px 32px rgba(0,0,0,.26); }
.fake-mail span { display: block; height: 6px; margin-bottom: 10px; background: #d7dfda; border-radius: 4px; }
.fake-mail span:nth-child(1) { width: 42%; background: #f0c75f; }
.fake-mail span:nth-child(3) { width: 65%; }
.fake-mail i { position: absolute; right: -16px; top: -16px; display: grid; width: 41px; height: 41px; place-items: center; color: #fff; background: #d65f4f; border: 4px solid #173c40; border-radius: 50%; font-weight: 900; font-style: normal; }
.crosshair { position: absolute; left: calc(50% + 47px); top: calc(50% - 12px); width: 70px; height: 70px; border: 1px solid var(--gold); border-radius: 50%; }
.crosshair::before, .crosshair::after { content: ""; position: absolute; background: var(--gold); }
.crosshair::before { left: 34px; top: -15px; width: 1px; height: 100px; }
.crosshair::after { top: 34px; left: -15px; height: 1px; width: 100px; }
.access-art { background: #e3eee9; }
.access-art::before, .data-art::before { content: ""; position: absolute; width: 180px; height: 180px; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(40,102,94,.17); border-radius: 50%; }
.key-shape { position: absolute; left: calc(50% - 56px); top: calc(50% - 21px); width: 82px; height: 42px; border: 9px solid #347d74; border-radius: 30px; }
.key-shape::after { content: ""; position: absolute; width: 75px; height: 9px; left: 62px; top: 8px; background: #347d74; box-shadow: 30px 8px 0 -1px #347d74; }
.orbit-dot { position: absolute; width: 10px; height: 10px; background: var(--gold); border-radius: 50%; }
.orbit-dot.d1 { left: 24%; top: 25%; }.orbit-dot.d2 { right: 24%; bottom: 22%; }
.data-art { background: #e9e5d9; }
.folder-shape { position: absolute; left: 50%; top: 51%; width: 126px; height: 84px; transform: translate(-50%,-50%) rotate(3deg); background: #dbad48; border-radius: 5px; box-shadow: 0 12px 26px rgba(105,75,16,.18); }
.folder-shape::before { content: ""; position: absolute; left: 0; top: -14px; width: 53px; height: 20px; background: #dbad48; border-radius: 5px 5px 0 0; }
.folder-shape::after { content: ""; position: absolute; inset: 9px 12px; background: #f9f7f0; transform: rotate(-5deg); }
.data-lines { position: absolute; z-index: 2; left: 50%; top: 51%; transform: translate(-50%,-50%); }
.data-lines i { display: block; width: 70px; height: 5px; margin: 7px; background: #9fb5ad; border-radius: 3px; }
.data-lines i:last-child { width: 44px; }
.governance-art { background: linear-gradient(145deg,#ece8db,#dce8e3); }
.governance-art::before { content: ""; position: absolute; left: 50%; top: 50%; width: 170px; height: 170px; transform: translate(-50%,-50%); border: 1px solid rgba(43,107,98,.16); border-radius: 50%; }
.governance-stack { position: absolute; left: 50%; top: 50%; display: grid; gap: 7px; transform: translate(-55%,-50%) rotate(-3deg); }
.governance-stack span { width: 132px; padding: 10px 13px; color: #466966; background: #fff; border-left: 4px solid #4c958a; border-radius: 4px; box-shadow: 0 7px 16px rgba(35,65,62,.09); font-size: 8px; font-weight: 900; letter-spacing: 1px; }
.governance-check { position: absolute; z-index: 2; right: calc(50% - 86px); bottom: 34px; display: grid; width: 43px; height: 43px; place-items: center; color: #173c3e; background: var(--gold); border: 5px solid #f3f1e8; border-radius: 50%; font-size: 20px; font-weight: 950; }
.course-content { padding: 28px 28px 31px; }
.course-label { display: flex; align-items: center; justify-content: space-between; }
.course-label span { color: #2d7b70; font-size: 9px; font-weight: 900; letter-spacing: 1.3px; }
.course-label span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; background: #47a090; border-radius: 50%; }
.course-label .next-label { color: #8c7d57; }
.course-label .next-label::before { background: #c5a54f; }
.course-label small { color: #879694; font-size: 10px; }
.course-card h3 { margin: 16px 0 13px; font-size: 22px; line-height: 1.2; letter-spacing: -.7px; }
.course-live h3 { font-size: 25px; }
.course-card p { color: #68797a; font-size: 13px; line-height: 1.7; }
.course-card ul { display: grid; gap: 7px; margin: 20px 0 23px; padding: 0; list-style: none; color: #3d5959; font-size: 12px; }
.course-card li::before { content: "✓"; margin-right: 9px; color: #38877b; font-weight: 900; }
.coming-tag { display: inline-block; margin-top: 16px; padding: 7px 10px; color: #7c765e; background: #f2eee1; border-radius: 5px; font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.catalog-more { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 26px; padding: 19px 22px; color: #647775; background: #e9ede8; border-radius: 8px; font-size: 11px; }
.catalog-more strong { margin-right: 6px; color: var(--ink); }
.catalog-more span { padding: 6px 9px; background: #f8f8f3; border-radius: 4px; }

.compliance-section { padding: 125px 0 72px; color: #fff; background: #103438; }
.compliance-grid { display: grid; grid-template-columns: 48% 52%; align-items: center; gap: 70px; }
.compliance-copy h2 { margin-top: 18px; }
.compliance-copy > p:not(.section-kicker) { color: #a3b7b4; font-size: 16px; line-height: 1.7; }
.evidence-list { display: grid; gap: 22px; margin-top: 33px; }
.evidence-list > div { display: flex; gap: 15px; }
.evidence-list > div > span { display: grid; width: 28px; height: 28px; flex: none; place-items: center; color: var(--deep); background: var(--gold); border-radius: 50%; font-size: 12px; font-weight: 900; }
.evidence-list p { margin: 0; }
.evidence-list strong { display: block; font-size: 14px; }
.evidence-list small { display: block; margin-top: 5px; color: #92aaa7; font-size: 12px; line-height: 1.6; }
.certificate-mock { position: relative; min-height: 500px; display: grid; place-items: center; }
.certificate-paper { width: 560px; padding: 12px; color: var(--ink); background: #fdfbf5; box-shadow: 0 30px 70px rgba(0,0,0,.29); transform: rotate(2deg); }
.certificate-border { min-height: 365px; padding: 28px 38px 24px; text-align: center; border: 3px solid #cba144; outline: 1px solid #9bc6bd; outline-offset: -9px; }
.certificate-brand { display: flex; align-items: center; justify-content: center; gap: 9px; color: #1b4c4e; font-size: 8px; font-weight: 900; letter-spacing: 2px; }
.certificate-border > p { margin: 22px 0 10px; color: #657c7a; font-size: 9px; letter-spacing: 3px; }
.certificate-border > h3 { margin: 0 0 9px; color: #0f3437; font-family: Georgia,serif; font-size: 35px; font-style: italic; font-weight: 400; }
.certificate-border > span { color: #8a9895; font-size: 9px; }
.certificate-border h4 { margin: 12px 0 27px; font-size: 18px; }
.certificate-meta { display: grid; grid-template-columns: 1fr 1fr; padding: 17px 0; border-top: 1px solid #d5d9d3; border-bottom: 1px solid #d5d9d3; }
.certificate-meta span:first-child { border-right: 1px solid #d5d9d3; }
.certificate-meta strong, .certificate-meta small { display: block; }
.certificate-meta strong { font-size: 11px; }.certificate-meta small { margin-top: 4px; color: #929d9a; font-size: 7px; letter-spacing: 1px; }
.certificate-border footer { margin-top: 18px; color: #657c7a; font-size: 7px; letter-spacing: 1px; }
.certificate-border footer i { margin: 0 7px; }
.badge-mock { position: absolute; right: -12px; bottom: 0; width: 135px; height: 157px; display: flex; flex-direction: column; align-items: center; padding: 16px 10px; color: #fff; background: var(--deep); border: 5px solid var(--gold); border-radius: 12px; box-shadow: 0 18px 38px rgba(0,0,0,.33); transform: rotate(-8deg); }
.badge-mock img { width: 26px; margin-bottom: 5px; }.badge-mock span { color: var(--gold); font-size: 7px; font-weight: 900; letter-spacing: 1.5px; }.badge-mock strong { margin: 8px 0; text-align: center; font-size: 14px; line-height: 1.1; }.badge-mock small { color: #8aadaa; font-size: 7px; letter-spacing: 1.5px; }
.compliance-note { margin-top: 68px; padding-top: 24px; color: #79918f; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; line-height: 1.6; }
.compliance-note strong { color: #a7b9b7; }

.persona-section { padding: 115px 0 120px; background: #f4f1e9; }
.persona-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #d9dcd6; border-radius: 10px; overflow: hidden; }
.persona-grid article { min-height: 260px; padding: 33px 28px; background: #fbfaf6; border-right: 1px solid #d9dcd6; }
.persona-grid article:last-child { border: 0; }
.persona-grid span { display: grid; width: 45px; height: 45px; place-items: center; color: #266b63; background: #dceee8; border-radius: 50%; font-size: 10px; font-weight: 900; letter-spacing: .5px; }
.persona-grid h3 { margin: 24px 0 12px; font-size: 18px; }
.persona-grid p { margin: 0; color: #697a7a; font-size: 13px; line-height: 1.7; }

.faq-section { padding: 125px 0; background: #fbfaf6; }
.faq-grid { display: grid; grid-template-columns: 37% 63%; align-items: start; gap: 95px; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { margin-top: 17px; }
.faq-intro > p:not(.section-kicker) { color: #667879; font-size: 15px; line-height: 1.7; }
.faq-intro .text-link { margin-top: 20px; }
.accordion { border-top: 1px solid #d8ddd7; }
.accordion details { border-bottom: 1px solid #d8ddd7; }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 25px 0; list-style: none; cursor: pointer; font-size: 16px; font-weight: 750; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: #4b817b; font-size: 23px; font-weight: 300; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -6px 45px 24px 0; color: #697b7b; font-size: 14px; line-height: 1.75; }

.final-cta { padding: 110px 0; color: #fff; background: #0b282c; }
.final-cta-inner { text-align: center; }
.final-cta-inner > img { margin: 0 auto 23px; }
.final-cta h2 { margin: 18px 0; font-size: clamp(42px, 5vw, 62px); line-height: 1.05; letter-spacing: -3px; }
.final-cta-inner > p:not(.section-kicker) { color: #9bb0ae; font-size: 16px; }
.final-cta-inner > div { display: flex; justify-content: center; gap: 13px; margin-top: 33px; }

.site-footer { padding: 65px 0 25px; color: #aac0bd; background: #061c1f; }
.footer-top { display: grid; grid-template-columns: 1.2fr 1.2fr 1fr 1fr; align-items: start; gap: 40px; padding-bottom: 50px; }
.footer-brand { color: #fff; }.footer-top > p { margin: 5px 0 0; color: #75908d; font-size: 13px; line-height: 1.7; }
.footer-top nav { display: grid; gap: 13px; font-size: 12px; }
.footer-top nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; color: #56716f; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; }

.reveal { opacity: 1; transform: none; }
.reveal-enabled .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal-enabled .reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-enabled section:target .reveal { opacity: 1; transform: translateY(0); }

.compact-header { position: static; background: var(--deep); }
.legal-page { background: var(--cream); }
.legal-main { max-width: 800px; padding-top: 95px; padding-bottom: 90px; }
.legal-main h1 { max-width: 720px; margin: 18px 0 12px; font-size: clamp(42px,6vw,65px); line-height: 1.05; letter-spacing: -3px; }
.legal-updated { color: #708180; font-size: 12px; }
.legal-main section { padding: 29px 0; border-top: 1px solid #d7dad4; }
.legal-main section:first-of-type { margin-top: 45px; }
.legal-main h2 { margin: 0 0 12px; font-size: 20px; }
.legal-main section p { margin: 0; color: #5e7171; font-size: 15px; line-height: 1.8; }
.legal-footer { display: flex; gap: 14px; padding: 25px 0; color: #7c8987; border-top: 1px solid #d7dad4; font-size: 11px; }
.legal-footer a { color: #2b6e66; font-weight: 750; }

@media (max-width: 1050px) {
  .site-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero-copy h1 { font-size: 57px; }
  .floating-certificate { right: -5px; }
  .compliance-grid { gap: 35px; }
  .certificate-paper { width: 480px; }
  .catalog-grid { grid-template-columns: 1fr 1fr; }
  .course-live { grid-row: span 2; }
  .persona-grid { grid-template-columns: 1fr 1fr; }
  .persona-grid article:nth-child(2) { border-right: 0; }.persona-grid article:nth-child(-n+2) { border-bottom: 1px solid #d9dcd6; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 34px, 680px); }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 82px 0 0; display: none; align-items: stretch; padding: 24px; background: #092429; }
  .site-nav.is-open { display: flex; flex-direction: column; }
  .site-nav > a { padding: 12px 0; font-size: 17px; }
  .site-nav .button { margin-top: 6px; }
  .nav-signin { padding-left: 0; border: 0; }
  .hero-section { min-height: auto; padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 20px; }
  .hero-copy h1 { max-width: 600px; }
  .hero-product { width: 100%; max-width: 600px; margin: 0 auto; transform: none; }
  .certificate-trust-page .hero-section { padding-bottom: 120px; }
  .certificate-hero-product { min-height: 535px; }
  .standards-strip { display: block; margin-top: 90px; text-align: center; }
  .standards-strip div { flex-wrap: wrap; justify-content: center; gap: 20px 34px; margin-top: 18px; }
  .split-intro { grid-template-columns: 1fr; gap: 27px; }
  .value-grid, .steps-timeline { grid-template-columns: 1fr; }
  .value-card { min-height: auto; }
  .steps-timeline { gap: 45px; }
  .steps-timeline::before { top: 20px; bottom: 20px; left: 25px; right: auto; border-top: 0; border-left: 1px dashed #3d6464; }
  .step { display: grid; grid-template-columns: 52px 1fr; gap: 24px; text-align: left; }
  .step > span { margin: 0; }
  .step p { margin: 0; max-width: 100%; }
  .catalog-grid { grid-template-columns: 1fr; }
  .course-live { grid-row: auto; }
  .compliance-grid { grid-template-columns: 1fr; }
  .certificate-mock { margin-top: 20px; }
  .certificate-paper { width: min(560px, 90vw); }
  .persona-grid { grid-template-columns: 1fr 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-intro { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 28px); }
  .hero-grid { display: block; }
  .hero-copy, .hero-product, .product-window { width: 100%; max-width: 100%; min-width: 0; }
  .hero-product { margin-top: 25px; }
  .hero-lede { width: 100%; overflow-wrap: anywhere; }
  .nav-shell { min-height: 72px; }
  .site-nav { top: 72px; }
  .hero-section { padding-top: 118px; }
  .hero-copy h1 { margin-top: 21px; font-size: 47px; letter-spacing: -3px; }
  .eyebrow { flex-wrap: wrap; font-size: 9px; line-height: 1.5; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .product-body { padding: 22px 17px; }
  .product-window { width: 100%; }
  .completion-panel { gap: 15px; padding: 15px; }
  .completion-ring { width: 80px; height: 80px; }
  .completion-copy > strong { font-size: 15px; }
  .metrics-row > div { padding: 11px 7px; }
  .metrics-row strong { font-size: 11px; }
  .floating-certificate { right: 4px; bottom: -48px; }
  .certificate-hero-product { min-height: 465px; margin-top: 30px; }
  .certificate-evidence-card { transform: none; }
  .certificate-evidence-body { padding: 27px 17px 22px; }
  .certificate-evidence-body h2 { font-size: 30px; }.certificate-evidence-body h3 { font-size: 15px; }
  .certificate-evidence-facts div { padding: 11px 4px; }.certificate-evidence-facts strong { font-size: 8px; }
  .certificate-evidence-card footer { padding: 15px 14px; }.certificate-evidence-card footer strong { font-size: 7px; }
  .certificate-hero-product .floating-certificate { right: 4px; bottom: -35px; }
  .standards-strip { margin-top: 105px; }
  .light-section, .steps-section, .training-section, .compliance-section, .persona-section, .faq-section { padding-top: 82px; padding-bottom: 82px; }
  .split-intro h2, .section-heading h2, .compliance-copy h2, .faq-intro h2 { font-size: 37px; letter-spacing: -2px; }
  .value-grid { margin-top: 38px; }
  .value-card { padding: 31px 27px; }
  .section-heading.centered { margin-bottom: 50px; }
  .catalog-more { align-items: flex-start; flex-direction: column; }
  .certificate-mock { min-height: 400px; }
  .certificate-paper { width: 93vw; transform: none; }
  .certificate-border { min-height: 330px; padding: 24px 18px; }
  .certificate-border > h3 { font-size: 28px; }
  .badge-mock { right: -5px; bottom: -5px; transform: scale(.82) rotate(-6deg); transform-origin: bottom right; }
  .persona-grid { grid-template-columns: 1fr; }
  .persona-grid article { border-right: 0; border-bottom: 1px solid #d9dcd6; }
  .persona-grid article:last-child { border: 0; }
  .final-cta-inner > div { flex-direction: column; }
  .final-cta h2 { font-size: 41px; letter-spacing: -2px; }
  .footer-top { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .legal-main { padding-top: 70px; }
  .legal-main h1 { font-size: 43px; letter-spacing: -2px; }
}

/* Pricing */
.pricing-hero { position: relative; overflow: hidden; padding: 175px 0 95px; color: #fff; background: var(--deep); }
.pricing-hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 70px 70px; }
.pricing-hero-inner { position: relative; z-index: 1; text-align: center; }.pricing-hero .eyebrow { justify-content: center; }.pricing-hero h1 { margin: 27px 0 23px; font-size: clamp(55px,7vw,82px); line-height: 1; letter-spacing: -4px; }.pricing-hero h1 em { color: var(--gold); font-family: Georgia,serif; font-weight: 400; }.pricing-hero-inner > p:not(.eyebrow) { max-width: 760px; margin: 0 auto; color: #b3c7c5; font-size: 18px; line-height: 1.65; }
.pricing-assurance { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 34px; }.pricing-assurance span { padding: 8px 12px; color: #cce0dd; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 20px; font-size: 10px; font-weight: 750; }
.pricing-section { padding: 88px 0 95px; background: #f1f1eb; }.pricing-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; max-width: 1180px; margin: 0 auto; }.price-card { position: relative; padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 55px rgba(8,35,39,.07); }.price-card.featured { border-color: #8fc9be; box-shadow: 0 18px 60px rgba(37,103,95,.13); }.price-flag { display: inline-flex; padding: 6px 9px; color: #155f56; background: var(--mint-soft); border-radius: 4px; font-size: 8px; font-weight: 900; letter-spacing: 1px; }.price-flag.quiet { color: #755c27; background: #f7edcf; }.price-card h2 { margin: 20px 0 8px; font-size: 34px; letter-spacing: -1.5px; }.price-card > p { min-height: 46px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }.price-amount { display: flex; align-items: end; gap: 8px; margin: 25px 0 7px; }.price-amount strong { font-size: 46px; letter-spacing: -2px; }.price-amount span { padding-bottom: 8px; color: var(--muted); font-size: 11px; }.annual-price { display: flex; justify-content: space-between; gap: 12px; padding: 12px 14px; background: #f3f5f1; border-radius: 7px; font-size: 10px; }.annual-price span { color: #2c756c; font-weight: 750; }.price-card ul { display: grid; gap: 11px; padding: 23px 0; margin: 0; list-style: none; color: #506b68; font-size: 12px; }.price-card li::before { content: "✓"; margin-right: 9px; color: #2f7c70; font-weight: 900; }.price-card .button { width: 100%; }.price-card > small { display: block; margin-top: 12px; color: #82928f; text-align: center; font-size: 9px; }.price-loading { min-height: 450px; display: grid; place-items: center; color: var(--muted); }.price-error { grid-column: 1/-1; text-align: center; }.pricing-footnote { max-width: 760px; margin: 26px auto 0; color: #758482; text-align: center; font-size: 11px; line-height: 1.6; }
.included-section { padding: 105px 0; }.included-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 10px; }.included-grid article { padding: 28px; border-right: 1px solid var(--line); }.included-grid article:last-child { border: 0; }.included-grid span { color: var(--gold-dark); font-size: 9px; font-weight: 900; }.included-grid h3 { margin: 17px 0 9px; font-size: 20px; }.included-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.pricing-faq { padding: 105px 0; background: #f8f7f2; }.pricing-faq .accordion-list a { color: #277268; font-weight: 800; }
.concierge-callout-section { padding: 0 0 105px; background: #fff; }
.pricing-page .concierge-callout-section { background: #fff; }
.how-page .concierge-callout-section { padding: 96px 0; background: #f1f1eb; }
.concierge-callout-card { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(260px,.55fr); align-items: center; gap: 62px; padding: 46px 50px; color: #fff; background: #0d3034; border: 1px solid #285257; border-radius: 13px; box-shadow: 0 22px 58px rgba(8,35,39,.13); }
.concierge-callout-card h2 { max-width: 720px; margin: 10px 0 14px; color: #fff; font-size: clamp(32px,4vw,47px); line-height: 1.07; letter-spacing: -2px; }
.concierge-callout-card p:not(.section-kicker) { max-width: 760px; margin: 0; color: #b7ccca; font-size: 14px; line-height: 1.75; }
.concierge-callout-action { display: grid; gap: 13px; }
.concierge-callout-action > span { color: #fff; font-size: 12px; font-weight: 850; }
.concierge-callout-action .button { width: 100%; }
.concierge-callout-action small { color: #9eb8b5; font-size: 10px; line-height: 1.55; text-align: center; }
@media (max-width: 850px) { .pricing-grid { grid-template-columns: 1fr; }.included-grid { grid-template-columns: 1fr 1fr; }.included-grid article:nth-child(2) { border-right: 0; }.included-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.concierge-callout-card { grid-template-columns: 1fr; gap: 30px; } }
@media (max-width: 560px) { .pricing-hero { padding: 145px 0 75px; }.pricing-hero h1 { font-size: 52px; letter-spacing: -3px; }.pricing-assurance { align-items: stretch; flex-direction: column; }.price-card { padding: 28px 22px; }.annual-price { align-items: flex-start; flex-direction: column; }.included-grid { grid-template-columns: 1fr; }.included-grid article { border-right: 0; border-bottom: 1px solid var(--line); }.included-grid article:last-child { border-bottom: 0; }.concierge-callout-section,.how-page .concierge-callout-section { padding: 0 0 72px; }.how-page .concierge-callout-section { padding-top: 72px; }.concierge-callout-card { padding: 32px 24px; }.concierge-callout-card h2 { font-size: 34px; letter-spacing: -1.5px; } }

/* Public course catalog and detail pages */
.course-page-hero { position: relative; overflow: hidden; padding: 165px 0 92px; color: #fff; background: var(--deep); }
.course-page-hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(circle at 16% 20%,rgba(121,211,194,.28),transparent 25%),radial-gradient(circle at 82% 32%,rgba(232,190,87,.2),transparent 22%),linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: auto,auto,72px 72px,72px 72px; }
.course-page-hero .shell { position: relative; z-index: 1; }
.course-page-hero-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(310px,.65fr); align-items: end; gap: 70px; }
.course-page-hero h1 { max-width: 850px; margin: 25px 0 22px; font-size: clamp(52px,7vw,82px); line-height: 1; letter-spacing: -4px; }
.course-page-hero h1 em { color: var(--gold); font-family: Georgia,serif; font-weight: 400; }
.course-page-hero-copy > p:not(.eyebrow) { max-width: 760px; color: #b7ccca; font-size: 18px; line-height: 1.7; }
.course-page-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 33px; }
.course-page-actions .text-link { color: #d8e8e5; }
.course-summary-card { padding: 28px; color: #173d40; background: #f8f6ef; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; box-shadow: 0 22px 55px rgba(0,0,0,.2); }
.course-summary-card > small { color: #2d7b70; font-size: 9px; font-weight: 900; letter-spacing: 1.2px; }
.course-summary-card h2 { margin: 13px 0 20px; font-size: 25px; letter-spacing: -.8px; }
.course-fact-list { display: grid; gap: 0; margin: 0; }
.course-fact-list div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid #d9ded8; }
.course-fact-list dt { color: #778784; font-size: 11px; }
.course-fact-list dd { margin: 0; text-align: right; font-size: 11px; font-weight: 800; }
.course-catalog-section { padding: 100px 0 118px; background: #f2f1eb; }
.course-catalog-intro { display: grid; grid-template-columns: 42% 58%; gap: 65px; margin-bottom: 55px; }
.course-catalog-intro h2 { margin: 0; font-size: clamp(38px,5vw,56px); line-height: 1.06; letter-spacing: -2.5px; }
.course-catalog-intro p { margin: 5px 0 0; color: #627573; font-size: 16px; line-height: 1.75; }
.public-course-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.public-course-card { display: flex; min-height: 470px; flex-direction: column; padding: 30px; background: #fff; border: 1px solid #d7ddd6; border-radius: 12px; box-shadow: 0 16px 42px rgba(8,35,39,.06); transition: transform .2s ease,box-shadow .2s ease; }
.public-course-card:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(8,35,39,.1); }
.public-course-card.primary { background: #0f3539; border-color: #2d6967; }
.public-course-card .course-number { display: grid; width: 43px; height: 43px; place-items: center; color: #276f66; background: #dceee8; border-radius: 50%; font-size: 10px; font-weight: 900; }
.public-course-card.primary .course-number { color: #173c3e; background: var(--gold); }
.public-course-card .course-status { margin: 22px 0 14px; color: #2d7b70; font-size: 9px; font-weight: 900; letter-spacing: 1.2px; }
.public-course-card.primary .course-status { color: #e4bd58; }
.public-course-card h2 { margin: 0 0 14px; font-size: 27px; line-height: 1.15; letter-spacing: -1px; }
.public-course-card.primary h2 { color: #fff; }
.public-course-card > p { margin: 0; color: #687a79; font-size: 13px; line-height: 1.7; }
.public-course-card.primary > p { color: #abc0bd; }
.public-course-card ul { display: grid; gap: 9px; margin: 23px 0 28px; padding: 0; list-style: none; color: #4c6664; font-size: 12px; }
.public-course-card.primary ul { color: #c4d5d2; }
.public-course-card li::before { content: "✓"; margin-right: 9px; color: #318277; font-weight: 900; }
.public-course-card.primary li::before { color: var(--gold); }
.public-course-card .course-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 20px; border-top: 1px solid #dfe3de; }
.public-course-card.primary .course-card-footer { border-color: rgba(255,255,255,.13); }
.public-course-card .course-card-footer small { color: #7f8e8b; font-size: 10px; }
.public-course-card .course-card-footer a { color: #1f6f66; font-size: 12px; font-weight: 850; }
.public-course-card.primary .course-card-footer a { color: var(--gold); }
.course-proof-section { padding: 105px 0; background: #fbfaf6; }
.course-proof-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #d8ddd7; border-radius: 10px; overflow: hidden; }
.course-proof-grid article { padding: 30px 26px; border-right: 1px solid #d8ddd7; }
.course-proof-grid article:last-child { border: 0; }
.course-proof-grid span { color: #2e786f; font-size: 9px; font-weight: 900; letter-spacing: 1px; }
.course-proof-grid h3 { margin: 15px 0 9px; font-size: 18px; }
.course-proof-grid p { margin: 0; color: #6c7c7a; font-size: 12px; line-height: 1.7; }
.course-detail-section { padding: 105px 0; background: #fbfaf6; }
.course-detail-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(290px,.65fr); align-items: start; gap: 80px; }
.course-detail-main h2 { margin: 0 0 18px; font-size: clamp(38px,5vw,55px); line-height: 1.05; letter-spacing: -2.4px; }
.course-detail-main > p { color: #617371; font-size: 16px; line-height: 1.8; }
.learning-objectives { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 35px 0 55px; }
.learning-objectives article { padding: 22px; background: #f0f3ee; border: 1px solid #dce1db; border-radius: 8px; }
.learning-objectives span { color: #2f7c72; font-size: 9px; font-weight: 900; letter-spacing: 1px; }
.learning-objectives h3 { margin: 11px 0 8px; font-size: 17px; }
.learning-objectives p { margin: 0; color: #687977; font-size: 12px; line-height: 1.65; }
.curriculum-list { border-top: 1px solid #d8ddd7; }
.curriculum-item { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid #d8ddd7; }
.curriculum-item > span { display: grid; width: 42px; height: 42px; place-items: center; color: #226b62; background: #dceee8; border-radius: 50%; font-size: 10px; font-weight: 900; }
.curriculum-item h3 { margin: 0 0 6px; font-size: 18px; }
.curriculum-item p { margin: 0; color: #6b7c7a; font-size: 13px; line-height: 1.65; }
.course-detail-aside { position: sticky; top: 112px; display: grid; gap: 18px; }
.course-detail-aside article { padding: 27px; background: #f0f3ee; border: 1px solid #d7ddd6; border-radius: 10px; }
.course-detail-aside article.dark { color: #fff; background: #103438; border-color: #103438; }
.course-detail-aside h3 { margin: 0 0 12px; font-size: 20px; }
.course-detail-aside p { margin: 0 0 20px; color: #667976; font-size: 12px; line-height: 1.7; }
.course-detail-aside .dark p { color: #aac0bd; }
.course-detail-aside .button { width: 100%; }
.course-boundary { margin-top: 42px; padding: 20px 22px; color: #6a7876; background: #f3efe3; border-left: 4px solid #c6a64f; font-size: 11px; line-height: 1.7; }
.course-boundary strong { color: #394f4e; }

@media (max-width: 900px) {
  .course-page-hero-grid,.course-detail-layout { grid-template-columns: 1fr; }
  .course-page-hero-grid { gap: 42px; }
  .course-summary-card { max-width: 600px; }
  .public-course-grid { grid-template-columns: 1fr; }
  .public-course-card { min-height: auto; }
  .course-catalog-intro { grid-template-columns: 1fr; gap: 20px; }
  .course-proof-grid { grid-template-columns: 1fr 1fr; }
  .course-proof-grid article:nth-child(2) { border-right: 0; }
  .course-proof-grid article:nth-child(-n+2) { border-bottom: 1px solid #d8ddd7; }
  .course-detail-aside { position: static; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .course-page-hero { padding: 125px 0 72px; }
  .course-page-hero h1 { font-size: 47px; letter-spacing: -3px; }
  .course-page-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .course-catalog-section,.course-detail-section,.course-proof-section { padding: 78px 0; }
  .course-catalog-intro h2,.course-detail-main h2 { font-size: 38px; letter-spacing: -2px; }
  .learning-objectives,.course-proof-grid,.course-detail-aside { grid-template-columns: 1fr; }
  .course-proof-grid article { border-right: 0; border-bottom: 1px solid #d8ddd7; }
  .course-detail-aside article { width: 100%; }
}

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

.healthcare-callout-section { background: #0c292d; color: #fff; padding: 92px 0; }
.healthcare-callout-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); gap: 72px; align-items: center; }
.healthcare-callout-copy h2 { margin: 12px 0 22px; font-size: clamp(38px,4.2vw,62px); line-height: 1.02; letter-spacing: -.04em; }
.healthcare-callout-copy h2 em { color: #ffd778; font-family: Georgia,serif; font-weight: 400; }
.healthcare-callout-copy > p:not(.section-kicker) { max-width: 720px; color: #c4d6d3; font-size: 18px; line-height: 1.7; }
.healthcare-callout-copy .text-link { color: #fff; }
.healthcare-proof-flow { display: grid; gap: 12px; }
.healthcare-proof-flow article { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px; border: 1px solid rgba(157,211,202,.22); border-radius: 12px; background: rgba(255,255,255,.055); }
.healthcare-proof-flow article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #ffd778; color: #15383b; font-weight: 800; }
.healthcare-proof-flow h3 { margin: 0 0 5px; font-size: 18px; }
.healthcare-proof-flow p { margin: 0; color: #bcd0cd; line-height: 1.55; }
.healthcare-proof-flow > small { display: block; padding: 8px 4px 0; color: #95afab; line-height: 1.5; }
.how-signoff-section { margin: 0; }
@media (max-width: 900px) { .healthcare-callout-grid { grid-template-columns: 1fr; gap: 42px; } }
@media (max-width: 560px) { .healthcare-callout-section { padding: 64px 0; } .healthcare-callout-copy h2 { font-size: 38px; } .healthcare-proof-flow article { grid-template-columns: 40px 1fr; padding: 16px; } .healthcare-proof-flow article > span { width: 36px; height: 36px; } }

/* Editorial standards and resource guides */
.resource-hero { padding-bottom: 82px; }
.article-section { padding: 96px 0 112px; background: #fbfaf6; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; align-items: start; gap: 76px; }
.article-body { min-width: 0; }
.article-body h2 { margin: 56px 0 16px; color: #12383b; font-size: clamp(28px,3.3vw,40px); line-height: 1.12; letter-spacing: -1.4px; scroll-margin-top: 118px; }
.article-body h2:first-of-type { margin-top: 12px; }
.article-body > p { margin: 0 0 20px; color: #536967; font-size: 16px; line-height: 1.8; }
.article-body a:not(.button) { color: #1f7067; font-weight: 750; text-decoration: underline; text-decoration-color: #a8cbc5; text-underline-offset: 3px; }
.article-meta { padding-bottom: 20px; border-bottom: 1px solid #d8ddd7; color: #738481 !important; font-size: 11px !important; font-weight: 750; letter-spacing: .35px; text-transform: uppercase; }
.article-callout { margin: 26px 0 34px; padding: 20px 22px; color: #536866; background: #edf4f0; border-left: 4px solid #2c786f; border-radius: 0 8px 8px 0; font-size: 13px; line-height: 1.75; }
.article-callout strong { color: #173e40; }
.article-aside { position: sticky; top: 110px; display: grid; gap: 16px; }
.article-aside > article,.resource-nav { padding: 24px; background: #f0f3ee; border: 1px solid #d7ddd6; border-radius: 10px; }
.article-aside h3 { margin: 0 0 10px; color: #153d40; font-size: 18px; }
.article-aside p { margin: 0 0 15px; color: #647774; font-size: 12px; line-height: 1.65; }
.article-aside a { color: #1f7067; font-size: 12px; font-weight: 850; }
.resource-nav { display: grid; gap: 0; padding: 17px 24px; background: #103438; border-color: #103438; }
.resource-nav strong { padding: 8px 0 12px; color: #e3bd59; font-size: 9px; letter-spacing: 1.2px; }
.resource-nav a { padding: 10px 0; color: #c5d7d4; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.checklist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0 38px; }
.checklist-grid > div { display: grid; grid-template-columns: 26px 1fr; gap: 9px; padding: 18px; background: #f1f3ee; border: 1px solid #dbe0da; border-radius: 8px; }
.checklist-grid span { color: #26766c; font-size: 18px; }
.checklist-grid p { margin: 0; color: #5e7370; font-size: 12px; line-height: 1.6; }
.checklist-grid strong { color: #214345; }
.source-note { max-width: 920px; margin: 28px auto 0; color: #6b7b79; font-size: 11px; line-height: 1.7; text-align: center; }
.source-note a { color: #236f66; font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.print-checklist { display: grid; gap: 10px; margin: 22px 0 36px; }
.print-checklist label { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; padding: 14px 16px; color: #526866; background: #f2f4ef; border: 1px solid #dbe0da; border-radius: 7px; font-size: 13px; line-height: 1.6; cursor: pointer; }
.print-checklist input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: #226f66; }

@media (max-width: 900px) {
  .article-layout { grid-template-columns: 1fr; gap: 48px; }
  .article-aside { position: static; grid-template-columns: 1fr 1fr; }
  .resource-nav { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .article-section { padding: 72px 0 82px; }
  .article-aside,.checklist-grid { grid-template-columns: 1fr; }
  .resource-nav { grid-column: auto; }
  .article-body h2 { font-size: 29px; }
}
@media print {
  .checklist-page .site-header,.checklist-page .course-page-hero,.checklist-page .article-aside,.checklist-page .final-cta,.checklist-page .site-footer,.checklist-page .support-launcher,.checklist-page .support-panel { display: none !important; }
  .checklist-page,.checklist-page .article-section { color: #111; background: #fff; }
  .checklist-page .article-section { padding: 0; }
  .checklist-page .shell { width: 100%; max-width: none; }
  .checklist-page .article-layout { display: block; }
  .checklist-page .article-body h2 { break-after: avoid; margin-top: 28px; color: #111; font-size: 20px; }
  .checklist-page .article-body > p,.checklist-page .print-checklist label { color: #222; }
  .checklist-page .print-checklist { break-inside: avoid; gap: 4px; }
  .checklist-page .print-checklist label { padding: 7px 0; background: transparent; border: 0; border-radius: 0; font-size: 11px; }
  .checklist-page .article-callout { color: #222; background: #f4f4f4; border-color: #555; }
  @page { margin: .55in; }
}
