/* =========================================================
   Retouromat - Stylesheet
   Markenfarben unten in :root anpassen, alles andere folgt.
   ========================================================= */

:root {
  /* --- Markenfarben laut Brandkit --- */
  --brand:        #1e88c8;   /* Marke, Vertrauen */
  --brand-hell:   #5cb2e8;   /* Links auf dunklem Grund */
  --brand-dark:   #15679b;
  --gold:         #ffd83d;   /* nur Highlights, nie als Vollfläche */
  --gold-dark:    #e6b800;
  --green:        #25d6ad;   /* Wert, Nachhaltigkeit */
  --green-dark:   #0fa37f;

  /* --- Flächen: eine durchgehend dunkle Seite --- */
  --bg:           #0a2634;
  --bg-alt:       #0d3044;
  --flaeche:      rgba(255,255,255,.055);
  --flaeche-2:    rgba(255,255,255,.10);
  --dark:         #071e2a;

  --ink:          #e8f1f6;
  --ink-soft:     #9cb4c2;
  --line:         rgba(255,255,255,.13);
  --line-stark:   rgba(255,255,255,.26);

  --ok:           #25d6ad;
  --err:          #ff8a8a;

  --radius:       16px;
  --radius-sm:    10px;
  --shadow:       0 1px 2px rgba(0,0,0,.2), 0 10px 28px rgba(0,0,0,.28);
  --shadow-lg:    0 2px 6px rgba(0,0,0,.25), 0 24px 56px rgba(0,0,0,.42);
  --maxw:         1160px;
  --font:         system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  position: relative;
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--brand-hell); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .5em; letter-spacing: -.02em; font-weight: 800; }
h1 { font-size: clamp(2rem, 5vw, 3.1rem); }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.1rem); }
h3 { font-size: 1.2rem; }
p  { margin: 0 0 1em; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 20px; }
.narrow { max-width: 800px; }

.section { padding: 72px 0; }
.section--alt { background: var(--bg-alt); }
.center { text-align: center; }
.lead { font-size: 1.15rem; color: var(--ink-soft); }

.skip { position: absolute; left: -9999px; top: 0; z-index: 999; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 0 0 8px 0; }
.skip:focus { left: 0; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: 14px 26px; border: 2px solid transparent; border-radius: 999px;
  font-weight: 700; font-size: 1rem; font-family: inherit; cursor: pointer; text-decoration: none !important;
  transition: transform .12s ease, background .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: #1a7ab4; color: #fff; box-shadow: 0 6px 18px rgba(30,136,200,.3); }
.btn--primary:hover { background: #1e88c8; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--light { background: #fff; color: var(--ink); }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .6; cursor: not-allowed; transform: none; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(10,38,52,.88); backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; gap: 18px; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 1.22rem; color: var(--ink); text-decoration: none; }
.brand:hover { text-decoration: none; }
/* Helle Kachel unter dem Logo: Der dunkle Rand des Logos ginge auf dem
   dunklen Balken sonst unter. Gleiche Sprache wie die Presselogos. */
/* Das Logo füllt die weiße Kachel vollständig aus. Sein äußerer Ring ist
   fast so dunkel wie der Kopfbalken und ginge ohne die Kachel unter. */
.brand img {
  width: 46px; height: 46px; border-radius: 50%;
  background: #fff; padding: 7px; object-fit: contain;
  box-shadow: 0 3px 12px rgba(0,0,0,.32);
}

.nav-toggle { margin-left: auto; display: none; width: 44px; height: 44px; align-items: center; justify-content: center; background: none; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ""; display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; position: relative; }
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after  { position: absolute; top: 6px; }

.nav-menu { margin-left: auto; display: flex; align-items: center; gap: 4px; list-style: none; padding: 0; margin-block: 0; }
.nav-menu > li { position: relative; }
.nav-menu a { display: block; padding: 10px 14px; border-radius: 10px; color: var(--ink); font-weight: 600; font-size: .97rem; text-decoration: none; }
.nav-menu a:hover { background: var(--flaeche-2); text-decoration: none; }
.nav-menu a.is-active { color: var(--gold); }
.nav-menu .nav-cta a { background: var(--brand); color: #fff; padding-inline: 20px; }
.nav-menu .nav-cta a:hover { background: var(--brand-dark); }

@media (max-width: 940px) {
  .nav-toggle { display: flex; }
  .nav-menu { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 2px; background: #0c2c3e; border-bottom: 1px solid var(--line); padding: 12px 16px 20px; max-height: 78vh; overflow-y: auto; }
  .site-header[data-open="true"] .nav-menu { display: flex; }
  .nav-menu .nav-cta a { text-align: center; margin-top: 8px; }
}

/* Hero */
.hero { position: relative; color: #fff; padding: 92px 0 84px; overflow: hidden; }

/* Diagonale Bänder – dasselbe Motiv wie auf den Automatenbeklebungen */
.hero h1 { font-size: clamp(2.4rem, 6.4vw, 4rem); letter-spacing: -.035em; }
.hero .hero-grid { gap: 56px; }
.hero .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hero h1 { color: #fff; }
.hero p { color: rgba(255,255,255,.78); font-size: 1.15rem; max-width: 46ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); color: #fff; font-size: .85rem; font-weight: 600; letter-spacing: .02em; padding: 7px 15px; border-radius: 999px; margin-bottom: 20px; }
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; } .hero { padding: 56px 0 64px; } }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; }
.stats .n { font-size: 2.3rem; font-weight: 800; color: var(--ink); line-height: 1.1; }
.stats .n--gold { color: var(--gold); }
.stats .n--green { color: var(--green); }
.stats .l { color: var(--ink-soft); font-size: .95rem; }
@media (max-width: 640px) { .stats { grid-template-columns: 1fr; gap: 26px; } }

/* Karten */
.grid { display: grid; gap: 24px; }
.grid--3 { grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.card { background: var(--flaeche); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; display: flex; flex-direction: column; }
a.card { color: inherit; text-decoration: none; }
a.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: #d8dce6; text-decoration: none; }
.card__media { aspect-ratio: 4 / 5; background: #0b2c3d; overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; }
.card__body { padding: 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card__city { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--brand-hell); }
.card__title { font-size: 1.1rem; font-weight: 700; margin: 0; }
.card__meta { color: var(--ink-soft); font-size: .95rem; margin: 0; }
.card__more { margin-top: auto; padding-top: 12px; font-weight: 700; color: var(--gold); font-size: .95rem; }

/* Info */
.info { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.info > div { background: var(--flaeche); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.info .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--flaeche-2); display: grid; place-items: center; font-size: 1.3rem; margin-bottom: 14px; }

.callout { background: rgba(30,136,200,.13); border: 1px solid rgba(92,178,232,.32); border-radius: var(--radius); padding: 22px 24px; }
.callout--info { background: rgba(37,214,173,.11); border-color: rgba(37,214,173,.3); }
.callout--gold { background: rgba(255,216,61,.1); border-color: rgba(255,216,61,.3); }

/* Standort-Detail */
.loc { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.loc__gallery { display: grid; gap: 16px; }
.loc__gallery img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; height: auto; }
.facts { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 16px; }
.facts li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; }
.facts .k { font-weight: 700; display: block; }
.facts .ico { width: 34px; height: 34px; border-radius: 10px; background: var(--flaeche-2); display: grid; place-items: center; }
@media (max-width: 860px) { .loc { grid-template-columns: 1fr; gap: 28px; } }

.crumbs { font-size: .9rem; color: var(--ink-soft); padding: 18px 0 0; }
.crumbs a { color: var(--ink-soft); }

/* FAQ */
.faq { display: grid; gap: 12px; }
details.qa { background: var(--flaeche); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 20px; }
details.qa[open] { border-color: #d8dce6; box-shadow: var(--shadow); }
details.qa summary { cursor: pointer; font-weight: 700; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
details.qa summary::-webkit-details-marker { display: none; }
details.qa summary::after { content: "+"; font-size: 1.5rem; font-weight: 400; color: var(--gold); line-height: 1; }
details.qa[open] summary::after { content: "\2013"; }
details.qa .a { padding-bottom: 18px; color: var(--ink-soft); }

/* Formular */
.form-card { background: var(--flaeche); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } .form-card { padding: 22px; } }

.field { margin-bottom: 20px; }
.field > label, .field > .lbl { display: block; font-weight: 600; font-size: .95rem; margin-bottom: 7px; }
.req { color: var(--err); }
.hint { font-size: .86rem; color: var(--ink-soft); margin-top: 6px; }

input[type=text], input[type=email], input[type=tel], input[type=date],
input[type=time], select, textarea {
  width: 100%; padding: 12px 14px; font: inherit; font-size: 1rem; color: var(--ink);
  background: rgba(255,255,255,.06); border: 1.5px solid var(--line); border-radius: var(--radius-sm); color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
textarea { min-height: 130px; resize: vertical; }
select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235a6472' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(30,136,200,.18); }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--err); }

.err-msg { color: var(--err); font-size: .86rem; margin-top: 6px; display: none; }
.field.has-error .err-msg { display: block; }

.check { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; margin-bottom: 16px; font-size: .95rem; line-height: 1.5; }
.check input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--brand); }

.drop { border: 2px dashed var(--line-stark); border-radius: var(--radius-sm); background: rgba(255,255,255,.04); padding: 26px 20px; text-align: center; cursor: pointer; transition: border-color .15s, background .15s; }
.drop:hover, .drop.is-over { border-color: var(--gold); background: rgba(255,216,61,.07); }
.drop .big { font-weight: 700; display: block; margin-bottom: 4px; }
.drop input[type=file] { display: none; }
.previews { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.thumb { position: relative; width: 92px; }
.thumb img { width: 92px; height: 92px; object-fit: cover; border-radius: 10px; border: 1px solid var(--line-stark); }
.thumb .fname { font-size: .72rem; color: var(--ink-soft); word-break: break-all; margin-top: 4px; line-height: 1.3; }
.thumb button { position: absolute; top: -7px; right: -7px; width: 24px; height: 24px; border-radius: 50%; border: 0; background: var(--ink); color: #fff; cursor: pointer; font-size: 15px; line-height: 1; }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-status { border-radius: var(--radius-sm); padding: 16px 18px; margin-top: 18px; display: none; font-weight: 600; }
.form-status.show { display: block; }
.form-status.ok  { background: rgba(37,214,173,.12); color: var(--green); border: 1px solid rgba(37,214,173,.34); }
.form-status.bad { background: rgba(255,138,138,.12); color: var(--err); border: 1px solid rgba(255,138,138,.34); }

.success-box { background: rgba(37,214,173,.1); border: 1px solid rgba(37,214,173,.32); border-radius: var(--radius); padding: 32px; text-align: center; }
.success-box .tick { font-size: 3rem; line-height: 1; }
.ticket { display: inline-block; background: rgba(0,0,0,.25); border: 1px dashed var(--green); border-radius: 8px; padding: 6px 14px; font-family: ui-monospace, Menlo, Consolas, monospace; font-weight: 700; }

/* Rechtstexte */
.legal h2 { font-size: 1.25rem; margin-top: 2em; }
.legal h2:first-of-type { margin-top: 0; }
.legal p, .legal li { color: var(--ink-soft); }
.legal address { font-style: normal; color: var(--ink); }

/* CTA-Band */
.band { background: var(--dark); color: #fff; border-radius: 22px; padding: 44px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.band h2 { color: #fff; margin: 0 0 6px; }
.band p { color: rgba(255,255,255,.7); margin: 0; }

/* Footer */
.site-footer { background: var(--dark); border-top: 1px solid var(--line); padding: 60px 0 28px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; }
.foot-grid h4 { font-size: .8rem; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 14px; }
.foot-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.foot-grid a { color: var(--ink-soft); font-size: .94rem; }
.foot-city { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-soft); margin-top: 12px; }
.socials { display: flex; gap: 10px; margin-top: 16px; }
.socials a { width: 40px; height: 40px; border-radius: 11px; border: 1px solid var(--line); background: var(--flaeche); display: grid; place-items: center; color: var(--ink); }
.socials a:hover { border-color: var(--gold); color: var(--gold); }
.foot-bottom { border-top: 1px solid var(--line); margin-top: 36px; padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .88rem; color: var(--ink-soft); }
@media (max-width: 860px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }

/* Cookie-Banner */
.cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 200; max-width: 560px; margin-inline: auto; background: #0e3244; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 20px 22px; display: none; }
.cookie.show { display: block; }
.cookie p { font-size: .93rem; color: var(--ink-soft); margin-bottom: 14px; }
.cookie .row { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie .btn { padding: 10px 18px; font-size: .93rem; }

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

/* Kartenübersicht ------------------------------------------- */
.map-wrap {
  position: relative; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); background: var(--bg-alt); box-shadow: var(--shadow);
}
.map-canvas { height: 520px; width: 100%; background: #0b2c3d; }
@media (max-width: 640px) { .map-canvas { height: 400px; } }

.map-consent {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 14px; text-align: center; padding: 32px 24px;
  background: linear-gradient(155deg, #12384c 0%, #0b2a3a 60%, #08202d 100%);
  color: #fff;
}
.map-consent::after {
  content: ""; position: absolute; inset: auto -20% -70% auto; width: 520px; height: 520px;
  border-radius: 50%; background: radial-gradient(circle, rgba(30,136,200,.42), transparent 62%);
  pointer-events: none;
}
.map-consent > * { position: relative; z-index: 1; }
.map-consent h3 { color: #fff; margin: 0; }
.map-consent p { color: rgba(255,255,255,.76); max-width: 46ch; margin: 0; font-size: .96rem; }
.map-consent .mini { font-size: .84rem; color: rgba(255,255,255,.55); }
.map-consent a { color: #9fd4f2; }

.map-pin {
  width: 30px; height: 30px; border-radius: 50% 50% 50% 0;
  background: var(--brand); border: 2.5px solid #fff;
  transform: rotate(-45deg);
  box-shadow: 0 3px 8px rgba(11,42,58,.35);
  display: grid; place-items: center;
}
.map-pin span {
  transform: rotate(45deg); color: #fff; font-size: .72rem; font-weight: 800; line-height: 1;
}
.map-pin.is-active { background: var(--gold); }
.map-pin.is-active span { color: var(--ink); }

.leaflet-popup-content-wrapper { border-radius: 12px; }
.leaflet-popup-content { margin: 14px 16px; font-family: var(--font); line-height: 1.5; }
.map-pop b { display: block; font-size: 1rem; color: var(--ink); }
.map-pop .adr { color: var(--ink-soft); font-size: .9rem; margin: 4px 0 10px; }
.map-pop .lnk { display: flex; gap: 12px; font-size: .9rem; font-weight: 700; }

.map-legend {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px;
}
.map-legend button {
  border: 1px solid var(--line); background: var(--flaeche); border-radius: 999px;
  padding: 7px 15px; font: inherit; font-size: .9rem; font-weight: 600; color: var(--ink);
  cursor: pointer; transition: border-color .15s, background .15s;
}
.map-legend button:hover { border-color: var(--gold); background: var(--flaeche-2); }

/* Standortkarte mit Nummer + Karten-Button --------------------- */
.card-box { display: flex; flex-direction: column; gap: 8px; }
.card-box > .card { flex: 1; }
.card__media { position: relative; }
.card__nr {
  position: absolute; top: 12px; left: 12px; z-index: 1;
  min-width: 28px; height: 28px; padding: 0 8px;
  border-radius: 999px; background: var(--brand); color: #fff;
  font-size: .85rem; font-weight: 800;
  display: grid; place-items: center;
  box-shadow: 0 2px 6px rgba(11,42,58,.3);
}
.card-map {
  border: 1px solid var(--line); background: var(--flaeche); border-radius: var(--radius-sm);
  padding: 9px 14px; font: inherit; font-size: .9rem; font-weight: 600; color: var(--ink);
  cursor: pointer; transition: border-color .15s, background .15s;
}
.card-map:hover { border-color: var(--gold); background: var(--flaeche-2); color: var(--gold); }

/* Mobile-Feinschliff --------------------------------------- */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 10px 0 0; }
.table-scroll table { min-width: 520px; }
.table-scroll::-webkit-scrollbar { height: 6px; }
.table-scroll::-webkit-scrollbar-thumb { background: var(--line); border-radius: 3px; }

table { max-width: 100%; }
code { word-break: break-word; }

/* Groessere Tap-Ziele auf Touchgeraeten */
@media (pointer: coarse) {
  .thumb button { width: 30px; height: 30px; top: -9px; right: -9px; font-size: 18px; }
  .map-legend button { padding: 10px 17px; }
  .card-map { padding: 12px 14px; }
}

@media (max-width: 480px) {
  body { font-size: 16px; }
  .section { padding: 52px 0; }
  .band { padding: 28px; border-radius: 16px; }
  .band .btn { width: 100%; }
  .hero-actions .btn { width: 100%; }
  .form-card { padding: 18px; }
  .success-box { padding: 24px 18px; }
  .crumbs { font-size: .84rem; }
  .loc__gallery { gap: 12px; }
}

/* Kein horizontales Scrollen durch Deko-Elemente.
   Bewusst "clip" statt "hidden": hidden wuerde einen Scroll-Container erzeugen
   und den klebenden Header (position: sticky) ausser Kraft setzen. */
body { overflow-x: clip; }

/* Standorte-Dropdown auf Desktop ----------------------------
   Zwei Spalten, damit alle Standorte ohne Scrollen sichtbar sind.
   max-height + overflow als Sicherheitsnetz, wenn Standorte dazukommen
   oder das Browserfenster niedrig ist. */

/* Kennzahlen mit etwas mehr Gewicht --------------------------- */
.stats { gap: 28px; }
.stats > div {
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 18px;
}

/* Presseleiste ------------------------------------------------ */
.presse-band { padding: 40px 0; background: var(--bg); border-bottom: 1px solid var(--line); }
.presse-titel {
  text-align: center; margin: 0 0 18px;
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-soft); font-weight: 700;
}
.presse {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 20px 40px;
}
.presse img {
  height: 42px; width: auto; max-width: 150px; object-fit: contain;
}

.presse .name {
  font-weight: 700; font-size: 1.05rem; color: var(--ink-soft);
  letter-spacing: .01em;
}
@media (max-width: 640px) {
  .presse { gap: 16px 26px; }
  .presse img {
  height: 42px; width: auto; max-width: 150px; object-fit: contain;
}
  .presse .name { font-size: .95rem; }
}

/* Auffälligste Aktion im Hero – bewusst die einzige goldene Fläche der Seite */
.btn--gold {
  background: var(--gold); color: #0a2634;
  box-shadow: 0 8px 22px rgba(255,216,61,.28);
}
.btn--gold:hover { background: #ffe272; }

/* Dunkler Block: Hero, Presse und Kennzahlen wirken als ein Stück ---- */
.stats-band .wrap { position: relative; z-index: 1; }
.stats-band .stats > div {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13);
  padding: 30px 18px;
}
.stats-band .stats .n { color: #fff; font-size: 2.7rem; }
.stats-band .stats .n--gold { color: var(--gold); }
.stats-band .stats .n--green { color: var(--green); }
.stats-band .stats .l { color: rgba(255,255,255,.68); }

/* Nummerierte Schritte statt Symbolen ------------------------- */
.schritte { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); counter-reset: schritt; }
.schritte > div {
  position: relative; background: var(--flaeche); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 26px 26px;
  box-shadow: var(--shadow);
}
.schritte > div::before {
  counter-increment: schritt; content: counter(schritt);
  display: block; font-size: 3.2rem; font-weight: 800; line-height: 1;
  color: var(--gold); letter-spacing: -.04em; margin-bottom: 10px;
  -webkit-text-stroke: 1px var(--gold-dark);
}
.schritte h3 { font-size: 1.15rem; margin-bottom: .35em; }
.schritte p { margin: 0; }

/* Automatenkarten: Bild zieht beim Überfahren leicht an -------- */
.card__media img { transition: transform .45s ease; }
a.card:hover .card__media img { transform: scale(1.05); }
.card__nr { background: var(--gold); color: #0a2634; box-shadow: 0 2px 8px rgba(11,42,58,.28); }

/* Abschlussband kräftiger ------------------------------------- */
.band { position: relative; overflow: hidden; padding: 52px 44px; }
.band > * { position: relative; z-index: 1; }

@media (max-width: 640px) {
  .schritte > div::before { font-size: 2.6rem; }
  .band { padding: 32px 26px; }
}

/* ============================================================
   Mehr Wumms: Hero, Laufband, Presse, Karten
   ============================================================ */

.gold { color: var(--gold); }

/* --- Hero: schwebende Fragezeichen und Pakete ---------------- */
.hero-deko { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.hero-deko span {
  position: absolute; display: block;
  font-weight: 800; color: rgba(255,255,255,.05);
  line-height: 1; user-select: none;
  animation: schweben 9s ease-in-out infinite;
}
.hero-deko span:nth-child(1) { left: 4%;  top: 14%; font-size: 8rem;  animation-delay: 0s;   }
.hero-deko span:nth-child(2) { left: 30%; top: 66%; font-size: 5rem;  animation-delay: 1.4s;
                               color: rgba(255,216,61,.07); }
.hero-deko span:nth-child(3) { left: 62%; top: 8%;  font-size: 6rem;  animation-delay: 2.6s; }
.hero-deko span:nth-child(4) { left: 86%; top: 58%; font-size: 9rem;  animation-delay: .8s;
                               color: rgba(37,214,173,.07); }
.hero-deko span:nth-child(5) { left: 48%; top: 34%; font-size: 4rem;  animation-delay: 3.4s; }
@keyframes schweben {
  0%, 100% { transform: translateY(0) rotate(-6deg); }
  50%      { transform: translateY(-22px) rotate(6deg); }
}

.hero h1 { text-wrap: balance; }
.hero .eyebrow { background: rgba(255,216,61,.14); border-color: rgba(255,216,61,.32); color: var(--gold); }

/* Pulsierender Schein an der Hauptaktion */
.btn--gold { position: relative; }
.btn--gold::after {
  content: ""; position: absolute; inset: -4px; border-radius: 999px;
  border: 2px solid var(--gold); opacity: 0;
  animation: puls 2.6s ease-out infinite;
}
@keyframes puls {
  0%   { opacity: .55; transform: scale(1); }
  70%  { opacity: 0;   transform: scale(1.18); }
  100% { opacity: 0;   transform: scale(1.18); }
}

/* Preis-Karte als Mystery-Paket */

/* --- Laufband ------------------------------------------------ */
.laufband {
  background: var(--brand); color: #fff;
  padding: 0; overflow: hidden; position: relative;
  border-block: 1px solid rgba(255,255,255,.18);
}
.laufband-inner { display: flex; width: max-content; animation: laufen 34s linear infinite; }
.laufband:hover .laufband-inner { animation-play-state: paused; }
.laufband ul {
  display: flex; align-items: center; gap: 0;
  list-style: none; margin: 0; padding: 0;
}
.laufband li {
  display: flex; align-items: center; gap: 20px;
  padding: 13px 0; font-weight: 800; font-size: 1.02rem;
  letter-spacing: .01em; white-space: nowrap;
}
.laufband li::after {
  content: "◆"; font-size: .62rem; color: var(--gold); opacity: .95; margin: 0 20px;
}
@keyframes laufen { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* --- Presse: dunkel, Logos in Weiß --------------------------- */
.presse-band {
  background: #08202d; border: 0; padding: 44px 0;
  position: relative; overflow: hidden;
}
.presse-band .wrap { position: relative; z-index: 1; }
.presse-titel {
  color: var(--gold); font-size: .82rem; letter-spacing: .18em;
  margin-bottom: 18px;
}
.presse img {
  height: 42px; width: auto; max-width: 150px; object-fit: contain;
}

.presse .name { color: rgba(255,255,255,.8); }

/* --- Karten mit mehr Leben ----------------------------------- */
a.card { position: relative; }
a.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 4px 10px rgba(11,42,58,.08), 0 22px 46px rgba(30,136,200,.22);
  border-color: var(--brand);
}
.card__nr {
  min-width: 34px; height: 34px; font-size: .95rem;
  box-shadow: 0 3px 10px rgba(11,42,58,.35);
}
a.card:hover .card__nr { transform: scale(1.1); }
.card__nr { transition: transform .2s ease; }

/* Schritt-Ziffern etwas theatralischer */
.schritte > div::before { font-size: 4rem; }
.schritte > div { transition: transform .18s ease, box-shadow .18s ease; }
.schritte > div:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

@media (max-width: 640px) {
  .hero-deko span { font-size: 4rem !important; }
  .laufband li { font-size: .92rem; padding: 11px 0; }
  .presse img {
  height: 42px; width: auto; max-width: 150px; object-fit: contain;
}
  .schritte > div::before { font-size: 3rem; }
}

/* ============================================================
   Einheitliche Bausteine für die ganze Seite
   ============================================================ */

/* Presse: farbige Logos auf hellen Kacheln – klar erkennbar,
   kein Ausgrauen, kein Effekt beim Überfahren. */
.presse .kachel {
  display: grid; place-items: center;
  background: #fff; border-radius: 14px;
  padding: 14px 22px; min-width: 150px; height: 78px;
  box-shadow: 0 6px 20px rgba(0,0,0,.22);
}
.presse a.kachel { transition: transform .18s ease; }
.presse a.kachel:hover { transform: translateY(-3px); }

/* Kennzahlen als normale Kacheln, kein Sonderband mehr */
.stats-band { padding: 0 0 26px; background: transparent; }
.stats > div { background: var(--flaeche); border: 1px solid var(--line); }
.stats .n { color: var(--ink); }

/* Abschlussband: blau getönte Fläche statt zweiter dunkler Kasten */
.band {
  background: linear-gradient(120deg, rgba(30,136,200,.24), rgba(30,136,200,.08));
  border: 1px solid rgba(92,178,232,.28);
}

/* Wiederkehrendes Diagonalmotiv, dezent, für Zusammenhalt */

/* ============================================================
   Ein durchgehendes Streifenmuster über die gesamte Seite.
   Liegt fest im Hintergrund, alle Abschnitte sind durchsichtig.
   ============================================================ */
body::before {
  content: ""; position: fixed; inset: -25vh -25vw;
  z-index: 0; pointer-events: none;
  background: repeating-linear-gradient(104deg,
    transparent 0 150px,
    rgba(30,136,200,.085) 150px 300px,
    transparent 300px 330px,
    rgba(30,136,200,.045) 330px 400px);
}
body > * { position: relative; z-index: 1; }

/* Abschnitte durchsichtig, damit das Muster durchläuft */
.section, .section--alt, .presse-band, .stats-band { background: transparent; }
.hero { background: transparent; }
.site-footer { background: rgba(7,30,42,.86); }
.site-header { background: rgba(10,38,52,.82); }

/* Presseleiste ohne Rahmen und Kanten – sie schwebt jetzt */
.presse-band { padding: 14px 0 10px; border: 0; }
.presse .kachel { box-shadow: 0 10px 30px rgba(0,0,0,.3); }

/* Die drei Schritte lösen sich von ihren Kästen ---------------- */
.schritte > div {
  background: transparent; border: 0; box-shadow: none;
  padding: 0 12px;
}
.schritte > div:hover { transform: none; box-shadow: none; }
.schritte > div::before {
  font-size: 4.6rem; color: var(--gold); -webkit-text-stroke: 0;
  opacity: .9; margin-bottom: 4px;
}
.schritte h3 { font-size: 1.25rem; }
.schritte { gap: 34px; }

/* Video ------------------------------------------------------- */
.video {
  position: relative; border-radius: 20px; overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-lg);
  background: #061821;
}
.video video { display: block; width: 100%; height: auto; }

@media (max-width: 640px) {
  body::before { background-size: auto; }
  .schritte > div::before { font-size: 3.4rem; }
  .schritte { gap: 26px; }
}

/* ============================================================
   Mobil: Maße an kleine Bildschirme anpassen
   ============================================================ */
@media (max-width: 860px) {
  /* Streifen enger stellen – sonst sieht man auf dem Handy nur zwei davon */
  body::before {
    background: repeating-linear-gradient(104deg,
      transparent 0 70px,
      rgba(30,136,200,.085) 70px 140px,
      transparent 140px 156px,
      rgba(30,136,200,.045) 156px 190px);
  }
  .hero { padding: 52px 0 44px; }
      .hero-actions .btn { width: 100%; }
  .video { border-radius: 14px; }
}

@media (max-width: 640px) {
  .brand { font-size: 1.05rem; gap: 10px; }
  .brand img { width: 42px; height: 42px; padding: 6px; }
  .nav { min-height: 66px; }

  .presse-band { padding: 6px 0 4px; }
  .presse { gap: 14px; }
  .presse .kachel {
    min-width: 0; width: calc(50% - 7px);
    height: 66px; padding: 10px 14px;
  }
  .presse img { height: 32px; max-width: 100%; }

  .stats-band { padding: 0 0 18px; }
  .stats > div { padding: 22px 16px; }
  .stats .n { font-size: 2.1rem; }

  .section { padding: 44px 0; }
  .schritte > div { padding: 0; }
  .hero h1 { font-size: clamp(2rem, 9vw, 2.6rem); }
  .hero p { font-size: 1.05rem; }
  .hero-deko span { opacity: .6; }
}

@media (max-width: 380px) {
  .presse .kachel { width: 100%; }
  .brand span { font-size: .98rem; }
}

/* Hero ohne Preiskarte: eine Spalte, Text bekommt mehr Luft */
.hero-inhalt { max-width: 760px; }
.hero-inhalt p { max-width: 54ch; font-size: 1.2rem; }
.hero h1 { font-size: clamp(2.6rem, 7vw, 4.4rem); }
.hero { padding: 104px 0 92px; }
@media (max-width: 860px) {
  .hero { padding: 58px 0 50px; }
  .hero-inhalt p { font-size: 1.06rem; }
}

/* ============================================================
   Mobile Nachbesserungen
   ============================================================ */

/* Datum und Uhrzeit liefen über: Rasterspalten dürfen nicht unter ihre
   Mindestbreite schrumpfen, solange man es nicht ausdrücklich erlaubt. */
.form-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
input, select, textarea { min-width: 0; max-width: 100%; }

/* iOS gibt Datums- und Zeitfeldern eine eigene Innenbreite, die sich
   sonst nicht verkleinern lässt. */
input[type=date], input[type=time] {
  -webkit-appearance: none; appearance: none;
}

/* Alle Bilder skalieren proportional, auch wenn width/height im HTML steht */
img { height: auto; }
.card__media img { height: 100%; }

@media (max-width: 640px) {
  .form-row { grid-template-columns: 1fr; }
}
input[type=date], input[type=time] {
  display: block;
  -webkit-appearance: none; appearance: none;
}
/* Safari zentriert den Inhalt dieser Felder sonst oben */
input[type=date]::-webkit-date-and-time-value,
input[type=time]::-webkit-date-and-time-value {
  text-align: left;
}

