/* =============================================================
   Lead-Landingpage legacy-sports.co — Ergänzungen zu style.css
   ============================================================= */

/* ---------- Schlanker Header (keine Navigation = kein Ausstieg) ---------- */
.lp-header .main-nav {
  gap: clamp(14px, 2.4vw, 28px);
}
.lp-header .tel {
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  transition: color 0.25s;
  white-space: nowrap;
}
.lp-header .tel span {
  color: var(--mut);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-right: 10px;
}
@media (max-width: 700px) {
  .lp-header .tel span {
    display: none;
  }
  .lp-header .main-nav .btn {
    display: none;
  }
}

/* ---------- Hero mit Formular ---------- */
.lp-hero {
  padding-top: calc(var(--header-h) + clamp(30px, 6vh, 70px));
  padding-bottom: clamp(40px, 7vh, 80px);
  overflow: clip;
}
.lp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}
.lp-hero h1 {
  font-size: clamp(44px, 7.2vw, 108px);
  margin: clamp(16px, 2.6vh, 28px) 0 clamp(18px, 3vh, 30px) -0.03em;
}
.lp-hero .lead {
  max-width: 560px;
  color: var(--ink-soft);
  font-size: clamp(16px, 1.35vw, 18.5px);
  line-height: 1.6;
}
.lp-hero .lead strong {
  color: var(--ink);
  font-weight: 650;
}
.lp-points {
  margin-top: clamp(22px, 3.6vh, 36px);
  display: grid;
  gap: 0;
  max-width: 540px;
}
.lp-points li {
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 12px 0;
  border-top: 1px solid var(--line-soft);
  color: var(--ink-soft);
  font-size: 15.5px;
}
.lp-points li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--red);
  flex: none;
  transform: translateY(-1px);
}
.trust-row {
  margin-top: clamp(26px, 4vh, 40px);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 18px;
}
.trust-row .lbl {
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--mut);
  width: 100%;
}
.trust-row b {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 17px;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
}
.trust-row b + b::before {
  content: "·";
  color: var(--red);
  margin-right: 18px;
}

/* ---------- Formular-Karte (heller Kontrastblock) ---------- */
.form-card {
  background: var(--ink);
  color: #101013;
  padding: clamp(26px, 3vw, 40px);
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}
.form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--red);
}
.form-card h2 {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 0.98;
}
.form-card .form-sub {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(16, 16, 19, 0.65);
  font-weight: 500;
}
.form-card form {
  margin-top: 22px;
  display: grid;
  gap: 16px;
}
.field label {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(16, 16, 19, 0.55);
  margin-bottom: 6px;
}
.field label em {
  font-style: normal;
  color: var(--red);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  font: 500 15.5px/1.4 var(--font-text);
  color: #101013;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(16, 16, 19, 0.22);
  padding: 8px 0 10px;
  border-radius: 0;
  transition: border-color 0.25s;
}
.field textarea {
  resize: vertical;
  min-height: 64px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-bottom-color: var(--red);
}
.field 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' fill='none' stroke='%23101013' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
  padding-right: 22px;
  cursor: pointer;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 460px) {
  .field-row {
    grid-template-columns: 1fr;
  }
}
.hp-field {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-card .btn {
  border-color: #101013;
  background: #101013;
  color: var(--ink);
  width: 100%;
  margin-top: 4px;
}
.form-note {
  font-size: 12px;
  color: rgba(16, 16, 19, 0.55);
  line-height: 1.55;
}
.form-note a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-done {
  margin-top: 22px;
  padding: 26px 0 8px;
  display: grid;
  gap: 10px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.34s var(--ease-out), transform 0.34s var(--ease-out);
}
.form-done.in {
  opacity: 1;
  transform: none;
}
.form-done b {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 30px;
}
.form-done p {
  color: rgba(16, 16, 19, 0.7);
  font-size: 15px;
}

/* ---------- Nutzen-Karten ---------- */
.lp-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.lp-card {
  background: linear-gradient(170deg, var(--bg-2), var(--bg));
  padding: clamp(26px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 240px;
}
.lp-card::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--red);
}
.lp-card h3 {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.02;
  max-width: 11em;
}
.lp-card p {
  color: var(--ink-soft);
  font-size: 15px;
  margin-top: auto;
}
@media (max-width: 860px) {
  .lp-cards {
    grid-template-columns: 1fr;
  }
  .lp-card {
    min-height: 0;
  }
}

/* ---------- Ablauf (3 Schritte) ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 44px);
  border-top: 1px solid var(--line);
}
.step {
  padding-top: 24px;
  position: relative;
}
.step::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 56px;
  height: 3px;
  background: var(--red);
}
.step .num {
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--mut);
  letter-spacing: 0.1em;
}
.step h3 {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(24px, 2.4vw, 34px);
  margin: 8px 0 10px;
}
.step p {
  color: var(--ink-soft);
  font-size: 15px;
  max-width: 34ch;
}
@media (max-width: 760px) {
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* ---------- Finale ---------- */
.lp-final {
  text-align: left;
  overflow: clip;
}
.lp-final .display {
  font-size: clamp(52px, 10vw, 150px);
  margin-left: -0.03em;
}
.lp-final-row {
  margin-top: clamp(26px, 4vh, 44px);
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  align-items: center;
}
.lp-final .tel-big {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 40px);
  border-bottom: 3px solid var(--red);
  padding-bottom: 6px;
  display: inline-block;
  transition: color 0.25s, transform 0.15s var(--ease-out);
}
.lp-final .tel-big:active {
  transform: scale(0.98);
}

/* ---------- Footer schlank ---------- */
.lp-footer {
  border-top: 1px solid var(--line);
  padding: 26px 0;
}
.lp-footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  align-items: center;
  justify-content: space-between;
  color: var(--mut);
  font-size: 12.5px;
}
.lp-footer nav {
  display: flex;
  gap: 20px;
}
.lp-footer a {
  color: var(--mut);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 0.25s;
}

@media (max-width: 960px) {
  .lp-hero-grid {
    grid-template-columns: 1fr;
  }
  .form-card {
    max-width: 560px;
  }
}

/* ---------- Hover-Bewegung ----------
   Nur fuer echte Zeigegeraete: auf Touchscreens bleibt ein per Tipp
   ausgeloester Hover haengen. */
@media (hover: hover) and (pointer: fine) {
  .lp-header .tel:hover {
    color: var(--ink);
  }
  .form-card .btn:hover {
    border-color: var(--red);
    color: #fff;
  }
  .lp-final .tel-big:hover {
    color: var(--red);
  }
  .lp-footer a:hover {
    color: var(--ink);
  }
}

/* ---------- Reduced Motion ----------
   Die Bestaetigung blendet nur ein, ohne Weg von unten. */
@media (prefers-reduced-motion: reduce) {
  .form-done {
    transform: none;
    transition: opacity 0.18s ease;
  }
  .lp-final .tel-big:active {
    transform: none;
  }
}
