:root {
  --fcv-primary: #2F3885;
  --fcv-primary-dark: #202969;
  --fcv-text: #182039;
  --fcv-muted: #6b7280;
  --fcv-bg: #f6f7fb;
  --fcv-card: #ffffff;
  --fcv-border: rgba(47, 56, 133, .16);
  --fcv-shadow: 0 16px 40px rgba(24, 32, 57, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--fcv-bg); color: var(--fcv-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.container-narrow { width: min(760px, calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 10px 14px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  color: #fff;
  background:
    radial-gradient(circle at 50% 5%, rgba(255,255,255,.16), transparent 34%),
    linear-gradient(145deg, var(--fcv-primary-dark), var(--fcv-primary));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), 0 100%);
}

/* Dezentes Stadion-/Netzmuster im Kopfbereich */
.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.075) 1.2px, transparent 1.4px),
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 34px 34px, 34px 34px, 34px 34px;
  background-position: 0 0, 0 0, 0 0;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.88) 70%, transparent 100%);
}

.hero-overlay::after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  left: 50%;
  top: -250px;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 50%;
  box-shadow:
    0 0 0 76px rgba(255,255,255,.018),
    0 0 0 152px rgba(255,255,255,.012);
}

.hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 28px 0 72px;
}


.hero-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.hero-brand h1 { margin-bottom: 0; }
.hero-brand:focus-visible {
  outline: 3px solid rgba(255,255,255,.95);
  outline-offset: 8px;
  border-radius: 12px;
}

.club-logo {
  width: clamp(118px, 21vw, 168px);
  max-height: 182px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0,0,0,.24));
}

.hero h1 {
  margin: 14px 0 4px;
  font-size: clamp(2.1rem, 8vw, 4rem);
  line-height: 1;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.hero p {
  margin: 10px 0 0;
  font-size: clamp(1rem, 3.5vw, 1.35rem);
  opacity: .9;
}

.founded-badge { display: flex; align-items: center; justify-content: center; gap: 12px; width: min(250px, 80%); margin: 17px auto 0; color: rgba(255,255,255,.88); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.founded-badge::before, .founded-badge::after { content: ""; flex: 1; height: 1px; background: rgba(255,255,255,.44); }
.founded-badge span { white-space: nowrap; }

.main-content { padding: 12px 0 72px; }
section + section { margin-top: 56px; }
.section-title { display: flex; align-items: center; gap: 18px; margin: 0 0 24px; font-size: clamp(1.05rem, 4vw, 1.35rem); color: var(--fcv-primary); text-align: center; text-transform: uppercase; letter-spacing: .04em; }
.section-title::before, .section-title::after { content: ""; height: 1px; flex: 1; background: var(--fcv-primary); opacity: .55; }
.section-title span { flex: 0 1 auto; }

.link-stack { display: grid; gap: 14px; }
.link-card { display: grid; grid-template-columns: 56px 1fr 24px; align-items: center; gap: 16px; min-height: 94px; padding: 15px 22px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, var(--fcv-primary), var(--fcv-primary-dark)); box-shadow: 0 12px 26px rgba(47, 56, 133, .22); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .25s ease; }
.link-card:hover, .link-card:focus-visible { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(47, 56, 133, .3); filter: brightness(1.06); }
.link-card:active { transform: translateY(0) scale(.99); }
.link-card-instagram:hover, .link-card-instagram:focus-visible { background: linear-gradient(135deg, #833ab4, #fd1d1d 55%, #fcb045); }
.link-card-contact { background: linear-gradient(135deg, #3b478f, #252d70); }
.link-icon { display: grid; place-items: center; width: 52px; height: 52px; border: 2px solid rgba(255,255,255,.88); border-radius: 15px; }
.link-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.link-icon svg .svg-fill { fill: currentColor; stroke: none; }
.link-label { font-size: clamp(1.05rem, 4vw, 1.35rem); font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.link-arrow { font-size: 2.1rem; line-height: 1; transition: transform .18s ease; }
.link-card:hover .link-arrow, .link-card:focus-visible .link-arrow { transform: translateX(3px); }

.news-card { padding: clamp(22px, 5vw, 34px); border: 1px solid var(--fcv-border); border-radius: 18px; background: var(--fcv-card); box-shadow: var(--fcv-shadow); }
.news-card h1, .news-card h2, .news-card h3 { margin-top: 0; color: var(--fcv-text); }
.news-card .page-header h2 { margin-bottom: 12px; font-size: clamp(1.25rem, 5vw, 1.7rem); }
.news-card .article-info { margin: 0 0 20px; padding: 0; color: var(--fcv-muted); font-size: .82rem; list-style: none; }
.news-card .article-info-term { display: none; }
.news-card .article-info dd { margin: 0; }
.news-card .published { display: inline-flex; align-items: center; gap: 6px; }
.news-card .published::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--fcv-primary); opacity: .72; }
.news-card p:last-child { margin-bottom: 0; }
.news-card a:not(.btn) { color: var(--fcv-primary); font-weight: 700; }

.sponsors-grid, .sponsors-grid > div, .sponsors-grid .mod-custom { width: 100%; }
.sponsors-grid .sponsor-logos, .sponsor-logos { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; align-items: stretch; gap: 24px; width: 100%; margin: 0; padding: 0; }
.sponsors-grid .sponsor-logos a, .sponsor-logos a { display: flex !important; align-items: center; justify-content: center; min-width: 0; min-height: 150px; padding: 20px; overflow: hidden; background: #fff; border: 1px solid var(--fcv-border); border-radius: 16px; box-shadow: 0 6px 18px rgba(24, 32, 57, .07); color: inherit; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.sponsors-grid .sponsor-logos img, .sponsor-logos img { display: block; width: 100% !important; max-width: 230px !important; height: 105px !important; max-height: none !important; margin: 0 !important; padding: 0; object-fit: contain; filter: none; opacity: 1; transition: transform .2s ease; }
.sponsors-grid .sponsor-logos a:hover, .sponsor-logos a:hover { transform: translateY(-3px); border-color: rgba(47, 56, 133, .28); box-shadow: 0 12px 28px rgba(47, 56, 133, .15); }
.sponsors-grid .sponsor-logos a:hover img, .sponsors-grid .sponsor-logos a:focus-visible img, .sponsor-logos a:hover img, .sponsor-logos a:focus-visible img { transform: scale(1.04); }
.sponsors-grid .sponsor-logos a:focus-visible, .sponsor-logos a:focus-visible { outline: 3px solid var(--fcv-primary); outline-offset: 4px; }

.site-footer { padding: 36px 0 30px; background: linear-gradient(135deg, var(--fcv-primary-dark), var(--fcv-primary)); color: #fff; text-align: center; }
.footer-inner { display: grid; gap: 16px; justify-items: center; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
.footer-links a { position: relative; color: #fff; font-size: .92rem; font-weight: 700; text-decoration: none; opacity: .9; }
.footer-links a:hover, .footer-links a:focus-visible { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
.site-footer p { margin: 0; opacity: .78; }
.footer-modules a { color: #fff; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: linear-gradient(145deg, var(--fcv-primary-dark), var(--fcv-primary)); color: #fff; }
.error-wrap { width: min(560px, 100%); text-align: center; }
.error-wrap img { width: 150px; }
.error-code { margin: 16px 0 0; font-size: 4rem; font-weight: 900; }
.error-home { display: inline-block; margin-top: 16px; padding: 12px 20px; border-radius: 12px; background: #fff; color: var(--fcv-primary); text-decoration: none; font-weight: 800; }

@media (max-width: 760px) {
  .sponsors-grid .sponsor-logos, .sponsor-logos { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 14px; }
  .sponsors-grid .sponsor-logos a, .sponsor-logos a { min-height: 115px; padding: 12px; border-radius: 13px; }
  .sponsors-grid .sponsor-logos img, .sponsor-logos img { max-width: 165px !important; height: 78px !important; }
}

@media (max-width: 560px) {
  .hero { clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 0 100%); }
  .hero-inner { padding: 22px 0 58px; }
  .club-logo { width: 138px; max-height: 152px; }
  .hero h1 { margin-top: 14px; font-size: clamp(2rem, 8vw, 3rem); }
  .main-content { padding-top: 8px; }
  section + section { margin-top: 46px; }
  .link-card { min-height: 82px; grid-template-columns: 46px 1fr 18px; padding: 12px 16px; border-radius: 15px; }
  .link-icon { width: 44px; height: 44px; border-radius: 12px; }
  .link-icon svg { width: 23px; height: 23px; }
  .section-title { gap: 10px; }
  .founded-badge { margin-top: 14px; font-size: .72rem; }
}

@media (max-width: 360px) {
  .sponsors-grid .sponsor-logos, .sponsor-logos { grid-template-columns: 1fr !important; }
  .sponsors-grid .sponsor-logos img, .sponsor-logos img { max-width: 210px !important; height: 90px !important; }
}

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

/* =========================================================
   NEWS-KARTE MIT BEITRAGSBILD
   Unterstützt Joomla Intro- und Beitragsbilder sowie ein
   direkt am Anfang des Beitragstextes eingefügtes Bild.
   ========================================================= */
.news-card {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.news-card .com-content-article,
.news-card .item-page {
  display: flex;
  flex-direction: column;
}

/* Joomla Beitragsbild */
.news-card .item-image,
.news-card figure.item-image,
.news-card .com-content-article__image {
  order: -1;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #e9ebf4;
}

.news-card .item-image img,
.news-card figure.item-image img,
.news-card .com-content-article__image img {
  display: block;
  width: 100%;
  height: clamp(210px, 36vw, 340px);
  max-height: none;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}

.news-card:hover .item-image img,
.news-card:hover figure.item-image img,
.news-card:hover .com-content-article__image img {
  transform: scale(1.015);
}

/* Inhalt unterhalb des Bildes */
.news-card .page-header,
.news-card .article-info,
.news-card .com-content-article__body,
.news-card .icons,
.news-card .tags,
.news-card .pagenavigation,
.news-card .pager,
.news-card > .mod-custom > * {
  margin-left: clamp(22px, 5vw, 34px);
  margin-right: clamp(22px, 5vw, 34px);
}

.news-card .page-header {
  margin-top: clamp(24px, 4vw, 34px);
}

.news-card .page-header h1,
.news-card .page-header h2 {
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 5vw, 2.15rem);
  line-height: 1.14;
  letter-spacing: -.025em;
}

.news-card .article-info {
  margin-bottom: 20px;
}

.news-card .com-content-article__body {
  margin-bottom: clamp(24px, 5vw, 36px);
  font-size: clamp(1rem, 2.4vw, 1.08rem);
}

.news-card .com-content-article__body > :first-child {
  margin-top: 0;
}

.news-card .com-content-article__body > :last-child {
  margin-bottom: 0;
}

/* Kleiner News-Akzent über dem Titel */
.news-card .page-header::before {
  content: "Aktuelles";
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--fcv-primary);
  background: rgba(47, 56, 133, .09);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Falls das Beitragsbild direkt als erstes Bild im Text eingefügt wird */
.news-card .com-content-article__body > p:first-child:has(> img:only-child) {
  margin: calc(-1 * clamp(24px, 4vw, 34px)) calc(-1 * clamp(22px, 5vw, 34px)) 24px;
}

.news-card .com-content-article__body > p:first-child:has(> img:only-child) img {
  display: block;
  width: 100%;
  height: clamp(210px, 36vw, 340px);
  max-height: none;
  object-fit: cover;
}

@media (max-width: 560px) {
  .news-card .item-image img,
  .news-card figure.item-image img,
  .news-card .com-content-article__image img,
  .news-card .com-content-article__body > p:first-child:has(> img:only-child) img {
    height: 210px;
  }

  .news-card .page-header,
  .news-card .article-info,
  .news-card .com-content-article__body,
  .news-card .icons,
  .news-card .tags,
  .news-card .pagenavigation,
  .news-card .pager,
  .news-card > .mod-custom > * {
    margin-left: 20px;
    margin-right: 20px;
  }

  .news-card .page-header {
    margin-top: 22px;
  }

  .news-card .com-content-article__body {
    margin-bottom: 24px;
  }
}

/* =========================================================
   HERO 1.5: statischer, dezenter Vereins-/Spielfeld-Look
   ========================================================= */
.hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 9%, rgba(255,255,255,.19), transparent 29%),
    radial-gradient(circle at 10% 90%, rgba(85,101,196,.24), transparent 34%),
    linear-gradient(155deg, #1d255f 0%, var(--fcv-primary) 58%, #3b47a1 100%);
}

/* Große Jahreszahl als sehr dezentes Wasserzeichen */
.hero::before {
  content: "1974";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  color: rgba(255,255,255,.032);
  font-size: clamp(9rem, 34vw, 22rem);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.07em;
  white-space: nowrap;
  pointer-events: none;
}

/* Ruhiges Punktraster plus angedeutete Fußballfeld-Geometrie */
.hero-overlay {
  z-index: 0;
  opacity: 1;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.07) 1px, transparent 1.35px),
    linear-gradient(90deg, transparent calc(50% - .5px), rgba(255,255,255,.075) 50%, transparent calc(50% + .5px)),
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 36px 36px, 100% 100%, 36px 36px, 36px 36px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.86) 76%, transparent 100%);
}

.hero-overlay::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 58%;
  width: min(46vw, 310px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
}

.hero-overlay::after {
  width: min(88vw, 680px);
  height: 64%;
  left: 50%;
  top: 14%;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,.045);
  border-radius: 2px;
  box-shadow: none;
}

/* =========================================================
   ANFAHRT: zwei einfache Karten ohne Zusatzmodul
   ========================================================= */
.locations-intro {
  max-width: 610px;
  margin: -7px auto 22px;
  color: var(--fcv-muted);
  text-align: center;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.location-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto auto;
  gap: 10px 14px;
  min-width: 0;
  min-height: 178px;
  padding: 22px;
  border: 1px solid var(--fcv-border);
  border-radius: 18px;
  background: var(--fcv-card);
  box-shadow: 0 10px 28px rgba(24, 32, 57, .08);
  color: var(--fcv-text);
  text-decoration: none;
}

.location-card:hover,
.location-card:focus-visible {
  border-color: rgba(47, 56, 133, .32);
  box-shadow: 0 14px 32px rgba(47, 56, 133, .13);
}

.location-card:focus-visible {
  outline: 3px solid var(--fcv-primary);
  outline-offset: 4px;
}

.location-icon {
  display: grid;
  place-items: center;
  grid-row: 1;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, var(--fcv-primary), var(--fcv-primary-dark));
}

.location-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.location-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.location-label {
  margin-bottom: 4px;
  color: var(--fcv-primary);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.location-content strong {
  font-size: 1.08rem;
  line-height: 1.25;
}

.location-content > span:last-child {
  margin-top: 3px;
  color: var(--fcv-muted);
  font-size: .92rem;
}

.location-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: 1 / -1;
  align-self: end;
  padding-top: 12px;
  border-top: 1px solid rgba(47, 56, 133, .11);
  color: var(--fcv-primary);
  font-size: .92rem;
  font-weight: 800;
}

.location-route span {
  font-size: 1.55rem;
  line-height: 1;
}

@media (max-width: 560px) {
  .hero::before { top: 50%; font-size: clamp(8rem, 45vw, 13rem); }
  .hero-overlay::before { width: 58vw; top: 60%; }
  .location-grid { grid-template-columns: 1fr; gap: 14px; }
  .location-card { min-height: 158px; padding: 18px; }
}

/* =========================================================
   FEINSCHLIFF 1.6
   ========================================================= */

/* Hero: Wasserzeichen ruhiger und Feldgeometrie etwas großzügiger */
.hero::before {
  top: 43%;
  color: rgba(255,255,255,.026);
}

.hero-overlay::before {
  width: min(52vw, 350px);
  top: 56%;
}

.hero-overlay::after {
  width: min(92vw, 710px);
  top: 11%;
  height: 68%;
}

/* News deutlicher als zentrale Inhaltskarte */
.news-card {
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(24, 32, 57, .13);
}

.news-card .item-image,
.news-card figure.item-image,
.news-card .com-content-article__image {
  border-radius: 20px 20px 0 0;
}

.news-card .published::before {
  width: 14px;
  height: 14px;
  border-radius: 0;
  background: currentColor;
  opacity: .68;
  clip-path: polygon(12% 8%, 25% 8%, 25% 0, 34% 0, 34% 8%, 66% 8%, 66% 0, 75% 0, 75% 8%, 88% 8%, 88% 100%, 12% 100%);
}

/* Anfahrt: optisch näher an den Hauptlinks, aber bewusst heller */
.location-card {
  border-color: rgba(47, 56, 133, .18);
  box-shadow: 0 12px 30px rgba(24, 32, 57, .09);
}

.location-route::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 7px;
  background: currentColor;
  clip-path: path("M8 0C4.7 0 2 2.7 2 6c0 4.2 6 10 6 10s6-5.8 6-10c0-3.3-2.7-6-6-6Zm0 8.2A2.2 2.2 0 1 1 8 3.8a2.2 2.2 0 0 1 0 4.4Z");
  opacity: .86;
}

.location-route {
  justify-content: flex-start;
}

.location-route > span {
  margin-left: auto;
}

/* Persönlicher Sponsorhinweis */
.sponsors-intro {
  max-width: 620px;
  margin: -7px auto 24px;
  color: var(--fcv-muted);
  text-align: center;
}

/* Footer etwas vollständiger */
.site-footer {
  padding-top: 40px;
}

.site-footer p span {
  margin-inline: .35rem;
  opacity: .7;
}

@media (max-width: 560px) {
  .hero::before { top: 45%; }
  .hero-overlay::before { width: 64vw; top: 58%; }
  .news-card { border-radius: 18px; }
  .news-card .item-image,
  .news-card figure.item-image,
  .news-card .com-content-article__image { border-radius: 18px 18px 0 0; }
}

/* =========================================================
   HERO 1.7: dezente topografische Hoehenlinien
   ========================================================= */

/* Das bisherige Jahreszahl-Wasserzeichen wird durch ein ruhiges
   Konturenmuster ersetzt. Alles bleibt rein dekorativ und statisch. */
.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  transform: none;
  pointer-events: none;
  opacity: .52;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='520' viewBox='0 0 900 520'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.105' stroke-width='1.15'%3E%3Cpath d='M-70 90C55 22 151 32 243 76s169 61 262 12 182-59 277-13 151 42 205 10'/%3E%3Cpath d='M-82 122C40 54 139 62 232 105s172 62 270 12 181-58 277-13 153 44 211 12'/%3E%3Cpath d='M-96 154C30 87 128 94 221 137s175 63 274 14 183-59 280-13 154 44 214 12'/%3E%3Cpath d='M-112 188C18 120 116 127 210 170s178 64 278 15 184-60 282-14 156 45 218 13'/%3E%3Cpath d='M-126 225C5 157 104 163 199 207s180 65 281 16 186-61 285-14 158 46 221 14'/%3E%3Cpath d='M-142 264C-8 196 92 201 188 245s183 66 285 17 187-62 288-15 160 47 224 15'/%3E%3Cpath d='M-158 305C-22 237 80 242 177 286s185 67 288 18 190-63 291-16 162 48 228 16'/%3E%3Cpath d='M-174 348C-36 280 68 284 166 328s188 68 292 19 191-64 294-17 164 49 231 17'/%3E%3Cpath d='M-190 393C-50 325 56 329 155 373s190 69 295 20 194-65 298-18 166 50 234 18'/%3E%3Cpath d='M-206 440C-64 372 44 376 144 420s193 70 299 21 195-66 301-19 168 51 237 19'/%3E%3C/g%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.065' stroke-width='.85'%3E%3Cpath d='M560-40c-65 58-82 128-46 188s38 121-4 178-45 119-5 179'/%3E%3Cpath d='M602-50c-64 61-78 131-40 190s42 120 2 178-41 121 2 181'/%3E%3Cpath d='M646-58c-62 64-74 134-34 192s46 119 8 178-37 123 9 183'/%3E%3Cpath d='M692-64c-60 66-70 136-28 194s50 118 14 178-33 124 16 184'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center 42%;
  background-size: cover;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.92), rgba(0,0,0,.72) 72%, transparent 100%);
}

/* Das fruehere Spielfeld und der Mittelkreis entfallen. Ein sehr feines
   Punktraster sorgt nur noch fuer etwas Tiefe hinter den Konturlinien. */
.hero-overlay {
  background-image:
    radial-gradient(circle, rgba(255,255,255,.045) 1px, transparent 1.3px);
  background-size: 38px 38px;
  background-position: 0 0;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.72) 76%, transparent 100%);
}

.hero-overlay::before,
.hero-overlay::after {
  content: none;
  display: none;
}

@media (max-width: 560px) {
  .hero::before {
    inset: 0;
    transform: none;
    opacity: .48;
    background-position: 52% 46%;
    background-size: auto 112%;
  }
}

/* =========================================================
   HERO 1.8: ruhiger Premium-Hintergrund
   Keine Zahlen, Linien oder Motive. Nur ein dreistufiger
   Blauverlauf, dezentes Licht und minimale Koernung.
   ========================================================= */
.hero {
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.16) 0, rgba(255,255,255,.07) 18%, transparent 43%),
    linear-gradient(155deg, #202969 0%, #2F3885 52%, #3b46a0 100%);
}

/* Vorherige Wasserzeichen / Hoehenlinien vollstaendig ersetzen */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 180px 180px;
  mix-blend-mode: soft-light;
  transform: none;
  font-size: 0;
  color: transparent;
}

.hero-overlay {
  background: none;
  mask-image: none;
}

.hero-overlay::before,
.hero-overlay::after {
  content: none;
  display: none;
}

@media (max-width: 560px) {
  .hero::before {
    opacity: .035;
    background-size: 150px 150px;
  }
}


/* =========================================================
   HERO 1.9: dezente Struktur ohne Wasserzeichen
   ========================================================= */
.hero {
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.19) 0, rgba(255,255,255,.08) 20%, transparent 46%),
    radial-gradient(circle at 18% 30%, rgba(92,132,255,.11), transparent 34%),
    linear-gradient(155deg, #202969 0%, #2F3885 54%, #3b46a0 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .42;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.09) 1px, transparent 1.35px),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 34px 34px, 68px 68px, 68px 68px;
  background-position: 0 0, 0 0, 0 0;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.88) 72%, transparent 100%);
  mix-blend-mode: normal;
  transform: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 19%, rgba(255,255,255,.10), transparent 38%),
    linear-gradient(to bottom, rgba(7,15,55,.04), rgba(7,15,55,.14));
  mask-image: none;
}

.hero-overlay::before,
.hero-overlay::after {
  content: none;
  display: none;
}

.founded-badge::before,
.founded-badge::after {
  flex-basis: 150px;
  opacity: .62;
}

@media (max-width: 560px) {
  .hero::before {
    opacity: .34;
    background-size: 30px 30px, 60px 60px, 60px 60px;
  }

  .founded-badge::before,
  .founded-badge::after {
    flex-basis: 105px;
  }
}
