/*!
 * MjM Polo Arena · Version 1.28.9
 * MjM AG · More Joyful Matches
 * Copyright (c) 2026 MjM AG. Alle Rechte vorbehalten.
 * Weitergabe, Vervielfältigung oder Nachbau nur mit schriftlicher Zustimmung.
 */
/* =========================================================================
   Angebots- und Rechtsseiten
   Dieselbe Handschrift wie das Buchungsformular, ruhiger gesetzt.
   ========================================================================= */

.pg {
  --ink:   #0C110F;
  --ink-2: #141C18;
  --ink-3: #1E2924;
  --gold:  #C8A44D;
  --cream: #F4F1E8;
  --muted: #A3AFA8;
  --line:  rgba(200,164,77,.26);
  --alert: #E58F70;

  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font: 17px/1.6 "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.pg *, .pg *::before, .pg *::after { box-sizing: border-box; }
.pg h1, .pg h2, .pg h3, .pg p, .pg ul, .pg ol, .pg dl, .pg dd { margin: 0; padding: 0; }
.pg ul, .pg ol { list-style: none; }
.pg a { color: var(--gold); }
.pg :focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.pg code {
  background: var(--ink-3); padding: 2px 7px; border-radius: 2px;
  font-family: ui-monospace, Menlo, Consolas, monospace; font-size: .85em;
}

.pg-skip {
  position: absolute; left: -9999px; top: 0; z-index: 20;
  background: var(--gold); color: var(--ink); padding: 12px 18px; text-decoration: none;
}
.pg-skip:focus { left: 8px; top: 8px; }

.pg-in { max-width: 1060px; margin: 0 auto; padding: 0 20px; }
.pg-in--narrow { max-width: 720px; }

/* ------------------------------------------------------------- Kopfbereich */
.pg-hero {
  padding: clamp(52px, 11vw, 120px) 0 clamp(40px, 8vw, 84px);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(ellipse 90% 60% at 50% -10%, rgba(200,164,77,.13), transparent 70%),
    var(--ink);
}
.pg-hero--slim { padding: clamp(40px, 8vw, 72px) 0 clamp(24px, 4vw, 40px); }

.pg-eyebrow {
  font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold);
}
.pg h1 {
  margin-top: 16px !important;
  font-weight: 400; font-size: clamp(30px, 5.6vw, 56px); line-height: 1.06; letter-spacing: -.01em;
}
.pg-lead {
  margin-top: 20px !important; max-width: 58ch;
  font-size: clamp(17px, 2.2vw, 21px); color: var(--muted);
}
.pg-actions { margin-top: 30px !important; display: flex; flex-wrap: wrap; gap: 12px; }
.pg-note { margin-top: 18px !important; font-size: 14px; color: var(--muted); }

.pg-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 56px; padding: 16px 32px;
  background: linear-gradient(160deg, #D8B45E, var(--gold) 55%, #B08F3E);
  color: var(--ink); font-weight: 600;
  border: 1px solid var(--gold); border-radius: 3px;
  font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase;
  text-decoration: none; cursor: pointer;
  box-shadow: 0 10px 28px rgba(200, 164, 77, .22);
  transition: transform .18s ease, box-shadow .18s ease;
}
/* Element + Klasse, damit «.pg a» (Element+Klasse) nicht gewinnt.
   Vorher stand der Knopf in Gold auf Gold und war unlesbar. */
.pg a.pg-btn, .pg button.pg-btn { color: var(--ink); }
.pg a.pg-btn--ghost, .pg button.pg-btn--ghost { color: var(--gold); }
.pg-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(200, 164, 77, .32);
}
.pg-btn:active { transform: translateY(0); }
.pg-btn--ghost {
  background: transparent; color: var(--gold);
  border-color: rgba(200, 164, 77, .55); box-shadow: none;
}
.pg-btn--ghost:hover { border-color: var(--gold); background: rgba(200, 164, 77, .08); }
@media (prefers-reduced-motion: reduce) { .pg-btn, .pg-btn:hover { transform: none; transition: none; } }

/* ---------------------------------------------------------------- Abschnitte */
.pg-sec { padding: clamp(44px, 8vw, 92px) 0; border-bottom: 1px solid var(--line); }
.pg-sec--alt { background: var(--ink-2); }
.pg-sec--form { background: var(--ink-2); }

.pg-kicker {
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold);
}
.pg h2 {
  margin-top: 12px !important;
  font-weight: 400; font-size: clamp(24px, 3.6vw, 36px); line-height: 1.15;
}
.pg h3 { margin-top: 0 !important; font-weight: 500; font-size: 18px; }
.pg-intro { margin-top: 16px !important; max-width: 62ch; color: var(--muted); }

.pg-cols { display: grid; gap: 28px; margin-top: 26px; }
.pg-cols p { margin-bottom: 14px; color: var(--muted); }
@media (min-width: 820px) { .pg-cols { grid-template-columns: 1.3fr 1fr; gap: 48px; } }

.pg-pain { border-left: 2px solid var(--gold); padding-left: 20px; }
.pg-pain li { padding: 7px 0; color: var(--cream); font-size: 16px; }
.pg-pain li + li { border-top: 1px solid var(--line); }

.pg-grid { display: grid; gap: 16px; margin-top: 30px; }
@media (min-width: 700px) { .pg-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .pg-grid--tight { grid-template-columns: repeat(3, 1fr); } }
.pg-grid article {
  padding: 22px; background: var(--ink); border: 1px solid var(--line); border-radius: 3px;
}
.pg-sec:not(.pg-sec--alt) .pg-grid article { background: var(--ink-2); }
.pg-grid p { margin-top: 9px !important; font-size: 15px; color: var(--muted); }

/* ------------------------------------------------------------------ Schritte */
.pg-steps { counter-reset: s; margin-top: 28px; display: grid; gap: 2px; }
.pg-steps li {
  counter-increment: s;
  display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: baseline;
  padding: 18px 0; border-top: 1px solid var(--line);
}
.pg-steps li::before {
  content: counter(s, decimal-leading-zero);
  color: var(--gold); font-size: 15px; letter-spacing: .06em;
}
.pg-steps b { font-weight: 500; }
.pg-steps span { display: block; margin-top: 4px; color: var(--muted); font-size: 15px; }
@media (min-width: 760px) {
  .pg-steps li { grid-template-columns: 44px 200px 1fr; }
  .pg-steps span { margin-top: 0; }
}

/* -------------------------------------------------------------------- Daten */
.pg-specs { margin-top: 28px; display: grid; gap: 2px; }
.pg-specs > div {
  display: grid; gap: 6px; padding: 16px 0; border-top: 1px solid var(--line);
}
.pg-specs dt { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.pg-specs dd { color: var(--muted); font-size: 15px; }
@media (min-width: 760px) {
  .pg-specs > div { grid-template-columns: 220px 1fr; gap: 24px; align-items: baseline; }
}

/* ---------------------------------------------------------------- Formular */
.pg-form { margin-top: 26px; }
.pg-row { display: grid; gap: 14px; }
@media (min-width: 620px) { .pg-row { grid-template-columns: 1fr 1fr; } }
.pg-field { margin-bottom: 14px; }
.pg-field label {
  display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 7px;
}
.pg-field label span { text-transform: none; letter-spacing: 0; }
.pg-field input, .pg-field select, .pg-field textarea {
  width: 100%; min-height: 50px;
  background: var(--ink); border: 1px solid var(--line); border-radius: 3px;
  color: var(--cream); font: inherit; font-size: 16px; padding: 13px 14px;
}
.pg-field textarea { min-height: 120px; resize: vertical; }
.pg-field input:focus, .pg-field select:focus, .pg-field textarea:focus { border-color: var(--gold); }

.pg-consent {
  display: flex; gap: 13px; align-items: flex-start;
  margin: 8px 0 22px; font-size: 15px; color: var(--muted); line-height: 1.5; cursor: pointer;
}
.pg-consent input { width: 24px; height: 24px; flex: none; margin-top: 2px; accent-color: var(--gold); }

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

.pg-error {
  margin-top: 20px; padding: 14px 16px;
  border: 1px solid var(--alert); border-radius: 3px;
  background: rgba(229,143,112,.1); color: var(--cream);
}
.pg-done {
  margin-top: 24px; padding: 28px;
  border: 1px solid var(--gold); border-radius: 3px; background: var(--ink);
}
.pg-done h3 { font-size: 22px; font-weight: 400; }
.pg-done p { margin-top: 12px !important; color: var(--muted); }

.pg-hinweis {
  margin-top: 34px; padding: 18px 20px;
  border-left: 3px solid var(--gold); background: var(--ink-2); border-radius: 3px;
}
.pg-hinweis p { color: var(--muted); font-size: 15px; }

/* --------------------------------------------------------------- Rechtsseite */
.pg--legal h2 { margin-top: 40px !important; font-size: 24px; }
.pg--legal h3 { margin-top: 26px !important; }
.pg--legal p { margin-top: 12px !important; color: var(--muted); }
.pg-address { margin-top: 16px; font-style: normal; line-height: 1.7; }
.pg-address strong { color: var(--cream); }

/* -------------------------------------------------------------------- Fuss */
.pg-foot { padding: 36px 0 56px; font-size: 14px; color: var(--muted); }
.pg-foot p { margin-bottom: 8px; }

@media (prefers-reduced-motion: reduce) {
  .pg * { animation: none !important; transition: none !important; }
}

/* ====================================================================
   MjM AG – Funnel
   ==================================================================== */

.pg-hero--net { position: relative; overflow: hidden; }
.pg-hero--net .pg-in { position: relative; z-index: 1; }

/* Netz im Hintergrund: Knoten, die sich verbinden. */
.pg-net {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; opacity: .5;
}
.pg-net-lines path {
  stroke: var(--gold); stroke-width: 1; fill: none; opacity: .16;
  stroke-dasharray: 6 10;
  animation: pg-flow 34s linear infinite;
}
.pg-net-lines path:nth-child(2n) { animation-duration: 46s; animation-direction: reverse; }
.pg-net-lines path:nth-child(3n) { animation-duration: 58s; }
.pg-net-dots circle { fill: var(--gold); opacity: .3; }
.pg-net-pulse circle {
  fill: none; stroke: var(--gold); stroke-width: 1; transform-origin: center;
  animation: pg-ping 4.5s ease-out infinite;
}
.pg-net-pulse circle:nth-child(2) { animation-delay: 1.5s; }
.pg-net-pulse circle:nth-child(3) { animation-delay: 3s; }

@keyframes pg-flow { to { stroke-dashoffset: -320; } }
@keyframes pg-ping {
  0%   { r: 4; opacity: .7; }
  70%  { r: 26; opacity: 0; }
  100% { r: 26; opacity: 0; }
}

.pg-h1 { line-height: 1.02; }
.pg-h1 span { color: var(--gold); }

.pg-claims {
  display: flex; flex-wrap: wrap; gap: 10px 26px;
  margin-top: 30px !important; font-size: 14px; color: var(--muted);
}
.pg-claims li { display: flex; align-items: center; gap: 9px; }
.pg-claims .ico { color: var(--gold); }

/* Symbole */
.pg-ico {
  display: inline-grid; place-items: center;
  width: 46px; height: 46px; margin-bottom: 14px;
  border: 1px solid var(--line); border-radius: 50%;
  color: var(--gold);
  transition: border-color .3s ease, transform .3s ease;
}
.pg-grid article:hover .pg-ico { border-color: var(--gold); transform: translateY(-2px); }

/* Sanftes Einblenden */
.pg-reveal > *, .pg-reveal.pg-flow > li {
  opacity: 0; transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
}
.pg-reveal > *.is-in, .pg-reveal.is-in > *,
.pg-reveal.pg-flow > li.is-in, .pg-reveal.pg-flow.is-in > li { opacity: 1; transform: none; }

/* Ablauf der Partnergeschäfte */
.pg-flow { counter-reset: f; margin-top: 30px; display: grid; gap: 2px; }
.pg-flow li {
  counter-increment: f;
  display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: start;
  padding: 20px 0; border-top: 1px solid var(--line);
  position: relative;
}
.pg-flow-ico {
  display: grid; place-items: center; width: 46px; height: 46px;
  border: 1px solid var(--line); border-radius: 50%; color: var(--gold);
}
.pg-flow b { font-weight: 500; font-size: 18px; }
.pg-flow span:last-child { display: block; margin-top: 5px; color: var(--muted); font-size: 15px; }
@media (min-width: 780px) {
  .pg-flow li { grid-template-columns: 46px 220px 1fr; align-items: center; }
  .pg-flow span:last-child { margin-top: 0; }
}
.pg-flow li:hover .pg-flow-ico { border-color: var(--gold); }

/* Gegenüberstellung */
.pg-vs { display: grid; gap: 16px; margin-top: 30px; }
@media (min-width: 780px) { .pg-vs { grid-template-columns: 1fr 1fr; gap: 20px; } }
.pg-vs-col { padding: 24px; border: 1px solid var(--line); border-radius: 3px; }
.pg-vs-col h3 { font-size: 17px; margin-bottom: 14px !important; }
.pg-vs-col li { padding: 9px 0 9px 26px; position: relative; font-size: 15px; }
.pg-vs-col li + li { border-top: 1px solid var(--line); }
.pg-vs-col--old { background: rgba(255,255,255,.02); color: var(--muted); }
.pg-vs-col--old h3 { color: var(--muted); }
.pg-vs-col--old li::before {
  content: ""; position: absolute; left: 4px; top: 17px;
  width: 11px; height: 1px; background: var(--muted);
}
.pg-vs-col--new { border-color: var(--gold); background: var(--ink-2); }
.pg-vs-col--new h3 { color: var(--gold); }
.pg-vs-col--new li::before {
  content: ""; position: absolute; left: 4px; top: 13px;
  width: 5px; height: 10px; border: solid var(--gold);
  border-width: 0 1.5px 1.5px 0; transform: rotate(42deg);
}

@media (prefers-reduced-motion: reduce) {
  .pg-net-lines path, .pg-net-pulse circle { animation: none !important; }
  .pg-reveal > * { opacity: 1 !important; transform: none !important; }
}

/* ====================================================================
   MjM – Dreiklang, Team, First Match
   ==================================================================== */

.pg-intro--gross { font-size: clamp(17px, 2.4vw, 22px); color: var(--cream); max-width: 58ch; }
.pg-intro--gross em { font-style: italic; color: var(--gold); }

.pg-triade { display: grid; gap: 16px; margin-top: 34px; }
@media (min-width: 780px) { .pg-triade { grid-template-columns: repeat(3, 1fr); } }
.pg-triade article {
  padding: 26px 24px; background: var(--ink-2);
  border: 1px solid var(--line); border-radius: 3px;
  border-top: 2px solid var(--gold);
}
.pg-triade h3 { font-size: 19px; margin-bottom: 8px !important; }
.pg-triade p { color: var(--muted); font-size: 15px; }

.pg-pain--plus li::before {
  content: ""; position: absolute; left: -20px; top: 15px;
  width: 5px; height: 10px; border: solid var(--gold);
  border-width: 0 1.5px 1.5px 0; transform: rotate(42deg);
}
.pg-pain--plus li { position: relative; padding-left: 4px; }
.pg-pain--plus { padding-left: 26px; }

.pg-tech { margin-top: 36px; padding: 26px; background: var(--ink); border: 1px solid var(--line); border-radius: 3px; }
.pg-tech h3 { font-size: 17px; color: var(--gold); }

/* Team */
.pg-team { display: grid; gap: 16px; margin-top: 30px; }
@media (min-width: 720px) { .pg-team { grid-template-columns: repeat(3, 1fr); } }
.pg-team article { padding: 24px; background: var(--ink-2); border: 1px solid var(--line); border-radius: 3px; }
.pg-team-ini {
  display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 14px;
  border: 1px solid var(--gold); border-radius: 50%;
  color: var(--gold); font-size: 19px;
}
.pg-team h3 { font-size: 18px; }
.pg-team-role {
  margin-top: 4px !important; font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold);
}
.pg-team p:last-child { margin-top: 10px !important; color: var(--muted); font-size: 15px; }

/* ---------------------------------------------------------- First Match */
.pg-match { margin-top: 30px; }

.pg-match-bar {
  height: 3px; background: rgba(200,164,77,.16); border-radius: 2px; overflow: hidden;
}
.pg-match-bar span {
  display: block; height: 100%; width: 14%; background: var(--gold);
  transition: width .45s cubic-bezier(.4,0,.2,1);
}
.pg-match-count {
  margin-top: 8px !important; font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--muted);
}

.pg-q { border: 0; padding: 0; margin: 26px 0 0; }
.pg-q[hidden] { display: none; }
.pg-q legend { padding: 0; display: block; width: 100%; }
.pg-q-title {
  display: block; font-size: clamp(22px, 3.4vw, 30px); font-weight: 400; line-height: 1.15;
}
.pg-q-sub { display: block; margin-top: 8px; color: var(--muted); font-size: 16px; }

.pg-q-opts { display: grid; gap: 10px; margin-top: 24px; }
@media (min-width: 620px) { .pg-q-opts { grid-template-columns: 1fr 1fr; } }

.pg-opt {
  display: block; text-align: left; padding: 18px 20px; cursor: pointer;
  background: var(--ink); border: 1px solid var(--line); border-radius: 3px;
  color: inherit; font: inherit;
  transition: border-color .2s, background .2s, transform .2s;
}
.pg-opt:hover { border-color: var(--gold); transform: translateY(-2px); }
.pg-opt b { display: block; font-weight: 500; font-size: 17px; }
.pg-opt span { display: block; margin-top: 5px; font-size: 14px; color: var(--muted); }
.pg-opt[aria-pressed="true"] {
  background: var(--gold); border-color: var(--gold); color: var(--ink);
}
.pg-opt[aria-pressed="true"] span { color: rgba(12,17,15,.72); }

.pg-match-nav { display: flex; gap: 10px; margin-top: 22px; }
.pg-match-nav button[hidden] { display: none; }

.pg-summary {
  margin-top: 18px !important; padding: 14px 16px;
  border-left: 3px solid var(--gold); background: var(--ink);
  font-size: 14px; color: var(--muted);
}
.pg-summary:empty { display: none; }


.pg-done h2 { margin-top: 12px !important; }

/* ====================================================================
   Das Detail entscheidet
   ==================================================================== */

.pg-quote {
  margin-top: 22px !important; padding: 22px 26px;
  border-left: 3px solid var(--gold); background: var(--ink-2);
  font-size: clamp(17px, 2.3vw, 21px); line-height: 1.5; color: var(--cream);
  max-width: 62ch;
}

.pg-detail { counter-reset: dt; margin-top: 30px; display: grid; gap: 2px; }
.pg-detail li {
  counter-increment: dt;
  display: grid; grid-template-columns: 34px 1fr; gap: 16px;
  padding: 18px 0; border-top: 1px solid var(--line);
}
.pg-detail li::before {
  content: counter(dt, decimal-leading-zero);
  color: var(--gold); font-size: 14px; letter-spacing: .06em; padding-top: 2px;
}
.pg-detail b { display: block; font-weight: 500; font-size: 17px; }
.pg-detail-ohne {
  grid-column: 2;   /* unter den Titel, nicht in die schmale Nummernspalte */
  display: block; margin-top: 7px; padding-left: 15px;
  border-left: 2px solid rgba(229,143,112,.5);
  font-size: 15px; color: var(--muted);
}

.pg-quality { display: grid; gap: 16px; margin-top: 36px; }
@media (min-width: 720px) { .pg-quality { grid-template-columns: 1fr 1fr; gap: 20px; } }
.pg-quality > div {
  padding: 26px; border: 1px solid var(--line); border-radius: 3px;
  background: rgba(255,255,255,.02);
}
.pg-quality h3 { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.pg-quality p { color: var(--muted); font-size: 15px; }
.pg-quality-zahl {
  margin: 10px 0 12px !important;
  font-size: clamp(46px, 9vw, 72px); line-height: 1; color: var(--muted);
}
.pg-quality-zahl span { font-size: 16px; letter-spacing: .1em; text-transform: uppercase; margin-left: 8px; }
.pg-quality--wir { border-color: var(--gold); background: var(--ink-2); }
.pg-quality--wir h3 { color: var(--gold); }
.pg-quality--wir .pg-quality-zahl { color: var(--gold); }
.pg-quality--wir p { color: var(--cream); }

.pg-cols--eng { margin-top: 40px; }
.pg-cols--eng h3 { font-size: 18px; margin-bottom: 10px !important; }
@media (min-width: 820px) { .pg-cols--eng { grid-template-columns: 1fr 1fr; gap: 40px; } }

.pg-brand { letter-spacing: .2em; text-transform: uppercase; font-size: 11px; color: var(--gold); }

/* --- Nachgetragene Regeln ------------------------------------------- */
.pg-btn .ico { margin-left: 9px; }

.pg-done-ico {
  display: inline-grid; place-items: center;
  width: 62px; height: 62px; margin-bottom: 16px;
  border: 1px solid var(--gold); border-radius: 50%; color: var(--gold);
}

/* Fragen sind jetzt Gruppen, keine Fieldsets – Safari setzt Legenden
   sonst eigenwillig und die Überschrift rutscht aus dem Rahmen. */
.pg-q-title {
  display: block; margin: 0 !important;
  font-size: clamp(22px, 3.4vw, 30px); font-weight: 400; line-height: 1.15;
}
.pg-q-sub { display: block; margin-top: 8px !important; color: var(--muted); font-size: 16px; }

/* Umbruch in der Hauptüberschrift erst, wenn Platz da ist */
@media (max-width: 520px) { .pg-br { display: none; } }

/* Team ohne hinterlegten Namen */
.pg-team article h3 { font-size: 18px; }

/* Der untere Bildschirmrand des Telefons */
@media (max-width: 700px) {
  body { padding-bottom: env(safe-area-inset-bottom, 0); }
  .pg-in, .pg-section > div { padding-left: 16px; padding-right: 16px; }
  h1 { font-size: 27px; }
  h2 { font-size: 20px; }
  .pg-hero h1 { font-size: 30px; }
  table { display: block; overflow-x: auto; }
}

/* Zahlen, Daten, Fakten – das Band der Beweise */
.pg-zahlen {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px; margin-top: 34px;
}
.pg-zahlen article {
  padding: 22px 20px; border: 1px solid var(--line); border-radius: 3px;
  background: var(--panel);
}
.pg-zahlen b {
  display: block; font-size: 34px; font-weight: 400; color: var(--gold);
  letter-spacing: .02em; margin-bottom: 8px;
}
.pg-zahlen span { font-size: 13.5px; color: var(--muted); line-height: 1.55; }
