/* Startseite und Anmeldung */
body.site { background: var(--beton); }
.site a { color: inherit; }
.site a.btn { text-decoration: none; display: inline-block; }

.nav {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 14px clamp(16px, 4vw, 48px); background: var(--ink); color: var(--platte);
}
.wordmark { font-size: 26px; font-weight: 800; font-stretch: 125%; text-decoration: none; }
.nav-acts { display: flex; gap: 18px; align-items: center; }
.navlink { font-weight: 600; }
.navuser { color: #b8bcbf; font-size: 14px; }

/* Kopfbereich */
.hero {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); align-items: end;
  padding: clamp(32px, 6vw, 80px) clamp(16px, 4vw, 48px) 0; max-width: 1280px; margin: 0 auto;
}
.hero h1 { font-size: clamp(40px, 6.4vw, 84px); font-weight: 800; font-stretch: 125%; letter-spacing: -.015em; line-height: .98; margin-bottom: 24px; }
.hero p { font-size: 18px; max-width: 54ch; margin: 0 0 14px; }
.hero-acts { display: flex; gap: 10px; flex-wrap: wrap; margin: 26px 0 clamp(32px, 6vw, 80px); }
.hero-acts .btn { font-size: 17px; padding: .65em 1.2em; }
.hero-art { margin: 0; position: relative; }
.hero-art svg { display: block; width: 100%; height: auto; }
.hero-art svg .ground { stroke-width: 3; }
.hero-art figcaption { position: absolute; top: 0; left: 0; font-size: 15px; color: var(--stahl); }
.hero-art figcaption span { display: block; font-size: clamp(40px, 5vw, 64px); font-weight: 800; font-stretch: 125%; color: var(--ink); line-height: 1; }

/* Preisleiste direkt unter dem Boden des Hauses */
.pricestrip {
  display: flex; flex-wrap: wrap; gap: 6px 22px; padding: 12px clamp(16px, 4vw, 48px);
  background: var(--gelb); border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); font-size: 14px;
}
.pricestrip:empty { min-height: 45px; }
.pricestrip span { white-space: nowrap; }
.pricestrip i { font-style: normal; font-size: 11px; }
.pricestrip i.up { color: var(--rost); }
.pricestrip i.down { color: var(--gruen); }

/* Ablauf */
.steps, .live { max-width: 1280px; margin: 0 auto; padding: clamp(40px, 6vw, 72px) clamp(16px, 4vw, 48px) 0; }
.steps h2, .live h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 800; margin-bottom: 22px; }
.steps ol { list-style: none; counter-reset: s; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border: 2px solid var(--ink); border-radius: var(--r); background: var(--platte); }
.steps li { counter-increment: s; padding: 22px 22px 18px; }
.steps li + li { border-left: 2px solid var(--ink); }
.steps li::before { content: counter(s); display: block; font-size: 44px; font-weight: 800; font-stretch: 125%; line-height: 1; margin-bottom: 10px; color: var(--stahl); }
.steps h3 { font-size: 21px; margin-bottom: 8px; }
.steps p { margin: 0 0 10px; max-width: 46ch; }
.steps .chain { font-size: 13px; font-weight: 700; margin: 12px 0 0; padding-top: 10px; border-top: 1px dashed var(--stahl); }

/* Live */
.live { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(20px, 4vw, 56px); }
.livestats { display: flex; gap: 36px; margin: 0 0 18px; }
.livestats div { display: flex; flex-direction: column-reverse; }
.livestats dt { font-size: 13px; color: var(--stahl); }
.livestats dd { margin: 0; font-size: 36px; font-weight: 800; font-stretch: 118%; }
.feed { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--ink); }
.feed li { padding: 8px 0; border-bottom: 1px solid #b3afa5; }
.feed li.ev { font-weight: 700; }
.site .rank { padding-left: 30px !important; border-top: 2px solid var(--ink); padding-top: 8px !important; }
.site .rank li { padding: 6px 0; font-size: 16px; }
.empty-rank { list-style: none; margin-left: -30px; }
.foot { max-width: 1280px; margin: 0 auto; padding: 56px clamp(16px, 4vw, 48px) 32px; color: var(--stahl); font-size: 13px; }

/* Anmeldung */
.auth {
  display: grid; grid-template-columns: repeat(2, minmax(0, 440px)); gap: 20px; justify-content: center; align-items: start;
  padding: clamp(24px, 6vw, 72px) 16px;
}
.authbox { background: var(--platte); border: 2px solid var(--ink); border-radius: var(--r); padding: 26px; }
.authbox.new { padding-top: 0; overflow: hidden; }
.authbox.new .hazard { margin: 0 -26px 22px; }
.authbox h1 { font-size: 32px; font-weight: 800; margin-bottom: 8px; }
.authbox > p { margin: 0 0 18px; color: var(--stahl); }
.authbox label { display: block; font-weight: 700; margin: 12px 0 4px; }
.authbox input {
  width: 100%; font: inherit; font-size: 17px; padding: .45em .6em;
  border: 2px solid var(--ink); border-radius: var(--r); background: #fff;
}
.authbox small { display: block; color: var(--stahl); font-size: 12px; margin-top: 3px; }
.authbox .btn { margin-top: 16px; width: 100%; font-size: 16px; }
.formerr { color: var(--rost); font-weight: 700; min-height: 1.2em; margin: 12px 0 0; }
.formerr:empty { margin: 0; min-height: 0; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; align-items: start; }
  .hero-art { order: -1; max-width: 480px; }
  .hero-acts { margin-bottom: 36px; }
  .steps ol { grid-template-columns: 1fr; }
  .steps li + li { border-left: 0; border-top: 2px solid var(--ink); }
  .live { grid-template-columns: 1fr; }
  .auth { grid-template-columns: minmax(0, 440px); }
}

/* Standortwahl */
.regionpick { border: 0; padding: 0; margin: 16px 0 0; }
.regionpick legend { font-weight: 700; margin-bottom: 6px; }
.regionopt { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 400 !important; margin: 0 !important;
  padding: 8px 10px; border: 2px solid var(--platte-2); border-radius: var(--r); cursor: pointer; }
.regionopt + .regionopt { margin-top: 6px !important; }
.regionopt input { width: auto !important; margin-top: 3px; accent-color: var(--ink); }
.regionopt b { display: block; }
.regionopt small { margin: 0 !important; }
.regionopt:has(input:checked) { border-color: var(--ink); background: #efe6c8; }

/* Startseite: neue Bereiche */
.pricestrip small { color: var(--ink); opacity: .7; }
.gp-live { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: clamp(20px, 4vw, 56px); align-items: center; }
.gp-live svg { width: 100%; height: auto; display: block; }
.gp-live .pbar { height: 12px; border: 2px solid var(--ink); border-radius: 2px; background: var(--platte); overflow: hidden; margin: 12px 0; }
.gp-live .pbar i { display: block; height: 100%; background: var(--gelb); }
.features { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 0; border: 2px solid var(--ink); border-radius: var(--r); background: var(--platte); }
.features li { padding: 18px 20px; border-right: 1px solid #b3afa5; border-bottom: 1px solid #b3afa5; }
.features h3 { font-size: 18px; margin-bottom: 6px; }
.features p { margin: 0; font-size: 14px; }
.hof { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.hof li { border-top: 2px solid var(--ink); padding-top: 8px; }
.hof h3 { font-size: 18px; }
.hof ol { margin: 6px 0 0; padding-left: 22px; }
.season-line { font-size: 15px; margin: -10px 0 18px; color: var(--stahl); }
@media (max-width: 860px) { .gp-live { grid-template-columns: 1fr; } }

.features li::before { content: none !important; }
