/* ════════════════════════════════════════════════════════════
   onlytap – Footer-Varianten (weiß, modern)
   ════════════════════════════════════════════════════════════ */
.fx-label { max-width: 1240px; margin: 0 auto; padding: 44px 24px 12px; display: flex; align-items: center; gap: 12px; }
.fx-label .tag { background: var(--ink); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .5px; padding: 5px 13px; border-radius: 50px; }
.fx-label .name { font-size: 14px; font-weight: 700; color: var(--ink-soft); }

footer.ft { background: #fff; color: var(--ink); border-top: 1px solid var(--tile-border); }
.ft-in { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.ft a { color: var(--ink-soft); text-decoration: none; font-size: 14.5px; transition: color .18s; }
.ft a:hover { color: var(--blue); }
.ft h5 { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; color: var(--ink); }
.ft-logo .logo-img { height: 30px; }
.ft-tagline { color: var(--ink-soft); font-size: 14.5px; line-height: 1.6; max-width: 300px; margin-top: 14px; }
.ft-partner { margin-top: 20px; }
.ft-partner img { height: 52px; width: auto; border-radius: 8px; display: block; }
/* Partner-Spalte (präsenter) */
.ft-partner-col h5 { margin-bottom: 14px; }
.ft-partner-col img { width: 100%; max-width: 240px; height: auto; border-radius: 12px; display: block; box-shadow: 0 8px 24px rgba(35,93,160,.18); transition: transform .2s, box-shadow .2s; }
.ft-partner-col a:hover img { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(35,93,160,.28); }
/* S04-Badge: Hover blendet Bild aus → blaues Panel "GLÜCK AUF!" */
.ft-s04 { position: relative; display: inline-block; border-radius: 12px; }
.ft-s04 img { position: relative; z-index: 1; transition: opacity .3s ease; }
.ft-s04-hover { position: absolute; inset: 0; z-index: 0; border-radius: 12px; background: #004D9D;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  pointer-events: none; text-align: center; padding: 8px; }
.ft-s04-glueck { font-size: 27px; font-weight: 900; letter-spacing: 2px; line-height: 1; color: #fff;
  text-transform: uppercase; -webkit-text-stroke: 1.1px #fff; }
.ft-s04-x { font-size: 12px; font-weight: 700; letter-spacing: .5px; line-height: 1; color: rgba(255,255,255,.55); }
.ft-partner-col a.ft-s04:hover img { opacity: 0; transform: none; box-shadow: none; }
.ft-partner-col .ft-ihk { margin-top: 12px; box-shadow: 0 8px 24px rgba(19,15,29,.10); }
.ft-partner-col .ft-ihk:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(19,15,29,.20); }
.ft-partner-col p { font-size: 13px; color: var(--ink-muted); margin-top: 12px; line-height: 1.6; }
.ft-widerruf-btn {
  display: block; width: 100%; max-width: 240px; margin-top: 12px;
  padding: 11px 14px; box-sizing: border-box;
  border: 1.5px solid var(--tile-border); border-radius: 12px;
  background: #fff; color: var(--ink-soft);
  font-size: 13.5px; font-weight: 700; text-align: center; text-decoration: none;
  transition: border-color .15s, color .15s;
}
.ft-widerruf-btn:hover { border-color: var(--ink-soft); color: var(--ink); }

/* Trust-Items */
.ft-trust { display: grid; gap: 18px; }
.ft-trust .ti, .ft-trustfull .ti { display: flex; gap: 12px; align-items: flex-start; }
.ft-trust .ti .ic, .ft-trustfull .ti .ic { width: 38px; height: 38px; border-radius: 11px; background: var(--blue-light); color: var(--blue); display: grid; place-items: center; flex-shrink: 0; }
.ft-trust .ti .ic svg, .ft-trustfull .ti .ic svg { width: 19px; height: 19px; }
.ft-trust .ti h4, .ft-trustfull .ti h4 { font-size: 14.5px; font-weight: 800; }
.ft-trust .ti p, .ft-trustfull .ti p { font-size: 13px; color: var(--ink-muted); margin-top: 1px; }

/* Trust-Zeile · bündig mit Header-Inhalt; erstes Item linksbündig, letztes rechtsbündig */
.ft-trustfull {
  background: var(--blue); border-bottom: none;
  padding: 34px 0;
}
.ft-trust-track { display: flex; justify-content: space-between; align-items: flex-start; gap: 28px;
  max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.ft-trust-set { display: contents; }        /* Desktop: die 4 Punkte verteilen sich */
.ft-trust-dup { display: none; }
/* weiße Schrift/Icons auf Blau (Desktop + Mobile) */
.ft-trustfull .ti h4 { color: #fff; }
.ft-trustfull .ti p { color: rgba(255,255,255,.72); }
.ft-trustfull .ti .ic { background: rgba(255,255,255,.16); color: #fff; }
.ft-trustfull .ti .ic svg { color: #fff; }
@media (max-width: 900px) {
  .ft-trust-track { flex-wrap: wrap; }
  .ft-trustfull .ti { flex: 0 0 calc(50% - 14px); }
}
@media (max-width: 600px) {
  /* Mobile: durchlaufendes Band (rechts→links) auf onlytap-Blau */
  footer.ft { border-top: none; }
  .ft-trustfull { overflow: hidden; padding: 40px 0; margin: 0; max-width: none;
    background: var(--blue); border: none; }
  .ft-trustfull .ti h4 { color: #fff; }
  .ft-trustfull .ti p { color: rgba(255,255,255,.72); }
  .ft-trustfull .ti .ic { background: rgba(255,255,255,.16); color: #fff; }
  .ft-trustfull .ti .ic svg { color: #fff; }
  .ft-trust-track { flex-wrap: nowrap; width: max-content; gap: 0; animation: ft-marquee 38s linear infinite; }
  .ft-trust-set { display: flex; flex: none; gap: 0; }
  .ft-trust-dup { display: flex; }
  .ft-trustfull .ft-trust-set .ti { flex: none; width: auto; padding-right: 44px; align-items: center; }
  @keyframes ft-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  @media (prefers-reduced-motion: reduce){ .ft-trust-track { animation: none; } }
}

/* Trust-Pills (kompakt) */
.ft-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.ft-pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--tile-border); border-radius: 50px; padding: 9px 16px; font-size: 13px; font-weight: 700; color: var(--ink-soft); }
.ft-pill svg { width: 15px; height: 15px; color: var(--blue); }

/* Spalten */
.ft-cols { display: grid; gap: 28px; align-content: start; }
.ft-cols ul { list-style: none; }
.ft-cols li { margin-bottom: 11px; }

/* Newsletter */
.ft-news h4 { font-size: 17px; font-weight: 800; letter-spacing: -.3px; }
.ft-news p { font-size: 13.5px; color: var(--ink-soft); margin: 4px 0 14px; }
.ft-news .row { display: flex; gap: 8px; }
.ft-news input { flex: 1; height: 48px; padding: 0 15px; border: 1.5px solid var(--tile-border); border-radius: 12px; font-family: inherit; font-size: 14.5px; background: #fff; }
.ft-news input:focus { outline: none; border-color: var(--blue); }
.ft-news button { height: 48px; padding: 0 22px; border-radius: 12px; background: var(--blue); color: #fff; font-weight: 800; font-size: 14px; white-space: nowrap; transition: background .18s; }
.ft-news button:hover { background: var(--blue-dark); }
.ft-news .ok { color: var(--green); font-weight: 700; font-size: 13.5px; margin-top: 10px; }
.ft-news .hint { font-size: 11.5px; color: var(--ink-muted); margin-top: 9px; }
/* Software-CTA */
.ft-soft { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.ft-soft .txt h4 { font-size: 17px; font-weight: 800; letter-spacing: -.3px; }
.ft-soft .txt p { font-size: 13.5px; color: var(--ink-soft); }
.ft-soft-btn { display: inline-flex; align-items: center; gap: 8px; height: 48px; padding: 0 24px; border-radius: 50px; background: var(--ink); color: #fff; font-weight: 800; font-size: 14.5px; transition: all .2s; white-space: nowrap; }
.ft-soft-btn:hover { background: var(--blue); transform: translateY(-1px); }
.ft-soft-btn svg { width: 17px; height: 17px; }

/* Social */
.ft-social { display: flex; gap: 10px; }
.ft-social a { width: 40px; height: 40px; border-radius: 11px; border: 1px solid var(--ink); background: var(--ink); display: grid; place-items: center; color: #fff; transition: all .18s; }
.ft-social a:hover { background: var(--blue); border-color: var(--blue); color: #fff; transform: translateY(-2px); }
.ft-social svg { width: 18px; height: 18px; }

/* Legal-Leiste */
.ft-pay { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 16px; border-top: 1px solid var(--tile-border); padding: 20px 0 18px; }
.ft-pay-label { font-size: 13px; font-weight: 700; color: var(--ink-muted); }
.ft-pay-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.pay-badge { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 24px; padding: 0 5px; border: 1px solid #ececf0; border-radius: 5px; background: #fff; }
.pay-badge img { max-width: 100%; max-height: 13px; width: auto; display: block; }
.pay-badge img[alt="Mastercard"] { max-height: 16px; }
.pay-klarna { background: #ffb3c7; border-color: #ffb3c7; }
/* Desktop-Fußzeile: links Copyright + Links, rechts Zahlarten */
.ft-legal-left { display: flex; align-items: center; gap: 8px 22px; flex-wrap: wrap; }
.ft-legal-left .links { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.ft-legal > .ft-pay { border-top: none; padding: 0; margin: 0; gap: 12px; }
.ft-legal > .ft-pay .ft-pay-label { font-size: 13px; font-weight: 400; color: var(--ink-muted); text-transform: none; letter-spacing: 0; }
@media (max-width: 700px) {
  /* Zahlarten: volle Breite über der Copyright-Zeile, ohne Label */
  .ft-in > .ft-pay { border-top: 1px solid var(--tile-border); padding: 26px 0; margin: 0; }
  .ft-in > .ft-pay .ft-pay-label { display: none; }
  .ft-in > .ft-pay .ft-pay-badges { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; width: 100%; }
  .ft-in > .ft-pay .pay-badge { width: 100%; height: 36px; }
}
.ft-legal { border-top: 1px solid var(--tile-border); display: flex; align-items: center; justify-content: space-between; gap: 16px 24px; flex-wrap: wrap; padding: 15px 0; }
.ft-legal .copy { font-size: 13px; color: var(--ink-muted); }
.ft-legal .links { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.ft-legal .links a { font-size: 13px; font-weight: 600; }
.ft-madein { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; color: var(--ink-soft); }
.ft-madein svg { width: 15px; height: 15px; color: var(--blue); }

/* Widerrufsbutton (Pflicht ab 19.06.2026) */
.ft-widerruf { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid var(--tile-border); border-radius: 50px; padding: 9px 18px; font-size: 13.5px; font-weight: 800; color: var(--ink); transition: all .18s; }
.ft-widerruf:hover { border-color: var(--blue); color: var(--blue); }
.ft-widerruf svg { width: 16px; height: 16px; }

/* ── A · Klassisch (4 Spalten + Trustbar + Newsletter) ── */
.ftA .ft-trustbar { border-bottom: 1px solid var(--tile-border); padding: 28px 0; }
.ftA .ft-trustbar .ft-trust { grid-template-columns: repeat(3, 1fr); }
.ftA .ft-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.5fr; gap: 36px; padding: 48px 0; }
.ftA .ft-main .ft-cols { grid-template-columns: 1fr; gap: 0; }

/* ── B · Software-CTA prominent ── */
.ftB .ft-cta { background: var(--ink); border-radius: 22px; padding: 34px; margin: 40px 0; display: grid; grid-template-columns: 1.3fr 1fr; gap: 30px; align-items: center; }
.ftB .ft-cta h3 { color: #fff; font-size: clamp(22px, 2.6vw, 30px); font-weight: 800; letter-spacing: -.5px; line-height: 1.15; }
.ftB .ft-cta p { color: rgba(255,255,255,.7); font-size: 14.5px; margin-top: 8px; max-width: 420px; }
.ftB .ft-cta .ft-news input { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); color: #fff; }
.ftB .ft-cta .ft-news input::placeholder { color: rgba(255,255,255,.5); }
.ftB .ft-cta .ft-news h4, .ftB .ft-cta .ft-news p { color: #fff; }
.ftB .ft-cta .ft-news p { color: rgba(255,255,255,.65); }
.ftB .ft-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 44px; }
.ftB .ft-cols { grid-template-columns: 1fr; gap: 0; }
.ftB .ft-pills { margin-top: 18px; }

/* ── C · Zentriert minimal ── */
.ftC { text-align: center; }
.ftC .ft-in { padding-top: 56px; padding-bottom: 0; }
.ftC .ft-logo { display: flex; justify-content: center; }
.ftC .ft-claim { font-size: clamp(22px, 3vw, 32px); font-weight: 800; letter-spacing: -.6px; max-width: 620px; margin: 22px auto 8px; line-height: 1.2; }
.ftC .ft-claim em { font-style: normal; color: var(--blue); }
.ftC .ft-sub { color: var(--ink-soft); font-size: 15px; max-width: 480px; margin: 0 auto 26px; }
.ftC .ft-news { max-width: 460px; margin: 0 auto 26px; }
.ftC .ft-pills { justify-content: center; margin-bottom: 26px; }
.ftC .ft-navrow { display: flex; flex-wrap: wrap; gap: 8px 26px; justify-content: center; margin-bottom: 26px; }
.ftC .ft-navrow a { font-weight: 700; }
.ftC .ft-social { justify-content: center; margin-bottom: 30px; }
.ftC .ft-legal { justify-content: center; text-align: center; }
.ftC .ft-legal .links { justify-content: center; }

/* ── D · Mega / Bento-Akzent ── */
.ftD .ft-top { display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; padding: 48px 0 0; }
.ftD .ft-news-card { background: var(--tile); border: 1px solid var(--tile-border); border-radius: 20px; padding: 28px; }
.ftD .ft-soft-card { background: linear-gradient(135deg, var(--blue), #1a4a82); color: #fff; border-radius: 20px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.ftD .ft-soft-card h4 { font-size: 20px; font-weight: 800; letter-spacing: -.4px; }
.ftD .ft-soft-card p { font-size: 14px; color: rgba(255,255,255,.8); margin: 6px 0 18px; }
.ftD .ft-soft-card .ft-soft-btn { background: #fff; color: var(--ink); align-self: flex-start; }
.ftD .ft-soft-card .ft-soft-btn:hover { background: #fff; color: var(--blue); }
.ftD .ft-trust { grid-template-columns: repeat(4, 1fr); padding: 36px 0; border-bottom: 1px solid var(--tile-border); }
.ftD .ft-main { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 32px; padding: 40px 0; }
.ftD .ft-cols { grid-template-columns: 1fr; gap: 0; }

/* ── Final · Trust-Grid (D) + Spalten (A) + Legal (A) ── */
.ftFinal .ft-trust { grid-template-columns: repeat(4, 1fr); padding: 34px 0; border-bottom: 1px solid var(--tile-border); }
.ftFinal .ft-main { display: grid; grid-template-columns: 1.5fr 3fr 1.2fr; gap: 38px 26px; padding: 64px 0 46px; align-items: start; }
.ftFinal .ft-main .ft-cols { grid-template-columns: 1fr; gap: 0; }
/* zwei Reihen à drei Link-Gruppen */
.ft-linkgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 24px; }

/* Responsive */
@media (max-width: 980px) {
  .ftFinal .ft-main { grid-template-columns: 1fr; gap: 32px; }
  .ftFinal .ft-partner-col { max-width: 260px; }
}
@media (max-width: 900px) {
  .ftA .ft-main, .ftB .ft-main, .ftD .ft-main { grid-template-columns: 1fr 1fr; }
  .ftA .ft-trustbar .ft-trust, .ftD .ft-trust { grid-template-columns: 1fr 1fr; }
  .ftB .ft-cta, .ftD .ft-top { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  /* Trust-Zeile: Laufband (siehe oben) */
  .ft-trustfull .ti .ic { width: 34px; height: 34px; }
  /* Partner-Block: Überschrift raus; erst Widerruf-Button, dann S04-Badge (linksbündig, ohne Rahmen) */
  .ftFinal .ft-partner-col { max-width: none; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
  .ft-partner-col h5 { display: none; }
  .ft-partner-col .ft-widerruf-btn { order: 1; width: 100%; max-width: none; height: 48px;
    display: flex; align-items: center; justify-content: center; margin: 0; font-size: 14.5px; border-radius: 14px; }
  .ft-partner-col > a[href*="schalke"] { order: 2; display: inline-block; width: auto; height: auto; margin: 0;
    background: none; border: none; box-shadow: none; padding: 0; border-radius: 12px; overflow: hidden; }
  .ft-partner-col > a[href*="schalke"] img { width: auto; max-width: 210px; height: auto; border-radius: 12px; box-shadow: none; }
  /* GLÜCK-AUF-Hover nur Desktop */
  .ft-s04-hover { display: none; }
  .ft-partner-col a.ft-s04:hover img { opacity: 1; }

  /* Link-Gruppen: aufklappbare Akkordeons (kompakt) */
  .ft-linkgrid { grid-template-columns: 1fr; gap: 0; }
  .ft-linkgrid .ft-cols > h5 { cursor: pointer; display: flex; align-items: center; justify-content: space-between;
    margin: 0; padding: 15px 0; border-bottom: 1px solid var(--tile-border); }
  .ft-linkgrid .ft-cols > h5::after { content: '+'; color: var(--blue); font-weight: 900; font-size: 19px; line-height: 1; }
  .ft-linkgrid .ft-cols.open > h5::after { content: '–'; }
  .ft-linkgrid .ft-cols > ul { display: none; padding: 4px 0 10px; }
  .ft-linkgrid .ft-cols.open > ul { display: block; }
  /* aufgeklappte Punkte: klar als tippbare Reihen */
  .ft-linkgrid .ft-cols > ul li { margin: 0; }
  .ft-linkgrid .ft-cols > ul li a { display: flex; align-items: center; justify-content: space-between;
    padding: 13px 2px; color: var(--ink); font-size: 15px; font-weight: 600;
    border-bottom: 1px solid rgba(19,15,29,.06); }
  .ft-linkgrid .ft-cols > ul li:last-child a { border-bottom: none; }
  .ft-linkgrid .ft-cols > ul li a::after { content: '›'; color: var(--ink-muted); font-size: 19px; font-weight: 700; line-height: 1; }
  .ft-linkgrid .ft-cols > ul li a:active { color: var(--blue); }
  .ftFinal .ft-main { padding: 36px 0; }
  .ft-tagline { max-width: none; }
  /* Legal: blaue Vollbreiten-Leiste, Copyright links + Links rechts, weiße Schrift */
  .ft-legal { flex-direction: row; align-items: center; gap: 12px; text-align: left;
    background: var(--blue); margin: 0 -24px; padding: 15px 24px; border-top: none; }
  .ft-legal-left { width: 100%; justify-content: space-between; align-items: center; gap: 8px 12px; flex-wrap: nowrap; }
  .ft-legal .copy { font-size: 11.5px; color: #fff; font-weight: 700; }
  .ft-legal-left .links { display: flex; flex-wrap: nowrap; gap: 14px; }
  .ft-legal-left .links a { font-size: 11.5px; color: #fff; white-space: nowrap; }
}
@media (max-width: 560px) {
  .ftA .ft-main, .ftB .ft-main, .ftD .ft-main { grid-template-columns: 1fr; }
  .ftA .ft-trustbar .ft-trust, .ftD .ft-trust { grid-template-columns: 1fr; }
  .ft-news .row { flex-direction: column; }
  .ft-news button { width: 100%; }
  .ftC .ft-legal { align-items: center; }
}

@media (max-width:600px){ .ft-news button { border-radius:10px; } }

/* ── Schlanke Fußzeile für den Bestellvorgang ──────────────
   Nur Pflichtangaben und Vertrauenszeichen: im Checkout ist jeder
   zusätzliche Link ein Ausgang aus dem Kauf. */
footer.ft-slim { background: #fff; border-top: 1px solid var(--tile-border); }
.ft-slim-in { max-width: 1180px; margin: 0 auto; padding: 18px 24px 22px; }
.ft-slim-trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 30px;
  padding-bottom: 14px;
}
.ft-slim-ti {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 600; color: var(--ink-soft); white-space: nowrap;
}
.ft-slim-ti .ic { display: inline-flex; }
.ft-slim-ti .ic svg { width: 16px; height: 16px; color: var(--blue); }
.ft-slim-legal {
  border-top: 1px solid var(--tile-border); padding-top: 14px;
  display: flex; align-items: center; justify-content: center;
  gap: 6px 20px; flex-wrap: wrap;
}
.ft-slim-legal .copy { font-size: 13px; color: var(--ink-muted); }
.ft-slim-legal .links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 20px; }
.ft-slim-legal a { font-size: 13px; color: var(--ink-soft); text-decoration: none; transition: color .18s; }
.ft-slim-legal a:hover { color: var(--blue); }
@media (max-width: 600px) {
  .ft-slim-in { padding: 16px 16px 20px; }
  .ft-slim-trust { gap: 8px 18px; }
  .ft-slim-ti { font-size: 12.5px; }
}
