:root {
  --ink: #09152d;
  --muted: #53627d;
  --navy: #06152f;
  --navy-2: #0a2450;
  --blue: #155ee8;
  --cyan: #42d5ff;
  --link: #0876a6;
  --link-hover: #045578;
  --violet: #786cff;
  --ice: #edf7ff;
  --paper: #f7faff;
  --white: #fff;
  --line: #dce7f4;
  --shadow: 0 24px 70px rgba(7, 31, 75, .13);
  --radius: 24px;
  --wrap: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Arial, sans-serif; line-height: 1.72; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--link); text-decoration: none; }
a:hover { color: var(--link-hover); text-decoration: none; }
h1, h2, h3, h4 { font-family: Bahnschrift, "Segoe UI", Arial, sans-serif; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.6rem, 6vw, 5.8rem); margin: .15em 0 .32em; }
h2 { font-size: clamp(1.8rem, 3.6vw, 3.2rem); margin: 1.5em 0 .55em; }
h3 { font-size: clamp(1.2rem, 2vw, 1.65rem); margin: 1.3em 0 .45em; }
p { margin: 0 0 1.2em; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: clamp(62px, 8vw, 112px) 0; }
.section-tight { padding: 46px 0; }
.eyebrow { margin: 0; color: var(--cyan); font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.lead { max-width: 780px; color: #dcecff; font-size: clamp(1.04rem, 1.6vw, 1.28rem); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .7rem .95rem; border: 2px solid #79edff; border-radius: 999px; background: radial-gradient(circle at 50% -35%, #1859a8 0, transparent 58%), linear-gradient(145deg, #031029, #092e67); color: #fff; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; box-shadow: 0 0 0 2px #0874cd, 0 0 0 5px rgba(66,213,255,.13), inset 0 0 16px rgba(66,213,255,.13), 0 12px 27px rgba(6,30,70,.25); transition: transform .2s, box-shadow .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); border-color: #b2f5ff; background: radial-gradient(circle at 50% -35%, #2073cb 0, transparent 60%), linear-gradient(145deg, #041738, #0b3c82); color: #fff; box-shadow: 0 0 0 2px #1699e7, 0 0 0 6px rgba(66,213,255,.16), inset 0 0 18px rgba(66,213,255,.17), 0 16px 32px rgba(6,30,70,.3); }
.button.ghost { border-color: rgba(132,226,255,.55); background: rgba(4,20,48,.68); box-shadow: inset 0 1px 0 rgba(255,255,255,.1); backdrop-filter: blur(10px); }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(185,211,244,.28); background: rgba(5, 20, 46, .92); color: #fff; backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .4rem; width: auto; height: 62px; padding: .3rem .65rem; overflow: hidden; border: 2px solid #58e2ff; border-radius: 16px; background: radial-gradient(circle at 18% 30%, rgba(29,112,199,.35), transparent 34%), linear-gradient(160deg, #031027, #072857); color: #fff; text-decoration: none; box-shadow: 0 0 0 2px #0b5ead, 0 0 0 4px rgba(66,213,255,.1), inset 0 1px 0 rgba(255,255,255,.16), 0 9px 25px rgba(0,0,0,.28); transition: transform .2s, box-shadow .2s; }
.brand:hover { color: #fff; }
.brand:hover { transform: translateY(-1px); box-shadow: 0 0 0 2px #1598df, 0 0 0 5px rgba(66,213,255,.13), inset 0 1px 0 rgba(255,255,255,.18), 0 12px 29px rgba(0,0,0,.31); }
.brand-mark { width: 91px; height: 50px; flex: none; object-fit: contain; filter: drop-shadow(0 0 5px rgba(66,213,255,.85)); }
.brand-word { color: #f7fcff; font: 900 1.55rem/1 Bahnschrift, "Arial Narrow", sans-serif; letter-spacing: .01em; text-shadow: 0 0 5px rgba(66,213,255,.65), 0 0 12px rgba(66,213,255,.28); }
.site-nav { display: flex; align-items: center; gap: 1.4rem; }
.site-nav a { position: relative; padding: .35rem 0; color: #cfe1f8; font-size: .88rem; font-weight: 700; text-decoration: none; }
.site-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--cyan); content: ""; transform: scaleX(0); transition: transform .2s; }
.site-nav a:hover, .site-nav a[aria-current] { color: #fff; }
.site-nav a:hover::after, .site-nav a[aria-current]::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: transparent; color: #fff; padding: .55rem .9rem; font: inherit; font-weight: 700; }

.home-hero { position: relative; isolation: isolate; min-height: min(780px, calc(100vh - 78px)); overflow: hidden; display: flex; align-items: center; background: var(--navy) url('/assets/generated/hero-innovation.png') center/cover no-repeat; color: #fff; }
.home-hero::before { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,14,35,.98) 0%, rgba(3,14,35,.9) 35%, rgba(3,14,35,.28) 72%, rgba(3,14,35,.05)); content: ""; }
.home-hero::after { position: absolute; inset: auto 0 0; height: 140px; z-index: -1; background: linear-gradient(transparent, var(--paper)); content: ""; }
.hero-copy { max-width: 690px; padding: 90px 0 150px; }
.hero-copy h1 { max-width: 820px; }
.hero-copy h1 span { color: var(--cyan); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; margin-top: 2.4rem; color: #a9c3e2; font-size: .82rem; font-weight: 700; }
.hero-proof span::before { color: var(--cyan); content: "●"; margin-right: .55rem; }
.hero-grid { position: absolute; inset: 0; opacity: .24; pointer-events: none; background-image: linear-gradient(rgba(86,165,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(86,165,255,.15) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, black, transparent); }
.page-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 80% -30%, #155ee8 0, transparent 40%), linear-gradient(135deg, #06152f, #0a2450); color: #fff; }
.page-hero .wrap { position: relative; z-index: 1; padding: 64px 0 58px; }
.compact-page-hero h1 { max-width: 900px; font-size: clamp(2.25rem, 5vw, 4.5rem); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-heading h2 { max-width: 720px; margin: .15em 0 0; }
.section-heading p { max-width: 490px; color: var(--muted); }
.pillar-grid, .category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.category-grid { width: 100%; max-width: 1180px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pillar-card, .category-card { position: relative; overflow: hidden; min-height: 300px; padding: 1.7rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); text-decoration: none; box-shadow: 0 10px 40px rgba(17,49,91,.06); transition: transform .22s, border-color .22s, box-shadow .22s; }
.category-card { display: flex; flex-direction: column; }
.category-card .card-link { margin-top: auto; }
.pillar-card:hover, .category-card:hover { transform: translateY(-6px); border-color: #98c7ff; color: var(--ink); box-shadow: var(--shadow); }
.pillar-card::before { position: absolute; width: 210px; aspect-ratio: 1; right: -85px; top: -90px; border-radius: 50%; background: radial-gradient(circle, rgba(66,213,255,.3), transparent 67%); content: ""; }
.pillar-number { color: var(--blue); font: 700 .78rem Bahnschrift, "Segoe UI", sans-serif; letter-spacing: .16em; }
.pillar-card h3 { margin-top: 4rem; }
.pillar-card p { color: var(--muted); }
.card-link { color: #167fa9; font-weight: 800; text-decoration: none; }
.pillar-card:hover .card-link, .category-card:hover .card-link, .profile-card:hover .card-link { color: #075f86; }
.flow-section { background: var(--navy); color: #fff; }
.innovation-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin-top: 2.2rem; border: 1px solid rgba(147,192,241,.18); border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,.12); }
.flow-step { min-height: 190px; padding: 1.5rem; background: #081b3b; color: #fff; text-decoration: none; transition: background .2s, transform .2s; }
.flow-step:hover { background: #0b2b5d; color: #fff; transform: translateY(-3px); }
.flow-step span { display: grid; width: 42px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: rgba(66,213,255,.13); color: var(--cyan); font-weight: 800; }
.flow-step h3 { margin-top: 1.8rem; }
.flow-step p { color: #a8c1df; font-size: .88rem; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 34px rgba(16,49,89,.06); }
.article-preview { display: block; overflow: hidden; aspect-ratio: 16/9; background: #dceafa; }
.article-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.article-card:hover .article-preview img { transform: scale(1.035); }
.article-card > div { padding: 1.25rem 1.35rem 1.5rem; }
.article-card h2 { margin: .35rem 0 .7rem; font-size: 1.2rem; }
.article-card h2 a { color: var(--ink); text-decoration: none; }
.article-card p { color: var(--muted); font-size: .9rem; }
.kicker { color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.migrated-copy { max-width: 100%; }
.migrated-copy > :not(.wide-content):not(.article-portals):not(.contact-block):not(.infographic):not(.category-grid):not(.profile-list):not(.section-heading):not(.infothek-intro-panel):not(.infothek-stories) { max-width: 940px; }
.migrated-copy > *:first-child { margin-top: 0; }
.migrated-copy p, .migrated-copy li { font-size: 1rem; }
.migrated-copy figure { margin: 2rem 0; }
.migrated-copy figure img { max-height: 620px; margin-inline: auto; border-radius: 18px; object-fit: contain; box-shadow: 0 16px 45px rgba(6,25,60,.1); }
.migrated-copy .j-textWithImage, .migrated-copy .j-hgrid { display: flow-root; margin: 1.35rem 0; }
.migrated-copy .j-textWithImage figure, .migrated-copy .j-textWithImage .cc-imagewrapper { float: left; width: min(35%, 400px); margin: .2rem 2rem 1rem 0; }
.migrated-copy .j-textWithImage figure img, .migrated-copy .j-textWithImage .cc-imagewrapper img { width: 100%; margin: 0; }
.migrated-copy .lead-figure { display: flow-root; width: 100%; max-width: 940px; margin: 1.3rem 0; }
.migrated-copy .lead-figure img { width: 100%; margin: 0; border-radius: 18px; box-shadow: 0 16px 45px rgba(6,25,60,.1); }
.migrated-copy figcaption, .migrated-copy .cc-m-image-caption { display: block; width: 100%; padding-top: .45rem; color: var(--muted); font-size: .82rem; text-align: center; }
.migrated-copy .wide-figure { float: none !important; width: 100% !important; max-width: 940px !important; margin: 2rem 0 !important; }
.migrated-copy .cc-m-hgrid-column { width: auto !important; }
.migrated-copy .j-hgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.migrated-copy .j-hgrid > br, .migrated-copy .cc-m-hgrid-separator, .migrated-copy [data-display="cms-only"] { display: none; }
.migrated-copy blockquote { margin: 2rem 0; padding: 1rem 1.4rem; border-left: 4px solid var(--cyan); background: var(--ice); }
.migrated-copy table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.migrated-copy td, .migrated-copy th { padding: .7rem; border: 1px solid var(--line); text-align: center; vertical-align: middle; }
.migrated-copy hr, .migrated-copy .j-spacing { display: none; }
.migrated-copy iframe { max-width: 100%; }
.j-blog-post--header, .j-blog-post--footer { color: var(--muted); }
.j-blog-post--tags-wrapper, #flexsocialbuttons { display: none !important; }
.j-blog-post--headline { font-size: clamp(1.65rem, 3vw, 2.55rem); }
.blog-detail { margin-top: -14px; }
.blog-detail .j-blog-post--header { margin-bottom: 1.15rem; }
.blog-detail .lead-figure { margin: 0 0 2.2rem; }
.blog-detail .lead-figure figure { width: min(38%, 390px); margin-top: .25rem; }
.article-section { max-width: 940px; margin: 2.2rem 0; padding: clamp(1.3rem, 3vw, 2.2rem); border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 10px 34px rgba(16,49,89,.055); }
.article-section.tone-1 { background: linear-gradient(135deg, #fff, #edf7ff); }
.article-section.tone-2 { border-left: 5px solid var(--blue); background: #f3f7ff; }
.article-section h2 { margin-top: 0; font-size: clamp(1.55rem, 3vw, 2.45rem); }
.article-section ol, .article-section ul { display: grid; gap: .65rem; padding-left: 0; list-style: none; }
.article-section li { position: relative; padding: .85rem 1rem .85rem 2.7rem; border: 1px solid #d9e6f5; border-radius: 14px; background: rgba(255,255,255,.82); }
.article-section li::before { position: absolute; left: .95rem; top: .82rem; color: var(--blue); content: "✓"; font-weight: 900; }
.profile-list { display: grid; gap: 1rem; }
.profile-card { display: grid; grid-template-columns: minmax(280px, 34%) 1fr; min-height: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; color: var(--ink); text-decoration: none; }
.profile-card img { width: 100%; height: 100%; aspect-ratio: 16/9; align-self: center; padding: .65rem; object-fit: contain; background: #fff; }
.profile-card > div { padding: 1.5rem; }
.profile-card p { color: var(--muted); }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.info-card { display: grid; grid-template-columns: 58px 1fr; gap: 1rem; padding: 1.35rem; border: 1px solid var(--line); border-radius: 20px; background: #fff; color: var(--ink); text-decoration: none; }
.info-card:hover { border-color: #98c7ff; color: var(--ink); box-shadow: var(--shadow); }
.info-icon { display: grid; width: 54px; aspect-ratio: 1; place-items: center; border-radius: 16px; background: var(--ice); color: var(--blue); font: 800 1.1rem Bahnschrift, "Segoe UI", sans-serif; }
.info-card h3 { margin: .1rem 0 .35rem; font-size: 1.15rem; }
.info-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.infographic { margin: 2.2rem 0; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, #fff, var(--ice)); }
.infographic img { width: 100%; box-shadow: none !important; }
.featured-reading { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin: 2rem 0 3rem; padding: clamp(1.4rem, 3vw, 2.2rem); border-radius: var(--radius); background: linear-gradient(135deg, #071a3b, #0d3470); color: #fff; box-shadow: var(--shadow); }
.featured-reading h2 { margin: .15em 0 .35em; font-size: clamp(1.55rem, 3vw, 2.4rem); }
.featured-reading p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: #c8dcf5; }
.infothek-intro-panel { margin: 0 0 2rem; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid rgba(66,213,255,.34); border-radius: var(--radius); background: radial-gradient(circle at 100% 0, rgba(66,213,255,.18), transparent 35%), linear-gradient(135deg, #06152f, #0d3470); color: #fff; box-shadow: var(--shadow); }
.infothek-intro-panel h2 { max-width: 780px; margin: .2em 0 .7em; }
.infothek-intro-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 3vw, 2.5rem); }
.infothek-intro-columns p { margin: 0; color: #c8dcf5; }
.infothek-stories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 2.2rem 0; }
.infothek-story { padding: clamp(1.4rem, 3vw, 2.1rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 34px rgba(16,49,89,.06); }
.infothek-story h2 { margin: .2em 0 .55em; font-size: clamp(1.55rem, 2.7vw, 2.35rem); }
.infothek-story p { color: var(--muted); }
.infothek-story.accent { border-top: 5px solid var(--cyan); background: linear-gradient(145deg, #f7fbff, #eaf5ff); }
.infothek-story.accent-soft { border-left: 5px solid var(--blue); background: #f1f6ff; }
.infothek-story.dark { border-color: rgba(66,213,255,.35); background: linear-gradient(145deg, #071a3b, #0d3470); color: #fff; }
.infothek-story.dark p { color: #c8dcf5; }

.infothek-detail { display: grid; gap: 1.4rem; }
.infothek-detail > .topic-visual, .infothek-detail > .infographic { margin-block: 0 1rem !important; }
.infothek-section { max-width: 940px; margin: 0; padding: clamp(1.35rem, 3vw, 2.25rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 38px rgba(16,49,89,.055); }
.infothek-section.tone-1 { background: linear-gradient(135deg, #f4f9ff, #eaf4ff); }
.infothek-section.tone-2 { border-top: 5px solid var(--cyan); background: linear-gradient(145deg, #071a3b, #0d3470); color: #fff; }
.infothek-section.tone-2 a { color: var(--cyan); }
.infothek-section > .j-header:first-child h2 { margin-top: 0; }
.subsection-card { margin: 1rem 0; padding: 1.15rem 1.25rem; border: 1px solid #dbe8f6; border-radius: 17px; background: rgba(255,255,255,.88); color: var(--ink); }
.subsection-card.card-tone-1 { border-left: 4px solid var(--blue); background: #f2f7ff; }
.subsection-card h3 { margin-top: 0; }
.content-accordion { margin: .8rem 0; border-color: #cfe0f2; color: var(--ink); }
.content-accordion summary { position: relative; padding: 1.05rem 3rem 1.05rem 1.2rem; }
.content-accordion summary::after { position: absolute; right: 1.2rem; color: var(--blue); content: "+"; font-size: 1.35rem; }
.content-accordion[open] summary::after { content: "−"; }
.accordion-body { padding: 0 1.2rem 1.15rem; color: var(--ink); }
.accordion-body p:last-child { margin-bottom: 0; }
.inline-action { margin: 1rem 0; }
.j-calltoaction-wrapper { text-align: left !important; }
.further-reading { margin: 1.5rem 0 0; padding: 1.25rem; border: 1px solid #bcdcff; border-radius: 17px; background: #edf7ff; color: var(--ink); }
.further-reading > p:first-child { margin-bottom: .55rem; color: var(--blue); font-weight: 800; }
.further-reading ul { margin-bottom: 0; }
.funding-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; margin: 1.2rem 0; }
.funding-grid article { padding: 1.15rem; border: 1px solid #d6e5f4; border-radius: 16px; background: #fff; color: var(--ink); }
.funding-grid article strong { display: block; margin-bottom: .45rem; color: var(--navy); }
.funding-grid article p { font-size: .92rem; }
.formalities-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; margin-top: 1rem; }
.formalities-grid article { position: relative; padding: 1.15rem 1.15rem 1.15rem 4rem; border: 1px solid #d5e5f5; border-radius: 16px; background: #fff; }
.formalities-grid h4 { margin: 0 0 .45rem; font-size: 1.04rem; }
.formalities-grid p { margin-bottom: .55rem; font-size: .9rem; }
.formality-number { position: absolute; left: 1rem; top: 1.1rem; display: grid; width: 2.2rem; aspect-ratio: 1; place-items: center; border-radius: 50%; background: #071a3b; color: var(--cyan); font: 800 .72rem Bahnschrift, "Segoe UI", sans-serif; }
.source-note { padding: 1rem 1.15rem; border-left: 4px solid var(--cyan); background: rgba(237,247,255,.9); color: var(--ink); }
.related-infothek { max-width: 1180px; margin-top: 2rem; padding-top: 2.2rem; border-top: 1px solid var(--line); }
.related-heading h2 { margin: .15em 0 1rem; }
.related-topic-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; }
.related-topic { display: flex; align-items: center; gap: .75rem; min-height: 82px; padding: .85rem; border: 1px solid var(--line); border-radius: 15px; background: #fff; color: var(--navy); text-decoration: none; }
.related-topic:hover { border-color: #98c7ff; color: var(--blue); box-shadow: 0 10px 28px rgba(16,49,89,.08); }
.related-topic span { display: grid; width: 40px; aspect-ratio: 1; flex: none; place-items: center; border-radius: 12px; background: var(--ice); color: var(--blue); font: 800 .78rem Bahnschrift, "Segoe UI", sans-serif; }

.faq { display: grid; gap: .7rem; max-width: 900px; }
details { border: 1px solid var(--line); border-radius: 16px; background: #fff; }
summary { cursor: pointer; padding: 1rem 1.2rem; font-weight: 800; }
details p { padding: 0 1.2rem 1.1rem; color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1.2rem; }
.contact-panel, .contact-form { padding: clamp(1.4rem, 3vw, 2.3rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.contact-panel { background: linear-gradient(145deg, #071a3b, #0d3470); color: #fff; }
.contact-panel a { color: var(--cyan); }
.contact-form label { display: block; margin-bottom: 1rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: .4rem; padding: .8rem .9rem; border: 1px solid #bdcde0; border-radius: 12px; background: #fbfdff; color: var(--ink); font: inherit; }
.contact-form textarea { min-height: 160px; resize: vertical; }
.contact-form .check { display: grid; grid-template-columns: auto 1fr; gap: .7rem; font-size: .84rem; font-weight: 500; }
.contact-form .check input { width: auto; margin-top: .35rem; }
.form-note { color: var(--muted); font-size: .82rem; }
.article-portals { width: 100%; max-width: 940px; margin: 3rem auto 0; padding-top: 2.2rem; border-top: 1px solid var(--line); text-align: center; }
.article-portals h2 { margin: .15em 0 .7em; font-size: clamp(1.55rem, 3vw, 2.4rem); }
.portal-nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 215px)); justify-content: center; gap: clamp(1rem, 3vw, 2rem); }
.portal-image-link { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; color: var(--link); font-weight: 800; text-align: center; text-decoration: none; transition: transform .2s, color .2s; }
.portal-image-link img { width: min(100%, 168px); aspect-ratio: 1; margin: 0 auto .4rem; object-fit: contain; filter: drop-shadow(0 13px 18px rgba(5,29,67,.22)); transition: transform .25s, filter .25s; }
.portal-image-link span { min-height: 2.5rem; display: flex; align-items: center; justify-content: center; color: inherit; }
.portal-image-link:hover { transform: translateY(-4px); color: var(--link-hover); }
.portal-image-link:hover img { transform: scale(1.035); filter: drop-shadow(0 16px 22px rgba(5,29,67,.3)); }
.contact-block { max-width: 940px; margin-top: 3rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(135deg, #fff, var(--ice)); }
.contact-block h2 { margin-top: 0; }
.contact-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.contact-detail { padding: 1rem; border-radius: 14px; background: #fff; }
.contact-detail strong { display: block; margin-bottom: .25rem; color: var(--navy); }
.contact-rich { padding: clamp(1.4rem, 3vw, 2.1rem); }
.contact-icons { display: flex; gap: .55rem; margin-bottom: 1.15rem; }
.contact-icons span { display: grid; width: 42px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #0a6b89, #27a8bd); color: #fff; font-weight: 900; box-shadow: 0 8px 18px rgba(8,91,119,.18); }
.contact-source { padding: 1.2rem; border-radius: 16px; background: #fff; }
.contact-source .j-module { margin: 0; }
.contact-source p { margin-bottom: .45rem; }
.contact-source a { overflow-wrap: anywhere; }
body[data-page="blog"] main > .section,
body[data-page="vorstellungen"] main > .section,
body[data-page="infothek"] main > .section { padding-top: clamp(38px, 5vw, 58px); }
.definition-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.definition-mark { display: grid; min-height: 290px; place-items: center; border-radius: var(--radius); background: linear-gradient(145deg, #071a3b, #0f4a96); color: var(--cyan); font: 800 clamp(5rem, 11vw, 9rem)/1 Bahnschrift, "Segoe UI", sans-serif; box-shadow: var(--shadow); }
.definition-copy h2 { margin-top: .2rem; }
.partner-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.partner-link { display: grid; min-height: 86px; place-items: center; padding: 1rem; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--navy); font-weight: 800; text-align: center; text-decoration: none; }
.partner-link:hover { border-color: #98c7ff; color: var(--blue); box-shadow: 0 10px 30px rgba(16,49,89,.08); }
.legal-note { padding: 1rem 0; border-top: 1px solid #cad9ec; background: #eaf3fc; color: #304866; font-size: .82rem; }
.legal-note .wrap { display: flex; gap: .8rem; align-items: baseline; }
.legal-note strong { flex: none; color: var(--navy); }
.sitemap-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.sitemap-group { padding: 1.4rem; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.sitemap-group h2 { margin-top: 0; font-size: 1.35rem; }

.site-footer { padding: 54px 0; background: #041025; color: #9eb4d2; font-size: .85rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 2rem; }
.site-footer strong { color: #fff; }
.footer-links { display: grid; align-content: start; gap: .45rem; }
.footer-links a { color: #bcd5f4; text-decoration: none; }
.privacy-notice { position: fixed; z-index: 1000; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; width: min(860px, calc(100% - 40px)); margin: auto; padding: 1rem 1.1rem; border: 1px solid rgba(39,201,255,.42); border-radius: 16px; background: rgba(4,16,37,.97); color: #d8e8fb; box-shadow: 0 18px 55px rgba(4,16,37,.3); }
.privacy-notice__text { display: flex; align-items: baseline; flex-wrap: wrap; gap: .35rem .7rem; }
.privacy-notice__text strong { color: #fff; }
.privacy-notice__text a { color: #38d4ff; font-weight: 750; text-decoration: none; }
.privacy-notice__button { flex: none; border: 1px solid #38d4ff; border-radius: 999px; padding: .55rem 1rem; background: #0c3c8a; color: #fff; font: inherit; font-weight: 800; cursor: pointer; }

@media (max-width: 900px) {
  .pillar-grid, .article-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .innovation-flow { grid-template-columns: repeat(2, 1fr); }
  .flow-step:last-child { grid-column: 1 / -1; }
  .contact-layout { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .related-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  :root { --wrap: min(100% - 28px, 1180px); }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 78px 0 auto; display: none; padding: 1.2rem var(--wrap); border-bottom: 1px solid rgba(255,255,255,.15); background: #06152f; flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .65rem 0; font-size: 1rem; }
  .home-hero { min-height: 720px; background-position: 62% center; }
  .home-hero::before { background: linear-gradient(90deg, rgba(3,14,35,.98), rgba(3,14,35,.82)); }
  .hero-copy { padding: 72px 0 120px; }
  .section-heading { display: block; }
  .pillar-grid, .category-grid, .article-grid, .info-grid, .innovation-flow, .sitemap-grid { grid-template-columns: 1fr; }
  .flow-step:last-child { grid-column: auto; }
  .profile-card { grid-template-columns: 1fr; }
  .profile-card img { aspect-ratio: 16/9; }
  .migrated-copy .j-hgrid { grid-template-columns: 1fr; }
  .migrated-copy .j-textWithImage figure, .migrated-copy .j-textWithImage .cc-imagewrapper { float: none; width: 100%; margin: 1.2rem 0; }
  .migrated-copy .lead-figure { width: 100%; margin: 1.2rem 0; }
  .contact-details, .definition-panel, .partner-grid, .funding-grid, .related-topic-grid, .formalities-grid, .infothek-intro-columns, .infothek-stories { grid-template-columns: 1fr; }
  .featured-reading { display: grid; }
  .legal-note .wrap { display: grid; gap: .15rem; }
  .brand { width: auto; height: 54px; padding: .25rem .5rem; }
  .brand-mark { width: 72px; height: 44px; }
  .brand-word { font-size: 1.18rem; }
  .blog-detail .lead-figure figure { float: none; width: 100%; margin: 0 0 1rem; }
  .footer-grid { grid-template-columns: 1fr; }
}

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