:root {
  color-scheme: light;
  --navy: #0a2054;
  --navy-deep: #071944;
  --blue: #1f70c8;
  --blue-dark: #145cae;
  --cyan: #55d1ef;
  --lilac: #9889f0;
  --mint: #72d897;
  --ink: #17264b;
  --body: #52677c;
  --muted: #5f7285;
  --line: #dbe4ec;
  --paper: #ffffff;
  --soft: #f4f8fb;
  --sky: #e9f7fc;
  --radius: 12px;
  --shadow: 0 16px 40px rgba(11,42,74,.11);
  font-family: Inter, "Aptos", "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.6; }
button, input, select { font: inherit; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { max-width: 100%; }
:focus-visible { outline: 3px solid #a84c0a; outline-offset: 2px; box-shadow: 0 0 0 2px #fff; }
.skip-link { position: fixed; z-index: 100; top: -70px; left: 16px; padding: 10px 14px; border-radius: 6px; background: var(--navy); color: white; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgba(219,228,236,.92); background: rgba(255,255,255,.97); backdrop-filter: blur(14px); }
.header-inner { position: relative; width: min(1280px,calc(100% - 56px)); min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 auto; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand img { display: block; width: 205px; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(11px,1.4vw,20px); color: #40566c; font-size: 13px; font-weight: 650; }
.main-nav > a { display: inline-flex; min-height: 42px; align-items: center; text-decoration: none; white-space: nowrap; }
.main-nav > a:hover { color: var(--blue-dark); }
.main-nav > a:focus-visible, .site-search > summary:focus-visible, .client-login:focus-visible { outline-offset: 2px; }
.menu-toggle { display: none; }
.site-search { position: relative; }
.site-search > summary { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid var(--line); border-radius: 7px; color: var(--navy); list-style: none; cursor: pointer; white-space: nowrap; }
.site-search > summary::-webkit-details-marker { display: none; }
.site-search > summary > span:first-child { color: var(--blue-dark); font-size: 19px; line-height: 1; }
.search-panel { position: absolute; z-index: 45; top: calc(100% + 10px); right: -70px; width: min(390px,calc(100vw - 32px)); padding: 17px; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: var(--shadow); color: var(--ink); }
.search-panel label { display: block; margin: 0 0 6px; color: var(--navy); font-size: 13px; font-weight: 700; }
.search-panel .filter-label { margin-top: 12px; }
.search-panel input, .search-panel select { width: 100%; min-height: 44px; padding: 9px 11px; border: 1px solid #bccbd8; border-radius: 6px; background: white; color: var(--ink); font-size: 16px; }
.search-results { display: grid; gap: 5px; max-height: 310px; overflow: auto; margin-top: 12px; color: var(--muted); font-size: 13px; }
.search-result { display: grid; gap: 3px; padding: 9px; border-radius: 6px; color: var(--body); text-decoration: none; }
.search-result:hover, .search-result:focus-visible { background: var(--soft); }
.search-result strong { color: var(--navy); font-size: 14px; }
.search-result span { font-size: 13px; line-height: 1.45; }
.client-login { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid var(--navy); border-radius: 8px; background: var(--navy); color: white; font-size: 13px; font-weight: 700; white-space: nowrap; cursor: pointer; transition: background .16s ease,transform .16s ease; }
.soon-mini { color: #c6d8e5; font-size: 11px; font-weight: 700; }
.client-login:hover { background: #12436c; transform: translateY(-1px); }
.client-access-notice { position: absolute; z-index: 38; top: calc(100% - 2px); right: 0; width: min(355px,calc(100vw - 32px)); margin: 0; padding: 13px 15px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: var(--shadow); color: var(--body); font-size: 14px; }
.draft-preview-banner { padding: 8px 16px; background: #fff4de; color: #654319; text-align: center; font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.hero-section { overflow: hidden; background: radial-gradient(ellipse at 88% 12%,rgba(20,145,231,.12),transparent 35%), linear-gradient(112deg,#f0f8fd 0%,#fff 51%,#f4faff 100%); color: var(--navy); }
.hero-inner { width: min(1280px,calc(100% - 56px)); min-height: 540px; display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.83fr); align-items: center; gap: clamp(44px,7vw,100px); margin: 0 auto; padding: 68px 0 72px; }
.hero-copy { max-width: 670px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 15px; color: var(--blue-dark); font-size: 12px; line-height: 1.45; letter-spacing: .13em; font-weight: 800; }
.eyebrow-mark { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); }
.eyebrow-light { color: #8bd6e1; }
.hero-copy .eyebrow { color: #28617f; }
.hero-copy h1 { max-width: 720px; margin: 0; color: var(--navy); font-size: clamp(42px,5.3vw,68px); line-height: 1.06; letter-spacing: -.05em; font-weight: 760; }
.hero-copy h1 em { color: #087bda; font-style: normal; }
.hero-lede { max-width: 625px; margin: 22px 0 0; color: #435e76; font-size: 17px; line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 16px; border: 1px solid transparent; border-radius: 7px; font-size: 14px; line-height: 1.25; font-weight: 720; text-decoration: none; cursor: pointer; transition: transform .16s ease,background .16s ease,border-color .16s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--cyan); color: #062946; }
.button-primary:hover { background: #56d0de; }
.button-quiet { border-color: #c6d8e4; background: white; color: var(--navy); }
.button-quiet:hover { background: #f5fbff; }
.button-light { background: white; color: var(--navy); }
.stage-chip { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; padding: 8px 12px; border: 1px solid #cfdee8; border-radius: 30px; background: rgba(255,255,255,.86); color: #4e667a; font-size: 13px; }
.stage-chip strong { margin-right: 5px; color: var(--navy); }
.stage-dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #087bda; }
.hero-visual { position: relative; overflow: hidden; min-width: 0; margin: 0; aspect-ratio: 1.08; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: #a9bdcc; box-shadow: 0 24px 54px rgba(0,0,0,.22); }
.hero-visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 52% 45%; }
.section-shell { width: min(1200px,calc(100% - 56px)); margin: 0 auto; }
.section-head { max-width: 760px; margin: 0 0 30px; }
.section-head h2, .who-copy h2, .technology-grid h2, .contact-copy h2 { margin: 0; color: var(--navy); font-size: clamp(30px,3.6vw,44px); line-height: 1.13; letter-spacing: -.04em; }
.section-intro { max-width: 690px; margin: 13px 0 0; color: var(--body); font-size: 16px; line-height: 1.7; }
.section-head-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-head-row .section-intro { max-width: 470px; margin-bottom: 3px; }
.current-section, .pillars-section, .resources-section, .careers-section { padding: 78px 0 84px; }
.current-section { background: white; }
.focus-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.focus-card { min-height: 250px; display: flex; flex-direction: column; align-items: flex-start; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.focus-book { background: var(--soft); }
.card-number, .resource-kind, .intelligence-index, .format-label, .contact-side-label { color: var(--blue-dark); font-size: 12px; letter-spacing: .1em; font-weight: 800; }
.focus-card h3, .resource-card h3, .career-card h3, .intelligence-card h3 { margin: 15px 0 8px; color: var(--navy); font-size: 21px; line-height: 1.25; letter-spacing: -.025em; }
.focus-card p, .resource-card p, .career-card p, .intelligence-card p { margin: 0; color: var(--body); font-size: 15px; line-height: 1.65; }
.status-tag { display: inline-flex; align-items: center; width: fit-content; margin-top: auto; padding: 6px 9px; border: 1px solid #cbd9e4; border-radius: 30px; background: #f6f9fb; color: #4c647a; font-size: 12px; line-height: 1.35; font-weight: 720; }
.status-now { border-color: #b4d7e4; background: #effafd; color: #175e78; }
.status-preview { border-color: #d3dce4; background: #f5f7f9; color: #5d6f80; }
.pillars-section { background: var(--soft); }
.pillar-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.pillar-card { min-height: 278px; display: flex; flex-direction: column; padding: 22px 23px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 5px 17px rgba(11,42,74,.03); }
.pillar-card:hover { border-color: #aecfe5; box-shadow: 0 12px 28px rgba(11,42,74,.08); }
.pillar-tech { border-top: 3px solid var(--blue); }
.pillar-top { display: flex; justify-content: space-between; color: var(--blue-dark); font-size: 12px; letter-spacing: .12em; font-weight: 800; }
.pillar-card h3 { margin: 17px 0 8px; color: var(--navy); font-size: 21px; letter-spacing: -.025em; }
.pillar-card p { margin: 0 0 18px; color: var(--body); font-size: 15px; line-height: 1.6; }
.starting-section { padding: 70px 0 76px; background: #edf5fa; }
.explorer-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,.9fr); align-items: stretch; gap: 18px; }
.need-list { display: grid; gap: 8px; align-content: start; }
.need-option { width: 100%; min-height: 68px; display: grid; grid-template-columns: 32px minmax(0,1fr) 18px; align-items: center; gap: 12px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--body); text-align: left; cursor: pointer; }
.need-option:hover, .need-option.is-selected { border-color: #98c5e3; background: #f1f8fc; }
.need-option.is-selected { box-shadow: inset 3px 0 var(--blue); }
.need-index { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #d4e6ef; border-radius: 10px; background: #f2f9fc; color: var(--blue-dark); }
.need-index svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.need-option strong { display: block; color: var(--navy); font-size: 14px; line-height: 1.35; }
.need-option small { display: block; margin-top: 2px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.recommendation { min-height: 100%; display: flex; flex-direction: column; align-items: flex-start; padding: 25px; border: 1px solid #c9dae7; border-radius: var(--radius); background: #f4f8fb; }
.recommendation-kicker { color: var(--blue-dark); font-size: 12px; letter-spacing: .1em; font-weight: 850; }
.recommendation h3 { margin: 12px 0 7px; color: var(--navy); font-size: 23px; line-height: 1.25; }
.recommendation > p { margin: 0; color: var(--body); font-size: 15px; line-height: 1.65; }
.recommendation-status { margin-top: 14px; padding: 6px 9px; border: 1px solid #cbd9e4; border-radius: 25px; background: white; color: #50677d; font-size: 12px; font-weight: 720; }
.recommendation-next { width: 100%; margin-top: 19px; padding-top: 15px; border-top: 1px solid var(--line); }
.recommendation-next strong { color: var(--navy); font-size: 14px; }
.recommendation-next p { margin: 5px 0 0; color: var(--body); font-size: 14px; line-height: 1.55; }
.recommendation .text-link { margin-top: auto; padding-top: 18px; }
.who-section { padding: 82px 0; background: #eaf5fb; }
.who-grid { display: grid; grid-template-columns: minmax(290px,.78fr) minmax(0,1.22fr); align-items: center; gap: clamp(38px,7vw,90px); }
.who-mark { min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-radius: 15px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.who-mark > span:first-child { color: #a6d5f5; font-size: 13px; font-weight: 800; letter-spacing: .17em; }
.who-mark > span:nth-child(2) { color: #8ea9c1; font-size: 12px; letter-spacing: .18em; }
.mark-line { width: 100%; height: 1px; margin-top: auto; margin-bottom: 26px; background: linear-gradient(90deg,var(--cyan),rgba(255,255,255,.16)); }
.mark-word { color: white; font-size: clamp(25px,3vw,36px); line-height: 1.15; letter-spacing: -.04em; font-weight: 690; }
.who-copy h2 { max-width: 650px; }
.who-copy > p:not(.eyebrow) { max-width: 680px; color: var(--body); font-size: 16px; line-height: 1.72; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; color: var(--blue-dark); font-size: 15px; font-weight: 750; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.technology-section { padding: 82px 0 88px; background: var(--navy-deep); color: white; }
.technology-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.65fr); gap: clamp(35px,6vw,82px); align-items: center; }
.technology-grid h2 { max-width: 690px; color: white; }
.tech-lede { max-width: 740px; margin: 17px 0 0; color: #cfdeea; font-size: 17px; line-height: 1.7; }
.tech-principles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; margin-top: 29px; }
.tech-principles > div { min-height: 142px; padding: 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; background: rgba(255,255,255,.045); }
.tech-principles span { color: #87d8e6; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.tech-principles strong { display: block; margin-top: 8px; color: white; font-size: 16px; }
.tech-principles p { margin: 5px 0 0; color: #bfd1df; font-size: 14px; line-height: 1.5; }
.experiment-card { padding: 24px; border: 1px solid rgba(255,255,255,.17); border-radius: 13px; background: #103455; }
.experiment-card h3 { margin: 18px 0 9px; color: white; font-size: 24px; line-height: 1.2; }
.experiment-card p { color: #d0dfeb; font-size: 15px; line-height: 1.65; }
.experiment-note { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.16); color: #b4c8d8 !important; font-size: 13px !important; }
.resources-section { background: white; }
.resource-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.resource-card { min-height: 260px; display: flex; flex-direction: column; align-items: flex-start; padding: 21px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.resource-feature { background: #f1f8fc; border-color: #c9dce9; }
.resource-card h3 { font-size: 19px; }
.resource-card p { font-size: 14px; }
.resource-card .text-link { margin-top: auto; padding-top: 12px; }
.section-footnote { margin: 17px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.insight-section { padding: 78px 0; background: #eaf6f9; }
.insight-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(340px,1.15fr); gap: 50px; align-items: center; }
.format-panel { padding: 24px; border: 1px solid #c7dde2; border-radius: 13px; background: rgba(255,255,255,.8); }
.format-label { color: #287080; }
.format-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.format-list span, .social-line > span { display: inline-flex; align-items: center; min-height: 35px; padding: 7px 10px; border: 1px solid #d4e2e7; border-radius: 30px; background: white; color: #355469; font-size: 13px; font-weight: 650; }
.social-line { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; padding-top: 16px; border-top: 1px solid #d5e3e7; }
.social-line small { flex-basis: 100%; color: var(--muted); font-size: 13px; }
.field-guides { margin-top: 42px; }
.field-guide-heading { max-width: 700px; margin-bottom: 18px; }
.field-guide-heading h3 { margin: 0; color: var(--navy); font-size: clamp(23px,2.8vw,30px); line-height: 1.2; letter-spacing: -.03em; }
.field-guide-heading > p:last-child { margin: 9px 0 0; color: var(--body); font-size: 15px; }
.field-guide-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.field-guide-card { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.field-guide-card > span { color: var(--blue-dark); font-size: 11px; letter-spacing: .1em; font-weight: 800; }
.field-guide-card h4 { margin: 10px 0 8px; color: var(--navy); font-size: 18px; line-height: 1.3; }
.field-guide-card ul { margin: 0; padding-left: 19px; color: var(--body); font-size: 14px; line-height: 1.6; }
.field-guide-card li + li { margin-top: 5px; }
.careers-section { background: var(--soft); }
.career-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.career-card { min-height: 230px; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.intelligence-section { padding: 82px 0 88px; background: white; }
.intelligence-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.intelligence-card { min-height: 220px; display: flex; flex-direction: column; align-items: flex-start; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: #fcfdfe; }
.intelligence-card-wide { grid-column: auto; min-height: 220px; }
.intelligence-card .status-tag { margin-top: auto; }
.intelligence-card ul { margin: 12px 0 18px; padding-left: 20px; color: var(--body); font-size: 14px; line-height: 1.65; }
.intelligence-card li + li { margin-top: 6px; }
.intelligence-index { color: var(--blue-dark); }
.readiness-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 18px; padding: 17px; border-radius: 9px; background: var(--soft); }
.readiness-steps span { display: flex; align-items: center; gap: 10px; color: var(--body); font-size: 13px; line-height: 1.4; }
.readiness-steps b { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--navy); color: white; font-size: 13px; }
.help-section { padding: 78px 0 84px; background: #f5f8fa; }
.help-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.help-grid details { padding: 16px 18px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.help-grid summary { color: var(--navy); font-size: 15px; font-weight: 720; cursor: pointer; }
.help-grid p { margin: 10px 0 0; color: var(--body); font-size: 14px; line-height: 1.6; }
.contact-section { padding: 72px 0; background: #f2f8fc; color: var(--ink); }
.contact-shell { width: min(1200px,calc(100% - 56px)); display: grid; grid-template-columns: minmax(0,1.05fr) minmax(290px,.75fr); gap: clamp(34px,7vw,90px); margin: 0 auto; }
.contact-copy h2 { max-width: 700px; color: var(--navy); }
.contact-copy > p:not(.eyebrow) { max-width: 640px; color: var(--body); font-size: 16px; line-height: 1.7; }
.contact-copy .eyebrow-light { color: #236a87; }
.contact-note { max-width: 570px !important; color: #607487 !important; font-size: 13px !important; }
.contact-side-label { color: #236a87; }
.contact-email { width: fit-content; color: var(--blue-dark); font-size: 18px; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.contact-email:focus-visible { outline: 3px solid #1b71b7; outline-offset: 4px; border-radius: 2px; }
.contact-email-standalone { display: inline-flex; margin: 4px 0 10px; }
.meeting-card { align-self: center; padding: 23px; border: 1px solid #d4e2eb; border-radius: 16px; background: white; box-shadow: 0 14px 34px rgba(11,42,74,.08); }
.meeting-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.meeting-card-head h3 { margin: 5px 0 0; color: var(--navy); font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.meeting-stage { padding: 5px 8px; border-radius: 20px; background: #eaf6fb; color: #216a87; font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.meeting-thread { margin: 19px 0 14px; }
.meeting-message { width: fit-content; max-width: 95%; margin: 0; padding: 11px 13px; border: 1px solid #e0e9ef; border-radius: 4px 14px 14px 14px; background: #f4f8fb; color: #314b63; font-size: 14px; line-height: 1.5; }
.meeting-message + .meeting-message { margin-top: 7px; }
.meeting-message-visitor { margin-left: auto; border-color: #c7e0ee; border-radius: 14px 4px 14px 14px; background: #eaf6fc; }
.meeting-step-label { margin: 0 0 9px; color: #60778b; font-size: 11px; font-weight: 800; letter-spacing: .09em; }
.meeting-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.meeting-options[hidden] { display: none; }
.meeting-options button { min-width: 0; min-height: 68px; display: grid; grid-template-columns: 25px minmax(0,1fr) 14px; align-items: center; gap: 9px; padding: 9px 10px; border: 1px solid #dce6ed; border-radius: 9px; background: white; color: var(--body); text-align: left; cursor: pointer; transition: background .15s ease,border-color .15s ease,transform .15s ease; }
.meeting-options button:hover, .meeting-options button[aria-pressed="true"] { border-color: #8bbedd; background: #f2f9fd; }
.meeting-options button:hover { transform: translateY(-1px); }
.meeting-options button > svg { width: 22px; height: 22px; fill: none; stroke: var(--blue-dark); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.meeting-options strong, .meeting-options small { display: block; }
.meeting-options strong { color: var(--navy); font-size: 13px; line-height: 1.25; }
.meeting-options small { margin-top: 3px; color: #64798b; font-size: 12px; line-height: 1.3; }
.meeting-arrow { color: var(--blue-dark); font-size: 17px; }
.meeting-form { display: grid; gap: 8px; margin-top: 13px; }
.meeting-form[hidden] { display: none; }
.meeting-selected { margin: 0 0 4px; padding: 10px 12px; border-left: 3px solid var(--blue); border-radius: 3px; background: #f2f8fc; color: #344f67; font-size: 13px; line-height: 1.45; }
.meeting-form > label:not(.meeting-confirm) { margin-top: 4px; color: var(--navy); font-size: 13px; font-weight: 700; }
.meeting-form > label span { color: #6b7e8d; font-weight: 500; }
.meeting-form input:not([type="checkbox"]) { width: 100%; min-height: 44px; padding: 9px 11px; border: 1px solid #cbd8e1; border-radius: 7px; background: white; color: var(--ink); font-size: 16px; }
.meeting-confirm { display: flex; align-items: flex-start; gap: 9px; margin: 5px 0 4px; color: #4d6578; font-size: 13px; line-height: 1.45; }
.meeting-confirm input { flex: 0 0 auto; width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--blue-dark); }
.meeting-submit { min-height: 44px; display: inline-flex; justify-content: center; align-items: center; gap: 9px; padding: 9px 14px; border: 0; border-radius: 8px; background: var(--navy); color: white; font-size: 14px; font-weight: 750; cursor: pointer; }
.meeting-submit:hover { background: #12436c; }
.meeting-reset { width: fit-content; padding: 5px 0; border: 0; background: none; color: var(--blue-dark); font-size: 13px; font-weight: 700; text-align: left; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.meeting-disclosure { margin: 13px 0 0; color: #64798b; font-size: 12px; line-height: 1.5; }
.site-footer { position: relative; border-top: 0; background: #fff; }
.site-footer::before { position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg,#1768c7 0%,#27b8e6 48%,#9de7bb 100%); content: ""; }
.footer-main, .footer-bottom { width: min(1280px,calc(100% - 56px)); margin: 0 auto; }
.legal-footer { padding: 24px 20px 20px; color: #102b5d; text-align: center; }
.legal-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 0; }
.legal-links button { padding: 0 12px; border: 0; border-right: 1px solid #8090a3; background: transparent; color: #263e61; font: inherit; font-size: 14px; line-height: 1.25; cursor: pointer; }
.legal-links button:last-child { border-right: 0; }
.legal-links button:hover { color: #1768c7; text-decoration: underline; text-underline-offset: 3px; }
.copyright { margin: 8px 0 0; color: #43566e; font-size: 13px; line-height: 1.5; }
.legal-dialog { width: min(520px,calc(100% - 32px)); padding: 24px; border: 1px solid #d6e0e8; border-radius: 16px; color: #263e61; box-shadow: 0 20px 70px rgba(7,25,68,.24); }
.legal-dialog::backdrop { background: rgba(6,22,55,.48); }
.legal-dialog-head { display: flex; align-items: center; gap: 20px; }
.legal-dialog-head h2 { margin: 0; color: #102b5d; font-size: 22px; }
.legal-dialog-head button { width: 36px; height: 36px; display: grid; place-items: center; margin-left: auto; border: 0; border-radius: 50%; background: #edf3f7; color: #263e61; font-size: 24px; cursor: pointer; }
.legal-dialog > p { margin: 18px 0 0; color: #43566e; font-size: 15px; line-height: 1.65; }
.footer-main { display: grid; grid-template-columns: minmax(230px,1.15fr) repeat(3,minmax(130px,1fr)); align-items: start; gap: clamp(24px,4vw,58px); padding: 44px 0 36px; }
.footer-logo { display: inline-block; width: 190px; }
.footer-logo img { width: 100%; height: auto; display: block; }
.footer-social { display: flex; align-items: center; gap: 18px; margin: 19px 0 24px; color: #1768c7; }
.social-placeholder { width: 27px; height: 27px; display: inline-flex; align-items: center; justify-content: center; color: #1768c7; }
.social-placeholder b { display: inline-block; font-size: 25px; line-height: 1; font-weight: 800; }
.social-placeholder .social-linkedin { width: 23px; height: 23px; border-radius: 2px; background: #1768c7; color: white; font-size: 16px; line-height: 24px; text-align: center; }
.social-placeholder .social-x { font-size: 24px; font-weight: 500; }
.social-placeholder .social-facebook { font-family: Arial,sans-serif; font-size: 29px; }
.social-placeholder .social-threads { font-size: 24px; font-weight: 600; }
.social-placeholder svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.social-placeholder svg path { fill: currentColor; stroke: none; }
.social-placeholder .social-dot { fill: currentColor; stroke: none; }
.footer-cta { min-height: 42px; padding: 9px 17px; border: 1px solid #48c3e6; border-radius: 24px; background: #55d2f0; color: #07335d; font-size: 14px; font-weight: 750; text-decoration: none; }
.footer-cta:hover { background: #38c3e6; }
.footer-links { display: grid; grid-column: 2 / -1; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(20px,3vw,42px); }
.footer-link-group { display: flex; align-items: flex-start; flex-direction: column; gap: 11px; }
.footer-link-group h2 { margin: 0 0 4px; color: #102b5d; font-size: 18px; line-height: 1.25; }
.footer-link-group a { color: #40566f; font-size: 15px; line-height: 1.35; text-decoration: none; }
.footer-link-group a:hover { color: #1768c7; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: center; align-items: center; min-height: 34px; padding: 7px 0 10px; border-top: 1px solid #e7edf1; }
.image-credit { width: auto; margin: 0; color: #687a89; text-align: center; font-size: 11px; line-height: 1.4; }
@media (max-width: 1100px) {
  .footer-main { grid-template-columns: minmax(190px,.8fr) 2fr; gap: 28px; }
  .footer-links { grid-column: 2; gap: 20px; }
  .header-inner { width: min(100% - 40px,1200px); min-height: 72px; }
  .brand img { width: 190px; }
  .menu-toggle { width: 44px; height: 44px; display: flex; flex: 0 0 44px; flex-direction: column; justify-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 7px; background: white; cursor: pointer; }
  .menu-toggle span { width: 18px; height: 2px; display: block; margin: 0 auto; border-radius: 2px; background: var(--navy); transition: transform .16s ease,opacity .16s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: calc(100% - 1px); right: -20px; left: -20px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 9px 22px 16px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 12px 12px; background: white; box-shadow: 0 16px 32px rgba(11,42,74,.1); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { min-height: 45px; border-bottom: 1px solid #edf1f4; }
  .site-search { padding: 5px 0 10px; border-bottom: 1px solid #edf1f4; }
  .site-search > summary { width: 100%; justify-content: space-between; }
  .search-panel { position: static; width: 100%; margin-top: 10px; box-shadow: none; }
  .client-login { align-self: flex-start; margin: 10px 0; }
  .client-access-notice { top: calc(100% + 4px); right: 0; }
  .hero-inner { grid-template-columns: minmax(0,1fr) minmax(300px,.85fr); gap: 36px; }
  .resource-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { grid-column: 1; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px 20px; }
  .footer-link-group:last-child { grid-column: 1 / -1; }
  html { scroll-padding-top: 76px; }
  .header-inner { width: calc(100% - 32px); min-height: 66px; }
  .brand img { width: 175px; }
  .main-nav { right: -16px; left: -16px; padding-right: 16px; padding-left: 16px; }
  .hero-inner, .section-shell, .contact-shell, .footer-main, .footer-bottom { width: calc(100% - 32px); }
  .hero-inner { grid-template-columns: 1fr; gap: 27px; padding: 46px 0 48px; }
  .hero-copy h1 { font-size: clamp(39px,10vw,55px); }
  .hero-lede { margin-top: 16px; font-size: 16px; }
  .hero-visual { max-height: 410px; aspect-ratio: 1.35; border-radius: 12px; }
  .section-head-row { display: block; }
  .section-head-row .section-intro { margin-top: 12px; }
  .current-section, .pillars-section, .resources-section, .careers-section, .intelligence-section, .help-section { padding: 56px 0 62px; }
  .section-head { margin-bottom: 22px; }
  .section-head h2, .who-copy h2, .technology-grid h2, .contact-copy h2 { font-size: 32px; }
  .section-intro { font-size: 15px; }
  .focus-grid, .pillar-grid, .resource-grid, .career-grid, .intelligence-grid, .help-grid, .field-guide-grid { grid-template-columns: 1fr; }
  .starting-section { padding: 54px 0 60px; }
  .explorer-grid { grid-template-columns: 1fr; gap: 13px; }
  .recommendation { min-height: 0; padding: 21px; }
  .focus-card, .pillar-card, .resource-card, .career-card, .intelligence-card { min-height: 0; }
  .focus-card, .pillar-card, .career-card, .intelligence-card { padding: 20px; }
  .focus-card p, .pillar-card p, .career-card p, .intelligence-card p { font-size: 15px; }
  .who-section, .technology-section, .insight-section { padding: 58px 0; }
  .field-guides { margin-top: 34px; }
  .who-grid, .technology-grid, .insight-grid, .contact-shell { grid-template-columns: 1fr; gap: 25px; }
  .who-mark { min-height: 240px; }
  .mark-line { margin-top: 48px; }
  .tech-principles { grid-template-columns: 1fr; }
  .tech-principles > div { min-height: 0; }
  .readiness-steps { grid-template-columns: 1fr; }
  .contact-section { padding: 54px 0; }
  .footer-main { padding: 34px 0 27px; }
  .footer-logo { width: 175px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; padding: 12px 0 16px; }
  .image-credit { text-align: left; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Editorial visual system: image-led, tactile, and easier to scan */
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.hero-inner { min-height: 505px; grid-template-columns: minmax(0,.9fr) minmax(460px,1.1fr); gap: clamp(38px,5vw,76px); padding-top: 54px; padding-bottom: 58px; }
.hero-copy { max-width: 600px; }
.hero-copy h1 { font-size: clamp(41px,4.8vw,62px); }
.hero-visual { aspect-ratio: 1.26; border-radius: 15px; }
.hero-visual img { object-position: 61% 48%; }
.process-section { padding: 54px 0 64px; background: #f4f8fb; }
.process-heading { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 22px; margin-bottom: 22px; }
.process-heading .eyebrow { flex-basis: 100%; margin: 0; }
.process-heading h2 { margin: 0; color: var(--navy); font-size: clamp(24px,3vw,34px); line-height: 1.2; letter-spacing: -.035em; }
.process-heading > p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.process-rail { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; margin: 0; padding: 22px; border: 1px solid #dae5ec; border-radius: 14px; background: white; list-style: none; box-shadow: 0 8px 24px rgba(11,42,74,.045); }
.process-rail li { position: relative; min-width: 0; display: grid; grid-template-columns: 46px 1fr; align-items: center; column-gap: 12px; }
.process-rail li:not(:last-child)::after { position: absolute; z-index: 0; top: 23px; left: 54px; right: -20px; border-top: 1px dashed #a8c4d4; content: ""; }
.process-icon { position: relative; z-index: 1; width: 46px; height: 46px; display: grid; place-items: center; grid-row: span 2; border: 1px solid #c8e0eb; border-radius: 12px; background: #edf8fb; color: var(--blue-dark); }
.process-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.process-number { color: #547084; font-size: 10px; line-height: 1.25; letter-spacing: .09em; font-weight: 800; }
.process-rail h3 { margin: 2px 0 0; color: var(--navy); font-size: 15px; line-height: 1.28; }
.process-rail li > p { grid-column: 2; margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.current-section { background: white; }
.focus-tabs { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 12px 34px rgba(11,42,74,.065); }
.tab-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; border-bottom: 1px solid var(--line); background: #f5f8fa; }
.tab-list [role="tab"] { position: relative; min-height: 60px; padding: 12px 18px; border: 0; border-right: 1px solid var(--line); background: transparent; color: #52677c; text-align: left; font-size: 14px; font-weight: 750; cursor: pointer; }
.tab-list [role="tab"]:last-child { border-right: 0; }
.tab-list [role="tab"][aria-selected="true"] { background: white; color: var(--navy); }
.tab-list [role="tab"][aria-selected="true"]::after { position: absolute; right: 18px; bottom: -1px; left: 18px; height: 3px; border-radius: 3px 3px 0 0; background: var(--cyan); content: ""; }
.tab-list [role="tab"]:focus-visible { z-index: 2; outline-offset: -4px; }
.focus-tabs .tab-list [role="tab"] span { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; font-weight: 600; }
.focus-panel { min-height: 188px; display: grid; grid-template-columns: 68px minmax(0,1fr) auto; align-items: center; gap: 24px; padding: 30px 34px; }
.focus-panel[hidden], .guide-panel[hidden] { display: none !important; }
.focus-panel-mark { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 18px; background: var(--navy); color: #a9deed; font-size: 22px; font-weight: 750; }
.focus-panel .card-number { color: var(--blue-dark); }
.focus-panel h3 { margin: 7px 0; color: var(--navy); font-size: 24px; line-height: 1.2; }
.focus-panel p { max-width: 720px; margin: 0; color: var(--body); font-size: 15px; line-height: 1.6; }
.focus-panel .status-tag { margin: 0; }
.pillars-section { background: #f3f7fa; }
.pillar-grid { gap: 14px; }
.pillar-card { min-height: 254px; padding: 23px; border-radius: 14px; box-shadow: 0 7px 20px rgba(11,42,74,.035); transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.pillar-card:hover { transform: translateY(-3px); border-color: #a8cde2; box-shadow: 0 15px 30px rgba(11,42,74,.085); }
.pillar-top { align-items: center; gap: 10px; }
.pillar-top > span:last-child { margin-left: auto; text-align: right; font-size: 10px; }
.pillar-icon { width: 39px; height: 39px; padding: 8px; border: 1px solid #cde3ee; border-radius: 12px; background: #f0f8fc; color: var(--blue-dark); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pillar-card:nth-child(4) .pillar-icon { border-color: #d9d1ff; background: #f5f3ff; color: var(--lilac); }
.pillar-card:nth-child(6) .pillar-icon { border-color: #c6efd3; background: #effbf3; color: #258b51; }
.process-rail li:nth-child(3) .process-icon { border-color: #c6efd3; background: #effbf3; color: #258b51; }
.process-rail li:nth-child(4) .process-icon { border-color: #d9d1ff; background: #f5f3ff; color: var(--lilac); }
.pillar-card h3 { margin-top: 13px; }
.pillar-card p { font-size: 14px; line-height: 1.55; }
.pillar-card .status-tag { font-size: 11px; }
.intelligence-photo { position: relative; overflow: hidden; height: clamp(190px,25vw,300px); margin: 0 0 20px; border-radius: 15px; background: var(--navy); }
.intelligence-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 44% 8%; }
.insight-section { background: #eef7fa; }
.insight-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.insight-heading > div:first-child { max-width: 680px; }
.insight-heading h2 { margin: 0; color: var(--navy); font-size: clamp(30px,3.5vw,42px); line-height: 1.12; letter-spacing: -.04em; }
.insight-heading .section-intro { margin-top: 10px; }
.content-note { max-width: 350px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; padding: 15px 18px; border: 1px solid #ccdee5; border-radius: 12px; background: rgba(255,255,255,.76); }
.content-note-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: #e1f5f7; color: #17728a; font-size: 18px; }
.content-note p { margin: 0; color: var(--body); font-size: 13px; line-height: 1.45; }
.content-note strong { color: var(--navy); }
.guide-layout { display: grid; grid-template-columns: minmax(300px,.88fr) minmax(0,1.12fr); gap: 18px; align-items: stretch; }
.guide-photo { position: relative; overflow: hidden; min-height: 385px; margin: 0; border-radius: 15px; background: #dce9ee; box-shadow: var(--shadow); }
.guide-photo img { width: 100%; height: 100%; display: block; min-height: 385px; object-fit: cover; object-position: 50% 48%; }
.guide-workspace { overflow: hidden; border: 1px solid #d4e1e8; border-radius: 15px; background: white; box-shadow: 0 10px 27px rgba(11,42,74,.055); }
.guide-workspace-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 19px 22px 14px; }
.guide-count { color: var(--muted); font-size: 11px; letter-spacing: .08em; font-weight: 750; }
.guide-tabs { background: white; padding: 0 12px; }
.guide-tabs [role="tab"] { min-height: 46px; padding: 10px 12px; border-right: 0; color: #5a6d7e; font-size: 12px; text-align: center; }
.guide-tabs [role="tab"][aria-selected="true"] { background: #f4fafc; }
.guide-tabs [role="tab"][aria-selected="true"]::after { right: 10px; left: 10px; }
.guide-panel { min-height: 275px; padding: 23px 25px 14px; }
.guide-step { color: var(--blue-dark); font-size: 10px; letter-spacing: .1em; font-weight: 850; }
.guide-panel h3 { margin: 7px 0 12px; color: var(--navy); font-size: 21px; line-height: 1.25; }
.guide-panel ul { margin: 0; padding-left: 20px; color: var(--body); font-size: 14px; line-height: 1.55; }
.guide-panel li + li { margin-top: 6px; }
.guide-workspace > .section-footnote { margin: 0; padding: 11px 25px 17px; border-top: 1px solid #edf1f4; font-size: 11px; }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: minmax(0,.95fr) minmax(340px,1fr); gap: 30px; }
  .hero-copy h1 { font-size: clamp(39px,5.2vw,54px); }
  .process-rail { gap: 10px; padding: 17px; }
  .process-rail li { grid-template-columns: 40px 1fr; gap: 8px; }
  .process-icon { width: 40px; height: 40px; }
  .process-rail li:not(:last-child)::after { left: 47px; right: -16px; top: 20px; }
  .process-rail h3 { font-size: 13px; }
  .process-rail li > p { font-size: 11px; }
  .guide-layout { grid-template-columns: minmax(250px,.8fr) minmax(0,1.2fr); }
}
@media (max-width: 760px) {
  .hero-inner { grid-template-columns: 1fr; gap: 23px; padding: 40px 0 42px; }
  .hero-copy h1 { font-size: clamp(38px,10vw,51px); }
  .hero-visual { width: 100%; aspect-ratio: 1.45; max-height: 340px; }
  .process-section { padding: 38px 0 42px; }
  .process-heading { display: block; margin-bottom: 17px; }
  .process-heading h2 { font-size: 25px; }
  .process-heading > p:last-child { margin-top: 6px; }
  .process-rail { grid-template-columns: 1fr 1fr; gap: 0; padding: 8px 14px; }
  .process-rail li { min-height: 112px; grid-template-columns: 42px 1fr; column-gap: 10px; padding: 12px 3px; }
  .process-rail li:not(:last-child)::after { display: none; }
  .process-icon { width: 42px; height: 42px; }
  .process-number { font-size: 9px; }
  .process-rail h3 { font-size: 13px; }
  .process-rail li > p { font-size: 11px; }
  .focus-panel { grid-template-columns: 46px 1fr; gap: 14px; padding: 21px; }
  .focus-panel-mark { width: 44px; height: 44px; border-radius: 13px; font-size: 17px; }
  .focus-panel h3 { font-size: 20px; }
  .focus-panel p { font-size: 14px; }
  .focus-panel > .status-tag { grid-column: 2; justify-self: start; }
  .tab-list [role="tab"] { min-height: 58px; padding: 9px 8px; font-size: 12px; }
  .focus-tabs .tab-list [role="tab"] span { font-size: 10px; }
  .pillar-card { min-height: 220px; }
  .intelligence-photo { height: 210px; }
  .insight-heading { display: grid; gap: 16px; }
  .insight-heading h2 { font-size: 31px; }
  .content-note { max-width: none; }
  .guide-layout { grid-template-columns: 1fr; gap: 13px; }
  .guide-photo { min-height: 225px; max-height: 275px; }
  .guide-photo img { min-height: 225px; }
  .guide-workspace-head { padding: 16px 15px 11px; }
  .guide-tabs { padding: 0 6px; }
  .guide-tabs [role="tab"] { padding: 9px 4px; font-size: 11px; }
  .guide-panel { min-height: 270px; padding: 20px 17px 13px; }
  .guide-panel ul { font-size: 13px; }
  .meeting-options { grid-template-columns: 1fr; }
  .guide-workspace > .section-footnote { padding: 10px 17px 14px; }
  .image-credit { text-align: left; }
}


/* Header navigation is presented as clear section tabs */
.main-nav { gap: 3px; padding: 5px; border: 1px solid #e5edf2; border-radius: 11px; background: #f5f8fa; }
.main-nav > a { min-height: 40px; padding: 0 9px; border: 1px solid transparent; border-radius: 8px; color: #425a70; font-size: 13px; font-weight: 700; transition: background .16s ease,color .16s ease,border-color .16s ease; }
.main-nav > a:hover { background: white; color: var(--navy); }
.main-nav > a[aria-current="location"] { border-color: var(--navy); background: var(--navy); color: white; box-shadow: 0 2px 8px rgba(11,42,74,.18); }
.main-nav > a[aria-current="location"]::before { width: 5px; height: 5px; flex: 0 0 5px; margin-right: 6px; border-radius: 50%; background: var(--cyan); content: ""; }
.who-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; margin-top: 18px; }
.who-actions .text-link { margin: 0; }
.button-profile { min-height: 42px; padding: 10px 14px; border-color: #bed8e7; background: white; color: var(--navy); }
.button-profile:hover { border-color: #91bfd7; background: #f8fcfe; }
@media (max-width: 1200px) and (min-width: 1101px) {
  .header-inner { width: calc(100% - 36px); gap: 12px; }
  .brand img { width: 174px; }
  .main-nav { gap: 2px; padding: 4px; }
  .main-nav > a { padding: 0 7px; font-size: 12px; }
}
@media (max-width: 1100px) {
  .main-nav { gap: 0; padding: 9px 22px 16px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 12px 12px; background: white; }
  .main-nav > a { min-height: 45px; padding: 0 10px; border: 0; border-bottom: 1px solid #edf1f4; border-radius: 6px; font-size: 14px; }
  .main-nav > a[aria-current="location"] { border-bottom-color: #edf1f4; background: var(--navy); color: white; box-shadow: inset 3px 0 var(--cyan); }
  .main-nav > a[aria-current="location"]::before { display: none; }
  .who-actions { gap: 10px 16px; }
}
@media (max-width: 760px) {
  .main-nav { padding-right: 16px; padding-left: 16px; }
  .who-actions { align-items: flex-start; flex-direction: column; }
}

/* Coupa-inspired top treatment: crisp white navigation, blue utility strip, cinematic navy hero. */
.utility-bar { min-height: 34px; background: #155eb5; color: white; }
.utility-inner { width: min(1280px,calc(100% - 56px)); min-height: 34px; display: flex; justify-content: flex-end; align-items: center; gap: 15px; margin: 0 auto; font-size: 11px; letter-spacing: .08em; font-weight: 750; }
.utility-inner a { display: inline-flex; align-items: center; gap: 8px; color: white; font-size: 12px; letter-spacing: 0; text-decoration: none; }
.utility-inner a:hover { text-decoration: underline; text-underline-offset: 3px; }
.site-header { background: rgba(255,255,255,.98); }
.hero-section { position: relative; min-height: 560px; background: #0a2054; color: white; }
.hero-inner { position: relative; z-index: 2; width: min(1280px,calc(100% - 56px)); min-height: 560px; display: block; padding: 88px 0 94px; }
.hero-copy { position: relative; z-index: 2; width: min(680px,58%); max-width: 680px; }
.hero-copy .eyebrow { color: #a5e8f4; }
.hero-copy h1 { max-width: 680px; color: white; font-size: clamp(48px,5.3vw,70px); line-height: 1.04; letter-spacing: -.045em; }
.hero-copy h1 em { color: #59d3ef; }
.hero-lede { max-width: 570px; color: #e1edf8; font-size: 18px; }
.hero-visual { position: absolute; z-index: 1; inset: 0 0 0 auto; width: min(68%,1000px); height: 100%; aspect-ratio: auto; border: 0; border-radius: 0; background: #17284e; box-shadow: none; }
.hero-visual::after { inset: 0; background: linear-gradient(90deg,#0a2054 0%,rgba(10,32,84,.94) 10%,rgba(10,32,84,.76) 30%,rgba(10,32,84,.23) 73%,rgba(10,32,84,.18) 100%),linear-gradient(0deg,rgba(7,25,68,.58) 0%,transparent 38%); }
.hero-visual img { object-position: 58% 46%; }
.button-primary { background: #55d1ef; color: #092652; }
.button-primary:hover { background: #79def5; }
.button-quiet { border-color: rgba(255,255,255,.7); background: rgba(7,25,68,.15); color: white; }
.button-quiet:hover { border-color: white; background: rgba(255,255,255,.12); }

.section-rail { position: fixed; z-index: 22; top: 50%; right: 14px; display: grid; gap: 5px; padding: 8px; border: 1px solid rgba(210,224,236,.88); border-radius: 24px; background: rgba(255,255,255,.94); box-shadow: 0 9px 28px rgba(7,25,68,.13); backdrop-filter: blur(12px); transform: translateY(-50%); }
.section-rail a { width: 34px; height: 34px; display: flex; align-items: center; justify-content: flex-end; gap: 9px; overflow: hidden; padding: 0 10px 0 12px; border-radius: 18px; color: #425b76; text-decoration: none; white-space: nowrap; transition: width .18s ease,background .18s ease,color .18s ease; }
.section-rail a:hover, .section-rail a:focus-visible { width: 142px; background: #eef8fc; color: var(--navy); }
.section-rail a[aria-current="location"] { background: var(--navy); color: white; }
.rail-label { order: 0; opacity: 0; transform: translateX(5px); transition: opacity .15s ease,transform .15s ease; font-size: 12px; font-weight: 700; }
.section-rail a:hover .rail-label, .section-rail a:focus-visible .rail-label { opacity: 1; transform: translateX(0); }
.rail-dot { width: 8px; height: 8px; flex: 0 0 8px; order: 1; border: 1.5px solid #6b8097; border-radius: 50%; background: white; }
.section-rail a[aria-current="location"] .rail-dot { border-color: var(--cyan); background: var(--cyan); box-shadow: 0 0 0 3px rgba(85,209,239,.22); }

@media (max-width: 1100px) {
  .utility-inner, .hero-inner { width: min(100% - 40px,1280px); }
  .hero-copy { width: min(650px,66%); }
  .hero-visual { width: 75%; }
}
@media (max-width: 760px) {
  body { padding-bottom: 72px; }
  .utility-inner { width: calc(100% - 32px); min-height: 32px; font-size: 10px; }
  .utility-inner a { font-size: 11px; }
  .hero-section, .hero-inner { min-height: 520px; }
  .hero-inner { width: calc(100% - 32px); display: flex; align-items: center; padding: 72px 0 76px; }
  .hero-copy { width: 100%; max-width: 560px; }
  .hero-copy h1 { font-size: clamp(42px,10.5vw,59px); }
  .hero-lede { max-width: 470px; font-size: 16px; }
  .hero-visual { width: 100%; opacity: .74; }
  .hero-visual::after { background: linear-gradient(90deg,rgba(10,32,84,.96),rgba(10,32,84,.74)),linear-gradient(0deg,rgba(7,25,68,.7),transparent 65%); }
  .section-rail { top: auto; right: 10px; bottom: 10px; left: 10px; display: block; overflow: hidden; padding: 5px; border-radius: 14px; transform: none; }
  .section-rail { background: rgba(255,255,255,.97); }
  .section-rail { display: flex; align-items: center; gap: 3px; overflow-x: auto; }
  .section-rail a, .section-rail a:hover, .section-rail a:focus-visible { width: auto; height: 42px; flex: 0 0 auto; justify-content: center; padding: 0 12px; border-radius: 10px; background: transparent; }
  .section-rail a[aria-current="location"] { background: var(--navy); color: white; }
  .rail-label, .section-rail a:hover .rail-label, .section-rail a:focus-visible .rail-label { opacity: 1; transform: none; font-size: 12px; }
  .rail-dot { display: none; }
}
@media (max-width: 1100px) {
  body { padding-bottom: 72px; }
  .section-rail { top: auto; right: 10px; bottom: 10px; left: 10px; display: flex; align-items: center; gap: 3px; overflow-x: auto; padding: 5px; border-radius: 14px; background: rgba(255,255,255,.97); transform: none; }
  .section-rail a, .section-rail a:hover, .section-rail a:focus-visible { width: auto; height: 42px; flex: 0 0 auto; justify-content: center; padding: 0 12px; border-radius: 10px; background: transparent; }
  .section-rail a[aria-current="location"] { background: var(--navy); color: white; }
  .rail-label, .section-rail a:hover .rail-label, .section-rail a:focus-visible .rail-label { opacity: 1; transform: none; font-size: 12px; }
  .rail-dot { display: none; }
}

/* Compact brand-first footer and Ask Procureze assistant placeholder. */
.footer-brand { width: min(320px,100%); display: flex; align-items: flex-start; flex-direction: column; }
.footer-social { gap: 17px; }
.footer-cta { width: 254px; min-height: 56px; justify-content: center; border-radius: 30px; font-size: 17px; }
.footer-bottom { min-height: 40px; }
.ask-launcher { position: fixed; z-index: 26; right: 24px; bottom: 24px; min-height: 48px; display: inline-flex; align-items: center; gap: 10px; padding: 7px 14px 7px 9px; border: 1px solid #d5e3ed; border-radius: 28px; background: white; color: #102b5d; box-shadow: 0 8px 26px rgba(7,25,68,.18); font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .16s ease,box-shadow .16s ease; }
.ask-launcher:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(7,25,68,.22); }
.ask-launcher-mark, .ask-mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: #55d1ef; color: #092652; font-size: 18px; }
.ask-launcher-tag, .ask-preview-label { color: #6b7b8c; font-size: 9px; letter-spacing: .08em; font-weight: 800; }
.ask-panel { position: fixed; z-index: 27; right: 24px; bottom: 84px; width: min(350px,calc(100vw - 28px)); padding: 18px; border: 1px solid #d8e3ec; border-radius: 16px; background: white; box-shadow: 0 18px 48px rgba(7,25,68,.22); }
.ask-panel[hidden] { display: none; }
.ask-panel-head { display: flex; align-items: center; gap: 10px; }
.ask-panel-head > div { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.ask-panel-head h2 { margin: 0; color: #0a2054; font-size: 17px; line-height: 1.2; }
.ask-mark { flex: 0 0 36px; width: 36px; height: 36px; }
.ask-preview-label { color: #155cae; }
.ask-close { width: 34px; height: 34px; display: grid; place-items: center; margin-left: auto; border: 0; border-radius: 50%; background: #f2f6f9; color: #36516c; font-size: 23px; line-height: 1; cursor: pointer; }
.ask-panel-copy { margin: 18px 0 17px; color: #435b73; font-size: 14px; line-height: 1.5; }
.ask-input-label { display: block; margin-bottom: 6px; color: #536a7d; font-size: 12px; font-weight: 700; }
.ask-input-wrap { display: flex; gap: 7px; padding: 5px; border: 1px solid #d9e3eb; border-radius: 10px; background: #f7f9fb; }
.ask-input-wrap input { width: 100%; min-width: 0; min-height: 38px; padding: 7px; border: 0; outline: 0; background: transparent; color: #536a7d; font-size: 14px; }
.ask-input-wrap input::placeholder { color: #8a99a8; }
.ask-input-wrap button { width: 36px; flex: 0 0 36px; border: 0; border-radius: 8px; background: #d9e4ec; color: #66798a; font-size: 19px; }
.ask-input-wrap input:disabled, .ask-input-wrap button:disabled { cursor: not-allowed; }
.ask-form { display: flex; gap: 7px; margin-top: 12px; }
.ask-form input { min-width: 0; flex: 1; min-height: 40px; padding: 8px 10px; border: 1px solid #c8d7e5; border-radius: 9px; color: #102b5d; background: #f7f9fb; }
.ask-form button { border: 0; border-radius: 9px; padding: 0 13px; color: white; background: #0a4e92; font-weight: 700; cursor: pointer; }
.ask-form button:disabled { opacity: .55; cursor: wait; }
.ask-form input:focus-visible, .ask-form button:focus-visible { outline: 3px solid #55d1ef; outline-offset: 2px; }
.ask-answer { margin: 12px 0 0; color: #183c67; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
@media (max-width: 1100px) {
  .ask-launcher { right: 14px; bottom: 82px; }
  .ask-panel { right: 14px; bottom: 138px; }
}
@media (max-width: 760px) {
  .footer-brand { width: 100%; }
  .footer-social { gap: 15px; }
  .ask-launcher { right: 12px; bottom: 78px; min-height: 45px; }
  .ask-panel { right: 12px; bottom: 132px; width: min(350px,calc(100vw - 24px)); }
}

/* Shared type scale: metadata 12px, interface text 14px, body 16px. */
:root {
  --type-meta: .75rem;
  --type-ui: .875rem;
  --type-body: 1rem;
  --type-lead: 1.125rem;
  --type-card-title: 1.25rem;
  --type-panel-title: 1.375rem;
}
body { font-size: var(--type-body); }
.main-nav, .main-nav > a { font-size: var(--type-ui); }
.utility-inner a, .button, .client-login, .search-panel label, .search-results,
.search-result strong, .search-result span, .text-link, .footer-cta,
.footer-link-group a, .legal-links button, .stage-chip, .draft-preview-banner,
.content-note p, .ask-input-label, .guide-workspace > .section-footnote,
.pillar-card .status-tag, .copyright, .section-rail .rail-label,
.section-rail a:hover .rail-label, .section-rail a:focus-visible .rail-label { font-size: var(--type-ui); }
.hero-lede, .tech-lede { font-size: var(--type-lead); }
.section-intro, .focus-card p, .focus-panel p, .pillar-card p,
.resource-card p, .career-card p, .intelligence-card p, .intelligence-card ul,
.who-copy > p:not(.eyebrow), .tech-principles p, .experiment-card p,
.recommendation > p, .recommendation-next p, .field-guide-card ul,
.guide-panel ul, .help-grid p, .contact-copy > p:not(.eyebrow) { font-size: var(--type-body); }
.process-rail li > p, .process-heading > p:last-child, .tech-principles p,
.experiment-note, .section-footnote, .help-grid summary, .contact-note,
.meeting-message, .meeting-selected, .meeting-form > label:not(.meeting-confirm),
.meeting-confirm, .meeting-reset, .meeting-disclosure, .need-option small,
.meeting-options strong, .meeting-options small, .recommendation-next strong,
.need-option strong, .recommendation-status, .readiness-steps span { font-size: var(--type-ui); }
.eyebrow, .card-number, .resource-kind, .intelligence-index, .format-label,
.contact-side-label, .status-tag, .recommendation-kicker, .pillar-top,
.process-number, .guide-count, .guide-step, .focus-tabs .tab-list [role="tab"] span,
.soon-mini, .meeting-stage, .meeting-step-label, .image-credit,
.ask-launcher-tag, .ask-preview-label, .social-line small,
.field-guide-card > span { font-size: var(--type-meta); }
.focus-card h3, .resource-card h3, .career-card h3, .intelligence-card h3,
.pillar-card h3, .process-rail h3, .focus-panel h3, .guide-panel h3,
.footer-link-group h2 { font-size: var(--type-card-title); }
.recommendation h3, .experiment-card h3, .meeting-card-head h3 { font-size: var(--type-panel-title); }
.ask-panel-head h2 { font-size: var(--type-lead); }
.legal-dialog-head h2 { font-size: var(--type-panel-title); }
.pillar-top > span:last-child { font-size: var(--type-meta); }
.who-mark > span:first-child, .who-mark > span:nth-child(2) { font-size: var(--type-meta); }
.readiness-steps b { font-size: var(--type-meta); }
.ask-input-wrap input { font-size: var(--type-body); }
.ask-launcher-tag, .ask-preview-label, .ask-input-wrap input::placeholder { color: var(--muted); }
.image-credit { color: #5f7285; }
.focus-tabs .tab-list [role="tab"], .guide-tabs [role="tab"] { font-size: var(--type-ui); }
.contact-note, .experiment-note { font-size: var(--type-ui) !important; }
.image-credit { text-align: center; }

/* Compact the procurement cycle into the capabilities sequence. */
.cycle-strip { display: grid; grid-template-columns: max-content 1fr; align-items: center; gap: 24px; margin-top: 22px; padding: 16px 20px; border: 1px solid #d6e2e9; border-radius: 12px; background: rgba(255,255,255,.78); }
.cycle-label { color: var(--blue-dark); font-size: var(--type-meta); letter-spacing: .1em; font-weight: 800; }
.cycle-strip ol { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.cycle-strip li { display: flex; align-items: center; gap: 8px; color: var(--navy); font-size: var(--type-ui); font-weight: 700; }
.cycle-strip li span { color: var(--muted); font-size: var(--type-meta); font-weight: 800; }

/* Keep body copy, controls, and headings on one shared site-wide type scale. */
.search-panel label, .search-results, .search-result span, .client-access-notice,
.draft-preview-banner, .stage-chip, .need-option strong, .need-option small,
.recommendation-next strong, .format-list span, .social-line > span,
.field-guide-heading > p:last-child, .readiness-steps span, .meeting-options strong,
.meeting-form > label:not(.meeting-confirm), .meeting-confirm, .meeting-reset,
.meeting-selected, .meeting-message, .help-grid summary, .legal-dialog > p,
.footer-link-group a { font-size: var(--type-ui); }
.focus-panel p, .process-rail li > p, .section-footnote, .content-note p,
.contact-note, .experiment-note, .guide-workspace > .section-footnote { font-size: var(--type-ui); }
.focus-card p, .focus-panel p, .pillar-card p, .resource-card p, .career-card p,
.intelligence-card p, .who-copy > p:not(.eyebrow), .field-guide-heading > p:last-child,
.help-grid p, .contact-copy > p:not(.eyebrow), .guide-panel ul, .experiment-card p,
.recommendation > p, .recommendation-next p, .tech-principles p { font-size: var(--type-body); }

@media (max-width: 760px) {
  .cycle-strip { grid-template-columns: 1fr; gap: 9px; margin-top: 17px; padding: 14px; }
  .cycle-strip ol { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px 8px; }
  .section-head h2, .who-copy h2, .technology-grid h2, .contact-copy h2,
  .insight-heading h2 { font-size: 1.875rem; }
}
.legal-dialog > p { font-size: var(--type-body); }
.contact-email { font-size: var(--type-lead); }
.field-guide-card h4 { font-size: var(--type-card-title); }

/* Brand header actions inspired by the supplied clean, pill-button reference. */
.header-inner { min-height: 76px; gap: 18px; }
.main-nav { gap: clamp(8px,1vw,14px); padding: 0; border: 0; border-radius: 0; background: transparent; }
.main-nav > a { min-height: 40px; padding: 0 4px; border: 0; border-radius: 0; background: transparent; color: #40566c; font-size: 14px; font-weight: 650; }
.main-nav > a:hover { background: transparent; color: var(--blue-dark); }
.main-nav > a[aria-current="location"] { border: 0; background: transparent; color: var(--navy); box-shadow: none; }
.main-nav > a[aria-current="location"]::before { display: none; }
.main-nav > a.nav-action { min-height: 48px; gap: 12px; padding: 0 21px; border: 0; border-radius: 28px; color: white; font-size: 16px; font-weight: 750; box-shadow: 0 5px 13px rgba(9,38,82,.13); transition: transform .16s ease,filter .16s ease,box-shadow .16s ease; }
.main-nav > a.nav-action:hover, .main-nav > a.nav-action:focus-visible { transform: translateY(-1px); filter: brightness(1.04); }
.main-nav > a.nav-why { background: linear-gradient(120deg,#18a6c8,#1482b5); }
.main-nav > a.nav-contact { background: linear-gradient(120deg,#315db7,#172b68); }
.main-nav > a.nav-action[aria-current="location"] { color: white; }
.main-nav > a.nav-action[aria-current="location"]::before { display: none; }
.site-search > summary { width: 42px; min-height: 42px; justify-content: center; padding: 8px; border: 0; border-radius: 50%; background: transparent; color: #243c66; }
.site-search > summary:hover, .site-search[open] > summary { background: #eff4f8; }
.site-search > summary svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.search-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; clip-path: inset(50%); }
.client-login { min-height: 42px; padding: 0 9px; border: 0; border-radius: 7px; background: transparent; color: var(--navy); font-size: 14px; font-weight: 750; }
.client-login:hover { background: #eef4f8; color: var(--navy); transform: none; }
.client-access-notice { top: calc(100% + 2px); right: 0; }
@media (max-width: 1100px) {
  .main-nav { gap: 0; padding: 9px 22px 16px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 12px 12px; background: white; }
  .main-nav > a { min-height: 45px; padding: 0 10px; border: 0; border-bottom: 1px solid #edf1f4; border-radius: 6px; font-size: 14px; }
  .main-nav > a[aria-current="location"] { border-bottom-color: #edf1f4; background: var(--navy); color: white; box-shadow: inset 3px 0 var(--cyan); }
  .main-nav > a[aria-current="location"]::before { display: none; }
  .main-nav > a.nav-action { min-height: 46px; justify-content: space-between; margin-top: 7px; padding: 0 16px; border: 0; border-radius: 24px; }
  .main-nav > a.nav-action[aria-current="location"] { color: white; }
  .main-nav > a.nav-action[aria-current="location"]::before { display: none; }
  .site-search > summary { width: 100%; min-height: 45px; justify-content: flex-start; border-radius: 6px; }
  .search-label { position: static; width: auto; height: auto; overflow: visible; clip: auto; clip-path: none; }
  .client-login { margin: 7px 0 0; }
}

/* Brighter, brand-matched sparkle mark for Eze AI. */
.ask-launcher-mark, .ask-mark {
  border: 1px solid rgba(255,255,255,.78);
  background: linear-gradient(135deg,#17c8e8 0%,#258de0 48%,#7057e8 100%);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(49,157,226,.12),0 5px 14px rgba(30,99,200,.3);
  text-shadow: 0 1px 2px rgba(4,25,75,.4);
}
.ask-launcher-mark { width: 34px; height: 34px; font-size: 20px; }
.ask-mark { width: 38px; height: 38px; flex-basis: 38px; font-size: 21px; }
.ask-launcher:hover .ask-launcher-mark { box-shadow: 0 0 0 4px rgba(49,157,226,.16),0 6px 16px rgba(30,99,200,.4); }

/* Compact announcement strip for the latest site update. */
.announcement-bar { position: relative; z-index: 31; background: linear-gradient(105deg,#22234a 0%,#304f96 34%,#087c83 63%,#826000 83%,#9e420c 100%); color: white; }
.announcement-inner { width: min(1280px,calc(100% - 56px)); min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 auto; }
.announcement-inner p { display: flex; align-items: center; gap: 14px; margin: 0; color: #f5f9ff; font-size: 15px; line-height: 1.4; font-weight: 620; }
.announcement-label { flex: 0 0 auto; color: #ffffff; font-size: 11px; letter-spacing: .11em; font-weight: 850; }
.announcement-inner > a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; color: white; font-size: 14px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.announcement-inner > a span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #20c3e6; color: #092652; font-size: 18px; transition: transform .16s ease; }
.announcement-inner > a:hover span { transform: translateX(2px); }
.announcement-inner > a:focus-visible { outline-offset: 4px; }
@media (max-width: 760px) {
  .announcement-inner { width: calc(100% - 32px); min-height: 58px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; padding: 8px 0; }
  .announcement-inner p { align-items: flex-start; gap: 8px; font-size: 13px; }
  .announcement-label { font-size: 10px; }
  .announcement-inner > a { margin-left: auto; font-size: 12px; }
  .announcement-inner > a span { width: 20px; height: 20px; font-size: 15px; }
}

/* Clear visitor path and compact, explorable capability story. */
.starting-section { padding-top: 58px; padding-bottom: 60px; }
.starting-section .section-head { margin-bottom: 20px; }
.current-section { padding-top: 58px; padding-bottom: 60px; }
.pillar-explorer { overflow: hidden; border: 1px solid #d7e3ea; border-radius: 15px; background: white; box-shadow: 0 9px 28px rgba(11,42,74,.055); }
.pillar-tabs { grid-template-columns: repeat(5,minmax(0,1fr)); }
.pillar-tabs [role="tab"] { display: flex; align-items: center; justify-content: center; gap: 7px; min-width: 0; min-height: 60px; padding: 10px 8px; border-right: 1px solid var(--line); color: #52677c; text-align: center; font-size: 13px; }
.pillar-tabs [role="tab"] span { color: #64798b; font-size: 11px; font-weight: 800; }
.pillar-tabs [role="tab"][aria-selected="true"] { background: var(--navy); color: white; }
.pillar-tabs [role="tab"][aria-selected="true"] span { color: #a7e5f1; }
.pillar-tabs [role="tab"][aria-selected="true"]::after { right: 8px; left: 8px; bottom: 0; background: #34c2e4; }
.pillar-tabs [role="tab"]:focus-visible { z-index: 2; outline-offset: -4px; }
.pillar-detail { min-height: 250px; display: grid; grid-template-columns: 210px minmax(0,1fr); align-items: center; gap: clamp(24px,5vw,66px); padding: 35px clamp(24px,5vw,60px); }
.pillar-detail[hidden] { display: none !important; }
.pillar-detail-mark { min-height: 150px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 16px; border-radius: 14px; background: #f0f7fb; color: var(--blue-dark); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-align: center; }
.pillar-detail-mark .pillar-icon { width: 52px; height: 52px; padding: 10px; }
.pillar-detail .eyebrow { margin: 0 0 8px; }
.pillar-detail h3 { margin: 0 0 9px; color: var(--navy); font-size: clamp(24px,3vw,32px); line-height: 1.2; letter-spacing: -.03em; }
.pillar-detail > div:last-child > p:not(.eyebrow) { max-width: 680px; margin: 0; color: var(--body); font-size: 16px; line-height: 1.65; }
.pillar-detail .text-link { margin-top: 15px; }
.cycle-strip { display: none; }
.technology-section { padding-bottom: 64px; }
.tech-principles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 21px; }
.tech-principles span { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 30px; background: rgba(255,255,255,.07); color: #e8f7fb; font-size: 13px; font-weight: 720; }
.pip-workflow-preview { margin-top: 48px; }
.pip-workflow-preview .process-heading { margin-bottom: 18px; }
.pip-workflow-preview .process-heading h3 { margin: 0; color: white; font-size: clamp(22px,3vw,30px); line-height: 1.2; letter-spacing: -.03em; }
.pip-workflow-preview .process-heading > p:last-child { margin: 0; color: #bfd1df; font-size: 14px; }
.pip-workflow-preview .process-rail { border-color: rgba(255,255,255,.2); background: #103455; box-shadow: none; }
.pip-workflow-preview .process-rail li:not(:last-child)::after { border-color: #60839e; }
.pip-workflow-preview .process-number { color: #a9dbea; }
.pip-workflow-preview .process-rail h3 { color: white; }
.pip-workflow-preview .process-rail li > p { color: #c5d7e5; font-size: 13px; }
.pip-workflow-preview .process-icon { border-color: #4f7897; background: #173f60; color: #b8eaf4; }
@media (max-width: 900px) {
  .pillar-tabs { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .pillar-tabs [role="tab"]:nth-child(3) { border-right: 0; }
  .pillar-tabs [role="tab"]:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 760px) {
  .starting-section { padding-top: 42px; padding-bottom: 46px; }
  .current-section { padding-top: 42px; padding-bottom: 46px; }
  .pillar-tabs { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pillar-tabs [role="tab"] { justify-content: flex-start; min-height: 50px; padding: 9px 12px; text-align: left; }
  .pillar-tabs [role="tab"]:nth-child(3) { border-right: 1px solid var(--line); }
  .pillar-tabs [role="tab"]:nth-child(2n) { border-right: 0; }
  .pillar-tabs [role="tab"]:nth-child(4) { border-bottom: 1px solid var(--line); }
  .pillar-tabs [role="tab"]:nth-child(5) { border-bottom: 0; }
  .pillar-detail { min-height: 0; grid-template-columns: 1fr; gap: 19px; padding: 23px; }
  .pillar-detail-mark { min-height: 90px; flex-direction: row; }
  .pillar-detail-mark .pillar-icon { width: 42px; height: 42px; }
  .pip-workflow-preview { margin-top: 37px; }
  .pip-workflow-preview .process-heading { display: grid; gap: 8px; }
  .pip-workflow-preview .process-rail { grid-template-columns: 1fr 1fr; }
  .pip-workflow-preview .process-rail li { min-height: 120px; }
}

/* Guided, sample-only PIP concept demo. */
.pip-demo-shell { overflow: hidden; border: 1px solid rgba(190,215,232,.72); border-radius: 18px; background: #fff; color: var(--navy); box-shadow: 0 18px 48px rgba(0,13,43,.2); }
.pip-demo-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-bottom: 1px solid #dfe8ee; background: #f7fafc; }
.pip-demo-steps [role="tab"] { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 62px; padding: 10px; border: 0; border-right: 1px solid #e1eaf0; background: transparent; color: #526a7d; font-size: 14px; font-weight: 750; cursor: pointer; }
.pip-demo-steps [role="tab"]:last-child { border-right: 0; }
.pip-demo-steps [role="tab"] span { color: #607b91; font-size: 11px; font-weight: 850; }
.pip-demo-steps [role="tab"][aria-selected="true"] { background: #102d64; color: #fff; }
.pip-demo-steps [role="tab"][aria-selected="true"] span { color: #72def4; }
.pip-demo-steps [role="tab"]:focus-visible, .pip-demo-actions button:focus-visible, .scope-review-card button:focus-visible { position: relative; z-index: 1; outline: 3px solid #13a9d0; outline-offset: -4px; }
.pip-demo-panel { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.9fr); align-items: stretch; gap: 24px; padding: clamp(22px,4vw,38px); }
.pip-demo-panel[hidden] { display: none !important; }
.pip-demo-copy h4 { margin: 10px 0 10px; color: #102d64; font-size: clamp(23px,3vw,30px); line-height: 1.18; letter-spacing: -.025em; }
.pip-demo-copy > p { max-width: 680px; margin: 0; color: #475d72; font-size: 16px; line-height: 1.62; }
.pip-demo-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; margin: 22px 0 0; }
.pip-demo-facts div { padding: 12px; border: 1px solid #e0e9ef; border-radius: 10px; background: #f8fbfd; }
.pip-demo-facts dt { color: #61778a; font-size: 12px; font-weight: 750; }
.pip-demo-facts dd { margin: 5px 0 0; color: #142e52; font-size: 14px; font-weight: 750; }
.pip-demo-insight, .pip-decision-card { align-self: stretch; padding: 22px; border: 1px solid #dce8ef; border-radius: 13px; background: linear-gradient(145deg,#f5fbfe,#edf5fa); }
.demo-status { display: inline-flex; align-items: center; min-height: 26px; padding: 5px 9px; border: 1px solid #b9dfed; border-radius: 20px; background: #e8f8fc; color: #135c80; font-size: 10px; font-weight: 850; letter-spacing: .07em; }
.pip-demo-insight h5, .pip-decision-card h5 { margin: 14px 0 8px; color: #102d64; font-size: 18px; line-height: 1.3; }
.pip-demo-insight p, .pip-decision-card p { margin: 0; color: #465d72; font-size: 14px; line-height: 1.6; }
.pip-demo-insight ul { display: grid; gap: 7px; margin: 13px 0 0; padding-left: 18px; color: #344e66; font-size: 13px; line-height: 1.5; }
.pip-demo-actions { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 18px; border-top: 1px solid #e4ebf0; }
.pip-demo-actions > span { color: #64788b; font-size: 12px; }
.pip-demo-actions .button { min-height: 42px; padding: 10px 15px; border: 0; border-radius: 24px; font-size: 14px; font-weight: 760; }
.pip-demo-actions .text-button, .scope-review-card .text-button { min-height: 40px; padding: 8px 3px; border: 0; background: transparent; color: #145583; font-size: 14px; font-weight: 750; text-align: left; cursor: pointer; }
.scope-review-list { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.scope-review-list li { display: flex; align-items: flex-start; gap: 10px; color: #354d64; font-size: 14px; line-height: 1.5; }
.scope-review-list li span { display: grid; width: 23px; height: 23px; flex: 0 0 23px; place-items: center; border-radius: 50%; background: #e8f3f8; color: #145583; font-size: 10px; font-weight: 850; }
.scope-review-card .text-button { margin-top: 12px; padding: 8px 12px; border: 1px solid #bcd7e5; border-radius: 8px; background: #fff; }
.scope-review-card .text-button[aria-pressed="true"] { border-color: #77c7a5; background: #effaf5; color: #17664a; }
.scope-review-confirmation { margin-top: 10px !important; color: #17664a !important; font-weight: 700; }
.demo-table-wrap { grid-column: 1 / -1; overflow-x: auto; border: 1px solid #dfe8ee; border-radius: 11px; }
.demo-comparison { width: 100%; min-width: 560px; border-collapse: collapse; color: #29435e; font-size: 14px; }
.demo-comparison caption { padding: 12px 15px; background: #f5f9fb; color: #526a7d; font-size: 12px; text-align: left; }
.demo-comparison th, .demo-comparison td { padding: 12px 15px; border-top: 1px solid #e4ebf0; text-align: left; }
.demo-comparison thead th { background: #edf4f8; color: #193b5c; font-size: 12px; }
.demo-comparison tbody th { width: 42%; color: #526a7d; font-size: 13px; font-weight: 650; }
.demo-table-total th, .demo-table-total td { background: #f4f9fc; color: #102d64 !important; font-weight: 850 !important; }
.demo-exception { color: #a14026; font-weight: 750; }
.pip-decision-card { grid-column: 1 / -1; padding: clamp(20px,3vw,28px); }
.pip-decision-card h5 { font-size: clamp(20px,3vw,25px); }
.pip-decision-card p strong { color: #0e614d; }
.decision-checks { display: flex; flex-wrap: wrap; gap: 8px; margin: 17px 0; }
.decision-checks span { display: inline-flex; align-items: center; min-height: 32px; padding: 6px 10px; border: 1px solid #c9dfe8; border-radius: 18px; background: #fff; color: #284c69; font-size: 12px; font-weight: 700; }
.pip-decision-card .decision-caveat { padding-top: 13px; border-top: 1px solid #d7e5ed; color: #596f82; font-size: 13px; }
.pip-demo-disclosure { margin: 0; padding: 12px 20px; border-top: 1px solid #e5edf2; background: #fbfcfd; color: #66798a; font-size: 12px; line-height: 1.5; }
@media (max-width: 850px) {
  .pip-demo-panel { grid-template-columns: 1fr; }
  .pip-demo-facts { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .pip-demo-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pip-demo-steps [role="tab"] { min-height: 52px; justify-content: flex-start; padding: 9px 12px; font-size: 13px; }
  .pip-demo-steps [role="tab"]:nth-child(2) { border-right: 0; }
  .pip-demo-panel { gap: 17px; padding: 19px 16px; }
  .pip-demo-actions { align-items: stretch; flex-direction: column-reverse; }
  .pip-demo-actions > span { order: 2; }
  .pip-demo-actions .button { width: 100%; justify-content: center; }
  .pip-demo-actions .text-button { min-height: 36px; }
  .pip-demo-insight, .pip-decision-card { padding: 17px; }
  .demo-table-wrap { margin-right: -2px; }
}

/* Technology detail page */
.tech-hero { padding: clamp(48px,6.5vw,82px) 0; overflow: hidden; background: linear-gradient(112deg,#0a2054 0%,#164d91 55%,#078597 100%); color: #fff; }
.tech-hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(330px,.9fr); align-items: center; gap: clamp(32px,6vw,82px); }
.tech-hero-copy { max-width: 700px; }
.tech-hero-copy h1 { margin: 12px 0 16px; color: #fff; font-size: clamp(42px,5.2vw,68px); line-height: 1.04; letter-spacing: -.05em; }
.tech-hero-copy h1 em { color: #6bdced; font-style: normal; }
.tech-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 0; color: #e0edf7; font-size: 18px; line-height: 1.65; }
.tech-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.tech-hero-actions .button { min-height: 45px; padding: 11px 17px; border-radius: 26px; font-size: 14px; font-weight: 750; }
.technology-page .main-nav > a[aria-current="page"] { color: var(--navy); font-weight: 800; }
.tech-model-card { padding: clamp(23px,3vw,31px); border: 1px solid rgba(215,239,249,.34); border-radius: 17px; background: linear-gradient(150deg,rgba(255,255,255,.13),rgba(4,28,66,.35)); box-shadow: 0 18px 44px rgba(0,15,49,.2); }
.tech-concept-label { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid rgba(155,235,246,.44); border-radius: 20px; background: rgba(82,205,223,.14); color: #c0f2f8; font-size: 12px; font-weight: 850; letter-spacing: .06em; }
.tech-concept-label svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }
.tech-model-card h2 { margin: 18px 0 18px; color: #fff; font-size: clamp(29px,3.3vw,40px); line-height: 1.12; letter-spacing: -.035em; }
.tech-model-card h2 em { color: #67d8eb; font-style: normal; }
.tech-model-steps { display: grid; grid-template-columns: 1fr; border-top: 1px solid rgba(225,241,248,.2); }
.tech-model-steps > div { display: grid; grid-template-columns: 74px 1fr; gap: 11px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid rgba(225,241,248,.2); }
.tech-model-steps > div > span { color: #94e6f2; font-size: 12px; font-weight: 850; letter-spacing: .06em; }
.tech-model-steps p { margin: 0; color: #e0edf7; font-size: 14px; line-height: 1.45; }
.tech-responsibility { padding: 72px 0 78px; background: #fff; }
.tech-section-head { max-width: 780px; margin: 0 auto 34px; text-align: center; }
.tech-section-head h2 { margin: 8px 0 11px; color: #102d64; font-size: clamp(30px,3.6vw,43px); line-height: 1.13; letter-spacing: -.04em; }
.tech-section-head > p:last-child { max-width: 700px; margin: 0 auto; color: #536a7f; font-size: 16px; line-height: 1.65; }
.tech-responsibility-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.tech-responsibility-card { min-height: 265px; display: flex; flex-direction: column; padding: 24px; border: 1px solid #d8e5ed; border-top: 3px solid #218eb8; border-radius: 13px; background: #fff; box-shadow: 0 8px 22px rgba(11,42,74,.04); }
.tech-rules-card { border-top-color: #5e78c2; background: linear-gradient(155deg,#fff,#f7f9ff); }
.tech-people-card { border-top-color: #21a99f; background: linear-gradient(155deg,#fff,#f5fcfb); }
.tech-card-label { color: #247da2; font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.tech-responsibility-card h3 { margin: 15px 0 9px; color: #153568; font-size: 21px; line-height: 1.22; letter-spacing: -.02em; }
.tech-responsibility-card p { margin: 0; color: #536a7f; font-size: 15px; line-height: 1.6; }
.tech-card-foot { margin-top: auto; padding-top: 17px; color: #2f738d; font-size: 13px; font-weight: 740; }
.tech-data-note { max-width: 900px; margin: 20px auto 0; padding: 15px 17px; border: 1px solid #c8e3eb; border-radius: 10px; background: #eff9fb; color: #3c5d70; font-size: 14px; line-height: 1.55; }
.tech-pip-path { padding: 70px 0 75px; background: linear-gradient(112deg,#0a2054 0%,#123a78 62%,#075f80 100%); color: #fff; }
.tech-pip-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(35px,7vw,90px); }
.tech-pip-intro h2 { max-width: 540px; margin: 9px 0 13px; color: #fff; font-size: clamp(31px,3.7vw,44px); line-height: 1.1; letter-spacing: -.04em; }
.tech-pip-intro > p:not(.eyebrow) { max-width: 590px; margin: 0; color: #d7e6f1; font-size: 16px; line-height: 1.67; }
.tech-inline-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: #9cebf6; font-size: 14px; font-weight: 760; text-decoration: none; }
.tech-inline-link:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.tech-build-ladder { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.tech-build-ladder li { display: grid; grid-template-columns: 36px 1fr auto; align-items: start; gap: 12px; padding: 15px; border: 1px solid rgba(218,239,247,.2); border-radius: 11px; background: rgba(255,255,255,.07); }
.tech-build-ladder li > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(93,216,235,.18); color: #a7f0f5; font-size: 12px; font-weight: 850; }
.tech-build-ladder h3 { margin: 0 0 4px; color: #fff; font-size: 16px; line-height: 1.3; }
.tech-build-ladder p { margin: 0; color: #d4e3ed; font-size: 14px; line-height: 1.5; }
.tech-build-ladder small { padding-top: 6px; color: #91deea; font-size: 12px; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.tech-partnerships { padding: 72px 0 78px; background: #f3f7fa; }
.tech-section-head-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 28px; text-align: left; }
.tech-section-head-row h2 { max-width: 650px; margin-bottom: 0; }
.tech-section-head-row > p:last-child { max-width: 420px; margin: 0 0 4px; }
.tech-partner-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.tech-partner-grid article { min-height: 215px; padding: 22px; border: 1px solid #d9e5ed; border-radius: 13px; background: #fff; }
.tech-partner-grid article > span { color: #26799a; font-size: 12px; font-weight: 850; letter-spacing: .07em; }
.tech-partner-grid h3 { margin: 15px 0 8px; color: #143568; font-size: 20px; }
.tech-partner-grid p { margin: 0; color: #536a7f; font-size: 15px; line-height: 1.58; }
.tech-neutrality-note { margin: 17px 0 0; padding: 14px 16px; border-left: 3px solid #27aac2; background: #eaf5f8; color: #385a70; font-size: 14px; line-height: 1.55; }
.tech-neutrality-note strong { color: #163d65; }
.tech-readiness { padding: 63px 0 70px; background: #fff; }
.tech-readiness-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.tech-readiness-inner > div { max-width: 760px; }
.tech-readiness h2 { margin: 8px 0 10px; color: #102d64; font-size: clamp(29px,3.4vw,40px); line-height: 1.14; letter-spacing: -.035em; }
.tech-readiness-inner > div > p:not(.eyebrow) { margin: 0 0 10px; color: #536a7f; font-size: 15px; line-height: 1.65; }
.tech-readiness .button { min-height: 47px; flex: 0 0 auto; padding: 12px 18px; border-radius: 26px; font-size: 14px; font-weight: 760; }
@media (max-width: 950px) {
  .tech-hero-grid, .tech-pip-grid { grid-template-columns: 1fr; gap: 30px; }
  .tech-model-card { max-width: 650px; }
  .tech-build-ladder { max-width: 760px; }
  .tech-responsibility-grid { grid-template-columns: 1fr 1fr; }
  .tech-responsibility-card:last-child { grid-column: 1/-1; min-height: 220px; }
  .tech-readiness-inner { align-items: flex-start; flex-direction: column; }
  .tech-section-head-row { align-items: flex-start; flex-direction: column; gap: 12px; }
}
@media (max-width: 640px) {
  .technology-page .main-nav > a[aria-current="page"] { border-bottom-color: #edf1f4; background: var(--navy); color: #fff; box-shadow: inset 3px 0 var(--cyan); }
  .tech-hero { padding: 47px 0 51px; }
  .tech-hero-copy h1 { font-size: clamp(37px,9.8vw,51px); }
  .tech-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .tech-hero-actions { align-items: stretch; flex-direction: column; }
  .tech-hero-actions .button { justify-content: center; }
  .tech-responsibility { padding: 49px 0 55px; }
  .tech-section-head { margin-bottom: 27px; text-align: left; }
  .tech-section-head > p:last-child { margin-left: 0; }
  .tech-responsibility-grid, .tech-partner-grid { grid-template-columns: 1fr; }
  .tech-responsibility-card, .tech-responsibility-card:last-child { min-height: 0; grid-column: auto; padding: 20px; }
  .tech-card-foot { margin-top: 17px; }
  .tech-pip-path { padding: 48px 0 54px; }
  .tech-build-ladder li { grid-template-columns: 31px 1fr; gap: 10px; padding: 13px; }
  .tech-build-ladder small { grid-column: 2; padding-top: 0; }
  .tech-partnerships { padding: 49px 0 55px; }
  .tech-partner-grid article { min-height: 0; padding: 19px; }
  .tech-readiness { padding: 48px 0 54px; }
  .tech-readiness .button { justify-content: center; width: 100%; }
}

/* Academy detail page */
.academy-hero { padding: clamp(46px,6vw,77px) 0; overflow: hidden; background: linear-gradient(112deg,#0a2054 0%,#134d87 57%,#067f92 100%); color: #fff; }
.academy-hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr); align-items: center; gap: clamp(32px,5vw,70px); }
.academy-hero-copy { max-width: 700px; }
.academy-hero-copy h1 { margin: 12px 0 16px; color: #fff; font-size: clamp(42px,5.1vw,66px); line-height: 1.04; letter-spacing: -.05em; }
.academy-hero-copy h1 em { color: #6bdced; font-style: normal; }
.academy-hero-copy > p:not(.eyebrow) { max-width: 640px; margin: 0; color: #e0edf7; font-size: 18px; line-height: 1.65; }
.academy-hero-status { display: inline-flex; align-items: center; gap: 9px; margin-top: 19px; padding: 8px 11px; border: 1px solid rgba(155,235,246,.4); border-radius: 22px; background: rgba(82,205,223,.13); color: #d3f7fa; font-size: 12px; font-weight: 830; letter-spacing: .06em; }
.academy-status-dot { width: 8px; height: 8px; border-radius: 50%; background: #62d7e8; box-shadow: 0 0 0 4px rgba(105,219,237,.14); }
.academy-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; }
.academy-hero-actions .button { min-height: 45px; padding: 11px 17px; border-radius: 25px; font-size: 14px; font-weight: 750; }
.academy-hero-figure { margin: 0; padding: 8px; border: 1px solid rgba(215,239,249,.35); border-radius: 17px; background: rgba(255,255,255,.1); box-shadow: 0 20px 46px rgba(0,15,49,.24); }
.academy-hero-figure img { display: block; width: 100%; aspect-ratio: 1.72; border-radius: 11px; object-fit: cover; }
.academy-hero-figure figcaption { padding: 9px 5px 2px; color: #dcecf5; font-size: 12px; line-height: 1.4; }
.academy-page .main-nav > a[aria-current="page"] { color: var(--navy); font-weight: 800; }
.academy-loop { padding: 72px 0 78px; background: #fff; }
.academy-section-head { max-width: 790px; margin: 0 auto 35px; text-align: center; }
.academy-section-head h2 { margin: 8px 0 11px; color: #102d64; font-size: clamp(30px,3.6vw,43px); line-height: 1.13; letter-spacing: -.04em; }
.academy-section-head > p:last-child { max-width: 680px; margin: 0 auto; color: #536a7f; font-size: 16px; line-height: 1.65; }
.academy-loop-steps { position: relative; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 13px; margin: 0; padding: 0; list-style: none; }
.academy-loop-steps::before { position: absolute; top: 20px; right: 9%; left: 9%; height: 1px; background: linear-gradient(90deg,#bfdbe7,#44b6d5 50%,#bfdbe7); content: ""; }
.academy-loop-steps li { position: relative; padding: 0 7px; text-align: center; }
.academy-loop-steps li > span { position: relative; z-index: 1; width: 42px; height: 42px; display: grid; place-items: center; margin: 0 auto 14px; border: 1px solid #b9d9e5; border-radius: 50%; background: #fff; color: #176e9b; box-shadow: 0 0 0 7px #fff; font-size: 12px; font-weight: 850; }
.academy-loop-steps h3 { margin: 0 0 7px; color: #173967; font-size: 17px; }
.academy-loop-steps p { max-width: 190px; margin: 0 auto; color: #596f81; font-size: 14px; line-height: 1.56; }
.academy-tools { padding: 72px 0 76px; background: #f2f7fa; }
.academy-section-head-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 28px; text-align: left; }
.academy-section-head-row h2 { max-width: 630px; margin-bottom: 0; }
.academy-section-head-row > p:last-child { max-width: 410px; margin: 0 0 4px; }
.academy-tools-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.academy-tool-card { min-height: 224px; padding: 21px; border: 1px solid #d8e5ed; border-top: 3px solid #228bb4; border-radius: 12px; background: #fff; box-shadow: 0 7px 20px rgba(11,42,74,.04); }
.academy-tool-number { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: #e8f6fa; color: #176c95; font-size: 13px; font-weight: 850; }
.academy-tool-card h3 { margin: 14px 0 8px; color: #143569; font-size: 19px; line-height: 1.22; }
.academy-tool-card p { margin: 0; color: #536a7f; font-size: 14px; line-height: 1.58; }
.academy-guardrail { margin: 16px 0 0; padding: 14px 16px; border-left: 3px solid #22a7c0; background: #e8f6f9; color: #3f5d71; font-size: 14px; line-height: 1.55; }
.academy-guardrail strong { color: #173e65; }
.academy-book-first { padding: 69px 0 73px; background: linear-gradient(112deg,#0a2054 0%,#153c77 60%,#075f80 100%); color: #fff; }
.academy-book-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(35px,7vw,90px); }
.academy-book-intro h2 { max-width: 560px; margin: 9px 0 13px; color: #fff; font-size: clamp(31px,3.8vw,45px); line-height: 1.1; letter-spacing: -.04em; }
.academy-book-intro > p:not(.eyebrow) { max-width: 590px; margin: 0; color: #d7e6f1; font-size: 16px; line-height: 1.67; }
.academy-book-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #9cebf6; font-size: 14px; font-weight: 760; text-decoration: none; }
.academy-book-link:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.academy-book-link svg, .academy-readiness .button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.academy-sequence { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.academy-sequence li { display: grid; grid-template-columns: 120px 1fr; gap: 15px; padding: 17px; border: 1px solid rgba(218,239,247,.2); border-radius: 11px; background: rgba(255,255,255,.07); }
.academy-sequence li > span { padding-top: 2px; color: #91deea; font-size: 12px; font-weight: 850; letter-spacing: .05em; }
.academy-sequence strong, .academy-sequence small { display: block; }
.academy-sequence strong { color: #fff; font-size: 16px; line-height: 1.4; }
.academy-sequence small { margin-top: 4px; color: #d4e3ed; font-size: 14px; line-height: 1.5; }
.academy-readiness { padding: 63px 0 70px; background: #fff; }
.academy-readiness-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.academy-readiness-inner > div { max-width: 760px; }
.academy-readiness h2 { margin: 8px 0 10px; color: #102d64; font-size: clamp(29px,3.3vw,40px); line-height: 1.14; letter-spacing: -.035em; }
.academy-readiness-inner > div > p:not(.eyebrow) { margin: 0 0 9px; color: #536a7f; font-size: 15px; line-height: 1.65; }
.academy-readiness .button { min-height: 47px; display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; padding: 12px 18px; border-radius: 26px; font-size: 14px; font-weight: 760; }
@media (max-width: 1000px) {
  .academy-hero-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .academy-loop-steps { grid-template-columns: repeat(3,minmax(0,1fr)); row-gap: 26px; }
  .academy-loop-steps::before { display: none; }
  .academy-tools-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .academy-book-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 700px) {
  .academy-page .main-nav > a[aria-current="page"] { border-bottom-color: #edf1f4; background: var(--navy); color: #fff; box-shadow: inset 3px 0 var(--cyan); }
  .academy-hero { padding: 47px 0 51px; }
  .academy-hero-grid { grid-template-columns: 1fr; }
  .academy-hero-copy h1 { font-size: clamp(37px,9.8vw,51px); }
  .academy-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .academy-hero-actions { align-items: stretch; flex-direction: column; }
  .academy-hero-actions .button { justify-content: center; }
  .academy-hero-figure { max-width: 560px; }
  .academy-loop, .academy-tools { padding: 49px 0 55px; }
  .academy-section-head { margin-bottom: 27px; text-align: left; }
  .academy-section-head > p:last-child { margin-left: 0; }
  .academy-loop-steps { grid-template-columns: 1fr; gap: 17px; }
  .academy-loop-steps li { display: grid; grid-template-columns: 42px 1fr; align-items: center; column-gap: 13px; padding: 0; text-align: left; }
  .academy-loop-steps li > span { grid-row: span 2; margin: 0; box-shadow: none; }
  .academy-loop-steps h3 { margin: 0 0 3px; }
  .academy-loop-steps p { max-width: none; margin: 0; }
  .academy-section-head-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .academy-tools-grid { grid-template-columns: 1fr; }
  .academy-tool-card { min-height: 0; padding: 19px; }
  .academy-book-first { padding: 48px 0 54px; }
  .academy-sequence li { grid-template-columns: 1fr; gap: 5px; padding: 15px; }
  .academy-readiness { padding: 48px 0 54px; }
  .academy-readiness-inner { align-items: flex-start; flex-direction: column; }
  .academy-readiness .button { justify-content: center; width: 100%; }
}

.tech-agentic { padding: 72px 0 78px; background: linear-gradient(155deg,#f3f8fb 0%,#e9f4f8 52%,#f7fbfc 100%); }
.tech-agentic .tech-section-head { max-width: 850px; }
.tech-agentic-flow { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.tech-agentic-flow article { min-height: 252px; display: flex; flex-direction: column; padding: 19px; border: 1px solid #d1e2e9; border-top: 3px solid #2a98bb; border-radius: 12px; background: #fff; box-shadow: 0 8px 20px rgba(13,54,88,.045); }
.tech-agentic-flow article:nth-child(2) { border-top-color: #557ac1; }
.tech-agentic-flow article:nth-child(3) { border-top-color: #19899f; }
.tech-agentic-flow article:nth-child(4) { border-top-color: #25a99d; }
.tech-agentic-flow .tech-agent-human { border-top-color: #f0a627; background: linear-gradient(150deg,#fff,#fffaf0); }
.tech-agent-step { color: #267794; font-size: 12px; font-weight: 850; letter-spacing: .04em; }
.tech-agentic-flow h3 { margin: 14px 0 7px; color: #143569; font-size: 18px; line-height: 1.22; letter-spacing: -.02em; }
.tech-agentic-flow p { margin: 0; color: #536a7f; font-size: 14px; line-height: 1.55; }
.tech-agentic-flow small { margin-top: auto; padding-top: 15px; color: #327188; font-size: 12px; font-weight: 740; line-height: 1.4; }
.tech-agentic-guardrail { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 17px; padding: 15px 17px; border: 1px solid #b8dce5; border-radius: 10px; background: #e5f5f8; color: #34576c; font-size: 14px; line-height: 1.55; }
.tech-agentic-guardrail strong { color: #133b64; }
.tech-agentic-note { margin: 10px 0 0; color: #62798c; font-size: 12px; line-height: 1.5; }
@media (max-width: 1100px) {
  .tech-agentic-flow { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .tech-agentic-flow article { min-height: 225px; }
  .tech-agentic-flow article:nth-child(4), .tech-agentic-flow article:nth-child(5) { grid-column: auto; }
}
@media (max-width: 640px) {
  .tech-agentic { padding: 49px 0 55px; }
  .tech-agentic-flow { grid-template-columns: 1fr; gap: 10px; }
  .tech-agentic-flow article { min-height: 0; padding: 18px; }
  .tech-agentic-flow small { margin-top: 12px; padding-top: 0; }
  .tech-agentic-guardrail { flex-direction: column; gap: 4px; }
}

/* Dedicated five-pillar Solutions overview. */
.solutions-hero { padding: clamp(48px,7vw,84px) 0; background: linear-gradient(112deg,#0a2054 0%,#124783 62%,#087e9b 100%); color: #fff; }
.solutions-hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); align-items: center; gap: clamp(34px,6vw,88px); }
.solutions-hero-copy { max-width: 700px; }
.solutions-hero-copy h1 { max-width: 690px; margin: 11px 0 17px; color: #fff; font-size: clamp(42px,5vw,66px); line-height: 1.05; letter-spacing: -.045em; }
.solutions-hero-copy h1 em { color: #63d9ef; font-style: normal; }
.solutions-hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 0; color: #dfedf7; font-size: 18px; line-height: 1.65; }
.solutions-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.solutions-hero-actions .button { min-height: 45px; padding: 11px 17px; border-radius: 26px; font-size: 14px; font-weight: 750; }
.solutions-page .main-nav > a[aria-current="page"] { color: var(--navy); font-weight: 800; }
.solutions-model-card { padding: clamp(22px,3vw,31px); border: 1px solid rgba(215,239,249,.32); border-radius: 17px; background: rgba(7,27,67,.34); box-shadow: 0 18px 42px rgba(0,15,49,.18); }
.solutions-model-kicker { color: #9cebf6; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.solutions-model-card h2 { margin: 11px 0 8px; color: #fff; font-size: clamp(22px,2.5vw,29px); line-height: 1.18; letter-spacing: -.025em; }
.solutions-model-card > p { margin: 0; color: #d1e1ee; font-size: 14px; line-height: 1.55; }
.solutions-model-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 21px; }
.solutions-model-list span { display: flex; align-items: center; gap: 8px; min-height: 37px; padding: 7px 9px; border: 1px solid rgba(227,244,251,.16); border-radius: 8px; background: rgba(255,255,255,.06); color: #f3f9fd; font-size: 12px; font-weight: 730; }
.solutions-model-list span:last-child { grid-column: 1 / -1; }
.solutions-model-list b { color: #71dbef; font-size: 10px; }
.solutions-pillars { padding: 74px 0 82px; background: #f3f7fa; }
.solutions-section-head { align-items: end; margin-bottom: 27px; }
.solutions-section-head .section-intro { max-width: 450px; margin: 0; }
.solutions-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.solutions-card { min-height: 300px; display: flex; flex-direction: column; padding: 23px; border: 1px solid #d9e5ed; border-top: 3px solid #1f7db8; border-radius: 13px; background: #fff; box-shadow: 0 7px 20px rgba(11,42,74,.04); transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.solutions-card:hover { transform: translateY(-3px); border-color: #a8cde2; box-shadow: 0 14px 28px rgba(11,42,74,.09); }
.solutions-card-feature { border-top-color: #26b8d6; background: linear-gradient(150deg,#fff 0%,#f7fcff 100%); }
.solutions-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }
.solutions-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #c9e4ef; border-radius: 13px; background: #eef8fc; color: #176b9d; }
.solutions-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.solutions-index { color: #7d93a4; font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.solutions-card > .eyebrow { margin: 0 0 5px; color: #28749a; font-size: 11px; }
.solutions-card h3 { margin: 0 0 9px; color: #102d64; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.solutions-card > p:not(.eyebrow) { margin: 0; color: #50677c; font-size: 15px; line-height: 1.6; }
.solutions-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 21px; }
.solutions-status { display: inline-flex; align-items: center; min-height: 25px; padding: 5px 8px; border: 1px solid #d3e4ed; border-radius: 20px; background: #f4f9fb; color: #557086; font-size: 9px; font-weight: 850; letter-spacing: .06em; white-space: nowrap; }
.solutions-card-foot a { display: inline-flex; align-items: center; gap: 6px; color: #145c8e; font-size: 12px; font-weight: 760; text-decoration: none; white-space: nowrap; }
.solutions-card-foot a:hover { text-decoration: underline; text-underline-offset: 3px; }
.connected-model { padding: 59px 0; background: #0c285e; color: #fff; }
.connected-model-inner { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); align-items: center; gap: 48px; }
.connected-model h2 { max-width: 580px; margin: 8px 0 11px; color: #fff; font-size: clamp(29px,3.5vw,42px); line-height: 1.12; letter-spacing: -.035em; }
.connected-model-inner > div:first-child > p:last-child { max-width: 660px; margin: 0; color: #d6e6f1; font-size: 16px; line-height: 1.65; }
.connected-model-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.connected-model-tags span { display: inline-flex; align-items: center; min-height: 39px; padding: 8px 13px; border: 1px solid rgba(180,225,242,.35); border-radius: 22px; background: rgba(255,255,255,.07); color: #f3f9fd; font-size: 13px; font-weight: 730; }
.solutions-next { padding: 55px 0; background: #fff; }
.solutions-next-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.solutions-next h2 { margin: 7px 0 8px; color: #102d64; font-size: clamp(27px,3vw,36px); line-height: 1.16; letter-spacing: -.03em; }
.solutions-next-inner > div > p:last-child { margin: 0; color: #50677c; font-size: 16px; line-height: 1.55; }
.solutions-next .button { min-height: 47px; flex: 0 0 auto; padding: 12px 18px; border: 0; border-radius: 26px; font-size: 14px; font-weight: 760; }
.solutions-footer { padding: 24px 0 22px; border-top: 1px solid #e0e8ee; background: #f7f9fb; }
.solutions-footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.solutions-footer .footer-logo { width: 165px; }
.solutions-footer-inner nav { display: flex; flex-wrap: wrap; gap: 18px; }
.solutions-footer-inner nav a { color: #476076; font-size: 13px; font-weight: 700; text-decoration: none; }
.solutions-footer-inner nav a:hover { color: #155e91; text-decoration: underline; text-underline-offset: 3px; }
.solutions-footer-inner > p { width: 100%; margin: 0; color: #6a7c8c; font-size: 12px; }
.solutions-page .ask-panel-copy { margin-bottom: 7px; }

/* Procurement detail page */
.procurement-hero { padding: clamp(48px,6.5vw,82px) 0; overflow: hidden; background: linear-gradient(112deg,#0a2054 0%,#104783 56%,#087f99 100%); color: #fff; }
.procurement-hero-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); align-items: center; gap: clamp(32px,6vw,84px); }
.procurement-hero-copy { max-width: 700px; }
.procurement-hero-copy h1 { max-width: 680px; margin: 12px 0 16px; color: #fff; font-size: clamp(43px,5.3vw,70px); line-height: 1.03; letter-spacing: -.05em; }
.procurement-hero-copy h1 em { color: #63d9ef; font-style: normal; }
.procurement-hero-copy > p:not(.eyebrow) { max-width: 640px; margin: 0; color: #e0edf7; font-size: 18px; line-height: 1.65; }
.procurement-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.procurement-hero-actions .button { min-height: 45px; padding: 11px 17px; border-radius: 26px; font-size: 14px; font-weight: 750; }
.procurement-page .main-nav > a[aria-current="page"] { color: var(--navy); font-weight: 800; }
.procurement-status-card { padding: clamp(23px,3vw,32px); border: 1px solid rgba(215,239,249,.34); border-radius: 17px; background: linear-gradient(150deg,rgba(255,255,255,.12),rgba(5,26,67,.34)); box-shadow: 0 18px 44px rgba(0,15,49,.2); }
.procurement-status-heading { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid rgba(155,235,246,.44); border-radius: 20px; background: rgba(82,205,223,.14); color: #bdF4fa; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.status-pulse { width: 8px; height: 8px; border-radius: 50%; background: #69dbed; box-shadow: 0 0 0 4px rgba(105,219,237,.14); }
.procurement-status-card h2 { margin: 18px 0 9px; color: #fff; font-size: clamp(23px,2.5vw,30px); line-height: 1.17; letter-spacing: -.025em; }
.procurement-status-card > p { margin: 0; color: #d5e5f0; font-size: 14px; line-height: 1.65; }
.procurement-status-card > a { display: inline-flex; align-items: center; gap: 8px; margin-top: 19px; color: #9cebf6; font-size: 14px; font-weight: 760; text-decoration: none; }
.procurement-status-card > a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.procurement-sequence { padding: 74px 0 81px; background: #fff; }
.procurement-section-head { max-width: 750px; margin: 0 auto 37px; text-align: center; }
.procurement-section-head h2 { margin: 8px 0 12px; color: #102d64; font-size: clamp(30px,3.6vw,43px); line-height: 1.13; letter-spacing: -.04em; }
.procurement-section-head > p:last-child { max-width: 700px; margin: 0 auto; color: #536a7f; font-size: 16px; line-height: 1.65; }
.procurement-steps { position: relative; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.procurement-steps::before { position: absolute; top: 20px; right: 9%; left: 9%; height: 1px; background: linear-gradient(90deg,#b7dbea,#4fbde0 52%,#b7dbea); content: ""; }
.procurement-steps li { position: relative; padding: 0 7px; text-align: center; }
.procurement-step-number { position: relative; z-index: 1; width: 42px; height: 42px; display: grid; place-items: center; margin: 0 auto 15px; border: 1px solid #b4d8e8; border-radius: 50%; background: #fff; color: #146da1; box-shadow: 0 0 0 7px white; font-size: 12px; font-weight: 850; }
.procurement-steps h3 { margin: 0 0 7px; color: #163769; font-size: 17px; }
.procurement-steps p { max-width: 190px; margin: 0 auto; color: #5b7082; font-size: 14px; line-height: 1.55; }
.procurement-focus { padding: 73px 0 79px; background: #f2f7fa; }
.procurement-section-head-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; text-align: left; }
.procurement-section-head-row h2 { max-width: 630px; margin-bottom: 0; }
.procurement-section-head-row > p:last-child { max-width: 390px; margin: 0 0 4px; }
.procurement-focus-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.procurement-focus-card { min-height: 203px; padding: 22px 23px; border: 1px solid #d9e5ed; border-radius: 13px; background: #fff; box-shadow: 0 7px 20px rgba(11,42,74,.035); transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.procurement-focus-card:hover { transform: translateY(-3px); border-color: #a8cde2; box-shadow: 0 14px 28px rgba(11,42,74,.08); }
.procurement-focus-card > span { color: #1886b4; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.procurement-focus-card h3 { margin: 13px 0 8px; color: #122f65; font-size: 19px; line-height: 1.25; letter-spacing: -.02em; }
.procurement-focus-card p { margin: 0; color: #53697c; font-size: 15px; line-height: 1.58; }
.procurement-principles { padding: 69px 0; background: linear-gradient(112deg,#0b2457 0%,#123a78 58%,#075f80 100%); color: #fff; }
.procurement-principles-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: clamp(34px,7vw,94px); }
.procurement-principles-intro h2 { max-width: 560px; margin: 8px 0 13px; color: #fff; font-size: clamp(31px,3.7vw,45px); line-height: 1.1; letter-spacing: -.04em; }
.procurement-principles-intro > p:last-child { max-width: 600px; margin: 0; color: #d5e4f1; font-size: 16px; line-height: 1.68; }
.procurement-principle-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.procurement-principle-list li { display: flex; align-items: flex-start; gap: 14px; padding: 17px 0; border-bottom: 1px solid rgba(223,239,248,.18); }
.procurement-principle-list li:first-child { border-top: 1px solid rgba(223,239,248,.18); }
.procurement-principle-list svg { width: 22px; height: 22px; flex: 0 0 22px; margin-top: 1px; padding: 4px; border-radius: 50%; background: #43c5dc; color: #08224e; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.procurement-principle-list strong, .procurement-principle-list small { display: block; }
.procurement-principle-list strong { color: #fff; font-size: 15px; }
.procurement-principle-list small { margin-top: 3px; color: #d0e0ed; font-size: 14px; line-height: 1.5; }
.procurement-readiness { padding: 64px 0 70px; background: #fff; }
.procurement-readiness-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.procurement-readiness-inner > div:first-child { max-width: 720px; }
.procurement-readiness h2 { margin: 8px 0 10px; color: #102d64; font-size: clamp(28px,3.2vw,39px); line-height: 1.14; letter-spacing: -.035em; }
.procurement-readiness-inner > div:first-child > p:last-child { max-width: 680px; margin: 0; color: #536a7f; font-size: 16px; line-height: 1.65; }
.procurement-readiness-actions { display: grid; justify-items: start; gap: 13px; flex: 0 0 auto; }
.procurement-readiness-actions .button { min-height: 47px; padding: 12px 18px; border-radius: 25px; font-size: 14px; font-weight: 760; }
.procurement-readiness-actions .text-link { font-size: 14px; }
@media (max-width: 900px) {
  .procurement-hero-grid { grid-template-columns: 1fr; gap: 29px; }
  .procurement-status-card { max-width: 640px; }
  .procurement-steps { grid-template-columns: repeat(3,minmax(0,1fr)); row-gap: 28px; }
  .procurement-steps::before { display: none; }
  .procurement-focus-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .procurement-principles-grid { grid-template-columns: 1fr; gap: 28px; }
  .procurement-readiness-inner { align-items: flex-start; flex-direction: column; }
  .procurement-section-head-row { align-items: flex-start; flex-direction: column; gap: 12px; }
}
@media (max-width: 560px) {
  .procurement-hero { padding: 47px 0 51px; }
  .procurement-hero-copy h1 { font-size: clamp(38px,10vw,51px); }
  .procurement-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .procurement-hero-actions { align-items: stretch; flex-direction: column; }
  .procurement-hero-actions .button { justify-content: center; }
  .procurement-sequence, .procurement-focus { padding: 49px 0 55px; }
  .procurement-section-head { margin-bottom: 29px; text-align: left; }
  .procurement-section-head > p:last-child { margin-left: 0; }
  .procurement-steps { grid-template-columns: 1fr; gap: 19px; }
  .procurement-steps li { display: grid; grid-template-columns: 42px 1fr; align-items: center; column-gap: 13px; padding: 0; text-align: left; }
  .procurement-step-number { grid-row: span 2; margin: 0; box-shadow: none; }
  .procurement-steps h3 { margin: 0 0 3px; }
  .procurement-steps p { max-width: none; margin: 0; }
  .procurement-focus-grid { grid-template-columns: 1fr; }
  .procurement-focus-card { min-height: 0; padding: 20px; }
  .procurement-principles { padding: 47px 0; }
  .procurement-readiness { padding: 48px 0 54px; }
  .procurement-readiness-actions { width: 100%; }
  .procurement-readiness-actions .button { justify-content: center; }
}

/* Intelligence detail page */
.intel-hero { padding: clamp(48px,6.5vw,82px) 0; overflow: hidden; background: linear-gradient(112deg,#0a2054 0%,#124783 56%,#087f99 100%); color: #fff; }
.intel-hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); align-items: center; gap: clamp(32px,6vw,82px); }
.intel-hero-copy { max-width: 730px; }
.intel-hero-copy h1 { margin: 12px 0 16px; color: #fff; font-size: clamp(42px,5.2vw,68px); line-height: 1.04; letter-spacing: -.05em; }
.intel-hero-copy h1 em { color: #69d9ee; font-style: normal; }
.intel-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 0; color: #e0edf7; font-size: 18px; line-height: 1.65; }
.intel-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.intel-hero-actions .button { min-height: 45px; padding: 11px 17px; border-radius: 26px; font-size: 14px; font-weight: 750; }
.intelligence-page .main-nav > a[aria-current="page"] { color: var(--navy); font-weight: 800; }
.intel-scope-card { padding: clamp(23px,3vw,32px); border: 1px solid rgba(215,239,249,.33); border-radius: 17px; background: linear-gradient(150deg,rgba(255,255,255,.12),rgba(5,26,67,.35)); box-shadow: 0 18px 44px rgba(0,15,49,.2); }
.intel-stage-label { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid rgba(155,235,246,.44); border-radius: 20px; background: rgba(82,205,223,.14); color: #c0f2f8; font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.intel-stage-label i { width: 8px; height: 8px; border-radius: 50%; background: #6bdded; box-shadow: 0 0 0 4px rgba(105,219,237,.14); }
.intel-scope-card h2 { margin: 19px 0 9px; color: #fff; font-size: clamp(23px,2.6vw,31px); line-height: 1.18; letter-spacing: -.03em; }
.intel-scope-card > p { margin: 0; color: #d5e5f0; font-size: 14px; line-height: 1.65; }
.intel-mini-states { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 19px; }
.intel-mini-states span { display: inline-flex; align-items: center; min-height: 35px; padding: 7px 9px; border: 1px solid rgba(223,243,249,.2); border-radius: 7px; background: rgba(255,255,255,.07); color: #f5fbfd; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.intel-mini-states span:last-child { grid-column: 1/-1; }
.intel-verification { padding: 73px 0 78px; background: #f3f7fa; }
.intel-section-head { max-width: 780px; margin: 0 auto 34px; text-align: center; }
.intel-section-head h2 { margin: 8px 0 11px; color: #102d64; font-size: clamp(30px,3.6vw,43px); line-height: 1.13; letter-spacing: -.04em; }
.intel-section-head > p:last-child { max-width: 700px; margin: 0 auto; color: #536a7f; font-size: 16px; line-height: 1.65; }
.intel-status-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.intel-status-card { position: relative; min-height: 360px; padding: 23px; border: 1px solid #d7e4ec; border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(11,42,74,.04); }
.intel-status-card-feature { border-color: #81cadb; box-shadow: 0 10px 28px rgba(25,128,166,.11); }
.intel-status-index { position: absolute; top: 22px; right: 22px; color: #95a8b8; font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.intel-status-chip { display: inline-flex; min-height: 26px; align-items: center; padding: 5px 9px; border: 1px solid; border-radius: 18px; font-size: 12px; font-weight: 850; letter-spacing: .05em; }
.intel-chip-registered { border-color: #c3d5e3; background: #f3f7fa; color: #536e81; }
.intel-chip-checked { border-color: #a7d7e6; background: #eefafe; color: #176b94; }
.intel-chip-verified { border-color: #b8d3d0; background: #f0f8f6; color: #286d68; }
.intel-status-card h3 { margin: 17px 0 8px; color: #112f64; font-size: 21px; line-height: 1.2; letter-spacing: -.025em; }
.intel-status-card > p { margin: 0; color: #536a7f; font-size: 15px; line-height: 1.58; }
.intel-status-card ul { display: grid; gap: 8px; margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid #e6edf1; list-style: none; }
.intel-status-card li { position: relative; padding-left: 16px; color: #425c71; font-size: 14px; line-height: 1.45; }
.intel-status-card li::before { position: absolute; top: .62em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #29a8cb; content: ""; }
.intel-integrity-note { display: flex; align-items: flex-start; gap: 12px; max-width: 950px; margin: 20px auto 0; padding: 16px 18px; border: 1px solid #bbdfe9; border-radius: 11px; background: #eaf7fb; color: #31566d; font-size: 15px; line-height: 1.55; }
.intel-integrity-note svg { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 1px; padding: 3px; border-radius: 50%; background: #21a4c6; color: #fff; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.intel-integrity-note strong { color: #163e62; }
.intel-method { padding: 70px 0; background: linear-gradient(112deg,#0a2054 0%,#123a78 61%,#075f80 100%); color: #fff; }
.intel-method-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.95fr); align-items: center; gap: clamp(35px,7vw,90px); }
.intel-method-grid > div:first-child h2 { max-width: 600px; margin: 8px 0 12px; color: #fff; font-size: clamp(31px,3.8vw,45px); line-height: 1.1; letter-spacing: -.04em; }
.intel-method-grid > div:first-child > p:not(.eyebrow) { max-width: 620px; margin: 0; color: #d5e5f1; font-size: 16px; line-height: 1.68; }
.intel-method-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 24px; }
.intel-method-flow span { padding: 8px 11px; border: 1px solid rgba(180,225,242,.35); border-radius: 20px; background: rgba(255,255,255,.07); color: #f3f9fd; font-size: 13px; font-weight: 740; }
.intel-method-flow b { color: #68d7eb; font-size: 16px; }
.intel-disclosure-card { padding: 22px; border: 1px solid rgba(215,239,249,.36); border-radius: 15px; background: #fff; color: #173766; box-shadow: 0 18px 44px rgba(0,15,49,.2); }
.intel-disclosure-head { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; padding-bottom: 17px; border-bottom: 1px solid #e5edf2; }
.intel-disclosure-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(135deg,#147bb5,#26c2d6); color: #fff; }
.intel-disclosure-mark svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; }
.intel-disclosure-head > div { display: grid; gap: 2px; }
.intel-disclosure-head > div span { color: #59748a; font-size: 12px; font-weight: 850; letter-spacing: .07em; }
.intel-disclosure-head > div strong { color: #153464; font-size: 16px; }
.intel-concept-pill { margin-left: auto; padding: 6px 8px; border-radius: 15px; background: #eaf7fb; color: #176b94; font-size: 12px; font-weight: 850; letter-spacing: .03em; white-space: nowrap; }
.intel-disclosure-card dl { display: grid; gap: 0; margin: 4px 0 0; }
.intel-disclosure-card dl > div { display: grid; grid-template-columns: 142px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid #e9eff3; }
.intel-disclosure-card dt { color: #163a6e; font-size: 13px; font-weight: 800; }
.intel-disclosure-card dd { margin: 0; color: #52697d; font-size: 13px; line-height: 1.5; }
.intel-disclosure-foot { margin: 13px 0 0; color: #718497; font-size: 12px; line-height: 1.45; }
.intel-directions { padding: 73px 0 80px; background: #fff; }
.intel-section-head-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; text-align: left; }
.intel-section-head-row h2 { max-width: 650px; margin-bottom: 0; }
.intel-section-head-row > p:last-child { max-width: 390px; margin: 0 0 4px; }
.intel-direction-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.intel-direction-grid article { min-height: 225px; padding: 21px; border: 1px solid #dbe6ed; border-radius: 12px; background: linear-gradient(155deg,#fff,#f7fbfd); }
.intel-direction-grid article > span { color: #277a9b; font-size: 12px; font-weight: 850; letter-spacing: .05em; }
.intel-direction-grid h3 { margin: 14px 0 8px; color: #143468; font-size: 19px; line-height: 1.22; letter-spacing: -.02em; }
.intel-direction-grid p { margin: 0; color: #536a7f; font-size: 14px; line-height: 1.56; }
.intel-readiness { padding: 63px 0 69px; background: #f1f6f8; }
.intel-readiness-inner { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.9fr); align-items: center; gap: clamp(34px,6vw,75px); }
.intel-readiness-inner > div:first-child { max-width: 720px; }
.intel-readiness h2 { margin: 8px 0 10px; color: #102d64; font-size: clamp(28px,3.3vw,40px); line-height: 1.14; letter-spacing: -.035em; }
.intel-readiness-inner > div:first-child > p { margin: 0; color: #536a7f; font-size: 16px; line-height: 1.65; }
.intel-readiness .intel-gates { margin-top: 13px !important; color: #34576f !important; font-size: 14px !important; }
.intel-ai-note { padding: 23px; border: 1px solid #d1e2eb; border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(11,42,74,.05); }
.intel-ai-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(135deg,#167cb6,#2bc3d6); color: #fff; }
.intel-ai-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; }
.intel-ai-note h3 { margin: 14px 0 7px; color: #153668; font-size: 20px; }
.intel-ai-note p { margin: 0; color: #536a7f; font-size: 14px; line-height: 1.6; }
.intel-ai-note a { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; color: #125d91; font-size: 13px; font-weight: 760; text-decoration: none; }
.intel-ai-note a:hover { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 950px) {
  .intel-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .intel-scope-card { max-width: 650px; }
  .intel-status-grid { grid-template-columns: 1fr 1fr; }
  .intel-status-card:last-child { grid-column: 1/-1; }
  .intel-method-grid { grid-template-columns: 1fr; gap: 28px; }
  .intel-disclosure-card { max-width: 680px; }
  .intel-direction-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .intel-readiness-inner { grid-template-columns: 1fr; }
  .intel-ai-note { max-width: 680px; }
}
@media (max-width: 600px) {
  .intel-hero { padding: 47px 0 51px; }
  .intel-hero-copy h1 { font-size: clamp(37px,9.7vw,50px); }
  .intel-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .intel-hero-actions { align-items: stretch; flex-direction: column; }
  .intel-hero-actions .button { justify-content: center; }
  .intel-verification, .intel-directions { padding: 49px 0 55px; }
  .intel-section-head { margin-bottom: 27px; text-align: left; }
  .intel-section-head > p:last-child { margin-left: 0; }
  .intel-status-grid, .intel-direction-grid { grid-template-columns: 1fr; }
  .intel-status-card, .intel-status-card:last-child { min-height: 0; grid-column: auto; padding: 20px; }
  .intel-integrity-note { font-size: 14px; }
  .intel-method { padding: 47px 0; }
  .intel-method-flow { gap: 7px; }
  .intel-method-flow span { padding: 7px 9px; font-size: 12px; }
  .intel-disclosure-card { padding: 17px; }
  .intel-concept-pill { font-size: 12px; }
  .intel-disclosure-card dl > div { grid-template-columns: 1fr; gap: 4px; }
  .intel-section-head-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .intel-direction-grid article { min-height: 0; padding: 19px; }
  .intel-readiness { padding: 48px 0 54px; }
}
@media (max-width: 900px) {
  .solutions-hero-grid, .connected-model-inner { grid-template-columns: 1fr; }
  .solutions-model-card { max-width: 650px; }
  .solutions-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .solutions-card { min-height: 280px; }
}
@media (max-width: 1100px) {
  .solutions-page .main-nav > a[aria-current="page"] { border-bottom-color: #edf1f4; background: var(--navy); color: #fff; box-shadow: inset 3px 0 var(--cyan); }
}
@media (max-width: 640px) {
  .solutions-hero { padding: 47px 0 52px; }
  .solutions-hero-grid { gap: 27px; }
  .solutions-hero-copy h1 { font-size: clamp(38px,10vw,52px); }
  .solutions-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .solutions-hero-actions { align-items: stretch; flex-direction: column; }
  .solutions-hero-actions .button { justify-content: center; }
  .solutions-model-list { grid-template-columns: 1fr; }
  .solutions-model-list span:last-child { grid-column: auto; }
  .solutions-pillars { padding: 48px 0 55px; }
  .solutions-section-head { align-items: start; gap: 12px; }
  .solutions-card-grid { grid-template-columns: 1fr; }
  .solutions-card { min-height: 0; padding: 20px; }
  .connected-model { padding: 45px 0; }
  .connected-model-inner { gap: 24px; }
  .solutions-next-inner { align-items: stretch; flex-direction: column; }
  .solutions-next .button { justify-content: center; }
  .solutions-footer-inner { align-items: flex-start; flex-direction: column; }
  .solutions-footer-inner nav { gap: 12px 17px; }
}

/* Procureze Academy learning and enrollment preview */
.academy-demo-notice { padding: 13px 0; background: #eaf6fa; border-bottom: 1px solid #d1e6ee; }
.academy-demo-notice .section-shell { display: flex; align-items: center; gap: 12px; }
.academy-demo-notice .section-shell > span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #137ba8; color: #fff; font-size: 14px; font-weight: 850; }
.academy-demo-notice p { margin: 0; color: #3e5d71; font-size: 14px; line-height: 1.45; }
.academy-demo-notice strong { color: #123e69; }
.academy-catalog { padding: 70px 0 76px; background: #fff; }
.academy-filter-row { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: 0 0 22px; }
.academy-filter, .academy-cart-trigger { min-height: 40px; padding: 9px 14px; border: 1px solid #d1dfe7; border-radius: 23px; background: #fff; color: #36556d; font: inherit; font-size: 14px; font-weight: 720; cursor: pointer; }
.academy-filter:hover, .academy-cart-trigger:hover { border-color: #44a9c6; color: #125f87; }
.academy-filter.is-active { border-color: #155f91; background: #12396f; color: #fff; }
.academy-cart-trigger { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; border-color: #bee4ee; background: #f0fbfd; color: #164c73; }
.academy-cart-count { min-width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #28b8d0; color: #07305d; font-size: 12px; font-weight: 850; }
.academy-course-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.academy-course-card { min-height: 338px; display: flex; flex-direction: column; padding: 21px; border: 1px solid #d9e5ed; border-top: 3px solid #2188b5; border-radius: 13px; background: linear-gradient(155deg,#fff,#f8fcfe); box-shadow: 0 8px 23px rgba(11,42,74,.045); }
.academy-course-card[hidden] { display: none; }
.academy-course-feature { border-top-color: #20b8ce; background: linear-gradient(150deg,#effcff 0%,#fff 68%); }
.academy-course-corporate { border-top-color: #5365d6; }
.academy-course-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 9px; }
.academy-course-label { color: #146c91; font-size: 12px; font-weight: 850; letter-spacing: .075em; }
.academy-label-paid { color: #a15313; }
.academy-label-level { color: #325db7; }
.academy-label-advanced { color: #7650ac; }
.academy-label-team { color: #4e56af; }
.academy-course-duration { color: #667e90; font-size: 13px; font-weight: 680; text-align: right; }
.academy-course-card h3 { margin: 16px 0 8px; color: #102d64; font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.academy-course-card > p { min-height: 73px; margin: 0; color: #536a7f; font-size: 15px; line-height: 1.55; }
.academy-course-card ul { display: grid; gap: 6px; margin: 13px 0 17px; padding: 0 0 0 18px; color: #3e5d71; font-size: 14px; line-height: 1.45; }
.academy-course-foot { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 9px; margin-top: auto; padding-top: 13px; border-top: 1px solid #e4edf2; }
.academy-course-foot > span { color: #6a7f8e; font-size: 13px; line-height: 1.35; }
.academy-text-button { display: inline-flex; align-items: center; gap: 7px; padding: 6px 0; border: 0; background: none; color: #12658f; font: inherit; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer; }
.academy-text-button:hover { color: #0b396d; text-decoration: underline; text-underline-offset: 3px; }
.academy-text-button:disabled { color: #648292; cursor: default; }
.academy-text-button.is-added { color: #14735e; }
.academy-catalog-note { margin: 19px 0 0; padding: 15px 17px; border-left: 3px solid #25b4cc; background: #eff9fb; color: #426175; font-size: 15px; line-height: 1.55; }
.academy-catalog-note strong { color: #143d66; }
.academy-journey { padding: 73px 0 78px; background: #f1f6f9; }
.academy-journey-grid { display: grid; grid-template-columns: minmax(0,1.06fr) minmax(330px,.74fr); align-items: center; gap: clamp(30px,6vw,78px); }
.academy-journey-copy h2, .academy-corporate h2 { max-width: 600px; margin: 8px 0 11px; color: #102d64; font-size: clamp(31px,3.7vw,44px); line-height: 1.12; letter-spacing: -.04em; }
.academy-journey-copy > p:not(.eyebrow), .academy-corporate-grid > div:first-child > p:not(.eyebrow) { max-width: 660px; margin: 0; color: #536a7f; font-size: 16px; line-height: 1.65; }
.academy-learner-card { max-width: 640px; margin-top: 22px; padding: 20px; border: 1px solid #d5e2e9; border-radius: 15px; background: #fff; box-shadow: 0 12px 33px rgba(12,41,76,.07); }
.academy-learner-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 15px; border-bottom: 1px solid #e6edf1; }
.academy-learner-head > div { display: grid; grid-template-columns: 9px 1fr; align-items: center; gap: 2px 8px; }
.academy-learner-head strong { color: #153a6a; font-size: 17px; }
.academy-learner-head small { grid-column: 2; color: #6c8191; font-size: 13px; }
.academy-live-dot { width: 8px; height: 8px; grid-row: span 2; border-radius: 50%; background: #1ab4bf; box-shadow: 0 0 0 4px #dcf7f6; }
.academy-preview-tag { padding: 5px 8px; border-radius: 13px; background: #e8f4fc; color: #24638d; font-size: 12px; font-weight: 850; letter-spacing: .04em; }
.academy-progress-label { display: flex; justify-content: space-between; gap: 10px; margin: 15px 0 6px; color: #516d81; font-size: 14px; }
.academy-progress-label strong { color: #164675; }
.academy-learner-card progress { width: 100%; height: 9px; overflow: hidden; border: 0; border-radius: 8px; accent-color: #19b1c7; }
.academy-learner-card progress::-webkit-progress-bar { border-radius: 8px; background: #e4edf1; }
.academy-learner-card progress::-webkit-progress-value { border-radius: 8px; background: linear-gradient(90deg,#1689bf,#2ac5cf); transition: width .25s ease; }
.academy-learner-card progress::-moz-progress-bar { border-radius: 8px; background: linear-gradient(90deg,#1689bf,#2ac5cf); }
.academy-lesson-list { display: grid; gap: 8px; margin: 14px 0 0; padding: 0; list-style: none; }
.academy-lesson-list li { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 10px; min-height: 59px; padding: 9px 10px; border: 1px solid #e1eaee; border-radius: 10px; background: #fbfdfe; }
.lesson-step { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #d2e4eb; border-radius: 50%; color: #216c91; font-size: 12px; font-weight: 850; }
.academy-lesson-list li.is-complete .lesson-step { border-color: #17a79f; background: #e0f7f1; color: #087265; }
.academy-lesson-list li > span:nth-child(2) { display: grid; gap: 2px; }
.academy-lesson-list li strong { color: #244563; font-size: 14px; line-height: 1.35; }
.academy-lesson-list li small { color: #748898; font-size: 13px; }
.academy-lesson-list button { min-width: 62px; min-height: 33px; padding: 6px 9px; border: 1px solid #bcdae5; border-radius: 18px; background: #fff; color: #185c81; font: inherit; font-size: 13px; font-weight: 770; cursor: pointer; }
.academy-lesson-list button:disabled { border-color: #e1e8eb; background: #f5f7f8; color: #8b9ba5; cursor: default; }
.academy-certificate { display: flex; align-items: center; gap: 12px; margin-top: 13px; padding: 13px; border: 1px solid #a6e1d3; border-radius: 11px; background: linear-gradient(115deg,#effbf6,#f5fbff); }
.academy-certificate-icon { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: linear-gradient(135deg,#1ba994,#35c5d0); color: #fff; font-size: 20px; }
.academy-certificate strong { color: #155945; font-size: 14px; }
.academy-certificate p { margin: 3px 0 0; color: #50756c; font-size: 13px; line-height: 1.4; }
.academy-session-note { margin: 12px 0 0; color: #778b98; font-size: 13px; line-height: 1.4; }
.academy-discussion-card { padding: 24px; border: 1px solid #d5e4eb; border-radius: 15px; background: #fff; box-shadow: 0 12px 32px rgba(12,41,76,.055); }
.academy-discussion-card h3 { margin: 8px 0 11px; color: #153767; font-size: 25px; line-height: 1.2; }
.academy-discussion-prompt { margin: 0 0 18px; padding: 13px; border-left: 3px solid #27b4c9; border-radius: 0 8px 8px 0; background: #f1f9fb; color: #405e73; font-size: 15px; line-height: 1.55; }
.academy-discussion-card label, .academy-payment-form label { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 5px 12px; margin-bottom: 7px; color: #294d6d; font-size: 14px; font-weight: 760; }
.academy-discussion-card textarea, .academy-payment-form input { width: 100%; min-height: 95px; padding: 11px 12px; border: 1px solid #cbdbe4; border-radius: 9px; color: #203e5c; font: inherit; font-size: 15px; line-height: 1.45; resize: vertical; }
.academy-discussion-card textarea:focus, .academy-payment-form input:focus { outline: 3px solid rgba(40,183,209,.22); border-color: #198eaf; }
.academy-discussion-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 9px; color: #788c9b; font-size: 13px; }
.academy-discussion-actions button, .academy-button-primary { min-height: 40px; padding: 9px 14px; border: 0; border-radius: 22px; background: linear-gradient(105deg,#126fac,#168fac,#17acc3); color: #fff; font: inherit; font-size: 14px; font-weight: 790; cursor: pointer; }
.academy-discussion-actions button:hover, .academy-button-primary:hover { filter: brightness(1.06); }
.academy-demo-result { margin: 12px 0 0; color: #6c8290; font-size: 13px; line-height: 1.45; }
.academy-commerce { padding: 67px 0; background: linear-gradient(112deg,#0a2054 0%,#123e7b 60%,#075f80 100%); color: #fff; }
.academy-commerce-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(30px,6vw,75px); }
.academy-commerce h2 { max-width: 520px; margin: 8px 0 12px; color: #fff; font-size: clamp(30px,3.6vw,42px); line-height: 1.12; letter-spacing: -.04em; }
.academy-commerce-grid > div > p:not(.eyebrow) { max-width: 560px; margin: 0; color: #d8e9f3; font-size: 16px; line-height: 1.65; }
.academy-commerce-steps { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.academy-commerce-steps li { display: grid; grid-template-columns: 37px 1fr; gap: 12px; padding: 14px; border: 1px solid rgba(218,239,247,.22); border-radius: 11px; background: rgba(255,255,255,.075); }
.academy-commerce-steps li > span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(142,225,239,.6); border-radius: 50%; color: #a7eef5; font-size: 12px; font-weight: 850; }
.academy-commerce-steps strong, .academy-commerce-steps small { display: block; }
.academy-commerce-steps strong { color: #fff; font-size: 15px; }
.academy-commerce-steps small { margin-top: 4px; color: #d2e3ef; font-size: 14px; line-height: 1.45; }
.academy-corporate { padding: 72px 0 77px; background: #fff; }
.academy-corporate-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.8fr); align-items: center; gap: clamp(32px,6vw,80px); }
.academy-corporate .button { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; padding: 12px 18px; border-radius: 25px; font-size: 14px; font-weight: 760; }
.academy-corporate .button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.academy-corporate-panel { padding: 24px; border: 1px solid #d6e5ec; border-radius: 15px; background: linear-gradient(145deg,#f0fbfd,#fff 80%); box-shadow: 0 10px 27px rgba(11,42,74,.05); }
.academy-corporate-panel > strong { color: #173c69; font-size: 18px; }
.academy-corporate-panel ul { display: grid; gap: 11px; margin: 15px 0; padding-left: 20px; color: #4c687c; font-size: 15px; line-height: 1.5; }
.academy-corporate-panel small { color: #788b99; font-size: 13px; line-height: 1.45; }
.academy-dialog { width: min(560px,calc(100% - 28px)); max-height: min(84vh,760px); padding: 24px; border: 1px solid #c9dce6; border-radius: 17px; background: #fff; color: #23435e; box-shadow: 0 28px 90px rgba(4,25,55,.3); }
.academy-dialog::backdrop { background: rgba(4,20,47,.58); backdrop-filter: blur(3px); }
.academy-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 14px; border-bottom: 1px solid #e3edf1; }
.academy-dialog-head .eyebrow { margin: 0 0 5px; }
.academy-dialog-head h2 { margin: 0; color: #153867; font-size: 27px; line-height: 1.17; }
.academy-dialog-close { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #d5e2e9; border-radius: 50%; background: #fff; color: #335670; font: inherit; font-size: 26px; line-height: 1; cursor: pointer; }
.academy-dialog-body { padding: 16px 0; color: #4e687b; font-size: 15px; line-height: 1.6; }
.academy-dialog-body > p:first-child { margin-top: 0; }
.academy-dialog-type { color: #147297; font-size: 14px; font-weight: 790; }
.academy-dialog-body ul { display: grid; gap: 7px; padding-left: 20px; }
.academy-dialog-foot { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 9px; padding-top: 14px; border-top: 1px solid #e3edf1; }
.academy-button-secondary { min-height: 40px; padding: 8px 14px; border: 1px solid #cbdde6; border-radius: 22px; background: #fff; color: #30566f; font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; }
.academy-cart-dialog { width: min(620px,calc(100% - 28px)); }
.academy-cart-items { display: grid; gap: 9px; }
.academy-cart-empty { margin: 0; padding: 14px; border: 1px dashed #c9dce5; border-radius: 9px; color: #708493; font-size: 14px; line-height: 1.45; }
.academy-cart-item { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 10px; padding: 12px; border: 1px solid #dce8ed; border-radius: 9px; }
.academy-cart-item strong { color: #1b4569; font-size: 14px; }
.academy-cart-item > span { color: #728593; font-size: 13px; }
.academy-remove-item { border: 0; background: none; color: #a04848; font: inherit; font-size: 13px; font-weight: 730; text-decoration: underline; cursor: pointer; }
.academy-payment-form { display: grid; gap: 9px; margin-top: 19px; padding-top: 16px; border-top: 1px solid #e4edf1; }
.academy-payment-form label span { color: #778b98; font-size: 12px; font-weight: 550; }
.academy-payment-form input { min-height: 45px; }
.academy-payment-form > p:not(.academy-demo-result) { margin: 0; color: #748693; font-size: 13px; line-height: 1.45; }
.academy-payment-form .academy-button-primary { justify-self: start; }
.academy-dialog button:focus-visible, .academy-filter:focus-visible, .academy-cart-trigger:focus-visible, .academy-lesson-list button:focus-visible, .academy-text-button:focus-visible { outline: 3px solid #4bbdd1; outline-offset: 3px; }
@media (max-width: 900px) {
  .academy-course-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .academy-journey-grid, .academy-commerce-grid, .academy-corporate-grid { grid-template-columns: 1fr; }
  .academy-discussion-card, .academy-corporate-panel { max-width: 650px; }
}
@media (max-width: 640px) {
  .academy-demo-notice p { font-size: 13px; }
  .academy-catalog, .academy-journey, .academy-corporate { padding: 49px 0 55px; }
  .academy-filter-row { align-items: stretch; }
  .academy-filter { min-height: 38px; padding: 8px 11px; font-size: 13px; }
  .academy-cart-trigger { width: 100%; justify-content: center; margin: 3px 0 0; }
  .academy-course-grid { grid-template-columns: 1fr; }
  .academy-course-card { min-height: 0; padding: 19px; }
  .academy-course-card > p { min-height: 0; }
  .academy-course-foot { align-items: flex-start; flex-direction: column; }
  .academy-learner-card, .academy-discussion-card { padding: 17px; }
  .academy-lesson-list li { grid-template-columns: 33px 1fr; gap: 8px; }
  .academy-lesson-list li button { grid-column: 2; justify-self: start; }
  .academy-commerce { padding: 48px 0; }
  .academy-cart-item { grid-template-columns: 1fr auto; }
  .academy-cart-item > span { grid-column: 1; }
  .academy-remove-item { grid-column: 2; grid-row: 1 / span 2; }
  .academy-dialog { padding: 19px; }
}

/* Academy classroom: lesson, decision check, progress and learner notes */
.academy-classroom-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:18px; }
.academy-classroom-heading > div { max-width:760px; }
.academy-classroom-heading h2 { margin:7px 0 9px; color:#102d64; font-size:clamp(30px,3.5vw,42px); line-height:1.12; letter-spacing:-.04em; }
.academy-classroom-heading > div > p:last-child { margin:0; color:#536a7f; font-size:16px; line-height:1.6; }
.academy-course-facts { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 18px; }
.academy-course-facts span { padding:9px 12px; border:1px solid #d9e6ec; border-radius:8px; background:#fff; color:#526b7e; font-size:14px; }
.academy-course-facts strong { margin-right:5px; color:#183f68; }
.academy-preview-tag.is-enrolled { background:#e4f7f1; color:#08725d; }
.academy-classroom-layout { display:grid; grid-template-columns:minmax(265px,.72fr) minmax(0,1.5fr); align-items:start; gap:16px; }
.academy-syllabus, .academy-lesson-room { border:1px solid #d5e2e9; border-radius:14px; background:#fff; box-shadow:0 12px 32px rgba(12,41,76,.055); }
.academy-syllabus { display:grid; gap:0; overflow:hidden; }
.academy-syllabus-block { padding:17px; border-bottom:1px solid #e6edf1; }
.academy-syllabus-block:last-child { border-bottom:0; }
.academy-syllabus-label { margin:0 0 9px; color:#167391; font-size:12px; font-weight:850; letter-spacing:.075em; }
.academy-syllabus-block ul { display:grid; gap:8px; margin:0; padding-left:18px; color:#48647a; font-size:14px; line-height:1.5; }
.academy-syllabus-meta { margin:0 0 7px; color:#173e68; font-size:14px; font-weight:760; }
.academy-syllabus progress { display:block; width:100%; height:8px; margin-bottom:10px; accent-color:#17adc4; }
.academy-reset-progress { display:block; margin:7px 0 0 auto; padding:4px 0; border:0; background:transparent; color:#637d8d; font:inherit; font-size:12px; text-decoration:underline; text-underline-offset:3px; cursor:pointer; }
.academy-lesson-list { margin-top:10px; }
.academy-lesson-list li { grid-template-columns:31px minmax(0,1fr) auto; gap:8px; padding:9px 7px; }
.academy-lesson-list li strong { font-size:13px; }
.academy-lesson-list li small { font-size:12px; }
.academy-lesson-list button { min-width:59px; font-size:12px; }
.academy-materials > p:not(.academy-syllabus-label) { margin:0; color:#536a7f; font-size:14px; line-height:1.5; }
.academy-materials a { display:inline-flex; gap:7px; margin-top:10px; color:#116b94; font-size:14px; font-weight:780; text-decoration:none; }
.academy-materials a:hover { text-decoration:underline; text-underline-offset:3px; }
.academy-lesson-room { min-width:0; padding:clamp(18px,2.5vw,28px); }
.academy-lesson-room-top { display:flex; justify-content:space-between; flex-wrap:wrap; gap:8px; padding-bottom:12px; border-bottom:1px solid #e6edf1; color:#167391; font-size:12px; font-weight:850; letter-spacing:.07em; }
.academy-lesson-room-top span:last-child { color:#708593; }
.academy-lesson-room > h3 { margin:17px 0 11px; color:#123667; font-size:clamp(23px,2.5vw,31px); line-height:1.2; letter-spacing:-.025em; }
.academy-lesson-reading { display:grid; gap:10px; max-width:800px; }
.academy-lesson-reading p { margin:0; color:#456276; font-size:16px; line-height:1.7; }
.academy-checkpoint { margin-top:21px; padding:17px; border:1px solid #d4e7ec; border-radius:12px; background:linear-gradient(140deg,#f0fbfd,#f8fbff); }
.academy-checkpoint > p:nth-child(2) { margin:0 0 12px; color:#153c67; font-size:16px; font-weight:760; line-height:1.5; }
.academy-answer-options { display:grid; gap:8px; }
.academy-answer-option { min-height:43px; padding:10px 12px; border:1px solid #d4e0e7; border-radius:8px; background:#fff; color:#36556d; font:inherit; font-size:14px; line-height:1.45; text-align:left; cursor:pointer; }
.academy-answer-option:hover, .academy-answer-option.is-selected { border-color:#178bad; background:#eaf8fb; color:#113f68; }
.academy-answer-option:focus-visible, .academy-reset-progress:focus-visible, .academy-discussion-form button:focus-visible { outline:3px solid rgba(36,174,204,.4); outline-offset:2px; }
.academy-checkpoint #lessonFeedback { min-height:22px; margin:10px 0; color:#687f8e; font-size:14px; line-height:1.5; }
.academy-checkpoint #lessonFeedback.is-correct { color:#08725d; font-weight:700; }
.academy-checkpoint #lessonFeedback.is-try-again { color:#9d4f15; }
.academy-checkpoint .academy-button-primary:disabled { background:#a8bbc5; cursor:not-allowed; }
.academy-discussion-inline { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1fr); gap:18px; margin-top:22px; padding-top:18px; border-top:1px solid #e4edf1; }
.academy-discussion-inline h4 { margin:0 0 7px; color:#173e68; font-size:17px; line-height:1.35; }
.academy-discussion-inline > div:first-child > p:last-child { margin:0; color:#60788a; font-size:14px; line-height:1.5; }
.academy-discussion-form label { display:flex; justify-content:space-between; gap:8px; margin-bottom:6px; color:#294d6d; font-size:14px; font-weight:760; }
.academy-discussion-form label span { color:#788c9b; font-size:12px; font-weight:500; }
.academy-discussion-form textarea { width:100%; min-height:76px; padding:10px; border:1px solid #cbdbe4; border-radius:8px; color:#203e5c; font:inherit; font-size:14px; line-height:1.45; resize:vertical; }
.academy-discussion-form textarea:focus { outline:3px solid rgba(40,183,209,.22); border-color:#198eaf; }
.academy-discussion-form button { min-height:37px; margin-top:7px; padding:8px 12px; border:1px solid #bad9e5; border-radius:20px; background:#fff; color:#185c81; font:inherit; font-size:13px; font-weight:770; cursor:pointer; }
.academy-discussion-form .academy-demo-result { margin-top:6px; }
.academy-enroll-banner { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:16px; padding:17px 19px; border:1px solid #cde5ec; border-radius:12px; background:linear-gradient(110deg,#eaf9fc,#f5f8ff); }
.academy-enroll-banner[hidden], .academy-certificate[hidden] { display:none; }
.academy-enroll-banner strong { color:#143d68; font-size:16px; }
.academy-enroll-banner p { margin:4px 0 0; color:#577183; font-size:14px; line-height:1.45; }
.academy-enroll-banner .academy-button-primary { display:inline-flex; align-items:center; justify-content:center; gap:8px; flex:0 0 auto; text-decoration:none; }
.academy-certificate { display:grid; gap:13px; margin:22px 0 0; padding:0; border:0; background:#fff; }
.academy-certificate.is-earned { background:#fff; }
.academy-certificate-heading { display:flex; justify-content:space-between; align-items:flex-start; gap:15px; }
.academy-certificate-heading .academy-syllabus-label { margin-bottom:5px; }
.academy-certificate-heading h4 { margin:0; color:#153e69; font-size:18px; line-height:1.35; }
.academy-certificate-heading p:not(.academy-syllabus-label) { max-width:620px; margin:4px 0 0; color:#61798a; font-size:14px; line-height:1.5; }
.academy-certificate-paper { position:relative; isolation:isolate; display:flex; align-items:center; flex-direction:column; justify-content:center; gap:7px; width:100%; min-height:450px; aspect-ratio:1.414 / 1; padding:30px clamp(18px,4vw,48px); overflow:hidden; border:1px solid #193d63; border-radius:1px; background:#fff; text-align:center; }
.academy-certificate-paper::after { position:absolute; z-index:2; top:50%; left:50%; color:rgba(20,58,95,.075); content:"PREVIEW"; font-family:Arial,sans-serif; font-size:clamp(56px,10vw,88px); font-weight:800; letter-spacing:.14em; line-height:1; pointer-events:none; transform:translate(-50%,-50%) rotate(-27deg); white-space:nowrap; }
.academy-certificate-paper > *:not(.certificate-double-frame) { position:relative; z-index:3; }
.academy-certificate-paper p { margin:0; color:#596f81; font-size:13px; line-height:1.4; }
.certificate-double-frame { position:absolute; z-index:1; inset:8px; border:1px solid #2a9aaa; pointer-events:none; }
.academy-certificate-brand { display:flex; align-items:center; justify-content:center; gap:13px; }
.academy-certificate-brand img { display:block; width:160px; height:auto; }
.academy-certificate-brand > span { padding-left:13px; border-left:1px solid #b7c5cf; color:#153e68; font-size:14px; font-weight:800; letter-spacing:.14em; line-height:1.3; text-align:left; }
.academy-certificate-divider { width:min(76%,450px); height:1px; margin:2px 0 5px; background:#a8bdc9; }
.academy-certificate-paper h5 { margin:0; color:#16375a; font-family:Georgia,"Times New Roman",serif; font-size:clamp(25px,3vw,34px); font-weight:500; line-height:1.15; }
.academy-certificate-intro, .academy-certificate-course-intro { margin:0; color:#596f81; font-size:13px; }
.academy-certificate-recipient { margin:2px 0; color:#102d64 !important; font-family:Georgia,"Times New Roman",serif; font-size:clamp(25px,3.2vw,34px) !important; font-weight:500 !important; letter-spacing:.01em; }
.academy-certificate-course { max-width:100%; color:#164d73 !important; font-size:17px !important; }
.academy-certificate-detail { margin:0; color:#687c8b; font-size:12px; }
.academy-certificate-bottom { display:grid; grid-template-columns:1fr 1fr 190px; align-items:end; gap:18px; width:min(100%,620px); margin-top:14px; text-align:left; }
.academy-certificate-signature, .academy-certificate-date { display:grid; gap:4px; min-height:46px; align-content:end; padding-bottom:5px; border-bottom:1px solid #8294a1; }
.academy-certificate-signature strong { color:#173c61; font-family:"Segoe Script","Brush Script MT","URW Chancery L",cursive; font-size:21px; font-weight:500; line-height:1.1; }
.academy-certificate-signature span, .academy-certificate-date span, .academy-certificate-number span { color:#637786; font-size:9px; font-weight:750; letter-spacing:.08em; }
.academy-certificate-date strong, .academy-certificate-number strong { color:#284b69; font-size:11px; font-weight:700; }
.academy-certificate-number { display:flex; align-items:center; justify-content:space-between; gap:8px; }
.academy-certificate-number > div { display:grid; gap:5px; }
.academy-certificate-number img { display:block; width:68px; height:68px; image-rendering:pixelated; }
.academy-certificate .academy-text-button { justify-self:end; }
@media (max-width: 820px) {
  .academy-classroom-layout { grid-template-columns:1fr; }
  .academy-syllabus { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .academy-syllabus-block:nth-child(2) { grid-row:span 2; border-left:1px solid #e6edf1; }
  .academy-syllabus-block:nth-child(3) { border-bottom:0; }
}
@media (max-width: 600px) {
  .academy-classroom-heading { align-items:flex-start; flex-direction:column; gap:12px; }
  .academy-course-facts { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); }
  .academy-course-facts span { display:grid; gap:3px; }
  .academy-syllabus { grid-template-columns:1fr; }
  .academy-syllabus-block:nth-child(2) { grid-row:auto; border-left:0; }
  .academy-syllabus-block:nth-child(3) { border-bottom:0; }
  .academy-discussion-inline { grid-template-columns:1fr; gap:9px; }
  .academy-enroll-banner { align-items:stretch; flex-direction:column; }
  .academy-enroll-banner .academy-button-primary { width:100%; }
  .academy-lesson-room { padding:17px; }
  .academy-lesson-list li { grid-template-columns:31px minmax(0,1fr); }
  .academy-lesson-list li button { grid-column:2; justify-self:start; }
  .academy-certificate-paper { min-height:410px; aspect-ratio:auto; padding:27px 17px; }
  .academy-certificate-brand img { width:135px; }
  .academy-certificate-brand > span { font-size:12px; }
  .academy-certificate-bottom { grid-template-columns:1fr 1fr; gap:14px; }
  .academy-certificate-number { grid-column:span 2; justify-content:flex-start; gap:15px; }
}
@media print {
  body.print-academy-certificate * { visibility:hidden !important; }
  body.print-academy-certificate #certificatePreview, body.print-academy-certificate #certificatePreview * { visibility:visible !important; }
  @page { size:landscape; margin:12mm; }
  body.print-academy-certificate #certificatePreview { position:fixed; inset:0; display:grid !important; min-height:170mm; align-content:center; padding:12mm; border:0; border-radius:0; background:#fff; }
  body.print-academy-certificate .academy-certificate-heading, body.print-academy-certificate #printCertificate { display:none !important; }
  body.print-academy-certificate .academy-certificate-paper { min-height:145mm; aspect-ratio:auto; align-content:center; justify-content:center; gap:12px; padding:15mm; border:1px solid #193d63; border-radius:0; background:#fff; box-shadow:none; }
  body.print-academy-certificate .certificate-double-frame { inset:5mm; border-color:#2a9aaa; }
  body.print-academy-certificate .academy-certificate-paper::after { color:rgba(20,58,95,.075); font-size:78pt; }
  body.print-academy-certificate .academy-certificate-brand img { width:185px; }
  body.print-academy-certificate .academy-certificate-brand > span { font-size:15pt; }
  body.print-academy-certificate .academy-certificate-brand small { font-size:9pt; }
  body.print-academy-certificate .academy-certificate-kicker { font-size:10pt; }
  body.print-academy-certificate .academy-certificate-paper h5 { font-size:30pt; }
  body.print-academy-certificate .academy-certificate-intro, body.print-academy-certificate .academy-certificate-course-intro { font-size:13pt; }
  body.print-academy-certificate .academy-certificate-recipient { font-size:25pt !important; }
  body.print-academy-certificate .academy-certificate-course { font-size:19pt !important; }
  body.print-academy-certificate .academy-certificate-detail { font-size:11pt; }
  body.print-academy-certificate .academy-certificate-signature strong { font-size:24pt; }
  body.print-academy-certificate .academy-certificate-number img { width:26mm; height:26mm; }
  body.print-academy-certificate #certificatePreview button { display:none; }
}

/* Company navigation and profile */
.company-menu { position: relative; color: #40566c; }
.company-menu > summary { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 0 4px; color: #40566c; font-size: 14px; font-weight: 650; list-style: none; white-space: nowrap; cursor: pointer; }
.company-menu > summary::-webkit-details-marker { display: none; }
.company-menu > summary > span { color: #147fb1; font-size: 17px; line-height: 1; transition: transform .18s ease; }
.company-menu[open] > summary > span { transform: rotate(180deg); }
.company-menu > summary:hover, .company-menu > summary[aria-current="page"] { color: var(--navy); }
.company-mega-menu { position: absolute; z-index: 45; top: calc(100% + 16px); right: -164px; width: min(790px,calc(100vw - 38px)); display: grid; grid-template-columns: minmax(0,1.05fr) minmax(260px,.95fr); gap: 22px; padding: 22px; border: 1px solid #dce7ed; border-radius: 15px; background: #fff; box-shadow: 0 22px 58px rgba(7,29,66,.19); }
.company-menu-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-content: center; gap: 5px; }
.company-menu-links a { min-height: 43px; display: flex; align-items: center; padding: 9px 11px; border-radius: 8px; color: #264c6a; font-size: 14px; font-weight: 690; line-height: 1.35; text-decoration: none; }
.company-menu-links a:hover, .company-menu-links a:focus-visible { background: #edf7fa; color: #125e8c; }
.company-menu-feature { min-height: 210px; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: 23px; border-radius: 12px; background: linear-gradient(125deg,#0a2054 0%,#164b8b 57%,#087f9b 100%); color: #fff; }
.company-menu-feature > span { color: #9cebf6; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.company-menu-feature > strong { margin-top: 10px; color: #fff; font-size: 23px; line-height: 1.15; letter-spacing: -.025em; }
.company-menu-feature p { max-width: 370px; margin: 9px 0 12px; color: #d5e7f3; font-size: 14px; line-height: 1.5; }
.company-menu-feature > a { display: inline-flex; align-items: center; gap: 8px; color: #b0f1f5; font-size: 14px; font-weight: 780; text-decoration: none; }
.company-menu-feature > a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.company-menu > summary:focus-visible { outline: 3px solid #55c6dc; outline-offset: 3px; border-radius: 4px; }
@media (max-width: 1100px) {
  .company-menu { width: 100%; border-bottom: 1px solid #edf1f4; }
  .company-menu > summary { width: 100%; min-height: 45px; justify-content: space-between; padding: 0 10px; font-size: 14px; }
  .company-menu[open] > summary { color: var(--navy); }
  .company-mega-menu { position: static; width: 100%; grid-template-columns: 1fr; gap: 10px; padding: 10px 0 13px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .company-menu-links { gap: 2px; }
  .company-menu-links a { min-height: 41px; padding: 8px 10px; }
  .company-menu-feature { min-height: 0; padding: 17px; }
  .company-menu-feature > strong { font-size: 20px; }
}
@media (max-width: 600px) {
  .company-menu-links { grid-template-columns: 1fr 1fr; }
  .company-menu-links a { font-size: 13px; }
}
.company-hero { padding: clamp(52px,7vw,88px) 0; overflow: hidden; background: linear-gradient(118deg,#091e50 0%,#12467e 57%,#087d91 100%); color: #fff; }
.company-hero-grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(310px,.78fr); align-items: center; gap: clamp(35px,6vw,82px); }
.company-hero-copy { max-width: 710px; }
.company-hero-copy h1 { max-width: 730px; margin: 10px 0 16px; color: #fff; font-size: clamp(42px,5.3vw,68px); line-height: 1.04; letter-spacing: -.05em; }
.company-hero-copy h1 em { color: #63d9ef; font-style: normal; }
.company-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 0; color: #dfedf7; font-size: 18px; line-height: 1.65; }
.company-stage { display: inline-flex; align-items: center; gap: 9px; margin-top: 19px; padding: 8px 11px; border: 1px solid rgba(155,235,246,.4); border-radius: 22px; background: rgba(82,205,223,.13); color: #d3f7fa; font-size: 12px; font-weight: 830; letter-spacing: .06em; }
.company-stage > span { width: 8px; height: 8px; border-radius: 50%; background: #62d7e8; box-shadow: 0 0 0 4px rgba(105,219,237,.14); }
.company-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; }
.company-hero-actions .button { min-height: 45px; padding: 11px 17px; border-radius: 25px; font-size: 14px; font-weight: 750; }
.company-model-card { padding: 23px; border: 1px solid rgba(215,239,249,.34); border-radius: 17px; background: linear-gradient(150deg,rgba(255,255,255,.12),rgba(5,26,67,.34)); box-shadow: 0 20px 46px rgba(0,15,49,.22); }
.company-model-kicker { margin: 0 0 17px; color: #9cebf6; font-size: 11px; font-weight: 850; letter-spacing: .11em; }
.company-model-list { display: grid; gap: 8px; }
.company-model-list > div { display: grid; grid-template-columns: 34px 75px 1fr; align-items: center; gap: 10px; min-height: 47px; padding: 7px 10px; border: 1px solid rgba(228,245,251,.17); border-radius: 9px; background: rgba(255,255,255,.065); }
.company-model-list > div > span { color: #6cd9ec; font-size: 12px; font-weight: 850; }
.company-model-list strong { color: #fff; font-size: 13px; letter-spacing: .06em; }
.company-model-list small { color: #d8e9f2; font-size: 14px; }
.company-model-note { margin: 14px 0 0; color: #cddfea; font-size: 14px; line-height: 1.5; }
.company-status-note { padding: 13px 0; border-bottom: 1px solid #d5e5ec; background: #eaf6fa; }
.company-status-note .section-shell { display: flex; align-items: center; gap: 11px; }
.company-status-note .section-shell > span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #137ba8; color: #fff; font-size: 14px; font-weight: 850; }
.company-status-note p { margin: 0; color: #3e5d71; font-size: 14px; line-height: 1.45; }
.company-status-note strong { color: #123e69; }
.company-about { padding: 73px 0 77px; background: #fff; }
.company-about-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); align-items: start; gap: clamp(30px,6vw,78px); }
.company-about h2, .company-founder h2 { max-width: 560px; margin: 8px 0 0; color: #102d64; font-size: clamp(31px,3.7vw,44px); line-height: 1.12; letter-spacing: -.04em; }
.company-about-copy { padding-top: 15px; }
.company-about-copy p, .company-founder-grid > div:first-child > p:not(.eyebrow), .company-ecosystem-grid > div:first-child > p:not(.eyebrow) { margin: 0 0 13px; color: #526a7d; font-size: 16px; line-height: 1.68; }
.company-purpose { padding: 63px 0 68px; background: #f1f6f9; }
.company-purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.company-purpose-grid article { min-height: 235px; padding: clamp(22px,3vw,33px); border: 1px solid #d8e5ec; border-radius: 14px; background: #fff; box-shadow: 0 9px 24px rgba(11,42,74,.045); }
.company-purpose-index { color: #1b7ca1; font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.company-purpose-grid h2 { max-width: 470px; margin: 13px 0 10px; color: #14366a; font-size: clamp(24px,3vw,32px); line-height: 1.16; letter-spacing: -.03em; }
.company-purpose-grid p { max-width: 520px; margin: 0; color: #536b7e; font-size: 15px; line-height: 1.6; }
.company-pillars { padding: 74px 0 81px; background: #fff; }
.company-section-head { align-items: end; margin-bottom: 27px; }
.company-section-head .section-intro { max-width: 425px; margin: 0; }
.company-pillar-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.company-pillar-card { min-height: 255px; display: flex; align-items: flex-start; flex-direction: column; padding: 22px; border: 1px solid #d9e5ed; border-top: 3px solid #2188b5; border-radius: 13px; background: linear-gradient(155deg,#fff,#f8fcfe); box-shadow: 0 8px 23px rgba(11,42,74,.04); }
.company-pillar-card:nth-child(2), .company-pillar-card:nth-child(5) { border-top-color: #45b9c8; }
.company-pillar-card > span { color: #23749a; font-size: 12px; font-weight: 850; letter-spacing: .075em; }
.company-pillar-card h3 { margin: 12px 0 8px; color: #143569; font-size: 22px; line-height: 1.2; }
.company-pillar-card p { margin: 0; color: #536a7f; font-size: 15px; line-height: 1.56; }
.company-pillar-card > a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 17px; color: #145e8b; font-size: 14px; font-weight: 780; text-decoration: none; }
.company-pillar-card > a:hover { text-decoration: underline; text-underline-offset: 3px; }
.company-pillar-feature { border-top-color: #20b8ce; background: linear-gradient(150deg,#effcff 0%,#fff 72%); }
.company-ai { padding: 70px 0 75px; background: linear-gradient(112deg,#091f52 0%,#133e79 61%,#075f80 100%); color: #fff; }
.company-ai-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); align-items: center; gap: clamp(35px,6vw,78px); }
.company-ai h2 { max-width: 570px; margin: 8px 0 12px; color: #fff; font-size: clamp(31px,3.7vw,44px); line-height: 1.12; letter-spacing: -.04em; }
.company-ai-grid > div:first-child > p:not(.eyebrow) { max-width: 600px; margin: 0; color: #d7e6f1; font-size: 16px; line-height: 1.65; }
.company-ai-principles { display: grid; gap: 10px; }
.company-ai-principles article { display: grid; grid-template-columns: 37px 1fr; gap: 12px; padding: 16px; border: 1px solid rgba(218,239,247,.22); border-radius: 11px; background: rgba(255,255,255,.075); }
.company-ai-principles article > span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(142,225,239,.6); border-radius: 50%; color: #a7eef5; font-size: 12px; font-weight: 850; }
.company-ai-principles strong { color: #fff; font-size: 16px; }
.company-ai-principles p { margin: 3px 0 0; color: #d2e3ef; font-size: 14px; line-height: 1.5; }
.company-founder { padding: 74px 0 78px; background: #f2f7fa; }
.company-founder-grid { display: grid; grid-template-columns: minmax(250px,290px) minmax(0,1fr); align-items: start; gap: 32px clamp(35px,5vw,68px); }
.company-founder-photo { grid-column: 1; grid-row: 1; align-self: start; overflow: hidden; width: 100%; margin: 5px 0 0; border: 1px solid #d8e5ec; border-radius: 16px; background: #fff; box-shadow: 0 14px 35px rgba(11,42,74,.09); }
.company-founder-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: contain; object-position: center; }
.company-founder-photo figcaption { padding: 12px 15px; color: #31566f; font-size: 14px; font-weight: 750; }
.company-founder-bio { grid-column: 2; grid-row: 1; }
.company-founder-bio h2 { margin: 8px 0 17px; }
.company-roadmap { grid-column: 1 / -1; width: 100%; }
.company-founder h2 { margin-bottom: 15px; }
.company-roadmap { padding: 22px; border: 1px solid #d6e4eb; border-radius: 14px; background: #fff; box-shadow: 0 10px 27px rgba(11,42,74,.05); }
.company-roadmap > .eyebrow { margin-bottom: 16px; }
.company-roadmap ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; margin: 0; padding: 0; list-style: none; }
.company-roadmap li { display: grid; grid-template-columns: 90px 1fr; gap: 12px; padding: 13px; border: 1px solid #e1eaef; border-radius: 9px; background: #fbfdfe; }
.company-roadmap li > span { padding-top: 2px; color: #23799c; font-size: 12px; font-weight: 850; letter-spacing: .06em; }
.company-roadmap li strong, .company-roadmap li small { display: block; }
.company-roadmap li strong { color: #183f69; font-size: 15px; line-height: 1.35; }
.company-roadmap li small { margin-top: 4px; color: #617789; font-size: 14px; line-height: 1.48; }
.company-ecosystem { padding: 70px 0 75px; background: #fff; }
.company-ecosystem-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.9fr); align-items: center; gap: clamp(35px,6vw,78px); }
.company-ecosystem h2 { max-width: 610px; margin: 8px 0 12px; color: #102d64; font-size: clamp(31px,3.7vw,44px); line-height: 1.12; letter-spacing: -.04em; }
.company-partner-types { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.company-partner-types span { min-height: 61px; display: flex; align-items: center; padding: 12px; border: 1px solid #d9e5ed; border-radius: 10px; background: linear-gradient(145deg,#f6fbfd,#fff); color: #31566f; font-size: 14px; font-weight: 730; line-height: 1.4; }
.company-connect { padding: 59px 0 64px; background: linear-gradient(112deg,#091f52 0%,#143d78 61%,#08637f 100%); color: #fff; }
.company-connect-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.company-connect h2 { max-width: 670px; margin: 8px 0 9px; color: #fff; font-size: clamp(29px,3.4vw,40px); line-height: 1.13; letter-spacing: -.035em; }
.company-connect-inner > div > p:last-child { margin: 0; color: #d5e6f1; font-size: 16px; line-height: 1.55; }
.company-connect .button { min-height: 47px; display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; padding: 12px 18px; border-radius: 26px; font-size: 14px; font-weight: 760; }
.company-connect .button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.company-page .main-nav > a[aria-current="page"] { color: var(--navy); font-weight: 800; }
.company-page .solutions-footer-inner nav { gap: 18px; }
@media (max-width: 1040px) {
  .company-founder-grid { grid-template-columns: 1fr; }
  .company-founder-photo { grid-column: 1; grid-row: auto; justify-self: center; width: min(100%,280px); }
  .company-founder-bio { grid-column: 1; grid-row: auto; }
  .company-roadmap { grid-column: 1; }
  .company-roadmap ol { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .company-hero-grid, .company-about-grid, .company-ai-grid, .company-founder-grid, .company-ecosystem-grid { grid-template-columns: 1fr; }
  .company-founder-photo { grid-column: 1; grid-row: auto; width: min(100%,280px); }
  .company-founder-bio { grid-column: 1; grid-row: auto; }
  .company-roadmap { grid-column: 1; }
  .company-roadmap ol { grid-template-columns: 1fr; }
  .company-model-card, .company-roadmap, .company-partner-types { max-width: 680px; }
  .company-pillar-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .company-about-copy { padding-top: 0; }
}
@media (max-width: 640px) {
  .company-hero { padding: 47px 0 52px; }
  .company-hero-grid { gap: 27px; }
  .company-hero-copy h1 { font-size: clamp(38px,10vw,52px); }
  .company-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .company-hero-actions { align-items: stretch; flex-direction: column; }
  .company-hero-actions .button { justify-content: center; }
  .company-model-card { padding: 18px; }
  .company-model-list > div { grid-template-columns: 29px 68px 1fr; gap: 7px; }
  .company-status-note p { font-size: 13px; }
  .company-about, .company-pillars, .company-founder, .company-ecosystem { padding: 49px 0 55px; }
  .company-purpose { padding: 48px 0 54px; }
  .company-purpose-grid, .company-pillar-grid { grid-template-columns: 1fr; }
  .company-purpose-grid article { min-height: 0; }
  .company-section-head { align-items: flex-start; gap: 12px; }
  .company-pillar-card { min-height: 0; padding: 20px; }
  .company-ai { padding: 48px 0 54px; }
  .company-roadmap { padding: 17px; }
  .company-roadmap li { grid-template-columns: 1fr; gap: 5px; }
  .company-partner-types { grid-template-columns: 1fr 1fr; }
  .company-partner-types span { min-height: 69px; padding: 10px; font-size: 13px; }
  .company-connect { padding: 46px 0 51px; }
  .company-connect-inner { align-items: stretch; flex-direction: column; }
  .company-connect .button { justify-content: center; }
}

/* Five-pillar Solutions mega-menu */
.solutions-menu { position: relative; color: #40566c; }
.solutions-menu > summary { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 0 4px; color: #40566c; font-size: 14px; font-weight: 650; list-style: none; white-space: nowrap; cursor: pointer; }
.solutions-menu > summary::-webkit-details-marker { display: none; }
.solutions-menu > summary > span { color: #147fb1; font-size: 17px; line-height: 1; transition: transform .18s ease; }
.solutions-menu[open] > summary > span { transform: rotate(180deg); }
.solutions-menu > summary:hover, .solutions-menu > summary[aria-current="page"] { color: var(--navy); }
.solutions-mega-menu { position: absolute; z-index: 45; top: calc(100% + 16px); left: -265px; width: min(970px,calc(100vw - 38px)); padding: 24px; border: 1px solid #dce7ed; border-radius: 15px; background: #fff; box-shadow: 0 22px 58px rgba(7,29,66,.19); }
.solutions-mega-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 16px; padding: 0 1px 14px; border-bottom: 1px solid #e3edf1; }
.solutions-mega-head .eyebrow { margin: 0 0 4px; font-size: 11px; }
.solutions-mega-head strong { color: #143969; font-size: 20px; line-height: 1.25; }
.solutions-mega-head > a { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; color: #14648d; font-size: 14px; font-weight: 780; text-decoration: none; }
.solutions-mega-head > a:hover { text-decoration: underline; text-underline-offset: 3px; }
.solutions-menu-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.solutions-menu-item { min-height: 125px; display: flex; align-items: flex-start; flex-direction: column; padding: 14px; border: 1px solid #e0eaf0; border-radius: 10px; background: linear-gradient(150deg,#fff,#f7fbfd); color: #304f68; text-decoration: none; transition: border-color .16s ease,background .16s ease,transform .16s ease; }
.solutions-menu-item:hover, .solutions-menu-item:focus-visible { transform: translateY(-2px); border-color: #8ccbd9; background: #effafd; }
.solutions-menu-item > span { color: #277b9e; font-size: 11px; font-weight: 850; letter-spacing: .065em; }
.solutions-menu-item strong { margin: 6px 0 3px; color: #153867; font-size: 16px; }
.solutions-menu-item small { color: #5c7486; font-size: 13px; line-height: 1.43; }
.solutions-menu > summary:focus-visible { outline: 3px solid #55c6dc; outline-offset: 3px; border-radius: 4px; }
@media (max-width: 1100px) {
  .solutions-menu { width: 100%; border-bottom: 1px solid #edf1f4; }
  .solutions-menu > summary { width: 100%; min-height: 45px; justify-content: space-between; padding: 0 10px; font-size: 14px; }
  .solutions-menu[open] > summary { color: var(--navy); }
  .solutions-mega-menu { position: static; width: 100%; padding: 12px 0 15px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .solutions-mega-head { align-items: flex-start; flex-direction: column; gap: 7px; margin-bottom: 10px; }
  .solutions-mega-head strong { font-size: 18px; }
  .solutions-menu-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .solutions-menu-item { min-height: 0; padding: 12px; }
  .solutions-menu-item small { font-size: 12px; }
}
@media (max-width: 600px) {
  .solutions-menu-grid { grid-template-columns: 1fr; }
  .solutions-menu-item { padding: 10px 12px; }
}

/* Procureze Ecosystem pillar */
.ecosystem-hero { padding: clamp(50px,6.6vw,82px) 0; overflow: hidden; background: linear-gradient(116deg,#091f52 0%,#124780 57%,#087d91 100%); color: #fff; }
.ecosystem-hero-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(320px,.82fr); align-items: center; gap: clamp(32px,5.5vw,76px); }
.ecosystem-hero-copy { max-width: 700px; }
.ecosystem-hero-copy h1 { max-width: 720px; margin: 10px 0 16px; color: #fff; font-size: clamp(42px,5.25vw,67px); line-height: 1.04; letter-spacing: -.05em; }
.ecosystem-hero-copy h1 em { color: #63d9ef; font-style: normal; }
.ecosystem-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 0; color: #dfedf7; font-size: 18px; line-height: 1.65; }
.ecosystem-stage { display: inline-flex; align-items: center; gap: 9px; margin-top: 19px; padding: 8px 11px; border: 1px solid rgba(155,235,246,.4); border-radius: 22px; background: rgba(82,205,223,.13); color: #d3f7fa; font-size: 12px; font-weight: 830; letter-spacing: .06em; }
.ecosystem-stage > span { width: 8px; height: 8px; border-radius: 50%; background: #62d7e8; box-shadow: 0 0 0 4px rgba(105,219,237,.14); }
.ecosystem-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; }
.ecosystem-hero-actions .button { min-height: 45px; padding: 11px 17px; border-radius: 25px; font-size: 14px; font-weight: 750; }
.ecosystem-flow-card { padding: 22px; border: 1px solid rgba(215,239,249,.34); border-radius: 16px; background: linear-gradient(150deg,rgba(255,255,255,.12),rgba(5,26,67,.34)); box-shadow: 0 20px 46px rgba(0,15,49,.22); }
.ecosystem-flow-card > p { margin: 0 0 14px; color: #9cebf6; font-size: 11px; font-weight: 850; letter-spacing: .11em; }
.ecosystem-flow-card ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.ecosystem-flow-card li { display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 3px 10px; min-height: 58px; padding: 10px; border: 1px solid rgba(228,245,251,.17); border-radius: 9px; background: rgba(255,255,255,.065); }
.ecosystem-flow-card li > span { grid-row: span 2; color: #6cd9ec; font-size: 12px; font-weight: 850; }
.ecosystem-flow-card li strong { color: #fff; font-size: 14px; line-height: 1.35; }
.ecosystem-flow-card li small { color: #d8e9f2; font-size: 13px; line-height: 1.4; }
.ecosystem-status-note { padding: 13px 0; border-bottom: 1px solid #d5e5ec; background: #eaf6fa; }
.ecosystem-status-note .section-shell { display: flex; align-items: center; gap: 11px; }
.ecosystem-status-note .section-shell > span { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #137ba8; color: #fff; font-size: 14px; font-weight: 850; }
.ecosystem-status-note p { margin: 0; color: #3e5d71; font-size: 14px; line-height: 1.45; }
.ecosystem-status-note strong { color: #123e69; }
.ecosystem-for { padding: 72px 0 78px; background: #fff; }
.ecosystem-section-head { max-width: 760px; margin: 0 0 27px; }
.ecosystem-section-head h2 { margin: 8px 0 10px; color: #102d64; font-size: clamp(30px,3.6vw,43px); line-height: 1.13; letter-spacing: -.04em; }
.ecosystem-section-head > p:last-child { max-width: 700px; margin: 0; color: #536a7f; font-size: 16px; line-height: 1.62; }
.ecosystem-audience-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.ecosystem-audience-grid article { min-height: 254px; display: flex; align-items: flex-start; flex-direction: column; padding: 22px; border: 1px solid #d8e5ed; border-top: 3px solid #1f89b2; border-radius: 13px; background: linear-gradient(155deg,#fff,#f7fbfd); box-shadow: 0 7px 22px rgba(11,42,74,.04); }
.ecosystem-audience-grid article:nth-child(2) { border-top-color: #27b6ca; }
.ecosystem-audience-grid article:nth-child(3) { border-top-color: #5269c2; }
.ecosystem-audience-icon { color: #227a9e; font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.ecosystem-audience-grid h3 { margin: 12px 0 7px; color: #173967; font-size: 21px; line-height: 1.22; }
.ecosystem-audience-grid p { margin: 0; color: #536a7f; font-size: 15px; line-height: 1.56; }
.ecosystem-audience-grid small { margin-top: auto; padding-top: 15px; color: #257093; font-size: 13px; font-weight: 690; line-height: 1.4; }
.ecosystem-journey { padding: 68px 0 73px; background: linear-gradient(112deg,#091f52 0%,#133d78 60%,#075f80 100%); color: #fff; }
.ecosystem-journey-grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); align-items: center; gap: clamp(34px,6vw,78px); }
.ecosystem-journey h2, .ecosystem-model h2, .ecosystem-stage-grid h2 { max-width: 600px; margin: 8px 0 12px; color: #fff; font-size: clamp(30px,3.6vw,43px); line-height: 1.12; letter-spacing: -.04em; }
.ecosystem-journey-grid > div:first-child > p:not(.eyebrow) { max-width: 600px; margin: 0; color: #d7e6f1; font-size: 16px; line-height: 1.65; }
.ecosystem-text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 17px; color: #9cebf6; font-size: 14px; font-weight: 760; text-decoration: none; }
.ecosystem-text-link:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.ecosystem-steps { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.ecosystem-steps li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 14px; border: 1px solid rgba(218,239,247,.22); border-radius: 10px; background: rgba(255,255,255,.07); }
.ecosystem-steps li > span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(142,225,239,.6); border-radius: 50%; color: #a7eef5; font-size: 12px; font-weight: 850; }
.ecosystem-steps strong, .ecosystem-steps small { display: block; }
.ecosystem-steps strong { color: #fff; font-size: 15px; }
.ecosystem-steps small { margin-top: 4px; color: #d2e3ef; font-size: 14px; line-height: 1.48; }
.ecosystem-evidence { padding: 73px 0 78px; background: #f2f7fa; }
.ecosystem-evidence-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.ecosystem-evidence-grid article { min-height: 219px; padding: 21px; border: 1px solid #d7e4eb; border-radius: 12px; background: #fff; box-shadow: 0 7px 20px rgba(11,42,74,.04); }
.evidence-level { display: inline-flex; padding: 6px 8px; border: 1px solid #bcdde7; border-radius: 16px; background: #eef9fb; color: #176f91; font-size: 11px; font-weight: 850; letter-spacing: .05em; }
.ecosystem-evidence-grid h3 { margin: 13px 0 7px; color: #163867; font-size: 19px; line-height: 1.22; }
.ecosystem-evidence-grid p { margin: 0; color: #536a7f; font-size: 14px; line-height: 1.55; }
.ecosystem-integrity { margin-top: 16px; padding: 19px 21px; border-left: 3px solid #20adc5; border-radius: 0 10px 10px 0; background: #e6f4f8; }
.ecosystem-integrity > strong { color: #153c67; font-size: 17px; }
.ecosystem-integrity ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 22px; margin: 13px 0 0; padding-left: 20px; color: #49667a; font-size: 14px; line-height: 1.52; }
.ecosystem-model { padding: 68px 0 72px; background: #fff; }
.ecosystem-model-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(310px,.82fr); align-items: center; gap: clamp(35px,6vw,78px); }
.ecosystem-model h2, .ecosystem-stage-grid h2 { color: #102d64; }
.ecosystem-model-grid > div:first-child > p:not(.eyebrow) { max-width: 650px; margin: 0; color: #536a7f; font-size: 16px; line-height: 1.65; }
.ecosystem-model-grid aside { padding: 24px; border: 1px solid #cce2e9; border-radius: 14px; background: linear-gradient(135deg,#effbfc,#f5f7ff); }
.ecosystem-model-grid aside > span { color: #277a9b; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.ecosystem-model-grid aside > strong { display: block; margin-top: 10px; color: #153767; font-size: 22px; line-height: 1.25; }
.ecosystem-model-grid aside > p { margin: 12px 0 0; color: #687f8f; font-size: 14px; line-height: 1.5; }
.ecosystem-stage-section { padding: 71px 0 77px; background: #f2f7fa; }
.ecosystem-stage-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(300px,.85fr); align-items: center; gap: clamp(32px,6vw,75px); }
.ecosystem-stage-grid > div:first-child > p:not(.eyebrow) { margin: 0 0 11px; color: #536a7f; font-size: 16px; line-height: 1.65; }
.ecosystem-readiness-list { padding: 22px; border: 1px solid #d6e4eb; border-radius: 14px; background: #fff; box-shadow: 0 10px 27px rgba(11,42,74,.05); }
.ecosystem-readiness-list > strong { color: #173c69; font-size: 17px; }
.ecosystem-readiness-list ol { display: grid; gap: 10px; margin: 14px 0 0; padding-left: 22px; color: #506c7f; font-size: 14px; line-height: 1.5; }
.ecosystem-connect { padding: 58px 0 63px; background: linear-gradient(112deg,#091f52 0%,#143d78 61%,#08637f 100%); color: #fff; }
.ecosystem-connect-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.ecosystem-connect h2 { max-width: 660px; margin: 8px 0 9px; color: #fff; font-size: clamp(29px,3.4vw,40px); line-height: 1.13; letter-spacing: -.035em; }
.ecosystem-connect-inner > div > p:last-child { margin: 0; color: #d5e6f1; font-size: 16px; line-height: 1.55; }
.ecosystem-connect .button { min-height: 47px; display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; padding: 12px 18px; border-radius: 26px; font-size: 14px; font-weight: 760; }
.ecosystem-connect .button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ecosystem-page .main-nav > a[aria-current="page"] { color: var(--navy); font-weight: 800; }
@media (max-width: 900px) {
  .ecosystem-hero-grid, .ecosystem-journey-grid, .ecosystem-model-grid, .ecosystem-stage-grid { grid-template-columns: 1fr; }
  .ecosystem-flow-card, .ecosystem-model-grid aside, .ecosystem-readiness-list { max-width: 680px; }
  .ecosystem-audience-grid, .ecosystem-evidence-grid { grid-template-columns: 1fr 1fr; }
  .ecosystem-audience-grid article:last-child, .ecosystem-evidence-grid article:last-child { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .ecosystem-hero { padding: 47px 0 52px; }
  .ecosystem-hero-grid { gap: 27px; }
  .ecosystem-hero-copy h1 { font-size: clamp(38px,10vw,52px); }
  .ecosystem-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .ecosystem-hero-actions { align-items: stretch; flex-direction: column; }
  .ecosystem-hero-actions .button { justify-content: center; }
  .ecosystem-status-note p { font-size: 13px; }
  .ecosystem-for, .ecosystem-evidence, .ecosystem-stage-section { padding: 49px 0 55px; }
  .ecosystem-section-head { margin-bottom: 23px; }
  .ecosystem-section-head > p:last-child { font-size: 15px; }
  .ecosystem-audience-grid, .ecosystem-evidence-grid { grid-template-columns: 1fr; }
  .ecosystem-audience-grid article, .ecosystem-evidence-grid article, .ecosystem-audience-grid article:last-child, .ecosystem-evidence-grid article:last-child { min-height: 0; grid-column: auto; padding: 19px; }
  .ecosystem-journey { padding: 48px 0 54px; }
  .ecosystem-integrity ul { grid-template-columns: 1fr; gap: 8px; }
  .ecosystem-model { padding: 48px 0 54px; }
  .ecosystem-connect { padding: 46px 0 51px; }
  .ecosystem-connect-inner { align-items: stretch; flex-direction: column; }
  .ecosystem-connect .button { justify-content: center; }
}

/* Primary navigation dropdowns for Academy, Ecosystem and Resources */
.nav-dropdown { position: relative; color: #40566c; }
.nav-dropdown > summary { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 0 4px; color: #40566c; font-size: 14px; font-weight: 650; list-style: none; white-space: nowrap; cursor: pointer; }
.nav-dropdown > summary::-webkit-details-marker { display: none; }
.nav-dropdown > summary > span { color: #147fb1; font-size: 17px; line-height: 1; transition: transform .18s ease; }
.nav-dropdown[open] > summary > span { transform: rotate(180deg); }
.nav-dropdown > summary:hover, .nav-dropdown > summary[aria-current="page"] { color: var(--navy); }
.nav-dropdown-panel { position: absolute; z-index: 45; top: calc(100% + 16px); left: -30px; width: min(330px,calc(100vw - 38px)); display: grid; gap: 3px; padding: 15px; border: 1px solid #dce7ed; border-radius: 13px; background: #fff; box-shadow: 0 22px 58px rgba(7,29,66,.18); }
#resourcesMenu .nav-dropdown-panel { right: -45px; left: auto; }
.nav-dropdown-kicker { margin: 2px 9px 6px; color: #287b9f; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.nav-dropdown-panel > a { min-height: 39px; display: flex; align-items: center; padding: 8px 10px; border-radius: 7px; color: #294d69; font-size: 14px; font-weight: 660; line-height: 1.35; text-decoration: none; }
.nav-dropdown-panel > a:hover, .nav-dropdown-panel > a:focus-visible { background: #edf7fa; color: #125e8c; }
.nav-dropdown-panel > a.nav-dropdown-cta { justify-content: space-between; margin-top: 4px; border-top: 1px solid #e5edf1; border-radius: 0 0 7px 7px; color: #116b9a; font-weight: 780; }
.nav-dropdown > summary:focus-visible { outline: 3px solid #55c6dc; outline-offset: 3px; border-radius: 4px; }
@media (max-width: 1100px) {
  .nav-dropdown { width: 100%; border-bottom: 1px solid #edf1f4; }
  .nav-dropdown > summary { width: 100%; min-height: 45px; justify-content: space-between; padding: 0 10px; font-size: 14px; }
  .nav-dropdown[open] > summary { color: var(--navy); }
  .nav-dropdown-panel, #resourcesMenu .nav-dropdown-panel { position: static; width: 100%; gap: 1px; padding: 5px 0 12px 10px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .nav-dropdown-panel > a { min-height: 39px; }
  .nav-dropdown-kicker { margin-left: 10px; }
}

/* Procureze sample learning and resource order journey */
.resource-buy-link { display: inline-flex; align-items: center; gap: 7px; width: fit-content; min-height: 42px; margin-top: auto; padding: 10px 13px; border: 1px solid #b9dce6; border-radius: 22px; background: #effafd; color: #0d6288; font-size: 14px; font-weight: 780; text-decoration: none; }
.resource-buy-link:hover { border-color: #41b5ca; background: #e5f8fb; color: #0b3d6a; }
.store-page { min-height: 100vh; background: #f3f7fa; color: #183b5c; }
.store-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 12px max(24px,calc((100vw - 1240px)/2)); border-bottom: 1px solid #dce7ed; background: #fff; }
.store-brand { display: inline-flex; align-items: center; }
.store-brand img { display: block; width: 168px; height: auto; }
.store-header nav { display: flex; align-items: center; gap: 23px; }
.store-header nav a { color: #3c5b74; font-size: 14px; font-weight: 700; text-decoration: none; }
.store-header nav a:hover { color: #087caa; }
.store-main { width: min(1200px,calc(100% - 44px)); margin: 0 auto; padding: 54px 0 50px; }
.store-intro { max-width: 800px; margin: 0 auto 24px; text-align: center; }
.store-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 13px; color: #126d93; font-size: 12px; font-weight: 850; letter-spacing: .13em; }
.store-eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: #22b9c8; box-shadow: 0 0 0 4px #ddf6f7; }
.store-intro h1 { margin: 0; color: #0e2d61; font-size: clamp(36px,5vw,56px); line-height: 1.06; letter-spacing: -.045em; }
.store-intro > p:last-child { max-width: 710px; margin: 16px auto 0; color: #526c80; font-size: 16px; line-height: 1.65; }
.store-demo-notice { max-width: 950px; margin: 0 auto 26px; padding: 13px 16px; border: 1px solid #b8dfe6; border-radius: 10px; background: #eaf8fa; color: #365a70; font-size: 14px; line-height: 1.5; }
.store-demo-notice strong { color: #0b5278; }
.store-progress { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); max-width: 950px; margin: 0 auto 36px; padding: 0; list-style: none; }
.store-progress li { position: relative; display: flex; align-items: center; gap: 8px; padding: 0 10px 0 0; color: #758897; font-size: 13px; font-weight: 700; }
.store-progress li:not(:last-child)::after { height: 2px; position: absolute; z-index: 0; top: 50%; right: 10px; left: 86px; background: #d8e4ea; content: ""; }
.store-progress li.is-complete:not(:last-child)::after { background: linear-gradient(90deg,#118bbb,#23b6bd); }
.store-progress li > span { position: relative; z-index: 1; width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #c9d9e1; border-radius: 50%; background: #fff; color: #73899a; font-size: 11px; font-weight: 850; }
.store-progress li.is-current { color: #133e70; }
.store-progress li.is-current > span, .store-progress li.is-complete > span { border-color: #118ab6; background: linear-gradient(140deg,#197db6,#21b6bf); color: #fff; }
.store-stage[hidden] { display: none !important; }
.store-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 19px; }
.store-overline { margin: 0 0 7px; color: #247b9c; font-size: 11px; font-weight: 850; letter-spacing: .11em; }
.store-section-heading h2, .store-form-copy h2, .store-status-stage h2 { margin: 0; color: #123466; font-size: clamp(27px,3.3vw,38px); line-height: 1.14; letter-spacing: -.035em; }
.store-section-heading p:not(.store-overline) { max-width: 680px; margin: 8px 0 0; color: #60788a; font-size: 15px; line-height: 1.55; }
.store-cart-jump { display: inline-flex; align-items: center; gap: 9px; min-height: 41px; padding: 8px 13px; border: 1px solid #c9dce5; border-radius: 23px; background: #fff; color: #275674; font-size: 14px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.store-cart-jump span, .store-cart-count { min-width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 50%; background: #dff6f8; color: #075577; font-size: 12px; font-weight: 850; }
.store-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; align-items: start; gap: 19px; }
.store-product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.store-product-card { min-height: 394px; display: flex; align-items: flex-start; flex-direction: column; padding: 21px; border: 1px solid #d9e5eb; border-top: 3px solid #1797bd; border-radius: 14px; background: linear-gradient(153deg,#fff,#f9fcfd); box-shadow: 0 10px 27px rgba(14,50,84,.045); }
.store-resource-card { border-top-color: #20aaa5; }
.store-product-mark { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 12px; background: linear-gradient(140deg,#e1f8fb,#d8ecfa); color: #126b96; font-size: 13px; font-weight: 850; }
.store-resource-mark { background: linear-gradient(140deg,#e2f8f2,#e0f1fa); color: #137e77; }
.store-product-type { color: #34778d; font-size: 11px; font-weight: 850; letter-spacing: .095em; }
.store-product-card h3 { margin: 9px 0; color: #153b6b; font-size: 21px; line-height: 1.22; letter-spacing: -.025em; }
.store-product-card > p { margin: 0; color: #556f82; font-size: 14px; line-height: 1.55; }
.store-product-card ul { display: grid; gap: 7px; margin: 14px 0 19px; padding-left: 18px; color: #3f627a; font-size: 13px; line-height: 1.45; }
.store-product-footer { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 14px; border-top: 1px solid #e3edf1; }
.store-product-footer > div { display: grid; gap: 2px; }
.store-product-footer strong { color: #143f70; font-size: 17px; }
.store-product-footer small { color: #778c99; font-size: 11px; }
.store-course-preview { margin-top: 12px; color: #145c81; font-size: 13px; font-weight: 700; }
.store-button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 14px; border: 1px solid transparent; border-radius: 23px; font: inherit; font-size: 14px; font-weight: 780; line-height: 1.25; text-decoration: none; cursor: pointer; transition: transform .15s ease,filter .15s ease,background .15s ease; }
.store-button:hover { transform: translateY(-1px); }
.store-button:focus-visible, .store-back:focus-visible, .store-reset-link:focus-visible, .store-remove:focus-visible { outline: 3px solid #4cbfd2; outline-offset: 3px; }
.store-button-primary { background: linear-gradient(110deg,#1a7ebb,#138daf,#19aebd); color: #fff; box-shadow: 0 4px 12px rgba(15,126,167,.15); }
.store-button-primary:hover { filter: brightness(1.06); }
.store-button-secondary { border-color: #bcdce6; background: #f0fafc; color: #145c81; }
.store-button-secondary:hover { background: #e6f8fb; }
.store-button-secondary.is-added { border-color: #aadccc; background: #edf9f2; color: #176c58; }
.store-button:disabled { transform: none; background: #cbd7de; color: #fff; box-shadow: none; cursor: not-allowed; }
.store-full-button { width: 100%; justify-content: space-between; }
.store-quality-note { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 11px; padding: 14px 16px; border: 1px solid #cfdee7; border-radius: 11px; background: #eef5f9; }
.store-quality-note > span { color: #1c9db5; font-size: 18px; }
.store-quality-note p { margin: 0; color: #506b7e; font-size: 14px; line-height: 1.5; }
.store-quality-note strong { color: #1c476f; }
.store-cart-card { position: sticky; top: 24px; padding: 19px; border: 1px solid #d2e2e9; border-radius: 14px; background: #fff; box-shadow: 0 10px 26px rgba(14,50,84,.055); }
.store-cart-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid #e7eef2; }
.store-cart-heading h2 { margin: 0; color: #173d6c; font-size: 22px; }
.store-cart-items { display: grid; gap: 10px; padding: 14px 0; }
.store-cart-empty { margin: 0; padding: 14px 12px; border: 1px dashed #cbdce5; border-radius: 9px; color: #708594; font-size: 14px; line-height: 1.45; }
.store-cart-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 5px 8px; padding: 11px; border: 1px solid #e0eaf0; border-radius: 9px; background: #fbfdfe; }
.store-cart-row-copy { display: grid; gap: 3px; }
.store-cart-row-copy strong { color: #214b70; font-size: 13px; line-height: 1.35; }
.store-cart-row-copy small { color: #81919c; font-size: 11px; }
.store-cart-row > b { grid-column: 2; grid-row: 1; color: #234c6c; font-size: 13px; white-space: nowrap; }
.store-remove { grid-column: 1 / -1; justify-self: start; padding: 2px 0; border: 0; background: none; color: #9b4f52; font: inherit; font-size: 12px; font-weight: 700; text-decoration: underline; cursor: pointer; }
.store-cart-total { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 13px; border-top: 1px solid #e3edf1; color: #4f687b; font-size: 14px; }
.store-cart-total strong { color: #153e6e; font-size: 17px; }
.store-cart-caption, .store-cart-security { color: #748895; font-size: 12px; line-height: 1.45; }
.store-cart-caption { margin: 6px 0 14px; }
.store-cart-security { display: flex; gap: 7px; margin: 13px 0 0; }
.store-cart-security span { color: #1989a7; font-size: 15px; }
.store-form-stage, .store-status-stage { max-width: 970px; margin: 0 auto; padding: 27px; border: 1px solid #d6e4ea; border-radius: 16px; background: #fff; box-shadow: 0 13px 35px rgba(13,48,81,.055); }
.store-back { margin: 0 0 26px; padding: 4px 0; border: 0; background: none; color: #216588; font: inherit; font-size: 14px; font-weight: 740; cursor: pointer; }
.store-form-layout { display: grid; grid-template-columns: minmax(0,.88fr) minmax(340px,1.12fr); gap: 32px; }
.store-form-copy h2 { max-width: 420px; }
.store-form-copy > p:not(.store-overline):not(.store-field-note) { color: #536d80; font-size: 15px; line-height: 1.6; }
.store-mini-summary { margin-top: 18px; padding: 12px 14px; border: 1px solid #d5e5ec; border-radius: 9px; background: #f1f8fa; color: #245779; font-size: 14px; font-weight: 760; }
.store-form-card { display: grid; gap: 9px; padding: 21px; border: 1px solid #dce8ed; border-radius: 12px; background: #fbfdfe; }
.store-form-card > label, .store-copy-field label { margin-top: 4px; color: #294f6c; font-size: 14px; font-weight: 760; }
.store-form-card > input, .store-form-card > textarea { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid #c8d9e2; border-radius: 8px; background: #fff; color: #203f5b; font: inherit; font-size: 15px; }
.store-form-card > textarea { min-height: 110px; resize: vertical; line-height: 1.5; }
.store-form-card > input:focus, .store-form-card > textarea:focus { outline: 3px solid rgba(41,178,200,.2); border-color: #2096ae; }
.store-field-note { margin: 0; color: #718593; font-size: 12px; line-height: 1.45; }
.store-copy-field { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.store-copy-field > span { color: #7e909b; font-size: 11px; }
.store-payment-method { display: grid; grid-template-columns: 39px 1fr auto; align-items: center; gap: 10px; margin-top: 17px; padding: 13px; border: 1px solid #b9dfe5; border-radius: 10px; background: linear-gradient(110deg,#effbfc,#f5f9ff); }
.store-method-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(140deg,#1389af,#20b7bd); color: #fff; font-size: 18px; font-weight: 850; }
.store-payment-method strong, .store-payment-method small { display: block; }
.store-payment-method strong { color: #164872; font-size: 14px; }
.store-payment-method small { margin-top: 2px; color: #667e8f; font-size: 12px; line-height: 1.4; }
.store-payment-method b { color: #278096; font-size: 9px; letter-spacing: .08em; }
.store-confirm-check { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; margin: 2px 0 7px; }
.store-confirm-check input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: #138eac; }
.store-confirm-check label { color: #566f81; font-size: 13px; line-height: 1.45; }
.store-form-error { margin: 0; color: #a33e43; font-size: 13px; line-height: 1.45; }
.store-status-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.store-demo-order-label { padding: 6px 9px; border-radius: 18px; background: #e9f4fb; color: #27698d; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.store-status-stage h2 { max-width: 800px; }
.store-status-intro { color: #5a7386; font-size: 15px; line-height: 1.55; }
.store-order-meta { display: grid; grid-template-columns: 1.1fr 1.7fr 1fr; gap: 11px; margin: 20px 0; }
.store-order-meta > div { display: grid; align-content: start; gap: 5px; min-width: 0; padding: 12px; border: 1px solid #e0eaf0; border-radius: 9px; background: #fafcfd; }
.store-order-meta span { color: #748a99; font-size: 11px; font-weight: 740; letter-spacing: .04em; text-transform: uppercase; }
.store-order-meta strong { overflow-wrap: anywhere; color: #204b70; font-size: 13px; line-height: 1.4; }
.store-timeline { display: grid; gap: 0; margin: 24px 0; padding: 0; list-style: none; }
.store-timeline-step { position: relative; display: grid; grid-template-columns: 37px 1fr; gap: 12px; min-height: 71px; }
.store-timeline-step:not(:last-child)::after { position: absolute; top: 36px; bottom: 0; left: 17px; width: 2px; background: #dfe9ed; content: ""; }
.store-timeline-step.is-done:not(:last-child)::after { background: #43b7b4; }
.store-timeline-marker { position: relative; z-index: 1; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #d1e0e6; border-radius: 50%; background: #f8fbfc; color: #7890a0; font-size: 12px; font-weight: 850; }
.store-timeline-step.is-done .store-timeline-marker { border-color: #39aaa9; background: #dcf6f0; color: #087766; }
.store-timeline-step.is-current .store-timeline-marker { border-color: #1e9ab9; background: #e4f8fb; color: #126788; box-shadow: 0 0 0 4px #effafb; }
.store-timeline-copy { display: grid; align-content: start; gap: 4px; padding: 2px 0 17px; }
.store-timeline-copy strong { color: #294e6d; font-size: 15px; }
.store-timeline-copy small { color: #718694; font-size: 13px; line-height: 1.4; }
.store-outcome { display: grid; grid-template-columns: repeat(auto-fit,minmax(270px,1fr)); gap: 13px; margin: 19px 0; }
.store-outcome-card { padding: 17px; border: 1px solid #cde3e5; border-radius: 12px; background: linear-gradient(150deg,#f3fcfa,#fff 76%); }
.store-resource-outcome { border-color: #cbdff0; background: linear-gradient(150deg,#f3f9ff,#fff 76%); }
.store-outcome-tag { color: #167a68; font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.store-outcome-card h3 { margin: 8px 0 6px; color: #17466a; font-size: 18px; }
.store-outcome-card > p { margin: 0 0 12px; color: #587184; font-size: 13px; line-height: 1.5; }
.store-course-progress { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 5px 10px; margin: 12px 0; }
.store-course-progress-head { color: #496d7f; font-size: 12px; font-weight: 750; }
.store-course-progress progress { width: 100%; height: 8px; grid-column: 1 / -1; accent-color: #1aa9b6; }
.store-course-progress-count { color: #638092; font-size: 11px; }
.store-module-list { display: grid; gap: 7px; margin: 11px 0 0; padding: 0; list-style: none; }
.store-module-list li { display: grid; grid-template-columns: 27px 1fr auto; align-items: center; gap: 8px; min-height: 43px; padding: 7px 8px; border: 1px solid #e0ebef; border-radius: 8px; background: #fff; }
.store-module-number { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #e9f5fa; color: #226a8c; font-size: 10px; font-weight: 850; }
.store-module-list li.is-complete .store-module-number { background: #ddf6ed; color: #17755f; }
.store-module-title { color: #365c74; font-size: 12px; line-height: 1.35; }
.store-module-action { min-height: 29px; padding: 5px 8px; border: 1px solid #c4dfe7; border-radius: 16px; background: #f4fbfc; color: #17638a; font: inherit; font-size: 10px; font-weight: 760; cursor: pointer; }
.store-module-action:disabled { border-color: #e5ecef; background: #f6f8f9; color: #8b9ca6; cursor: default; }
.store-certificate-preview { margin-top: 10px; padding: 10px; border: 1px solid #b4ded0; border-radius: 8px; background: #effaf5; color: #366c5e; font-size: 12px; line-height: 1.4; }
.store-email-preview { margin-top: 12px !important; padding: 10px; border-radius: 8px; background: #eef6fb; color: #527185 !important; font-size: 12px !important; }
.store-button-verify { margin-top: 7px; border-color: #b9d9e1; background: #eef8fa; color: #165b78; }
.store-review-demo { margin: 15px 0 0; border-top: 1px solid #e3edf1; }
.store-review-demo > summary { width: fit-content; padding: 14px 0 7px; color: #5f788b; font-size: 13px; font-weight: 720; cursor: pointer; }
.store-review-demo > div { max-width: 700px; padding: 12px 14px; border: 1px dashed #c9dce3; border-radius: 9px; background: #f7fafb; }
.store-review-demo p { margin: 0; color: #617887; font-size: 12px; line-height: 1.5; }
.store-review-demo p strong { color: #355c77; }
.store-reset-link { margin-top: 13px; padding: 5px 0; border: 0; background: none; color: #236b8d; font: inherit; font-size: 13px; font-weight: 730; text-decoration: underline; cursor: pointer; }
.store-limitation { max-width: 920px; margin: 25px auto 0; color: #748896; font-size: 12px; line-height: 1.5; text-align: center; }
.store-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px max(24px,calc((100vw - 1240px)/2)); border-top: 1px solid #dce7ed; background: #fff; color: #748796; font-size: 12px; }
.store-footer a { color: #226b8d; font-weight: 700; text-decoration: none; }
.store-footer a:hover { text-decoration: underline; }
@media (max-width: 900px) {
  .store-layout { grid-template-columns: minmax(0,1fr) 300px; gap: 13px; }
  .store-product-grid { grid-template-columns: 1fr; }
  .store-product-card { min-height: 0; }
  .store-quality-note { grid-column: auto; }
  .store-form-layout { grid-template-columns: 1fr; gap: 19px; }
}
@media (max-width: 640px) {
  .store-header { min-height: 64px; padding: 10px 18px; }
  .store-brand img { width: 137px; }
  .store-header nav { gap: 11px; }
  .store-header nav a { font-size: 12px; }
  .store-main { width: min(100% - 32px,520px); padding: 38px 0 35px; }
  .store-intro { margin-bottom: 18px; text-align: left; }
  .store-intro h1 { font-size: 37px; }
  .store-intro > p:last-child { margin-top: 12px; font-size: 15px; }
  .store-demo-notice { margin-bottom: 20px; padding: 11px 12px; font-size: 13px; }
  .store-progress { margin-bottom: 27px; }
  .store-progress li { display: grid; justify-items: center; gap: 5px; padding: 0; font-size: 10px; text-align: center; }
  .store-progress li:not(:last-child)::after { top: 15px; right: -4px; left: calc(50% + 18px); }
  .store-section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .store-section-heading h2, .store-form-copy h2, .store-status-stage h2 { font-size: 29px; }
  .store-product-card { padding: 18px; }
  .store-layout { grid-template-columns: 1fr; }
  .store-cart-card { position: static; grid-row: 1; }
  .store-form-stage, .store-status-stage { padding: 18px; }
  .store-back { margin-bottom: 18px; }
  .store-form-card { padding: 16px; }
  .store-order-meta { grid-template-columns: 1fr 1fr; }
  .store-order-meta > div:first-child { grid-column: 1 / -1; }
  .store-payment-method { grid-template-columns: 38px 1fr; }
  .store-payment-method b { grid-column: 2; }
  .store-footer { align-items: flex-start; flex-direction: column; padding: 17px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .store-button { transition: none; }
  .store-button:hover { transform: none; }
}
.store-use-sample { justify-self: start; padding: 3px 0; border: 0; background: none; color: #176b8d; font: inherit; font-size: 12px; font-weight: 760; text-decoration: underline; text-underline-offset: 2px; cursor: pointer; }
.store-use-sample:focus-visible { outline: 3px solid #4cbfd2; outline-offset: 3px; }
.academy-cart-trigger { text-decoration: none; }

/* Flagship course concept */
.academy-flagship { padding: 66px 0 70px; background: linear-gradient(130deg,#f2f8fb 0%,#eef8fa 47%,#f8f9fd 100%); border-block: 1px solid #e1edf1; }
.academy-flagship-layout { display: grid; grid-template-columns: minmax(270px,.78fr) minmax(0,1.22fr); align-items: center; gap: clamp(30px,5vw,70px); }
.academy-flagship-copy { max-width: 500px; }
.academy-flagship-copy h2 { margin: 9px 0 14px; color: #102d64; font-size: clamp(33px,4vw,48px); line-height: 1.06; letter-spacing: -.045em; }
.academy-flagship-copy h2 em { color: #137eaa; font-style: normal; }
.academy-flagship-lede { margin: 0; color: #536a7f; font-size: 16px; line-height: 1.65; }
.academy-flagship-meta { display: grid; gap: 11px; margin: 22px 0; padding-top: 17px; border-top: 1px solid #d8e7ec; }
.academy-flagship-meta span { display: grid; grid-template-columns: 120px 1fr; gap: 12px; color: #718593; font-size: 12px; }
.academy-flagship-meta strong { color: #264f70; font-size: 13px; }
.academy-flagship-link { display: inline-flex; align-items: center; gap: 8px; color: #126c93; font-size: 14px; font-weight: 800; text-decoration: none; }
.academy-flagship-link:hover { color: #0c3e70; text-decoration: underline; text-underline-offset: 3px; }
.academy-flagship-outline { padding: 20px; border: 1px solid #d8e5eb; border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 14px 35px rgba(17,56,86,.07); }
.academy-flagship-outline-head { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 13px; border-bottom: 1px solid #e4edf1; color: #3c7088; font-size: 10px; font-weight: 850; letter-spacing: .09em; }
.academy-flagship-outline-head span:last-child { color: #7a8f9c; }
.academy-flagship-outline ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 22px; margin: 0; padding: 4px 0 0; list-style: none; }
.academy-flagship-outline li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: start; padding: 13px 0; border-bottom: 1px solid #edf2f4; }
.academy-flagship-outline li > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; background: #e9f6fa; color: #13769b; font-size: 10px; font-weight: 850; }
.academy-flagship-outline li strong, .academy-flagship-outline li small { display: block; }
.academy-flagship-outline li strong { color: #234b6b; font-size: 13px; line-height: 1.35; }
.academy-flagship-outline li small { margin-top: 3px; color: #778b98; font-size: 11px; line-height: 1.4; }
.academy-flagship-outcome { display: grid; grid-template-columns: 120px 1fr; gap: 12px; margin: 14px 0 0; padding: 12px; border-radius: 9px; background: #eef8fa; color: #47687b; font-size: 12px; line-height: 1.5; }
.academy-flagship-outcome strong { color: #17617f; }
.academy-course-ai { border-top-color: #685bc8; background: linear-gradient(150deg,#f7f5ff 0%,#fff 72%); }
.academy-label-ai { color: #5b50ac; }
@media (max-width: 900px) {
  .academy-flagship-layout { grid-template-columns: 1fr; align-items: start; }
  .academy-flagship-copy { max-width: 680px; }
}
@media (max-width: 700px) {
  .academy-flagship { padding: 48px 0 53px; }
  .academy-flagship-layout { gap: 24px; }
  .academy-flagship-outline { padding: 15px; }
  .academy-flagship-outline ol { grid-template-columns: 1fr; }
  .academy-flagship-meta span, .academy-flagship-outcome { grid-template-columns: 1fr; gap: 3px; }
}

/* Resource product detail and contents preview */
.store-resource-details-link { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 14px; padding: 3px 0; border: 0; background: none; color: #14748a; font: inherit; font-size: 13px; font-weight: 780; cursor: pointer; }
.store-resource-details-link:hover { color: #103e70; text-decoration: underline; text-underline-offset: 3px; }
.store-resource-dialog { width: min(820px,calc(100% - 30px)); max-height: min(88vh,860px); overflow: auto; padding: clamp(19px,3vw,30px); border: 1px solid #d8e5eb; border-radius: 16px; background: #fff; color: #183b5c; box-shadow: 0 24px 75px rgba(7,29,66,.28); }
.store-resource-dialog::backdrop { background: rgba(5,22,49,.58); backdrop-filter: blur(3px); }
.store-resource-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.store-resource-dialog-head .store-overline { margin-bottom: 8px; }
.store-resource-dialog-head h2 { margin: 0; color: #123466; font-size: clamp(25px,4vw,34px); line-height: 1.13; letter-spacing: -.035em; }
.store-resource-dialog-close { width: 37px; height: 37px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #d8e5eb; border-radius: 50%; background: #fff; color: #45657c; font-size: 23px; cursor: pointer; }
.store-resource-dialog-close:hover { background: #eff8fa; }
.store-resource-dialog-lede { max-width: 680px; margin: 13px 0 18px; color: #5a7386; font-size: 15px; line-height: 1.6; }
.store-resource-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; margin-bottom: 17px; }
.store-resource-facts > div { display: grid; gap: 5px; padding: 11px; border: 1px solid #e0eaf0; border-radius: 9px; background: #f9fcfd; }
.store-resource-facts span { color: #7b8f9b; font-size: 9px; font-weight: 850; letter-spacing: .09em; }
.store-resource-facts strong { color: #315773; font-size: 12px; line-height: 1.35; }
.store-resource-preview { overflow: hidden; border: 1px solid #dce7ed; border-radius: 11px; }
.store-resource-preview-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border-bottom: 1px solid #dce7ed; background: #f2f8fa; }
.store-resource-preview-title strong { color: #234c6a; font-size: 14px; }
.store-resource-preview-title span { color: #6c8795; font-size: 11px; }
.store-resource-table-wrap { overflow-x: auto; }
.store-resource-preview table { width: 100%; min-width: 590px; border-collapse: collapse; text-align: left; }
.store-resource-preview th, .store-resource-preview td { padding: 11px 12px; border-bottom: 1px solid #e7eef2; color: #566f81; font-size: 14px; line-height: 1.5; vertical-align: top; }
.store-resource-preview thead th { background: #fbfdfe; color: #547286; font-size: 13px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.store-resource-preview tbody th { color: #315773; font-weight: 740; }
.store-resource-preview tr:last-child th, .store-resource-preview tr:last-child td { border-bottom: 0; }
.store-resource-guardrail { margin: 14px 0 0; padding: 11px 13px; border-left: 3px solid #1e9eaa; background: #eff9fa; color: #587285; font-size: 12px; line-height: 1.5; }
.store-resource-guardrail strong { color: #1a637a; }
.store-resource-dialog-foot { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 9px; margin-top: 18px; padding-top: 15px; border-top: 1px solid #e6edf1; }
.store-resource-dialog [data-resource-close]:focus-visible, .store-resource-details-link:focus-visible { outline: 3px solid #4cbfd2; outline-offset: 3px; }
@media (max-width: 640px) {
  .store-resource-facts { grid-template-columns: 1fr; }
  .store-resource-dialog-foot { align-items: stretch; flex-direction: column-reverse; }
  .store-resource-dialog-foot .store-button { width: 100%; }
}

/* Plain-language privacy notice and more readable resource tables */
.privacy-page { min-height: 100vh; background: #f6f9fc; color: #18324b; }
.privacy-header, .privacy-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px max(24px,calc((100vw - 1120px)/2)); background: #fff; }
.privacy-header { border-bottom: 1px solid #dce7ed; }
.privacy-header img { display: block; width: 150px; height: auto; }
.privacy-header > a:last-child, .privacy-footer a { color: #126b98; font-weight: 750; text-decoration: none; }
.privacy-main { width: min(100% - 40px, 920px); margin: 56px auto 72px; padding: clamp(24px,5vw,56px); border: 1px solid #dbe6ed; border-radius: 20px; background: #fff; box-shadow: 0 18px 55px rgb(15 47 75 / 7%); }
.privacy-main > .eyebrow { color: #0b8da7; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.privacy-main h1 { max-width: 700px; margin: 12px 0 16px; color: #0c2852; font-size: clamp(34px,5vw,54px); line-height: 1.08; }
.privacy-main h2 { margin: 32px 0 12px; color: #15375f; font-size: 23px; }
.privacy-lede { max-width: 760px; color: #4a647a; font-size: 18px; line-height: 1.65; }
.privacy-callout { margin: 24px 0 32px; padding: 18px 20px; border-left: 4px solid #0cabc1; border-radius: 8px; background: #eef9fb; line-height: 1.6; }
.privacy-table-wrap { overflow-x: auto; border: 1px solid #dbe6ed; border-radius: 10px; }
.privacy-table-wrap table { width: 100%; min-width: 700px; border-collapse: collapse; text-align: left; }
.privacy-table-wrap th, .privacy-table-wrap td { padding: 14px; border-bottom: 1px solid #e6edf2; color: #405d74; font-size: 15px; line-height: 1.55; vertical-align: top; }
.privacy-table-wrap thead th { background: #f1f7fa; color: #254c6b; font-weight: 800; }
.privacy-table-wrap tbody th { width: 170px; color: #244a68; font-weight: 750; }
.privacy-table-wrap tr:last-child th, .privacy-table-wrap tr:last-child td { border-bottom: 0; }
.privacy-main section > p, .privacy-scope { color: #4a647a; line-height: 1.7; }
.privacy-scope { margin: 32px 0 0; padding-top: 20px; border-top: 1px solid #e2ebf0; font-size: 14px; }
.privacy-footer { border-top: 1px solid #dce7ed; color: #748796; font-size: 13px; }
.store-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.intelligence-home-teaser { padding-top: 12px; padding-bottom: 12px; }
.intelligence-home-teaser .section-head { max-width: 760px; }
.intelligence-home-teaser .section-intro { margin-bottom: 16px; }
@media (max-width: 640px) {
  .privacy-header, .privacy-footer { align-items: flex-start; flex-direction: column; padding: 16px 20px; }
  .privacy-main { width: min(100% - 28px, 920px); margin: 24px auto 36px; padding: 24px 18px; border-radius: 14px; }
  .privacy-table-wrap th, .privacy-table-wrap td { padding: 11px; font-size: 15px; }
}
:root{--cms-banner-bg:#0b2a4a;--cms-banner-accent:#2188d6}
.cms-campaign{display:flex;align-items:center;justify-content:center;gap:20px;padding:12px 24px;background:var(--cms-banner-bg);color:#fff}
.cms-campaign>div{display:grid;gap:2px;max-width:850px}
.cms-campaign strong{font-size:15px}
.cms-campaign span{font-size:14px;line-height:1.45}
.cms-campaign a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:7px 12px;border-radius:5px;background:var(--cms-banner-accent);color:#fff;font-weight:700;text-decoration:none;white-space:nowrap}
.store-product-image{width:100%;max-height:190px;object-fit:cover;border-radius:8px;margin-bottom:14px}
@media(max-width:640px){.cms-campaign{align-items:stretch;flex-direction:column;gap:9px;padding:12px 18px}.cms-campaign a{align-self:flex-start}}
