:root {
  --pg-navy: #062b45;
  --pg-deep: #031d2f;
  --pg-blue: #078fc8;
  --pg-blue-dark: #056a98;
  --pg-sky: #e9f7fc;
  --pg-green: #20a447;
  --pg-green-dark: #157b38;
  --pg-green-soft: #ebf8ef;
  --pg-gold: #d8872d;
  --pg-gold-soft: #fff4e8;
  --pg-ink: #112b3a;
  --pg-muted: #5d707b;
  --pg-line: #d8e6ec;
  --pg-surface: #f4f8fa;
  --pg-white: #fff;
  --pg-shadow: 0 24px 70px rgba(5, 47, 73, .13);
}

.page-pos-cie { margin: 0; background: var(--pg-white); }
.pos-cie-guide,
.pos-cie-guide *,
.pos-cie-guide *::before,
.pos-cie-guide *::after,
.page-pos-cie > .skip-link { box-sizing: border-box; }
.pos-cie-guide img,
.pos-cie-guide svg { display: block; max-width: 100%; }
.pos-cie-guide .container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.page-pos-cie > .skip-link {
  position: fixed;
  z-index: 9999;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--pg-deep);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .15s ease;
}
.page-pos-cie > .skip-link:focus { transform: translateY(0); }
.page-pos-cie .ncie-mobile-nav:not([open]) nav { display: none; }

.pos-cie-guide { color: var(--pg-ink); overflow: hidden; overflow-wrap: break-word; }
.pos-cie-guide p { margin: 0; color: var(--pg-muted); font-size: 1rem; line-height: 1.7; }
.pos-cie-guide h1,
.pos-cie-guide h2,
.pos-cie-guide h3 { margin: 0; color: var(--pg-navy); letter-spacing: -.035em; }
.pos-cie-guide h2 { font-size: clamp(2rem, 3.8vw, 3.2rem); line-height: 1.08; }
.pos-cie-guide h3 { font-size: 1.15rem; line-height: 1.28; }
.pos-cie-guide .button { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
.pg-section { padding: 94px 0; }
.pg-eyebrow,
.pg-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 16px;
  color: var(--pg-blue-dark);
  font-size: .73rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pg-heading { max-width: 790px; margin-bottom: 42px; }
.pg-heading > p { max-width: 720px; margin-top: 18px; font-size: 1.06rem; }
.pg-heading-center { margin-inline: auto; text-align: center; }
.pg-heading-center > p { margin-inline: auto; }

.pg-breadcrumb { border-bottom: 1px solid #e8f0f3; background: #fff; }
.pg-breadcrumb .container { min-height: 48px; display: flex; align-items: center; gap: 9px; color: var(--pg-muted); font-size: .76rem; }
.pg-breadcrumb a { color: #4f6572; text-decoration: none; }
.pg-breadcrumb a:hover { color: var(--pg-blue-dark); text-decoration: underline; }
.pg-breadcrumb strong { min-width: 0; overflow: hidden; color: var(--pg-navy); text-overflow: ellipsis; white-space: nowrap; }

.pg-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 92px;
  border-bottom: 1px solid #d6e6ed;
  background:
    linear-gradient(90deg, rgba(6,43,69,.025) 1px, transparent 1px),
    linear-gradient(rgba(6,43,69,.025) 1px, transparent 1px),
    radial-gradient(circle at 89% 12%, rgba(216,135,45,.18), transparent 29%),
    linear-gradient(135deg, #f7fcfe 0%, #edf8fc 56%, #fff 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
}
.pg-hero::before { content: ""; position: absolute; right: -140px; bottom: -260px; width: 520px; height: 520px; border: 80px solid rgba(7,143,200,.055); border-radius: 50%; }
.pg-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(350px,.72fr); align-items: center; gap: clamp(44px,7vw,88px); }
.pg-hero-copy { min-width: 0; }
.pg-hero h1 { max-width: 775px; font-size: clamp(2.75rem,5vw,4.8rem); line-height: .99; }
.pg-answer { max-width: 735px; margin-top: 28px; padding: 21px 23px; border: 1px solid #c9e2ec; border-left: 4px solid var(--pg-green); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: 0 16px 40px rgba(5,58,84,.07); }
.pg-answer > strong { display: block; margin-bottom: 5px; color: var(--pg-green-dark); font-size: 1.15rem; }
.pg-answer p { color: #324c5b; line-height: 1.62; }
.pg-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 27px; }
.pg-button-secondary,
.pg-final-secondary {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 19px;
  border: 1px solid #b8d5e1;
  border-radius: 10px;
  color: var(--pg-navy);
  background: #fff;
  font-size: .89rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}
.pg-button-secondary:hover { border-color: var(--pg-blue); color: var(--pg-blue-dark); }
.pg-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 22px; color: var(--pg-muted); font-size: .78rem; line-height: 1.5; }
.pg-meta strong { color: #536b78; }

.pg-route { min-width: 0; overflow: hidden; border: 1px solid #cbdfe7; border-radius: 20px; background: #fff; box-shadow: var(--pg-shadow); }
.pg-route-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 20px 24px; color: #fff; background: var(--pg-navy); }
.pg-route-head span { color: #83dbf3; font-size: .67rem; font-weight: 900; letter-spacing: .11em; }
.pg-route-head b { color: #7bdd91; font-size: .78rem; }
.pg-route ol { display: grid; margin: 10px 18px 0; padding: 0; list-style: none; }
.pg-route li { min-width: 0; display: grid; grid-template-columns: 38px minmax(0,1fr) 28px; align-items: center; gap: 12px; position: relative; padding: 15px 9px; }
.pg-route li:not(:last-child)::after { content: ""; position: absolute; left: 27px; bottom: -5px; width: 1px; height: 12px; background: #bad4df; }
.pg-route li > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: var(--pg-blue-dark); background: var(--pg-sky); font-size: .7rem; font-weight: 900; }
.pg-route li div { min-width: 0; }
.pg-route li small { display: block; margin-bottom: 2px; color: var(--pg-muted); font-size: .59rem; font-weight: 900; letter-spacing: .09em; }
.pg-route li strong { display: block; color: var(--pg-navy); font-size: .96rem; }
.pg-route li > i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--pg-green); font-size: .73rem; font-style: normal; font-weight: 900; }
.pg-route .pg-route-result { margin-top: 7px; border-radius: 13px; background: var(--pg-deep); }
.pg-route .pg-route-result span { color: #fff; background: rgba(255,255,255,.13); }
.pg-route .pg-route-result small { color: #a9cfdf; }
.pg-route .pg-route-result strong { color: #fff; }
.pg-route .pg-route-result > i { color: var(--pg-navy); background: #72dc8b; }
.pg-route > p { margin: 0; padding: 16px 20px 18px; border-top: 1px solid #e2edf2; color: #687c88; background: #f7fafb; font-size: .78rem; text-align: center; }
.pg-route > p b { color: var(--pg-navy); }

.pg-quick { padding: 38px 0 42px; background: #edf7fb; }
.pg-quick .pg-heading { max-width: none; display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 24px; text-align: left; }
.pg-quick .pg-heading .pg-eyebrow { flex: none; margin: 0; }
.pg-quick .pg-heading h2 { max-width: 780px; font-size: clamp(1.4rem,2.5vw,2rem); }
.pg-quick-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.pg-quick-item { min-width: 0; display: grid; grid-template-columns: 31px minmax(0,1fr); align-items: start; gap: 13px; padding: 9px 23px; }
.pg-quick-item:first-child { padding-left: 0; }
.pg-quick-item:last-child { padding-right: 0; }
.pg-quick-item + .pg-quick-item { border-left: 1px solid #c6dfe9; }
.pg-quick-item > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--pg-green); font-size: .72rem; font-weight: 900; }
.pg-quick-item strong { display: block; color: var(--pg-navy); font-size: .91rem; line-height: 1.35; }
.pg-quick-item p { margin-top: 5px; font-size: .8rem; line-height: 1.48; }
.pg-quick-note { margin: 21px auto 0 !important; padding-top: 17px; border-top: 1px solid #c6dfe9; color: #6b592c !important; font-size: .87rem !important; text-align: center; }

.pg-levels { background: #fff; }
.pg-level-map { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: hidden; border: 1px solid #cbdde5; border-radius: 22px; box-shadow: 0 20px 58px rgba(5,48,74,.08); }
.pg-level-group { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); background: #fff; }
.pg-level-group-dark { border-left: 1px solid #cbdde5; background: #fff; }
.pg-level-label { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 24px; border-bottom: 1px solid #d4e3e9; }
.pg-level-group:first-child .pg-level-label { background: #f8fbfc; }
.pg-level-label span { color: var(--pg-blue-dark); font-size: .66rem; font-weight: 900; letter-spacing: .11em; }
.pg-level-label strong { color: var(--pg-navy); font-size: .84rem; }
.pg-level-group article { min-width: 0; padding: 31px 27px 34px; }
.pg-level-group article + article { border-left: 1px solid #d4e3e9; }
.pg-level-group article small { display: block; margin-bottom: 28px; color: #a6c6d3; font-size: 2rem; font-weight: 900; letter-spacing: -.05em; }
.pg-level-group article p { margin-top: 10px; font-size: .86rem; line-height: 1.55; }
.pg-level-group-dark .pg-level-label { border-color: #d4e3e9; background: #edf7fb; }
.pg-level-group-dark .pg-level-label span { color: var(--pg-blue-dark); }
.pg-level-group-dark .pg-level-label strong,
.pg-level-group-dark article h3 { color: var(--pg-navy); }
.pg-level-group-dark article + article { border-color: #d4e3e9; }
.pg-level-group-dark article small { color: #a6c6d3; }
.pg-level-group-dark article p { color: var(--pg-muted); }
.pg-rule { max-width: 930px; display: flex; align-items: flex-start; gap: 14px; margin: 26px auto 0; padding: 17px 20px; border-left: 3px solid var(--pg-gold); background: var(--pg-gold-soft); }
.pg-rule > span { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--pg-gold); font-size: .8rem; font-weight: 900; }
.pg-rule p { font-size: .9rem; line-height: 1.55; }
.pg-rule strong { color: var(--pg-navy); }

.pg-longtail { background: var(--pg-surface); }
.pg-longtail-grid { display: grid; grid-template-columns: minmax(280px,.68fr) minmax(0,1.32fr); align-items: start; gap: clamp(48px,8vw,96px); }
.pg-longtail-intro { position: sticky; top: 105px; }
.pg-longtail-intro p { margin-top: 17px; }
.pg-answer-list { display: grid; border-top: 1px solid var(--pg-line); }
.pg-answer-list article { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--pg-line); }
.pg-answer-list article > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--pg-blue-dark); background: var(--pg-sky); font-size: .7rem; font-weight: 900; letter-spacing: .04em; }
.pg-answer-list p { margin-top: 8px; font-size: .9rem; line-height: 1.58; }
.pg-answer-list p strong { color: var(--pg-green-dark); }

.pg-ead { background: linear-gradient(128deg,#eaf7fc 0%,#f5fbfd 65%,#fff6eb 100%); }
.pg-ead-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr); align-items: center; gap: clamp(50px,8vw,100px); }
.pg-lead { margin-top: 20px !important; font-size: 1.06rem !important; }
.pg-lead strong { color: var(--pg-navy); }
.pg-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 21px; color: var(--pg-blue-dark); font-size: .9rem; font-weight: 820; line-height: 1.45; text-underline-offset: 4px; }
.pg-mode-card { display: grid; grid-template-columns: minmax(0,1fr) 44px minmax(0,1fr); overflow: hidden; border: 1px solid #bfdbe7; border-radius: 20px; background: #fff; box-shadow: var(--pg-shadow); }
.pg-mode-card > div { min-width: 0; padding: 31px 27px; }
.pg-mode-card > div:nth-child(3) { background: #f7fafb; }
.pg-mode-card > span { display: grid; place-items: center; color: #fff; background: var(--pg-navy); font-size: 1.3rem; font-weight: 900; }
.pg-mode-card small { display: block; margin-bottom: 19px; color: var(--pg-green-dark); font-size: .62rem; font-weight: 900; letter-spacing: .09em; }
.pg-mode-card div:nth-child(3) small { color: var(--pg-gold); }
.pg-mode-card strong { display: block; color: var(--pg-navy); font-size: 1.12rem; }
.pg-mode-card div p { margin-top: 8px; font-size: .83rem; line-height: 1.48; }
.pg-mode-card > p { grid-column: 1 / -1; padding: 15px 20px; border-top: 1px solid var(--pg-line); color: var(--pg-navy); background: #fff; font-size: .82rem; font-weight: 800; text-align: center; }

.pg-distinction { padding: 56px 0; color: #fff; background: var(--pg-deep); }
.pg-distinction-grid { display: grid; grid-template-columns: minmax(300px,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(45px,8vw,100px); }
.pg-distinction .pg-eyebrow { color: #75daf4; }
.pg-distinction h2 { color: #fff; font-size: clamp(1.8rem,3.2vw,2.65rem); }
.pg-distinction-answer { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.2); }
.pg-distinction-answer > strong { display: block; margin-bottom: 6px; color: #79dd91; font-size: 1.4rem; }
.pg-distinction-answer p { color: #d0e1e9; }

.pg-check { background: #f0f5f7; }
.pg-check-grid { display: grid; grid-template-columns: minmax(0,.72fr) minmax(470px,1.28fr); align-items: center; gap: clamp(48px,8vw,100px); }
.pg-check-grid > div > p { max-width: 470px; margin: 18px 0 24px; }
.pg-checklist { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 22px; margin: 0; padding: 12px 22px; overflow: hidden; border: 1px solid #d1e1e7; border-radius: 18px; background: #fff; box-shadow: 0 16px 38px rgba(7,53,79,.055); list-style: none; }
.pg-checklist li { min-width: 0; display: grid; grid-template-columns: 33px minmax(0,1fr); align-items: center; gap: 11px; min-height: 76px; padding: 16px 9px; }
.pg-checklist li:nth-child(-n+4) { border-bottom: 1px solid #e2ecef; }
.pg-checklist span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--pg-green); font-size: .72rem; font-weight: 900; }
.pg-checklist p { color: #405765; font-size: .84rem; line-height: 1.42; }
.pg-checklist strong { color: var(--pg-navy); }

.pg-docs { background: #fff; }
.pg-doc-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-block: 1px solid var(--pg-line); }
.pg-doc-grid article { min-width: 0; padding: 37px 31px; }
.pg-doc-grid article + article { border-left: 1px solid var(--pg-line); }
.pg-doc-grid article:last-child { background: var(--pg-sky); }
.pg-doc-grid article > span { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 10px; color: var(--pg-blue-dark); background: var(--pg-sky); font-size: .71rem; font-weight: 900; }
.pg-doc-grid article:last-child > span { color: #fff; background: var(--pg-blue-dark); }
.pg-doc-grid p { margin-top: 9px; font-size: .88rem; line-height: 1.55; }
.pg-doc-note { margin-top: 25px; padding: 16px 19px; border-left: 3px solid var(--pg-gold); color: #665426 !important; background: var(--pg-gold-soft); font-size: .88rem !important; }
.pg-doc-note strong { color: #5a4620; }
.pg-doc-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 36px; }
.pg-doc-links a { min-width: 0; display: grid; gap: 6px; position: relative; padding: 22px 48px 22px 22px; border: 1px solid var(--pg-line); border-radius: 13px; background: var(--pg-surface); text-decoration: none; }
.pg-doc-links a::after { content: "→"; position: absolute; top: 50%; right: 20px; color: var(--pg-blue-dark); font-size: 1.25rem; transform: translateY(-50%); }
.pg-doc-links a:hover { border-color: #9bcbdc; }
.pg-doc-links strong { color: var(--pg-navy); font-size: .96rem; }
.pg-doc-links span { color: var(--pg-muted); font-size: .82rem; line-height: 1.48; }

.pg-alerts { color: #fff; background: linear-gradient(120deg,#092c42 0%,#11425b 100%); }
.pg-alerts-grid { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); align-items: center; gap: clamp(50px,8vw,100px); }
.pg-alerts .pg-eyebrow { color: #f1b56f; }
.pg-alerts h2 { color: #fff; }
.pg-alerts-grid > div > p { margin-top: 17px; color: #cfdee6; }
.pg-alerts ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; margin: 0; padding: 0; list-style: none; }
.pg-alerts li { min-width: 0; display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 12px; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.06); }
.pg-alerts li > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: #bc5c45; font-size: 1.05rem; font-weight: 900; }
.pg-alerts li strong { color: #fff; font-size: .9rem; }
.pg-alerts li p { margin-top: 4px; color: #cbdde5; font-size: .8rem; line-height: 1.45; }

.pg-process { background: #eaf1f5; }
.pg-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); position: relative; gap: 0; margin: 0; padding: 0; list-style: none; }
.pg-steps::before { content: ""; position: absolute; z-index: 0; top: 18px; left: 10%; right: 10%; height: 2px; background: #b8d1dc; }
.pg-steps li { min-width: 0; display: grid; grid-template-columns: 1fr; position: relative; z-index: 1; padding-right: 30px; }
.pg-steps li > span { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 27px; border: 4px solid #eaf1f5; border-radius: 50%; color: #fff; background: var(--pg-blue-dark); box-shadow: 0 0 0 2px var(--pg-blue-dark); font-size: .72rem; font-weight: 900; }
.pg-steps li:last-child > span { background: var(--pg-green-dark); box-shadow: 0 0 0 2px var(--pg-green-dark); }
.pg-steps p { margin-top: 7px; font-size: .82rem; line-height: 1.48; }
.pg-process-note { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 35px; padding-top: 28px; border-top: 1px solid #c8dbe3; }
.pg-process-note p { max-width: 790px; font-size: .86rem; line-height: 1.55; }
.pg-process-note a { flex: none; color: var(--pg-blue-dark); font-size: .87rem; font-weight: 850; text-underline-offset: 4px; }

.pg-use { background: linear-gradient(118deg,#031e30 0%,#073a56 100%); }
.pg-use-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr); align-items: center; gap: clamp(48px,8vw,100px); position: relative; }
.pg-use-grid::after { content: "2026"; position: absolute; right: 0; bottom: -50px; color: rgba(255,255,255,.035); font-size: clamp(7rem,17vw,14rem); font-weight: 900; line-height: 1; pointer-events: none; }
.pg-use-grid > * { position: relative; z-index: 1; }
.pg-use .pg-eyebrow { color: #73daf7; }
.pg-use h2 { color: #fff; }
.pg-use-grid > div > p { max-width: 610px; margin-top: 18px; color: #cfe2eb; }
.pg-validity { display: inline-grid; gap: 4px; margin-top: 25px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; }
.pg-validity small { color: #72dc8b; font-size: .63rem; font-weight: 900; letter-spacing: .1em; }
.pg-validity strong { color: #fff; font-size: .91rem; }
.pg-use ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.pg-use li { min-width: 0; position: relative; padding: 16px 18px 16px 41px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; color: #fff; background: rgba(255,255,255,.055); font-size: .87rem; font-weight: 750; }
.pg-use li::before { content: "✓"; position: absolute; left: 17px; color: #72dc8b; font-weight: 900; }

.pg-security { background: #fff; }
.pg-security-grid { display: grid; grid-template-columns: 320px minmax(0,1fr); align-items: center; gap: clamp(48px,8vw,105px); }
.pg-security-mark { aspect-ratio: 1; display: grid; place-content: center; position: relative; border: 1px solid #cfe0e7; border-radius: 50%; text-align: center; box-shadow: inset 0 0 0 22px #f0f8fb, var(--pg-shadow); }
.pg-security-mark::before,
.pg-security-mark::after { content: ""; position: absolute; inset: 52px; border: 1px dashed #9ec7d7; border-radius: 50%; }
.pg-security-mark::after { inset: 84px; border-style: solid; border-color: #d1e6ee; }
.pg-security-mark span,
.pg-security-mark b { position: relative; z-index: 1; }
.pg-security-mark span { color: var(--pg-navy); font-size: 3rem; font-weight: 900; letter-spacing: -.08em; }
.pg-security-mark b { color: var(--pg-blue-dark); font-size: .62rem; letter-spacing: .15em; }
.pg-security-grid > div:last-child p { max-width: 680px; margin-top: 18px; }
.pg-security-grid p strong { color: var(--pg-navy); }

.pg-related { background: var(--pg-surface); }
.pg-related .pg-heading { margin-bottom: 28px; }
.pg-related-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); grid-template-rows: repeat(4,minmax(75px,auto)); gap: 11px 16px; }
.pg-related-grid a { min-width: 0; display: flex; flex-direction: column; padding: 20px 22px; border: 1px solid var(--pg-line); border-radius: 12px; background: #fff; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.pg-related-grid a:hover { border-color: #9ccddd; transform: translateY(-2px); }
.pg-related-grid a:first-child { grid-row: 1 / 5; justify-content: flex-end; min-height: 335px; padding: 35px; color: #fff; border: 0; background: linear-gradient(145deg,#062b45,#075477); }
.pg-related-grid small { color: var(--pg-blue-dark); font-size: .62rem; font-weight: 900; letter-spacing: .09em; }
.pg-related-grid strong { margin-top: 12px; color: var(--pg-navy); font-size: .95rem; line-height: 1.38; }
.pg-related-grid span { margin-top: auto; padding-top: 15px; color: var(--pg-blue-dark); font-size: .8rem; font-weight: 850; }
.pg-related-grid a:first-child small,
.pg-related-grid a:first-child span { color: #7ddcf6; }
.pg-related-grid a:first-child strong { max-width: 480px; color: #fff; font-size: clamp(1.45rem,2.7vw,2.3rem); line-height: 1.16; }
.pg-related-grid a:not(:first-child) { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 4px 20px; }
.pg-related-grid a:not(:first-child) strong { margin-top: 3px; }
.pg-related-grid a:not(:first-child) span { grid-column: 2; grid-row: 1 / 3; padding: 0; }

.pg-sources { padding: 0 0 52px; background: var(--pg-surface); }
.pg-sources details { border-top: 1px solid #cddfe6; }
.pg-sources summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; color: var(--pg-navy); font-size: .9rem; font-weight: 850; cursor: pointer; list-style: none; }
.pg-sources summary::-webkit-details-marker { display: none; }
.pg-sources summary span { font-size: 1.15rem; }
.pg-sources details[open] summary span { transform: rotate(45deg); }
.pg-sources ul { display: grid; gap: 8px; margin: 0; padding: 0 0 22px 20px; }
.pg-sources li { color: var(--pg-muted); font-size: .82rem; line-height: 1.45; }
.pg-sources a { color: var(--pg-blue-dark); text-underline-offset: 3px; }

.pg-final { padding: 47px 0 104px; background: #fff; }
.pg-final-card { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 50px; padding: 54px 56px; border-radius: 22px; background: linear-gradient(118deg,#052942 0%,#063b58 100%); box-shadow: 0 28px 70px rgba(4,35,55,.17); }
.pg-final-card::after { content: ""; position: absolute; width: 300px; height: 300px; right: -180px; bottom: -190px; border: 55px solid rgba(108,217,136,.14); border-radius: 50%; }
.pg-final-card > * { position: relative; z-index: 1; }
.pg-final-card > div:first-child > span { color: #75dd8d; font-size: .67rem; font-weight: 900; letter-spacing: .11em; }
.pg-final-card > div:first-child > span i { padding-inline: 5px; font-style: normal; }
.pg-final-card h2 { margin-top: 12px; color: #fff; }
.pg-final-card p { max-width: 650px; margin-top: 12px; color: #d0e4ed; }
.pg-final-actions { width: min(345px,100%); display: grid; gap: 11px; }
.pg-final-secondary { color: #fff; border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.04); }
.pg-final-secondary:hover { color: #fff; border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.1); }

.pg-faq { background: #eef4f7; }
.pg-faq-grid { display: grid; grid-template-columns: minmax(280px,.62fr) minmax(0,1.38fr); align-items: start; gap: clamp(45px,7vw,90px); }
.pg-faq-intro { position: sticky; top: 105px; }
.pg-faq-intro p { margin-top: 17px; }
.pg-faq-list { display: grid; gap: 10px; }
.pg-faq-list details { border: 1px solid var(--pg-line); border-radius: 11px; background: #fff; box-shadow: 0 5px 15px rgba(7,53,79,.025); }
.pg-faq-list summary { position: relative; padding: 19px 48px 19px 20px; color: var(--pg-navy); font-size: .94rem; font-weight: 800; line-height: 1.4; cursor: pointer; list-style: none; }
.pg-faq-list summary::-webkit-details-marker { display: none; }
.pg-faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 20px; color: var(--pg-blue-dark); font-size: 1.25rem; transform: translateY(-50%); }
.pg-faq-list details[open] summary::after { content: "−"; }
.pg-faq-list details[open] summary { border-bottom: 1px solid #e8f0f3; }
.pg-faq-list p { padding: 17px 20px 20px; font-size: .87rem; line-height: 1.58; }
.pg-faq-list p a { color: var(--pg-blue-dark); font-weight: 750; text-underline-offset: 3px; }

.pos-cie-guide a:focus-visible,
.page-pos-cie > .skip-link:focus-visible {
  outline: 3px solid #f0b429;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .pg-section { padding: 76px 0; }
  .pg-hero { padding: 60px 0 74px; }
  .pg-hero-grid,
  .pg-longtail-grid,
  .pg-ead-grid,
  .pg-distinction-grid,
  .pg-check-grid,
  .pg-alerts-grid,
  .pg-use-grid,
  .pg-security-grid,
  .pg-faq-grid { grid-template-columns: 1fr; }
  .pg-hero-grid { gap: 44px; }
  .pg-route { width: min(600px,100%); }
  .pg-quick-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pg-quick-item:nth-child(3) { border-left: 0; }
  .pg-quick-item:nth-child(n+3) { margin-top: 18px; padding-top: 18px; border-top: 1px solid #c6dfe9; }
  .pg-level-map { grid-template-columns: 1fr; }
  .pg-level-group-dark { border-top: 1px solid #cbdde5; border-left: 0; }
  .pg-longtail-intro,
  .pg-faq-intro { position: static; }
  .pg-longtail-grid,
  .pg-ead-grid,
  .pg-check-grid,
  .pg-alerts-grid,
  .pg-use-grid,
  .pg-security-grid,
  .pg-faq-grid { gap: 40px; }
  .pg-mode-card { max-width: 650px; }
  .pg-distinction-answer { padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .pg-check-grid > div > p { max-width: 650px; }
  .pg-security-mark { width: min(320px,100%); }
  .pg-related-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .pg-related-grid a:first-child { grid-row: auto; min-height: 245px; }
  .pg-final-card { grid-template-columns: 1fr; gap: 28px; padding: 42px; }
  .pg-final-actions { width: min(480px,100%); }
}

@media (max-width: 680px) {
  .pos-cie-guide .container { width: min(100% - 32px,1180px); }
  .pg-section { padding: 62px 0; }
  .pg-heading { margin-bottom: 31px; }
  .pg-heading > p { font-size: .98rem; }
  .pg-hero { padding: 43px 0 61px; }
  .pg-hero h1 { font-size: clamp(2.25rem,10vw,3.2rem); line-height: 1.02; }
  .pg-answer { padding: 18px; }
  .pg-actions { align-items: stretch; flex-direction: column; }
  .pg-actions a { width: 100%; }
  .pg-quick .pg-heading { align-items: flex-start; flex-direction: column; gap: 9px; }
  .pg-quick-grid { grid-template-columns: 1fr; }
  .pos-cie-guide .pg-quick-grid .pg-quick-item { margin: 0; padding: 18px 0; border-left: 0; }
  .pg-quick-item + .pg-quick-item { border-top: 1px solid #c6dfe9; }
  .pg-level-group { grid-template-columns: 1fr; }
  .pg-level-group article + article { border-top: 1px solid #d4e3e9; border-left: 0; }
  .pg-level-group-dark article + article { border-color: #d4e3e9; }
  .pg-level-label { align-items: flex-start; flex-direction: column; gap: 5px; }
  .pg-answer-list article { grid-template-columns: 56px minmax(0,1fr); gap: 15px; }
  .pg-answer-list article > span { width: 50px; height: 50px; }
  .pg-mode-card { grid-template-columns: 1fr; }
  .pg-mode-card > span { min-height: 40px; }
  .pg-checklist,
  .pg-doc-grid,
  .pg-doc-links,
  .pg-alerts ul,
  .pg-use ul { grid-template-columns: 1fr; }
  .pg-checklist li:nth-child(n) { border-bottom: 1px solid #e2ecef; }
  .pg-checklist li:last-child { border-bottom: 0; }
  .pg-doc-grid article + article { border-top: 1px solid var(--pg-line); border-left: 0; }
  .pg-alerts ul { gap: 9px; }
  .pg-steps { grid-template-columns: 1fr; padding-left: 4px; }
  .pg-steps::before { top: 5px; right: auto; bottom: 30px; left: 21px; width: 2px; height: auto; }
  .pg-steps li { grid-template-columns: 40px minmax(0,1fr); column-gap: 15px; padding: 0 0 28px; }
  .pg-steps li > span { grid-row: 1 / span 2; margin: 0; }
  .pg-process-note { align-items: flex-start; flex-direction: column; gap: 15px; }
  .pg-related-grid a:first-child { min-height: 220px; padding: 28px; }
  .pg-related-grid a:not(:first-child) { grid-template-columns: 1fr; }
  .pg-related-grid a:not(:first-child) span { grid-column: 1; grid-row: auto; padding-top: 13px; }
  .pg-final { padding-top: 14px; }
  .pg-final-card { padding: 32px 24px; border-radius: 19px; }
  .pg-final-actions,
  .pg-final-actions a { width: 100%; }
}

@media (max-width: 430px) {
  .pos-cie-guide .container { width: min(100% - 24px,1180px); }
  .pg-breadcrumb .container { gap: 6px; font-size: .69rem; }
  .pg-breadcrumb a:nth-of-type(3),
  .pg-breadcrumb a:nth-of-type(3) + span { display: none; }
  .pg-hero h1 { font-size: clamp(2.08rem,10.5vw,2.8rem); }
  .pg-answer { margin-top: 22px; }
  .pg-route ol { margin-inline: 11px; }
  .pg-route li { grid-template-columns: 34px minmax(0,1fr) 25px; gap: 9px; padding-inline: 5px; }
  .pg-route li > span { width: 33px; height: 33px; }
  .pg-route li:not(:last-child)::after { left: 21px; }
  .pg-route li strong { font-size: .88rem; }
  .pg-level-group article { padding: 26px 22px; }
  .pg-rule { padding: 15px; }
  .pg-checklist { padding-inline: 13px; }
  .pg-security-mark { box-shadow: inset 0 0 0 16px #f0f8fb, var(--pg-shadow); }
  .pg-security-mark::before { inset: 43px; }
  .pg-security-mark::after { inset: 73px; }
  .pg-related-grid a { padding: 19px; }
  .pg-faq-list summary { padding: 17px 43px 17px 17px; font-size: .88rem; }
  .pg-faq-list p { padding: 15px 17px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-pos-cie > .skip-link,
  .pg-related-grid a { transition: none; }
}
