body.vdbps-active {
    --vdbps-navy: #0b1f33;
    --vdbps-blue: #163a5f;
    --vdbps-gold: #c49a58;
    --vdbps-cream: #f5f1e8;
    --vdbps-text: #172330;
    --vdbps-muted: #627386;
    --vdbps-line: rgba(11,31,51,.12);
    --vdbps-soft: #f7f9fb;
}
body.vdbps-active .page-hero { display: none !important; }
body.vdbps-active .page-content.section { padding: 0 !important; margin: 0 !important; }
body.vdbps-active .vdb-location-content { max-width: none !important; width: 100% !important; padding: 0 !important; }
body.vdbps-active > .vdb-regional-links,
body.vdbps-active main > .vdb-regional-links { display: none !important; }
body.vdbps-active .vdbps-page,
body.vdbps-active .vdbps-page * { box-sizing: border-box; }
body.vdbps-active .vdbps-page { color: var(--vdbps-text); font-family: inherit; background: #fff; }
body.vdbps-active .vdbps-page h1,
body.vdbps-active .vdbps-page h2,
body.vdbps-active .vdbps-page h3,
body.vdbps-active .vdbps-page p,
body.vdbps-active .vdbps-page a,
body.vdbps-active .vdbps-page li,
body.vdbps-active .vdbps-page button,
body.vdbps-active .vdbps-page input,
body.vdbps-active .vdbps-page select,
body.vdbps-active .vdbps-page textarea { font-family: inherit; }
body.vdbps-active .vdbps-page h1,
body.vdbps-active .vdbps-page h2,
body.vdbps-active .vdbps-page h3 { color: var(--vdbps-navy); margin-top: 0; }
body.vdbps-active .vdbps-page h1 { font-size: clamp(2rem, 4.3vw, 3.65rem); line-height: 1.04; letter-spacing: -.025em; margin-bottom: 1rem; }
body.vdbps-active .vdbps-page h2 { font-size: clamp(1.55rem, 2.6vw, 2.35rem); line-height: 1.12; letter-spacing: -.015em; margin-bottom: .9rem; }
body.vdbps-active .vdbps-page h3 { font-size: 1.05rem; line-height: 1.3; margin-bottom: .5rem; }
body.vdbps-active .vdbps-page p { line-height: 1.68; margin: 0 0 1rem; }
body.vdbps-active .vdbps-page a { color: var(--vdbps-blue); }
.vdbps-shell { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }

/* Forced-template width normalization (Hamburg / Dortmund / Berlin) */
main#primary.vdbps-forced-template {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}
main#primary.vdbps-forced-template > .vdbps-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}
main#primary.vdbps-forced-template .vdbps-page .vdbps-shell {
    width: min(1200px, calc(100% - 48px)) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* Global contact CTA below forced city templates: align with premium grid. */
.city-contact-cta:not(.vdbps-contact-moved),
.vdb-li-central-contact:not(.vdbps-contact-moved) {
    box-sizing: border-box !important;
    width: min(1200px, calc(100% - 48px)) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    border-radius: 18px !important;
    overflow: hidden !important;
}
.city-contact-cta:not(.vdbps-contact-moved) > .site-container,
.vdb-li-central-contact:not(.vdbps-contact-moved) > .site-container {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Forced templates: the white hero card must use the same premium proportions. */
main#primary.vdbps-forced-template .vdbps-hero__card {
    width: min(720px, 66%) !important;
    max-width: 720px !important;
}
.vdbps-section { padding: 56px 0; }
.vdbps-kicker { color: var(--vdbps-blue); text-transform: uppercase; letter-spacing: .09em; font-size: .76rem; line-height: 1.4; font-weight: 800; margin-bottom: .7rem; }
.vdbps-lead { font-size: 1.07rem; color: #304358; }
.vdbps-icon { display: inline-flex; width: 42px; height: 42px; border-radius: 50%; align-items: center; justify-content: center; color: var(--vdbps-blue); background: #f3f7fb; flex: 0 0 auto; }
.vdbps-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.vdbps-hero { position: relative; min-height: 560px; display: flex; align-items: center; overflow: hidden; background: #dbe8f3; }
.vdbps-hero__bg { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(9,31,53,.10), rgba(9,31,53,0) 55%), url('../images/frankfurt-hero.webp'); background-size: cover; background-position: center; }
.vdbps-hero__inner { position: relative; padding: 54px 0; z-index: 1; }
.vdbps-hero__card { width: min(610px, 58%); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.75); border-radius: 18px; padding: clamp(28px, 4vw, 48px); box-shadow: 0 16px 44px rgba(11,31,51,.12); backdrop-filter: blur(7px); }
.vdbps-hero__mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0 24px; }
.vdbps-hero__mini > div { display: flex; flex-direction: column; gap: 8px; align-items: center; text-align: center; font-size: .82rem; padding: 8px 5px; border-right: 1px solid var(--vdbps-line); }
.vdbps-hero__mini > div:last-child { border-right: 0; }
.vdbps-actions { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.vdbps-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 18px; border-radius: 9px; font-weight: 750; text-decoration: none !important; border: 1px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.vdbps-button:hover { transform: translateY(-1px); }
.vdbps-button--gold { background: var(--vdbps-gold); color: #fff !important; box-shadow: 0 6px 18px rgba(196,154,88,.24); }
.vdbps-button--outline { border-color: rgba(22,58,95,.25); background: #fff; color: var(--vdbps-blue) !important; }
.vdbps-phone { display: inline-flex; flex-direction: column; text-decoration: none !important; font-weight: 800; color: var(--vdbps-navy) !important; line-height: 1.2; }
.vdbps-phone small { font-size: .72rem; font-weight: 500; color: var(--vdbps-muted); margin-top: 2px; }

.vdbps-benefits { border-bottom: 1px solid var(--vdbps-line); background: #fff; }
.vdbps-benefits__grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.vdbps-benefit { padding: 28px 20px; text-align: center; border-right: 1px solid var(--vdbps-line); }
.vdbps-benefit:last-child { border-right: 0; }
.vdbps-benefit .vdbps-icon { margin-bottom: 10px; background: transparent; }
.vdbps-benefit h2 { font-size: .98rem !important; margin-bottom: .5rem !important; }
.vdbps-benefit p { font-size: .84rem; color: var(--vdbps-muted); margin: 0; line-height: 1.55; }

.vdbps-split { display: grid; grid-template-columns: 1.02fr .98fr; gap: 52px; align-items: center; }
.vdbps-image-card { margin: 0; border-radius: 18px; overflow: hidden; border: 1px solid var(--vdbps-line); background: var(--vdbps-soft); }
.vdbps-image-card img { display: block; width: 100%; height: auto; aspect-ratio: 2.48/1; object-fit: cover; }
.vdbps-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 26px; }
.vdbps-metric { border: 1px solid var(--vdbps-line); border-radius: 12px; padding: 16px 12px; background: #fff; }
.vdbps-metric strong { display: block; color: var(--vdbps-blue); font-size: 1.05rem; line-height: 1.2; margin-bottom: 4px; }
.vdbps-metric span { display: block; color: var(--vdbps-muted); font-size: .75rem; line-height: 1.35; }

.vdbps-market-data { background: var(--vdbps-soft); border-top: 1px solid var(--vdbps-line); border-bottom: 1px solid var(--vdbps-line); }
.vdbps-section-head { max-width: 820px; margin: 0 0 26px; }
.vdbps-section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.vdbps-market-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.vdbps-market-cards article { background: #fff; border: 1px solid var(--vdbps-line); border-radius: 14px; padding: 22px; min-height: 228px; display: flex; flex-direction: column; }
.vdbps-market-cards article .vdbps-icon { margin-bottom: 12px; }
.vdbps-market-cards article > strong { display: block; font-size: 1.65rem; color: var(--vdbps-blue); margin-bottom: 8px; }
.vdbps-market-cards p { font-size: .88rem; color: var(--vdbps-muted); margin-bottom: 0; }
.vdbps-callout { width: 100%; box-sizing: border-box; margin: 22px 0 0; padding: 22px 24px; background: #f6f2e9; border: 1px solid var(--vdbps-line); border-radius: 18px; color: var(--vdbps-blue); }
.vdbps-callout strong { color: #9a6f22; text-transform: uppercase; letter-spacing: .08em; font-size: .9rem; display: inline-block; margin-right: .35rem; }

.vdbps-services-contact__grid { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(340px, .58fr); gap: 28px; align-items: start; }
.vdbps-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.vdbps-service-card { border: 1px solid var(--vdbps-line); border-radius: 13px; padding: 22px; background: #fff; min-height: 224px; display: flex; flex-direction: column; }
.vdbps-service-card .vdbps-icon { margin-bottom: 12px; }
.vdbps-service-card p { color: var(--vdbps-muted); font-size: .88rem; flex: 1; }
.vdbps-service-card a { text-decoration: none; font-weight: 750; font-size: .86rem; }
.vdbps-contact-column { position: sticky; top: 110px; }
.vdbps-contact-fallback { background: var(--vdbps-blue); color: #fff; border-radius: 16px; padding: 26px; }
.vdbps-contact-fallback .vdbps-kicker, .vdbps-contact-fallback h2 { color: #fff !important; }
.vdbps-contact-fallback p { color: rgba(255,255,255,.82); }

/* Reuse and visually integrate the existing VDB contact form. */
#vdbps-contact-slot .city-contact-cta.vdbps-contact-moved { margin: 0 !important; padding: 0 !important; border-radius: 16px; overflow: hidden; background: var(--vdbps-blue) !important; }
#vdbps-contact-slot .city-contact-cta.vdbps-contact-moved > .site-container { width: 100% !important; max-width: none !important; padding: 26px !important; display: grid !important; grid-template-columns: 1fr !important; gap: 18px !important; }
#vdbps-contact-slot .city-contact-cta.vdbps-contact-moved h2,
#vdbps-contact-slot .city-contact-cta.vdbps-contact-moved p,
#vdbps-contact-slot .city-contact-cta.vdbps-contact-moved .eyebrow,
#vdbps-contact-slot .city-contact-cta.vdbps-contact-moved a { color: #fff; }
#vdbps-contact-slot .city-contact-cta.vdbps-contact-moved h2 {
    width: 100% !important;
    max-width: none !important;
    font-size: clamp(1.55rem, 2.1vw, 2rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -.015em !important;
    hyphens: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    margin-bottom: .65rem !important;
}
#vdbps-contact-slot .city-contact-cta.vdbps-contact-moved .eyebrow { margin-bottom: .45rem !important; }
#vdbps-contact-slot .city-contact-cta.vdbps-contact-moved > .site-container > div:first-child {
    width: 100% !important;
    max-width: none !important;
}
#vdbps-contact-slot .city-contact-cta.vdbps-contact-moved > .site-container > div:first-child > p {
    max-width: none !important;
    font-size: .92rem !important;
    line-height: 1.55 !important;
}

#vdbps-contact-slot .city-contact-cta.vdbps-contact-moved .city-contact-details { display: none; }
#vdbps-contact-slot .city-contact-form-card { background: transparent !important; padding: 0 !important; box-shadow: none !important; border: 0 !important; }
#vdbps-contact-slot .vdb-contact-form-wrap { background: transparent !important; padding: 0 !important; border: 0 !important; }
#vdbps-contact-slot .vdb-form-grid { display: grid !important; grid-template-columns: 1fr !important; gap: 10px !important; }
#vdbps-contact-slot .vdb-field--half, #vdbps-contact-slot .vdb-field--full { width: 100% !important; grid-column: 1 !important; }
#vdbps-contact-slot .vdb-contact-form label { color: rgba(255,255,255,.92) !important; font-size: .82rem; }
#vdbps-contact-slot .vdb-contact-form input,
#vdbps-contact-slot .vdb-contact-form select,
#vdbps-contact-slot .vdb-contact-form textarea { width: 100% !important; border-radius: 8px !important; border: 1px solid rgba(255,255,255,.3) !important; background: #fff !important; color: var(--vdbps-text) !important; min-height: 42px; padding: 10px 12px !important; }
#vdbps-contact-slot .vdb-contact-form textarea { min-height: 92px; }
#vdbps-contact-slot .vdb-form-submit { width: 100%; background: var(--vdbps-gold) !important; color: #fff !important; border-radius: 8px !important; border: 0 !important; min-height: 46px; }
#vdbps-contact-slot .vdb-consent { display: flex !important; gap: 9px; align-items: flex-start; margin: 12px 0 !important; }
#vdbps-contact-slot .vdb-consent input { width: auto !important; min-height: auto !important; margin-top: 4px; }

.vdbps-occasions-inline { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--vdbps-line); }
.vdbps-occasions-inline .vdbps-section-head { max-width: none; margin-bottom: 18px; }
.vdbps-occasions-inline .vdbps-section-head h2 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
.vdbps-occasion-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; align-items: stretch; }
.vdbps-occasion { min-height: 210px; padding: 18px; text-align: left; border: 1px solid var(--vdbps-line); border-radius: 13px; background: var(--vdbps-soft); display: flex; flex-direction: column; }
.vdbps-occasion .vdbps-icon { margin-bottom: 10px; background: #fff; }
.vdbps-occasion h3 { margin-bottom: .45rem !important; }
.vdbps-occasion p { color: var(--vdbps-muted); font-size: .81rem; line-height: 1.5; margin-bottom: 14px; flex: 1; }
.vdbps-occasion a { font-size: .8rem; font-weight: 750; text-decoration: none; }

.vdbps-topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; align-items: stretch; }
.vdbps-topic-grid article { border: 1px solid var(--vdbps-line); border-radius: 14px; padding: 24px; background: #fff; min-height: 260px; display: flex; flex-direction: column; }
.vdbps-topic-grid .vdbps-icon { margin-bottom: 14px; }
.vdbps-topic-grid p { color: var(--vdbps-muted); flex: 1; }
.vdbps-topic-grid a { font-weight: 750; text-decoration: none; }

.vdbps-methods { background: var(--vdbps-navy); color: #fff; }
.vdbps-methods .vdbps-kicker, .vdbps-methods h2, .vdbps-methods h3 { color: #fff !important; }
.vdbps-methods .vdbps-section-head p { color: rgba(255,255,255,.8); }
.vdbps-method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.vdbps-method-grid article { border: 1px solid rgba(255,255,255,.14); border-radius: 14px; padding: 22px; background: rgba(255,255,255,.05); min-height: 228px; display: flex; flex-direction: column; }
.vdbps-method-grid p { color: rgba(255,255,255,.8); flex: 1; }
.vdbps-method-grid a, .vdbps-context-links a { color: #fff !important; font-weight: 750; }
.vdbps-context-links { margin-top: 22px !important; color: rgba(255,255,255,.72); }

.vdbps-two-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; align-items: stretch; }
.vdbps-two-cols > article { border: 1px solid var(--vdbps-line); border-radius: 16px; padding: 28px; background: #fff; min-height: 100%; }
.vdbps-two-cols p { color: var(--vdbps-muted); }
.vdbps-text-link { display: inline-block; margin-top: 4px; font-weight: 800; text-decoration: none; }

.vdbps-expert { background: var(--vdbps-soft); border-top: 1px solid var(--vdbps-line); border-bottom: 1px solid var(--vdbps-line); }
.vdbps-expert__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 26px; align-items: center; }
.vdbps-expert__person { display: grid; grid-template-columns: 170px 1fr; gap: 24px; align-items: center; }
.vdbps-portrait { width: 170px; height: 170px; object-fit: cover; border-radius: 50%; border: 3px solid var(--vdbps-gold); background: #fff; }
.vdbps-expert__title { font-size: 1.08rem; color: #304358; }
.vdbps-checklist { list-style: none; padding: 0; margin: 16px 0 20px; }
.vdbps-checklist li { position: relative; padding: 5px 0 5px 24px; }
.vdbps-checklist li:before { content: '✓'; position: absolute; left: 0; color: var(--vdbps-gold); font-weight: 900; }
.vdbps-expert__trust { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.vdbps-trust-card { min-height: 170px; background: #fff; border: 1px solid var(--vdbps-line); border-radius: 13px; padding: 16px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; gap: 10px; }
.vdbps-trust-card img { max-height: 92px; max-width: 145px; width: auto; object-fit: contain; }
.vdbps-trust-card strong { color: var(--vdbps-navy); font-size: .87rem; }
.vdbps-trust-card--text span:last-child { font-size: .8rem; color: var(--vdbps-muted); }

.vdbps-presence { padding-top: 44px; padding-bottom: 48px; }
.vdbps-faq { background: var(--vdbps-soft); }
.vdbps-faq-list { width: 100%; max-width: none; margin: 0; }
.vdbps-faq-item { border-top: 1px solid var(--vdbps-line); background: #fff; }
.vdbps-faq-item:first-child { border-top: 1px solid var(--vdbps-line); }
.vdbps-faq-item:last-child { border-bottom: 1px solid var(--vdbps-line); }
.vdbps-faq-item summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 20px; font-weight: 800; color: var(--vdbps-navy); }
.vdbps-faq-question { flex: 1; min-width: 0; display: block; color: var(--vdbps-navy) !important; font-size: 1rem; line-height: 1.45; }
.vdbps-faq-item summary a { color: inherit !important; text-decoration: none !important; font-weight: inherit !important; }
.vdbps-faq-item summary::-webkit-details-marker { display: none; }
.vdbps-faq-item summary > span[aria-hidden="true"] { color: var(--vdbps-gold); font-size: 1.35rem; flex: 0 0 auto; }
.vdbps-faq-item > div { padding: 0 20px 18px; color: var(--vdbps-muted); }

.vdbps-knowledge-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; max-width: 1060px; margin: 0 auto; }
.vdbps-knowledge-links a { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; text-align: center; border: 1px solid var(--vdbps-line); border-radius: 999px; padding: 10px 16px; text-decoration: none; background: #fff; font-weight: 700; font-size: .87rem; }
.vdbps-regions { padding-top: 38px; padding-bottom: 40px; }
.vdbps-region-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; max-width: 1060px; margin: 0 auto; }
.vdbps-region-link { min-height: 52px; display: inline-flex; gap: 8px; align-items: center; justify-content: center; text-align: center; border: 1px solid var(--vdbps-line); border-radius: 999px; padding: 10px 16px; background: #fff; text-decoration: none !important; font-weight: 750; font-size: .85rem; }
.vdbps-region-link--primary { background: var(--vdbps-blue); color: #fff !important; }
.vdbps-region-links:has(.vdbps-region-link--primary:only-child) { grid-template-columns: minmax(240px, 320px); justify-content: center; }

/* Vertical rhythm fine-tuning */
.vdbps-market-intro { padding-top: 54px; padding-bottom: 52px; }
.vdbps-city-gallery { padding-top: 0; padding-bottom: 44px; }
.vdbps-gallery-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.vdbps-gallery-card { margin:0; border-radius:16px; overflow:hidden; border:1px solid var(--vdbps-line); background:var(--vdbps-soft); box-shadow:0 10px 28px rgba(15,35,56,.08); }
.vdbps-gallery-card img { display:block; width:100%; height:auto; aspect-ratio:1.65/1; object-fit:cover; }
.vdbps-market-data { padding-top: 52px; padding-bottom: 52px; }
.vdbps-services-contact { padding-top: 56px; padding-bottom: 54px; }
.vdbps-local-modules { padding-top: 54px; padding-bottom: 54px; }
.vdbps-methods { padding-top: 54px; padding-bottom: 54px; }
.vdbps-legal-services { padding-top: 52px; padding-bottom: 52px; }
.vdbps-expert { padding-top: 52px; padding-bottom: 52px; }
.vdbps-faq { padding-top: 52px; padding-bottom: 50px; }
.vdbps-further { padding-top: 44px; padding-bottom: 44px; }
.vdbps-market-data + .vdbps-services-contact,
.vdbps-services-contact + .vdbps-local-modules,
.vdbps-presence + .vdbps-faq,
.vdbps-faq + .vdbps-further,
.vdbps-further + .vdbps-regions { border-top-color: transparent; }


@media (max-width: 1040px) {
    .vdbps-benefits__grid { grid-template-columns: repeat(3, 1fr); }
    .vdbps-benefit:nth-child(3) { border-right: 0; }
    .vdbps-benefit:nth-child(n+4) { border-top: 1px solid var(--vdbps-line); }
    .vdbps-market-cards { grid-template-columns: repeat(2, 1fr); }
    .vdbps-service-grid { grid-template-columns: repeat(2, 1fr); }
    .vdbps-occasion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vdbps-knowledge-links, .vdbps-region-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vdbps-expert__grid { grid-template-columns: 1fr; }
    .vdbps-contact-column { position: static; }
}
@media (max-width: 820px) {
    .vdbps-hero { min-height: auto; background: #e8f0f7; }
    .vdbps-hero__bg { opacity: .42; background-position: 60% center; }
    .vdbps-hero__card { width: 100%; }
    main#primary.vdbps-forced-template .vdbps-hero__card { width: 100% !important; max-width: none !important; }
    .vdbps-split, .vdbps-services-contact__grid, .vdbps-two-cols { grid-template-columns: 1fr; }
    .vdbps-gallery-grid { grid-template-columns:1fr 1fr; }
    .vdbps-occasion-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .vdbps-metrics { grid-template-columns: repeat(2, 1fr); }
    .vdbps-topic-grid, .vdbps-method-grid { grid-template-columns: 1fr; }
    .vdbps-knowledge-links, .vdbps-region-links { grid-template-columns: 1fr; }
    .vdbps-expert__person { grid-template-columns: 130px 1fr; }
    .vdbps-portrait { width: 130px; height: 130px; }
}
@media (max-width: 620px) {
    .vdbps-shell { width: min(100% - 28px, 1180px); }
    .vdbps-section { padding: 40px 0; }
    .vdbps-market-intro, .vdbps-market-data, .vdbps-services-contact, .vdbps-local-modules, .vdbps-methods, .vdbps-legal-services, .vdbps-expert, .vdbps-presence, .vdbps-faq, .vdbps-further, .vdbps-regions { padding-top: 40px; padding-bottom: 40px; }
    .vdbps-city-gallery { padding-top: 0; padding-bottom: 36px; }
    .vdbps-occasions-inline { margin-top: 28px; padding-top: 24px; }
    .vdbps-section-head { margin-bottom: 22px; }
    .vdbps-hero__inner { padding: 26px 0; }
    .vdbps-hero__card { padding: 24px 20px; border-radius: 14px; }
    .vdbps-hero__mini { grid-template-columns: 1fr; }
    .vdbps-hero__mini > div { flex-direction: row; text-align: left; border-right: 0; border-bottom: 1px solid var(--vdbps-line); justify-content: flex-start; }
    .vdbps-hero__mini > div:last-child { border-bottom: 0; }
    .vdbps-benefits__grid { grid-template-columns: 1fr; }
    .vdbps-benefit { border-right: 0; border-top: 1px solid var(--vdbps-line); }
    .vdbps-benefit:first-child { border-top: 0; }
    .vdbps-market-cards, .vdbps-service-grid, .vdbps-occasion-grid, .vdbps-expert__trust { grid-template-columns: 1fr; }
    .vdbps-faq-item summary { padding: 18px 16px; }
    .vdbps-faq-item > div { padding: 0 16px 18px; }
    .vdbps-expert__person { grid-template-columns: 1fr; text-align: center; }
    .vdbps-portrait { margin: 0 auto; }
    .vdbps-checklist { text-align: left; }
}

/* v0.2.1 semantic heading cleanup – visual design remains unchanged. */
.vdbps-card-title { display:block; color:var(--vdbps-navy); font-size:1.05rem; line-height:1.3; margin:0 0 .5rem; font-weight:800; }
.vdbps-benefit-title { display:block; color:var(--vdbps-navy); font-size:.98rem; line-height:1.3; margin:0 0 .5rem; font-weight:800; }
.vdbps-market-card-title { margin-top:0; }
.vdbps-source-link { font-weight:700; white-space:normal; }

@media (max-width: 640px) {
    .vdbps-gallery-grid { grid-template-columns:1fr; }
}

@media (max-width: 720px) {
    main#primary.vdbps-forced-template .vdbps-page .vdbps-shell,
    .city-contact-cta:not(.vdbps-contact-moved),
    .vdb-li-central-contact:not(.vdbps-contact-moved) {
        width: min(100% - 28px, 1200px) !important;
    }
}


/* v0.3.1: hard width fallback for forced premium templates.
   Deliberately independent from body_class(), because some VDB theme templates
   do not emit WordPress body classes consistently. */
main#primary.vdbps-forced-template {
    display:block !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
}
main#primary.vdbps-forced-template > .vdbps-page {
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
}
main#primary.vdbps-forced-template .vdbps-shell {
    box-sizing:border-box !important;
    width:min(1200px, calc(100% - 48px)) !important;
    max-width:1200px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}
main#primary.vdbps-forced-template .vdbps-hero__card {
    box-sizing:border-box !important;
    width:min(720px, 66%) !important;
    max-width:720px !important;
}
.city-contact-cta:not(.vdbps-contact-moved),
.vdb-li-central-contact:not(.vdbps-contact-moved) {
    box-sizing:border-box !important;
    width:min(1200px, calc(100% - 48px)) !important;
    max-width:1200px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    left:auto !important;
    right:auto !important;
    transform:none !important;
    border-radius:18px !important;
    overflow:hidden !important;
}
.city-contact-cta:not(.vdbps-contact-moved) > .site-container,
.vdb-li-central-contact:not(.vdbps-contact-moved) > .site-container {
    width:100% !important;
    max-width:none !important;
    margin-left:auto !important;
    margin-right:auto !important;
}
@media (max-width: 760px) {
    main#primary.vdbps-forced-template .vdbps-shell,
    .city-contact-cta:not(.vdbps-contact-moved),
    .vdb-li-central-contact:not(.vdbps-contact-moved) {
        width:calc(100% - 28px) !important;
    }
    main#primary.vdbps-forced-template .vdbps-hero__card {
        width:100% !important;
        max-width:none !important;
    }
}
