/* Startseite des Marktplatzes. Farben wie im übrigen Auftritt, Aufbau eigenständig. */

/* Die Startseite gestaltet ihre Breiten selbst: Bänder über die volle Breite, Inhalte im Raster */
main > .container.home-full { max-width: none; padding: 0; }
main { overflow-x: clip; }

/* ── Kopf ─────────────────────────────────────────────────────────────────── */
.hx { position: relative; overflow: hidden; color: #fff; padding: 72px 0 128px;
  background: radial-gradient(1200px 520px at 85% -10%, #125a63 0%, transparent 60%),
              linear-gradient(160deg, #0a1d36 0%, var(--navy) 45%, #0f3050 100%); }
.hx-bg { position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.09) 1px, transparent 1.2px);
  background-size: 22px 22px; -webkit-mask-image: linear-gradient(180deg, #000 30%, transparent 95%);
  mask-image: linear-gradient(180deg, #000 30%, transparent 95%); }
.hx-glow { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .5; }
.hx-glow.g1 { width: 420px; height: 420px; right: 6%; top: 10%; background: #0d9488; }
.hx-glow.g2 { width: 300px; height: 300px; left: -80px; bottom: -60px; background: #1e4f8a; opacity: .45; }
.hx-in { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 48px; align-items: center; }
.hx-chip { display: inline-block; margin: 0 0 18px; padding: 6px 14px; border-radius: 999px; font-size: .85rem; font-weight: 600;
  color: #c9f2ec; background: rgba(125,211,199,.12); border: 1px solid rgba(125,211,199,.3); }
.hx h1 { color: #fff; font-size: clamp(2rem, 4.4vw, 3.3rem); line-height: 1.08; letter-spacing: -.02em; margin: 0 0 18px; font-weight: 800; }
.hx-grad { display: block; background: linear-gradient(90deg, #7dd3c7, #5eead4 40%, #a7f3d0);
  -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.hx-lead { color: #c8d6e5; font-size: 1.14rem; line-height: 1.6; max-width: 600px; margin: 0 0 28px; }
.hx-search { display: flex; align-items: center; gap: 6px; max-width: 620px; padding: 7px 7px 7px 16px; border-radius: 14px;
  background: #fff; box-shadow: 0 18px 40px rgba(2,12,27,.35); }
.hx-search svg { width: 22px; height: 22px; flex: none; fill: none; stroke: #64748b; stroke-width: 2; stroke-linecap: round; }
.hx-search input { flex: 1; min-width: 0; border: 0; outline: 0; font-size: 1.05rem; padding: 10px 6px; background: transparent; color: var(--ink); }
.hx-search .btn { padding: 12px 22px; border-radius: 10px; font-size: 1rem; }
.hx-tlds { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 18px 0 0; font-size: .92rem; color: #9fb4c9; }
.hx-tlds a { color: #e2ecf5; padding: 4px 11px; border-radius: 999px; border: 1px solid rgba(255,255,255,.18); font-weight: 600; }
.hx-tlds a:hover { background: rgba(255,255,255,.1); text-decoration: none; }

/* Grafik rechts: schwebende Karten */
.hx-visual { position: relative; height: 380px; }
.hx-card { position: absolute; border-radius: 18px; background: rgba(255,255,255,.96); color: var(--ink);
  box-shadow: 0 30px 60px rgba(2,12,27,.4), 0 2px 6px rgba(2,12,27,.2); }
.hx-card-main { left: 2%; right: 16%; top: 30px; padding: 26px 26px 22px; transform: rotate(-2deg); }
/* Die Hauptkarte ist ganz anklickbar und führt zur gezeigten Domain */
.hx-visual { pointer-events: none; }
.hx-card-main { pointer-events: auto; }
.hx-card-link { position: absolute; inset: 0; z-index: 1; border-radius: inherit; font-size: 0; color: transparent; }
.hx-card-main:hover { box-shadow: 0 34px 70px rgba(2,12,27,.5), 0 0 0 2px rgba(94,234,212,.55); }
.hx-card-kicker { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.hx-card-name { display: block; font-size: 1.9rem; font-weight: 800; color: var(--navy); letter-spacing: -.01em; margin: 6px 0 2px; word-break: break-all; }
.hx-card-price { display: block; font-size: 1.25rem; font-weight: 700; color: var(--accent); }
.hx-card-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.hx-pill { font-size: .78rem; font-weight: 600; padding: 5px 10px; border-radius: 999px; background: var(--accent-soft); color: var(--accent); }
.hx-card-score { right: 0; top: 216px; display: flex; align-items: center; gap: 12px; padding: 14px 18px 14px 14px; transform: rotate(2deg); }
.hx-ring { width: 58px; height: 58px; transform: rotate(-90deg); }
.hx-ring circle { fill: none; stroke-width: 7; }
.hx-ring .bg { stroke: #e6eef4; } .hx-ring .fg { stroke: var(--accent-2); stroke-linecap: round; }
.hx-card-score b { display: block; font-size: 1.5rem; color: var(--navy); line-height: 1; }
.hx-card-score span { font-size: .8rem; color: var(--muted); }
.hx-card-msg { left: 0; bottom: 18px; display: flex; align-items: center; gap: 12px; padding: 14px 18px; }
.hx-card-msg b { display: block; font-size: .95rem; color: var(--navy); } .hx-card-msg span { font-size: .8rem; color: var(--muted); }
.hx-dot { width: 12px; height: 12px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 5px rgba(34,197,94,.18); flex: none; }
@media (prefers-reduced-motion: no-preference) {
  .hx-card-main { animation: hxFloat 7s ease-in-out infinite; }
  .hx-card-score { animation: hxFloat2 8s ease-in-out infinite; }
  .hx-card-msg { animation: hxFloat 9s ease-in-out infinite reverse; }
}
@keyframes hxFloat { 0%, 100% { transform: rotate(-2deg) translateY(0); } 50% { transform: rotate(-2deg) translateY(-8px); } }
@keyframes hxFloat2 { 0%, 100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-10px); } }

/* ── Kennzahlen: eine Leiste, die in den Kopf ragt ─────────────────────────── */
.hx-stats { position: relative; z-index: 2; margin: -72px 0 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff; border-radius: 20px; box-shadow: 0 20px 50px rgba(12,35,64,.14); overflow: hidden; }
.hx-stats > div { padding: 26px 26px 24px; position: relative; }
.hx-stats > div + div::before { content: ""; position: absolute; left: 0; top: 24px; bottom: 24px; width: 1px; background: var(--line); }
.hx-stats b { display: block; font-size: 2.35rem; line-height: 1; font-weight: 800; letter-spacing: -.02em; margin-bottom: 10px;
  background: linear-gradient(120deg, var(--navy), var(--accent) 80%); -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent; }
.hx-stats span { display: block; font-weight: 700; color: var(--navy); font-size: 1rem; }
.hx-stats small { display: block; font-weight: 400; color: var(--muted); font-size: .88rem; margin-top: 3px; line-height: 1.4; }

/* ── Abschnitte ───────────────────────────────────────────────────────────── */
.hs { margin-top: 64px; }
.hs-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; }
.hs-head.center { justify-content: center; text-align: center; }
.hs-head h2 { margin: 0; font-size: clamp(1.45rem, 2.4vw, 2rem); letter-spacing: -.01em; }
.hs-kicker { display: block; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 6px; }
.hs-kicker.light { color: #7dd3c7; }
.hs-nav { display: flex; align-items: center; gap: 8px; }
.hs-arrow { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-strong); background: #fff; color: var(--navy);
  display: grid; place-items: center; cursor: pointer; transition: background .15s, color .15s, border-color .15s; }
.hs-arrow svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.hs-arrow:hover { background: var(--navy); border-color: var(--navy); color: #fff; }
.hs-arrow:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.hs-all { font-weight: 700; margin-left: 8px; white-space: nowrap; }

/* Karten im Laufband etwas kräftiger */
.hs .domain-card { border-radius: 16px; padding: 20px; box-shadow: 0 1px 2px rgba(16,24,40,.04); }
.hs .domain-card .name { font-size: 1.15rem; }

/* ── Bewertungsband ───────────────────────────────────────────────────────── */
.hband { margin-top: 72px; color: #fff; background: linear-gradient(120deg, #0b2442 0%, #0f3d4a 55%, #0f5f5a 100%); position: relative; overflow: hidden; }
.hband::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1.2px); background-size: 20px 20px; }
.hband-in { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 56px; align-items: center; padding-top: 64px; padding-bottom: 64px; }
.hband h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); margin: 0 0 12px; letter-spacing: -.01em; }
.hband p { color: #c5d6e4; font-size: 1.05rem; line-height: 1.6; margin: 0 0 24px; max-width: 560px; }
.hband-form { display: flex; gap: 8px; max-width: 540px; padding: 6px; border-radius: 14px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); }
.hband-form input { flex: 1; min-width: 0; border: 0; border-radius: 10px; padding: 12px 14px; font-size: 1rem; background: #fff; }
.hband-form .btn { border-radius: 10px; padding: 12px 20px; }
.hband-facts { list-style: none; padding: 0; margin: 20px 0 0; display: flex; flex-wrap: wrap; gap: 8px 22px; color: #d6e6f0; font-size: .92rem; }
.hband-facts li { position: relative; padding-left: 22px; }
.hband-facts li::before { content: ""; position: absolute; left: 0; top: .45em; width: 12px; height: 7px; border-left: 2px solid #5eead4; border-bottom: 2px solid #5eead4; transform: rotate(-45deg); }
.hband-visual { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; padding: 26px 26px 20px; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.hb-bar { display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 14px; margin-bottom: 14px; font-size: .9rem; color: #d6e6f0; }
.hb-bar i { display: block; height: 10px; border-radius: 99px; background: rgba(255,255,255,.12); overflow: hidden; }
.hb-bar em { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, #14b8a6, #5eead4); }

/* ── Käufer und Verkäufer ─────────────────────────────────────────────────── */
.haud { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.haud-card { position: relative; display: block; border-radius: 22px; padding: 30px 30px 26px; color: #fff; overflow: hidden;
  background: linear-gradient(140deg, #13335a, var(--navy)); transition: transform .18s, box-shadow .18s; }
.haud-card.seller { background: linear-gradient(140deg, #0f4f4a, #0b2f45); }
.haud-card::after { content: ""; position: absolute; right: -70px; top: -70px; width: 220px; height: 220px; border-radius: 50%; background: rgba(125,211,199,.12); }
.haud-card:hover { text-decoration: none; transform: translateY(-3px); box-shadow: 0 20px 40px rgba(12,35,64,.22); }
.haud-ic { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: rgba(255,255,255,.12); color: #7dd3c7; margin-bottom: 16px; }
.haud-card h2 { color: #fff; font-size: 1.45rem; margin: 0 0 14px; }
.haud-card ul { list-style: none; padding: 0; margin: 0 0 20px; }
.haud-card li { position: relative; padding-left: 26px; margin: 8px 0; color: #d6e2ef; }
.haud-card li::before { content: ""; position: absolute; left: 2px; top: .5em; width: 11px; height: 6px; border-left: 2px solid #5eead4; border-bottom: 2px solid #5eead4; transform: rotate(-45deg); }
.haud-more { display: inline-block; font-weight: 700; color: #0b2442; background: #7dd3c7; padding: 9px 16px; border-radius: 10px; }

/* ── Zeitstrahl ───────────────────────────────────────────────────────────── */
.htl { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; position: relative; }
.htl::before { content: ""; position: absolute; top: 26px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, var(--accent-2) 0 8px, transparent 8px 16px); opacity: .5; }
.htl li { position: relative; text-align: center; padding: 0 8px; }
.htl-n { position: relative; z-index: 1; display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 14px; border-radius: 50%;
  background: #fff; border: 2px solid var(--accent-2); color: var(--accent); font-size: 1.3rem; font-weight: 800; box-shadow: 0 0 0 8px var(--bg); }
.htl b { display: block; color: var(--navy); font-size: 1.08rem; margin-bottom: 4px; }
.htl p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.5; }

/* ── Merkmale ohne Kästen ─────────────────────────────────────────────────── */
.hwhite { background: #fff; margin-top: 72px; padding: 64px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hfeat { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 40px; }
.hfeat-i { display: flex; gap: 16px; align-items: flex-start; }
.hfeat-ic { flex: none; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; background: var(--accent-soft); color: var(--accent); }
.hfeat-i.c1 .hfeat-ic { background: #e8eefb; color: #1d4ed8; } .hfeat-i.c2 .hfeat-ic { background: #fdf2e3; color: #b45309; } .hfeat-i.c3 .hfeat-ic { background: #f1ecfb; color: #6d28d9; }
.hfeat-i h3 { margin: 2px 0 4px; font-size: 1.05rem; }
.hfeat-i p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.5; }

/* ── Vergleich als Reiter ─────────────────────────────────────────────────── */
.cmp-tabs { margin-top: 64px; }
.cmp-radio { position: absolute; opacity: 0; pointer-events: none; }
.cmp-switch { display: flex; justify-content: center; gap: 6px; margin: -4px auto 18px; padding: 5px; background: #e9eef3; border-radius: 12px; width: max-content; }
.cmp-switch label { padding: 9px 20px; border-radius: 9px; font-weight: 700; color: var(--muted); cursor: pointer; }
#cmp-tab-sellers:checked ~ .cmp-switch label[for="cmp-tab-sellers"],
#cmp-tab-buyers:checked ~ .cmp-switch label[for="cmp-tab-buyers"] { background: #fff; color: var(--navy); box-shadow: 0 1px 3px rgba(16,24,40,.12); }
#cmp-tab-sellers:focus-visible ~ .cmp-switch label[for="cmp-tab-sellers"],
#cmp-tab-buyers:focus-visible ~ .cmp-switch label[for="cmp-tab-buyers"] { outline: 2px solid var(--accent); outline-offset: 2px; }
.cmp-tabs .cmp-card { display: none; }
#cmp-tab-sellers:checked ~ .cmp-sellers, #cmp-tab-buyers:checked ~ .cmp-buyers { display: block; }

/* ── Abschluss ────────────────────────────────────────────────────────────── */
.hcta { margin-top: 72px; margin-bottom: -60px; color: #fff; background: linear-gradient(120deg, var(--accent) 0%, #0e5f6b 50%, var(--navy) 100%); }
.hcta-in { display: flex; justify-content: space-between; align-items: center; gap: 28px; flex-wrap: wrap; padding-top: 56px; padding-bottom: 56px; }
.hcta h2 { color: #fff; font-size: clamp(1.5rem, 2.8vw, 2.2rem); margin: 0 0 8px; letter-spacing: -.01em; }
.hcta p { color: #d9ecef; margin: 0; max-width: 620px; font-size: 1.05rem; }
.hcta-act { display: flex; gap: 10px; flex-wrap: wrap; }
.hcta .btn-primary { background: #fff; color: var(--navy); } .hcta .btn-primary:hover { background: #e6f4f2; }
.hcta .btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.5); padding-left: 20px; padding-right: 20px; } .hcta .btn-ghost:hover { background: rgba(255,255,255,.1); text-decoration: none; }

/* ── Kleine Bildschirme ───────────────────────────────────────────────────── */
@media (max-width: 960px) {
  .hx-in, .hband-in { grid-template-columns: 1fr; }
  .hx-visual { height: 300px; max-width: 460px; }
  .hx-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hx-stats > div:nth-child(3)::before { display: none; }
  .hx-stats > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .hfeat { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .hx { padding: 44px 0 112px; }
  .hx-visual { display: none; }
  .hx-lead { font-size: 1.02rem; }
  .hx-search { padding-left: 12px; } .hx-search .btn { padding: 11px 14px; }
  .hx-stats > div { padding: 20px 18px; } .hx-stats b { font-size: 1.9rem; }
  .hs { margin-top: 48px; }
  .hs-all { display: none; }
  .haud { grid-template-columns: 1fr; }
  .htl { grid-template-columns: 1fr; gap: 18px; text-align: left; }
  .htl::before { top: 0; bottom: 0; left: 26px; right: auto; width: 2px; height: auto;
    background: repeating-linear-gradient(180deg, var(--accent-2) 0 8px, transparent 8px 16px); }
  .htl li { display: grid; grid-template-columns: 54px 1fr; column-gap: 16px; text-align: left; padding: 0; }
  .htl-n { grid-row: span 2; margin: 0; }
  .hfeat { grid-template-columns: 1fr; gap: 24px; }
  .hband-in { gap: 32px; padding-top: 48px; padding-bottom: 48px; }
  .hb-bar { grid-template-columns: 100px 1fr; }
  .cmp-switch { width: 100%; } .cmp-switch label { flex: 1; text-align: center; padding: 9px 8px; }
}
.hfeat-more { text-align: center; margin: 44px 0 0; }
/* Schaufenster der Verkaufsseiten: drei Rahmen, leicht aufgefächert */
.hshow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding: 8px 0 12px; }
.hshow-i { display: block; transition: transform .25s; }
.hshow-i.s0 { transform: rotate(-1.6deg) translateY(6px); } .hshow-i.s2 { transform: rotate(1.6deg) translateY(6px); }
.hshow-i:hover { transform: translateY(-6px); text-decoration: none; }
@media (max-width: 900px) { .hshow { grid-template-columns: 1fr 1fr; } .hshow-i.s2 { display: none; } }
@media (max-width: 560px) { .hshow { grid-template-columns: 1fr; } .hshow-i.s1 { display: none; } .hshow-i.s0 { transform: none; } }
@media (prefers-reduced-motion: reduce) { .hshow-i, .hshow-i.s0, .hshow-i.s2 { transform: none; transition: none; } }

.hband-report{display:flex;align-items:center;gap:14px;margin-top:22px;max-width:540px;padding:12px 16px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.22);color:#fff;text-decoration:none;transition:background .15s,border-color .15s}
.hband-report:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.4);color:#fff}
.hbr-badge{flex:0 0 auto;font-weight:800;font-size:.78rem;letter-spacing:.06em;padding:8px 10px;border-radius:9px;background:#fff;color:#0b2442}
.hbr-t{display:flex;flex-direction:column;line-height:1.3;flex:1;min-width:0}
.hbr-t small{color:#c5d6e4;font-size:.86rem}
.hbr-go{font-size:1.3rem;opacity:.8}
