/* Regionsbeste – Haupt-Stylesheet.
   ALLE Farben über var(--rb-*) aus den ACF-Options (inc/theme-css.php). */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--rb-bg);
  color: var(--rb-text);
  font-family: var(--rb-font-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--rb-primary); }
h1, h2, h3 { font-family: var(--rb-font-display); letter-spacing: -0.01em; line-height: 1.15; color: var(--rb-text); }
h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); }

.rb-container { max-width: 1160px; margin: 0 auto; padding: 0 1.25rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (min-width: 640px) { .rb-container { padding: 0 1.5rem; } }

/* ── Header ─────────────────────────────── */
.rb-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--rb-bg) 92%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--rb-border);
}
.rb-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 64px; }
.rb-logo { display: flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--rb-text); }
.rb-logo-mark {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--rb-primary); color: var(--rb-primary-text);
  font-size: 1.1rem;
}
.rb-logo-text { font-family: var(--rb-font-display); font-weight: 600; font-size: 1.1rem; line-height: 1.1; }
.rb-logo-sub { display: block; font-family: var(--rb-font-sans); font-size: .6rem; font-weight: 400; text-transform: uppercase; letter-spacing: .08em; color: var(--rb-muted); }
.rb-nav { display: none; align-items: center; gap: .25rem; }
.rb-nav a {
  padding: .5rem .8rem; border-radius: 8px; text-decoration: none;
  color: var(--rb-text); font-size: .92rem; font-weight: 500;
  transition: background 150ms var(--rb-ease);
}
.rb-nav a:hover { background: color-mix(in srgb, var(--rb-primary) 8%, transparent); }
.rb-nav a.rb-cta {
  background: var(--rb-accent); color: var(--rb-accent-text); font-weight: 600; margin-left: .3rem;
}
.rb-nav a.rb-cta:hover { filter: brightness(1.05); }
.rb-burger { display: block; background: none; border: 0; padding: .5rem; cursor: pointer; color: var(--rb-text); }
.rb-burger svg { width: 24px; height: 24px; }
@media (min-width: 1024px) {
  .rb-nav { display: flex; }
  .rb-burger { display: none; }
}
.rb-mobile-nav { display: none; border-top: 1px solid var(--rb-border); padding: 1rem; }
.rb-mobile-nav.is-open { display: block; }
.rb-mobile-nav a { display: block; padding: .7rem .5rem; text-decoration: none; color: var(--rb-text); font-weight: 500; border-radius: 8px; }
.rb-mobile-nav a.rb-cta { background: var(--rb-accent); color: var(--rb-accent-text); text-align: center; margin-top: .5rem; }

/* ── Hero ───────────────────────────────── */
.rb-hero {
  position: relative; overflow: hidden;
  background: var(--rb-primary); color: var(--rb-primary-text);
}
.rb-hero-bg { position: absolute; inset: 0; object-fit: cover; width: 100%; height: 100%; opacity: .22; }
.rb-hero-inner { position: relative; padding-top: 3rem; padding-bottom: 3rem; }
@media (min-width: 768px) { .rb-hero-inner { padding-top: 6rem; padding-bottom: 6rem; } }
.rb-hero h1 { color: var(--rb-primary-text); margin: .5rem 0 0; }
.rb-hero h1 .rb-highlight { color: var(--rb-accent); }
.rb-hero p.rb-lead { font-size: 1.1rem; color: color-mix(in srgb, var(--rb-primary-text) 88%, transparent); max-width: 560px; }
.rb-pill {
  display: inline-flex; align-items: center; gap: .4rem;
  background: color-mix(in srgb, var(--rb-primary-text) 12%, transparent);
  border-radius: 999px; padding: .3rem .8rem;
  font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em;
}
.rb-hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.rb-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 2.5rem; max-width: 460px; }
.rb-stat {
  background: color-mix(in srgb, var(--rb-primary-text) 10%, transparent);
  border-radius: var(--rb-radius); padding: 1rem 1.2rem;
}
.rb-stat-n { font-family: var(--rb-font-display); font-size: 1.6rem; font-weight: 600; }
.rb-stat-l { font-size: .75rem; color: color-mix(in srgb, var(--rb-primary-text) 82%, transparent); }

/* ── USP-Strip ──────────────────────────── */
.rb-usp-strip { border-bottom: 1px solid var(--rb-border); background: var(--rb-surface); }
.rb-usp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem 1.5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; }
@media (min-width: 900px) { .rb-usp-grid { grid-template-columns: repeat(4, 1fr); } }
.rb-usp { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: .6rem; align-items: center; font-size: .8rem; color: var(--rb-muted); }
.rb-usp-icon { grid-row: 1 / span 2; font-size: 1.4rem; }
.rb-usp strong { font-size: .88rem; color: var(--rb-text); }

/* ── Buttons ────────────────────────────── */
.rb-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .75rem 1.4rem; border-radius: 10px; border: 0;
  font-family: var(--rb-font-sans); font-size: .95rem; font-weight: 600;
  text-decoration: none; cursor: pointer;
  transition: transform 160ms var(--rb-ease), filter 160ms var(--rb-ease);
}
.rb-btn:active { transform: scale(0.97); }
.rb-btn-accent { background: var(--rb-accent); color: var(--rb-accent-text); }
.rb-btn-accent:hover { filter: brightness(1.06); }
.rb-btn-primary { background: var(--rb-primary); color: var(--rb-primary-text); }
.rb-btn-outline { background: transparent; color: inherit; border: 1px solid color-mix(in srgb, currentColor 40%, transparent); }
.rb-btn-outline:hover { background: color-mix(in srgb, currentColor 8%, transparent); }

/* ── Sections & Cards ───────────────────── */
.rb-section { padding-top: 2.5rem; padding-bottom: 2.5rem; }
@media (min-width: 768px) { .rb-section { padding-top: 3.5rem; padding-bottom: 3.5rem; } }
.rb-section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: .8rem 1rem; margin-bottom: 1.4rem; }
@media (min-width: 768px) { .rb-section-head { margin-bottom: 1.8rem; } }
.rb-section-head p { color: var(--rb-muted); margin: .3rem 0 0; }
.rb-grid { display: grid; gap: 1rem; }
.rb-grid-2 { grid-template-columns: 1fr; }
.rb-grid-4 { grid-template-columns: 1fr; }
@media (min-width: 560px) { .rb-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) {
  .rb-grid-2 { grid-template-columns: repeat(2, 1fr); }
  .rb-grid-3 { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
  .rb-grid-4 { grid-template-columns: repeat(4, 1fr); }
}
.rb-card {
  background: var(--rb-surface); border: 1px solid var(--rb-border);
  border-radius: var(--rb-radius); padding: 1.25rem;
  transition: box-shadow 200ms var(--rb-ease), border-color 200ms var(--rb-ease);
}
.rb-card:hover { box-shadow: 0 8px 24px -12px color-mix(in srgb, var(--rb-text) 25%, transparent); }
a.rb-card { display: block; text-decoration: none; color: inherit; }
.rb-card-icon {
  display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 10px;
  background: color-mix(in srgb, var(--rb-primary) 10%, var(--rb-surface));
  font-size: 1.3rem; margin-bottom: .8rem;
}
.rb-card h3 { margin: 0 0 .3rem; font-size: 1rem; font-family: var(--rb-font-sans); font-weight: 600; }
.rb-card p { margin: 0; font-size: .85rem; color: var(--rb-muted); }

/* ── Bestenliste ────────────────────────── */
.rb-list { display: grid; gap: 1rem; max-width: 780px; }
.rb-biz {
  display: flex; gap: .8rem;
  background: var(--rb-surface); border: 1px solid var(--rb-border);
  border-radius: var(--rb-radius); padding: .95rem;
  scroll-margin-top: 84px; /* Anker-Sprünge landen unter dem Sticky-Header */
}
.rb-biz:target { border-color: var(--rb-accent); box-shadow: 0 0 0 2px var(--rb-accent); }
.rb-biz.is-flash { animation: rbFlash 1100ms var(--rb-ease); }
@keyframes rbFlash {
  0% { box-shadow: 0 0 0 3px var(--rb-accent); background: color-mix(in srgb, var(--rb-accent) 10%, var(--rb-surface)); }
  100% { box-shadow: none; background: var(--rb-surface); }
}
.rb-biz.is-premium {
  border-color: var(--rb-gold);
  box-shadow: 0 0 0 1px var(--rb-gold), 0 8px 28px -10px color-mix(in srgb, var(--rb-gold) 45%, transparent);
}
.rb-rank {
  display: flex; flex-direction: column; align-items: center;
  width: 2.4rem; flex-shrink: 0; padding-top: .1rem;
  font-family: var(--rb-font-display); font-size: 1.5rem; font-weight: 600;
  color: var(--rb-muted);
}
.rb-rank.r1 { color: var(--rb-gold); }
.rb-rank.r2 { color: var(--rb-silver); }
.rb-rank.r3 { color: var(--rb-bronze); }
.rb-rank .rb-trophy { font-size: .85rem; }
.rb-biz-img { display: none; width: 128px; height: 92px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
@media (min-width: 640px) { .rb-biz-img { display: block; } }
@media (min-width: 640px) { .rb-biz { gap: 1rem; padding: 1.1rem; } }
.rb-biz-body { flex: 1; min-width: 0; }
.rb-biz-head { display: flex; align-items: flex-start; justify-content: space-between; gap: .5rem; }
.rb-biz h3 { margin: 0; font-size: 1.05rem; font-family: var(--rb-font-sans); font-weight: 600; }
.rb-biz h3 a { color: inherit; text-decoration: none; }
.rb-biz h3 a:hover { color: var(--rb-primary); }
.rb-biz-meta { font-size: .78rem; color: var(--rb-muted); margin: .15rem 0 .4rem; }
.rb-biz-desc { font-size: .9rem; color: var(--rb-muted); margin: 0 0 .8rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* Premium-Badge */
.rb-premium-badge {
  display: inline-flex; align-items: center; gap: .25rem;
  background: var(--rb-accent); color: var(--rb-accent-text);
  border-radius: 999px; padding: .18rem .6rem;
  font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
  flex-shrink: 0;
}

/* Empfohlen-Block */
.rb-featured { margin-bottom: 1.6rem; max-width: 780px; }
.rb-featured-label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--rb-muted); margin-bottom: .5rem; }

/* Vote-Button */
.rb-vote-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--rb-primary); color: var(--rb-primary-text);
  border: 0; border-radius: 9px; padding: .55rem 1rem;
  font-family: var(--rb-font-sans); font-size: .88rem; font-weight: 600; cursor: pointer;
  transition: transform 160ms var(--rb-ease), filter 160ms var(--rb-ease);
}
.rb-vote-btn:hover { filter: brightness(1.1); }
.rb-vote-btn:active { transform: scale(0.96); }
.rb-vote-btn.is-voted {
  background: color-mix(in srgb, var(--rb-primary) 10%, var(--rb-surface));
  color: var(--rb-text);
}
.rb-vote-btn.is-voted .rb-vote-heart { color: var(--rb-danger); }
.rb-vote-btn.lg { padding: .8rem 1.5rem; font-size: 1rem; }
.rb-vote-count { font-variant-numeric: tabular-nums; font-weight: 700; }

/* Badges */
.rb-badge {
  display: inline-flex; align-items: center; gap: .3rem;
  border-radius: 999px; padding: .2rem .65rem;
  font-size: .72rem; font-weight: 700;
}
.rb-badge-gold { background: var(--rb-gold); color: #2B2410; }
.rb-badge-silver { background: var(--rb-silver); color: #23262E; }
.rb-badge-bronze { background: var(--rb-bronze); color: #fff; }

/* Zweispalten-Layout: Liste + Sidebar (nutzt den freien Platz rechts) */
.rb-cols { display: grid; gap: 1.6rem; align-items: start; }
@media (min-width: 1024px) { .rb-cols { grid-template-columns: minmax(0, 1fr) 320px; } }
.rb-side { display: grid; gap: 1.2rem; }
@media (min-width: 1024px) { .rb-side { position: sticky; top: 84px; } }
.rb-side .rb-sidebar-box { margin: 0; }
.rb-side .rb-ad-slot { margin: 0; }

/* Branchen-Kopf mit Bild */
.rb-branche-head { display: grid; gap: 1.5rem; align-items: center; }
@media (min-width: 900px) { .rb-branche-head.has-image { grid-template-columns: 1fr 380px; gap: 2.5rem; } }
.rb-branche-banner { width: 100%; height: 180px; object-fit: cover; border-radius: var(--rb-radius); }
@media (min-width: 900px) { .rb-branche-banner { height: 220px; } }

/* Ortsfilter */
.rb-town-filter { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.2rem 0; }
.rb-town-filter a {
  border: 1px solid var(--rb-border); border-radius: 999px;
  padding: .3rem .85rem; font-size: .8rem; font-weight: 500;
  text-decoration: none; color: var(--rb-text);
  transition: border-color 150ms, color 150ms;
}
.rb-town-filter a:hover, .rb-town-filter a.is-active { border-color: var(--rb-primary); color: var(--rb-primary); }
.rb-town-filter a.is-active { background: var(--rb-primary); color: var(--rb-primary-text); }

/* Breadcrumb */
.rb-breadcrumb { font-size: .78rem; color: var(--rb-muted); margin-bottom: 1rem; display: flex; flex-wrap: wrap; gap: .35rem; align-items: center; }
.rb-breadcrumb a { color: var(--rb-muted); text-decoration: none; }
.rb-breadcrumb a:hover { color: var(--rb-text); }

/* Profil */
.rb-profile-grid { display: grid; gap: 2rem; }
@media (min-width: 1024px) { .rb-profile-grid { grid-template-columns: 2fr 1fr; } }
.rb-profile-hero { width: 100%; height: 320px; object-fit: cover; border-radius: var(--rb-radius); margin-bottom: 1.4rem; }
.rb-sidebar-box { background: var(--rb-surface); border: 1px solid var(--rb-border); border-radius: var(--rb-radius); padding: 1.2rem; margin-bottom: 1.2rem; }
.rb-sidebar-box h2 { font-size: 1rem; font-family: var(--rb-font-sans); font-weight: 600; margin: 0 0 .8rem; }
.rb-hours { width: 100%; font-size: .88rem; border-collapse: collapse; }
.rb-hours td { padding: .25rem 0; }
.rb-hours td:last-child { text-align: right; font-variant-numeric: tabular-nums; }
.rb-contact-list { list-style: none; margin: 0; padding: 0; font-size: .9rem; }
.rb-contact-list li { margin-bottom: .6rem; }
.rb-contact-list a { text-decoration: none; color: var(--rb-text); }
.rb-contact-list a:hover { color: var(--rb-primary); }
.rb-map-embed { width: 100%; height: 220px; border: 0; border-radius: 8px 8px 0 0; display: block; }
.rb-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; margin-top: 1rem; }
@media (min-width: 640px) { .rb-gallery { grid-template-columns: repeat(3, 1fr); } }
.rb-gallery img { border-radius: 8px; height: 150px; width: 100%; object-fit: cover; }

/* ── Premium-Story-Profil ───────────────── */
.rb-story-hero { position: relative; background: var(--rb-primary); color: var(--rb-primary-text); overflow: hidden; }
.rb-story-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rb-story-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, color-mix(in srgb, var(--rb-primary) 55%, transparent) 0%, color-mix(in srgb, var(--rb-primary) 88%, transparent) 78%, var(--rb-primary) 100%); }
.rb-story-hero-content { position: relative; padding: 3rem 1.25rem 2.5rem; }
@media (min-width: 640px) { .rb-story-hero-content { padding-left: 1.5rem; padding-right: 1.5rem; } }
@media (min-width: 768px) { .rb-story-hero-content { padding-top: 6rem; } }
.rb-story-hero .rb-breadcrumb, .rb-story-hero .rb-breadcrumb a { color: color-mix(in srgb, var(--rb-primary-text) 85%, transparent); }
.rb-story-hero h1 { color: var(--rb-primary-text); margin: .4rem 0 0; max-width: 720px; }
.rb-story-badges { margin: 0 0 .3rem; display: flex; flex-wrap: wrap; gap: .4rem; }
.rb-story-claim { font-family: var(--rb-font-display); font-size: 1.15rem; font-style: italic; color: var(--rb-accent); margin: .5rem 0 0; }
.rb-story-meta { color: color-mix(in srgb, var(--rb-primary-text) 88%, transparent); font-size: .92rem; margin: .6rem 0 0; }
.rb-story-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; align-items: center; }
.rb-story-actions .rb-btn-outline { color: var(--rb-primary-text); }
.rb-story-grid { display: grid; gap: 1.5rem; align-items: start; }
@media (min-width: 900px) { .rb-story-grid { grid-template-columns: 3fr 2fr; gap: 2.5rem; } }
.rb-story-text { max-width: 640px; line-height: 1.75; }
.rb-story-text h2 { margin-top: 0; }
.rb-story-quote {
  margin: 0; padding: 1.8rem;
  background: color-mix(in srgb, var(--rb-accent) 8%, var(--rb-surface));
  border-left: 4px solid var(--rb-accent); border-radius: 0 var(--rb-radius) var(--rb-radius) 0;
  font-family: var(--rb-font-display);
}
.rb-story-quote p { font-size: 1.25rem; line-height: 1.5; margin: 0 0 .8rem; }
.rb-story-quote cite { font-family: var(--rb-font-sans); font-style: normal; font-size: .85rem; color: var(--rb-muted); }
.rb-info-grid .rb-sidebar-box h2 { font-size: 1rem; }
.rb-story-share { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; }
.rb-story-share .rb-btn-outline { color: var(--rb-primary-text); }

/* ── Premium-Preview (Landingpage-Mockup) ── */
.rb-preview-grid { display: grid; gap: 2.5rem; align-items: center; grid-template-columns: 1fr; }
@media (min-width: 900px) { .rb-preview-grid { grid-template-columns: 1fr 1fr; } }
.rb-mock { border-radius: 14px; overflow: hidden; border: 1px solid var(--rb-border); box-shadow: 0 24px 60px -24px rgba(0,0,0,.35); background: var(--rb-surface); }
.rb-mock-bar { display: flex; align-items: center; gap: .4rem; background: color-mix(in srgb, var(--rb-text) 8%, var(--rb-surface)); padding: .55rem .8rem; }
.rb-mock-bar span { width: 10px; height: 10px; border-radius: 50%; background: color-mix(in srgb, var(--rb-text) 22%, transparent); }
.rb-mock-url { flex: 1; margin-left: .5rem; background: var(--rb-surface); border-radius: 6px; padding: .2rem .7rem; font-size: .7rem; color: var(--rb-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rb-mock-url strong { color: var(--rb-primary); font-weight: 600; }
.rb-mock-hero { position: relative; background: var(--rb-primary); color: var(--rb-primary-text); padding: 1.6rem 1.4rem 1.3rem; overflow: hidden; }
.rb-mock-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.rb-mock-hero > div { position: relative; }
.rb-mock-hero h3 { margin: .4rem 0 .15rem; font-family: var(--rb-font-display); font-size: 1.25rem; color: var(--rb-primary-text); }
.rb-mock-hero p { margin: 0; font-size: .78rem; color: color-mix(in srgb, var(--rb-primary-text) 75%, transparent); }
.rb-mock-claim { font-style: italic; color: var(--rb-accent) !important; }
.rb-mock-body { padding: 1.1rem 1.4rem 1.4rem; display: grid; gap: .9rem; }
.rb-mock-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.rb-mock-chip { font-size: .72rem; background: color-mix(in srgb, var(--rb-primary) 8%, var(--rb-surface)); border: 1px solid var(--rb-border); border-radius: 999px; padding: .25rem .7rem; }
.rb-mock-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: .45rem; }
.rb-mock-gallery span { aspect-ratio: 4/3; border-radius: 6px; background: linear-gradient(135deg, color-mix(in srgb, var(--rb-primary) 22%, var(--rb-surface)), color-mix(in srgb, var(--rb-accent) 30%, var(--rb-surface))); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.rb-mock-lines span { display: block; height: 7px; border-radius: 4px; background: color-mix(in srgb, var(--rb-text) 12%, transparent); margin-bottom: .45rem; }
.rb-mock-lines span:nth-child(2) { width: 92%; }
.rb-mock-lines span:nth-child(3) { width: 60%; }

/* Formulare */
.rb-form { background: var(--rb-surface); border: 1px solid var(--rb-border); border-radius: var(--rb-radius); padding: 1.15rem; max-width: 640px; }
@media (min-width: 640px) { .rb-form { padding: 1.6rem; } }
.rb-form-row { margin-bottom: 1rem; }
.rb-form label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: .35rem; }
.rb-form input, .rb-form select, .rb-form textarea {
  width: 100%; padding: .65rem .8rem;
  border: 1px solid var(--rb-border); border-radius: 8px;
  font-family: inherit; font-size: .95rem; background: var(--rb-bg); color: var(--rb-text);
}
.rb-form input:focus, .rb-form select:focus, .rb-form textarea:focus {
  outline: 2px solid var(--rb-primary); outline-offset: 1px; border-color: var(--rb-primary);
}
.rb-form-2col { display: grid; gap: 1rem; }
@media (min-width: 640px) { .rb-form-2col { grid-template-columns: 1fr 1fr; } }
.rb-form-msg { padding: .8rem 1rem; border-radius: 8px; margin-bottom: 1rem; font-size: .9rem; display: none; }
.rb-form-msg.is-success { display: block; background: color-mix(in srgb, var(--rb-primary) 12%, var(--rb-surface)); color: var(--rb-primary); }
.rb-form-msg.is-big { font-size: 1.05rem; font-weight: 600; padding: 1.3rem 1.4rem; border: 1px solid color-mix(in srgb, var(--rb-primary) 30%, transparent); }
.rb-form-msg.is-error { display: block; background: color-mix(in srgb, var(--rb-danger) 10%, var(--rb-surface)); color: var(--rb-danger); }
.rb-honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* Premium-Seite */
.rb-price-card { background: var(--rb-surface); color: var(--rb-text); border-radius: 16px; padding: 1.4rem; box-shadow: 0 20px 50px -20px rgba(0,0,0,.35); }
@media (min-width: 640px) { .rb-price-card { padding: 2rem; } }
.rb-price { font-family: var(--rb-font-display); font-size: clamp(2.2rem, 8vw, 3rem); font-weight: 600; white-space: nowrap; }
.rb-check-list { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.rb-check-list li { display: flex; gap: .5rem; font-size: .9rem; margin-bottom: .7rem; }
.rb-check-list li::before { content: "✓"; color: var(--rb-primary); font-weight: 700; flex-shrink: 0; }

/* CTA-Band */
.rb-cta-band {
  background: var(--rb-primary); color: var(--rb-primary-text);
  border-radius: 16px; padding: 1.5rem;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.2rem;
}
.rb-cta-band h2 { color: var(--rb-primary-text); margin: 0 0 .4rem; }
@media (min-width: 640px) { .rb-cta-band { padding: 2.2rem; } }
.rb-cta-band p { margin: 0; color: color-mix(in srgb, var(--rb-primary-text) 88%, transparent); }

/* Footer */
.rb-footer { margin-top: 4rem; background: var(--rb-primary); color: var(--rb-primary-text); }
.rb-footer-inner { padding-top: 3rem; padding-bottom: 2rem; display: grid; gap: 2rem; }
@media (min-width: 768px) { .rb-footer-inner { grid-template-columns: 2fr 1fr 1fr; } }
.rb-footer h3 { color: color-mix(in srgb, var(--rb-primary-text) 80%, transparent); font-family: var(--rb-font-sans); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 .8rem; }
.rb-footer ul { list-style: none; margin: 0; padding: 0; }
.rb-footer li { margin-bottom: .5rem; }
.rb-footer a { color: var(--rb-primary-text); text-decoration: none; font-size: .9rem; }
.rb-footer a:hover { text-decoration: underline; }
.rb-footer-bottom {
  border-top: 1px solid color-mix(in srgb, var(--rb-primary-text) 12%, transparent);
  padding-top: 1rem; padding-bottom: 1rem; font-size: .75rem;
  color: color-mix(in srgb, var(--rb-primary-text) 80%, transparent);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem;
}
.rb-footer-bottom a { color: inherit; font-size: inherit; }

/* Werbe-Slots */
.rb-ad-slot { margin: 1.5rem 0; }
.rb-ad-slot img { border-radius: var(--rb-radius); border: 1px solid var(--rb-border); width: 100%; }

/* Empty-State */
.rb-empty {
  border: 2px dashed var(--rb-border); border-radius: var(--rb-radius);
  padding: 3rem 1.5rem; text-align: center; color: var(--rb-muted);
}

/* Toast */
.rb-toast {
  position: fixed; top: 84px; left: 50%; transform: translateX(-50%) translateY(-8px);
  background: var(--rb-primary); color: var(--rb-primary-text);
  border-radius: 10px; padding: .8rem 1.4rem;
  font-size: .9rem; font-weight: 500; z-index: 100;
  opacity: 0; pointer-events: none;
  transition: opacity 220ms var(--rb-ease), transform 220ms var(--rb-ease);
  box-shadow: 0 10px 30px -10px rgba(0,0,0,.4);
  max-width: calc(100vw - 2rem);
}
.rb-toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }
.rb-toast.is-error { background: var(--rb-danger); color: #fff; }

/* Animationen */
@media (prefers-reduced-motion: no-preference) {
  .rb-fade-up { animation: rbFadeUp 500ms var(--rb-ease) both; }
  @keyframes rbFadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
}

/* SEO-Text */
.rb-seo-text { max-width: 720px; color: var(--rb-muted); font-size: .95rem; }
.rb-seo-text h2 { font-size: 1.25rem; color: var(--rb-text); }
