:root {
  --ink: #1b2a4a;
  --ink-deep: #0d1424;
  --muted: #5f6778;
  --line: #e5e9f1;
  --paper: #ffffff;
  --soft: #f7f8fb;
  --warm: #e8985a;
  --warm-dark: #91461e;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.skip { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; color: white; background: var(--ink-deep); border-radius: 8px; }
.skip:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(229,233,241,.9); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.nav { width: min(calc(100% - 32px), var(--max)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { display: block; width: 170px; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 24px; font-size: 14px; font-weight: 650; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--warm-dark); }
.nav-links .cta { padding: 12px 18px; border-radius: 999px; color: white; background: var(--ink); }
.nav-links .cta:hover { color: white; background: #2d4170; }
.hero { padding: clamp(72px, 9vw, 128px) 0 clamp(64px, 8vw, 108px); background: radial-gradient(circle at 86% 12%, rgba(232,152,90,.15), transparent 31%), linear-gradient(180deg, #fff 0%, #f7f8fb 100%); }
.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr); align-items: end; gap: clamp(48px, 8vw, 112px); }
.hero-grid > *, .section-head > *, .aside-layout > * { min-width: 0; }
.eyebrow { margin: 0 0 18px; color: var(--warm-dark); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1 { max-width: 900px; margin: 0; font-size: clamp(42px, 6.3vw, 78px); line-height: 1.01; letter-spacing: -.045em; overflow-wrap: anywhere; }
.lead { max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; font-size: 15px; font-weight: 750; text-decoration: none; }
.button-primary { color: white; background: var(--ink); }
.button-primary:hover { background: #2d4170; }
.button-secondary:hover { background: #edf0f6; }
.fact-box { padding: 28px; border-left: 3px solid var(--warm); background: rgba(255,255,255,.82); box-shadow: 0 20px 55px rgba(27,42,74,.08); }
.fact-box strong { display: block; margin-bottom: 8px; font-size: 19px; }
.fact-box p { margin: 0; color: var(--muted); line-height: 1.65; }
.portrait { display: block; width: 100%; margin-bottom: 22px; }
.section { padding: clamp(70px, 9vw, 120px) 0; }
.section-soft { background: var(--soft); }
.section-head { display: grid; grid-template-columns: .6fr 1.4fr; gap: 48px; margin-bottom: 52px; }
.section h2 { margin: 0; font-size: clamp(32px, 4.4vw, 54px); line-height: 1.06; letter-spacing: -.035em; }
.section-intro { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.item { padding: 34px; background: var(--paper); }
.item .number { color: var(--warm-dark); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.item h3 { margin: 42px 0 12px; font-size: 21px; line-height: 1.2; }
.item p { margin: 0; color: var(--muted); line-height: 1.7; }
.prose { max-width: 780px; }
.prose h2 { margin-top: 64px; font-size: clamp(30px, 4vw, 44px); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 38px 0 12px; font-size: 23px; }
.prose p, .prose li { color: #424b5d; font-size: 17px; line-height: 1.8; }
.prose ul, .prose ol { padding-left: 24px; }
.prose a { color: var(--warm-dark); font-weight: 700; text-underline-offset: 3px; }
.aside-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; align-items: start; gap: clamp(48px, 8vw, 100px); }
.aside { position: sticky; top: 110px; padding: 26px; border: 1px solid var(--line); }
.aside strong { display: block; margin-bottom: 12px; }
.aside a { display: block; padding: 9px 0; color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }
.aside a:hover { color: var(--warm-dark); }
.quote { margin: 42px 0; padding: 28px 0 28px 30px; border-left: 3px solid var(--warm); color: var(--ink); font-size: 22px; font-weight: 700; line-height: 1.5; }
.cta-section { padding: 80px 0; color: white; background: var(--ink-deep); }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.cta-row h2 { max-width: 720px; margin: 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.05; letter-spacing: -.04em; }
.cta-row .button { flex: 0 0 auto; color: var(--ink-deep); border-color: var(--warm); background: var(--warm); }
.site-footer { padding: 54px 0; color: rgba(255,255,255,.72); background: #080d18; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; }
.site-footer strong { color: white; }
.site-footer p { max-width: 440px; line-height: 1.65; }
.site-footer nav { display: grid; gap: 10px; }
.site-footer a { color: rgba(255,255,255,.72); text-decoration: none; }
.site-footer a:hover { color: white; }
.breadcrumbs { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.breadcrumbs a { color: var(--muted); }
@media (max-width: 880px) {
  .nav { padding: 14px 0; align-items: flex-start; }
  .brand img { width: 145px; }
  .nav-links { gap: 14px; flex-wrap: wrap; }
  .nav-links a:not(.cta) { display: none; }
  .hero-grid, .section-head, .aside-layout { grid-template-columns: 1fr; }
  .fact-box { max-width: 560px; }
  .grid-3 { grid-template-columns: 1fr; }
  .aside { position: static; }
  .cta-row { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .hero { padding-top: 58px; }
  .item { padding: 28px; }
  .nav { gap: 12px; }
  .brand img { width: 128px; }
  .nav-links .cta { padding: 10px 14px; font-size: 0; }
  .nav-links .cta::after { content: "Kontakt"; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
