/* socialmediamarket.de – Richtung „Playground“: bunt, große runde Formen, viel Bewegung (Vorbild: moderne Startup-Sites wie framer.com / lemonsqueezy.com, nichts kopiert). */
:root {
  --bg: #FFFFFF; --bg2: #F5F6FA; --ink: #0E0E12; --ink-2: #5A5B66; --ink-3: #6E6F7C; --hair: #E8E9EF;
  --blue: #2B5CFF; --blue-2: #1E45D6; --blue-soft: #E7EDFF; --brand-hi: #2B5CFF; --brand-lo: #1E45D6; --lemon: #FFE14D; --coral: #FF6B4A; --mint: #3DDC97; --sky: #6EC1FF; --pink: #FF6BA9; --lilac: #C9B8FF;
  --warn: #B4531B; --warn-bg: #FBEEE4;
  --display: 'Outfit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --sans: 'Plus Jakarta Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --w: 1240px; --gutter: clamp(20px, 4vw, 48px); --r: 28px; --r2: 20px;
  --shadow: 0 24px 60px rgba(14,14,18,.10); --shadow-blue: 0 20px 50px rgba(43,92,255,.28);
}
* { box-sizing: border-box; min-width: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: clip; }
a { color: var(--ink); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; letter-spacing: -0.03em; line-height: 1.02; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(44px, 7.4vw, 104px); font-weight: 800; }
h2 { font-size: clamp(34px, 4.6vw, 64px); }
h3 { font-size: clamp(24px, 2.4vw, 32px); }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; }
.muted { color: var(--ink-2); }
.small { font-size: 14px; color: var(--ink-3); }
.ico { flex: none; vertical-align: middle; }
.wrap { max-width: var(--w); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 8vw, 120px); }
.section.tight { padding-block: clamp(40px, 5vw, 72px); }
.lead { font-size: clamp(18px, 1.5vw, 22px); line-height: 1.5; color: var(--ink-2); max-width: 640px; text-wrap: pretty; }
.center { text-align: center; } .center .lead { margin-inline: auto; }
.grad { background: linear-gradient(90deg, var(--blue), var(--pink) 55%, var(--coral)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 28px; background: var(--blue); color: #fff; font-weight: 700; font-size: 16px; border: 0; border-radius: 999px; cursor: pointer; white-space: nowrap; box-shadow: var(--shadow-blue); transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .25s, background .2s; }
.btn:hover { transform: translateY(-2px) scale(1.02); background: var(--blue-2); color: #fff; box-shadow: 0 26px 60px rgba(43,92,255,.36); }
.btn:active { transform: translateY(0) scale(.99); }
.btn.dark { background: var(--ink); box-shadow: var(--shadow); } .btn.dark:hover { background: #222; }
.btn.white { background: #fff; color: var(--ink); box-shadow: var(--shadow); } .btn.white:hover { background: #fff; color: var(--blue); }
.btn.ghost { background: transparent; color: var(--ink); box-shadow: none; border: 2px solid var(--hair); } .btn.ghost:hover { border-color: var(--ink); background: transparent; color: var(--ink); box-shadow: none; }
.btn.block { width: 100%; }
.pill { display: inline-flex; align-self: flex-start; align-items: center; gap: 8px; height: 34px; padding: 0 14px; border-radius: 999px; font-size: 13px; font-weight: 700; background: var(--bg2); color: var(--ink-2); }
.pill.blue { background: var(--blue-soft); color: var(--blue); } .pill.mint { background: #E3FAEF; color: #0F8F57; }
.notice { border-radius: 16px; background: var(--warn-bg); color: var(--warn); padding: 14px 18px; font-size: 15px; }
textarea.f { font: inherit; font-size: 16px; line-height: 1.5; }
input.f, select.f { height: 56px; width: 100%; border: 2px solid var(--hair); border-radius: 16px; background: #fff; padding: 0 18px; font: inherit; font-size: 16px; color: var(--ink); transition: border-color .2s; }
input.f:focus { outline: 0; border-color: var(--blue); }
label.fl { display: flex; flex-direction: column; gap: 8px; font-size: 14px; font-weight: 700; }
.radio { width: 22px; height: 22px; flex: none; border: 2px solid var(--hair); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.radio::after { content: ''; width: 10px; height: 10px; border-radius: 50%; }
input:checked + .radio { border-color: var(--blue); } input:checked + .radio::after { background: var(--blue); }
.check { width: 24px; height: 24px; flex: none; border-radius: 50%; background: var(--mint); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; }
.card { background: #fff; border-radius: var(--r); box-shadow: var(--shadow); }
.tint { border-radius: var(--r); }
.tint.lemon { background: #FFF6C2; } .tint.coral { background: #FFE3DB; } .tint.mint { background: #DDF7EA; } .tint.sky { background: #E0F1FF; } .tint.lilac { background: #ECE6FF; } .tint.pink { background: #FFE3EF; } .tint.blue { background: var(--blue-soft); } .tint.gray { background: var(--bg2); }

/* Bewegung: Einblenden beim Scrollen, Zähler, Parallax, Laufband */
.rv { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.rv.in { opacity: 1; transform: none; }
.rv.d1 { transition-delay: .1s; } .rv.d2 { transition-delay: .2s; } .rv.d3 { transition-delay: .3s; } .rv.d4 { transition-delay: .4s; }
.float { animation: none; } /* Schweben auf Wunsch des Betreibers entfernt (16.09.2026) */
.marquee { overflow: hidden; white-space: nowrap; }
.marquee .track { display: inline-flex; gap: 48px; padding-right: 48px; } /* kein Laufband mehr */
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } .float, .marquee .track { animation: none; } .btn { transition: none; } }

/* Kopfzeile: schwebende Pille */
.top { position: sticky; top: 14px; z-index: 30; padding-inline: var(--gutter); }
.top .bar { max-width: var(--w); margin: 0 auto; height: 64px; display: flex; align-items: center; gap: 28px; padding: 0 12px 0 22px; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-radius: 999px; box-shadow: var(--shadow); }
.wordmark { display: inline-flex; align-items: center; color: var(--ink); }
.wordmark .logo { display: block; height: 30px; width: auto; }
.wordmark.on-dark { color: #fff; }
footer.site .wordmark { color: #fff; } footer.site .wordmark .logo { height: 34px; }
.top nav { display: flex; gap: 4px; }
.top nav a { padding: 8px 14px; border-radius: 999px; font-size: 15px; font-weight: 600; color: var(--ink-2); }
.top nav a:hover { background: var(--bg2); color: var(--ink); }
.top .right { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.top .iconbtn { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; position: relative; background: none; border: 0; color: var(--ink); cursor: pointer; }
.top .iconbtn:hover { background: var(--bg2); }
.top .iconbtn .n { position: absolute; top: 2px; right: 0; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px; background: var(--coral); color: #fff; font-size: 11px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; }
.top .cta { min-height: 44px; padding: 0 18px; font-size: 14px; }
.top .burger { display: none; }
.top .mnav { display: none; }
.top.open .mnav { display: flex; flex-direction: column; max-width: var(--w); margin: 8px auto 0; background: #fff; border-radius: var(--r); box-shadow: var(--shadow); padding: 10px; }
.top.open .mnav a { padding: 14px 18px; border-radius: 14px; font-family: var(--display); font-size: 22px; font-weight: 700; }
.top.open .mnav a:hover { background: var(--bg2); }
.crumbs { padding: 28px 0 0; font-size: 14px; color: var(--ink-3); display: flex; flex-wrap: wrap; gap: 8px; }
.crumbs a { color: var(--ink-3); } .crumbs a:hover { color: var(--ink); }

/* Hero */
.hero { position: relative; padding-block: clamp(56px, 8vw, 120px) 0; text-align: center; overflow-x: clip; }
.hero .wrap { display: flex; flex-direction: column; align-items: center; gap: 26px; position: relative; z-index: 2; }
.hero h1 { max-width: 1000px; }
.hero .lead { max-width: 620px; }
.hero .actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 6px; }
.hero .facts { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }
.blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; z-index: 0; pointer-events: none; }
.blob.b1 { width: 520px; height: 520px; background: var(--lilac); top: -120px; left: -160px; }
.blob.b2 { width: 460px; height: 460px; background: var(--lemon); top: 40px; right: -140px; }
.blob.b3 { width: 380px; height: 380px; background: var(--sky); top: 420px; left: 30%; opacity: .4; }
.shape { position: absolute; z-index: 1; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--ink); box-shadow: var(--shadow); will-change: transform; }
.shape.ig { width: 84px; height: 84px; background: var(--coral); top: 120px; left: 6%; }
.shape.yt { width: 72px; height: 72px; background: var(--lemon); top: 300px; left: 12%; }
.shape.fb { width: 92px; height: 92px; background: var(--sky); top: 90px; right: 8%; }
.shape.li { width: 64px; height: 64px; background: var(--mint); top: 330px; right: 14%; }
.shape.tg { width: 56px; height: 56px; background: var(--pink); top: 460px; right: 4%; }
.hero .stage { position: relative; z-index: 2; margin: 56px auto 0; max-width: var(--w); padding-inline: var(--gutter); }
.hero .stage img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--r); box-shadow: var(--shadow); }
.counters { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.counters .c { background: #fff; border-radius: var(--r2); box-shadow: var(--shadow); padding: 22px 24px; display: flex; flex-direction: column; gap: 4px; text-align: left; }
.counters .n { font-family: var(--display); font-size: clamp(32px, 3.2vw, 44px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.counters .l { font-size: 14px; color: var(--ink-2); }

/* Laufband */
.band-wrap { overflow: hidden; margin-top: clamp(48px, 6vw, 88px); padding-block: 12px; }
.band { background: var(--ink); color: #fff; padding: 18px 0; transform: rotate(-1.2deg) scale(1.02); }
.band .track span { font-family: var(--display); font-weight: 800; font-size: 22px; letter-spacing: -0.02em; display: inline-flex; align-items: center; gap: 18px; }
.band .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--lemon); display: inline-block; }

/* Social Store: Bento */
.bento { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 220px; gap: 16px; }
.bento a { border-radius: var(--r); padding: 24px; display: flex; flex-direction: column; justify-content: space-between; color: var(--ink); position: relative; overflow: hidden; transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s; }
.bento a:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.bento a.big { grid-column: span 2; grid-row: span 2; }
.bento a.wide { grid-column: span 2; }
.bento .ic { width: 52px; height: 52px; border-radius: 16px; background: rgba(255,255,255,.75); display: inline-flex; align-items: center; justify-content: center; }
.bento .nm { font-family: var(--display); font-size: 28px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.bento .big .nm { font-size: 44px; }
.bento .fr { font-size: 15px; color: var(--ink-2); margin-top: 6px; }
.bento .fr strong { font-family: var(--display); font-size: 22px; color: var(--ink); font-weight: 800; margin-left: 4px; }
.bento .ct { position: absolute; top: 24px; right: 24px; font-size: 12px; font-weight: 700; color: var(--ink-2); background: rgba(255,255,255,.7); padding: 5px 10px; border-radius: 999px; }
.bento .art { position: absolute; right: -6%; bottom: -8%; width: 58%; pointer-events: none; }

/* Konfigurator-Karte */
.conf { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: center; padding: clamp(28px, 4vw, 56px); border-radius: var(--r); background: var(--ink); color: #fff; overflow: hidden; position: relative; }
.conf .blob { opacity: .35; }
.conf h2 { color: #fff; }
.conf .lead { color: rgba(255,255,255,.72); }
.conf .box { position: relative; background: #fff; color: var(--ink); border-radius: var(--r2); padding: 24px; display: flex; flex-direction: column; gap: 16px; box-shadow: var(--shadow); }
.conf .opts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.conf .opts label { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 12px 14px; border-radius: 14px; border: 2px solid var(--hair); font-size: 14px; font-weight: 600; cursor: pointer; }
.conf .opts label:has(input:checked) { border-color: var(--blue); background: var(--blue-soft); }
.conf .opts input { position: absolute; opacity: 0; width: 0; height: 0; }
.conf .opts strong { font-family: var(--display); font-weight: 800; }
.conf .sum { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.conf .sum .pr { font-family: var(--display); font-size: 36px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }

/* Agentur-Karten */
.svcs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.svcs a { border-radius: var(--r); padding: 28px; display: flex; flex-direction: column; gap: 14px; color: var(--ink); min-height: 460px; position: relative; overflow: hidden; transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.svcs a:hover { transform: translateY(-6px); }
.svcs img { width: 78%; margin: 0 auto; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.svcs a:hover img { transform: none; }
.svcs h3 { font-size: 28px; }
.svcs p { color: var(--ink-2); font-size: 15px; }
.svcs .go { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }

/* Ablauf */
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.steps li { background: var(--bg2); border-radius: var(--r); padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.steps .num { width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: #fff; font-family: var(--display); font-weight: 800; font-size: 20px; display: inline-flex; align-items: center; justify-content: center; }
.steps h3 { font-size: 24px; }
.steps p { color: var(--ink-2); font-size: 15px; }

/* Ratgeber */
.posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.posts a { display: flex; flex-direction: column; gap: 14px; color: var(--ink); background: #fff; border-radius: var(--r); padding: 14px 14px 24px; box-shadow: var(--shadow); transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.posts a:hover { transform: translateY(-6px); }
.posts a img, .posts .ph { aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r2); background: var(--bg2); }
.posts h3 { font-size: 24px; padding-inline: 10px; }
.posts time, .posts p { padding-inline: 10px; }
.posts time { font-size: 13px; color: var(--ink-3); }
.posts p { color: var(--ink-2); font-size: 15px; }

/* Listen */
.plist { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.plist a { display: flex; flex-direction: column; gap: 10px; padding: 26px; border-radius: var(--r); background: var(--bg2); color: var(--ink); min-height: 200px; transition: transform .3s cubic-bezier(.2,.7,.2,1), background .2s; }
.plist a:hover { transform: translateY(-6px); background: var(--blue-soft); }
.plist .kicker { font-size: 13px; font-weight: 700; color: var(--ink-3); }
.plist h3 { font-size: 26px; }
.plist .from { margin-top: auto; font-size: 14px; color: var(--ink-2); }
.plist .from strong { font-family: var(--display); font-size: 24px; color: var(--ink); font-weight: 800; margin-left: 6px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips a { display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 16px; border-radius: 999px; background: var(--bg2); color: var(--ink-2); font-size: 14px; font-weight: 700; }
.chips a.cur, .chips a:hover { background: var(--ink); color: #fff; }
.pager { display: flex; gap: 8px; flex-wrap: wrap; padding-top: 40px; }
.pager a, .pager span { min-width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--bg2); padding: 0 12px; font-weight: 700; }
.pager span.cur { background: var(--blue); color: #fff; }
.pagehead { padding-block: clamp(28px, 4vw, 56px) clamp(24px, 3vw, 40px); display: flex; flex-direction: column; gap: 20px; max-width: 900px; }

/* Produktseite */
.phead { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 40px; align-items: start; padding-block: clamp(24px, 4vw, 56px) clamp(40px, 5vw, 80px); }
.phead .main { display: flex; flex-direction: column; gap: 24px; }
.phead .kicker { display: flex; align-items: center; gap: 10px; }
.tiers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.tiers label { display: flex; align-items: center; gap: 12px; min-height: 64px; padding: 0 18px; border-radius: 18px; border: 2px solid var(--hair); background: #fff; cursor: pointer; transition: border-color .2s, transform .2s; }
.tiers label:hover { transform: translateY(-2px); }
.tiers label:has(input:checked) { border-color: var(--blue); background: var(--blue-soft); }
.tiers input { position: absolute; opacity: 0; width: 0; height: 0; }
.tiers .t { font-weight: 700; font-size: 16px; flex: 1; }
.tiers .pr { font-family: var(--display); font-size: 20px; font-weight: 800; }
.tiers .off { color: var(--ink-3); }
.feats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 20px; }
.feats li { display: flex; gap: 12px; align-items: center; color: var(--ink-2); font-size: 15px; }
.order { position: sticky; top: 96px; background: #fff; border-radius: var(--r); box-shadow: var(--shadow); }
.order .oh { padding: 20px 26px; border-bottom: 1px solid var(--hair); display: flex; align-items: center; justify-content: space-between; gap: 12px; font-weight: 700; }
.order .ob { padding: 22px 26px 26px; display: flex; flex-direction: column; gap: 18px; }
.order .sum { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.order .sum .pr { font-family: var(--display); font-size: 40px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.order .btn { min-height: 60px; font-size: 17px; }
.order small { color: var(--ink-3); font-size: 13px; line-height: 1.5; }
.article-wrap { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 8fr); gap: 56px; padding-block: clamp(40px, 5vw, 80px); border-top: 1px solid var(--hair); }
.toc { position: sticky; top: 96px; align-self: start; background: var(--bg2); border-radius: var(--r); padding: 20px; }
.toc .kicker { display: block; font-size: 13px; font-weight: 700; color: var(--ink-3); padding-bottom: 10px; }
.toc a { display: grid; grid-template-columns: 28px 1fr; gap: 6px; padding: 8px 0; font-size: 14px; font-weight: 600; line-height: 1.35; color: var(--ink-2); }
.toc a .n { color: var(--blue); font-family: var(--display); font-weight: 800; }
.toc a:hover { color: var(--ink); }
.article, .prose { font-size: 18px; line-height: 1.7; max-width: 720px; display: flex; flex-direction: column; gap: 20px; }
.article h2, .prose h2 { font-size: clamp(28px, 3vw, 40px); margin-top: 20px; }
.article h3, .prose h3 { font-size: 24px; margin-top: 6px; }
.article p, .article li, .prose p, .prose li { text-wrap: pretty; }
.article ul, .prose ul { padding-left: 20px; list-style: disc; display: flex; flex-direction: column; gap: 8px; }
.article ol, .prose ol { padding-left: 22px; list-style: decimal; display: flex; flex-direction: column; gap: 8px; }
.article a, .prose a { color: var(--blue); font-weight: 600; }
.article img, .prose img { border-radius: var(--r2); }
.article table, .prose table { border-collapse: collapse; width: 100%; font-size: 15px; } .article td, .article th, .prose td, .prose th { border-bottom: 1px solid var(--hair); padding: 10px 8px; text-align: left; }
.prose blockquote { margin: 0; padding: 20px 24px; border-radius: var(--r2); background: var(--bg2); color: var(--ink-2); }
.faq { max-width: 820px; display: flex; flex-direction: column; gap: 10px; }
.faq details { background: var(--bg2); border-radius: var(--r2); padding: 0 24px; }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; font-family: var(--display); font-size: 22px; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq details[open] summary .ico { transform: rotate(180deg); }
.faq p { padding-bottom: 22px; color: var(--ink-2); }
.placeholder { border: 2px dashed var(--hair); border-radius: var(--r2); padding: 18px 20px; color: var(--ink-2); font-size: 15px; }
.postimg { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; border-radius: var(--r); margin-bottom: 40px; box-shadow: var(--shadow); }

/* Warenkorb, Kasse */
.cart-wrap { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 40px; padding-block: clamp(24px, 4vw, 56px) clamp(40px, 5vw, 80px); }
.cart-wrap .main { display: flex; flex-direction: column; gap: 22px; }
.lines { display: flex; flex-direction: column; gap: 10px; }
.lines .ln { display: grid; grid-template-columns: 1fr auto auto; gap: 18px; align-items: center; padding: 18px 22px; background: var(--bg2); border-radius: var(--r2); }
.lines .ln .tgt { font-size: 13px; color: var(--ink-3); word-break: break-all; }
.lines .ln .pr { font-family: var(--display); font-size: 22px; font-weight: 800; }
.lines .ln button { background: #fff; border: 0; border-radius: 50%; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ink-2); }
.agree { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--ink-2); }
.agree input { width: 20px; height: 20px; margin: 3px 0 0; }
.agree a { color: var(--blue); font-weight: 600; }

/* Abschluss und Fußzeile */
.cta-band { margin-top: clamp(48px, 6vw, 96px); background: var(--blue); color: #fff; border-radius: var(--r) var(--r) 0 0; padding: clamp(56px, 8vw, 110px) 0 clamp(40px, 5vw, 72px); position: relative; overflow: hidden; text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(40px, 6vw, 84px); }
.cta-band .lead { color: rgba(255,255,255,.8); margin: 20px auto 30px; }
.cta-band .blob { opacity: .5; }
footer.site { background: var(--ink); color: #fff; }
footer.site .cols { display: grid; grid-template-columns: 2fr repeat(4, minmax(0, 1fr)); gap: 40px; padding-block: 64px 48px; }
footer.site .brand { display: flex; flex-direction: column; gap: 16px; max-width: 320px; }
footer.site .brand .wordmark { color: #fff; }
footer.site .brand p { color: rgba(255,255,255,.65); font-size: 15px; }
footer.site h4 { font-family: var(--sans); font-size: 13px; font-weight: 700; color: rgba(255,255,255,.5); margin-bottom: 16px; }
footer.site ul { display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
footer.site ul a { color: rgba(255,255,255,.8); } footer.site ul a:hover { color: #fff; }
footer.site .legal { border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 22px; font-size: 13px; color: rgba(255,255,255,.5); flex-wrap: wrap; }
footer.site .legal .links { display: flex; gap: 20px; flex-wrap: wrap; } footer.site .legal a { color: rgba(255,255,255,.6); } footer.site .legal a:hover { color: #fff; }
.buybar { display: none; }

/* Mobil */
@media (max-width: 960px) {
  .top { top: 10px; padding-inline: 12px; }
  .top nav, .top .cta { display: none; }
  .top .burger { display: inline-flex; }
  .top .bar { height: 58px; padding-left: 18px; }
  .wordmark .logo { height: 24px; }
  .hero { padding-top: 40px; }
  .shape { display: none; }
  .blob.b1 { width: 320px; height: 320px; } .blob.b2 { width: 280px; height: 280px; }
  .hero .stage img { aspect-ratio: 4 / 3; }
  .counters { grid-template-columns: 1fr 1fr; }
  .bento { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .bento a.big { grid-column: span 2; grid-row: span 2; } .bento a.wide { grid-column: span 2; }
  .conf { grid-template-columns: 1fr; padding: 22px; }
  .svcs, .steps, .posts, .plist { grid-template-columns: 1fr; }
  .svcs a { min-height: 0; }
  .phead, .article-wrap, .cart-wrap { grid-template-columns: 1fr; gap: 28px; }
  .phead .side { order: 3; }
  .order, .toc { position: static; }
  .toc .list { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; }
  .toc a { flex: none; display: inline-flex; align-items: center; gap: 6px; height: 40px; padding: 0 14px; border-radius: 999px; background: #fff; }
  .tiers, .feats { grid-template-columns: 1fr; }
  footer.site .cols { grid-template-columns: 1fr 1fr; gap: 28px; padding-block: 48px 36px; } footer.site .brand { grid-column: span 2; }
  body.has-buybar { padding-bottom: 96px; }
  .buybar { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 20; background: #fff; border-radius: 999px; box-shadow: 0 20px 50px rgba(14,14,18,.22); padding: 10px 10px 10px 22px; display: flex; align-items: center; gap: 12px; }
  .buybar .pr { font-family: var(--display); font-size: 24px; font-weight: 800; line-height: 1; }
  .buybar small { font-size: 12px; color: var(--ink-3); display: block; margin-bottom: 2px; }
  .buybar .btn { flex: 1; min-height: 52px; }
}
@media (max-width: 600px) {
  .counters { grid-template-columns: 1fr 1fr; gap: 10px; } .counters .c { padding: 16px 18px; }
  .bento { grid-template-columns: 1fr; grid-auto-rows: 170px; } .bento a.big, .bento a.wide { grid-column: auto; grid-row: span 2; }
  footer.site .cols { grid-template-columns: 1fr; } footer.site .brand { grid-column: auto; }
  .lines .ln { grid-template-columns: 1fr auto; }
  .conf .opts { grid-template-columns: 1fr; }
}

/* Illustrationen der Clay-Serie */
.art { pointer-events: none; }
.bento .art { position: absolute; right: -6%; bottom: -8%; width: 58%; }
.bento a:not(.big) .art { width: 46%; right: -6%; bottom: -10%; }
.steps li { position: relative; overflow: hidden; min-height: 300px; }
.steps .art { position: absolute; right: -14%; bottom: -16%; width: 62%; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.steps li:hover .art { transform: none; }
.tools { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tools a { border-radius: var(--r); padding: 28px; display: flex; flex-direction: column; gap: 12px; color: var(--ink); min-height: 320px; position: relative; overflow: hidden; transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.tools a:hover { transform: translateY(-6px); }
.tools .art { position: absolute; right: -10%; bottom: -14%; width: 56%; }
.tools h3 { font-size: 26px; max-width: 60%; }
.tools p { color: var(--ink-2); font-size: 15px; max-width: 60%; }
.tools .go { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.cta-band .art { position: absolute; right: 4%; bottom: -8%; width: 340px; }
.phero { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 24px; align-items: center; }
.phero .artbox { border-radius: var(--r); padding: 12px; } .phero .art { width: 100%; }
.plist a { position: relative; overflow: hidden; }
.plist .art { position: absolute; right: -12%; bottom: -14%; width: 48%; opacity: .9; }
.pagehead.with-art { display: grid; grid-template-columns: minmax(0, 1fr) 220px; align-items: center; gap: 24px; max-width: none; }
.pagehead.with-art .art { width: 100%; }
.posts .ph { display: flex; align-items: center; justify-content: center; overflow: hidden; }
.posts .ph .art { width: 70%; }
.err { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 40px; align-items: center; padding-block: 48px; }
@media (max-width: 960px) {
  .tools { grid-template-columns: 1fr; }
  .phero, .pagehead.with-art, .err { grid-template-columns: 1fr; }
  .phero .art, .pagehead.with-art .art { width: 200px; }
  .cta-band .art { display: none; }
  .steps li { min-height: 260px; }
}

.trust { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.trust > div { padding: 24px; display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.trust .art { width: 56%; margin: 0 auto 6px; }
.trust h3 { font-size: 22px; }
.trust p { color: var(--ink-2); font-size: 14px; }
@media (max-width: 960px) { .trust { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .trust { grid-template-columns: 1fr; } }
.phead h1 { font-size: clamp(40px, 5vw, 76px); }
.phero { grid-template-columns: minmax(0, 1fr) 240px; }

.about { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: 48px; align-items: start; }
.about aside { position: sticky; top: 96px; }
.about .prose h2 { font-size: clamp(26px, 2.8vw, 36px); }
@media (max-width: 960px) { .about { grid-template-columns: 1fr; } .about aside { position: static; } }
footer.site .logo .mark { fill: #fff; }

.chip-opt { display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 14px; border-radius: 999px; border: 2px solid var(--hair); font-size: 14px; font-weight: 600; cursor: pointer; }
.chip-opt input { width: 16px; height: 16px; margin: 0; accent-color: var(--blue); }
.chip-opt:has(input:checked) { border-color: var(--blue); background: var(--blue-soft); }
.order .ob .fl select.f { appearance: auto; }
.lines .ln .opts { font-size: 13px; color: var(--ink-2); }

/* Landingpages */
.lhero { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: 32px; align-items: center; padding: clamp(28px, 4vw, 56px); margin-top: 24px; overflow: hidden; }
.lhero .ltext { display: flex; flex-direction: column; gap: 20px; }
.lhero h1 { font-size: clamp(38px, 5.2vw, 80px); }
.lhero .actions { display: flex; gap: 12px; flex-wrap: wrap; }
.lhero .art { width: 100%; max-width: 420px; justify-self: center; }
@media (max-width: 960px) { .lhero { grid-template-columns: 1fr; } .lhero .art { max-width: 240px; order: -1; } }

/* Startseite: lange Abschnitte als Akkordeon, Inhalt bleibt im HTML */
.acc { display: flex; flex-direction: column; gap: 8px; margin-top: 24px; }
.acc details { background: var(--bg2); border-radius: var(--r2); padding: 0 22px; }
.acc summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 34px 1fr 24px; align-items: center; gap: 10px; padding: 16px 0; font-family: var(--display); font-size: 20px; font-weight: 700; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary .n { color: var(--blue); font-size: 16px; }
.acc details[open] summary .ico { transform: rotate(180deg); }
.acc .prose { padding: 4px 0 22px; font-size: 17px; }

.band-wrap { display: none; } /* Laufband ohne Bewegung ergibt keinen Sinn, ausgeblendet */

/* Tools */
.toolbox { padding: clamp(20px, 3vw, 32px); margin-top: 16px; display: flex; flex-direction: column; gap: 18px; }
.toolform { display: flex; gap: 12px; align-items: flex-end; }
.toolform .btn { min-height: 56px; }
.toolresult { background: #fff; border-radius: var(--r2); padding: clamp(18px, 2.5vw, 28px); display: flex; flex-direction: column; gap: 18px; box-shadow: var(--shadow); }
.tr-head { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.tr-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.tr-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.tr-cta .pr { font-family: var(--display); font-size: 30px; font-weight: 800; } .tr-cta .pr small { font-family: var(--sans); font-size: 13px; font-weight: 500; color: var(--ink-3); }
.tr-alts { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.tr-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; }
.tr-stats > div { background: var(--bg2); border-radius: 16px; padding: 16px 18px; display: flex; flex-direction: column; gap: 4px; }
.tr-stats .n { font-family: var(--display); font-size: 30px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; } .tr-stats .l { font-size: 13px; color: var(--ink-2); }
.tr-chart { width: 100%; height: auto; background: var(--bg2); border-radius: 16px; padding: 12px; }
.score { width: 72px; height: 72px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-family: var(--display); font-size: 26px; font-weight: 800; color: #fff; background: conic-gradient(var(--blue) calc(var(--s) * 1%), var(--hair) 0); position: relative; }
.score::before { content: ''; position: absolute; inset: 7px; border-radius: 50%; background: var(--ink); } .score { isolation: isolate; } .score span, .score { z-index: 1; }
.tr-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.tr-check { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border-radius: 14px; background: var(--bg2); }
.tr-check .ic { width: 24px; height: 24px; border-radius: 50%; flex: none; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--warn); margin-top: 2px; }
.tr-check.ok .ic { background: var(--mint); color: var(--ink); }
.tr-check > div { display: flex; flex-direction: column; gap: 2px; min-width: 0; } .tr-check .v { font-size: 14px; color: var(--ink-2); word-break: break-word; }
.tr-table { border-collapse: collapse; width: 100%; font-size: 14px; } .tr-table th, .tr-table td { text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--hair); vertical-align: top; }
.tr-chain { display: flex; flex-direction: column; gap: 8px; list-style: none; padding: 0; } .tr-chain li { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; font-size: 14px; }
@media (max-width: 960px) { .toolform { flex-direction: column; align-items: stretch; } .tr-grid, .tr-checks { grid-template-columns: 1fr; } }

/* UX-Durchgang 17.09.2026 */
:target, [id] { scroll-margin-top: 96px; }          /* Sprungmarken landen nicht unter der schwebenden Kopfzeile */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 50; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 999px; font-weight: 700; }
.skip:focus { top: 12px; }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.totop { position: fixed; right: 16px; bottom: 16px; z-index: 25; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: #fff; border: 0; display: none; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--shadow); }
.totop.show { display: inline-flex; }
body.has-buybar .totop { bottom: 96px; }
.tiers .pr, .conf .opts strong { white-space: nowrap; }
.conf .sum { flex-wrap: wrap; }
@media (max-width: 960px) {
  .phero, .lhero { grid-template-columns: 1fr !important; }
  .phero .artbox { width: 200px; margin: 0 auto; }
  .bento { grid-auto-rows: 150px; }
  .bento a.big { grid-row: span 2; }
  .bento .big .nm { font-size: 34px; max-width: 55%; }
  .bento .big .art { width: 46%; right: -4%; bottom: -6%; }
  .bento a:not(.big) .art { width: 38%; }
  .conf .sum { flex-direction: column; align-items: stretch; gap: 12px; }
  .conf .sum .btn { width: 100%; }
  .conf .opts label { flex-wrap: wrap; }
  .toolform .chips { gap: 6px; }
  .article-wrap { gap: 20px; }
}
@media (max-width: 600px) {
  .bento { grid-auto-rows: 140px; }
  .bento a.big, .bento a.wide { grid-column: auto; grid-row: span 2; }
  .tr-stats { grid-template-columns: 1fr 1fr; }
  .lhero { padding: 22px; }
  .lhero h1 { font-size: 34px; }
}

[hidden] { display: none !important; }
@media (max-width: 600px) { .bento { grid-auto-rows: 168px; } .bento .ic { width: 40px; height: 40px; border-radius: 12px; } .bento .nm { font-size: 26px; } .bento .ct { top: 16px; right: 16px; } .bento a { padding: 18px; } }

.added { display: grid; grid-template-columns: auto 1fr; gap: 10px 12px; align-items: center; padding: 16px 22px; background: #E3FAEF; border-bottom: 1px solid var(--hair); font-size: 15px; }
.added .btn { grid-column: 1 / -1; min-height: 48px; }
.added .link-plain { grid-column: 1 / -1; text-align: center; font-weight: 600; color: var(--ink-2); }

.cform { display: flex; flex-direction: column; gap: 16px; position: relative; }
.cf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .cf-grid { grid-template-columns: 1fr; } }

/* Verwaltung und Kundenbereich */
.adm{display:grid;grid-template-columns:220px 1fr;gap:32px;padding-block:32px 64px;min-height:70vh}
.adm-nav{display:flex;flex-direction:column;gap:4px;position:sticky;top:96px;align-self:start}
.adm-nav a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;font-weight:600;color:var(--ink);min-height:44px}
.adm-nav a:hover{background:var(--gray)}
.adm-nav a.cur{background:var(--blue);color:#fff}
.adm-main{min-width:0}
.adm .counters{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
.adm .counters .c{align-items:flex-start;text-align:left}
.adm .notice{margin-bottom:20px}
@media(max-width:820px){.adm{grid-template-columns:1fr}.adm-nav{position:static;flex-direction:row;flex-wrap:wrap}.adm-nav form{margin-top:0}.adm-nav .small{display:none}}

/* UX-Durchgang 2: Langtexte als Abschnitte, Tippflächen, Ladezustand, Druck */
.longtext { min-width: 0; }
.longtext .article { max-width: 760px; }
.acc summary h2 { font: inherit; margin: 0; }
.acc details .article { padding: 4px 0 24px; font-size: 17px; }
.acc details:target { outline: 2px solid var(--blue); outline-offset: 2px; }
.expand-all { margin-top: 14px; width: 100%; min-height: 40px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font: inherit; font-size: 14px; font-weight: 700; color: var(--ink-2); cursor: pointer; }
.expand-all:hover { border-color: var(--ink); color: var(--ink); }
.crumbs a, .crumbs span { display: inline-flex; align-items: center; min-height: 32px; }
footer.site ul { gap: 4px; }
footer.site ul a { display: inline-flex; align-items: center; min-height: 34px; }
footer.site .legal a { display: inline-flex; align-items: center; min-height: 34px; }
.btn.loading, button.loading { opacity: .7; pointer-events: none; }
.btn.loading::after { content: ""; width: 16px; height: 16px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin .8s linear infinite; margin-left: 4px; }
@keyframes spin { to { transform: rotate(360deg); } }
.err form { display: flex; gap: 10px; max-width: 520px; }
.err form .f { flex: 1; }
.err .links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.empty-cart { display: flex; flex-direction: column; gap: 18px; max-width: 640px; }
.f:user-invalid { border-color: var(--warn); }
@media (max-width: 820px) { .toc .list { margin-right: -16px; padding-right: 16px; } .toc .expand-all { width: auto; margin-top: 10px; padding: 0 16px; } }
@media print { header.top, footer.site, .totop, .buybar, .cta-band, .toc, .expand-all, .mnav, .btn { display: none !important; } .acc details { display: block; } .acc details > *:not(summary) { display: block !important; } body { background: #fff; color: #000; } a::after { content: none; } }

.order .sum .pr, .conf .sum .pr, .buybar .pr { white-space: nowrap; }
@media (max-width: 820px) { .order .sum .pr { font-size: 30px; } .conf .sum .pr { font-size: 30px; } }
@media (max-width: 820px) { body.has-buybar .totop { bottom: 92px; } }

/* Ausbau 3: Suche, Sortierung, Schritte, Teilen, Mengen, Vertrauen */
.top nav a[aria-current="page"] { color: var(--blue); }
.spop { position: absolute; left: 50%; transform: translateX(-50%); top: calc(100% + 8px); width: min(640px, calc(100vw - 32px)); background: #fff; border-radius: var(--r); box-shadow: 0 24px 60px rgba(10,20,40,.18); padding: 18px; z-index: 40; }
.spop form { display: flex; gap: 8px; }
.spop .sugg-wrap { flex: 1; }
.spop .small { margin-top: 10px; }
.spop kbd { font-family: var(--sans); font-size: 12px; border: 1px solid var(--line); border-bottom-width: 2px; border-radius: 6px; padding: 1px 6px; }
.sugg-wrap { position: relative; display: block; }
.sugg { position: absolute; left: 0; right: 0; top: calc(100% + 6px); background: #fff; border-radius: 16px; box-shadow: 0 18px 48px rgba(10,20,40,.16); padding: 6px; z-index: 45; display: flex; flex-direction: column; max-height: 60vh; overflow: auto; }
.sugg a { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; padding: 10px 12px; border-radius: 10px; color: var(--ink); font-size: 15px; }
.sugg a:hover, .sugg a.act { background: var(--bg2); }
.sugg a small { color: var(--ink-3); font-size: 12px; }
.sugg a .k { font-size: 12px; font-weight: 700; color: var(--blue); }
.sugg .all { border-top: 1px solid var(--line); margin-top: 4px; justify-content: center; text-align: center; font-weight: 700; color: var(--blue); display: flex; }
.listbar { display: flex; align-items: flex-end; gap: 14px; flex-wrap: wrap; margin: 0 0 20px; }
.listbar .f { height: 46px; }
.listbar .listcount { margin-left: auto; padding-bottom: 12px; }
.plist a[hidden] { display: none !important; }
.ostep { display: flex; gap: 6px; padding-top: 28px; font-size: 14px; color: var(--ink-3); flex-wrap: wrap; list-style: none; margin: 0; padding-left: 0; }
.ostep li { display: flex; align-items: center; gap: 8px; }
.ostep li::after { content: ""; width: 28px; height: 1px; background: var(--line); margin-left: 6px; }
.ostep li:last-child::after { display: none; }
.ostep .n { width: 24px; height: 24px; border-radius: 50%; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
.ostep li.cur { color: var(--ink); font-weight: 700; } .ostep li.cur .n { background: var(--blue); color: #fff; border-color: var(--blue); }
.ostep li.done { color: var(--ink-2); } .ostep li.done .n { background: #E3FAEF; color: #0F8F57; border-color: transparent; }
.trustbox { margin-top: 16px; background: var(--bg2); border-radius: var(--r); padding: 22px 24px; display: flex; flex-direction: column; gap: 14px; }
.trustbox h3 { font-size: 18px; }
.trustbox ol { display: flex; flex-direction: column; gap: 12px; }
.trustbox li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: start; font-size: 14px; }
.trustbox li .n { width: 26px; height: 26px; border-radius: 50%; background: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-family: var(--display); color: var(--blue); }
.trustbox li div { display: flex; flex-direction: column; gap: 2px; } .trustbox li span:not(.n) { color: var(--ink-2); }
.trustbox a { font-weight: 700; color: var(--blue); }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; height: 40px; }
.qty button { width: 40px; height: 40px; border: 0; background: none; font-size: 18px; font-weight: 700; cursor: pointer; color: var(--ink); border-radius: 999px; }
.qty button:hover { background: var(--bg2); } .qty button[disabled] { opacity: .4; cursor: default; }
.qty span { min-width: 22px; text-align: center; font-weight: 700; }
.lines .ln { align-items: center; }
.lines .ln:has(.qty) { grid-template-columns: minmax(0, 1fr) auto auto auto; }
@media (max-width: 820px) { .lines .ln:has(.qty) { grid-template-columns: minmax(0, 1fr) auto; } .lines .ln:has(.qty) .qty { grid-column: 1; } }
.share { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.chip { display: inline-flex; align-items: center; gap: 6px; height: 36px; padding: 0 14px; border-radius: 999px; background: var(--bg2); color: var(--ink-2); font: inherit; font-size: 13px; font-weight: 700; border: 0; cursor: pointer; }
.chip:hover { background: var(--ink); color: #fff; }
.progress { position: fixed; left: 0; top: 0; width: 100%; height: 3px; z-index: 60; pointer-events: none; }
.progress span { display: block; height: 100%; width: 0; background: var(--blue); transition: width .1s linear; }
.tiers .unit { display: block; font-size: 12px; font-weight: 500; color: var(--ink-3); margin-top: 2px; }
.toc a.act { color: var(--ink); background: #fff; border-radius: 10px; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 999px; font-size: 14px; font-weight: 600; opacity: 0; transition: .25s; z-index: 70; pointer-events: none; box-shadow: var(--shadow); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.recent { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; align-items: center; }
.recent .small { margin-right: 4px; }
.copy-result { margin-top: 14px; }
.fnews { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; max-width: 320px; } .fnews h4 { margin-bottom: 0; }
.fnews p { color: rgba(255,255,255,.65); font-size: 14px; }
.fnews form { display: flex; gap: 6px; }
.fnews .f { flex: 1; height: 44px; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #fff; }
.fnews .f::placeholder { color: rgba(255,255,255,.4); }
.fnews .btn { min-height: 44px; padding: 0 14px; }
@media (max-width: 1100px) { footer.site .cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 820px) {
  .spop { position: fixed; left: 16px; right: 16px; top: 84px; transform: none; width: auto; }
  .ostep { font-size: 12px; gap: 4px; } .ostep li::after { width: 12px; }
  .listbar { flex-direction: column; align-items: stretch; } .listbar .fl { max-width: none !important; } .listbar .listcount { margin-left: 0; padding-bottom: 0; }
  .lines .ln { grid-template-columns: 1fr auto; } .lines .ln .qty { grid-column: 1; justify-self: start; }
  footer.site .cols { grid-template-columns: 1fr; }
}

/* Streichpreise, Angebot, Variantenauswahl */
.was { color: var(--ink-3); font-weight: 500; font-size: .7em; text-decoration: line-through; margin-right: 8px; font-family: var(--sans); }
.tiers .pr .was { display: block; font-size: 13px; margin: 0; text-align: right; }
.prwrap { display: inline-flex; align-items: baseline; gap: 8px; }
.prwrap .was { font-size: 15px; margin: 0; }
.tag.sale { background: #FFE9E3; color: #C2410C; }
.plist .card-tag { position: absolute; top: 18px; right: 18px; }
.plist .from .was { font-size: 14px; margin: 0 4px 0 6px; }
.tiers.hidden-radios { display: none; }
.vsel { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; margin-bottom: 18px; }
.vsel .fl { gap: 6px; }
.vsel-none { grid-column: 1 / -1; color: var(--warn); }
.vsel option[disabled] { color: #aaa; }

@media (max-width: 820px) { .buybar > div { min-width: 0; } .buybar small, .buybar [data-sel-label] { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .buybar .btn { flex: none; } }
.was { white-space: nowrap; }
.prwrap { flex-wrap: wrap; justify-content: flex-end; }
.btn[disabled] { opacity: .5; cursor: not-allowed; }

.pager { align-items: center; }
.pager .pn { border-radius: 999px; padding: 0 16px; gap: 6px; }
.pager .info { background: none; min-width: 0; padding: 0 6px; color: var(--ink-3); font-weight: 500; font-size: 14px; }
svg.flip { transform: rotate(180deg); }
.plist a:has(.card-tag) .kicker { padding-right: 92px; }

.author { display: grid; grid-template-columns: 96px 1fr; gap: 20px; align-items: center; background: var(--bg2); border-radius: var(--r); padding: 22px 26px; margin-top: 48px; }
.author .art { width: 96px; }
.author p { color: var(--ink-2); font-size: 15px; margin-top: 4px; } .author a { font-weight: 700; color: var(--blue); }
@media (max-width: 820px) { .author { grid-template-columns: 1fr; } }
/* Abstand vor der Trennlinie des Langtexts, wenn davor Karten, Beiträge oder die Seitennavigation stehen */
.plist + .article-wrap, .posts + .article-wrap, .pager + .article-wrap, .listbar + .article-wrap, .chips + .article-wrap { margin-top: clamp(40px, 5vw, 64px); }
.pager { margin-bottom: 8px; }
/* Abstands- und Überlaufkontrolle (Prüfung 18.09.2026) */
.toolbox + .article-wrap, .section + .article-wrap { margin-top: clamp(24px, 4vw, 48px); }
h1, h2, h3 { overflow-wrap: anywhere; hyphens: auto; }
.lead, p { overflow-wrap: anywhere; }
.phero h1 { font-size: clamp(34px, 4.4vw, 60px); }
.order .sum { flex-wrap: wrap; row-gap: 6px; }
.order .sum > [data-sel-label] { min-width: 0; flex: 1 1 160px; }
.order .sum .prwrap { margin-left: auto; }
.plist a h3, .plist a .kicker { max-width: 68%; }
.plist a .from { position: relative; z-index: 1; }
