.rv-cta-section { background: var(--cream); }
.rv-cta-section .rv-btn-large { margin-top: 0.5rem; }

.rv-form-trust { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 12px; font-size: 12px; color: var(--mid); }
.rv-form-trust span { display: flex; align-items: center; gap: 4px; }

.rv-breadcrumb { background: var(--cream); border-bottom: 1px solid var(--border); font-size: 12px; color: var(--muted); }
.rv-breadcrumb-inner { max-width: 1160px; margin: 0 auto; padding: 10px 32px; display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.rv-breadcrumb a { color: var(--muted); text-decoration: none; }
.rv-breadcrumb a:hover { color: var(--charcoal); }
.rv-bc-sep { margin: 0 4px; }
.rv-bc-current { color: var(--charcoal); }
@media (max-width: 768px) { .rv-breadcrumb-inner { padding: 8px 12px; } }
@media (max-width: 768px) { .rv-form-trust { gap: 10px; } }

/* ============================================================
   Raumvergleich – Stadtseite CSS
   Eingebunden via wp_enqueue_style in functions.php
   ============================================================ */
/* Fix: Kadence setzt overflow-x:hidden auf body/wrapper → bricht position:sticky */
body, .site, .site-container, #page, .wp-site-blocks { overflow-x: clip !important; }

:root {
  --white: #FFFFFF;
  --cream: #FAF7F2;
  --charcoal: #1C1C1E;
  --mid: #4A4A52;
  --muted: #8E8E93;
  --rose: #D4704A;
  --rose-light: #F0E0D6;
  --rose-dark: #A06650;
  --slate-light: #D6E4EE;
  --border: #E8E3DC;
  --shadow: 0 2px 20px rgba(28,28,30,0.08);
  --shadow-lg: 0 8px 40px rgba(28,28,30,0.12);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.rv-page { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--charcoal); line-height: 1.6; }

/* NAV */
.rv-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); padding: 0; display: flex; align-items: center; justify-content: space-between; height: 64px; min-height: 64px; }
.rv-page { padding-top: 64px; }
.rv-nav-inner { display: grid; grid-template-columns: 2fr auto 1fr; align-items: center; width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 32px; height: 64px; gap: 0; }
.rv-burger { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 36px; height: 36px; background: none; border: none; cursor: pointer; padding: 4px; border-radius: 8px; transition: background 0.2s; }
.rv-logo { font-family: 'DM Serif Display', serif; font-size: 1.25rem; color: var(--charcoal); text-decoration: none; letter-spacing: -0.3px; }
.rv-logo span { color: var(--rose); }
.rv-nav-links { display: flex; gap: 2rem; list-style: none; margin: 0; padding: 0; justify-content: center; }
.rv-nav-links a { font-size: 0.875rem; font-weight: 400; color: var(--mid); text-decoration: none; transition: color 0.2s; }
.rv-nav-links a:hover { color: var(--rose); }
.rv-nav-cta { display: flex; gap: 0.75rem; align-items: center; justify-content: flex-end; margin-left: auto; }
.rv-btn-ghost { font-size: 0.875rem; font-weight: 500; color: var(--charcoal); text-decoration: none; padding: 0.5rem 1rem; border: 1.5px solid var(--border); border-radius: 8px; transition: all 0.2s; }
.rv-btn-ghost:hover { border-color: var(--rose); color: var(--rose); }
.rv-btn-nav { font-size: 0.875rem; font-weight: 600; color: white; background: var(--rose); text-decoration: none; padding: 0.5rem 1.25rem; border-radius: 8px; transition: background 0.2s; }
.rv-nav-jetzt { display: none; }
.rv-nav-jetzt-full { display: inline; }
.rv-btn-nav:hover { background: var(--rose-dark); }

/* HERO */
.rv-hero { padding: 5rem 32px 4rem; max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.rv-hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--rose-light); color: var(--rose-dark); font-size: 0.8125rem; font-weight: 600; padding: 0.375rem 0.875rem; border-radius: 100px; margin-bottom: 1.5rem; }
.rv-hero-badge::before { content: ''; width: 6px; height: 6px; background: var(--rose); border-radius: 50%; }
.rv-hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; letter-spacing: -0.03em; margin-bottom: 1.25rem; }
.rv-hero h1 em { font-style: italic; color: var(--rose); }
.rv-hero-sub { font-size: 1.0625rem; color: var(--mid); margin-bottom: 2rem; line-height: 1.7; }
.rv-trust { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2rem; }
.rv-trust-chip { font-size: 0.8125rem; font-weight: 500; color: var(--mid); background: white; border: 1px solid var(--border); padding: 0.375rem 0.75rem; border-radius: 100px; }
.rv-hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.rv-btn-large { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--rose); color: white; font-weight: 600; font-size: 1rem; padding: 0.875rem 1.75rem; border-radius: 10px; text-decoration: none; transition: all 0.2s; box-shadow: 0 4px 16px rgba(196,133,106,0.35); }
.rv-btn-large:hover { background: var(--rose-dark); transform: translateY(-1px); }

.rv-btn-outline { display: inline-flex; align-items: center; gap: 0.5rem; background: white; color: var(--charcoal); font-weight: 500; font-size: 1rem; padding: 0.875rem 1.5rem; border-radius: 10px; text-decoration: none; border: 1.5px solid var(--border); transition: all 0.2s; }
.rv-btn-outline:hover { border-color: var(--rose); color: var(--rose); }
.rv-hero-card { background: white; border-radius: 20px; padding: 2rem; box-shadow: var(--shadow-lg); border: 1px solid var(--border); }
.rv-hero-card-title { font-family: 'DM Serif Display', serif; font-size: 1.125rem; margin-bottom: 1.25rem; }
.rv-steps-mini { display: flex; flex-direction: column; gap: 1rem; }
.rv-step-mini { display: flex; align-items: flex-start; gap: 0.875rem; }
.rv-step-num { width: 28px; height: 28px; background: var(--rose-light); color: var(--rose-dark); font-weight: 700; font-size: 0.8125rem; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rv-step-text strong { display: block; font-size: 0.9375rem; font-weight: 600; }
.rv-step-text span { font-size: 0.8125rem; color: var(--muted); }
.rv-hero-stats { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--border); display: flex; justify-content: space-between; }
.rv-stat { text-align: center; }
.rv-stat-num { display: block; font-family: 'DM Serif Display', serif; font-size: 1.5rem; }
.rv-stat-label { font-size: 0.75rem; color: var(--muted); }

/* SECTIONS */
.rv-section { padding: 5rem 0; }
.rv-section-inner { max-width: 1160px; margin: 0 auto; padding: 0 32px; }
.rv-section-label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rose); margin-bottom: 0.75rem; }
.rv-section-title { font-family: 'DM Serif Display', serif; font-size: clamp(1.75rem, 3vw, 2.5rem); letter-spacing: -0.025em; line-height: 1.2; margin-bottom: 1rem; }
.rv-section-sub { font-size: 1rem; font-family: 'DM Sans', sans-serif; color: var(--mid); max-width: 700px; line-height: 1.7; margin-left: auto; margin-right: auto; }
.rv-bg-white { background: white; }

/* WHY */
.rv-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.rv-why-card { padding: 1.75rem; border-radius: 16px; border: 1px solid var(--border); background: var(--cream); transition: all 0.2s; }
.rv-why-card:hover { border-color: var(--rose); transform: translateY(-2px); box-shadow: var(--shadow); }
.rv-why-icon { width: 44px; height: 44px; background: var(--rose-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; font-size: 1.25rem; }
.rv-why-card h3 { font-family: 'DM Serif Display', serif; font-size: 1.125rem; margin-bottom: 0.5rem; }
.rv-why-card p { font-size: 0.9375rem; color: var(--mid); line-height: 1.6; }

/* LEISTUNGEN */
.rv-leistungen-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-top: 3rem; }
.rv-leistung-card { background: var(--cream); border-radius: 16px; padding: 1.75rem; border: 1px solid var(--border); display: flex; gap: 1rem; transition: all 0.2s; }
.rv-leistung-card:hover { border-color: var(--rose-light); box-shadow: var(--shadow); }
.rv-leistung-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--slate-light); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
.rv-leistung-card h3 { font-weight: 600; font-size: 1rem; margin-bottom: 0.375rem; }
.rv-leistung-card p { font-size: 0.875rem; color: var(--mid); line-height: 1.6; }

/* ABLAUF */
.rv-ablauf-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; position: relative; }
.rv-ablauf-steps::before { content: ''; position: absolute; top: 28px; left: calc(16.666% + 1rem); right: calc(16.666% + 1rem); border-top: 2px dashed var(--rose-light); }
.rv-ablauf-step { text-align: center; align-self: start; }
.rv-ablauf-num { width: 56px; height: 56px; background: var(--rose); color: white; font-family: 'DM Serif Display', serif; font-size: 1.5rem; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; position: relative; z-index: 1; box-shadow: 0 4px 16px rgba(196,133,106,0.3); }
.rv-ablauf-step h3 { font-weight: 600; font-size: 1.0625rem; margin-bottom: 0.5rem; }
.rv-ablauf-step p { font-size: 0.9rem; color: var(--mid); line-height: 1.65; }
.rv-ablauf-sub { background: var(--white); border-radius: 16px; padding: 2rem; margin-top: 2.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; border: 1px solid var(--border); align-items: start; }
.rv-ablauf-sub-item { display: flex; gap: 0.75rem; align-items: flex-start; }
.rv-ablauf-sub-icon { font-size: 1.5rem; flex-shrink: 0; }
.rv-ablauf-sub-item strong { display: block; font-size: 0.9375rem; margin-bottom: 0.4rem; }
.rv-ablauf-sub-item p { font-size: 0.8125rem; color: var(--mid); line-height: 1.6; margin: 0.2rem 0; }
.rv-ablauf-sub-item ul { font-size: 0.8125rem; color: var(--mid); line-height: 1.6; margin: 0.4rem 0 0; padding-left: 1.1rem; }

/* FORM */
.rv-form-section { background: var(--charcoal); color: white; }
.rv-form-section .rv-section-label { color: var(--rose-light); }
.rv-form-section .rv-section-title { color: white; }
.rv-form-section .rv-section-sub { color: rgba(255,255,255,0.65); }
.rv-form-wrapper { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; margin-top: 3rem; align-items: start; }
.rv-form-benefits { display: flex; flex-direction: column; gap: 1.25rem; }
.rv-form-benefit { display: flex; gap: 1rem; align-items: flex-start; }
.rv-benefit-icon { width: 36px; height: 36px; background: rgba(196,133,106,0.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rv-form-benefit strong { display: block; font-size: 0.9375rem; color: white; margin-bottom: 0.2rem; }
.rv-form-benefit span { font-size: 0.8125rem; color: rgba(255,255,255,0.55); }
.rv-form-card { background: white; border-radius: 20px; padding: 2.25rem; }
.rv-form-card h3 { font-family: 'DM Serif Display', serif; font-size: 1.375rem; color: var(--charcoal); margin-bottom: 0.375rem; }
.rv-form-sub { font-size: 0.875rem; color: var(--muted); margin-bottom: 1.75rem; }
.rv-form-group { margin-bottom: 1rem; }
.rv-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.rv-form-row:last-child { margin-bottom: 0; }
.rv-form-row .rv-form-group { margin-bottom: 0; }
.rv-form-card label { display: block; font-size: 0.8125rem; font-weight: 600; color: var(--mid); margin-bottom: 0.375rem; }
.rv-form-card input,
.rv-form-card select,
.rv-form-card textarea { width: 100%; padding: 0.45rem 0.75rem !important; border: 1.5px solid var(--border); border-radius: 10px; font-family: 'DM Sans', sans-serif; font-size: 0.9375rem; color: var(--charcoal); background: var(--cream); transition: border-color 0.2s; outline: none; box-shadow: none !important; }
.rv-form-card input:focus,
.rv-form-card select:focus,
.rv-form-card textarea:focus { border-color: var(--rose) !important; background: white; }
.rv-form-card textarea { padding: 0.75rem 1rem !important; }
.rv-file-upload-compact { padding: 0.45rem 0.75rem !important; }
.rv-form-card textarea { resize: vertical; min-height: 100px; }
.rv-honeypot { display: none !important; visibility: hidden !important; position: absolute !important; left: -9999px !important; }
.rv-form-row-3 { grid-template-columns: repeat(3, 1fr) !important; }
.rv-form-row-4 { grid-template-columns: repeat(4, 1fr) !important; }

/* ── Kontaktfelder: eckig + weißer Hintergrund ── */
.rv-form-group--contact input {
  border-radius: 4px !important;
  background: #ffffff !important;
}
.rv-form-group--contact input:focus {
  border-color: var(--rose) !important;
  background: #ffffff !important;
}

/* ── Auftragsfelder (select, textarea, Größe-Input): abgerundet + cream ── */
.rv-form-card select,
.rv-form-card textarea,
.rv-form-card input[type="number"],
.rv-form-card input[type="text"].rv-input-auftrag {
  border-radius: 10px !important;
  background: var(--cream) !important;
}
.rv-form-card select:focus,
.rv-form-card textarea:focus,
.rv-form-card input[type="number"]:focus {
  border-color: var(--rose) !important;
  background: white !important;
}
.rv-file-upload { border: 2px dashed var(--border); border-radius: 10px; padding: 1.25rem; text-align: center; cursor: pointer; transition: all 0.2s; background: var(--cream); }
.rv-file-upload:hover, .rv-file-upload.has-files { border-color: var(--rose); background: var(--rose-light); }
.rv-file-upload-compact { display: flex; align-items: center; gap: 0.75rem; padding: 0.6rem 1rem; justify-content: flex-start; min-height: 0; height: auto; }
.rv-form-submit { width: 100%; background: var(--rose); color: white; border: none; padding: 1rem; border-radius: 10px; font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.2s; margin-top: 0.5rem; box-shadow: 0 4px 16px rgba(196,133,106,0.35); }
.rv-form-submit:hover { background: var(--rose-dark); transform: translateY(-1px); }
.rv-form-disclaimer { font-size: 0.75rem; color: var(--muted); text-align: center; margin-top: 0.75rem; line-height: 1.5; }
.rv-alert-success { background: #d4edda; color: #155724; border-radius: 10px; padding: 1rem 1.25rem; margin-bottom: 1rem; font-weight: 500; }
.rv-alert-error { background: #f8d7da; color: #721c24; border-radius: 10px; padding: 1rem 1.25rem; margin-bottom: 1rem; font-weight: 500; }

/* FAQ */
.rv-faq-list { margin-top: 3rem; max-width: 760px; }
.rv-faq-item { border-bottom: 1px solid var(--border); }
.rv-faq-q { width: 100%; background: none; border: none; padding: 1.25rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600; color: var(--charcoal); cursor: pointer; text-align: left; }
.rv-faq-q:hover { color: var(--rose); }
.rv-faq-icon { width: 24px; height: 24px; border-radius: 6px; background: var(--rose-light); color: var(--rose); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.25s; }
.rv-faq-item.open .rv-faq-icon { transform: rotate(45deg); }
.rv-faq-a { font-size: 0.9375rem; color: var(--mid); line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.25s; }
.rv-faq-item.open .rv-faq-a { max-height: 800px; padding-bottom: 1.25rem; }
/* FAQ active state – Kadence Override */
.rv-faq-item.open .rv-faq-q,
.rv-faq-q:focus,
.rv-faq-item.open { background: var(--rose-light) !important; color: var(--rose-dark) !important; }
.rv-faq-item.open .rv-faq-q { color: var(--rose-dark) !important; }

/* FOOTER */
.rv-footer { background: var(--charcoal); color: rgba(255,255,255,0.5); padding: 20px 32px; font-size: 12px; }
.rv-footer-inner { max-width: 1160px; margin: 0 auto; display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; justify-content: center; }
.rv-footer a { color: rgba(255,255,255,0.5); text-decoration: none; }
.rv-footer a:hover { color: #fff; }
.rv-footer-sep { opacity: 0.3; }
.rv-footer-copy { border-top: 1px solid rgba(255,255,255,0.08); margin-top: 12px; padding-top: 12px; text-align: center; font-size: 11px; color: rgba(255,255,255,0.35); max-width: 1160px; margin-left: auto; margin-right: auto; }

.rv-wf-vorteile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.rv-preis-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.rv-cluster-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.rv-situationen-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }


.rv-burger:hover { background: var(--cream); }
.rv-burger span { display: block; width: 20px; height: 2px; background: var(--charcoal); border-radius: 2px; transition: transform 0.25s, opacity 0.2s; transform-origin: center; }
.rv-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.rv-burger.open span:nth-child(2) { opacity: 0; }
.rv-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.rv-mobile-menu { display: none; position: fixed; top: 64px; left: 0; right: 0; background: rgba(255,255,255,0.98); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); z-index: 999; padding: 1rem 0 1.5rem; }
.rv-mobile-menu ul { list-style: none; margin: 0; padding: 0 32px; display: flex; flex-direction: column; gap: 0; }
.rv-mobile-menu li a { display: block; font-size: 1rem; font-weight: 500; color: var(--charcoal); text-decoration: none; padding: 0.875rem 0; border-bottom: 1px solid var(--border); transition: color 0.2s; }
.rv-mobile-menu li:last-child a { border-bottom: none; }
.rv-mobile-menu li a:hover { color: var(--rose); }
.rv-mobile-menu .rv-mobile-cta { margin-top: 1rem; }
.rv-mobile-menu .rv-mobile-cta a { display: block; text-align: center; border-bottom: none; padding: 0.75rem; border-radius: 8px; }
body.rv-nav-open { overflow: hidden; }

/* ── Stadtseite Hero mit Formular ── */
.rv-stadt-hero { max-width: 1160px; margin: 0 auto; padding: 1rem 32px 3rem; }
.rv-stadt-hero-left h1 { font-family: 'DM Serif Display', serif; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; letter-spacing: -0.03em; margin-bottom: 1rem; max-width: 680px; }
.rv-stadt-hero-left h1 em { font-style: italic; color: var(--rose); }
.rv-stadt-hero-left .rv-hero-sub { max-width: 680px; }
#rv-hero-step1, .rv-stadt-hero-left > div:last-child { max-width: 680px; }
@media (max-width: 768px) {
  .rv-stadt-hero { padding: 0.75rem 12px 2rem; }
}
.rv-form-section { scroll-margin-top: 120px; }
.rv-anchor-offset { display: block; height: 0; margin-top: -64px; padding-top: 64px; }

/* ── Hub Hero ── */
.rv-hub-hero { background: var(--cream); padding: 0 0 3rem; margin-top: 0; }
.rv-hub-hero-inner { max-width: 1160px; margin: 0 auto; padding: 1rem 32px 0; }
.rv-hub-hero-inner .rv-hero-badge { margin-bottom: 1rem; }
.rv-hub-hero-inner h1 { font-family: 'DM Serif Display', serif; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; letter-spacing: -0.03em; margin-bottom: 1.25rem; max-width: 680px; }
.rv-hub-hero-inner .rv-hero-sub { max-width: 680px; }
.rv-hub-hero-inner h1 em { font-style: italic; color: var(--rose); }
.rv-hub-plz-row { display: flex; gap: 12px; margin-top: 2rem; max-width: 560px; }
.rv-hub-plz-input { flex: 1; padding: 14px 18px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 16px; font-family: inherit; background: #fff; color: var(--charcoal); outline: none; transition: border-color .2s; }
.rv-hub-plz-input:focus { border-color: var(--rose); }
.rv-hub-trust { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 16px; font-size: 13px; color: var(--mid); }
#rv-hero-step1 { max-width: 680px; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .rv-hero { grid-template-columns: 1fr; gap: 2rem; padding: 1.5rem 1.25rem 1.5rem; }
  .rv-hero-badge { margin-bottom: 0.75rem; }
  .rv-hero-sub { margin-bottom: 1rem; font-size: 0.9375rem; }
  .rv-hero-card { padding: 1.25rem; border-radius: 12px; }
  .rv-hub-hero { padding: 0 0 2rem; }
  .rv-hub-hero-inner { padding: 0.75rem 12px 0; }
  .rv-hub-plz-row { flex-direction: column; max-width: 100%; margin-top: 1.25rem; }
  .rv-hub-plz-input { font-size: 16px; }
  .rv-hub-trust { gap: 10px; font-size: 12px; }
  .rv-form-section { scroll-margin-top: 140px; }
  .rv-hero-card { display: none; }
  .rv-why-grid,
  .rv-wf-vorteile-grid,
  .rv-ablauf-steps,
  .rv-ablauf-sub,
  .rv-leistungen-grid,
  .rv-preis-grid,
  .rv-cluster-grid,
  .rv-situationen-grid { grid-template-columns: 1fr; }
  .rv-ablauf-steps::before { display: none; }
  .rv-form-wrapper { grid-template-columns: 1fr; }
  .rv-form-benefits { display: none; }
  .rv-form-row { grid-template-columns: 1fr; gap: 0.625rem; margin-bottom: 0.625rem; }
  .rv-form-row-3 { grid-template-columns: 1fr !important; }
  .rv-form-row .rv-form-group { margin-bottom: 0; }
  .rv-form-group { margin-bottom: 0.625rem; }
  .rv-file-upload-compact { padding: 0.45rem 0.75rem !important; gap: 0.5rem; }
  .rv-form-card { padding: 1.25rem; }
  .rv-form-objektart-wrap { display: flex; flex-direction: column; gap: 0.625rem; }
  .rv-form-objektart-wrap .rv-form-row { display: contents; }
  .rv-form-objektart-wrap .rv-form-row .rv-form-group:first-child { order: 1; }
  .rv-form-objektart-wrap .rv-sonstiges-field { order: 2; }
  .rv-form-objektart-wrap .rv-form-row .rv-form-group:last-child { order: 3; }
  .rv-form-objektart-wrap [id^="rv-single-item-"] { order: 4; }
  .rv-legal-nav-inner { justify-content: space-between; }
  .rv-legal-back { margin-left: auto; }
  .rv-nav-links { display: none; }
  .rv-btn-nav { font-size: 0.875rem; padding: 0.5rem 1rem; white-space: nowrap; }
  .rv-nav-jetzt { display: none; }
  .rv-nav-jetzt-full { display: inline; }
  .rv-burger { display: flex; }
  .rv-mobile-menu.open { display: block; }
  .rv-nav-inner { display: flex; align-items: center; padding: 0 16px; gap: 8px; }
  .rv-burger { order: 1; flex-shrink: 0; }
  .rv-logo { order: 2; flex: 1; text-align: center; }
  .rv-nav-links { order: 3; }
  .rv-nav-cta { order: 4; flex-shrink: 0; margin-left: 0; }
  .rv-section-inner { padding: 0 16px; }
  .rv-plz-row { flex-direction: column; }
  .rv-cta-btn { height: 54px; width: 100%; }
  .rv-cta-plz-input { width: 100%; }
  .rv-btn-ghost { font-size: 12px; padding: 6px 8px; border: none; }
  .rv-btn-ghost .rv-tel-text { display: none; }
  .rv-section { padding: 3.5rem 1.25rem; }
}

/* ── Step-Progress Indicator ─────────────────────────────────────────────── */
.rv-steps-progress {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.rv-step-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--border);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
  user-select: none;
}
.rv-step-dot.rv-step-active {
  background: var(--rose);
  color: #fff;
}
.rv-step-dot.rv-step-done {
  background: #2d8a4e;
  color: #fff;
  font-size: 14px;
}
.rv-step-line {
  flex: 1;
  height: 2px;
  background: var(--border);
  margin: 0 8px;
  border-radius: 2px;
}

/* ── Partner CTA (global, alle Seiten) ──────────────────────────────────── */
.rv-partner-cta { background: var(--charcoal); padding: 3rem 2rem; text-align: center; }
.rv-partner-cta-inner { max-width: 640px; margin: 0 auto; }
.rv-partner-cta h3 { font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: white; margin-bottom: 0.75rem; }
.rv-partner-cta p { font-size: 0.9375rem; color: rgba(255,255,255,0.65); margin-bottom: 0.5rem; line-height: 1.7; }
.rv-btn-rose { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--rose); color: white; font-weight: 600; font-size: 0.9375rem; padding: 0.8rem 1.5rem; border-radius: 8px; text-decoration: none; margin-top: 1.25rem; transition: background 0.2s; }
.rv-btn-rose:hover { background: var(--rose-dk); }

/* ── Preis-Tabelle (global) ─────────────────────────────────────────────── */
.rv-preis-table { width:100%; border-collapse:collapse; font-size:14px; margin:24px auto; max-width:680px; }
.rv-preis-table thead tr { background:var(--charcoal); color:#fff; }
.rv-preis-table thead th { padding:12px 16px; text-align:left; }
.rv-preis-table thead th:first-child { border-radius:8px 0 0 0; }
.rv-preis-table thead th:last-child { border-radius:0 8px 0 0; text-align:right; }
.rv-preis-table tbody tr:nth-child(odd) { background:#faf7f2; }
.rv-preis-table tbody td { padding:12px 16px; border-bottom:1px solid #e8e0d8; }
.rv-preis-table tbody td:last-child { text-align:right; font-weight:600; }
.rv-tipp { background:#faf7f2; border:1px solid #e8e0d8; border-radius:8px; padding:14px 18px; font-size:14px; color:#555; max-width:680px; margin:0 auto 24px; }

/* ── Klickbare Leistungs-Cards ──────────────────────────────────────────── */
.rv-leistung-card--link {
  display: flex;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.rv-leistung-card--link:hover {
  transform: translateY(-2px);
  border-color: var(--rose);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.rv-leistung-card--link:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 2px;
}

/* ── PLZ-Widget (geteilt: Startseite + Wie-funktioniert) ── */
.rv-plz-row { display: flex; gap: 10px; }
.rv-plz-wrap { position: relative; flex: 1; }
.rv-plz-icon {
    position: absolute; left: 12px; top: 50%;
    transform: translateY(-50%);
    width: 20px; height: 20px; color: var(--rose);
    pointer-events: none; display: block; flex-shrink: 0;
    stroke: currentColor; fill: none; z-index: 2;
}
.rv-plz-wrap input, .rv-plz-wrap .rv-cta-plz-input { padding-left: 46px !important; position: relative; z-index: 1; }
.rv-plz-wrap .rv-plz-icon { z-index: 2; color: var(--rose); }
.rv-suggestions {
    position: absolute; top: calc(100% + 6px); left: 0; right: 0;
    background: var(--white); border: 1.5px solid var(--border); border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,.10); z-index: 9999; overflow: hidden;
}
.rv-sugg-item { display: flex; align-items: center; gap: 10px; padding: 12px 16px; cursor: pointer; font-size: 14px; border-bottom: 1px solid #F0EBE6; transition: background .15s; }
.rv-sugg-item:last-child { border-bottom: none; }
.rv-sugg-item:hover, .rv-sugg-item.active { background: #FBF7F4; }
.rv-sugg-plz { font-weight: 600; color: var(--rose); min-width: 52px; font-size: 13px; }
.rv-cta-plz-input {
    width: 100%; height: 54px; padding: 0 16px 0 46px;
    font-size: 16px; font-family: 'DM Sans', sans-serif;
    border: 2px solid rgba(255,255,255,.4); border-radius: 10px;
    background: #fff !important; color: var(--dark) !important;
    outline: none; transition: border-color .2s;
}
.rv-cta-plz-input::placeholder { color: rgba(0,0,0,.45) !important; }
.rv-cta-plz-input:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(196,133,106,.15); }
.rv-cta-btn {
    height: 54px; padding: 0 24px;
    background: var(--white); color: var(--rose);
    border: none; border-radius: 10px;
    font-size: 15px; font-weight: 700; font-family: 'DM Sans', sans-serif;
    cursor: pointer; white-space: nowrap;
    transition: transform .15s, box-shadow .15s;
}
.rv-cta-btn:disabled { opacity: .55; cursor: not-allowed; }
.rv-cta-btn:not(:disabled):hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,0,0,.15); }
.rv-plz-status { margin-top: 10px; font-size: 13px; min-height: 18px; }
.rv-plz-status.rv-plz-error { color: #c0392b; }


/* ── Mobile Fullscreen Formular ── */
@media (max-width: 768px) {
  .rv-form-fullscreen-bar {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem 0.5rem;
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
  }
  .rv-form-fullscreen-bar-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--charcoal);
  }
  .rv-form-fullscreen-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--mid);
    cursor: pointer;
    padding: 0 0.25rem;
    line-height: 1;
  }
  .rv-form-card.rv-form-fullscreen .rv-form-fullscreen-bar { display: flex; }
  .rv-form-card.rv-form-fullscreen {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9999;
    border-radius: 0;
    padding: 0;
    overflow-y: auto;
    animation: rvSlideUp 0.28s cubic-bezier(0.32,0.72,0,1);
  }
  .rv-form-card.rv-form-fullscreen .rv-form-fullscreen-inner {
    padding: 1rem 1rem 2rem;
    min-height: 100%;
  }
  @keyframes rvSlideUp {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
  }
  /* Overlay hinter dem Formular */
  .rv-form-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9998;
  }
  .rv-form-overlay.active { display: block; }
}
@media (min-width: 769px) {
  .rv-form-fullscreen-bar { display: none; }
  .rv-form-overlay { display: none !important; }
}
