@font-face { font-family: Inter; src: url('/fonts/inter-400.woff2') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Inter; src: url('/fonts/inter-400-italic.woff2') format('woff2'); font-style: italic; font-weight: 400; font-display: swap; }
@font-face { font-family: Inter; src: url('/fonts/inter-600.woff2') format('woff2'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: Inter; src: url('/fonts/inter-700.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: Inter; src: url('/fonts/inter-800.woff2') format('woff2'); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: Manrope; src: url('/fonts/manrope-400.woff2') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Manrope; src: url('/fonts/manrope-600.woff2') format('woff2'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: Manrope; src: url('/fonts/manrope-700.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: Manrope; src: url('/fonts/manrope-800.woff2') format('woff2'); font-style: normal; font-weight: 800; font-display: swap; }

:root {
  --ink: #09090b;
  --panel: #121216;
  --paper: #fffaf0;
  --muted: #bbb7ae;
  --yellow: #f1be42;
  --line: rgba(255,255,255,.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: radial-gradient(circle at 15% 8%, rgba(241,190,66,.075), transparent 30rem), var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding: 14px clamp(20px, 5vw, 78px); position: sticky; top: 0; z-index: 20; color: #f5f1e8; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(11,11,13,.78); box-shadow: 0 12px 40px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.brand-mark { width: max-content; display: inline-flex; align-items: center; gap: 12px; color: #f6f2e9; font: 800 clamp(1.02rem, 1.5vw, 1.45rem)/1 Manrope, Inter, sans-serif; letter-spacing: -.045em; }
.brand-mark img { width: 31px; height: 46px; object-fit: contain; }
.site-header nav { display: flex; gap: 28px; font-size: 14px; font-weight: 600; }
.knowledge-nav-group { display: inline-flex; align-items: center; gap: 28px; margin-left: 4px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.18); }
.site-header nav a { display: inline-flex; align-items: center; gap: 5px; }
.site-header nav a:hover, .text-action:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.header-actions { display: flex; justify-content: end; align-items: center; gap: 18px; }
.text-action { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; white-space: nowrap; }
.text-action svg, .mobile-contact-bar svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid currentColor; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .28s cubic-bezier(.16,1,.3,1), box-shadow .3s ease; }
.button:hover { transform: translateY(-2px) scale(1.015); }
.button-dark, .button-yellow { color: #0b0b0d; border-color: rgba(229,184,79,.72); background: linear-gradient(135deg, #edca69, #e5b84f 62%, #d9a13b); box-shadow: 0 8px 24px rgba(0,0,0,.24), 0 0 18px rgba(229,184,79,.12); }
.button-dark { min-height: 42px; padding: 9px 16px; }
.button-dark:hover, .button-yellow:hover { box-shadow: 0 10px 30px rgba(0,0,0,.3), 0 0 23px rgba(229,184,79,.2); }
.button-on-dark { color: var(--paper); border-color: rgba(255,255,255,.65); background: transparent; }
.services-nav-item { position: relative; padding-block: 20px; }
.services-dropdown { width: 250px; position: absolute; left: 50%; top: calc(100% - 2px); display: grid !important; gap: 0 !important; padding: 10px; border: 1px solid rgba(229,184,79,.28); border-radius: 16px; background: rgba(16,16,18,.97); box-shadow: 0 22px 60px rgba(0,0,0,.38); opacity: 0; visibility: hidden; filter: blur(8px); transform: translate(-50%,-7px); transition: opacity .28s ease, filter .3s ease, transform .35s cubic-bezier(.16,1,.3,1), visibility 0s linear .35s; }
.services-dropdown a { min-height: 44px; padding: 9px 12px; border-radius: 10px; color: #f6f2e9; }
.services-dropdown a:hover { color: #111; background: #e5b84f; text-decoration: none !important; }
.services-nav-item:hover .services-dropdown, .services-nav-item:focus-within .services-dropdown { opacity: 1; visibility: visible; filter: blur(0); transform: translate(-50%,0); transition-delay: 0s; }
.mobile-menu-toggle, .site-header .mobile-menu { display: none; }
.mobile-menu-toggle span { width: 20px; height: 2px; display: block; border-radius: 3px; background: currentColor; transition: transform .3s ease, opacity .2s ease; }
.mobile-menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.mobile-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.blog-site-header { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding: 13px clamp(20px, 5vw, 78px); position: sticky; top: 0; z-index: 20; background: rgba(9,9,11,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.blog-brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-size: 1.05rem; }
.blog-brand img { width: 31px; height: 45px; object-fit: contain; }
.blog-site-header nav { display: flex; gap: 28px; font-size: .88rem; font-weight: 700; }
.blog-site-header nav a { color: #d2cec5; }
.blog-site-header nav a:hover, .blog-site-header nav a[aria-current="page"] { color: var(--paper); }
.blog-header-cta { justify-self: end; padding: 14px 21px; color: #111; background: var(--yellow); border-radius: 999px; font-weight: 800; }
.blog-main { width: min(100%, 1500px); margin: 0 auto; padding: 0 clamp(20px, 5vw, 78px) 120px; }
.blog-hero { max-width: 1100px; padding: clamp(88px, 11vw, 170px) 0 clamp(72px, 8vw, 118px); }
.blog-eyebrow, .blog-date { margin: 0 0 18px; color: var(--yellow); font-size: .79rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.blog-date { font-weight: 400; letter-spacing: .18em; }
.blog-hero h1 { max-width: 1050px; margin: 0; font-size: clamp(3.4rem, 7.5vw, 8rem); line-height: .93; letter-spacing: -.07em; text-wrap: balance; }
.blog-hero > p:last-child { max-width: 760px; margin: 34px 0 0; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.6; }
.blog-list { border-top: 1px solid var(--line); }
.blog-entry { display: grid; grid-template-columns: minmax(0, 3fr) minmax(220px, 1fr); gap: clamp(34px, 6vw, 92px); padding: clamp(72px, 8vw, 128px) 0; border-bottom: 1px solid var(--line); align-items: start; }
.blog-entry-content { min-width: 0; }
.blog-entry h1, .blog-entry h2 { max-width: 980px; margin: 0; font-size: clamp(2.65rem, 5.3vw, 6rem); line-height: .98; letter-spacing: -.06em; text-wrap: balance; }
.blog-entry h1 a:hover, .blog-entry h2 a:hover { color: var(--yellow); }
.blog-subtitle { max-width: 900px; margin: 28px 0 0; color: #d7d3ca; font-size: clamp(1.15rem, 2vw, 1.48rem); line-height: 1.55; font-weight: 600; }
.blog-entry blockquote { max-width: 820px; margin: 40px 0; padding: 9px 0 9px 27px; color: var(--paper); border-left: 3px solid var(--yellow); font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.42; font-style: italic; font-weight: 400; }
.blog-copy { max-width: 920px; min-width: 0; margin-top: 36px; overflow-wrap: anywhere; font-size: clamp(1rem, 1.35vw, 1.15rem); }
.blog-copy p { margin: 0 0 21px; color: #c4c0b7; font-size: inherit; line-height: 1.78; }
.blog-copy.is-collapsible:not(.is-expanded) { max-height: 35.6em; overflow: hidden; -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - 4.5em), transparent 100%); mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - 4.5em), transparent 100%); }
.blog-entry-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; margin-top: 25px; }
.blog-read-toggle { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 21px; color: #111; border: 1px solid rgba(241,190,66,.8); border-radius: 999px; background: linear-gradient(135deg, #edca69, #e5b84f 62%, #d9a13b); box-shadow: 0 9px 28px rgba(0,0,0,.3), 0 0 18px rgba(229,184,79,.12); font-size: .94rem; font-weight: 800; cursor: pointer; transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s ease; }
.blog-read-toggle:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 12px 34px rgba(0,0,0,.36), 0 0 24px rgba(229,184,79,.22); }
.blog-read-toggle:focus-visible { outline: 3px solid rgba(255,250,240,.9); outline-offset: 4px; }
.blog-read-toggle[hidden] { display: none; }
.blog-entry-image { position: sticky; top: 118px; margin: 0; width: 100%; }
.blog-entry-image img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border: 1px solid rgba(241,190,66,.32); border-radius: 24px; box-shadow: 0 28px 70px rgba(0,0,0,.38); }
.blog-permalink, .blog-back, .blog-empty a { display: inline-flex; margin-top: 24px; color: var(--yellow); font-weight: 800; }
.blog-entry-actions .blog-permalink { margin-top: 0; }
.blog-article-main { padding-top: clamp(56px, 7vw, 96px); }
.blog-entry-standalone { border-top: 1px solid var(--line); }
.blog-back { margin: 0 0 30px; }
.blog-empty { margin: 82px 0; padding: clamp(28px, 5vw, 56px); background: var(--panel); border: 1px solid var(--line); border-radius: 26px; }
.blog-empty h1, .blog-empty h2 { margin: 0 0 16px; font-size: clamp(2.2rem, 4vw, 4rem); letter-spacing: -.05em; }
.blog-empty p { color: var(--muted); line-height: 1.6; }
.closing-section { width: min(calc(100% - 32px), 1380px); margin: 0 auto 28px; padding: clamp(72px, 9vw, 126px) clamp(20px, 7vw, 100px); color: var(--paper); background: #242424; border: 1px solid rgba(255,255,255,.08); border-radius: 24px; }
.eyebrow { margin: 0 0 20px; color: var(--yellow); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.closing-section h2 { max-width: 1020px; margin: 0; font: 600 clamp(2.65rem, 5.2vw, 5.7rem)/1.02 Manrope, Inter, sans-serif; letter-spacing: -.058em; text-wrap: balance; }
.closing-section h2::after { content: ""; width: clamp(86px,11vw,160px); height: 7px; display: inline-block; margin: 18px 0 0 18px; background: linear-gradient(90deg,#edca69,#e5b84f 56%,#d9a13b); box-shadow: 0 0 10px rgba(229,184,79,.34); clip-path: polygon(0 52%,7% 12%,14% 35%,23% 5%,31% 31%,42% 0,51% 27%,62% 7%,72% 34%,84% 4%,100% 25%,94% 66%,85% 54%,73% 94%,62% 63%,52% 100%,41% 69%,29% 93%,17% 62%,5% 89%); transform: rotate(-1.2deg) skewX(-9deg); }
.closing-section > p:not(.eyebrow) { max-width: 780px; margin: 24px 0 0; color: #d0cec7; font-size: clamp(1.04rem,1.45vw,1.2rem); line-height: 1.65; }
.dual-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.site-footer { width: min(calc(100% - 32px), 1380px); margin: 0 auto; padding: 56px clamp(20px, 5vw, 78px) 30px; color: #dedbd3; background: linear-gradient(145deg, #151519, #09090b); border: 1px solid rgba(255,255,255,.1); border-radius: 24px 24px 0 0; }
.footer-main { display: grid; grid-template-columns: minmax(250px, 1.45fr) repeat(3, minmax(145px, .8fr)); gap: clamp(32px, 5vw, 72px); align-items: start; }
.footer-wordmark { color: var(--paper); font-size: 22px; }
.site-footer p, .site-footer span, .site-footer a:not(.brand-mark) { color: #bdbab3; font-size: 13px; }
.footer-brand p { max-width: 330px; margin: 18px 0 0; line-height: 1.65; }
.footer-column { min-width: 0; display: grid; align-content: start; gap: 10px; }
.footer-heading { margin-bottom: 4px; color: var(--yellow); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.footer-column a { width: fit-content; line-height: 1.45; }
.footer-contact span { line-height: 1.6; }
.footer-legal { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-legal a, .footer-legal .consent-settings-link { font-size: 12px; }
.footer-legal a:hover, .footer-column a:hover { color: var(--paper); }
.consent-settings-link { padding: 0; border: 0; color: #bdbab3; background: none; font: inherit; text-align: left; cursor: pointer; }
.consent-settings-link:hover { color: var(--paper); }
.mobile-contact-bar { display: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-actions { display: none !important; }
  .mobile-menu-toggle { width: 46px; height: 46px; display: grid; place-content: center; gap: 4px; border: 1px solid rgba(229,184,79,.34); border-radius: 14px; color: #f6f2e9; background: rgba(255,255,255,.035); }
  .site-header .mobile-menu { position: absolute; left: 14px; right: 14px; top: calc(100% + 8px); display: grid; gap: 0; padding: 13px; border: 1px solid rgba(229,184,79,.3); border-radius: 18px; background: rgba(16,16,18,.98); box-shadow: 0 24px 70px rgba(0,0,0,.5); opacity: 0; visibility: hidden; filter: blur(8px); transform: translateY(-8px); transition: .32s cubic-bezier(.16,1,.3,1); }
  .site-header .mobile-menu.is-open { opacity: 1; visibility: visible; filter: blur(0); transform: none; }
  .mobile-menu a { min-height: 46px; display: flex; align-items: center; padding: 9px 12px; border-radius: 11px; color: #f6f2e9; }
  .mobile-menu a:hover { background: rgba(229,184,79,.12); }
  .mobile-menu .mobile-sub-link { margin-left: 18px; color: #beb9af; font-size: .9rem; }
  .mobile-menu .mobile-resource-start { margin-top: 8px; padding-top: 17px; border-top: 1px solid rgba(229,184,79,.26); }
  .blog-entry { grid-template-columns: 1fr; }
  .blog-entry-image { position: static; order: -1; max-width: 520px; }
  .blog-entry-image img { aspect-ratio: 16 / 10; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  body { padding-bottom: 84px; }
  .site-header { min-height: 70px; padding: 11px 16px; }
  .brand-mark { font-size: 1rem; }
  .brand-mark img { width: 25px; height: 38px; }
  .blog-main { padding-inline: 16px; padding-bottom: 78px; }
  .blog-hero { padding-top: 74px; }
  .blog-hero h1 { font-size: clamp(2.75rem, 13.2vw, 4.35rem); overflow-wrap: anywhere; }
  .blog-entry { padding: 64px 0; gap: 28px; }
  .blog-entry h1, .blog-entry h2 { font-size: clamp(2.35rem, 11.4vw, 4rem); overflow-wrap: anywhere; }
  .blog-entry blockquote { padding-left: 20px; }
  .blog-copy.is-collapsible:not(.is-expanded) { max-height: 35.6em; }
  .blog-entry-actions { align-items: stretch; }
  .blog-read-toggle { width: 100%; }
  .closing-section { width: 100%; margin-bottom: 0; border-radius: 0; }
  .closing-section h2 { font-size: clamp(2.45rem,11vw,4rem); }
  .site-footer { width: 100%; border-radius: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-legal { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; }
  .mobile-contact-bar { height: 72px; position: fixed; left: 10px; right: 10px; bottom: 8px; z-index: 50; display: grid; grid-template-columns: .9fr 1.35fr; gap: 8px; padding: 8px; border: 1px solid rgba(229,184,79,.38); border-radius: 19px; background: rgba(15,15,17,.94); box-shadow: 0 18px 48px rgba(0,0,0,.55); backdrop-filter: blur(18px); }
  .mobile-contact-bar a { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 14px; font-size: .88rem; font-weight: 800; }
  .mobile-contact-bar a:last-child { color: #111; background: #e5b84f; }
}

/* Gleiche Typorollen wie auf allen React-Seiten. */
body, button, input, textarea, select { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.brand-mark, .footer-wordmark { font-family: Manrope, Inter, sans-serif; font-weight: 800; }
.site-header nav, .mobile-menu { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 600; }
.text-action { font-weight: 700; }
.button { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 800; }
.blog-eyebrow, .eyebrow { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 800; }
.blog-hero h1, .blog-entry h1, .blog-entry h2, .closing-section h2 { font-family: Manrope, Inter, sans-serif; font-weight: 400; }
.blog-subtitle { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 600; }
.blog-date, .blog-copy, .site-footer, .consent-settings-link { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 400; }
.blog-entry blockquote { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-style: italic; font-weight: 400; }
