:root {
  --ink: #080a0f;
  --muted: #5c6069;
  --paper: #f2efe6;
  --paper-2: #e8e4d9;
  --blue: #2563eb;
  --blue-bright: #5e91ff;
  --line: rgba(8, 10, 15, 0.16);
  --site-gutter: clamp(20px, 4vw, 48px);
  --header-padding: max(var(--site-gutter), calc((100vw - 1750px) / 2));
  --content-padding: max(var(--site-gutter), calc((100vw - 1500px) / 2));
  --footer-padding: max(var(--site-gutter), calc((100vw - 1350px) / 2));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}
img { max-width: 100%; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 16px; background: white; color: var(--ink); font-weight: 800; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: 100%;
  height: 92px;
  padding: 0 var(--header-padding);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: absolute;
  z-index: 20;
}
.site-header a:focus-visible,
.site-header button:focus-visible { outline-color: white; }
.header-dark { color: white; border-color: rgba(255,255,255,.2); }
.header-dark .desktop-nav a::after { background: white; }
.header-dark .header-cta { border-color: white; }
.header-dark .header-cta:hover { background: white; color: var(--ink); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; font-size: 12px; line-height: 1.05; letter-spacing: .08em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.header-dark .brand-mark img, .footer-brand .brand-mark img { filter: drop-shadow(0 0 8px rgba(94,145,255,.24)); }
.desktop-nav { display: flex; gap: clamp(22px, 3vw, 48px); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.desktop-nav a { position: relative; display: inline-flex; align-items: center; min-height: 44px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--ink); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.desktop-nav a.is-current::after { right: 0; }
.language-switcher { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; padding: 8px 10px; border: 1px solid var(--line); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.language-switcher a { min-width: 32px; min-height: 32px; display: grid; place-items: center; opacity: .7; }
.language-switcher a:hover, .language-switcher a[aria-current="page"] { opacity: 1; }
.language-switcher a[aria-current="page"] { text-decoration: underline; text-underline-offset: 3px; }
.header-dark .language-switcher { border-color: rgba(255,255,255,.3); }
.menu-toggle { min-width: 44px; min-height: 44px; display: none; padding: 8px; border: 0; background: none; color: inherit; font: 800 11px/1 Arial; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.menu-toggle i { width: 20px; height: 1px; margin-left: 9px; display: inline-block; vertical-align: middle; background: currentColor; position: relative; }
.menu-toggle i::after { content: ""; width: 20px; height: 1px; background: currentColor; position: absolute; left: 0; top: 6px; }
.menu-toggle i, .menu-toggle i::after { transition: transform .2s ease, top .2s ease; }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: 12px 18px; border: 1px solid var(--ink); transition: .25s ease; }
.header-cta:hover { background: var(--ink); color: var(--paper); }
.header-cta span, .button span { margin-left: 18px; }

.hero {
  min-height: 830px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  padding: 156px var(--content-padding) 74px;
  overflow: hidden;
  position: relative;
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: linear-gradient(rgba(8,10,15,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(8,10,15,.12) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, transparent, #000 55%, transparent); }
.hero-copy { align-self: center; position: relative; z-index: 2; padding-bottom: 20px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.hero h1, .manifesto h2, .dark-section h2, .plans-section h2, .faq-section h2, .apply-section h2 {
  margin: 25px 0;
  font-size: clamp(56px, 6.1vw, 102px);
  line-height: .88;
  letter-spacing: -.065em;
  font-weight: 800;
}
h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lede { max-width: 610px; margin: 32px 0; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; color: #444852; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 205px; padding: 18px 20px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--blue); color: white; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; border-bottom: 1px solid var(--ink); padding: 10px 0; }
.text-link span { margin-left: 12px; }
.micro-proof { display: flex; gap: 16px; align-items: center; margin-top: 58px; font-size: 11px; line-height: 1.45; letter-spacing: .04em; }
.micro-proof strong { font-size: 12px; }
.avatar-stack { display: flex; }
.avatar-stack i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; border: 2px solid var(--paper); font-size: 10px; font-style: normal; margin-right: -8px; }
.avatar-stack i:nth-child(2) { background: var(--blue); }
.avatar-stack i:nth-child(3) { background: #757a85; }

.hero-visual { position: relative; min-height: 580px; display: grid; place-items: center; }
.hero-visual::before { content: ""; width: 600px; height: 600px; max-width: 90%; position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(37,99,235,.32), rgba(37,99,235,.08) 42%, transparent 70%); }
.hero-photo {
  position: absolute;
  z-index: 0;
  width: 88%;
  height: 78%;
  object-fit: cover;
  border: 1px solid rgba(21,152,209,.24);
  border-radius: 42% 32% 38% 28%;
  box-shadow: 0 28px 70px rgba(8,47,74,.16);
  filter: saturate(.72) contrast(1.04);
  opacity: .5;
}
.orbit { position: absolute; border: 1px solid rgba(8,10,15,.2); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 680px; height: 350px; transform: rotate(-26deg); }
.cert-card { width: min(390px, 80%); padding: 24px; color: white; background: rgba(8,10,15,.94); border: 1px solid rgba(255,255,255,.2); box-shadow: 0 35px 90px rgba(8,10,15,.25); position: relative; z-index: 2; transform: rotate(-2.5deg); }
.card-top { display: flex; justify-content: space-between; font: 700 9px/1 Arial; letter-spacing: .14em; color: #aec4d0; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
.live-dot { color: #72a0ff; }
.live-dot::before { content: ""; display: inline-block; width: 5px; height: 5px; background: #72a0ff; border-radius: 50%; margin-right: 6px; }
.score-ring { width: 136px; height: 136px; margin: 28px auto 10px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at center, var(--ink) 58%, transparent 60%), conic-gradient(var(--blue-bright) 0 94%, #2b2e36 94%); position: relative; }
.score-ring::after { content: ""; position: absolute; inset: -7px; border: 1px solid #353943; border-radius: 50%; }
.score-ring span { font-size: 10px; color: #8d94a2; }
.score-ring strong { font-size: 44px; letter-spacing: -.06em; color: white; }
.score-label { text-align: center; font-size: 9px; letter-spacing: .2em; color: #aec4d0; margin-bottom: 28px; }
.check-list { border-top: 1px solid rgba(255,255,255,.12); }
.check-list div { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 10px; color: #aeb4c0; }
.check-list b { font-size: 8px; letter-spacing: .12em; color: #8fb0ff; }
.approved-stamp { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; color: #6d93f5; font: 800 10px/1 Arial; letter-spacing: .18em; }
.approved-stamp span { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid #6d93f5; border-radius: 50%; }
.float-label { position: absolute; z-index: 3; font-size: 8px; letter-spacing: .12em; line-height: 1.4; color: #6b707b; }
.float-label b { color: var(--ink); }
.float-one { left: 4%; top: 25%; }
.float-two { right: 0; bottom: 22%; text-align: right; }

.proof-bar { min-height: 118px; background: var(--blue); color: white; padding: 26px var(--content-padding); display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-bar div { display: flex; gap: 20px; align-items: center; padding: 0 30px; border-right: 1px solid rgba(255,255,255,.25); }
.proof-bar div:first-child { padding-left: 0; }
.proof-bar div:last-child { border: 0; }
.proof-bar span { font: 800 13px/1.2 Arial; text-transform: uppercase; letter-spacing: .08em; }

.hosted-showcase {
  padding: 110px var(--content-padding) 125px;
  background: var(--un-mist);
}
.showcase-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 60px;
  margin: 70px 0 72px;
  align-items: end;
}
.showcase-heading h2 {
  margin: 0;
  font-size: clamp(52px, 5.3vw, 86px);
  line-height: .9;
  letter-spacing: -.06em;
}
.showcase-heading h2 em {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.showcase-heading p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.hosted-sites-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.hosted-site-card {
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.58);
}
.hosted-site-card > a {
  min-height: 310px;
  height: 100%;
  padding: clamp(26px, 3vw, 42px);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto 1fr auto;
  gap: 0 22px;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.hosted-site-card > a:hover {
  background: white;
  box-shadow: inset 0 4px 0 var(--blue);
  transform: translateY(-3px);
}
.hosted-site-card > a:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid var(--blue);
  outline-offset: -5px;
}
.hosted-card-brand { width: 44px; height: 44px; margin: 0; align-self: start; }
.hosted-site-category {
  color: var(--blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hosted-site-category { color: var(--muted); text-align: right; }
.hosted-site-card h3 {
  grid-column: 1 / -1;
  margin: 48px 0 16px;
  overflow-wrap: anywhere;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1;
  letter-spacing: -.045em;
}
.hosted-site-card p {
  grid-column: 1 / -1;
  margin: 0 0 32px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.hosted-site-domain {
  grid-column: 1 / -1;
  margin: 0 0 18px;
  overflow: hidden;
  color: var(--muted);
  font: 700 9px/1.4 Arial, sans-serif;
  letter-spacing: .06em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hosted-site-link {
  grid-column: 1 / -1;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hosted-site-link i { color: var(--blue); font-size: 18px; font-style: normal; }

.manifesto, .plans-section { padding: 110px var(--content-padding) 130px; }
.section-label { font-size: 10px; font-weight: 800; letter-spacing: .16em; padding-bottom: 18px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; }
.section-label span { color: var(--muted); }
.manifesto-heading, .plans-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; margin: 70px 0 80px; align-items: end; }
.manifesto h2, .plans-section h2 { font-size: clamp(52px, 5.3vw, 86px); margin: 0; }
.manifesto-heading p, .plans-heading p, .process-intro p { font-size: 17px; line-height: 1.6; color: var(--muted); max-width: 440px; }
.standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.standard-card { min-height: 370px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.standard-card > span { font: 700 9px/1 Arial; letter-spacing: .12em; color: var(--muted); }
.standard-icon { height: 160px; display: grid; place-items: center; font: 400 52px/1 Georgia, serif; color: var(--blue); }
.standard-card h3 { margin: auto 0 12px; font-size: 20px; letter-spacing: -.03em; }
.standard-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.dark-section { padding: 110px var(--content-padding) 130px; color: white; background: var(--ink); position: relative; overflow: hidden; }
.dark-section::before { content: ""; position: absolute; width: 800px; height: 800px; border: 1px solid rgba(94,145,255,.15); border-radius: 50%; right: -300px; top: -350px; box-shadow: 0 0 0 100px rgba(94,145,255,.025), 0 0 0 200px rgba(94,145,255,.018); }
.section-label.light { border-color: rgba(255,255,255,.18); color: #d5d8df; position: relative; }
.process-intro { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; margin: 70px 0 80px; align-items: end; position: relative; }
.dark-section h2 { font-size: clamp(52px, 5.3vw, 86px); margin: 0; }
.dark-section h2 em { color: var(--blue-bright); }
.process-intro p { color: #a2a7b2; }
.process-list { position: relative; border-top: 1px solid rgba(255,255,255,.18); }
.process-list article { display: grid; grid-template-columns: 80px .65fr 1fr 40px; gap: 24px; align-items: center; min-height: 130px; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s, padding .25s; }
.process-list article:hover { background: rgba(255,255,255,.035); padding: 0 18px; }
.process-list article > span { color: #aec4d0; font-size: 10px; }
.process-list h3 { font-size: 30px; letter-spacing: -.04em; margin: 0; }
.process-list p { color: #9ba0ab; max-width: 500px; font-size: 14px; line-height: 1.55; }
.process-list i { font-style: normal; color: var(--blue-bright); font-size: 22px; }

.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan-card { min-height: 520px; padding: 34px; border: 1px solid var(--line); position: relative; display: flex; flex-direction: column; background: rgba(255,255,255,.16); }
.plan-card.featured { background: var(--blue); color: white; border-color: var(--blue); transform: translateY(-14px); }
.plan-card.featured > p { color: white; }
.popular { position: absolute; top: 0; right: 0; padding: 8px 10px; background: white; color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.plan-name { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.plan-price { margin: 54px 0 8px; display: flex; align-items: flex-end; gap: 8px; min-height: 68px; }
.plan-price small { align-self: flex-start; margin-top: 10px; font-size: 8px; letter-spacing: .12em; }
.plan-price strong { font-size: clamp(45px, 4vw, 64px); line-height: 1; letter-spacing: -.06em; }
.plan-price .request-price { font-size: clamp(29px, 2.8vw, 44px); letter-spacing: -.045em; }
.plan-price span { font-size: 11px; padding-bottom: 9px; color: var(--muted); }
.featured .plan-price span, .featured > p { color: rgba(255,255,255,.72); }
.plan-card > p { font-size: 13px; color: var(--muted); }
.plan-card ul { list-style: none; padding: 28px 0; margin: 24px 0; border-top: 1px solid var(--line); }
.featured ul { border-color: rgba(255,255,255,.25); }
.plan-card li { font-size: 13px; margin: 14px 0; }
.plan-card li span { margin-right: 12px; color: var(--blue); }
.featured li span { color: white; }
.plan-card > a { min-height: 44px; margin-top: auto; padding: 13px 0; border-top: 1px solid currentColor; display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.plans-footnote { margin: 28px 0 0; text-align: center; color: var(--muted); font-size: 11px; }
.plans-footnote a { color: var(--ink); font-weight: 800; }

.section-cta { min-height: 44px; margin-top: 34px; margin-left: auto; width: fit-content; padding: 12px 0; display: flex; align-items: center; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-cta span { margin-left: 20px; }

.inner-hero { min-height: 690px; padding: 185px var(--content-padding) 100px; display: flex; flex-direction: column; justify-content: center; background: var(--paper); position: relative; overflow: hidden; }
.inner-hero::after { content: ""; position: absolute; width: 620px; height: 620px; right: -180px; top: 120px; border: 1px solid rgba(37,99,235,.28); border-radius: 50%; box-shadow: 0 0 0 90px rgba(37,99,235,.035), 0 0 0 180px rgba(37,99,235,.02); }
.inner-hero > * { position: relative; z-index: 1; }
.inner-hero h1 { margin: 28px 0 32px; font-size: clamp(64px, 8vw, 128px); line-height: .86; letter-spacing: -.07em; max-width: 1100px; }
.inner-hero h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--blue); }
.inner-hero > p { max-width: 670px; margin: 0; font-size: 19px; line-height: 1.6; color: var(--muted); }
.dark-inner, .apply-hero { background: var(--ink); color: white; }
.dark-inner h1 em, .apply-hero h1 em { color: var(--blue-bright); }
.dark-inner > p, .apply-hero > p { color: #a2a7b2; }
.apply-hero { background: var(--blue); }
.apply-hero h1 em { color: white; }
.apply-hero > p { color: rgba(255,255,255,.78); }

.content-section { padding: 110px var(--content-padding) 130px; }
.expanded-grid { margin-top: 70px; }
.expanded-grid .standard-card { min-height: 430px; }
.compact-dark { padding-top: 90px; padding-bottom: 100px; }
.editorial-split { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: center; margin-top: 70px; position: relative; }
.editorial-split h2 { font-size: clamp(52px, 6vw, 92px); }
.body-copy p { color: #a2a7b2; font-size: 16px; line-height: 1.7; margin: 0 0 20px; }
.body-copy .button { margin-top: 16px; }
.light-process { border-color: var(--line); }
.light-process article { color: var(--ink); border-color: var(--line); }
.light-process article:hover { background: rgba(8,10,15,.035); }
.light-process p { color: var(--muted); }
.light-process i { color: var(--blue); }
.paper-panel, .application-panel { padding: 110px var(--content-padding); background: var(--paper-2); display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.paper-panel h2, .application-panel h2 { margin: 55px 0 24px; font-size: clamp(50px, 5.5vw, 84px); line-height: .9; letter-spacing: -.06em; }
.paper-panel h2 em, .application-panel h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.check-columns { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.paper-panel .check-columns { margin-top: 30px; }
.check-columns li { min-height: 110px; padding: 28px 20px; border-bottom: 1px solid var(--line); font-size: 14px; display: flex; align-items: center; }
.check-columns li span { color: var(--blue); margin-right: 15px; }
.directory-en-explorer { padding: clamp(82px, 9vw, 130px) var(--content-padding); background: #f7f5ee; }
.directory-en-explorer > header { margin-bottom: clamp(44px, 6vw, 76px); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr); gap: 36px 72px; align-items: end; }
.directory-en-explorer > header .section-label { grid-column: 1 / -1; }
.directory-en-explorer h2,
.directory-en-method h2 { margin: 0; font-size: clamp(48px, 5.5vw, 82px); line-height: .9; letter-spacing: -.06em; }
.directory-en-explorer h2 em,
.directory-en-method h2 em { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.directory-en-explorer > header p,
.directory-en-method > div > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.directory-en-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.directory-en-grid > a { min-height: 310px; padding: clamp(22px, 2.8vw, 38px); display: flex; flex-direction: column; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.directory-en-grid > a::before { content: ""; height: 4px; position: absolute; inset: 0 0 auto; background: var(--directory-accent); }
.directory-en-grid > a > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 50%; background: var(--directory-accent); color: white; font-size: 13px; font-weight: 850; }
.directory-en-grid small { color: var(--directory-accent); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.directory-en-grid h3 { margin: 15px 0 12px; font-size: clamp(23px, 2vw, 31px); line-height: 1.05; letter-spacing: -.035em; }
.directory-en-grid p { margin: 0 0 25px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.directory-en-grid b { margin-top: auto; color: var(--directory-accent); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.directory-en-grid b i { margin-left: 8px; font-style: normal; }
.directory-en-grid > a:hover h3 { color: var(--directory-accent); }
.directory-theme-services-publics { --directory-accent: #1947d1; }
.directory-theme-sante-solidarite { --directory-accent: #d93b58; }
.directory-theme-emploi-entreprises { --directory-accent: #14785d; }
.directory-theme-education-savoirs { --directory-accent: #7048b8; }
.directory-theme-actualite-medias { --directory-accent: #bd3c24; }
.directory-theme-culture-patrimoine { --directory-accent: #ad6411; }
.directory-theme-recherche-ia { --directory-accent: #2759db; }
.directory-theme-numerique-outils { --directory-accent: #16718a; }
.directory-theme-voyage-mobilite { --directory-accent: #087d78; }
.directory-theme-consommation-maison { --directory-accent: #9a5a19; }
.directory-theme-science-environnement { --directory-accent: #378047; }
.directory-theme-monde-international { --directory-accent: #3d5796; }
.directory-theme-sports-loisirs { --directory-accent: #c04d2b; }
.directory-en-method { padding: clamp(82px, 9vw, 130px) var(--content-padding); display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(50px, 8vw, 120px); background: #fff; }
.directory-en-method .section-label { margin-bottom: 45px; }
.directory-en-method > div > p { margin-top: 28px; }
.directory-en-method ol { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.directory-en-method li { min-height: 130px; padding: 24px 0; display: grid; grid-template-columns: 52px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.directory-en-method li > span { color: var(--blue); font-family: Georgia, serif; font-size: 14px; }
.directory-en-method strong { display: block; margin-bottom: 10px; font-size: 18px; }
.directory-en-method li p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.directory-en-faq { background: var(--paper-2); }
.inner-plans { padding-top: 110px; }
.full-faq { background: var(--paper); }
.application-panel > div > p, .paper-panel > div > p { max-width: 520px; color: var(--muted); line-height: 1.75; }
.application-card { padding: clamp(30px, 5vw, 60px); background: var(--ink); color: white; }
.application-card > span { color: var(--blue-bright); font: 800 9px/1 Arial; letter-spacing: .15em; }
.application-card h3 { margin: 42px 0 16px; font-size: clamp(32px, 4vw, 54px); letter-spacing: -.05em; }
.application-card p { color: #a2a7b2; line-height: 1.65; }
.application-card small { display: block; margin-top: 24px; color: #7e8490; }
.application-form { display: grid; gap: 12px; }
.application-form h3 { margin-bottom: 12px; }
.application-form label { margin-top: 8px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #c5c9d2; }
.application-form input, .application-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.22); border-radius: 0; padding: 15px 16px; background: rgba(255,255,255,.06); color: white; font: inherit; outline: none; }
.application-form input:focus, .application-form textarea:focus { border-color: var(--blue-bright); box-shadow: 0 0 0 3px rgba(94,145,255,.18); }
.application-form textarea { resize: vertical; min-height: 150px; }
.application-form .button { margin-top: 10px; border: 0; cursor: pointer; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-notice { padding: 14px 16px; border-left: 3px solid var(--blue-bright); background: rgba(94,145,255,.12); color: white !important; }
.form-notice.error { border-color: #ff7d7d; background: rgba(255,125,125,.1); }
.embedded-error { min-height: 740px; padding: 180px var(--content-padding) 100px; justify-content: center; }

@media (max-width: 980px) {
  .editorial-split, .paper-panel, .application-panel { grid-template-columns: 1fr; }
  .directory-en-explorer > header,
  .directory-en-method { grid-template-columns: 1fr; }
  .directory-en-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .check-columns { grid-template-columns: 1fr 1fr; }
  .paper-panel .check-columns { margin-top: 0; }
  .faq-section .faq-list { margin-top: 0; }
}

.faq-section { padding: 110px var(--content-padding) 130px; background: var(--paper-2); display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-section h2 { font-size: clamp(50px, 5vw, 78px); margin-top: 55px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-section .faq-list { margin-top: 30px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 26px 0; display: flex; justify-content: space-between; font-weight: 700; font-size: 17px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 20px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -4px 50px 28px 0; color: var(--muted); line-height: 1.65; font-size: 14px; }

.apply-section { min-height: 700px; padding: 90px var(--content-padding); color: white; background: var(--blue); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; overflow: hidden; position: relative; }
.apply-section::after { content: ""; position: absolute; inset: 0; opacity: .15; background: repeating-linear-gradient(90deg, transparent 0, transparent 99px, white 100px); pointer-events: none; }
.apply-mark { width: min(34vw, 430px); height: min(34vw, 430px); border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; position: relative; z-index: 1; }
.apply-mark::before, .apply-mark::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.apply-mark::before { inset: 28px; }
.apply-mark::after { inset: 58px; }
.apply-mark img { width: 62%; height: 62%; object-fit: contain; filter: brightness(0) invert(1); }
.apply-copy { max-width: 750px; position: relative; z-index: 2; }
.apply-section h2 { font-size: clamp(62px, 6vw, 96px); margin: 28px 0; }
.apply-copy > p { max-width: 580px; font-size: 17px; line-height: 1.6; color: rgba(255,255,255,.8); margin-bottom: 34px; }
.button-light { background: white; color: var(--blue); }

footer { padding: 70px var(--footer-padding) 28px; background: var(--ink); color: white; }
footer a:focus-visible { outline-color: var(--blue-bright); }
.footer-top { min-height: 150px; display: grid; grid-template-columns: 1fr 1fr .7fr; gap: 50px; align-items: start; }
.footer-brand { color: white; }
.footer-summary p { margin: 0; color: #9297a3; line-height: 1.55; font-size: 14px; }
.footer-summary address { margin-top: 22px; color: #aec4d0; font-size: 12px; font-style: normal; line-height: 1.65; }
.footer-summary address strong { color: white; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.footer-links a { min-height: 32px; display: flex; align-items: center; }
.footer-links a:hover { color: var(--blue-bright); }
.ai-disclaimer { display: flex; gap: 10px; flex-direction: column; max-width: 760px; margin: 0 0 36px; padding-left: 16px; border-left: 2px solid var(--blue); }
.footer-ai { max-width: none; position: relative; padding: 36px 0 0 16px; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
.footer-ai::before { content: ""; position: absolute; left: 0; top: 36px; bottom: 0; width: 2px; background: var(--blue); }
.ai-disclaimer strong { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.ai-disclaimer small { color: #9297a3; font-size: 11px; line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); color: #aec4d0; font-size: 9px; letter-spacing: .13em; }
.footer-bottom a { min-height: 32px; display: inline-flex; align-items: center; color: white; }

.legal-hero { min-height: 620px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumb a { color: var(--blue); }
.breadcrumb a:hover { text-decoration: underline; text-underline-offset: 3px; }
.breadcrumb [aria-current="page"] { max-width: min(560px, 70vw); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.legal-section { padding: 110px var(--content-padding) 130px; }
.legal-intro > p { max-width: 820px; margin: 55px 0 75px; font-size: clamp(20px, 2vw, 30px); line-height: 1.45; letter-spacing: -.02em; }
.legal-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.legal-grid article { min-height: 330px; padding: clamp(28px, 4vw, 52px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legal-grid h2 { margin: 0 0 22px; font-size: clamp(28px, 3vw, 46px); letter-spacing: -.04em; }
.legal-grid p { max-width: 650px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.legal-grid a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.editorial-overview h2,
.editorial-closing h2 { font-size: clamp(42px, 4.6vw, 68px); line-height: .95; }
.editorial-responsibility { margin-top: 24px; padding-left: 16px; border-left: 2px solid var(--blue); font-size: 13px; }
.editorial-responsibility a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.editorial-closing { background: var(--un-mist); }
.editorial-closing-copy p { max-width: 760px; margin: 28px 0 34px; color: var(--muted); font-size: clamp(18px, 2vw, 25px); line-height: 1.65; }
.legal-ai { background: var(--ink); color: white; }
.legal-ai h2 { color: white; }
.legal-disclaimer { margin: 0; }
.legal-disclaimer small { color: #a8adb8; }

@media (max-width: 980px) {
  body.menu-open { overflow: hidden; }
  .menu-toggle { display: inline-flex; align-items: center; margin-left: auto; }
  .desktop-nav { display: flex; position: fixed; inset: 92px 0 auto; padding: 25px var(--site-gutter) 30px; flex-direction: column; gap: 0; background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s; }
  .desktop-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .desktop-nav a::after { display: none; }
  .menu-open .desktop-nav { transform: translateY(0); opacity: 1; visibility: visible; }
  .menu-open .menu-toggle i { transform: rotate(45deg); }
  .menu-open .menu-toggle i::after { top: 0; transform: rotate(90deg); }
  .language-switcher { margin-left: 12px; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 540px; }
  .proof-bar { grid-template-columns: 1fr 1fr; }
  .showcase-heading { grid-template-columns: 1fr; margin: 58px 0; }
  .hosted-sites-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-bar div { border-bottom: 1px solid rgba(255,255,255,.25); }
  .proof-bar div:nth-child(2) { border-right: 0; }
  .manifesto-heading, .plans-heading, .process-intro { grid-template-columns: 1fr; margin: 58px 0; }
  .standards-grid { grid-template-columns: 1fr 1fr; }
  .plans-grid { grid-template-columns: 1fr; max-width: 680px; margin: auto; }
  .plan-card.featured { transform: none; }
  .faq-section { grid-template-columns: 1fr; gap: 35px; }
  .apply-section { grid-template-columns: .7fr 1.3fr; }
}

@media (max-width: 640px) {
  .site-header { height: 76px; }
  .brand > span:last-child { display: none; }
  .header-cta { padding: 11px 12px; }
  .header-cta span { display: none; }
  .menu-toggle { margin-left: auto; }
  .language-switcher { margin-left: 8px; padding: 7px 8px; }
  .desktop-nav { inset: 76px 0 auto; padding: 25px 24px 30px; }
  .header-dark .desktop-nav { color: var(--ink); }
  .hero { min-height: 0; padding-top: 124px; padding-bottom: 50px; }
  .hero h1 { font-size: 15vw; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .micro-proof { margin-top: 42px; }
  .hero-visual { min-height: 470px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 430px; height: 240px; }
  .cert-card { width: 88%; }
  .float-label { display: none; }
  .proof-bar { grid-template-columns: 1fr 1fr; padding: 18px 24px; }
  .proof-bar div { min-height: 74px; padding: 12px 8px; gap: 10px; }
  .proof-bar span { font-size: 10px; }
  .manifesto, .plans-section, .dark-section, .faq-section, .hosted-showcase { padding-top: 75px; padding-bottom: 85px; }
  .showcase-heading { gap: 22px; margin: 48px 0; }
  .hosted-sites-grid { grid-template-columns: 1fr; }
  .hosted-site-card > a { min-height: 270px; }
  .manifesto-heading { gap: 20px; }
  .standards-grid { grid-template-columns: 1fr; }
  .standard-card { min-height: 280px; }
  .standard-icon { height: 100px; }
  .process-list article { grid-template-columns: 40px 1fr 20px; padding: 22px 0; }
  .process-list article:hover { padding: 22px 10px; }
  .process-list p { grid-column: 2 / 4; margin: 0; }
  .plan-card { min-height: 490px; padding: 28px; }
  .faq-section h2 { margin-bottom: 10px; }
  .apply-section { min-height: 720px; grid-template-columns: 1fr; padding-top: 50px; }
  .apply-mark { width: 230px; height: 230px; opacity: .55; }
  .apply-copy { align-self: start; }
  .apply-section h2 { font-size: 17vw; }
  .footer-top { grid-template-columns: 1fr; min-height: 0; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .legal-section { padding-top: 75px; padding-bottom: 85px; }
  .legal-intro > p { margin: 40px 0 55px; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-grid article { min-height: 0; padding: 30px 24px; }
  .legal-grid h2 { margin-top: 0; }
  .inner-hero { min-height: 620px; padding-top: 145px; padding-bottom: 70px; }
  .inner-hero h1 { font-size: 16vw; }
  .inner-hero > p { font-size: 16px; }
  .content-section { padding-top: 75px; padding-bottom: 85px; }
  .expanded-grid { margin-top: 45px; }
  .editorial-split { gap: 30px; margin-top: 50px; }
  .paper-panel, .application-panel { padding-top: 75px; padding-bottom: 75px; gap: 45px; }
  .check-columns { grid-template-columns: 1fr; }
  .check-columns li { min-height: 82px; }
  .directory-en-grid { grid-template-columns: 1fr; }
  .directory-en-grid > a { min-height: 0; }
  .directory-en-method li { min-height: 0; grid-template-columns: 38px 1fr; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

.error-page { min-height: 100vh; background: var(--ink); color: white; }
.error-shell { min-height: 100vh; padding: var(--content-padding); display: flex; flex-direction: column; justify-content: space-between; background: radial-gradient(circle at 75% 50%, rgba(37,99,235,.32), transparent 35%), var(--un-navy); color: white; }
.error-shell h1 { margin: 30px 0 22px; font-size: clamp(62px, 9vw, 140px); line-height: .86; letter-spacing: -.07em; }
.error-shell h1 em { color: var(--blue-bright); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.error-shell > div > p { color: #a2a7b2; font-size: 17px; margin-bottom: 32px; }
.embedded-error { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: clamp(44px, 7vw, 110px); align-items: center; }
.error-visual { margin: 0; position: relative; }
.error-visual::before { content: ""; position: absolute; inset: -14px 14px 14px -14px; border: 1px solid rgba(115,200,238,.35); }
.error-visual img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; position: relative; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
@media (max-width: 760px) {
  .embedded-error { grid-template-columns: 1fr; }
}

:root {
  --ink: #12334b;
  --muted: #526b7c;
  --paper: #f8fcff;
  --paper-2: #eaf5fb;
  --blue: #08749f;
  --blue-bright: #73c8ee;
  --un-navy: #082f4a;
  --un-mist: #dff1fa;
  --line: rgba(18, 51, 75, .16);
  --site-gutter: clamp(22px, 4vw, 58px);
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
}

.site-header {
  height: 94px;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  gap: clamp(22px, 3vw, 54px);
  color: white;
  background: rgba(8, 116, 159, .98);
  border-bottom-color: rgba(255,255,255,.28);
  box-shadow: 0 8px 30px rgba(8,47,74,.08);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent);
}

.brand {
  width: fit-content;
  gap: 13px;
  font-size: 11px;
  line-height: 1.12;
  letter-spacing: .12em;
}
.brand > span:last-child {
  display: block;
  text-align: left;
}

.brand-mark {
  width: 54px;
  height: 54px;
  padding: 4px;
}

.brand-mark img { filter: none; }
.header-dark .brand-mark img, .footer-brand .brand-mark img { filter: none; }

.desktop-nav {
  justify-self: center;
  gap: clamp(25px, 3vw, 52px);
  font-size: 11px;
  letter-spacing: .11em;
}

.desktop-nav a::after,
.header-dark .desktop-nav a::after { background: white; }

.language-switcher {
  margin-left: 0;
  border-color: rgba(255,255,255,.42);
}

.header-cta {
  justify-self: end;
  border-color: white;
  background: white;
  color: var(--blue);
}

.header-cta:hover,
.header-dark .header-cta:hover {
  background: var(--un-navy);
  border-color: var(--un-navy);
  color: white;
}

.site-header > .language-switcher { position: absolute; right: calc(var(--header-padding) + 176px); }

.hero {
  min-height: 840px;
  padding-top: 170px;
  background:
    radial-gradient(circle at 78% 42%, rgba(115,200,238,.28), transparent 25%),
    linear-gradient(135deg, #f8fcff 0%, #edf8fd 100%);
}

.hero::before {
  opacity: .5;
  background-image: linear-gradient(rgba(21,152,209,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(21,152,209,.12) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(to right, transparent 8%, #000 62%, transparent);
}

.eyebrow { color: var(--blue); }
.hero h1 { max-width: 820px; font-size: clamp(56px, 5.8vw, 94px); line-height: .92; }
.hero h1 em, .manifesto h2 em, .plans-section h2 em, .faq-section h2 em { color: var(--blue); }
.hero-lede { color: var(--muted); }
.button-primary { background: var(--blue); box-shadow: 0 12px 28px rgba(21,152,209,.2); }
.button-primary:hover { background: #0e7fad; }
.avatar-stack i { border-color: var(--paper); background: var(--un-navy); }
.avatar-stack i:nth-child(2) { background: var(--blue); }
.avatar-stack i:nth-child(3) { background: #73c8ee; color: var(--un-navy); }

.hero-visual::before {
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(115,200,238,.48), rgba(21,152,209,.11) 44%, transparent 70%);
}

.orbit { border-color: rgba(21,152,209,.34); }
.cert-card {
  background: rgba(8,47,74,.97);
  border-color: rgba(255,255,255,.26);
  box-shadow: 0 36px 90px rgba(8,47,74,.27);
}
.score-ring { background: radial-gradient(circle at center, var(--un-navy) 58%, transparent 60%), conic-gradient(var(--blue-bright) 0 94%, #244e66 94%); }
.approved-stamp, .check-list b, .live-dot { color: var(--blue-bright); }
.live-dot::before { background: var(--blue-bright); }
.proof-bar { background: var(--blue); }

.manifesto, .plans-section, .content-section, .legal-section { background: var(--paper); }
.paper-panel, .application-panel, .faq-section { background: var(--paper-2); }
.standard-card, .plan-card { background: rgba(255,255,255,.66); }
.standard-card:hover { background: white; box-shadow: inset 0 4px 0 var(--blue); }

.dark-section,
footer,
.application-card,
.dark-inner,
.error-page { background-color: var(--un-navy); }

.dark-section .section-label span { color: #aec4d0; }

.dark-section::before {
  border-color: rgba(115,200,238,.22);
  box-shadow: 0 0 0 100px rgba(115,200,238,.035), 0 0 0 200px rgba(115,200,238,.025);
}

.process-intro p, .body-copy p, .application-card p { color: #b5d0df; }
.plan-card.featured { background: var(--blue); border-color: var(--blue); }
.apply-section, .apply-hero { background: var(--blue); }

.inner-hero {
  background: linear-gradient(135deg, var(--paper), var(--un-mist));
}
.apply-hero {
  background: var(--un-navy);
  color: white;
}
.apply-section .eyebrow, .apply-hero .eyebrow { color: white; }
.apply-hero h1 em { color: var(--blue-bright); }
.apply-hero > p { color: #a2a7b2; }
.inner-hero::after {
  border-color: rgba(21,152,209,.30);
  box-shadow: 0 0 0 90px rgba(21,152,209,.045), 0 0 0 180px rgba(21,152,209,.025);
}
.dark-inner { background: var(--un-navy); }

.apply-mark {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.66);
}
.apply-mark img { width: 72%; height: 72%; filter: none; }

.application-form input:focus, .application-form textarea:focus {
  border-color: var(--blue-bright);
  box-shadow: 0 0 0 3px rgba(115,200,238,.20);
}

.footer-brand .brand-mark { width: 64px; height: 64px; }
.footer-summary p, .ai-disclaimer small { color: #aec4d0; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: minmax(210px, 1fr) auto minmax(190px, 1fr); gap: 20px; }
  .site-header > .language-switcher { right: calc(var(--header-padding) + 157px); }
  .desktop-nav { gap: 24px; }
  .header-cta { padding-inline: 14px; }
}

@media (max-width: 980px) {
  .site-header { display: flex; }
  .site-header > .language-switcher { position: static; margin-left: 12px; }
  .desktop-nav {
    width: 100%;
    max-width: none;
    left: 0;
    right: 0;
    justify-self: stretch;
    align-items: stretch;
    background: var(--un-navy);
    color: white;
    border-bottom-color: rgba(255,255,255,.2);
  }
  .desktop-nav a { width: 100%; border-bottom-color: rgba(255,255,255,.18); }
  .hero { padding-top: 150px; }
}

@media (max-width: 640px) {
  .site-header { height: 78px; }
  .brand-mark { width: 46px; height: 46px; }
  .desktop-nav { inset: 78px 0 auto; }
  .language-switcher { color: white; }
  .header-cta { font-size: 10px; }
  .hero { padding-top: 125px; }
}

.dual-promise,
.infrastructure-story {
  padding: 120px var(--content-padding);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: clamp(54px, 7vw, 120px);
  align-items: center;
}

.dual-promise { background: white; }
.infrastructure-story {
  background: var(--un-mist);
  grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
}

.editorial-photo {
  min-width: 0;
  margin: 0;
  position: relative;
}

.editorial-photo::before {
  content: "";
  position: absolute;
  inset: -14px 14px 14px -14px;
  border: 1px solid rgba(21,152,209,.35);
  pointer-events: none;
}

.editorial-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(.86) contrast(1.03);
  position: relative;
  z-index: 1;
}

.editorial-photo figcaption {
  position: relative;
  z-index: 2;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.promise-copy h2,
.infrastructure-copy h2 {
  margin: 54px 0 28px;
  font-size: clamp(47px, 5vw, 76px);
  line-height: .93;
  letter-spacing: -.055em;
}

.promise-copy h2 em,
.infrastructure-copy h2 em,
.label-value-grid h2 em {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.promise-lede,
.infrastructure-copy > p {
  max-width: 650px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.promise-list { margin-top: 46px; border-top: 1px solid var(--line); }
.promise-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.promise-list article > b { color: var(--blue); font-size: 10px; letter-spacing: .12em; }
.promise-list h3 { margin: 0 0 8px; font-size: 18px; }
.promise-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.service-facts {
  margin-top: 44px;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(18,51,75,.2);
}
.service-facts div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(18,51,75,.2);
}
.service-facts strong { color: var(--blue); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.service-facts span { color: var(--muted); font-size: 13px; line-height: 1.55; }
.infrastructure-photo::before { inset: 14px -14px -14px 14px; }

.label-value { padding-top: 90px; padding-bottom: 110px; background: var(--un-mist); }
.label-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 65px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.label-value-grid article {
  min-height: 380px;
  padding: clamp(28px, 3vw, 46px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.5);
}
.label-value-grid article > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.label-value-grid h2 { margin: 72px 0 28px; font-size: clamp(34px, 3.5vw, 54px); line-height: .96; letter-spacing: -.05em; }
.label-value-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

@media (max-width: 980px) {
  .dual-promise,
  .infrastructure-story { grid-template-columns: 1fr; padding-top: 90px; padding-bottom: 90px; }
  .infrastructure-story .infrastructure-copy { order: 2; }
  .infrastructure-story .infrastructure-photo { order: 1; }
  .label-value-grid { grid-template-columns: 1fr; }
  .label-value-grid article { min-height: 0; }
  .label-value-grid h2 { margin-top: 44px; }
}

@media (max-width: 640px) {
  .dual-promise,
  .infrastructure-story { padding-top: 74px; padding-bottom: 78px; gap: 54px; }
  .editorial-photo::before { inset: -8px 8px 8px -8px; }
  .infrastructure-photo::before { inset: 8px -8px -8px 8px; }
  .promise-copy h2,
  .infrastructure-copy h2 { margin-top: 42px; font-size: 13vw; }
  .service-facts div { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 640px) {
  .site-header { gap: 8px; }
  .brand > span:last-child { display: none; }
  .site-header > .language-switcher { margin-left: 0; flex: 0 0 auto; }
  .menu-toggle,
  .header-cta { flex: 0 0 auto; }
}

@media (max-width: 480px) {
  .menu-toggle span {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .menu-toggle i { margin-left: 0; }
}

.score-ring-label {
  background: radial-gradient(circle at center, var(--un-navy) 58%, transparent 60%), conic-gradient(var(--blue-bright) 0 100%);
}
.score-ring-label strong { font-size: 25px; letter-spacing: .08em; }
.proof-bar > div { justify-content: center; }

.selection-themes li > span { font-size: 15px; }
.selection-directory { min-width: 0; padding-top: 110px; padding-bottom: 130px; overflow: hidden; }
.selection-sites-list {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}
.directory-filter {
  width: min(100%, 980px);
  margin: 0 0 42px;
  padding: clamp(22px, 3vw, 34px);
  background: var(--un-navy);
  color: white;
}
.directory-filter label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.directory-filter label span { color: rgba(255,255,255,.62); font-size: 10px; }
.directory-filter > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.directory-filter input {
  min-width: 0;
  width: 100%;
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 0;
  background: white;
  color: var(--un-navy);
  font: inherit;
}
.directory-filter input:focus { outline: 3px solid var(--blue); outline-offset: 2px; }
.directory-filter-reset {
  padding: 0 20px;
  border: 0;
  background: var(--blue-bright);
  color: var(--un-navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.directory-filter-reset:focus-visible { outline: 3px solid white; outline-offset: -5px; }
.directory-filter-status { min-height: 1.4em; margin: 12px 0 0; color: rgba(255,255,255,.8); font-size: 12px; }
.selection-site-card[hidden] { display: none; }

.editorial-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.editorial-dates span + span { position: relative; }
.editorial-dates span + span::before { content: '·'; position: absolute; left: -13px; }
.editorial-toc {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.5fr);
  gap: clamp(40px, 7vw, 120px);
  padding: clamp(70px, 8vw, 120px) var(--content-padding);
  background: #f2f8fb;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.editorial-toc h2 { margin: 24px 0 0; font-size: clamp(35px, 4.5vw, 66px); line-height: .98; letter-spacing: -.045em; }
.editorial-toc h2 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.editorial-toc ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.editorial-toc li { border-bottom: 1px solid var(--line); }
.editorial-toc a { display: flex; justify-content: space-between; gap: 24px; padding: 16px 4px; color: var(--un-navy); font-weight: 700; }
.editorial-toc a span { color: var(--blue); }
.editorial-toc a:hover { color: var(--blue); }
.editorial-toc a:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.editorial-article h2 { scroll-margin-top: 100px; }
.official-resources {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.65fr);
  gap: clamp(44px, 7vw, 120px);
  padding: clamp(80px, 9vw, 138px) var(--content-padding);
  color: white;
  background: var(--un-navy);
}
.official-resources > div:first-child > h2 {
  margin: 26px 0 24px;
  font-size: clamp(38px, 4.7vw, 70px);
  line-height: .96;
  letter-spacing: -.05em;
}
.official-resources > div:first-child > h2 em { color: var(--blue-bright); font-family: Georgia, serif; font-weight: 400; }
.official-resources > div:first-child > p { max-width: 560px; color: rgba(255,255,255,.7); line-height: 1.8; }
.official-resources .section-label { color: rgba(255,255,255,.68); }
.official-resources-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); }
.official-resources-grid article { display: flex; min-width: 0; flex-direction: column; padding: 28px 24px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.official-resources-grid article:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.official-resources-grid article > span { color: var(--blue-bright); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.official-resources-grid h3 { margin: 42px 0 18px; font-size: clamp(23px, 2.2vw, 34px); line-height: 1.05; overflow-wrap: anywhere; }
.official-resources-grid p { margin: 0 0 30px; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.7; }
.official-resources-grid a { display: flex; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: white; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.official-resources-grid a i { color: var(--blue-bright); font-style: normal; }
.official-resources-grid a:hover { color: var(--blue-bright); }
.official-resources-grid a:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 4px; }
.editorial-author {
  display: grid;
  grid-template-columns: auto minmax(0, 760px);
  justify-content: center;
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  padding: clamp(70px, 8vw, 110px) var(--content-padding);
  background: white;
  border-bottom: 1px solid var(--line);
}
.editorial-author-mark { display: grid; width: 88px; height: 88px; place-items: center; border-radius: 50%; background: var(--blue); color: white; font-size: 25px; font-weight: 900; letter-spacing: -.04em; }
.editorial-author h2 { margin: 18px 0 15px; font-size: clamp(34px, 4vw, 58px); letter-spacing: -.05em; }
.editorial-author p { margin: 0; color: var(--muted); line-height: 1.8; }
.editorial-author-links { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 26px; }
.editorial-author-links a { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.editorial-author-links a:hover { color: var(--un-navy); }
.editorial-author-links a:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.selection-site-card {
  width: 100%;
  min-width: 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 2fr);
  gap: clamp(34px, 4vw, 72px);
  align-items: center;
  padding: clamp(28px, 4vw, 58px);
  overflow: hidden;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(8,47,74,.07);
}
.selection-site-copy { min-width: 0; }
.site-brand {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 0 24px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(8, 47, 74, .18);
  border-radius: 50%;
  background: linear-gradient(145deg, #f7fcff, #d9ecf5);
  box-shadow: 0 8px 22px rgba(8, 47, 74, .10);
  color: var(--un-navy);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}
.site-brand img { display: block; width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.site-brand b { font: inherit; }
.site-topic-photo {
  margin: 0 0 24px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dcebf2;
  border: 1px solid rgba(8, 47, 74, .12);
  box-shadow: 0 12px 28px rgba(8, 47, 74, .10);
}
.site-topic-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.selection-site-card:hover .site-topic-photo img { transform: scale(1.035); }
.discovery-gallery { padding: clamp(78px, 10vw, 142px) var(--content-padding); background: #eaf3f6; }
.gallery-heading { display: grid; width: 100%; grid-template-columns: minmax(0, 1.05fr) minmax(260px, .7fr); gap: 38px; align-items: end; margin: 0 0 42px; }
.gallery-heading h2 { margin: 0; font-size: clamp(42px, 6vw, 86px); line-height: .92; letter-spacing: -.055em; }
.gallery-heading p { max-width: 510px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.gallery-grid { display: grid; width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 28px); margin: 0; }
.gallery-tile { position: relative; min-height: clamp(220px, 26vw, 350px); margin: 0; overflow: hidden; background: var(--un-navy); }
.gallery-tile-wide { grid-column: span 2; }
.gallery-tile img { display: block; width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .6s ease; }
.gallery-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(3, 25, 43, .8)); }
.gallery-tile figcaption { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; color: #fff; }
.gallery-tile strong, .gallery-tile span { display: block; }
.gallery-tile strong { font-size: clamp(24px, 2.4vw, 38px); line-height: 1; letter-spacing: -.04em; }
.gallery-tile span { margin-top: 7px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gallery-tile:hover img { transform: scale(1.045); }
.selection-site-copy h3 {
  margin: 24px 0 18px;
  font-size: clamp(29px, 3vw, 48px);
  line-height: .98;
  letter-spacing: -.045em;
  overflow-wrap: anywhere;
}
.selection-site-copy p {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.selection-site-copy .hosted-site-domain {
  display: block;
  margin-bottom: 28px;
  overflow-wrap: anywhere;
}
.selection-site-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  color: white;
  background: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}
.selection-site-link:hover { background: var(--un-navy); transform: translateY(-2px); }
.selection-site-link:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 4px; }
.device-preview a:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.device-showcase {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 2.5fr) minmax(116px, .95fr) minmax(78px, .54fr);
  gap: clamp(14px, 2vw, 30px);
  align-items: end;
}
.device-preview { min-width: 0; margin: 0; text-align: center; }
.device-preview a { min-width: 0; max-width: 100%; display: block; }
.device-frame {
  min-width: 0;
  max-width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background: #d9e4ea;
  box-shadow: 0 20px 42px rgba(8,47,74,.22);
}
.device-frame img {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  background: white;
  transition: transform .35s ease;
}
.device-preview a:hover img { transform: scale(1.018); }
.device-preview figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.device-desktop .device-frame {
  aspect-ratio: 16 / 10;
  padding: 22px 8px 8px;
  border-radius: 9px 9px 4px 4px;
  background: var(--un-navy);
}
.device-browser-bar {
  position: absolute;
  inset: 0 0 auto;
  height: 22px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 9px;
}
.device-browser-bar i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
}
.device-tablet .device-frame {
  aspect-ratio: 820 / 1024;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 16px;
  background: var(--un-navy);
}
.device-tablet .device-frame img { border-radius: 8px; }
.device-mobile .device-frame {
  aspect-ratio: 390 / 844;
  padding: 15px 6px 7px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 20px;
  background: var(--un-navy);
}
.device-mobile .device-frame img { border-radius: 12px; }
.device-speaker {
  position: absolute;
  z-index: 2;
  top: 6px;
  left: 50%;
  width: 28%;
  height: 3px;
  border-radius: 10px;
  background: rgba(255,255,255,.35);
  transform: translateX(-50%);
}

@media (max-width: 1100px) {
  .selection-site-card { grid-template-columns: 1fr; }
  .selection-site-copy { max-width: 720px; }
}

@media (max-width: 640px) {
  .footer-links a, .footer-bottom a { min-height: 44px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 28px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .gallery-tile, .gallery-tile-wide { grid-column: span 1; min-height: 190px; }
  .gallery-tile:first-child, .gallery-tile:last-child { grid-column: span 2; }
  .gallery-tile figcaption { right: 14px; bottom: 14px; left: 14px; }
  .selection-directory { padding-top: 76px; padding-bottom: 86px; }
  .selection-directory,
  .selection-directory .showcase-heading,
  .selection-sites-list,
  .selection-site-card,
  .selection-site-copy,
  .device-showcase { width: 100%; min-width: 0; max-width: 100%; }
  .directory-hero h1 { font-size: 13vw; overflow-wrap: anywhere; }
  .selection-directory .showcase-heading h2 { font-size: 12vw; overflow-wrap: anywhere; }
  .selection-site-card { grid-template-columns: minmax(0, 1fr); gap: 34px; padding: 24px 18px 30px; }
  .selection-site-copy h3 { max-width: 100%; font-size: 32px; overflow-wrap: anywhere; }
  .device-showcase { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 14px 18px; }
  .device-desktop { grid-column: 1 / -1; }
  .device-tablet { grid-column: 1; width: 62%; justify-self: end; }
  .device-mobile { grid-column: 2; width: 36%; justify-self: start; }
  .device-preview figcaption { margin-top: 9px; font-size: 8px; letter-spacing: .08em; }
  .directory-filter { margin-bottom: 30px; padding: 20px 16px; }
  .directory-filter label { display: block; }
  .directory-filter label span { display: block; margin-top: 5px; }
  .directory-filter > div { grid-template-columns: 1fr; }
  .directory-filter-reset { min-height: 44px; }
  .editorial-dates { display: block; }
  .editorial-dates span { display: block; margin-top: 7px; }
  .editorial-dates span + span::before { content: none; }
  .editorial-toc { grid-template-columns: 1fr; gap: 34px; padding: 68px 6vw; }
  .editorial-toc h2 { font-size: 12vw; }
  .official-resources { grid-template-columns: 1fr; gap: 36px; padding: 70px 6vw; }
  .official-resources > div:first-child > h2 { font-size: 12vw; }
  .official-resources-grid { grid-template-columns: 1fr; }
  .official-resources-grid article { border-left: 1px solid rgba(255,255,255,.2); }
  .editorial-author { grid-template-columns: 1fr; justify-content: stretch; padding: 64px 6vw; }
  .editorial-author-mark { width: 70px; height: 70px; font-size: 20px; }
}

/* General-purpose portal -------------------------------------------------- */
.portal-shell {
  --portal-blue: #08749f;
  --portal-navy: #082f4a;
  --portal-mist: #e8f5fb;
  --portal-line: rgba(8, 47, 74, .15);
  background: #f8fcff;
  color: var(--portal-navy);
}

.portal-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--portal-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.portal-kicker i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8, 116, 159, .28);
  border-radius: 50%;
  background: white;
  font-size: 16px;
  font-style: normal;
}

.portal-home-hero {
  min-height: 780px;
  padding: 160px var(--content-padding) 86px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: clamp(54px, 8vw, 130px);
  align-items: center;
  background:
    radial-gradient(circle at 78% 20%, rgba(115, 200, 238, .35), transparent 27%),
    linear-gradient(135deg, #f8fcff, #eaf6fb);
  border-bottom: 1px solid var(--portal-line);
  overflow: hidden;
  position: relative;
}

.portal-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .55;
  background-image: linear-gradient(rgba(8,116,159,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(8,116,159,.08) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, transparent, #000 60%, transparent);
}

.portal-home-copy,
.portal-start-panel { position: relative; z-index: 1; }

.portal-home-copy h1 {
  margin: 28px 0;
  max-width: 800px;
  font-size: clamp(68px, 7.4vw, 126px);
  line-height: .82;
  letter-spacing: -.075em;
}

.portal-home-copy h1 em { color: var(--portal-blue); }
.portal-home-copy > p { max-width: 740px; margin: 0 0 38px; color: #49677a; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.58; }

.portal-google-search {
  max-width: 780px;
  padding: 20px;
  background: white;
  border: 1px solid var(--portal-line);
  box-shadow: 0 20px 55px rgba(8,47,74,.10);
}

.portal-guide-finder {
  max-width: 780px;
  padding: 20px;
  background: var(--portal-navy);
  color: white;
  border: 1px solid var(--portal-navy);
  box-shadow: 0 22px 60px rgba(8,47,74,.18);
}

.portal-guide-finder label {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin: 0 0 12px;
  color: #d9ebf4;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.portal-guide-finder label span {
  padding: 5px 8px;
  background: var(--blue-bright);
  color: var(--portal-navy);
  font-size: 8px;
}

.portal-guide-finder-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.portal-guide-finder input {
  width: 100%;
  min-height: 58px;
  padding: 0 17px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 0;
  background: white;
  color: var(--portal-navy);
  font: 500 15px/1.3 Inter, "Segoe UI", Arial, sans-serif;
}
.portal-guide-finder input:focus { outline: 3px solid rgba(115,200,238,.42); outline-offset: 1px; }
.portal-guide-finder button {
  min-height: 58px;
  padding: 0 20px;
  border: 0;
  background: var(--blue-bright);
  color: var(--portal-navy);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.portal-guide-finder button:hover { background: white; }
.portal-guide-finder button span { margin-left: 14px; }
.portal-guide-finder-status { min-height: 16px; margin: 11px 0 0; color: #b8d5e4; font-size: 11px; line-height: 1.4; }

.portal-guide-finder-results {
  max-height: 410px;
  margin-top: 10px;
  overflow-y: auto;
  background: white;
  color: var(--portal-navy);
  border: 1px solid rgba(115,200,238,.55);
  box-shadow: 0 22px 50px rgba(0,0,0,.22);
}
.portal-guide-finder-results[hidden] { display: none; }
.portal-guide-finder-results > header {
  min-height: 39px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eaf6fb;
  border-bottom: 1px solid var(--portal-line);
}
.portal-guide-finder-results > header strong,
.portal-guide-finder-results > header small { font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.portal-guide-finder-results > header small { color: var(--portal-blue); }
.portal-guide-finder-results [data-finder-list] { display: block; }
.portal-guide-finder-results [data-finder-list] > a {
  min-height: 72px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  column-gap: 16px;
  align-content: center;
  border-bottom: 1px solid var(--portal-line);
}
.portal-guide-finder-results [data-finder-list] > a:hover,
.portal-guide-finder-results [data-finder-list] > a:focus { background: #f0f9fd; }
.portal-guide-finder-results [data-finder-list] > a > span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--portal-blue);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}
.portal-guide-finder-results [data-finder-list] > a > strong { font-size: 12px; line-height: 1.35; }
.portal-guide-finder-results [data-finder-list] > a > small {
  margin-top: 4px;
  overflow: hidden;
  color: #607888;
  font-size: 10px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portal-guide-finder-results > p { margin: 0; padding: 10px 14px; color: #607888; font-size: 9px; }
.portal-guide-finder-results kbd { margin-right: 3px; padding: 2px 5px; border: 1px solid var(--portal-line); background: #f7fbfd; font: 800 8px/1 Inter, sans-serif; }
.portal-guide-finder-empty { margin: 0; padding: 19px 14px; color: #607888; font-size: 11px; line-height: 1.5; }

.portal-google-search-compact { margin-top: 12px; padding: 13px 15px; box-shadow: none; background: rgba(255,255,255,.72); }
.portal-google-search-compact label { margin-bottom: 7px; color: #526f80; font-size: 8px; }
.portal-google-search-compact input,
.portal-google-search-compact button { min-height: 43px; }
.portal-google-search-compact small { margin-top: 7px; }

.portal-home-guide-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  color: var(--portal-blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.portal-home-guide-link span { margin-left: 11px; transition: transform .2s ease; }
.portal-home-guide-link:hover span { transform: translateX(4px); }
.portal-home-guide-links { display: flex; flex-wrap: wrap; gap: 0 28px; }

.portal-google-search label,
.portal-filter label {
  display: block;
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.portal-google-search > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.portal-google-search input,
.portal-filter input {
  width: 100%;
  min-height: 54px;
  padding: 0 17px;
  border: 1px solid var(--portal-line);
  border-radius: 0;
  background: #f8fcff;
  color: var(--portal-navy);
  font: 500 15px/1.3 Inter, "Segoe UI", Arial, sans-serif;
}
.portal-google-search input:focus,
.portal-filter input:focus { outline: 3px solid rgba(8,116,159,.2); border-color: var(--portal-blue); }
.portal-google-search button {
  min-height: 54px;
  padding: 0 19px;
  border: 0;
  background: var(--portal-blue);
  color: white;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
}
.portal-google-search button span { margin-left: 16px; }
.portal-google-search small { display: block; margin-top: 11px; color: #607888; font-size: 11px; line-height: 1.4; }

.portal-hero-stats { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 24px; color: #607888; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.portal-hero-stats strong { margin-right: 5px; color: var(--portal-navy); font-size: 15px; }

.portal-start-panel {
  padding: 12px 26px 22px;
  background: var(--portal-navy);
  color: white;
  box-shadow: 28px 30px 0 rgba(115,200,238,.20), 0 35px 80px rgba(8,47,74,.20);
}
.portal-start-heading { min-height: 62px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); text-transform: uppercase; }
.portal-start-heading span { font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.portal-start-heading small { color: #afd9ec; font-size: 9px; letter-spacing: .12em; }
.portal-start-panel > a { min-height: 78px; display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); transition: transform .2s ease, background .2s ease; }
.portal-start-panel > a:hover { padding-inline: 8px; background: rgba(255,255,255,.06); transform: translateX(4px); }
.portal-start-panel > a.is-first { border-left: 3px solid var(--blue-bright); padding-left: 10px; }
.portal-service-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--portal-blue); font-size: 16px; font-weight: 900; }
.portal-start-panel strong,
.portal-start-panel small { display: block; }
.portal-start-panel strong { margin-bottom: 4px; font-size: 14px; }
.portal-start-panel small { color: #afc8d7; font-size: 10px; }
.portal-start-panel > a > i { color: var(--blue-bright); font-style: normal; }

.portal-category-strip {
  width: 100%;
  max-width: 100vw;
  min-width: 0;
  min-height: 74px;
  padding: 10px var(--content-padding);
  display: flex;
  gap: 8px;
  align-items: center;
  overflow-x: auto;
  background: var(--portal-blue);
  color: white;
  scrollbar-width: thin;
}
.portal-category-strip a { min-height: 46px; padding: 0 13px; display: inline-flex; flex: 0 0 auto; gap: 8px; align-items: center; border: 1px solid rgba(255,255,255,.24); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.portal-category-strip a:hover { background: white; color: var(--portal-blue); }

.portal-category-overview,
.portal-directory,
.portal-index-faq { padding: clamp(88px, 10vw, 145px) var(--content-padding); }
.portal-category-overview { background: white; }
.portal-directory { background: #eaf6fb; }
.portal-index-faq { background: white; }
.portal-en-answers { padding: clamp(88px, 10vw, 145px) var(--content-padding); background: #f8fcff; }
.portal-en-answer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--portal-line); border-left: 1px solid var(--portal-line); }
.portal-en-answer-grid article { min-height: 310px; padding: clamp(26px, 3.4vw, 48px); display: flex; flex-direction: column; border-right: 1px solid var(--portal-line); border-bottom: 1px solid var(--portal-line); background: white; }
.portal-en-answer-grid article > span { color: var(--portal-blue); font-family: Georgia, serif; font-size: 12px; }
.portal-en-answer-grid h3 { margin: 34px 0 16px; font-size: clamp(25px, 2.4vw, 36px); line-height: 1.06; letter-spacing: -.035em; }
.portal-en-answer-grid p { margin: 0 0 28px; color: #587283; font-size: 14px; line-height: 1.7; }
.portal-en-answer-grid a { margin-top: auto; color: var(--portal-blue); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.portal-en-answer-grid a i { margin-left: 10px; font-style: normal; }

.portal-block-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .55fr); gap: 50px; align-items: end; margin-bottom: clamp(50px, 6vw, 84px); }
.portal-block-heading > span { grid-column: 1 / -1; color: var(--portal-blue); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.portal-block-heading h2 { margin: 0; font-size: clamp(52px, 6vw, 90px); line-height: .88; letter-spacing: -.065em; }
.portal-block-heading h2 em { color: var(--portal-blue); }
.portal-block-heading p { margin: 0; color: #526f80; font-size: 16px; line-height: 1.7; }

.portal-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--portal-line); border-left: 1px solid var(--portal-line); }
.portal-category-card { min-height: 420px; padding: 22px; display: flex; flex-direction: column; position: relative; border-right: 1px solid var(--portal-line); border-bottom: 1px solid var(--portal-line); background: #f8fcff; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.portal-category-card:hover { z-index: 1; background: white; box-shadow: 0 24px 55px rgba(8,47,74,.12); transform: translateY(-5px); }
.portal-category-card > img { width: 100%; height: 150px; display: block; object-fit: cover; margin-bottom: 22px; filter: saturate(.88); }
.portal-category-symbol { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--portal-blue); color: white; font-size: 15px; }
.portal-category-card > .portal-category-symbol { position: absolute; top: 148px; right: 38px; border: 4px solid #f8fcff; }
.portal-category-card small { color: var(--portal-blue); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.portal-category-card h3 { margin: 12px 0; font-size: clamp(23px, 2vw, 31px); line-height: 1; letter-spacing: -.04em; }
.portal-category-card p { margin: 0 0 22px; color: #597384; font-size: 13px; line-height: 1.6; }
.portal-category-card b { margin-top: auto; color: var(--portal-blue); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.portal-category-card b i { margin-left: 10px; font-style: normal; }

.portal-filter { max-width: 850px; margin: 0 auto 65px; padding: 22px; background: white; border: 1px solid var(--portal-line); box-shadow: 0 18px 45px rgba(8,47,74,.08); }
.portal-filter > div { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; border: 1px solid var(--portal-line); background: #f8fcff; }
.portal-filter > div > span { text-align: center; color: var(--portal-blue); font-size: 20px; }
.portal-filter input { border: 0; background: transparent; }
.portal-filter-reset { min-height: 44px; margin-right: 5px; padding: 0 13px; border: 0; background: var(--portal-navy); color: white; font-size: 10px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.portal-filter-status { min-height: 18px; margin: 9px 0 0; color: #607888; font-size: 12px; }

.portal-guide-groups { display: grid; gap: 34px; }
.portal-guide-group { scroll-margin-top: 28px; display: grid; grid-template-columns: minmax(220px, .42fr) minmax(0, 1.58fr); background: white; border: 1px solid var(--portal-line); }
.portal-guide-group[hidden] { display: none; }
.portal-guide-group > header { padding: clamp(28px, 4vw, 48px); border-right: 1px solid var(--portal-line); }
.portal-guide-group > header .portal-category-symbol { margin-bottom: 28px; }
.portal-guide-group > header small { color: var(--portal-blue); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.portal-guide-group > header h3 { margin: 13px 0; font-size: clamp(28px, 3vw, 44px); line-height: .95; letter-spacing: -.05em; }
.portal-guide-group > header p { color: #5b7484; font-size: 13px; line-height: 1.65; }
.portal-guide-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; }
.portal-guide-links > a { min-height: 126px; padding: 23px 25px; display: grid; grid-template-columns: 28px 1fr auto; gap: 14px; align-items: start; border-right: 1px solid var(--portal-line); border-bottom: 1px solid var(--portal-line); transition: background .2s ease; }
.portal-guide-links > a[hidden] { display: none; }
.portal-guide-links > a:hover { background: #f0f9fd; }
.portal-guide-links > a > span { color: var(--portal-blue); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.portal-guide-links strong,
.portal-guide-links small { display: block; }
.portal-guide-links strong { margin-bottom: 8px; font-size: 15px; line-height: 1.25; }
.portal-guide-links small { color: #607888; font-size: 11px; line-height: 1.5; }
.portal-guide-links > a > i { color: var(--portal-blue); font-style: normal; }

.portal-index-faq { display: grid; grid-template-columns: minmax(290px, .65fr) minmax(0, 1.35fr); gap: clamp(50px, 8vw, 120px); }
.portal-index-faq .portal-block-heading { display: block; margin: 0; }
.portal-index-faq .portal-block-heading > span { display: block; margin-bottom: 45px; }
.portal-index-faq .portal-block-heading h2 { margin-bottom: 30px; font-size: clamp(48px, 5vw, 78px); }
.portal-faq { border-top: 1px solid var(--portal-line); }
.portal-faq details { border-bottom: 1px solid var(--portal-line); }
.portal-faq summary { min-height: 74px; padding: 22px 0; display: flex; justify-content: space-between; gap: 25px; align-items: center; list-style: none; cursor: pointer; font-size: 16px; font-weight: 750; }
.portal-faq summary::-webkit-details-marker { display: none; }
.portal-faq summary span { color: var(--portal-blue); font-size: 22px; transition: transform .2s ease; }
.portal-faq details[open] summary span { transform: rotate(45deg); }
.portal-faq details > p { max-width: 780px; margin: -3px 50px 26px 0; color: #587283; font-size: 14px; line-height: 1.7; }

.portal-editorial-note { padding: clamp(75px, 8vw, 120px) var(--content-padding); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 120px); background: var(--portal-navy); color: white; }
.portal-editorial-note span { color: var(--blue-bright); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.portal-editorial-note h2 { margin: 28px 0 0; font-size: clamp(42px, 5vw, 76px); line-height: .9; letter-spacing: -.055em; }
.portal-editorial-note h2 em { color: var(--blue-bright); }
.portal-editorial-note p { margin: 0 0 25px; color: #b5d0df; font-size: 15px; line-height: 1.8; }
.portal-editorial-note a { color: white; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.portal-editorial-note-visual { grid-template-columns: minmax(260px, .8fr) minmax(320px, 1fr) minmax(260px, .7fr); gap: clamp(32px, 5vw, 76px); align-items: center; }
.portal-editorial-note-visual figure { min-width: 0; margin: 0; }
.portal-editorial-note-visual picture { display: block; overflow: hidden; aspect-ratio: 4 / 5; background: #123b50; }
.portal-editorial-note-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 52% center; filter: saturate(.85) contrast(1.04); }
.portal-editorial-note-visual figcaption { margin-top: 13px; color: #8ebed7; font-size: 8px; font-weight: 850; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }

/* Portal guide pages */
.portal-breadcrumb { padding: 126px var(--content-padding) 0; display: flex; flex-wrap: wrap; gap: 9px; color: #6a8190; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.portal-breadcrumb a { color: var(--portal-blue); }
.portal-breadcrumb [aria-current="page"] { color: var(--portal-navy); overflow-wrap: anywhere; }
.portal-reading-progress { height: 4px; position: fixed; z-index: 90; inset: 0 0 auto; pointer-events: none; background: rgba(255,255,255,.28); }
.portal-reading-progress span { width: 0; height: 100%; display: block; background: var(--blue-bright); box-shadow: 0 0 12px rgba(115,200,238,.7); }
.portal-guide-hero { padding: 48px var(--content-padding) 80px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: clamp(50px, 8vw, 120px); align-items: center; border-bottom: 1px solid var(--portal-line); }
.portal-guide-heading h1 { max-width: 900px; margin: 28px 0 24px; font-size: clamp(52px, 6vw, 92px); line-height: .9; letter-spacing: -.065em; }
.portal-guide-heading > p { max-width: 780px; margin: 0; color: #526f80; font-size: clamp(18px, 1.6vw, 23px); line-height: 1.55; }
.portal-guide-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 28px 0 0; color: #6a8190; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.portal-guide-meta span + span::before { content: "•"; margin-right: 24px; color: var(--portal-blue); }
.portal-guide-heading .portal-guide-byline { margin-top: 14px; font-size: 13px; line-height: 1.7; }
.portal-guide-byline a, .portal-source-list a { text-decoration: underline; text-underline-offset: 3px; }
.portal-source-list { padding-left: 22px; line-height: 1.8; overflow-wrap: anywhere; }
.portal-guide-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 18px 28px; align-items: center; }
.portal-guide-visual { max-width: 540px; margin: 0; padding: 12px; position: relative; background: white; border: 1px solid var(--portal-line); box-shadow: 0 25px 60px rgba(8,47,74,.13); transform: rotate(1.5deg); }
.portal-guide-visual::after { content: ""; position: absolute; inset: 22px -18px -18px 22px; z-index: -1; border: 1px solid rgba(8,116,159,.26); }
.portal-guide-visual img { width: 100%; height: auto; aspect-ratio: 3 / 2; display: block; object-fit: cover; }

.portal-guide-layout { padding: 100px var(--content-padding) 125px; display: grid; grid-template-columns: 220px minmax(0, 900px); gap: clamp(55px, 8vw, 130px); justify-content: center; background: white; }
.portal-guide-aside { height: fit-content; position: sticky; top: 24px; display: grid; border-top: 2px solid var(--portal-navy); }
.portal-guide-aside strong { padding: 18px 0; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.portal-guide-aside a { min-height: 45px; padding: 13px 0; border-top: 1px solid var(--portal-line); color: #5e7686; font-size: 12px; }
.portal-guide-aside a:hover { color: var(--portal-blue); }
.portal-guide-aside a.is-active { padding-left: 13px; color: var(--portal-blue); border-left: 3px solid var(--portal-blue); font-weight: 800; }
.portal-back-to-top {
  min-width: 76px;
  min-height: 48px;
  padding: 0 15px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 18;
  right: max(18px, calc((100vw - 1500px) / 2));
  bottom: 18px;
  border: 1px solid var(--portal-blue);
  background: white;
  color: var(--portal-navy);
  box-shadow: 0 14px 35px rgba(8,47,74,.24);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}
.portal-back-to-top:hover { background: var(--portal-blue); color: white; }
.portal-back-to-top[hidden] { display: none; }
.portal-content-section { scroll-margin-top: 30px; padding: 0 0 90px; }
.portal-content-section:last-child { padding-bottom: 0; }
.portal-section-heading { display: grid; grid-template-columns: 46px 1fr; gap: 20px; align-items: start; margin-bottom: 36px; }
.portal-section-heading > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--portal-blue); color: white; font-size: 10px; font-weight: 850; }
.portal-section-heading p { margin: 0 0 7px; color: var(--portal-blue); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.portal-section-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: .98; letter-spacing: -.05em; }
.portal-lead { margin: 0 0 24px; color: var(--portal-navy); font-size: clamp(20px, 2vw, 27px); line-height: 1.5; letter-spacing: -.02em; }
.portal-guide-content > section > p:not(.portal-lead) { color: #587283; font-size: 15px; line-height: 1.8; }
.portal-note { margin-top: 34px; padding: 25px 28px; border-left: 4px solid var(--portal-blue); background: #eaf6fb; }
.portal-note strong { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.portal-note p { margin: 9px 0 0; color: #526f80; font-size: 13px; line-height: 1.7; }
.portal-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--portal-line); }
.portal-steps li { min-height: 118px; padding: 24px 0; display: grid; grid-template-columns: 55px 1fr; gap: 22px; border-bottom: 1px solid var(--portal-line); }
.portal-steps li > span { color: var(--portal-blue); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.portal-steps strong { font-size: 16px; line-height: 1.45; }
.portal-steps p { margin: 9px 0 0; color: #647d8d; font-size: 12px; line-height: 1.55; }
.portal-warning-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--portal-line); border-left: 1px solid var(--portal-line); }
.portal-warning-grid article { min-height: 190px; padding: 25px; border-right: 1px solid var(--portal-line); border-bottom: 1px solid var(--portal-line); }
.portal-warning-grid article > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #e9f6fb; color: var(--portal-blue); font-weight: 900; }
.portal-warning-grid p { margin: 25px 0 0; color: #526f80; font-size: 13px; line-height: 1.65; }
.portal-official-link { margin-top: 34px; padding: 28px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; background: var(--portal-navy); color: white; }
.portal-official-link span,
.portal-official-link strong { display: block; }
.portal-official-link span { margin-bottom: 8px; color: var(--blue-bright); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.portal-official-link strong { font-size: 19px; }
.portal-official-link p { max-width: 650px; margin: 10px 0 0; color: #b5d0df; font-size: 12px; line-height: 1.55; }
.portal-official-link > a { color: var(--blue-bright); font-size: 11px; font-weight: 800; overflow-wrap: anywhere; }
.portal-related-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--portal-line); border-left: 1px solid var(--portal-line); }
.portal-related-grid > a { min-height: 170px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid var(--portal-line); border-bottom: 1px solid var(--portal-line); }
.portal-related-grid > a:hover { background: #eff9fd; }
.portal-related-grid > a > span { color: var(--portal-blue); }
.portal-related-grid strong { margin: 22px 0; font-size: 17px; line-height: 1.3; }
.portal-related-grid small { margin-top: auto; color: var(--portal-blue); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.portal-related-grid small i { margin-left: 9px; font-style: normal; }
.portal-back-link { min-height: 48px; margin-top: 25px; display: inline-flex; align-items: center; color: var(--portal-blue); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.portal-back-link span { margin-left: 12px; }

@media (max-width: 1180px) {
  body.menu-open { overflow: hidden; }
  .site-header { display: flex; }
  .menu-toggle { display: inline-flex; align-items: center; margin-left: auto; }
  .site-header > .language-switcher { position: static; margin-left: 10px; }
  .desktop-nav { width: 100%; max-width: none; display: flex; position: fixed; inset: 94px 0 auto; padding: 25px var(--site-gutter) 30px; flex-direction: column; gap: 0; align-items: stretch; background: var(--un-navy); color: white; border-bottom: 1px solid rgba(255,255,255,.2); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s; }
  .desktop-nav a { width: 100%; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .desktop-nav a::after { display: none; }
  .menu-open .desktop-nav { transform: translateY(0); opacity: 1; visibility: visible; }
  .menu-open .menu-toggle i { transform: rotate(45deg); }
  .menu-open .menu-toggle i::after { top: 0; transform: rotate(90deg); }
  .header-cta { margin-left: 0; }
  .portal-home-hero { grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 48px; }
  .portal-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portal-guide-group { grid-template-columns: 1fr; }
  .portal-guide-group > header { border-right: 0; border-bottom: 1px solid var(--portal-line); }
  .portal-guide-hero { grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); }
  .portal-editorial-note-visual { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .portal-editorial-note-visual > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .portal-home-hero { min-height: 0; padding-top: 140px; grid-template-columns: 1fr; }
  .portal-start-panel { max-width: 620px; }
  .portal-block-heading,
  .portal-index-faq,
  .portal-editorial-note { grid-template-columns: 1fr; }
  .portal-editorial-note-visual > div:first-child { grid-column: auto; }
  .portal-editorial-note-visual figure { max-width: 680px; }
  .portal-editorial-note-visual picture { aspect-ratio: 16 / 9; }
  .portal-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portal-guide-links { grid-template-columns: 1fr; }
  .portal-guide-hero { grid-template-columns: 1fr; }
  .portal-guide-visual { max-width: 620px; }
  .portal-guide-layout { grid-template-columns: 1fr; padding-top: 70px; }
  .portal-guide-aside { position: static; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--portal-line); }
  .portal-guide-aside strong { grid-column: 1 / -1; padding: 16px; }
  .portal-guide-aside a { padding: 13px 16px; border-right: 1px solid var(--portal-line); }
}

@media (max-width: 580px) {
  .portal-home-hero { padding-top: 118px; padding-bottom: 62px; }
  .portal-home-copy h1 { font-size: 18vw; }
  .portal-google-search { padding: 14px; }
  .portal-google-search > div { grid-template-columns: 1fr; }
  .portal-google-search button { padding: 14px; }
  .portal-guide-finder { padding: 14px; }
  .portal-guide-finder-row { grid-template-columns: 1fr; }
  .portal-guide-finder button { padding: 14px; }
  .portal-guide-finder-results { max-height: 340px; }
  .portal-guide-finder-results [data-finder-list] > a { grid-template-columns: 1fr; }
  .portal-guide-finder-results [data-finder-list] > a > span { grid-row: auto; margin-bottom: 4px; }
  .portal-guide-finder-results [data-finder-list] > a > small { display: none; }
  .portal-guide-finder-results > p { display: none; }
  .portal-back-to-top { min-width: 50px; width: 50px; min-height: 50px; padding: 0; border-radius: 50%; right: 14px; bottom: 14px; font-size: 0; }
  .portal-back-to-top span { font-size: 18px; }
  .portal-category-overview,
  .portal-directory,
  .portal-index-faq,
  .portal-en-answers { padding-top: 72px; padding-bottom: 78px; }
  .portal-en-answer-grid { grid-template-columns: 1fr; }
  .portal-en-answer-grid article { min-height: 0; }
  .portal-editorial-note-visual picture { aspect-ratio: 4 / 3; }
  .portal-block-heading { gap: 22px; }
  .portal-category-grid { grid-template-columns: 1fr; }
  .portal-category-card { min-height: 380px; }
  .portal-guide-links > a { grid-template-columns: 24px 1fr; }
  .portal-guide-links > a > i { display: none; }
  .portal-index-faq { gap: 45px; }
  .portal-editorial-note { gap: 36px; }
  .portal-breadcrumb { padding-top: 104px; }
  .portal-guide-hero { padding-top: 36px; padding-bottom: 62px; }
  .portal-guide-heading h1 { font-size: 13vw; overflow-wrap: anywhere; }
  .portal-guide-meta span + span::before { content: none; }
  .portal-guide-actions { align-items: flex-start; flex-direction: column; }
  .portal-guide-aside { grid-template-columns: 1fr 1fr; }
  .portal-warning-grid,
  .portal-related-grid { grid-template-columns: 1fr; }
  .portal-official-link { grid-template-columns: 1fr; }
  .portal-section-heading { grid-template-columns: 38px 1fr; gap: 14px; }
  .portal-section-heading > span { width: 36px; height: 36px; }
}

.portal-pathfinder {
  padding: clamp(70px, 8vw, 110px) var(--content-padding);
  background: var(--portal-navy);
  color: white;
}
.portal-pathfinder-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr); gap: 35px 60px; align-items: end; margin-bottom: 48px; }
.portal-pathfinder-heading > span { grid-column: 1 / -1; color: var(--blue-bright); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.portal-pathfinder-heading h2 { max-width: 820px; margin: 0; font-size: clamp(40px, 4.7vw, 70px); line-height: .95; letter-spacing: -.05em; }
.portal-pathfinder-heading p { margin: 0; color: #b5d0df; font-size: 15px; line-height: 1.7; }
.portal-pathfinder-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.portal-pathfinder-grid > a { min-height: 300px; padding: 27px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); transition: background .2s ease, transform .2s ease; }
.portal-pathfinder-grid > a:hover { z-index: 1; background: rgba(255,255,255,.08); transform: translateY(-3px); }
.portal-pathfinder a:focus-visible { outline-color: var(--blue-bright); outline-offset: -4px; }
.portal-pathfinder-grid > a > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--portal-blue); font-size: 17px; }
.portal-pathfinder-grid small { margin: 25px 0 9px; color: var(--blue-bright); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.portal-pathfinder-grid strong { font-size: 20px; line-height: 1.2; }
.portal-pathfinder-grid p { color: #b5d0df; font-size: 12px; line-height: 1.6; }
.portal-pathfinder-grid b { margin-top: auto; color: white; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.portal-pathfinder-alert { margin: 22px 0 0; padding: 17px 20px; display: flex; flex-wrap: wrap; gap: 9px; align-items: center; background: rgba(255,255,255,.07); color: #c4dbe7; font-size: 12px; line-height: 1.5; }
.portal-pathfinder-alert > span { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--blue-bright); border-radius: 50%; color: var(--blue-bright); font-weight: 900; }
.portal-pathfinder-alert strong { color: white; }
.portal-pathfinder-alert a { color: var(--blue-bright); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.portal-decision-lab {
  padding: clamp(88px, 10vw, 145px) var(--content-padding);
  background: #fff;
  border-bottom: 1px solid var(--portal-line);
}
.portal-decision-grid { display: grid; border-top: 1px solid var(--portal-line); }
.portal-decision-grid > article {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  border-right: 1px solid var(--portal-line);
  border-bottom: 1px solid var(--portal-line);
  border-left: 1px solid var(--portal-line);
  background: #f8fcff;
}
.portal-decision-grid > article:nth-child(even) { grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr); }
.portal-decision-grid > article:nth-child(even) .portal-decision-image { grid-column: 2; }
.portal-decision-grid > article:nth-child(even) > div { grid-column: 1; grid-row: 1; }
.portal-decision-image { min-height: 100%; display: block; position: relative; overflow: hidden; background: #dce8ee; }
.portal-decision-image picture { height: 100%; display: block; }
.portal-decision-image img { width: 100%; height: 100%; min-height: 470px; display: block; object-fit: cover; filter: saturate(.84) contrast(1.03); transition: transform .4s ease, filter .4s ease; }
.portal-decision-image:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.03); }
.portal-decision-image > span { width: 48px; height: 48px; display: grid; place-items: center; position: absolute; right: 22px; bottom: 22px; background: #fff; color: var(--portal-blue); font: 850 10px/1 Inter, sans-serif; letter-spacing: .1em; }
.portal-decision-grid > article > div { padding: clamp(34px, 5vw, 72px); display: flex; flex-direction: column; align-items: flex-start; }
.portal-decision-grid small { color: var(--portal-blue); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.portal-decision-grid h3 { max-width: 700px; margin: 18px 0 30px; font-size: clamp(34px, 4vw, 58px); line-height: .94; letter-spacing: -.055em; }
.portal-decision-grid strong { font-size: 15px; line-height: 1.5; }
.portal-decision-grid p { max-width: 760px; margin: 14px 0 24px; color: #526f80; font-size: 14px; line-height: 1.75; }
.portal-decision-grid aside { width: 100%; margin: auto 0 26px; padding: 16px 18px; display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 10px; align-items: center; border-top: 1px solid var(--portal-line); border-bottom: 1px solid var(--portal-line); color: #4f6a7b; font-size: 11px; line-height: 1.6; }
.portal-decision-grid aside span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--portal-blue); color: #fff; font-size: 11px; }
.portal-decision-grid > article > div > a { min-height: 46px; display: inline-flex; align-items: center; color: var(--portal-blue); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.portal-decision-grid > article > div > a i { margin-left: 14px; font-style: normal; transition: transform .2s ease; }
.portal-decision-grid > article > div > a:hover i { transform: translateX(4px); }

.portal-guide-tools { min-height: 48px; margin-top: 25px; display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; }
.portal-guide-tools button { min-height: 40px; padding: 0 14px; border: 1px solid var(--portal-line); background: white; color: var(--portal-navy); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.portal-guide-tools button:hover { border-color: var(--portal-blue); color: var(--portal-blue); }
.portal-guide-tools > span { color: #647d8d; font-size: 10px; }
.portal-guide-tools kbd { padding: 3px 6px; border: 1px solid var(--portal-line); border-bottom-width: 2px; background: white; color: var(--portal-navy); font: 800 9px/1 Inter, sans-serif; }
.portal-guide-tool-status { min-height: 16px; color: var(--portal-blue); font-size: 10px; font-weight: 750; }

.portal-answer-box { margin: 34px 0; padding: 30px; background: var(--portal-navy); color: white; }
.portal-answer-box > span { display: block; margin-bottom: 25px; color: var(--blue-bright); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.portal-answer-box dl { margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.portal-answer-box dl > div { padding: 0 22px; border-left: 1px solid rgba(255,255,255,.2); }
.portal-answer-box dl > div:first-child { padding-left: 0; border-left: 0; }
.portal-answer-box dt { margin-bottom: 9px; color: #afd9ec; font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.portal-answer-box dd { margin: 0; font-size: 12px; line-height: 1.65; }
.portal-scenarios { margin-top: 42px; }
.portal-scenarios > h3 { margin: 0 0 20px; font-size: 23px; letter-spacing: -.03em; }
.portal-scenarios > div { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--portal-line); border-left: 1px solid var(--portal-line); }
.portal-scenarios article { min-height: 185px; padding: 23px; border-right: 1px solid var(--portal-line); border-bottom: 1px solid var(--portal-line); }
.portal-scenarios article > span { color: var(--portal-blue); font-weight: 900; }
.portal-scenarios strong { display: block; margin: 23px 0 10px; font-size: 15px; }
.portal-scenarios p { margin: 0; color: #607888; font-size: 12px; line-height: 1.6; }

.portal-inline-directory { margin-top: 42px; padding: 30px; display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); gap: 38px; background: #eaf6fb; border: 1px solid var(--portal-line); }
.portal-inline-directory > div:first-child > span { color: var(--portal-blue); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.portal-inline-directory h3 { margin: 15px 0; font-size: 28px; line-height: 1; letter-spacing: -.04em; }
.portal-inline-directory > div:first-child p { margin: 0; color: #607888; font-size: 12px; line-height: 1.65; }
.portal-inline-directory > div:last-child { border-top: 1px solid var(--portal-line); }
.portal-inline-directory a { min-height: 61px; padding: 12px 0; display: grid; grid-template-columns: 28px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--portal-line); }
.portal-inline-directory a:hover strong { color: var(--portal-blue); }
.portal-inline-directory a > span { color: var(--portal-blue); font-size: 9px; font-weight: 850; }
.portal-inline-directory a > strong { font-size: 12px; line-height: 1.35; }
.portal-inline-directory a > i { color: var(--portal-blue); font-style: normal; }

.portal-adjacent { margin-top: 45px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--portal-line); border-left: 1px solid var(--portal-line); }
.portal-adjacent > a { min-height: 118px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--portal-line); border-bottom: 1px solid var(--portal-line); }
.portal-adjacent > a:hover { background: #eff9fd; }
.portal-adjacent-next { text-align: right; }
.portal-adjacent-next:only-child { grid-column: 2; }
.portal-adjacent small { margin-bottom: 14px; color: var(--portal-blue); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.portal-adjacent strong { font-size: 14px; line-height: 1.35; }

.portal-home-main-cta { margin-top: 42px; }
.portal-home-featured,
.portal-network-sample { padding: clamp(88px, 10vw, 145px) var(--content-padding); }
.portal-home-featured { background: #eaf6fb; }
.portal-network-sample { background: white; }
.portal-featured-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--portal-line); border-left: 1px solid var(--portal-line); }
.portal-featured-grid > a { min-height: 285px; padding: 27px; display: flex; flex-direction: column; border-right: 1px solid var(--portal-line); border-bottom: 1px solid var(--portal-line); background: rgba(255,255,255,.72); transition: background .2s ease, transform .2s ease; }
.portal-featured-grid > a:hover { z-index: 1; background: white; transform: translateY(-3px); }
.portal-featured-grid > a > span,
.portal-featured-grid > a > small { color: var(--portal-blue); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.portal-featured-grid > a > small { margin: 22px 0 10px; }
.portal-featured-grid strong { font-size: 19px; line-height: 1.15; }
.portal-featured-grid p { color: #607888; font-size: 12px; line-height: 1.55; }
.portal-featured-grid b { margin-top: auto; color: var(--portal-blue); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.portal-featured-grid b i { margin-left: 8px; font-style: normal; }
.portal-featured-photo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.portal-featured-photo-grid > a { min-height: 520px; padding: 0 27px 27px; overflow: hidden; }
.portal-featured-photo-grid figure { height: 215px; margin: 0 -27px 24px; overflow: hidden; background: #dce8ee; }
.portal-featured-photo-grid picture { height: 100%; display: block; }
.portal-featured-photo-grid img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.82) contrast(1.04); transition: transform .35s ease, filter .35s ease; }
.portal-featured-photo-grid > a:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.02); }
.portal-featured-photo-grid > a > small { margin: 0 0 11px; }
.portal-featured-photo-grid strong { font-size: clamp(22px, 2vw, 30px); letter-spacing: -.035em; }
.portal-featured-photo-grid p { margin-bottom: 24px; }
.portal-network-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.portal-network-grid > a { min-height: 340px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--portal-line); background: #f8fcff; box-shadow: 0 14px 35px rgba(8,47,74,.06); }
.portal-network-grid > a:hover { border-color: var(--portal-blue); }
.portal-network-grid .site-brand { margin-bottom: 24px; }
.portal-network-grid small { color: var(--portal-blue); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.portal-network-grid h3 { margin: 13px 0; font-size: 26px; line-height: 1; letter-spacing: -.04em; }
.portal-network-grid p { margin: 0; color: #607888; font-size: 13px; line-height: 1.65; }
.portal-network-grid > a > b { margin-top: auto; padding-top: 22px; color: var(--portal-blue); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.portal-network-grid > a > b i { margin-left: 8px; font-style: normal; }
.portal-home-secondary-link { min-height: 48px; margin-top: 30px; display: inline-flex; align-items: center; color: var(--portal-blue); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.portal-home-secondary-link span { margin-left: 12px; }

@media (max-width: 1100px) {
  .portal-pathfinder-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portal-featured-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .portal-decision-grid > article,
  .portal-decision-grid > article:nth-child(even) { grid-template-columns: minmax(290px, .82fr) minmax(0, 1.18fr); }
}

@media (max-width: 820px) {
  .portal-pathfinder-heading { grid-template-columns: 1fr; }
  .portal-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portal-network-grid { grid-template-columns: 1fr; }
  .portal-decision-grid > article,
  .portal-decision-grid > article:nth-child(even) { grid-template-columns: 1fr; }
  .portal-decision-grid > article:nth-child(even) .portal-decision-image,
  .portal-decision-grid > article:nth-child(even) > div { grid-column: 1; grid-row: auto; }
  .portal-decision-image img { min-height: 0; aspect-ratio: 3 / 2; }
}

@media (max-width: 580px) {
  .portal-pathfinder { padding-top: 65px; padding-bottom: 70px; }
  .portal-pathfinder-grid { grid-template-columns: 1fr; }
  .portal-pathfinder-grid > a { min-height: 245px; }
  .portal-guide-tools { align-items: flex-start; }
  .portal-guide-tools > span,
  .portal-guide-tool-status { flex-basis: 100%; }
  .portal-answer-box { padding: 24px 20px; }
  .portal-answer-box dl { grid-template-columns: 1fr; }
  .portal-answer-box dl > div { padding: 18px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .portal-answer-box dl > div:first-child { padding-top: 0; border-top: 0; }
  .portal-scenarios > div,
  .portal-adjacent { grid-template-columns: 1fr; }
  .portal-inline-directory { grid-template-columns: 1fr; padding: 24px 20px; }
  .portal-adjacent-next,
  .portal-adjacent-next:only-child { grid-column: 1; text-align: left; }
  .portal-home-featured,
  .portal-network-sample,
  .portal-decision-lab { padding-top: 72px; padding-bottom: 78px; }
  .portal-decision-grid > article > div { padding: 30px 22px 34px; }
  .portal-decision-grid h3 { font-size: 37px; }
  .portal-featured-grid { grid-template-columns: 1fr; }
  .portal-featured-grid > a { min-height: 230px; }
  .portal-featured-photo-grid > a { min-height: 500px; }
}

@media (forced-colors: active) {
  a, button, input, summary { forced-color-adjust: auto; }
  .brand-mark, .editorial-author-mark, .standard-icon { border: 1px solid CanvasText; }
  .device-frame, .selection-site-card, .plan-card, .legal-grid article { box-shadow: none; }
  .desktop-nav a::after { background: LinkText; }
}

@media print {
  html { scroll-behavior: auto; }
  body { background: white !important; color: black !important; font-size: 11pt; }
  .site-header, footer, .editorial-toc, .related-reading, .directory-filter, .device-showcase, .apply-section, .button, .text-link, .portal-guide-tools, .portal-guide-aside, .portal-adjacent, .portal-category-strip, .portal-filter, .portal-reading-progress, .portal-back-to-top { display: none !important; }
  main, section, article, aside { max-width: none !important; color: black !important; background: white !important; box-shadow: none !important; }
  .inner-hero, .paper-panel, .legal-section, .editorial-closing, .official-resources, .editorial-author { min-height: 0; padding: 24pt 0; border-color: #aaa; }
  .legal-grid, .official-resources-grid { display: block; }
  .legal-grid article, .official-resources-grid article { min-height: 0; margin-bottom: 12pt; padding: 0 0 12pt; border: 0; border-bottom: 1px solid #bbb; break-inside: avoid; }
  h1, h2, h3, p, li, a, .section-label, .editorial-dates, .editorial-responsibility { color: black !important; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 8pt; font-weight: 400; overflow-wrap: anywhere; }
  img { max-width: 100% !important; page-break-inside: avoid; }
}

/* Portal homepage — directory edition ----------------------------------- */
body.portal-home-page {
  --portal-v2-ink: #101a38;
  --portal-v2-navy: #0a1b3f;
  --portal-v2-blue: #1947d1;
  --portal-v2-sky: #dbe8ff;
  --portal-v2-paper: #f7f5ee;
  --portal-v2-yellow: #f4cc45;
  background: var(--portal-v2-paper);
}

.portal-home-page .site-header {
  min-height: 74px;
  height: auto;
  position: relative;
  padding-top: 11px;
  padding-bottom: 11px;
  background: var(--portal-v2-navy);
  color: white;
  border-color: rgba(255,255,255,.14);
}
.portal-home-page .site-header .desktop-nav { gap: clamp(18px, 2.4vw, 38px); }
.portal-home-page .site-header .desktop-nav a::after { background: var(--portal-v2-yellow); }
.portal-home-page .site-header .language-switcher,
.portal-home-page .site-header .header-cta { border-color: rgba(255,255,255,.38); }
.portal-home-page .site-header .header-cta:hover { background: white; color: var(--portal-v2-navy); }
.portal-home-page .brand-mark img { filter: drop-shadow(0 0 8px rgba(91,137,255,.35)); }

.portal-frontpage-v2 {
  --portal-blue: var(--portal-v2-blue);
  --portal-navy: var(--portal-v2-navy);
  --portal-line: rgba(16, 26, 56, .16);
  background: var(--portal-v2-paper);
  color: var(--portal-v2-ink);
  font-family: Arial, Helvetica, sans-serif;
}
.portal-frontpage-v2 a:focus-visible,
.portal-frontpage-v2 button:focus-visible,
.portal-frontpage-v2 input:focus-visible { outline-color: var(--portal-v2-blue); }

.portal-utility {
  min-height: 38px;
  padding: 0 var(--content-padding);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  background: #fff;
  color: #5d6680;
  border-bottom: 1px solid var(--portal-line);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.portal-utility > span:nth-child(2) { color: var(--portal-v2-ink); }
.portal-utility > a { justify-self: end; color: var(--portal-v2-blue); }
.portal-utility > span:first-child { display: inline-flex; align-items: center; gap: 8px; }
.portal-utility i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: #20a66a; box-shadow: 0 0 0 4px rgba(32,166,106,.12); }

.portal-masthead {
  padding: clamp(52px, 6vw, 84px) var(--content-padding) 46px;
  background:
    radial-gradient(circle at 17% 5%, rgba(25,71,209,.08), transparent 20%),
    linear-gradient(rgba(16,26,56,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,26,56,.045) 1px, transparent 1px),
    var(--portal-v2-paper);
  background-size: auto, 32px 32px, 32px 32px, auto;
  border-bottom: 1px solid var(--portal-line);
}
.portal-masthead-copy { position: relative; text-align: center; }
.portal-edition { display: inline-flex; gap: 10px; align-items: center; color: #68718a; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.portal-edition::before,
.portal-edition::after { content: ""; width: 30px; height: 1px; background: rgba(16,26,56,.28); }
.portal-edition b { padding: 4px 6px; background: var(--portal-v2-yellow); color: var(--portal-v2-navy); }
.portal-masthead-copy h1 { margin: 17px 0 7px; color: var(--portal-v2-navy); font-size: clamp(44px, 6.5vw, 104px); line-height: .82; letter-spacing: -.07em; font-weight: 900; }
.portal-masthead-copy h1 span { color: var(--portal-v2-blue); }
.portal-masthead-copy > p { margin: 0; color: #5c6680; font-family: Georgia, "Times New Roman", serif; font-size: clamp(16px, 1.5vw, 23px); font-style: italic; }
.portal-masthead-copy > .portal-masthead-summary { max-width: 720px; margin: 18px auto 0; color: #536079; font-family: Arial, sans-serif; font-size: 12px; font-style: normal; line-height: 1.65; }

.portal-command.portal-guide-finder {
  max-width: 960px;
  margin: 38px auto 0;
  padding: 13px;
  position: relative;
  z-index: 6;
  background: white;
  color: var(--portal-v2-ink);
  border: 1px solid rgba(10,27,63,.28);
  box-shadow: 8px 8px 0 var(--portal-v2-sky), 0 22px 45px rgba(10,27,63,.11);
}
.portal-command.portal-guide-finder label { margin: 0; padding: 2px 5px 11px; color: #4f5d7f; }
.portal-command.portal-guide-finder label span { margin-left: auto; background: var(--portal-v2-sky); color: var(--portal-v2-blue); }
.portal-command .portal-guide-finder-row { grid-template-columns: 54px minmax(0, 1fr) auto; border: 2px solid var(--portal-v2-navy); }
.portal-command-icon { display: grid; place-items: center; background: #edf2ff; color: var(--portal-v2-blue); font-size: 24px; }
.portal-command.portal-guide-finder input { min-height: 62px; border: 0; padding-left: 5px; background: white; font-size: 16px; }
.portal-command.portal-guide-finder input:focus { outline: 0; }
.portal-command.portal-guide-finder button { min-height: 62px; min-width: 160px; background: var(--portal-v2-blue); color: white; }
.portal-command.portal-guide-finder button:hover { background: var(--portal-v2-navy); color: white; }
.portal-command .portal-guide-finder-status { margin: 9px 5px 0; color: #6e7890; text-align: left; }
.portal-command .portal-guide-finder-results { position: absolute; left: 13px; right: 13px; top: calc(100% - 25px); z-index: 10; }

.portal-trending { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px 19px; align-items: center; justify-content: center; font-size: 10px; }
.portal-trending > span { padding: 7px 10px; background: var(--portal-v2-yellow); color: var(--portal-v2-navy); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.portal-trending a { color: #535e79; border-bottom: 1px solid rgba(83,94,121,.4); }
.portal-trending a:hover { color: var(--portal-v2-blue); border-color: currentColor; }

.portal-quickbar {
  padding: 0 var(--content-padding);
  display: grid;
  grid-template-columns: repeat(8, minmax(130px, 1fr));
  overflow-x: auto;
  background: white;
  border-bottom: 1px solid var(--portal-line);
}
.portal-quickbar > a { min-height: 98px; padding: 18px 14px; display: flex; gap: 12px; align-items: center; border-right: 1px solid var(--portal-line); transition: background .2s ease, transform .2s ease; }
.portal-quickbar > a:first-child { border-left: 1px solid var(--portal-line); }
.portal-quickbar > a:hover { background: #f1f5ff; transform: translateY(-2px); }
.portal-quick-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: #e4eaf8; color: var(--portal-v2-navy); font-family: Georgia, serif; font-size: 18px; font-weight: 900; box-shadow: inset 0 -2px 0 rgba(0,0,0,.09); }
.portal-quick-icon.is-blue { background: #dce7ff; color: #1947d1; }
.portal-quick-icon.is-violet { background: #eee4ff; color: #713cc2; }
.portal-quick-icon.is-red { background: #ffe5e0; color: #d83b2d; }
.portal-quick-icon.is-navy { background: #dfe7f5; color: #0a3478; }
.portal-quick-icon.is-dark { background: #e8e8e8; color: #202020; }
.portal-quick-icon.is-orange { background: #fff0c7; color: #ae6900; }
.portal-quick-icon.is-green { background: #daf3e8; color: #087b50; }
.portal-quickbar strong,
.portal-quickbar small { display: block; }
.portal-quickbar strong { margin-bottom: 4px; font-size: 11px; line-height: 1.2; }
.portal-quickbar small { color: #737b90; font-size: 9px; line-height: 1.3; }

.portal-board {
  max-width: 1500px;
  margin: 0 auto;
  padding: 42px var(--site-gutter) 88px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 285px;
  gap: 22px;
}
.portal-board > * { min-width: 0; background: white; border: 1px solid var(--portal-line); }
.portal-panel-title { min-height: 58px; padding: 0 17px; display: flex; gap: 10px; align-items: center; background: var(--portal-v2-navy); color: white; }
.portal-panel-title > span { color: var(--portal-v2-yellow); font-size: 16px; }
.portal-panel-title h2 { margin: 0; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.portal-board-nav nav { display: block; }
.portal-board-nav nav a { min-height: 51px; padding: 0 13px; display: grid; grid-template-columns: 25px 1fr auto 10px; gap: 7px; align-items: center; border-bottom: 1px solid var(--portal-line); }
.portal-board-nav nav a:hover { background: #eef3ff; color: var(--portal-v2-blue); }
.portal-board-nav nav a > span { color: var(--portal-v2-blue); text-align: center; }
.portal-board-nav nav strong { font-size: 11px; }
.portal-board-nav nav small { min-width: 24px; padding: 3px 5px; background: #edf1f8; color: #667087; text-align: center; font-size: 8px; }
.portal-board-nav nav i { font-style: normal; }
.portal-board-all { min-height: 55px; padding: 0 16px; display: flex; justify-content: space-between; align-items: center; color: white; background: var(--portal-v2-blue); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.portal-board-all:hover { background: var(--portal-v2-navy); }

.portal-headlines { padding: 24px; }
.portal-panel-heading { min-height: 60px; padding-bottom: 18px; display: flex; justify-content: space-between; gap: 25px; align-items: flex-start; border-bottom: 3px solid var(--portal-v2-navy); }
.portal-panel-heading > div { position: relative; padding-left: 17px; }
.portal-live-dot { width: 7px; height: 7px; position: absolute; top: 3px; left: 0; border-radius: 50%; background: #e63946; box-shadow: 0 0 0 4px rgba(230,57,70,.12); }
.portal-panel-heading small { display: block; margin-bottom: 6px; color: #737d94; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.portal-panel-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 2.4vw, 38px); letter-spacing: -.03em; }
.portal-panel-heading > a { min-height: 32px; display: inline-flex; align-items: center; color: var(--portal-v2-blue); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.portal-panel-heading > a span { margin-left: 8px; }

.portal-lead-story { padding: 20px 0 24px; display: grid; grid-template-columns: minmax(220px, .85fr) minmax(260px, 1.15fr); gap: clamp(20px, 3vw, 38px); border-bottom: 1px solid var(--portal-line); }
.portal-lead-story figure { min-height: 255px; margin: 0; position: relative; overflow: hidden; background: #dfe7f6; }
.portal-lead-story figure::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); pointer-events: none; }
.portal-lead-story img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.72) contrast(1.08); transition: transform .35s ease; }
.portal-lead-story:hover img { transform: scale(1.035); }
.portal-lead-story figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 9px; background: var(--portal-v2-yellow); color: var(--portal-v2-navy); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.portal-lead-story > div { align-self: center; }
.portal-lead-story > div > span { color: var(--portal-v2-blue); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.portal-lead-story h3 { margin: 12px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(26px, 3vw, 45px); line-height: .98; letter-spacing: -.045em; }
.portal-lead-story p { margin: 0; color: #626c83; font-size: 12px; line-height: 1.65; }
.portal-lead-story b { margin-top: 20px; display: inline-flex; color: var(--portal-v2-blue); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.portal-lead-story b i { margin-left: 9px; font-style: normal; }

.portal-story-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.portal-story-list > a { min-height: 97px; padding: 16px 12px 16px 0; display: grid; grid-template-columns: 27px 1fr 14px; gap: 10px; align-items: center; border-bottom: 1px solid var(--portal-line); }
.portal-story-list > a:nth-child(odd) { margin-right: 14px; border-right: 1px solid var(--portal-line); }
.portal-story-list > a:hover h3 { color: var(--portal-v2-blue); }
.portal-story-list > a > span { color: #9aa2b4; font-family: Georgia, serif; font-size: 11px; }
.portal-story-list small { display: block; color: var(--portal-v2-blue); font-size: 7px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.portal-story-list h3 { margin: 5px 0 0; font-size: 12px; line-height: 1.3; }
.portal-story-list > a > i { color: var(--portal-v2-blue); font-style: normal; }

.portal-today { align-self: start; }
.portal-today-card { min-height: 122px; padding: 18px; display: grid; grid-template-columns: 28px 1fr 18px; grid-template-rows: auto 1fr; column-gap: 9px; border-bottom: 1px solid var(--portal-line); background: #f6f8fc; }
.portal-today-card:hover { background: #edf2ff; }
.portal-today-card > span { grid-row: 1 / 3; color: #8a94aa; font-family: Georgia, serif; font-size: 10px; }
.portal-today-card small { color: var(--portal-v2-blue); font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.portal-today-card strong { align-self: end; font-family: Georgia, serif; font-size: 21px; line-height: 1.05; }
.portal-today-card i { grid-column: 3; grid-row: 1 / 3; align-self: center; color: var(--portal-v2-blue); font-style: normal; }
.portal-today-card.portal-today-blue { background: var(--portal-v2-blue); color: white; }
.portal-today-card.portal-today-blue small,
.portal-today-card.portal-today-blue i { color: #dbe7ff; }
.portal-today-card.portal-today-blue > span { color: rgba(255,255,255,.55); }
.portal-today-card.portal-today-warm { background: #fff2cf; }
.portal-tip { padding: 22px 18px; background: var(--portal-v2-yellow); }
.portal-tip > span { font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.portal-tip p { margin: 15px 0; font-family: Georgia, serif; font-size: 17px; line-height: 1.35; }
.portal-tip a { font-size: 9px; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }

.portal-directory-v2,
.portal-network-v2 { padding: clamp(78px, 9vw, 130px) var(--content-padding); }
.portal-directory-v2 { background: #fff; border-top: 1px solid var(--portal-line); }
.portal-section-head { margin-bottom: 52px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr); gap: 50px; align-items: end; }
.portal-section-head > div > span { display: block; margin-bottom: 20px; color: var(--portal-v2-blue); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.portal-section-head h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(49px, 6vw, 88px); line-height: .9; letter-spacing: -.055em; }
.portal-section-head > p { margin: 0; color: #626d83; font-size: 14px; line-height: 1.75; }

.portal-directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--portal-line); border-left: 1px solid var(--portal-line); }
.portal-directory-cell { min-width: 0; min-height: 505px; padding: 28px; display: flex; flex-direction: column; scroll-margin-top: 20px; border-right: 1px solid var(--portal-line); border-bottom: 1px solid var(--portal-line); transition: background .2s ease, box-shadow .2s ease; }
.portal-directory-cell:hover { z-index: 1; background: #f7f9ff; box-shadow: inset 0 4px 0 var(--portal-v2-blue); }
.portal-directory-cell header { min-height: 200px; position: relative; }
.portal-directory-symbol { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 21px; border: 1px solid var(--portal-v2-blue); color: var(--portal-v2-blue); font-size: 18px; }
.portal-directory-cell header small { position: absolute; top: 15px; right: 0; color: #838ca0; font-size: 7px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.portal-directory-cell h3 { margin: 0 0 11px; max-width: 360px; font-family: Georgia, serif; font-size: 27px; line-height: 1; letter-spacing: -.035em; }
.portal-directory-cell header p { margin: 0; color: #6c758a; font-size: 11px; line-height: 1.55; }
.portal-directory-cell ul { margin: 18px 0 26px; padding: 0; list-style: none; border-top: 1px solid var(--portal-line); }
.portal-directory-cell li a { min-height: 41px; padding: 7px 0; display: flex; justify-content: space-between; gap: 15px; align-items: center; border-bottom: 1px solid var(--portal-line); font-size: 10px; line-height: 1.3; }
.portal-directory-cell li a:hover { color: var(--portal-v2-blue); padding-left: 7px; }
.portal-directory-cell li span { color: var(--portal-v2-blue); font-size: 16px; }
.portal-directory-more { margin-top: auto; display: flex; justify-content: space-between; color: var(--portal-v2-blue); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.portal-directory-submit { justify-content: center; background: var(--portal-v2-navy); color: white; }
.portal-directory-submit:hover { background: var(--portal-v2-blue); box-shadow: none; }
.portal-directory-submit > span { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 50%; background: var(--portal-v2-yellow); color: var(--portal-v2-navy); font-size: 30px; }
.portal-directory-submit > small { color: #aebfe9; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.portal-directory-submit h3 { margin: 15px 0; font-size: 37px; }
.portal-directory-submit p { color: #c4cee3; font-size: 12px; line-height: 1.6; }
.portal-directory-submit > a { width: fit-content; margin-top: 22px; padding: 13px 16px; background: white; color: var(--portal-v2-navy); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.portal-directory-submit > a i { margin-left: 20px; font-style: normal; }

.portal-services { padding: clamp(78px, 9vw, 125px) var(--content-padding); background: var(--portal-v2-blue); color: white; }
.portal-section-head-light > div > span { color: var(--portal-v2-yellow); }
.portal-section-head-light > p { color: #c5d3f7; }
.portal-service-columns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.28); border-left: 1px solid rgba(255,255,255,.28); }
.portal-service-columns > section { padding: 25px; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.portal-service-columns h3 { min-height: 52px; margin: 0; color: var(--portal-v2-yellow); font-family: Georgia, serif; font-size: 22px; }
.portal-service-columns ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.portal-service-columns li a { min-height: 55px; display: grid; grid-template-columns: 27px 1fr 16px; gap: 10px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.portal-service-columns li a:hover { padding-left: 7px; background: rgba(255,255,255,.06); }
.portal-service-columns li span { color: #b7c9fa; font-family: Georgia, serif; font-size: 9px; }
.portal-service-columns li strong { font-size: 11px; }
.portal-service-columns li i { color: var(--portal-v2-yellow); font-style: normal; }
.portal-services-cta { min-height: 54px; margin-top: 34px; padding: 0 18px; display: inline-flex; align-items: center; background: var(--portal-v2-yellow); color: var(--portal-v2-navy); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.portal-services-cta span { margin-left: 36px; }

.portal-network-v2 { background: var(--portal-v2-paper); }
.portal-network-list { border-top: 3px solid var(--portal-v2-navy); }
.portal-network-list > a { min-height: 120px; padding: 17px 12px; display: grid; grid-template-columns: 42px 58px minmax(190px, .6fr) minmax(260px, 1fr) 25px; gap: 20px; align-items: center; border-bottom: 1px solid var(--portal-line); }
.portal-network-list > a:hover { background: white; }
.portal-network-number { color: #949cad; font-family: Georgia, serif; font-size: 12px; }
.portal-network-list .site-brand { width: 48px; height: 48px; margin: 0; }
.portal-network-list .site-brand img { width: 100%; height: 100%; object-fit: contain; }
.portal-network-list small,
.portal-network-list strong { display: block; }
.portal-network-list small { margin-bottom: 7px; color: var(--portal-v2-blue); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.portal-network-list strong { font-family: Georgia, serif; font-size: 21px; line-height: 1.1; }
.portal-network-list p { margin: 0; color: #697287; font-size: 11px; line-height: 1.55; }
.portal-network-list > a > i { color: var(--portal-v2-blue); font-style: normal; font-size: 17px; }
.portal-network-cta { min-height: 50px; margin-top: 26px; display: inline-flex; align-items: center; color: var(--portal-v2-blue); border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.portal-network-cta span { margin-left: 24px; }

.portal-promise { padding: clamp(78px, 9vw, 125px) var(--content-padding); display: grid; grid-template-columns: minmax(270px, .8fr) minmax(340px, 1.05fr) minmax(280px, .72fr); gap: clamp(34px, 5vw, 76px); align-items: center; background: var(--portal-v2-navy); color: white; }
.portal-promise > div:first-child > span { color: var(--portal-v2-yellow); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.portal-promise h2 { margin: 25px 0 0; font-family: Georgia, serif; font-size: clamp(50px, 6vw, 88px); line-height: .9; letter-spacing: -.055em; }
.portal-promise h2 em { color: #94b0ff; }
.portal-promise > div:last-child > p { margin: 0 0 28px; color: #c4cde0; font-size: 15px; line-height: 1.75; }
.portal-promise ul { margin: 0 0 32px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.portal-promise li { min-height: 46px; padding: 0 0 0 26px; display: flex; align-items: center; position: relative; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 11px; }
.portal-promise li::before { content: "✓"; position: absolute; left: 0; color: var(--portal-v2-yellow); }
.portal-promise a { min-height: 45px; display: inline-flex; align-items: center; color: var(--portal-v2-yellow); border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.portal-promise a span { margin-left: 25px; }
.portal-promise-visual { min-width: 0; margin: 0; position: relative; }
.portal-promise-visual picture { display: block; overflow: hidden; aspect-ratio: 4 / 5; background: #15264c; }
.portal-promise-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 52% center; filter: saturate(.88) contrast(1.03); }
.portal-promise-visual figcaption { margin-top: 13px; color: #95a9d5; font-size: 8px; font-weight: 850; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }

@media (max-width: 1180px) {
  .portal-home-page .desktop-nav { inset: 74px 0 auto; background: var(--portal-v2-navy); }
  .portal-board { grid-template-columns: 220px minmax(0, 1fr); }
  .portal-today { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); }
  .portal-today .portal-panel-title,
  .portal-tip { grid-column: 1 / -1; }
  .portal-quickbar { padding-inline: var(--site-gutter); }
  .portal-promise { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
  .portal-promise > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .portal-utility { grid-template-columns: 1fr auto; }
  .portal-utility > span:nth-child(2) { display: none; }
  .portal-board { grid-template-columns: 1fr; }
  .portal-board-nav { display: grid; grid-template-columns: 1fr; }
  .portal-board-nav nav { display: grid; grid-template-columns: repeat(3, 1fr); }
  .portal-board-nav nav a { border-right: 1px solid var(--portal-line); }
  .portal-lead-story { grid-template-columns: 1fr 1fr; }
  .portal-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portal-service-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portal-section-head,
  .portal-promise { grid-template-columns: 1fr; }
  .portal-promise > div:first-child { grid-column: auto; }
  .portal-promise-visual { max-width: 680px; }
  .portal-promise-visual picture { aspect-ratio: 16 / 9; }
  .portal-network-list > a { grid-template-columns: 35px 52px minmax(0, 1fr) 20px; }
  .portal-network-list > a p { grid-column: 3 / 4; }
  .portal-network-list > a > i { grid-column: 4; grid-row: 1 / 3; }
}

@media (max-width: 640px) {
  .portal-home-page .site-header { min-height: 68px; }
  .portal-home-page .site-header .brand > span:last-child { display: none; }
  .portal-home-page .site-header > .language-switcher { display: none; }
  .portal-home-page .site-header .header-cta { padding-inline: 11px; }
  .portal-home-page .desktop-nav { inset: 68px 0 auto; }
  .portal-utility { padding-inline: 15px; }
  .portal-utility > span:first-child { font-size: 7px; }
  .portal-utility > a { font-size: 7px; }
  .portal-masthead { padding: 45px 16px 35px; }
  .portal-masthead-copy h1 { font-size: 15vw; line-height: .84; }
  .portal-masthead-copy > .portal-masthead-summary { margin-top: 14px; font-size: 11px; }
  .portal-command.portal-guide-finder { margin-top: 28px; padding: 8px; box-shadow: 5px 5px 0 var(--portal-v2-sky); }
  .portal-command.portal-guide-finder label span { display: none; }
  .portal-command .portal-guide-finder-row { grid-template-columns: 42px 1fr; }
  .portal-command.portal-guide-finder input { min-height: 54px; font-size: 14px; }
  .portal-command.portal-guide-finder button { min-height: 48px; grid-column: 1 / -1; }
  .portal-command .portal-guide-finder-results { left: 8px; right: 8px; }
  .portal-trending { justify-content: flex-start; }
  .portal-quickbar { padding-inline: 0; grid-template-columns: repeat(8, 150px); }
  .portal-quickbar > a:first-child { border-left: 0; }
  .portal-board { padding: 24px 15px 65px; }
  .portal-board-nav nav { grid-template-columns: repeat(2, 1fr); }
  .portal-board-nav nav a { grid-template-columns: 24px 1fr auto; }
  .portal-board-nav nav i { display: none; }
  .portal-headlines { padding: 17px; }
  .portal-panel-heading { display: block; }
  .portal-panel-heading > a { margin: 10px 0 0 17px; }
  .portal-lead-story { grid-template-columns: 1fr; }
  .portal-lead-story figure { min-height: 210px; }
  .portal-story-list { grid-template-columns: 1fr; }
  .portal-story-list > a:nth-child(odd) { margin-right: 0; border-right: 0; }
  .portal-today { grid-template-columns: 1fr; }
  .portal-today .portal-panel-title,
  .portal-tip { grid-column: 1; }
  .portal-directory-v2,
  .portal-network-v2,
  .portal-services,
  .portal-promise { padding: 68px 16px; }
  .portal-section-head { margin-bottom: 36px; gap: 24px; }
  .portal-directory-grid,
  .portal-service-columns { grid-template-columns: 1fr; }
  .portal-directory-cell { min-height: 470px; }
  .portal-network-list > a { grid-template-columns: 25px 48px 1fr 17px; gap: 11px; }
  .portal-network-list > a p { display: none; }
  .portal-network-list > a > i { grid-row: auto; }
  .portal-network-list strong { font-size: 17px; }
  .portal-promise-visual picture { aspect-ratio: 4 / 3; }
}

/* Shared portal frame ---------------------------------------------------- */
.site-shell:not(.portal-home-page) .site-header {
  min-height: 74px;
  height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
  background: #0a1b3f;
  color: white;
  border-color: rgba(255,255,255,.14);
}
.site-shell:not(.portal-home-page) .site-header .desktop-nav a::after { background: #f4cc45; }
.site-shell:not(.portal-home-page) .site-header .language-switcher,
.site-shell:not(.portal-home-page) .site-header .header-cta { border-color: rgba(255,255,255,.38); }
.site-shell:not(.portal-home-page) .site-header .header-cta:hover { background: white; color: #0a1b3f; }
.site-shell:not(.portal-home-page) .site-header .brand-mark img { filter: drop-shadow(0 0 8px rgba(91,137,255,.35)); }
.site-shell:not(.portal-home-page) .inner-hero { min-height: 610px; padding-top: 115px; }
.site-shell:not(.portal-home-page) .portal-breadcrumb { padding-top: 48px; }
.site-shell:not(.portal-home-page) .portal-home-hero { padding-top: 90px; }
.site-shell:not(.portal-home-page) footer { border-top: 5px solid #1947d1; }

/* Reference directory --------------------------------------------------- */
.directory-page {
  --ref-ink: #101a38;
  --ref-navy: #0a1b3f;
  --ref-blue: #1947d1;
  --ref-paper: #f7f5ee;
  --ref-line: rgba(16,26,56,.16);
  background: var(--ref-paper);
}
.reference-directory { background: var(--ref-paper); color: var(--ref-ink); }
.reference-directory a:focus-visible,
.reference-directory button:focus-visible,
.reference-directory input:focus-visible { outline: 3px solid var(--ref-blue); outline-offset: 3px; }
.reference-breadcrumb { min-height: 47px; padding: 0 var(--content-padding); display: flex; flex-wrap: wrap; gap: 9px; align-items: center; color: #747d91; background: white; border-bottom: 1px solid var(--ref-line); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.reference-breadcrumb a:hover { color: var(--ref-blue); }
.reference-breadcrumb strong { color: var(--ref-ink); }

.reference-hero { background: linear-gradient(rgba(16,26,56,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(16,26,56,.045) 1px, transparent 1px), var(--ref-paper); background-size: 32px 32px; }
.reference-hero .reference-breadcrumb { background: rgba(255,255,255,.6); }
.reference-hero-grid { min-height: 550px; padding: 90px var(--content-padding); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(230px, .4fr); gap: clamp(60px, 10vw, 160px); align-items: center; }
.reference-overline { color: var(--ref-blue); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.reference-hero h1 { margin: 24px 0 28px; max-width: 1000px; font-size: clamp(65px, 8.4vw, 132px); line-height: .82; letter-spacing: -.075em; }
.reference-hero h1 em { color: var(--ref-blue); }
.reference-hero-grid > div:first-child > p { max-width: 730px; margin: 0; color: #5f687e; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.65; }
.reference-hero-count { min-height: 225px; padding: 25px; display: flex; flex-direction: column; justify-content: center; background: var(--ref-navy); color: white; box-shadow: 18px 18px 0 #dbe6ff; }
.reference-hero-count strong { color: #f4cc45; font-family: Georgia, serif; font-size: 86px; line-height: .8; letter-spacing: -.07em; }
.reference-hero-count span { margin-top: 18px; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.reference-hero-count small { margin-top: 7px; color: #aebcdd; font-size: 10px; }

.reference-category-index { padding: 0 var(--content-padding); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: white; border-top: 1px solid var(--ref-line); border-left: 1px solid var(--ref-line); }
.reference-category-index a { min-height: 104px; padding: 18px; display: grid; grid-template-columns: 40px 1fr; grid-template-rows: 1fr auto; gap: 3px 13px; border-right: 1px solid var(--ref-line); border-bottom: 1px solid var(--ref-line); }
.reference-category-index a:hover { background: #f3f6ff; box-shadow: inset 0 4px 0 var(--category-color); }
.reference-category-index a > span { width: 38px; height: 38px; grid-row: 1 / 3; display: grid; place-items: center; align-self: center; background: color-mix(in srgb, var(--category-color) 12%, white); color: var(--category-color); border: 1px solid color-mix(in srgb, var(--category-color) 35%, white); font-family: Georgia, serif; font-size: 14px; font-weight: 800; }
.reference-category-index strong { align-self: end; font-family: Georgia, serif; font-size: 16px; line-height: 1.1; }
.reference-category-index small { color: #7b8498; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.reference-catalogue { padding: clamp(75px, 9vw, 125px) var(--content-padding); }
.reference-catalogue-head { margin-bottom: 42px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .5fr); gap: 60px; align-items: end; }
.reference-catalogue-head > div > span { color: var(--ref-blue); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.reference-catalogue-head h2 { margin: 18px 0 0; font-family: Georgia, serif; font-size: clamp(50px, 6vw, 88px); line-height: .9; letter-spacing: -.055em; }
.reference-catalogue-head > p { margin: 0; color: #687186; font-size: 14px; line-height: 1.7; }
.reference-search { max-width: 880px; margin: 0 auto 52px; padding: 15px; background: white; border: 1px solid var(--ref-line); box-shadow: 8px 8px 0 #dbe6ff; }
.reference-search label { display: block; padding: 0 4px 10px; color: #5c6780; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.reference-search > div { display: grid; grid-template-columns: 48px 1fr auto; border: 2px solid var(--ref-navy); }
.reference-search > div > span { display: grid; place-items: center; color: var(--ref-blue); background: #edf2ff; font-size: 21px; }
.reference-search input { min-width: 0; min-height: 58px; padding: 0 8px; border: 0; border-radius: 0; background: white; color: var(--ref-ink); font: 500 14px/1.3 Arial, sans-serif; }
.reference-search input:focus { outline: 0; }
.reference-search button { min-width: 86px; border: 0; background: var(--ref-blue); color: white; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.reference-search button:hover { background: var(--ref-navy); }
.reference-search p { min-height: 15px; margin: 9px 4px 0; color: #6b7488; font-size: 10px; }

.reference-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ref-line); border-left: 1px solid var(--ref-line); }
.reference-card { min-width: 0; min-height: 590px; padding: 25px; display: flex; flex-direction: column; background: white; border-right: 1px solid var(--ref-line); border-bottom: 1px solid var(--ref-line); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.reference-card:hover { z-index: 1; background: #fbfcff; box-shadow: inset 0 4px 0 var(--category-color), 0 18px 38px rgba(10,27,63,.09); transform: translateY(-3px); }
.reference-card[hidden] { display: none; }
.reference-card-visual { position: relative; margin: -25px -25px 22px; padding-top: 20px; display: block; overflow: hidden; background: var(--ref-navy); border-bottom: 1px solid var(--ref-line); }
.reference-card-visual::before { content: ''; position: absolute; top: 8px; left: 12px; width: 5px; height: 5px; border-radius: 50%; background: #ed6a5e; box-shadow: 10px 0 #f4bf4f, 20px 0 #61c554; }
.reference-card-visual::after { content: ''; position: absolute; inset: 20px 0 0; box-shadow: inset 0 0 0 1px rgba(10,27,63,.12); pointer-events: none; }
.reference-card-visual img { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: cover; object-position: top; filter: saturate(.9); transition: transform .35s ease, filter .35s ease; }
.reference-card:hover .reference-card-visual img { transform: scale(1.018); filter: saturate(1); }
.reference-card > header { min-height: 50px; display: flex; gap: 8px; align-items: flex-start; }
.reference-card-mark,
.reference-mini-mark { display: grid; place-items: center; flex: 0 0 auto; background: color-mix(in srgb, var(--category-color) 12%, white); color: var(--category-color); border: 1px solid color-mix(in srgb, var(--category-color) 35%, white); font-family: Georgia, serif; font-weight: 900; }
.reference-card-mark { width: 44px; height: 44px; font-size: 17px; }
.reference-card-mark:has(img),
.reference-mini-mark:has(img) { padding: 5px; background: white; }
.reference-card-mark img,
.reference-mini-mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
.reference-card > header b { padding: 5px 7px; background: #f4cc45; color: #18213b; font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.reference-card > header small { margin-left: auto; padding-top: 6px; color: var(--category-color); font-size: 7px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.reference-card h3 { margin: 25px 0 13px; font-family: Georgia, serif; font-size: clamp(25px, 2.2vw, 34px); line-height: 1; letter-spacing: -.04em; }
.reference-card h3 a:hover { color: var(--category-color); }
.reference-card > p { margin: 0 0 22px; color: #667086; font-size: 11px; line-height: 1.62; }
.reference-card-meta { margin-top: auto; padding: 14px 0; border-top: 1px solid var(--ref-line); border-bottom: 1px solid var(--ref-line); display: grid; gap: 5px; color: #7b8497; font-size: 8px; }
.reference-card-meta span:first-child { color: #3d475e; font-weight: 800; }
.reference-card-actions { min-height: 48px; display: flex; justify-content: space-between; gap: 18px; align-items: end; }
.reference-card-actions a { color: var(--ref-blue); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.reference-card-actions a:last-child { color: #697287; }
.reference-card-actions a:hover { color: var(--ref-navy); }
.reference-card-actions span { margin-left: 7px; }
.reference-empty { padding: 65px 25px; text-align: center; background: white; border: 1px solid var(--ref-line); }
.reference-empty strong { font-family: Georgia, serif; font-size: 32px; }
.reference-empty p { color: #697287; }

.reference-contribute { padding: clamp(65px, 8vw, 100px) var(--content-padding); display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; background: var(--ref-blue); color: white; }
.reference-contribute > div > span { color: #f4cc45; font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.reference-contribute h2 { margin: 18px 0; font-family: Georgia, serif; font-size: clamp(43px, 5vw, 76px); line-height: .9; }
.reference-contribute p { max-width: 740px; margin: 0; color: #cfdbfa; font-size: 13px; line-height: 1.7; }
.reference-contribute > a { min-height: 58px; padding: 0 20px; display: inline-flex; align-items: center; background: #f4cc45; color: var(--ref-navy); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.reference-contribute > a span { margin-left: 35px; }

.reference-detail-hero { min-height: 510px; padding: 80px var(--content-padding); display: grid; grid-template-columns: 125px minmax(0, 1fr) auto; gap: clamp(35px, 5vw, 75px); align-items: center; background: linear-gradient(rgba(16,26,56,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(16,26,56,.04) 1px, transparent 1px), #f7f5ee; background-size: 32px 32px; }
.reference-detail-mark { width: 120px; height: 120px; padding: 13px; display: grid; place-items: center; overflow: hidden; background: white; color: var(--category-color); border: 2px solid color-mix(in srgb, var(--category-color) 35%, white); box-shadow: 12px 12px 0 color-mix(in srgb, var(--category-color) 18%, white); font-family: Georgia, serif; font-size: 53px; font-weight: 900; }
.reference-detail-mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
.reference-detail-hero > div:nth-child(2) > span { color: var(--category-color); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.reference-detail-hero h1 { margin: 18px 0; font-family: Georgia, serif; font-size: clamp(57px, 7vw, 106px); line-height: .85; letter-spacing: -.065em; }
.reference-detail-hero p { max-width: 730px; margin: 0; color: #626c82; font-size: 16px; line-height: 1.65; }
.reference-detail-hero > a { min-height: 58px; padding: 0 19px; display: inline-flex; align-items: center; background: var(--ref-blue); color: white; font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.reference-detail-hero > a span { margin-left: 25px; }
.reference-site-preview { margin: 0; padding: 0 var(--content-padding) clamp(75px, 8vw, 110px); background: #f7f5ee; }
.reference-site-preview > a { display: block; overflow: hidden; background: #e9edf5; border: 1px solid rgba(10,27,63,.2); border-top: 0; box-shadow: 20px 24px 0 #dbe6ff; }
.reference-site-preview > a img { width: 100%; max-height: 690px; display: block; object-fit: cover; object-position: top; }
.reference-browser-bar { min-height: 46px; padding: 0 19px; display: flex; gap: 8px; align-items: center; background: var(--ref-navy); color: white; border: 1px solid var(--ref-navy); }
.reference-browser-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #ed6a5e; }
.reference-browser-bar > span:nth-child(2) { background: #f4bf4f; }
.reference-browser-bar > span:nth-child(3) { background: #61c554; }
.reference-browser-bar em { min-width: 0; margin-left: 16px; overflow: hidden; color: #aebcdd; font: 700 9px/1 Arial, sans-serif; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.reference-site-preview figcaption { padding: 25px 0 0; display: grid; grid-template-columns: 180px 1fr; gap: 24px; align-items: start; }
.reference-site-preview figcaption span { color: var(--ref-blue); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.reference-site-preview figcaption p { max-width: 620px; margin: 0; color: #6b7488; font-size: 10px; line-height: 1.6; }
.reference-detail-layout { padding: clamp(75px, 9vw, 125px) var(--content-padding); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr); gap: clamp(55px, 9vw, 130px); background: white; }
.reference-detail-main h2 { max-width: 780px; margin: 22px 0 30px; font-family: Georgia, serif; font-size: clamp(44px, 5.5vw, 76px); line-height: .92; letter-spacing: -.05em; }
.reference-detail-main > p { max-width: 820px; color: #626d83; font-size: 14px; line-height: 1.8; }
.reference-detail-checks { margin-top: 45px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ref-line); border-left: 1px solid var(--ref-line); }
.reference-detail-checks article { min-height: 210px; padding: 22px; border-right: 1px solid var(--ref-line); border-bottom: 1px solid var(--ref-line); }
.reference-detail-checks span { color: var(--ref-blue); font-family: Georgia, serif; font-size: 10px; }
.reference-detail-checks h3 { margin: 38px 0 11px; font-size: 15px; }
.reference-detail-checks p { margin: 0; color: #70798d; font-size: 10px; line-height: 1.55; }
.reference-facts { padding: 27px; align-self: start; background: var(--ref-navy); color: white; box-shadow: 14px 14px 0 #dbe6ff; }
.reference-facts h2 { margin: 0 0 25px; color: #f4cc45; font-family: Georgia, serif; font-size: 29px; }
.reference-facts dl { margin: 0; border-top: 1px solid rgba(255,255,255,.2); }
.reference-facts dl > div { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.reference-facts dt { margin-bottom: 5px; color: #9fafcf; font-size: 7px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.reference-facts dd { margin: 0; overflow-wrap: anywhere; font-size: 10px; line-height: 1.5; }
.reference-tags { padding: 19px 0; display: flex; flex-wrap: wrap; gap: 6px; }
.reference-tags span { padding: 6px 7px; background: rgba(255,255,255,.1); color: #cfdaef; font-size: 8px; }
.reference-facts > a { min-height: 50px; padding: 0 12px; display: flex; justify-content: space-between; align-items: center; background: #f4cc45; color: var(--ref-navy); font-size: 8px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.reference-related { padding: clamp(70px, 8vw, 110px) var(--content-padding); }
.reference-related > header span { color: var(--ref-blue); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.reference-related > header h2 { margin: 17px 0 45px; font-family: Georgia, serif; font-size: clamp(43px, 5vw, 70px); line-height: .9; }
.reference-related > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--ref-line); border-left: 1px solid var(--ref-line); }
.reference-related > div > a { min-height: 310px; padding: 24px; display: flex; flex-direction: column; background: white; border-right: 1px solid var(--ref-line); border-bottom: 1px solid var(--ref-line); }
.reference-related > div > a:hover { box-shadow: inset 0 4px 0 var(--category-color); }
.reference-mini-mark { width: 38px; height: 38px; margin-bottom: 24px; }
.reference-related small { color: #7b8498; font-size: 7px; }
.reference-related strong { margin: 10px 0; font-family: Georgia, serif; font-size: 21px; line-height: 1.1; }
.reference-related p { margin: 0; color: #70798c; font-size: 10px; line-height: 1.55; }
.reference-related b { margin-top: auto; padding-top: 20px; color: var(--ref-blue); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1100px) {
  .reference-category-index { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reference-detail-hero { grid-template-columns: 100px 1fr; }
  .reference-detail-mark { width: 95px; height: 95px; }
  .reference-detail-hero > a { grid-column: 2; width: fit-content; }
  .reference-related > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .site-shell:not(.portal-home-page) .desktop-nav { inset: 74px 0 auto; background: #0a1b3f; }
  .site-shell:not(.portal-home-page) .inner-hero { min-height: 520px; padding-top: 85px; }
  .site-shell:not(.portal-home-page) .portal-home-hero { padding-top: 70px; }
  .reference-breadcrumb { padding-inline: 16px; }
  .reference-hero-grid { min-height: 0; padding: 65px 16px 75px; grid-template-columns: 1fr; gap: 42px; }
  .reference-hero h1 { font-size: 17vw; }
  .reference-hero-count { max-width: 300px; min-height: 180px; }
  .reference-category-index { padding-inline: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reference-category-index a { min-height: 96px; padding: 13px; }
  .reference-category-index strong { font-size: 14px; }
  .reference-catalogue { padding: 68px 16px; }
  .reference-catalogue-head { grid-template-columns: 1fr; gap: 22px; }
  .reference-search { margin-bottom: 38px; padding: 9px; box-shadow: 5px 5px 0 #dbe6ff; }
  .reference-search > div { grid-template-columns: 40px 1fr; }
  .reference-search button { min-height: 42px; grid-column: 1 / -1; }
  .reference-grid { grid-template-columns: 1fr; }
  .reference-card { min-height: 355px; }
  .reference-contribute { padding: 68px 16px; grid-template-columns: 1fr; gap: 30px; }
  .reference-contribute > a { width: fit-content; }
  .reference-detail-hero { padding: 62px 16px 70px; grid-template-columns: 1fr; gap: 28px; }
  .reference-detail-mark { width: 82px; height: 82px; font-size: 38px; }
  .reference-detail-hero h1 { font-size: 15vw; }
  .reference-detail-hero > a { grid-column: 1; }
  .reference-site-preview { padding: 0 16px 70px; }
  .reference-site-preview > a { box-shadow: 8px 10px 0 #dbe6ff; }
  .reference-site-preview figcaption { grid-template-columns: 1fr; gap: 9px; }
  .reference-detail-layout { padding: 68px 16px; grid-template-columns: 1fr; gap: 48px; }
  .reference-detail-checks { grid-template-columns: 1fr; }
  .reference-detail-checks article { min-height: 165px; }
  .reference-facts { box-shadow: 8px 8px 0 #dbe6ff; }
  .reference-related { padding: 65px 16px; }
  .reference-related > div { grid-template-columns: 1fr; }
  .reference-related > div > a { min-height: 260px; }
}

/* Cross-portal search ---------------------------------------------------- */
.portal-search-shell { --search-ink: #101a38; --search-blue: #1947d1; --search-line: rgba(16,26,56,.16); background: #f7f5ee; color: var(--search-ink); }
.portal-search-hero { padding: 82px var(--content-padding) 90px; background: linear-gradient(rgba(16,26,56,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(16,26,56,.045) 1px, transparent 1px), #f7f5ee; background-size: 32px 32px; text-align: center; }
.portal-search-hero > span { color: var(--search-blue); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.portal-search-hero h1 { margin: 22px 0; font-family: Georgia, serif; font-size: clamp(62px, 7vw, 110px); line-height: .84; letter-spacing: -.065em; }
.portal-search-hero h1 em { color: var(--search-blue); }
.portal-search-hero > p { margin: 0; color: #667087; font-size: 15px; }
.portal-search-hero form { max-width: 900px; margin: 38px auto 0; padding: 13px; background: white; border: 1px solid var(--search-line); box-shadow: 8px 8px 0 #dbe6ff; text-align: left; }
.portal-search-hero form label { display: block; padding: 0 5px 10px; color: #5c6780; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.portal-search-hero form > div { display: grid; grid-template-columns: 52px 1fr auto; border: 2px solid #0a1b3f; }
.portal-search-hero form > div > span { display: grid; place-items: center; background: #edf2ff; color: var(--search-blue); font-size: 22px; }
.portal-search-hero input { min-width: 0; min-height: 61px; padding: 0 8px; border: 0; border-radius: 0; background: white; font: 500 15px/1 Arial, sans-serif; }
.portal-search-hero input:focus { outline: 0; }
.portal-search-hero button { min-width: 155px; border: 0; background: var(--search-blue); color: white; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.portal-search-hero button:hover { background: #0a1b3f; }
.portal-search-hero button span { margin-left: 20px; }
.portal-search-results { padding: clamp(70px, 8vw, 115px) var(--content-padding); background: white; }
.portal-search-results > header { margin-bottom: 48px; display: flex; justify-content: space-between; gap: 35px; align-items: end; border-bottom: 3px solid #0a1b3f; padding-bottom: 25px; }
.portal-search-results > header > div > span { color: var(--search-blue); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.portal-search-results > header h2 { margin: 10px 0 0; font-family: Georgia, serif; font-size: clamp(41px, 5vw, 70px); line-height: .9; }
.portal-search-results > header > strong { color: var(--search-blue); font-family: Georgia, serif; font-size: 50px; line-height: .8; text-align: right; }
.portal-search-results > header > strong small { display: block; margin-top: 9px; color: #737c90; font: 800 8px/1 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.portal-search-group { margin-top: 55px; }
.portal-search-group > header { min-height: 62px; display: grid; grid-template-columns: 40px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--search-line); }
.portal-search-group > header > span { color: var(--search-blue); font-family: Georgia, serif; font-size: 11px; }
.portal-search-group > header h3 { margin: 0; font-family: Georgia, serif; font-size: 28px; }
.portal-search-group > header small { color: #778094; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.portal-search-group > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid var(--search-line); }
.portal-search-group > div > a { min-height: 155px; padding: 20px; display: grid; grid-template-columns: 44px 1fr 18px; gap: 15px; align-items: start; border-right: 1px solid var(--search-line); border-bottom: 1px solid var(--search-line); }
.portal-search-group > div > a:hover { background: #f5f7fc; }
.portal-search-group .reference-mini-mark,
.portal-search-guide-mark { width: 40px; height: 40px; display: grid; place-items: center; background: color-mix(in srgb, var(--category-color, #1947d1) 12%, white); color: var(--category-color, #1947d1); border: 1px solid color-mix(in srgb, var(--category-color, #1947d1) 35%, white); font-family: Georgia, serif; font-weight: 900; }
.portal-search-group a small { color: var(--search-blue); font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.portal-search-group a strong { display: block; margin-top: 7px; font-family: Georgia, serif; font-size: 21px; line-height: 1.1; }
.portal-search-group a p { margin: 9px 0 0; color: #6b7489; font-size: 10px; line-height: 1.55; }
.portal-search-group a > i { align-self: center; color: var(--search-blue); font-style: normal; }
.portal-search-empty { padding: 75px 20px; text-align: center; background: #f7f5ee; border: 1px solid var(--search-line); }
.portal-search-empty > span { color: var(--search-blue); font-size: 36px; }
.portal-search-empty h3 { margin: 22px 0 12px; font-family: Georgia, serif; font-size: 33px; }
.portal-search-empty p { color: #687186; }
.portal-search-empty a { display: inline-block; margin-top: 18px; color: var(--search-blue); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.portal-search-start { padding: clamp(70px, 8vw, 115px) var(--content-padding); background: white; }
.portal-search-start > header > span { color: var(--search-blue); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.portal-search-start > header h2 { margin: 17px 0 42px; font-family: Georgia, serif; font-size: clamp(45px, 5vw, 72px); line-height: .9; }
.portal-search-start > div { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--search-line); border-left: 1px solid var(--search-line); }
.portal-search-start > div > a { min-height: 310px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--search-line); border-bottom: 1px solid var(--search-line); }
.portal-search-start > div > a:hover { background: #f4f7ff; box-shadow: inset 0 4px 0 var(--search-blue); }
.portal-search-start a > span { color: var(--search-blue); font-family: Georgia, serif; font-size: 11px; }
.portal-search-start a > strong { margin: 44px 0 15px; font-family: Georgia, serif; font-size: 27px; line-height: 1.05; }
.portal-search-start a > p { margin: 0; color: #6d768a; font-size: 11px; line-height: 1.6; }
.portal-search-start a > b { margin-top: auto; color: var(--search-blue); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 700px) {
  .portal-search-hero { padding: 64px 16px 70px; }
  .portal-search-hero h1 { font-size: 15vw; }
  .portal-search-hero form { padding: 8px; box-shadow: 5px 5px 0 #dbe6ff; }
  .portal-search-hero form > div { grid-template-columns: 42px 1fr; }
  .portal-search-hero button { min-height: 49px; grid-column: 1 / -1; }
  .portal-search-results,
  .portal-search-start { padding: 65px 16px; }
  .portal-search-group > div { grid-template-columns: 1fr; }
  .portal-search-group > div > a { min-height: 145px; }
  .portal-search-start > div { grid-template-columns: 1fr; }
  .portal-search-start > div > a { min-height: 255px; }
}
/* Category colours remain available under the production policy style-src self. */
[data-reference-category="services-publics"] { --category-color: #1947d1; }
[data-reference-category="sante-solidarite"] { --category-color: #d93b58; }
[data-reference-category="emploi-entreprises"] { --category-color: #14785d; }
[data-reference-category="education-savoirs"] { --category-color: #7048b8; }
[data-reference-category="actualite-medias"] { --category-color: #bd3c24; }
[data-reference-category="culture-patrimoine"] { --category-color: #ad6411; }
[data-reference-category="recherche-ia"] { --category-color: #2759db; }
[data-reference-category="numerique-outils"] { --category-color: #16718a; }
[data-reference-category="voyage-mobilite"] { --category-color: #087d78; }
[data-reference-category="consommation-maison"] { --category-color: #9a5a19; }
[data-reference-category="science-environnement"] { --category-color: #378047; }
[data-reference-category="monde-international"] { --category-color: #3d5796; }
[data-reference-category="sports-loisirs"] { --category-color: #c04d2b; }
.portal-comparison form { padding: clamp(16px, 3vw, 28px); border: 1px solid var(--portal-line); background: #f4f9fc; border-radius: 8px; }
.portal-comparison label { display: block; margin: 14px 0 6px; font-weight: 650; line-height: 1.5; }
.portal-comparison input, .portal-comparison select, .portal-comparison textarea, .portal-kind-filter select { width: 100%; max-width: 100%; min-width: 0; border: 1px solid #718694; border-radius: 4px; padding: 10px 12px; color: var(--portal-navy); background: #fff; font: inherit; font-size: 16px; }
.portal-comparison :is(input, select, textarea):focus-visible, .portal-kind-filter select:focus-visible { outline: 3px solid var(--portal-blue); outline-offset: 3px; }
.portal-comparison textarea { resize: vertical; }
.comparison-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 24px; }
.comparison-columns fieldset { min-width: 0; padding: 12px 16px 20px; border: 1px solid var(--portal-line); }
.comparison-columns legend { padding: 0 8px; font-weight: 700; }
.comparison-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.comparison-actions .button { white-space: normal; text-align: center; }
.comparison-actions button[type="reset"] { background: white; border: 1px solid var(--portal-blue); color: var(--portal-navy); box-shadow: none; }
.portal-comparison [role="status"] { min-height: 1.6em; }
.portal-filter .portal-kind-filter { margin-top: 16px; max-width: 360px; }
.portal-filter .portal-kind-filter[hidden], [data-comparison-enhanced][hidden] { display: none; }
.portal-content-kind { color: var(--portal-blue); font-weight: 700; margin: 5px 0; }
@media (max-width: 760px) { .comparison-columns { grid-template-columns: 1fr; } }
.comparison-print { display: none; }
@media print { .comparison-actions, .portal-comparison [data-comparison-summary] { display: none; } .comparison-print { display: block; white-space: pre-wrap; overflow-wrap: anywhere; font: inherit; } .portal-comparison textarea { height: auto; min-height: 12em; } }
.portal-practice form { padding: clamp(16px, 3vw, 28px); border: 1px solid var(--portal-line); background: #f4f9fc; border-radius: 8px; }
.portal-practice fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.portal-practice legend { padding: 0 0 14px; font-weight: 700; }
.portal-practice label { display: flex; align-items: flex-start; gap: 12px; min-height: 48px; padding: 12px 0; border-top: 1px solid var(--portal-line); cursor: pointer; }
.portal-practice input[type="checkbox"] { flex: 0 0 22px; width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--portal-blue); }
.portal-practice label:has(input:checked) span { color: var(--portal-blue); }
.portal-practice button, .portal-query-builder button:not(.button) { min-height: 44px; padding: 10px 14px; border: 1px solid var(--portal-blue); background: white; color: var(--portal-navy); font: inherit; font-size: 14px; cursor: pointer; }
.portal-practice-result { padding: 16px 20px; border-left: 4px solid var(--portal-blue); background: #f4f9fc; }
.portal-tool-privacy { font-size: 13px; }
.portal-practice [hidden], .portal-query-builder [hidden] { display: none; }
.portal-query-builder .comparison-columns { margin-top: 0; }
.query-presets { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 22px 0; }
.query-presets span { flex-basis: 100%; font-size: 14px; }
.query-explanation { margin: 20px 0; padding: 18px; border-left: 3px solid var(--portal-blue); background: white; }
.query-explanation h3 { margin-top: 0; font-size: 18px; }
.query-explanation ul { padding-left: 20px; }
.query-explanation li { margin-bottom: 9px; overflow-wrap: anywhere; }
.portal-query-builder small { display: block; margin-top: 6px; font-size: 13px; }
@media print { .portal-practice button, .query-presets, .portal-query-builder .comparison-actions { display: none; } }

/* Canonical responsive shell --------------------------------------------
   This final block owns the site header at every width. Keeping the shell
   rules together prevents page-specific layouts from moving its controls. */
.site-shell .site-header {
  width: 100%;
  min-height: 76px;
  height: auto;
  padding: 11px var(--header-padding);
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto auto;
  column-gap: clamp(12px, 1.5vw, 24px);
  align-items: center;
  position: relative;
  inset: auto;
  z-index: 1000;
  background: #0a1b3f;
  color: #fff;
}
.site-shell .site-header .brand {
  min-width: 0;
  margin: 0;
  justify-self: start;
}
.site-shell .site-header .menu-toggle { display: none; }
.site-shell .site-header .desktop-nav {
  width: auto;
  margin: 0;
  padding: 0;
  display: flex;
  gap: clamp(14px, 1.45vw, 27px);
  align-items: center;
  justify-self: center;
  position: static;
  inset: auto;
  opacity: 1;
  visibility: visible;
  transform: none;
  background: transparent;
  box-shadow: none;
}
.site-shell .site-header .desktop-nav > a {
  width: auto;
  padding: 10px 0;
  white-space: nowrap;
}
.site-shell .site-header .language-switcher {
  width: auto;
  min-width: 98px;
  height: 48px;
  margin: 0;
  padding: 0 13px;
  display: inline-flex;
  justify-content: center;
  position: static;
  inset: auto;
  flex: none;
}
.site-shell .site-header .header-cta {
  min-width: 0;
  min-height: 48px;
  margin: 0;
  padding: 0 15px;
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  position: static;
  white-space: nowrap;
}
.site-shell .header-cta span,
.site-shell .header-cta i { margin: 0; }
.site-shell .header-cta i { font-style: normal; }
.site-shell .header-cta-full { display: inline; }
.site-shell .header-cta-short,
.site-shell .mobile-language-links { display: none; }
.reference-category-index :is(strong, small) {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 1200px) {
  .portal-home-page .portal-utility > a { display: none; }
  .site-shell .site-header {
    grid-template-columns: auto minmax(44px, 1fr) auto auto;
    column-gap: 10px;
  }
  .site-shell .site-header .menu-toggle {
    min-width: 44px;
    min-height: 44px;
    margin: 0;
    display: inline-flex;
    justify-self: end;
  }
  .site-shell .site-header .desktop-nav {
    width: 100%;
    max-height: calc(100dvh - 76px);
    padding: 20px var(--header-padding) 28px;
    display: flex;
    gap: 0;
    align-items: stretch;
    justify-self: auto;
    position: fixed;
    inset: 76px 0 auto;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    background: #0a1b3f;
    box-shadow: 0 18px 30px rgba(1, 10, 31, .18);
    pointer-events: none;
  }
  body.menu-open .site-header .desktop-nav {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }
  .site-shell .site-header .desktop-nav > a {
    width: 100%;
    padding: 15px 0;
    white-space: normal;
  }
}

@media (max-width: 700px) {
  .site-shell .site-header {
    min-height: 68px;
    padding: 9px 16px;
    grid-template-columns: auto minmax(44px, 1fr) auto;
    column-gap: 8px;
  }
  .site-shell .site-header .brand > span:last-child { display: none; }
  .site-shell .site-header .brand-mark,
  .site-shell .site-header .brand-mark img { width: 42px; height: 42px; }
  .site-shell .site-header .language-switcher { display: none; }
  .site-shell .site-header .desktop-nav {
    max-height: calc(100dvh - 68px);
    padding: 14px 16px 24px;
    inset: 68px 0 auto;
  }
  .site-shell .site-header .desktop-nav .mobile-language-links {
    margin-top: 10px;
    padding-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, .18);
  }
  .site-shell .mobile-language-links a {
    min-height: 44px;
    padding: 0 12px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .24);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .site-shell .mobile-language-links a[aria-current="page"] {
    background: #fff;
    color: #0a1b3f;
  }
  .portal-home-page .portal-utility { grid-template-columns: 1fr; }
  .portal-home-page .portal-utility > span:nth-child(2),
  .portal-home-page .portal-utility > a { display: none; }
  .portal-home-page .portal-utility > span:first-child { justify-self: center; }
}

@media (max-width: 480px) {
  .site-shell .site-header .menu-toggle { padding-inline: 10px; }
  .site-shell .site-header .menu-toggle > span { display: none; }
  .site-shell .site-header .header-cta {
    min-height: 44px;
    padding: 0 12px;
    gap: 8px;
  }
  .site-shell .header-cta-full { display: none; }
  .site-shell .header-cta-short { display: inline; }
}

@media (max-width: 420px) {
  .reference-category-index { grid-template-columns: 1fr; }
  .reference-category-index a { min-height: 82px; }
}

@media (max-width: 350px) {
  .site-shell .site-header { padding-inline: 12px; }
  .site-shell .site-header .header-cta { padding-inline: 10px; }
  .site-shell .site-header .header-cta i { display: none; }
}

/* Intent-led editorial modules ----------------------------------------- */
.portal-intents,
.portal-answer-hub {
  padding: clamp(78px, 9vw, 125px) var(--content-padding);
  border-top: 1px solid var(--portal-line);
}
.portal-intents { background: #f3f5fa; }
.portal-intent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--portal-line);
  border-left: 1px solid var(--portal-line);
}
.portal-intent-grid article {
  min-width: 0;
  border-right: 1px solid var(--portal-line);
  border-bottom: 1px solid var(--portal-line);
  background: #fff;
}
.portal-intent-grid article > a {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.portal-intent-grid picture {
  aspect-ratio: 3 / 2;
  display: block;
  overflow: hidden;
  background: #dfe7f6;
}
.portal-intent-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.82) contrast(1.04);
  transition: transform .35s ease, filter .35s ease;
}
.portal-intent-grid a:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.04); }
.portal-intent-grid article > a > div {
  min-height: 340px;
  padding: clamp(22px, 2.5vw, 34px);
  display: flex;
  flex-direction: column;
}
.portal-intent-grid div > span {
  color: var(--portal-v2-blue);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.portal-intent-grid h3 {
  margin: 16px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: .98;
  letter-spacing: -.035em;
}
.portal-intent-grid strong { font-size: 13px; line-height: 1.45; }
.portal-intent-grid p { margin: 13px 0 24px; color: #626d83; font-size: 12px; line-height: 1.65; }
.portal-intent-grid b {
  margin-top: auto;
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--portal-line);
  color: var(--portal-v2-blue);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.portal-intent-grid b i { font-style: normal; }

.portal-answer-hub { background: #fff; }
.portal-answer-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(310px, .7fr); gap: 24px; align-items: stretch; }
.portal-answer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--portal-line);
  border-left: 1px solid var(--portal-line);
}
.portal-answer-grid article {
  min-height: 295px;
  padding: clamp(22px, 2.5vw, 32px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--portal-line);
  border-bottom: 1px solid var(--portal-line);
}
.portal-answer-grid article > span { color: var(--portal-v2-blue); font-family: Georgia, serif; font-size: 12px; }
.portal-answer-grid h3 { margin: 34px 0 14px; font-family: Georgia, serif; font-size: 25px; line-height: 1.08; letter-spacing: -.025em; }
.portal-answer-grid p { margin: 0 0 24px; color: #626d83; font-size: 12px; line-height: 1.7; }
.portal-answer-grid a { margin-top: auto; color: var(--portal-v2-blue); font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.portal-answer-grid a i { margin-left: 8px; font-style: normal; }
.portal-method-card { padding: clamp(28px, 3.5vw, 48px); background: var(--portal-v2-navy); color: #fff; }
.portal-method-card > span { color: var(--portal-v2-yellow); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.portal-method-card h3 { margin: 24px 0 30px; font-family: Georgia, serif; font-size: clamp(32px, 3vw, 46px); line-height: 1; letter-spacing: -.035em; }
.portal-method-card ol { margin: 0 0 32px; padding: 0; list-style: none; counter-reset: method; border-top: 1px solid rgba(255,255,255,.2); }
.portal-method-card li { min-height: 62px; padding: 12px 0 12px 36px; display: flex; align-items: center; position: relative; border-bottom: 1px solid rgba(255,255,255,.2); color: #c8d2e8; font-size: 11px; line-height: 1.5; counter-increment: method; }
.portal-method-card li::before { content: "0" counter(method); position: absolute; left: 0; color: #91adf8; font-family: Georgia, serif; font-size: 10px; }
.portal-method-card li b { margin-right: 4px; color: #fff; }
.portal-method-card a { min-height: 45px; display: inline-flex; align-items: center; color: var(--portal-v2-yellow); border-bottom: 1px solid currentColor; font-size: 8px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.portal-method-card a i { margin-left: 18px; font-style: normal; }
.portal-home-faq { margin-top: 58px; padding-top: 42px; display: grid; grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr); gap: clamp(35px, 7vw, 100px); border-top: 3px solid var(--portal-v2-navy); }
.portal-home-faq > div:first-child > span { color: var(--portal-v2-blue); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.portal-home-faq > div:first-child h3 { margin: 16px 0 0; font-family: Georgia, serif; font-size: clamp(29px, 3vw, 43px); line-height: 1; }
.portal-home-faq details { border-top: 1px solid var(--portal-line); }
.portal-home-faq details:last-child { border-bottom: 1px solid var(--portal-line); }
.portal-home-faq summary { min-height: 67px; display: flex; justify-content: space-between; gap: 20px; align-items: center; font-family: Georgia, serif; font-size: 19px; cursor: pointer; }
.portal-home-faq summary span { color: var(--portal-v2-blue); font-family: Arial, sans-serif; }
.portal-home-faq details[open] summary span { transform: rotate(45deg); }
.portal-home-faq details p { margin: 0; padding: 0 45px 24px 0; color: #626d83; font-size: 12px; line-height: 1.7; }

.portal-guide-visual picture { display: block; }
.reference-usecases { margin-top: 46px; }
.reference-usecases > h3,
.reference-checks-title { margin: 0 0 22px; font-family: Georgia, serif; font-size: 27px; line-height: 1.1; }
.reference-usecases > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ref-line); border-left: 1px solid var(--ref-line); }
.reference-usecases article { min-height: 205px; padding: 22px; border-right: 1px solid var(--ref-line); border-bottom: 1px solid var(--ref-line); }
.reference-usecases strong { display: block; margin-bottom: 15px; color: var(--ref-blue); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.reference-usecases p { margin: 0; color: #657086; font-size: 11px; line-height: 1.65; }
.reference-checks-title { margin-top: 52px; }
.reference-detail-faq { margin-top: 64px; padding-top: 52px; border-top: 3px solid var(--ref-navy); }
.reference-detail-faq > h3 { margin: 16px 0 30px; font-family: Georgia, serif; font-size: clamp(32px, 4vw, 50px); line-height: 1; }
.reference-detail-faq article { padding: 22px 0; border-top: 1px solid var(--ref-line); }
.reference-detail-faq h4 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 20px; line-height: 1.2; }
.reference-detail-faq p { margin: 0; color: #657086; font-size: 12px; line-height: 1.7; }

@media (max-width: 1000px) {
  .portal-answer-layout { grid-template-columns: 1fr; }
  .portal-method-card { max-width: none; }
  .portal-home-faq { grid-template-columns: 1fr; }
  .reference-usecases > div { grid-template-columns: 1fr; }
  .reference-usecases article { min-height: 0; }
}

@media (max-width: 760px) {
  .portal-intents,
  .portal-answer-hub { padding: 65px 16px; }
  .portal-intent-grid,
  .portal-answer-grid { grid-template-columns: 1fr; }
  .portal-intent-grid article > a > div { min-height: 0; }
  .portal-answer-grid article { min-height: 255px; }
  .portal-method-card { padding: 30px 22px; }
  .portal-home-faq { margin-top: 46px; padding-top: 34px; gap: 28px; }
  .portal-home-faq summary { font-size: 17px; }
  .reference-usecases { margin-top: 38px; }
  .reference-detail-faq { margin-top: 50px; padding-top: 42px; }
}
