/* Testfassung: Aufbau von scottpulcinitrader.com, Farben nach BRAND_DESIGN_BRIEF.md.
   Zweispaltig: links Inhalt, rechts durchgehende Empfehlungsspalte. */

:root {
  --tief:        #0B1220;
  --weich:       #0E1628;
  --karte:       #11192E;
  --karte-hell:  #172338;
  --linie:       #1B2740;
  --linie-stark: #2A3A5C;

  --text:        #F5F7FA;
  --text-2:      #B9C2D1;
  --text-3:      #98A2B4;
  --text-4:      #7C879B;

  --akzent:      #FFFFFF;
  --akzent-haar: rgba(255,255,255,0.20);
  --offen:       #C8A24A;

  --serif: 'Source Serif 4', 'Iowan Old Style', Charter, Georgia, serif;
  --sans:  'Instrument Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --mono:  'IBM Plex Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  --rand: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--tief);
  color: var(--text-2);
  font: 400 15px/1.68 var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.raster { width: 100%; max-width: var(--rand); margin: 0 auto; padding: 0 32px; }

/* ---------- Typografie ---------- */

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--text);
  letter-spacing: -0.012em;
  margin: 0;
}

h2 { font-size: 22px; line-height: 1.26; margin-bottom: 10px; }
h3 { font-size: 17px; line-height: 1.34; }
h4 { font-size: 15.5px; }

p { margin: 0 0 11px; }

.augenbraue {
  font: 500 12px/1 var(--sans);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--text-3);
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
}

.tick { width: 5px; height: 5px; border-radius: 50%; background: var(--akzent); display: inline-block; flex-shrink: 0; }

.klein-titel {
  font: 500 12px/1 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-4);
  margin: 0 0 18px;
}


/* ---------- Kopf ---------- */

.hinweisleiste {
  background: var(--weich);
  border-bottom: 1px solid var(--linie);
  font: 400 12.5px/1.5 var(--sans);
  letter-spacing: 0.005em;
  color: var(--text-3);
  display: flex; align-items: center; justify-content: center; gap: 11px;
  padding: 11px 24px;
  text-align: center;
}

.kopf {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11,18,32,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--linie);
  transform: translateZ(0);
  will-change: transform;
}

.kopf-innen {
  max-width: var(--rand); margin: 0 auto; padding: 0 32px;
  height: 56px; display: flex; align-items: center; gap: 26px;
}

.marke { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.marke-zeichen {
  width: 32px; height: 32px;
  border: 1px solid var(--linie-stark); border-radius: 3px;
  display: grid; place-items: center; color: var(--text);
}
.marke-text { display: flex; flex-direction: column; line-height: 1.2; }
.marke-text strong { font: 500 15px/1.2 var(--sans); color: var(--text); }
.marke-text em {
  font: 400 11.5px/1.4 var(--sans); font-style: normal;
  letter-spacing: 0.01em; color: var(--text-4);
}

.navigation { display: flex; gap: 26px; margin-left: auto; }
.navigation a {
  font: 500 13.5px/1 var(--sans); color: var(--text-2);
  text-decoration: none; padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color .16s, border-color .16s;
}
.navigation a:hover { color: var(--text); border-bottom-color: var(--akzent-haar); }

/* ---------- Knöpfe ---------- */

.knopf, .knopf-geist {
  display: inline-flex; align-items: center; justify-content: center;
  font: 500 14px/1 var(--sans);
  letter-spacing: 0.005em; text-decoration: none;
  padding: 13px 24px; border-radius: 4px;
  transition: background .16s, color .16s, border-color .16s;
  white-space: nowrap;
}
.knopf { background: var(--akzent); color: var(--tief); border: 1px solid var(--akzent); }
.knopf:hover { background: #E4E8EF; border-color: #E4E8EF; }
.knopf-geist { background: transparent; color: var(--text); border: 1px solid var(--akzent-haar); }
.knopf-geist:hover { border-color: var(--akzent); }
.kopf-rechts .knopf-geist { padding: 10px 18px; font-size: 13px; }

.knopfreihe { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 0; }
.knopfreihe.mitte { justify-content: center; }

/* ---------- Breites Kopfbild ---------- */

.kopfbild {
  position: relative;
  height: clamp(300px, 34vw, 440px);
  overflow: hidden;
  border-bottom: 0;
  background: var(--tief);
}
.kopfbild img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04) brightness(0.74);
}
.kopfbild::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg,
      rgba(11,18,32,0.52) 0%,
      rgba(11,18,32,0.30) 30%,
      rgba(11,18,32,0.55) 62%,
      rgba(11,18,32,0.90) 84%,
      var(--tief) 100%),
    linear-gradient(90deg, rgba(11,18,32,0.72) 0%, rgba(11,18,32,0.22) 52%, rgba(11,18,32,0.06) 100%);
  pointer-events: none;
}

.kopfbild-text {
  position: absolute;
  left: 0; right: 0; bottom: 34px;
  z-index: 2;
  max-width: var(--rand);
  margin: 0 auto;
  padding: 0 32px;
}
.kopf-claim {
  font: 400 clamp(30px, 4vw, 46px)/1.06 var(--serif);
  color: var(--text);
  letter-spacing: -0.024em;
  margin: 0 0 9px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.85), 0 1px 3px rgba(0,0,0,0.7);
}
.kopf-unter {
  font: 400 clamp(14px, 1.3vw, 17px)/1.45 var(--sans);
  letter-spacing: 0.01em;
  color: var(--text-2);
  margin: 0;
  text-shadow: 0 1px 10px rgba(0,0,0,0.8);
}

/* Kachel mit geladenem Original-Werbemittel blendet den Ersatz aus */
.deal-bild.hat-bild .kachel-fallback { display: none; }
.deal-bild.hat-bild[data-offen]::after { display: none; }

.preis-zeile {
  font-size: 14px;
  color: var(--text-3);
  padding: 13px 0;
  border-top: 1px solid var(--linie);
  border-bottom: 1px solid var(--linie);
  margin-bottom: 18px;
}
.preis-zeile strong {
  font: 400 19px/1 var(--serif);
  color: var(--text);
  margin-right: 8px;
  font-variant-numeric: tabular-nums;
}

.karte-knopf {
  display: inline-flex; align-items: center;
  font: 500 13.5px/1 var(--sans);
  letter-spacing: 0.005em;
  text-decoration: none;
  background: var(--akzent); color: var(--tief);
  border: 1px solid var(--akzent);
  padding: 11px 18px; border-radius: 4px;
  margin-right: 8px;
  transition: background .16s, border-color .16s, color .16s;
}
.karte-knopf:hover { background: #E4E8EF; border-color: #E4E8EF; }
.karte-knopf.geist { background: transparent; color: var(--text); border-color: var(--akzent-haar); }
.karte-knopf.geist:hover { background: transparent; border-color: var(--akzent); }

/* ---------- Hauptbereich zweispaltig ---------- */

.haupt { padding: 40px 0 44px; border-bottom: 1px solid var(--linie); }

.haupt-raster {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 272px;
  gap: 56px;
  align-items: start;
}

.einstieg {
  font: 400 19px/1.52 var(--serif);
  color: var(--text);
  max-width: 54ch;
  margin: 0 0 24px;
}

/* ---------- Zeilen: Bild links, Text rechts ---------- */

.zeile {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 32px;
}

.bild-feld {
  margin: 0;
  width: 150px;
  border: 1px solid var(--linie-stark);
  border-radius: 3px;
  overflow: hidden;
  background: var(--karte);
  box-shadow: 0 10px 28px rgba(0,0,0,0.34);
}
.bild-feld img {
  width: 100%; height: auto; display: block;
  object-fit: cover; object-position: center 18%;
}
.bild-feld.hoch img { aspect-ratio: 3 / 4; }


.hervor {
  font: italic 400 16px/1.56 var(--serif);
  color: var(--text);
  padding-left: 18px;
  border-left: 1px solid var(--linie-stark);
  margin-top: 22px;
}

.zeile-text { max-width: 62ch; }
.zeile-text p { font-size: 15px; line-height: 1.68; }
.zeile-text strong { color: var(--text); font-weight: 500; }
.zeile-klein { font-size: 14.5px; color: var(--text-3); }

.zitat {
  margin: 0 0 14px;
  padding-left: 20px;
  border-left: 1px solid var(--linie-stark);
  font: italic 400 18px/1.6 var(--serif);
  color: var(--text-2);
}

.fliess { font-size: 15px; line-height: 1.7; margin: 0 0 26px; max-width: 66ch; }
.fliess a { color: var(--text); text-decoration: none; border-bottom: 1px solid var(--akzent-haar); }
.fliess a:hover { border-color: var(--akzent); }

/* ---------- Plattformen untereinander ---------- */

.plattformen { margin: 0 0 28px; }

.plattform {
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 7px;
  width: 100%; max-width: 250px;
  height: 66px;
  margin-bottom: 10px;
  border: 1px solid var(--linie);
  border-radius: 4px;
  background: var(--karte);
  padding: 14px 24px;
  text-decoration: none;
  transition: border-color .18s, background .18s;
}
.plattform:hover { border-color: var(--akzent-haar); background: var(--karte-hell); }


/* ---------- Inhaltskarten: Bild links, Text rechts ---------- */

.inhalt-karte {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--linie);
}

.karte-bild {
  margin: 0;
  border: 1px solid var(--linie);
  border-radius: 3px;
  overflow: hidden;
  background: var(--karte);
}
.karte-bild img {
  width: 100%; aspect-ratio: 16 / 10; object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
}

.leer-flaeche {
  aspect-ratio: 16 / 10;
  display: grid; place-items: center;
}
.leer-flaeche span {
  font: 400 11px/1 var(--mono);
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-4);
}

.inhalt-karte p { font-size: 15px; }

.karte-link {
  display: inline-block;
  font: 500 11px/1 var(--mono);
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--text); text-decoration: none;
  border-bottom: 1px solid var(--akzent-haar);
  padding-bottom: 5px;
  margin-bottom: 16px;
  transition: border-color .16s;
}
.karte-link:hover { border-color: var(--akzent); }

/* ---------- Rechte Spalte: Empfehlungen ---------- */

.spalte-rechts {
  position: sticky;
  top: 96px;
  padding-left: 0;
}

.deals-titel { font-size: 19px; margin-bottom: 9px; }
.deals-hinweis {
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--text-4);
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--linie);
}

.deal { display: block; text-decoration: none; margin-bottom: 16px; }

.deal-bild {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 300 / 250;
  border: 1px solid var(--linie-stark);
  border-radius: 4px;
  overflow: hidden;
  background: var(--karte);
  transition: border-color .18s, box-shadow .18s;
}
.deal:hover .deal-bild {
  border-color: var(--akzent-haar);
  box-shadow: 0 6px 22px rgba(0,0,0,0.38);
}
.deal-bild img { width: 100%; height: 100%; object-fit: cover; }

/* Logo-Kachel: zeigt das Original-Werbemittel, sonst die Marke */
.logo-kachel { background: linear-gradient(162deg, #16203A 0%, #0C1322 72%); }
.kachel-fallback {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 16px;
  padding: 26px;
}
.logo-kachel img:first-child { position: relative; z-index: 2; }
.logo-kachel:not(.leer) > img[src] { display: block; }
.kachel-fallback img { max-width: 140px; max-height: 34px; width: auto; height: auto; object-fit: contain; }
.kachel-marke { font: 600 22px/1 var(--sans); letter-spacing: 0.14em; color: var(--text); }
.kachel-wort {
  font: 500 12.5px/1 var(--sans);
  letter-spacing: 0.005em; color: var(--text-3);
  border: 1px solid var(--linie-stark);
  border-radius: 4px;
  padding: 9px 15px;
}
.deal:hover .kachel-wort { border-color: var(--akzent-haar); color: var(--text); }

/* Eigene Werbekachel: echtes Chartbild mit Text darüber */
.werbe-kachel { background: var(--karte); }
.werbe-kachel > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.06) brightness(0.42);
}
.werbe-kachel.dunkel { background: linear-gradient(158deg, #17223C 0%, #0B1220 72%); }

.werbe-text {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  justify-content: flex-end; gap: 7px;
  padding: 22px 20px;
  z-index: 2;
}
.werbe-text.mittig { justify-content: center; align-items: center; text-align: center; gap: 14px; }

.werbe-oben {
  font: 500 11.5px/1 var(--sans);
  letter-spacing: 0.07em; text-transform: uppercase; color: var(--text-3);
}
.werbe-gross { font: 400 20px/1.12 var(--serif); color: var(--text); letter-spacing: -0.015em; }

/* Bestandteile der Strategie, eine Zeile unter dem Titel */
.strategie-teile {
  font: 400 12px/1.45 var(--sans);
  color: var(--text-3);
  letter-spacing: 0.01em;
  margin-top: -2px;
}
.gross-serif { font-size: 18px; }
.werbe-knopf {
  margin-top: 8px;
  align-self: flex-start;
  font: 500 13px/1 var(--sans);
  letter-spacing: 0.005em;
  background: var(--akzent); color: var(--tief);
  padding: 10px 16px; border-radius: 4px;
}
.werbe-text.mittig .werbe-knopf { align-self: center; }
.werbe-knopf.hell { background: transparent; color: var(--text-2); border: 1px solid var(--akzent-haar); }
.deal:hover .werbe-knopf { background: #E4E8EF; }
.deal:hover .werbe-knopf.hell { background: transparent; border-color: var(--akzent); color: var(--text); }

.deal-text {
  display: block;
  padding-top: 11px;
  font: 400 12.5px/1.55 var(--sans);
  color: var(--text-4);
}
.deal-text strong {
  display: block;
  font: 500 13.5px/1.4 var(--sans);
  color: var(--text-2);
  margin-bottom: 3px;
}

/* ---------- Untere Abschnitte ---------- */

.abschnitt { padding: 44px 0; border-bottom: 1px solid var(--linie); }
.abschnitt.dunkler { background: var(--weich); }
.abschnitt-kopf { max-width: 70ch; margin-bottom: 42px; }
.abschnitt-kopf.mitte-kopf { margin-left: auto; margin-right: auto; text-align: center; }
.abschnitt-kopf.mitte-kopf .augenbraue { justify-content: center; }

.drei { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.posten { padding: 26px 0 0; border-top: 1px solid var(--linie-stark); }
.posten h3 { margin-bottom: 10px; }
.posten p { font-size: 15px; color: var(--text-3); margin: 0; }

.abschluss { padding: 52px 0; text-align: center; border-bottom: 1px solid var(--linie); }
.abschluss-innen { max-width: 760px; }
.abschluss h2 { font-size: 27px; line-height: 1.22; margin-bottom: 14px; }
.abschluss p { color: var(--text-3); font-size: 16.5px; }

/* ---------- Fuss ---------- */

.fuss { padding: 48px 0 0; background: var(--weich); }
.fuss-raster {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 44px; padding-bottom: 48px;
}
.fuss-spalte { display: flex; flex-direction: column; gap: 10px; }
.fuss-spalte h4 {
  font: 600 12px/1 var(--sans);
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-4);
  margin-bottom: 7px;
}
.fuss-spalte a { font-size: 14.5px; color: var(--text-3); text-decoration: none; width: fit-content; transition: color .16s; }
.fuss-spalte a:hover { color: var(--text); }
.fuss-marke { margin-bottom: 5px; }
.fuss-klein { font-size: 13.5px; color: var(--text-4); line-height: 1.6; margin: 0; }

.risiko { border-top: 1px solid var(--linie); padding-top: 22px; padding-bottom: 38px; }
.risiko p { font-size: 13.5px; line-height: 1.72; color: var(--text-4); max-width: 96ch; margin: 0 0 11px; }
.risiko p:last-child { margin-bottom: 0; }
.risiko strong { color: var(--text-3); font-weight: 500; }

/* ---------- Schmalere Schirme ---------- */

@media (max-width: 1080px) {
  .haupt-raster { grid-template-columns: 1fr; gap: 54px; }
  .zeile { grid-template-columns: 150px 1fr; }
  .spalte-rechts { position: static; border-left: 0; border-top: 1px solid var(--linie); padding-left: 0; padding-top: 34px; }
  .deal { display: inline-block; width: 300px; vertical-align: top; margin-right: 22px; }
  .navigation { display: none; }
  .drei { grid-template-columns: 1fr 1fr; }
  .fuss-raster { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .raster, .kopf-innen { padding: 0 20px; }
  .zeile { grid-template-columns: 1fr; gap: 18px; }
  .inhalt-karte { grid-template-columns: 1fr; gap: 18px; }
  .deal { width: 100%; margin-right: 0; }
  .drei, .fuss-raster { grid-template-columns: 1fr; }
  .abschnitt, .abschluss { padding: 58px 0; }
  .hinweisleiste { font-size: 11px; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* Inhaltszeilen wechseln die Seite: Bild links, dann rechts, dann links */
.inhalt-karte:nth-of-type(even) .karte-bild { order: 2; }
.inhalt-karte:nth-of-type(even) { grid-template-columns: 1fr 200px; }


/* ---------- Enthalten-Raster in der Empfehlungsspalte ---------- */

.enthalten { margin: 0 0 18px; }
.enthalten-titel {
  display: block;
  font: 500 11.5px/1 var(--sans);
  letter-spacing: 0.07em; text-transform: uppercase; color: var(--text-4);
  margin-bottom: 9px;
}
.enthalten-raster { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.enthalten-feld {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--linie);
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  background: var(--karte);
  transition: border-color .18s;
}
.enthalten-feld:hover { border-color: var(--akzent-haar); }
.enthalten-feld img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.6) contrast(1.05) brightness(0.36);
}
.enthalten-feld span {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  font: 400 11px/1 var(--sans);
  letter-spacing: 0.02em; color: var(--text-3);
}
.enthalten-feld strong { font: 400 21px/1 var(--serif); color: var(--text); letter-spacing: 0; }

/* ---------- Marken in den Kacheln ---------- */

.logo-kachel.bookmap .kachel-fallback { background: #0C1322; }
.logo-kachel.atas .kachel-fallback { gap: 10px; }
.marken-logo { max-width: 148px; max-height: 30px; width: auto; height: auto; object-fit: contain; }
.marken-icon { width: 46px; height: 46px; border-radius: 9px; object-fit: contain; }
.logo-kachel .kachel-marke { font: 600 19px/1 var(--sans); letter-spacing: 0.2em; }

/* ---------- Kanal-Kacheln ---------- */

.kanal-raster { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 4px; }
.kanal {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--linie-stark);
  border-radius: 3px;
  background: var(--karte);
  text-decoration: none;
  color: var(--text-3);
  transition: border-color .18s, color .18s, background .18s;
}
.kanal span {
  font: 500 12px/1 var(--sans);
  letter-spacing: 0.02em;
}
.kanal.youtube:hover { color: #FF0033; border-color: rgba(255,0,51,0.45); background: #12101B; }
.kanal.instagram:hover { color: #E1306C; border-color: rgba(225,48,108,0.45); background: #150F19; }
.kanal.twitch:hover { color: #9146FF; border-color: rgba(145,70,255,0.5); background: #140F1E; }

/* ---------- Einzelbetreuung ---------- */

.eins-zu-eins {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: stretch;
  margin: 24px 0 6px;
  border: 1px solid var(--linie-stark);
  border-radius: 3px;
  overflow: hidden;
  background: linear-gradient(120deg, #16203A 0%, #0C1322 76%);
}
.eins-bild { position: relative; overflow: hidden; }
.eins-bild img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.6) contrast(1.05) brightness(0.42);
}
.eins-text { padding: 18px 20px 18px 0; }
.eins-oben {
  display: block;
  font: 500 11.5px/1 var(--sans);
  letter-spacing: 0.07em; text-transform: uppercase; color: var(--text-4);
  margin-bottom: 8px;
}
.eins-text h2 { margin-bottom: 7px; }
.eins-text p { font-size: 15px; margin-bottom: 14px; max-width: 46ch; }
.eins-knopfe { display: flex; gap: 8px; flex-wrap: wrap; }

.karte-knopf.whatsapp {
  background: #1E5C3A; border-color: #1E5C3A; color: #EAF6EE;
  gap: 7px;
}
.karte-knopf.whatsapp:hover { background: #26714A; border-color: #26714A; }

/* ---------- Kontakt ---------- */

.kontakt-raster { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: start; }
.kontakt-text { font-size: 15px; max-width: 44ch; margin-bottom: 18px; }

.kontakt-formular { display: flex; flex-direction: column; gap: 12px; }
.kontakt-formular label { display: flex; flex-direction: column; gap: 5px; }
.kontakt-formular span {
  font: 500 12.5px/1 var(--sans);
  letter-spacing: 0.01em; color: var(--text-3);
}
.kontakt-formular input, .kontakt-formular textarea {
  background: var(--karte);
  border: 1px solid var(--linie-stark);
  border-radius: 3px;
  color: var(--text);
  font: 400 13.5px/1.5 var(--sans);
  padding: 10px 12px;
  resize: vertical;
}
.kontakt-formular input:focus, .kontakt-formular textarea:focus {
  outline: none; border-color: var(--akzent-haar);
}
.kontakt-formular button { align-self: flex-start; cursor: pointer; }
.formular-klein { font-size: 11.5px; color: var(--text-4); margin: 4px 0 0; }

@media (max-width: 1080px) {
  .eins-zu-eins { grid-template-columns: 1fr; }
  .eins-bild { height: 120px; }
  .eins-text { padding: 16px 18px; }
  .kontakt-raster { grid-template-columns: 1fr; gap: 30px; }
}

/* Plattform-Kachel mit Original-Symbol */
.plattform.mit-icon { flex-direction: row; gap: 13px; justify-content: center; }
.plattform-icon { width: 34px; height: 34px; border-radius: 7px; object-fit: contain; }
.plattform-schrift { display: flex; flex-direction: column; gap: 4px; }
.plattform-schrift .wortmarke { font-size: 17px; letter-spacing: 0.16em; }
.marken-icon.klein { width: 34px; height: 34px; border-radius: 7px; margin-bottom: 2px; }

/* Honigtopf gegen Formular-Roboter: fuer Menschen unsichtbar, nicht display:none */
.honigtopf {
  position: absolute !important;
  left: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}
.formular-meldung { font-size: 12.5px; color: var(--text-3); margin: 4px 0 0; min-height: 18px; }
.formular-meldung.fehler { color: #E0914A; }

/* Kachel, die ein echtes Werbemittel traegt: Bild fuellt die Flaeche */
.deal-bild.werbemittel { background: #0C1322; }
.deal-bild.werbemittel img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Kachel mit quadratischem Markenzeichen auf Markenfarbe */
.deal-bild.marken-kachel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 22px;
}
.deal-bild.marken-kachel img { width: 96px; height: 96px; border-radius: 10px; object-fit: contain; }
.deal-bild.tradingpit { background: #231145; border-color: #3A2270; }
.deal:hover .deal-bild.tradingpit { border-color: #6E4BC7; }

.deal-bild.atas { background: #F4F7FB; border-color: #D4DEEA; }
.deal-bild.atas .kachel-wort { color: #44536B; border-color: #C3D0E0; }
.deal:hover .deal-bild.atas { border-color: #4F9BE8; }
.deal-bild.atas img { border-radius: 8px; background: transparent; }
.plattform-icon { object-fit: contain; }

.deal-bild.bookmap-hell { background: #FFFFFF; border-color: #DDE3EC; }
.deal-bild.bookmap-hell img { width: 176px; height: auto; border-radius: 0; }
.deal-bild.bookmap-hell .kachel-wort { color: #44536B; border-color: #CBD5E2; }
.deal:hover .deal-bild.bookmap-hell { border-color: #2D8CF0; }

/* Kopfbild: Heatmap-Ausschnitt, Bildmitte etwas tiefer setzen */
.kopfbild img { object-position: 38% 46%; }

/* ---------- Plattform-Zeilen mit echten Markenbildern ---------- */

.plattform.hell { background: #FFFFFF; border-color: #E2E8F0; }
.plattform.hell:hover { background: #F8FAFC; border-color: #CBD5E1; }
.plattform.violett { background: #231145; border-color: #3A2270; }
.plattform.violett:hover { border-color: #6E4BC7; }

.plattform img { max-height: 34px; max-width: 168px; width: auto; height: auto; object-fit: contain; }
.plattform img.wortbild { max-height: 27px; max-width: 190px; }
.plattform img.quadrat { max-height: 42px; max-width: 46px; width: auto; border-radius: 6px; }

.plattform-name {
  font: 500 15.5px/1 var(--sans);
  letter-spacing: 0.01em;
  color: #F5F7FA;
}
.plattform-name.dunkel { color: #1B2740; }
.plattform.mit-icon { flex-direction: row; gap: 12px; }
.plattform.violett { flex-direction: row; gap: 12px; }

/* ---------- Schriftfeinheiten der neuen Familien ---------- */

h1, h2, h3, h4 { font-optical-sizing: auto; letter-spacing: -0.008em; }
.einstieg { letter-spacing: -0.004em; }
.knopf, .knopf-geist, .karte-knopf, .werbe-knopf, .kachel-wort { letter-spacing: 0.005em; }
.augenbraue, .klein-titel { letter-spacing: 0.08em; }

/* ============================================================
   HANDY: Reihenfolge nach Wichtigkeit, nicht nach Spaltenlage
   Zuerst die Ausbildung, dann die Einzelbetreuung, dann der Rest.
   ============================================================ */

@media (max-width: 860px) {
  .haupt { padding: 24px 0 36px; }

  .haupt-raster {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .spalte-rechts {
    order: -1;
    display: flex;
    flex-direction: column;
    padding: 0 0 30px;
    margin-bottom: 26px;
    border-bottom: 1px solid var(--linie);
  }

  /* Ausbildung ganz nach oben, danach die Einzelbetreuung */
  .spalte-rechts .deals-titel        { order: 1; margin-bottom: 12px; }
  .spalte-rechts .deal               { order: 6; }
  .spalte-rechts .deal:nth-of-type(1){ order: 2; }   /* Futures-Ausbildung */
  .spalte-rechts .deal[href="/atr-strategie.html"] { order: 3; }
  .spalte-rechts .deal[href="#coaching"] { order: 4; }
  .spalte-rechts .deal[data-thema]   { order: 5; }
  .spalte-rechts .kanal-raster       { order: 9; }

  /* Kacheln auf dem Handy in voller Breite, aber nicht riesig */
  .deal { max-width: 340px; width: 100%; margin: 0 auto 18px; }
  .enthalten { max-width: 340px; width: 100%; margin: 0 auto 18px; }
  .kanal-raster { max-width: 340px; width: 100%; margin: 0 auto; }
  .deals-titel { text-align: center; font-size: 18px; }

  /* Textblock und Bilder: Bild oben, Text darunter */
  .zeile { grid-template-columns: 1fr; gap: 16px; }
  .bild-feld { width: 100%; max-width: 300px; margin-left: auto; margin-right: auto; }
  .zeile-text { max-width: none; }

  .inhalt-karte { grid-template-columns: 1fr; gap: 16px; padding: 22px 0; }
  .inhalt-karte:nth-of-type(even) { grid-template-columns: 1fr; }
  .inhalt-karte:nth-of-type(even) .karte-bild { order: 0; }

  .plattform, .plattformen { max-width: 340px; margin-left: auto; margin-right: auto; }
  .plattformen { margin-bottom: 26px; }

  .eins-zu-eins { grid-template-columns: 1fr; }
  .kopf-claim { font-size: 21px; }
  .einstieg { font-size: 16px; }
  .kopf-innen { gap: 14px; }
  .marke-text em { display: none; }
}

@media (max-width: 420px) {
  .raster, .kopf-innen { padding: 0 16px; }
  .kopf-rechts .knopf-geist { padding: 10px 12px; font-size: 10px; letter-spacing: 0.08em; }
  .kopf-claim { font-size: 19px; }
  .hinweisleiste { font-size: 10px; padding: 9px 14px; }
}

/* ---------- Kontaktbereich ---------- */
.kontakt-wege { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 14px; }
.kontakt-klein { font-size: 13.5px; color: var(--text-4); margin: 0; }
.formular-kopf { font-size: 14px; color: var(--text-3); margin: 0 0 4px; }
.kontakt-formular select {
  background: var(--karte);
  border: 1px solid var(--linie-stark);
  border-radius: 3px;
  color: var(--text);
  font: 400 13.5px/1.5 var(--sans);
  padding: 10px 12px;
  cursor: pointer;
}
.kontakt-formular select:focus { outline: none; border-color: var(--akzent-haar); }
.karte-knopf.whatsapp svg { margin-right: 7px; }

/* Original-Markenzeichen der Kanaele brauchen keinen Farbwechsel beim Hover */
.kanal svg { display: block; }
.kanal.youtube:hover, .kanal.instagram:hover, .kanal.twitch:hover { background: var(--karte-hell); }
.kanal.youtube:hover { border-color: rgba(255,0,0,0.5); color: var(--text); }
.kanal.instagram:hover { border-color: rgba(214,36,159,0.5); color: var(--text); }

/* ---------- Symbolfeld statt Chartbild ---------- */
.karte-bild.symbolfeld {
  aspect-ratio: 16 / 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(158deg, #16203A 0%, #0C1322 72%);
}
.karte-bild.symbolfeld .symbol { width: 58px; height: 58px; border-radius: 12px; }
.symbol-text {
  font: 500 12px/1 var(--sans);
  letter-spacing: 0.04em;
  color: var(--text-4);
  border: 0;
  padding: 0;
}

/* ---------- Kleine Diashow in der Ausbildungskarte ---------- */
.karte-bild.diashow { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.karte-bild.diashow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.1s ease;
  filter: saturate(0.92) contrast(1.03);
}
.karte-bild.diashow img.ist-sichtbar { opacity: 1; }
.diashow-marke {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  font: 500 9px/1 var(--mono);
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--text);
  background: rgba(11,18,32,0.72);
  border: 1px solid var(--akzent-haar);
  border-radius: 2px;
  padding: 6px 9px;
}
@media (prefers-reduced-motion: reduce) {
  .karte-bild.diashow img { transition: none; }
}

/* ---------- Ausbildungskarte: Diashow liegt hinter dem Text ---------- */

.inhalt-karte.vollflaeche {
  position: relative;
  display: block;
  padding: 0;
  border-top: 0;
  border: 1px solid var(--linie-stark);
  border-radius: 4px;
  overflow: hidden;
  margin: 26px 0 8px;
  min-height: 300px;
}

.karte-grund { position: absolute; inset: 0; z-index: 0; }
.karte-grund img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease;
  filter: saturate(0.78) contrast(1.04);
}
.karte-grund img.ist-sichtbar { opacity: 1; }

/* Abdunkelung, damit der Text auf jedem Bild sicher lesbar bleibt */
.inhalt-karte.vollflaeche::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(100deg, rgba(8,13,24,0.95) 0%, rgba(8,13,24,0.88) 46%, rgba(8,13,24,0.58) 100%);
  pointer-events: none;
}

.karte-vordergrund {
  position: relative;
  z-index: 2;
  padding: 30px 32px 30px;
  max-width: 66ch;
}
.karte-vordergrund h2 { margin-bottom: 10px; }
.karte-vordergrund p { font-size: 15.5px; }
.karte-vordergrund .preis-zeile { border-color: rgba(255,255,255,0.14); }

@media (max-width: 860px) {
  .inhalt-karte.vollflaeche { min-height: 0; margin: 20px 0 8px; }
  .karte-vordergrund { padding: 22px 20px; }
  .inhalt-karte.vollflaeche::after {
    background: linear-gradient(180deg, rgba(8,13,24,0.86) 0%, rgba(8,13,24,0.94) 100%);
  }
}

@media (prefers-reduced-motion: reduce) { .karte-grund img { transition: none; } }

/* ---------- SpotGamma-Kachel ---------- */
.deal-bild.spotgamma { background: #F2F7F7; border-color: #CFE2E1; }
.deal-bild.spotgamma img { width: 92px; height: 92px; border-radius: 0; }
.deal-bild.spotgamma .kachel-wort { color: #3C6E6C; border-color: #BCD6D4; }
.deal:hover .deal-bild.spotgamma { border-color: #3E9B96; }

/* ---------- Symbolreihe aller Plattformen ---------- */
.klein-titel.abstand-oben { margin-top: 22px; }

.symbolreihe {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(58px, 1fr));
  gap: 9px;
  max-width: 330px;
  margin-bottom: 30px;
  align-items: start;
}

.symbolreihe .sym {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid var(--linie);
  border-radius: 6px;
  padding: 9px;
  transition: border-color .18s, box-shadow .18s;
}
.symbolreihe .sym:hover { border-color: #94A3B8; box-shadow: 0 4px 14px rgba(0,0,0,0.30); }
.symbolreihe .sym img { max-width: 100%; max-height: 38px; width: auto; height: auto; object-fit: contain; }

@media (max-width: 860px) {
  .symbolreihe { max-width: 340px; margin-left: auto; margin-right: auto; }
  .klein-titel.abstand-oben { text-align: center; }
}
