/* =========================================================
   COM_CAMPINGPORTAL 0.2.5
   Campingurlaub Gardasee – Blau / Weiß / Gold

   Schriftart, globale Schriftgrößen und Zeilenhöhen
   werden weiterhin vom Joomla-/Helix-Template übernommen.
========================================================= */

/* =========================================================
   1. FARBEN UND GRUNDWERTE
========================================================= */

:root {
    --hp-primary: #0867B2;
    --hp-primary-dark: #083B66;
    --hp-accent: #C7A04A;

    --hp-background: #FFFFFF;
    --hp-background-soft: #FAFBFC;
    --hp-background-blue: #F4F7FA;

    --hp-text: #1D2B36;
    --hp-text-muted: #5F6B76;
    --hp-border: #DCE3E8;

    --hp-white: #FFFFFF;

    --hp-radius-large: 12px;
    --hp-radius-medium: 10px;
    --hp-radius-small: 6px;

    --hp-shadow-small:
        0 5px 18px rgba(8, 45, 77, 0.05);

    --hp-shadow-large:
        0 12px 32px rgba(8, 45, 77, 0.07);
}

/* =========================================================
   2. ALLGEMEINE SEITENELEMENTE
========================================================= */

.hp-theme *,
.hp-campsite-detail *,
.hp-section * {
    box-sizing: border-box;
}

.hp-container {
    width: min(calc(100% - 48px), 1200px);
    margin-right: auto;
    margin-left: auto;
}

.hp-container--narrow {
    max-width: 880px;
}

.hp-section,
.hp-hero,
.hp-final {
    padding: 86px 0;
}

.hp-section {
    color: var(--hp-text);
    background: var(--hp-background);
}

.hp-section--soft {
    background: var(--hp-background-soft);
}

.hp-section--tint {
    background: var(--hp-background-blue);
}

.hp-section-heading {
    width: 100%;
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

.hp-section-heading > :first-child {
    margin-top: 0;
}

.hp-section-heading > :last-child {
    margin-bottom: 0;
}

.hp-kicker {
    margin-bottom: 10px;
    color: var(--hp-accent);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hp-lead {
    color: var(--hp-text-muted);
}

.hp-meta {
    margin-bottom: 14px;
    color: var(--hp-primary);
    font-weight: 600;
}

.hp-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--hp-primary);
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.2s ease,
        gap 0.2s ease;
}

.hp-text-link::after {
    content: "→";
}

.hp-text-link:hover,
.hp-text-link:focus {
    gap: 12px;
    color: var(--hp-primary-dark);
    text-decoration: none;
}

#top-campsite,
#campsites,
#activities {
    scroll-margin-top: 120px;
}

/* =========================================================
   3. HERO
========================================================= */

/* Themenseiten-Hero: ausschließlich ein Bild, ohne Overlay oder Inhalte */
.hp-theme-hero-image {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    height: clamp(280px, 24vw, 440px);
    margin-left: -50vw;
    overflow: hidden;
    background: #F4F7FA;
}

.hp-theme-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-theme-heading {
    padding-top: 58px;
    padding-bottom: 34px;
    color: var(--hp-text);
    text-align: center;
    background: #FFFFFF;
}

.hp-theme-heading h1 {
    margin-top: 0;
    margin-bottom: 18px;
    text-wrap: balance;
}

.hp-theme-heading .hp-lead {
    max-width: 760px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.hp-hero {
    color: var(--hp-text);
    text-align: center;
    background:
        linear-gradient(
            135deg,
            #FFFFFF 0%,
            var(--hp-background-blue) 100%
        );
}

.hp-hero h1 {
    margin-top: 0;
    margin-bottom: 22px;
    text-wrap: balance;
}

.hp-hero .hp-lead {
    max-width: 760px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

/* =========================================================
   4. DIREKTLINKS
========================================================= */

.hp-quicklinks {
    display: flex;
    width: min(calc(100% - 48px), 1200px);
    margin: 24px auto 0;
    padding: 18px 24px;
    align-items: center;
    justify-content: center;
    gap: 12px 16px;
    flex-wrap: wrap;
    background: var(--hp-background);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-medium);
    box-shadow: var(--hp-shadow-small);
}

.hp-quicklinks > span {
    color: var(--hp-text);
    font-weight: 700;
}

.hp-quicklinks a {
    display: inline-flex;
    padding: 8px 14px;
    align-items: center;
    color: var(--hp-primary);
    font-weight: 600;
    text-decoration: none;
    background: var(--hp-background-blue);
    border-radius: 999px;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
}

.hp-quicklinks a:hover,
.hp-quicklinks a:focus {
    color: var(--hp-white);
    text-decoration: none;
    background: var(--hp-primary);
    transform: translateY(-1px);
}

/* =========================================================
   5. KARTEN UND BILDER
========================================================= */

.hp-card {
    overflow: hidden;
    background: var(--hp-background);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-large);
    box-shadow: none;
}

.hp-card__image,
.hp-top-card__image,
.hp-detail-image {
    overflow: hidden;
    width: 100%;
    flex: 0 0 auto;
    aspect-ratio: 8 / 5;
    background: var(--hp-background-blue);
}

.hp-card__image img,
.hp-top-card__image img,
.hp-detail-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-card__image img {
    transition: transform 0.35s ease;
}

.hp-campsite-card:hover .hp-card__image img,
.hp-experience-card:hover .hp-card__image img {
    transform: scale(1.025);
}

.hp-card__content,
.hp-top-card__content,
.hp-guide-card {
    padding: 28px;
}

.hp-top-card {
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: var(--hp-shadow-small);
}

.hp-top-card__content {
    display: flex;
    min-width: 0;
    padding: 42px;
    flex-direction: column;
}


.hp-top-card__image-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.hp-top-card__image-link img {
    transition: transform 0.35s ease;
}

.hp-top-card__image-link:hover img,
.hp-top-card__image-link:focus img {
    transform: scale(1.015);
}

.hp-top-card__title a {
    color: var(--hp-primary-dark);
    text-decoration: none;
    transition: color 0.2s ease;
}

.hp-top-card__title a:hover,
.hp-top-card__title a:focus {
    color: var(--hp-primary);
    text-decoration: none;
}

.hp-top-booking {
    display: flex;
    margin-top: 24px;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.hp-top-booking .hp-booking-copy {
    margin: 0 0 12px;
}

.hp-top-booking .hp-btn--booking {
    min-width: min(100%, 320px);
}

.hp-top-booking .hp-trustline {
    margin-top: 12px;
}

.hp-campsite-card,
.hp-experience-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.hp-campsite-card .hp-card__content,
.hp-experience-card .hp-card__content {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.hp-campsite-card .hp-text-link,
.hp-experience-card .hp-text-link {
    margin-top: auto;
    padding-top: 8px;
}

.hp-ideal {
    margin: 0 0 22px;
    padding: 16px 18px;
    color: var(--hp-text);
    background: var(--hp-white);
    border-left: 3px solid var(--hp-accent);
    border-radius: var(--hp-radius-small);
}


/* Kompakte Campsitekarten nach dem Familienurlaub-Prinzip */
.hp-campsite-card--compact .hp-card__content {
    padding: 22px;
}

.hp-campsite-card__image-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.hp-campsite-card__title {
    margin-top: 0;
    margin-bottom: 10px;
}

.hp-campsite-card__title a {
    color: var(--hp-primary-dark);
    text-decoration: none;
    transition: color 0.2s ease;
}

.hp-campsite-card__title a:hover,
.hp-campsite-card__title a:focus {
    color: var(--hp-primary);
    text-decoration: none;
}

.hp-campsite-card__summary {
    margin: 0 0 16px;
    color: var(--hp-text);
    line-height: 1.55;
}

.hp-feature-chips {
    display: flex;
    margin: 0 0 18px;
    padding: 0;
    gap: 8px;
    flex-wrap: wrap;
    list-style: none;
}

.hp-feature-chips li {
    padding: 6px 10px;
    color: #52606B;
    background: #F1F3F5;
    border-radius: 999px;
    line-height: 1.25;
}

.hp-booking--compact {
    margin-top: 0;
}

.hp-booking--compact .hp-btn--booking {
    width: 100%;
}

.hp-booking-copy {
    margin: 10px 0 0;
    color: var(--hp-text-muted);
}

.hp-booking--compact .hp-trustline {
    margin-top: 12px;
}

/* =========================================================
   6. GRIDS
========================================================= */

.hp-grid {
    display: grid;
    gap: 28px;
    align-items: start;
}

.hp-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hp-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

/* =========================================================
   7. FEATURES UND AUSWAHLHILFE
========================================================= */

.hp-features {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.hp-features li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 27px;
}

.hp-features li:last-child {
    margin-bottom: 0;
}

.hp-features li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--hp-primary);
    font-weight: 700;
    content: "✓";
}

.hp-guide-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.hp-number {
    position: absolute;
    top: 20px;
    right: 24px;
    margin: 0;
    color: rgba(8, 103, 178, 0.13);
    font-weight: 700;
}

.hp-guide-card h3 {
    max-width: calc(100% - 55px);
    margin-top: 0;
}

/* =========================================================
   8. BUTTONS UND BOOKING
========================================================= */

.hp-actions {
    display: flex;
    margin-top: 4px;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.hp-btn {
    display: inline-flex;
    height: 56px;
    min-height: 56px;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    text-decoration: none !important;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.hp-btn--secondary {
    color: var(--hp-primary);
    background: var(--hp-white);
    border: 1px solid var(--hp-primary);
}

.hp-btn--secondary:hover,
.hp-btn--secondary:focus {
    color: var(--hp-primary-dark);
    background: transparent;
    border-bottom-color: var(--hp-accent);
    border-color: var(--hp-primary);
    transform: translateY(-1px);
}

.hp-btn--booking {
    color: #FFFFFF !important;
    background: #003B95;
    border: 1px solid #003B95;
}

.hp-btn--booking:hover,
.hp-btn--booking:focus {
    color: #FFFFFF !important;
    background: #002F76;
    border-color: #002F76;
    transform: translateY(-1px);
}

.hp-booking {
    margin-top: 22px;
}

.hp-booking .hp-btn--booking {
    width: 100%;
}

.hp-trust,
.hp-trustline {
    color: var(--hp-text-muted);
}

.hp-trust {
    margin-top: 16px;
}

.hp-trust p {
    margin-top: 0;
    margin-bottom: 5px;
}

.hp-trust p:last-child,
.hp-trustline {
    margin-bottom: 0;
}

.hp-trustline {
    margin-top: 12px;
    text-align: center;
}

/* =========================================================
   9. CAMPSITE-DETAILSEITE
========================================================= */

.hp-campsite-detail .hp-detail-image {
    margin-top: 32px;
    border-radius: var(--hp-radius-large);
    box-shadow: var(--hp-shadow-small);
}

.hp-campsite-detail .hp-section--soft + .hp-section--soft {
    border-top: 1px solid var(--hp-border);
}

/* =========================================================
   10. ABSCHLUSSBEREICH
========================================================= */

.hp-final {
    color: var(--hp-white);
    text-align: center;
    background: var(--hp-primary);
}

.hp-final .hp-kicker {
    color: #E1C47B;
}

.hp-final h2 {
    margin-top: 0;
    color: var(--hp-white);
}

.hp-final p {
    color: rgba(255, 255, 255, 0.88);
}

.hp-btn--light {
    color: var(--hp-primary);
    background: var(--hp-white);
    border: 1px solid var(--hp-white);
}

.hp-btn--light:hover,
.hp-btn--light:focus {
    color: var(--hp-white);
    background: transparent;
    border-color: var(--hp-white);
    transform: translateY(-1px);
}

/* Kontextuelle interne Links im blauen Abschluss */
.hp-final-related-inline {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hp-final-related-inline a {
    color: var(--hp-white);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #E1C47B;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.hp-final-related-inline a:hover,
.hp-final-related-inline a:focus {
    color: #E1C47B;
}

/* Verwandte Themenseiten am Seitenende */
.hp-related-themes {
    background: var(--hp-background-soft);
}

.hp-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.hp-related-card {
    display: flex;
    min-height: 190px;
    padding: 28px;
    flex-direction: column;
    color: var(--hp-text);
    text-decoration: none;
    background: var(--hp-background);
    border: 1px solid var(--hp-border);
    border-top: 3px solid var(--hp-accent);
    border-radius: var(--hp-radius-medium);
    transition: border-color .2s ease, transform .2s ease;
}

.hp-related-card:hover,
.hp-related-card:focus {
    color: var(--hp-text);
    text-decoration: none;
    border-color: var(--hp-primary);
    border-top-color: var(--hp-primary);
    transform: translateY(-2px);
}

.hp-related-card__title {
    display: block;
    margin-bottom: 10px;
    color: var(--hp-primary-dark);
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.3;
}

.hp-related-card__text {
    display: block;
    color: var(--hp-text-muted);
    line-height: 1.6;
}

.hp-related-card__more {
    display: block;
    margin-top: auto;
    padding-top: 18px;
    color: var(--hp-primary);
    font-weight: 700;
}

/* =========================================================
   11. FOKUS
========================================================= */

.hp-theme a:focus-visible,
.hp-campsite-detail a:focus-visible,
.hp-section a:focus-visible {
    outline: 3px solid var(--hp-accent);
    outline-offset: 3px;
}

/* =========================================================
   12. TABLET
========================================================= */

@media (max-width: 991.98px) {

    .hp-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hp-section,
    .hp-hero,
    .hp-final {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .hp-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =========================================================
   13. MOBIL
========================================================= */

@media (max-width: 767.98px) {

    .hp-related-grid {
        grid-template-columns: 1fr;
    }

    .hp-related-card {
        min-height: 0;
        padding: 24px;
    }

    .hp-lightbox {
        padding: 16px;
    }

    .hp-lightbox__dialog {
        width: 100%;
        height: 92vh;
        grid-template-columns: 42px minmax(0, 1fr) 42px;
    }

    .hp-lightbox__nav {
        width: 38px;
        height: 52px;
        font-size: 34px;
    }

    .hp-lightbox__close {
        width: 42px;
        height: 42px;
        font-size: 28px;
    }


    .hp-theme-hero-image {
        height: 260px;
    }

    .hp-theme-heading {
        padding-top: 44px;
        padding-bottom: 28px;
    }


    .hp-container {
        width: min(calc(100% - 36px), 1200px);
    }

    .hp-section,
    .hp-final {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .hp-hero {
        padding-top: 56px;
        padding-bottom: 46px;
    }

    .hp-quicklinks {
        width: calc(100% - 36px);
        margin-top: 18px;
        padding: 16px;
        justify-content: flex-start;
    }

    .hp-quicklinks > span {
        width: 100%;
    }

    .hp-section-heading {
        margin-bottom: 32px;
        text-align: left;
    }

    .hp-grid--3,
    .hp-grid--2 {
        grid-template-columns: 1fr;
    }

    .hp-top-card__content {
        padding: 28px 24px;
    }

    .hp-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hp-actions .hp-btn {
        width: 100%;
    }

    .hp-card__content,
    .hp-guide-card {
        padding: 24px;
    }

    .hp-final {
        text-align: left;
    }

    .hp-final .hp-btn {
        width: 100%;
    }
}

/* =========================================================
   14. KLEINE MOBILGERÄTE
========================================================= */

@media (max-width: 479.98px) {

    .hp-detail-facts dt {
        white-space: normal;
    }

    .hp-theme-hero-image {
        height: 220px;
    }

    .hp-detail-facts dl > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .hp-detail-facts dd {
        text-align: left;
    }


    .hp-container {
        width: calc(100% - 32px);
    }

    .hp-quicklinks {
        width: calc(100% - 32px);
    }

    .hp-card {
        border-radius: var(--hp-radius-medium);
    }

    .hp-card__content,
    .hp-top-card__content,
    .hp-guide-card {
        padding: 22px 20px;
    }

    .hp-quicklinks a {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================================
   15. REDUZIERTE ANIMATIONEN
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .hp-quicklinks a,
    .hp-text-link,
    .hp-btn,
    .hp-card__image img {
        transition: none;
    }

    .hp-campsite-card:hover .hp-card__image img,
    .hp-experience-card:hover .hp-card__image img,
    .hp-btn:hover {
        transform: none;
    }
}

/* =========================================================
   16. CAMPSITE-DETAILSEITE – FAMILIENURLAUB-STRUKTUR
========================================================= */

.hp-campsite-detail {
    color: var(--hp-text);
    background: var(--hp-background);
}

.hp-detail-hero-image {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    height: clamp(300px, 24vw, 440px);
    margin-left: -50vw;
    overflow: hidden;
    background: var(--hp-background-blue);
}

.hp-detail-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-detail-intro {
    padding-top: 58px;
    padding-bottom: 78px;
}

/* Detailseiten auf Desktop breiter als der Helix-Inhaltscontainer */
@media (min-width: 1200px) {
    .hp-campsite-detail .hp-section > .hp-container {
        width: min(calc(100vw - 64px), 1320px);
        max-width: none;
        margin-right: 0;
        margin-left: 50%;
        transform: translateX(-50%);
    }
}

.hp-detail-heading {
    max-width: 980px;
    margin: 0 auto 38px;
    text-align: center;
}

.hp-detail-heading h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--hp-primary-dark);
    text-wrap: balance;
}

.hp-detail-lead {
    max-width: 860px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    color: var(--hp-text-muted);
}

.hp-detail-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 48px;
    align-items: start;
}

.hp-detail-copy > :first-child,
.hp-detail-location-copy > :first-child,
.hp-detail-feature-card > div > :first-child {
    margin-top: 0;
}

.hp-detail-copy > :last-child,
.hp-detail-location-copy > :last-child,
.hp-detail-feature-card > div > :last-child {
    margin-bottom: 0;
}

.hp-detail-facts {
    padding: 20px 24px 14px;
    background: var(--hp-white);
    border: 1px solid var(--hp-border);
    border-top: 2px solid var(--hp-accent);
    border-radius: 8px;
    box-shadow: none;
}

.hp-detail-facts h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--hp-primary-dark);
    line-height: 1.2;
}

.hp-detail-facts dl {
    margin: 0;
}

.hp-detail-facts dl > div {
    display: grid;
    grid-template-columns: minmax(0, 44%) minmax(0, 1fr);
    gap: 18px;
    padding: 12px 0;
    align-items: start;
    border-top: 1px solid var(--hp-border);
}

.hp-detail-facts dl > div:first-child {
    padding-top: 4px;
    border-top: 0;
}

.hp-detail-facts dt {
    min-width: 0;
    color: var(--hp-text-muted);
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.45;
    white-space: normal;
    overflow-wrap: break-word;
}

.hp-detail-facts dd {
    min-width: 0;
    margin: 0;
    color: var(--hp-text);
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
    overflow-wrap: anywhere;
}

.hp-detail-section-title {
    margin-top: 0;
    margin-bottom: 30px;
    color: var(--hp-primary-dark);
    text-align: center;
    text-wrap: balance;
}

.hp-detail-suitable-card {
    display: grid;
    grid-template-columns: minmax(270px, 33%) minmax(0, 1fr) minmax(220px, 24%);
    width: 100%;
    overflow: hidden;
    background: var(--hp-white);
    border: 1px solid var(--hp-border);
    border-top: 3px solid var(--hp-primary);
    border-radius: var(--hp-radius-medium);
    box-shadow: none;
}

.hp-detail-suitable-image {
    min-height: 320px;
    overflow: hidden;
    background: var(--hp-background-blue);
}

.hp-detail-suitable-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-detail-suitable-copy {
    padding: 30px 30px 28px;
}

.hp-detail-suitable-copy h3 {
    margin-top: 0;
    margin-bottom: 14px;
    color: var(--hp-primary-dark);
}

.hp-detail-badge {
    display: inline-flex;
    margin: 0 0 14px;
    padding: 0 0 6px;
    color: var(--hp-accent);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: transparent;
    border-bottom: 2px solid var(--hp-accent);
    border-radius: 0;
}

.hp-detail-suitable-for {
    margin-bottom: 12px;
}

.hp-detail-chips {
    display: grid;
    margin: 20px 0 0;
    padding: 0;
    gap: 9px;
    list-style: none;
}

.hp-detail-chips li {
    position: relative;
    padding: 0 0 0 24px;
    color: var(--hp-text);
    background: transparent;
    border-radius: 0;
}

.hp-detail-booking-box {
    display: flex;
    padding: 30px 26px;
    flex-direction: column;
    justify-content: center;
    background: #FAFBFC;
    border-left: 1px solid var(--hp-border);
}

.hp-detail-booking-box > strong {
    margin-bottom: 14px;
    color: var(--hp-primary-dark);
}

.hp-detail-booking-box .hp-btn {
    width: 100%;
}

.hp-detail-booking-box p {
    margin: 16px 0 6px;
    color: var(--hp-text-muted);
}

.hp-detail-booking-box small {
    color: var(--hp-text-muted);
}

.hp-detail-section-header {
    max-width: 900px;
    margin: 0 auto 30px;
    text-align: center;
}

.hp-detail-section-header--left {
    max-width: none;
    text-align: left;
}

.hp-detail-section-header h2 {
    margin-top: 0;
    margin-bottom: 8px;
    color: var(--hp-primary-dark);
}

.hp-detail-section-header p {
    margin-bottom: 0;
    color: var(--hp-text-muted);
}

.hp-detail-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.hp-detail-gallery-item {
    margin: 0;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--hp-background-blue);
    border-radius: 8px;
}

.hp-detail-gallery-button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    cursor: zoom-in;
    background: transparent;
    border: 0;
}

.hp-detail-gallery-button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.hp-detail-gallery-button:hover img,
.hp-detail-gallery-button:focus-visible img {
    transform: scale(1.025);
}

.hp-detail-gallery-button:focus-visible {
    outline: 3px solid var(--hp-primary);
    outline-offset: -3px;
}

/* Galerie-Lightbox */
body.hp-lightbox-open {
    overflow: hidden;
}

.hp-lightbox[hidden] {
    display: none !important;
}

.hp-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.hp-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 20, 32, 0.92);
}

.hp-lightbox__dialog {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(94vw, 1500px);
    height: min(90vh, 960px);
    grid-template-columns: 64px minmax(0, 1fr) 64px;
    align-items: center;
}

.hp-lightbox__figure {
    display: flex;
    min-width: 0;
    min-height: 0;
    height: 100%;
    margin: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hp-lightbox__image {
    display: block;
    max-width: 100%;
    max-height: calc(100% - 34px);
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
}

.hp-lightbox__counter {
    margin-top: 12px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1;
}

.hp-lightbox__close,
.hp-lightbox__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.28);
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.hp-lightbox__close:hover,
.hp-lightbox__close:focus-visible,
.hp-lightbox__nav:hover,
.hp-lightbox__nav:focus-visible {
    background: #0867B2;
    border-color: #0867B2;
}

.hp-lightbox__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 32px;
    line-height: 1;
}

.hp-lightbox__nav {
    width: 48px;
    height: 64px;
    justify-self: center;
    border-radius: 8px;
    font-size: 42px;
    line-height: 1;
}

.hp-lightbox__nav[hidden] {
    display: none !important;
}

.hp-detail-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.hp-detail-feature-card {
    min-width: 0;
    padding: 24px;
    background: var(--hp-white);
    border: 1px solid var(--hp-border);
    border-top: 3px solid var(--hp-primary);
    border-radius: 8px;
    box-shadow: none;
}

.hp-detail-feature-card h3 {
    margin-top: 0;
    margin-bottom: 16px;
    color: var(--hp-primary-dark);
}

.hp-detail-feature-card p,
.hp-detail-feature-card ul {
    margin-top: 0;
}

.hp-detail-location-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
    gap: 48px;
    align-items: center;
}

.hp-detail-address {
    margin-top: 24px;
}

.hp-detail-map {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    background: var(--hp-background-blue);
    border: 1px solid var(--hp-border);
    border-radius: 8px;
}

.hp-detail-map iframe {
    display: block;
    width: 100%;
    height: 360px;
    border: 0;
}

/* Eigener Markenmarker über der OSM-Karte */
.hp-detail-map-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 26px;
    height: 26px;
    background: #0867B2;
    border: 3px solid #FFFFFF;
    border-radius: 50% 50% 50% 0;
    box-shadow: 0 3px 8px rgba(8, 59, 102, 0.28);
    pointer-events: none;
    transform: translate(-50%, -100%) rotate(-45deg);
}

.hp-detail-map-marker::after {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    content: "";
}


.hp-detail-alternatives-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.hp-detail-alternative-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    background: var(--hp-white);
    border: 1px solid var(--hp-border);
    border-radius: 8px;
    box-shadow: none;
}

.hp-detail-alternative-image {
    overflow: hidden;
    aspect-ratio: 3 / 2;
    background: var(--hp-background-blue);
}

.hp-detail-alternative-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-detail-alternative-content {
    display: flex;
    height: 100%;
    padding: 20px;
    flex-direction: column;
}

.hp-detail-alternative-content h3 {
    margin-top: 0;
    margin-bottom: 8px;
    color: var(--hp-primary-dark);
}

.hp-detail-alternative-meta {
    margin-top: 0;
    color: var(--hp-primary);
    font-weight: 700;
}

.hp-detail-alternative-booking {
    margin-top: auto;
    padding-top: 18px;
}

.hp-detail-alternative-booking .hp-btn {
    width: 100%;
}

.hp-detail-alternative-booking small {
    display: block;
    margin-top: 8px;
    color: var(--hp-text-muted);
    text-align: center;
}


/* Frischer Detaillook: klare Linien statt weicher Pills */
.hp-detail-chips li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--hp-primary);
    font-weight: 700;
    content: "✓";
}

.hp-detail-section-title::after,
.hp-detail-section-header h2::after {
    display: block;
    width: 44px;
    height: 2px;
    margin: 12px auto 0;
    background: var(--hp-accent);
    content: "";
}

.hp-detail-section-header--left h2::after {
    margin-left: 0;
}

.hp-detail-suitable-section,
.hp-detail-features-section,
.hp-detail-alternatives-section {
    background: #F7F9FB;
}

.hp-detail-gallery-section,
.hp-detail-location-section,
.hp-detail-intro {
    background: #FFFFFF;
}

.hp-detail-alternative-meta {
    color: var(--hp-primary);
}

#geeignet,
#bilder,
#ausstattung,
#lage,
#alternativen {
    scroll-margin-top: 120px;
}

@media (max-width: 1050px) {
    .hp-detail-suitable-card {
        grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
    }

    .hp-detail-booking-box {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
        gap: 12px 24px;
        align-items: center;
        border-top: 1px solid var(--hp-border);
        border-left: 0;
    }

    .hp-detail-booking-box > strong,
    .hp-detail-booking-box p,
    .hp-detail-booking-box small {
        grid-column: 1;
        margin: 0;
    }

    .hp-detail-booking-box .hp-btn {
        grid-column: 2;
        grid-row: 1 / 4;
    }
}

@media (max-width: 991.98px) {
    .hp-detail-intro-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hp-detail-facts {
        width: 100%;
        max-width: 620px;
    }

    .hp-detail-feature-grid,
    .hp-detail-alternatives-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hp-detail-location-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 767.98px) {
    .hp-detail-hero-image {
        height: 240px;
    }

    .hp-detail-intro {
        padding-top: 44px;
        padding-bottom: 56px;
    }

    .hp-detail-heading {
        margin-bottom: 32px;
        text-align: left;
    }

    .hp-detail-intro-grid,
    .hp-detail-location-grid {
        grid-template-columns: 1fr;
    }

    .hp-detail-section-title,
    .hp-detail-section-header {
        text-align: left;
    }

    .hp-detail-suitable-card {
        grid-template-columns: 1fr;
    }

    .hp-detail-suitable-image {
        min-height: 0;
        aspect-ratio: 8 / 5;
    }

    .hp-detail-booking-box {
        display: flex;
        grid-column: auto;
        padding: 26px 24px;
        border-top: 1px solid var(--hp-border);
        border-left: 0;
    }

    .hp-detail-gallery,
    .hp-detail-feature-grid,
    .hp-detail-alternatives-grid {
        grid-template-columns: 1fr;
    }

    .hp-detail-gallery {
        gap: 12px;
    }

    .hp-detail-map,
    .hp-detail-map iframe {
        min-height: 300px;
        height: 300px;
    }
}

@media (max-width: 479.98px) {
    .hp-detail-facts,
    .hp-detail-suitable-copy,
    .hp-detail-booking-box,
    .hp-detail-feature-card,
    .hp-detail-alternative-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hp-detail-facts dl > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .hp-detail-facts dd {
        text-align: left;
    }
}


/* Lightbox responsive overrides – nach den Basisregeln platziert */
@media (max-width: 767.98px) {
    .hp-lightbox {
        padding: 16px;
    }

    .hp-lightbox__dialog {
        width: 100%;
        height: 92vh;
        grid-template-columns: 42px minmax(0, 1fr) 42px;
    }

    .hp-lightbox__nav {
        width: 38px;
        height: 52px;
        font-size: 34px;
    }

    .hp-lightbox__close {
        width: 42px;
        height: 42px;
        font-size: 28px;
    }
}

/* =========================================================
   14. CAMPINGPLATZE-HUB
========================================================= */

.hp-hub *,
.hp-hub *::before,
.hp-hub *::after {
    box-sizing: border-box;
}

#camping-themen,
#auswahlhilfe {
    scroll-margin-top: 120px;
}

.hp-hub-hero-image {
    height: clamp(240px, 28vw, 430px);
}

.hp-hub-top {
    padding-top: 42px;
    padding-bottom: 18px;
    text-align: center;
}

.hp-hub-top h1 {
    margin-bottom: 16px;
}

.hp-hub-top .hp-lead {
    max-width: 860px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.hp-hub-stats {
    display: flex;
    margin-top: 26px;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.hp-hub-stat {
    display: flex;
    min-width: 190px;
    padding: 16px 22px;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    background: var(--hp-background-blue);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-medium);
}

.hp-hub-stat strong {
    color: var(--hp-primary-dark);
    font-size: 1.7rem;
    line-height: 1;
}

.hp-hub-stat span {
    color: var(--hp-text-muted);
    font-weight: 600;
}

.hp-quicklinks--hub {
    width: auto;
    max-width: none;
    margin-top: 22px;
    margin-bottom: 0;
    padding: 14px 18px;
    display: inline-flex;
}

.hp-hub-intro {
    padding-top: 8px;
    padding-bottom: 40px;
}

.hp-hub-intro__box {
    padding: 26px 30px;
    text-align: center;
    background: var(--hp-background);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-large);
    box-shadow: var(--hp-shadow-small);
}

.hp-hub-intro__box h2 {
    margin-bottom: 14px;
}

.hp-hub-intro__box p:last-child {
    margin-bottom: 0;
}

.hp-hub-themes {
    border-top: 1px solid var(--hp-border);
}

.hp-hub-theme-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.hp-hub-theme-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    background: var(--hp-background);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-large);
    box-shadow: var(--hp-shadow-small);
    transition: transform .22s ease, box-shadow .22s ease;
}

.hp-hub-theme-card:hover,
.hp-hub-theme-card:focus-within {
    transform: translateY(-3px);
    box-shadow: var(--hp-shadow-medium);
}

.hp-hub-theme-card__image {
    display: block;
    aspect-ratio: 8 / 5;
    overflow: hidden;
    background: var(--hp-background-blue);
}

.hp-hub-theme-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.hp-hub-theme-card:hover .hp-hub-theme-card__image img,
.hp-hub-theme-card:focus-within .hp-hub-theme-card__image img {
    transform: scale(1.03);
}

.hp-hub-theme-card__body {
    display: flex;
    padding: 24px;
    flex: 1;
    flex-direction: column;
}

.hp-hub-theme-card__kicker {
    margin-bottom: 8px;
    font-size: .78rem;
}

.hp-hub-theme-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.hp-hub-theme-card h3 a {
    color: var(--hp-primary-dark);
    text-decoration: none;
}

.hp-hub-theme-card h3 a:hover,
.hp-hub-theme-card h3 a:focus {
    color: var(--hp-primary);
}

.hp-hub-theme-card__text {
    display: -webkit-box;
    margin-bottom: 18px;
    overflow: hidden;
    color: var(--hp-text-muted);
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.hp-hub-theme-card__meta {
    display: flex;
    margin-top: auto;
    margin-bottom: 16px;
    gap: 10px;
    flex-direction: column;
}

.hp-hub-theme-card__count {
    display: inline-flex;
    width: fit-content;
    padding: 6px 12px;
    align-items: center;
    color: var(--hp-primary);
    font-size: .92rem;
    font-weight: 700;
    background: var(--hp-background-blue);
    border-radius: 999px;
}

.hp-hub-theme-card__top {
    color: var(--hp-text-muted);
    font-size: .92rem;
    line-height: 1.45;
}

.hp-hub-theme-card__link {
    align-self: flex-start;
}

.hp-hub-choice {
    border-top: 1px solid var(--hp-border);
}

.hp-hub-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.hp-hub-choice-card {
    padding: 28px;
    background: var(--hp-background);
    border: 1px solid var(--hp-border);
    border-top: 3px solid var(--hp-accent);
    border-radius: var(--hp-radius-medium);
    box-shadow: var(--hp-shadow-small);
}

.hp-hub-choice-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: var(--hp-primary-dark);
}

.hp-hub-choice-card p {
    color: var(--hp-text-muted);
}

.hp-hub-choice-card__links {
    display: flex;
    margin-top: 18px;
    gap: 10px;
    flex-direction: column;
}

.hp-hub-choice-card__links a {
    display: inline-flex;
    width: fit-content;
    padding: 8px 0;
    align-items: center;
    gap: 7px;
    color: var(--hp-primary);
    font-weight: 700;
    text-decoration: none;
}

.hp-hub-choice-card__links a::after {
    content: "→";
}

.hp-hub-choice-card__links a:hover,
.hp-hub-choice-card__links a:focus {
    color: var(--hp-primary-dark);
}

.hp-hub-final {
    color: var(--hp-text);
    text-align: center;
    background: linear-gradient(180deg, #F4F7FA 0%, #EAF1F8 100%);
    border-top: 1px solid var(--hp-border);
}

.hp-hub-final .hp-kicker {
    color: var(--hp-accent);
}

.hp-hub-final h2 {
    margin-top: 0;
    color: var(--hp-primary-dark);
}

.hp-hub-final p {
    color: var(--hp-text-muted);
}

@media (max-width: 991.98px) {
    .hp-hub-theme-grid,
    .hp-hub-choice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .hp-hub-hero-image {
        height: clamp(190px, 42vw, 260px);
    }

    .hp-hub-theme-grid,
    .hp-hub-choice-grid {
        grid-template-columns: 1fr;
    }

    .hp-hub-top {
        padding-top: 34px;
    }

    .hp-hub-stat {
        width: 100%;
    }

    .hp-quicklinks--hub {
        display: flex;
        width: 100%;
        margin-top: 18px;
        padding: 14px 16px;
    }

    .hp-hub-intro__box,
    .hp-hub-theme-card__body,
    .hp-hub-choice-card {
        padding: 22px;
    }
}


/* 0.2.48: Campsitekarten einer Reihe auf gleiche Höhe bringen */
.hp-grid--3 {
    align-items: stretch;
}

.hp-grid--3 > .hp-campsite-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hp-grid--3 > .hp-campsite-card > .hp-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.hp-grid--3 > .hp-campsite-card .hp-booking--compact {
    margin-top: auto;
    padding-top: 20px;
}

.hp-grid--3 > .hp-campsite-card .hp-btn--booking {
    width: 100%;
}

@media (max-width: 767.98px) {
    .hp-grid--3 > .hp-campsite-card {
        height: auto;
    }
}


/* =========================================================
   0.2.53 – Lange Titel in Erlebnis-Karten sicher umbrechen
========================================================= */

.hp-experience-card .hp-card__content {
    min-width: 0;
}

.hp-experience-card h3 {
    max-width: 100%;
    min-width: 0;
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: anywhere;
    hyphens: auto;
}

/* =========================================================
   0.2.54 – Ausführlicher redaktioneller Top-Campsite-Block
========================================================= */
.hp-top-editorial {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid #E1E8EE;
}

.hp-top-editorial h3 {
    margin: 0 0 12px;
    color: #083B66;
}

.hp-top-editorial p {
    margin: 0 0 12px;
}

.hp-top-editorial p:last-child {
    margin-bottom: 0;
}

.hp-top-editorial + .hp-ideal {
    margin-top: 18px;
}


/* =========================================================
   0.2.70 – Ratgeber Gardasee
========================================================= */

.hp-guide-article-body > :first-child {
    margin-top: 0;
}

.hp-guide-article-body > :last-child {
    margin-bottom: 0;
}

.hp-guide-article-body h2,
.hp-guide-article-body h3,
.hp-guide-article-body h4 {
    margin-top: 2em;
    margin-bottom: 0.65em;
    color: var(--hp-primary-dark);
}

.hp-guide-article-body p,
.hp-guide-article-body ul,
.hp-guide-article-body ol {
    margin-bottom: 1.2em;
}

.hp-guide-article-body blockquote {
    margin: 2em 0;
    padding: 18px 22px;
    border-left: 3px solid var(--hp-accent);
    background: var(--hp-background-blue);
}

.hp-guide-article-body table {
    width: 100%;
    margin: 2em 0;
    border-collapse: collapse;
}

.hp-guide-article-body th,
.hp-guide-article-body td {
    padding: 12px 14px;
    border: 1px solid var(--hp-border);
    vertical-align: top;
    text-align: left;
}

.hp-guide-article-body th {
    color: var(--hp-primary-dark);
    background: var(--hp-background-blue);
}

/* =========================================================
   24. CAMPSITE FINDER
========================================================= */

.hp-finder-top {
    text-align: center;
}

.hp-finder-top .hp-lead {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.hp-finder-top .hp-container > :last-child {
    margin-bottom: 0;
}

.hp-finder-form {
    padding: 30px;
    background: var(--hp-white);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-large);
    box-shadow: var(--hp-shadow-small);
}

.hp-finder-form__primary {
    display: grid;
    grid-template-columns: minmax(240px, 1.5fr) repeat(3, minmax(160px, 1fr));
    gap: 18px;
    align-items: end;
}

.hp-finder-field {
    min-width: 0;
}

.hp-finder-field label,
.hp-finder-features legend {
    display: block;
    margin-bottom: 8px;
    color: var(--hp-primary-dark);
    font-weight: 700;
}

.hp-finder-field input,
.hp-finder-field select {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    color: var(--hp-text);
    background: var(--hp-white);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-small);
    outline: none;
}

.hp-finder-field input:focus,
.hp-finder-field select:focus {
    border-color: var(--hp-primary);
    box-shadow: 0 0 0 3px rgba(8, 103, 178, 0.10);
}

.hp-finder-features {
    margin: 24px 0 0;
    padding: 22px 0 0;
    border: 0;
    border-top: 1px solid var(--hp-border);
}

.hp-finder-features__hint {
    margin: -2px 0 18px;
    color: var(--hp-text-muted);
}

/* 0.2.56 – kompakte Filtergruppen mit klarer visueller Zugehörigkeit */
.hp-finder-feature-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.hp-finder-feature-column {
    display: grid;
    gap: 24px;
    min-width: 0;
    align-content: start;
}

.hp-finder-feature-group {
    min-width: 0;
    padding: 18px;
    background: var(--hp-background-blue);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-medium);
}

.hp-finder-feature-group h4 {
    margin: 0 0 14px;
    padding: 0 0 11px;
    color: var(--hp-primary-dark);
    font-weight: 700;
    border-bottom: 1px solid var(--hp-border);
}

.hp-finder-feature-group__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 10px;
}

.hp-finder-check {
    display: flex;
    min-height: 44px;
    padding: 9px 11px;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    background: var(--hp-white);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-small);
    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        background 0.18s ease;
}

.hp-finder-check:hover {
    border-color: var(--hp-primary);
}

.hp-finder-check:has(input:checked) {
    background: var(--hp-white);
    border-color: var(--hp-primary);
    box-shadow: inset 3px 0 0 var(--hp-primary);
}

.hp-finder-check input {
    width: 18px;
    height: 18px;
    margin: 0;
    flex: 0 0 auto;
    accent-color: var(--hp-primary);
}

.hp-finder-check span {
    min-width: 0;
    line-height: 1.35;
}

.hp-finder-submit {
    min-width: 220px;
    justify-content: center;
}

.hp-finder-form__footer {
    display: flex;
    margin-top: 24px;
    padding-top: 22px;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid var(--hp-border);
}

.hp-finder-field--sort {
    width: min(100%, 260px);
}

.hp-finder-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.hp-btn--primary {
    color: var(--hp-white) !important;
    background: var(--hp-primary);
    border: 1px solid var(--hp-primary);
}

.hp-btn--primary:hover,
.hp-btn--primary:focus {
    color: var(--hp-white) !important;
    background: var(--hp-primary-dark);
    border-color: var(--hp-primary-dark);
    transform: translateY(-1px);
}

.hp-finder-results__heading {
    margin-bottom: 32px;
}

.hp-finder-count {
    margin-bottom: 0;
    color: var(--hp-text-muted);
    font-weight: 600;
}

.hp-finder-card .hp-card__content {
    min-width: 0;
}

.hp-finder-card .hp-booking--compact {
    margin-top: auto;
}

.hp-finder-distance {
    margin-top: auto;
    padding-top: 4px;
    color: var(--hp-text-muted);
}

.hp-finder-card .hp-finder-distance + .hp-booking--compact {
    margin-top: 6px;
}

.hp-finder-empty {
    max-width: 720px;
    margin: 0 auto;
    padding: 38px;
    text-align: center;
    background: var(--hp-background-blue);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-large);
}

.hp-finder-empty h3 {
    margin-top: 0;
}

@media (max-width: 980px) {
    .hp-finder-form__primary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hp-finder-feature-group__items {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 640px) {
    .hp-finder-form {
        padding: 22px;
    }

    .hp-finder-form__primary,
    .hp-finder-feature-columns {
        grid-template-columns: 1fr;
    }

    .hp-finder-feature-columns {
        gap: 20px;
    }

    .hp-finder-feature-column {
        gap: 20px;
    }

    .hp-finder-feature-group {
        padding: 16px;
    }

    .hp-finder-form__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .hp-finder-field--sort {
        width: 100%;
    }

    .hp-finder-actions {
        width: 100%;
        flex-direction: column-reverse;
    }

    .hp-finder-actions .hp-btn {
        width: 100%;
    }
}

/* =========================================================
   0.2.58 – Startseite: Conversion-Sektion und Regionenlayout verfeinern
========================================================= */
.hp-home * {
    box-sizing: border-box;
}

.hp-home-hero-image {
    width: 100%;
    overflow: hidden;
    background: var(--hp-background-blue);
}

.hp-home-hero-image img {
    display: block;
    width: 100%;
    height: clamp(360px, 46vw, 660px);
    object-fit: cover;
}

.hp-home-hero-copy {
    padding: 50px 0 44px;
    text-align: center;
    background: var(--hp-white);
}

.hp-home-hero-copy h1 {
    max-width: 960px;
    margin: 0 auto;
    color: var(--hp-primary-dark);
}

.hp-home-hero-copy .hp-kicker {
    margin-bottom: 12px;
}

.hp-home-hero-copy .hp-lead {
    max-width: 860px;
    margin: 18px auto 0;
}

.hp-home-hero-actions {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.hp-home-hero-actions .hp-btn {
    min-height: 54px;
    min-width: 250px;
}

.hp-home-hero-primary {
    box-shadow: 0 8px 20px rgba(8, 103, 178, 0.16);
}

.hp-btn--outline {
    color: var(--hp-primary) !important;
    background: var(--hp-white);
    border: 1px solid var(--hp-primary);
}

.hp-btn--outline:hover,
.hp-btn--outline:focus {
    color: var(--hp-white) !important;
    background: var(--hp-primary-dark);
    border-color: var(--hp-primary-dark);
    transform: translateY(-1px);
}

/* Conversion-Leiste direkt unter dem Hero */
.hp-home-conversion {
    padding: 0 0 34px;
    background: var(--hp-white);
}

.hp-home-conversion .hp-container {
    padding: 26px 30px 28px;
    background: linear-gradient(180deg, #F7FBFF 0%, #EEF5FB 100%);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-large);
    box-shadow: var(--hp-shadow-small);
}

.hp-home-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.hp-home-stat {
    display: flex;
    min-width: 0;
    padding: 16px 18px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    background: var(--hp-white);
    border: 1px solid rgba(8, 103, 178, 0.10);
    border-radius: var(--hp-radius-medium);
}

.hp-home-stat:last-child {
    border-right: 0;
}

.hp-home-stat strong {
    color: var(--hp-primary-dark);
}

.hp-home-stat span {
    color: var(--hp-text-muted);
}

.hp-home-popular {
    display: grid;
    margin-top: 24px;
    padding-top: 22px;
    gap: 14px;
    border-top: 1px solid var(--hp-border);
}

.hp-home-popular__label {
    display: block;
    color: var(--hp-primary-dark);
    font-weight: 800;
    text-align: center;
}

.hp-home-popular__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.hp-home-popular__links a {
    display: inline-flex;
    width: 100%;
    min-height: 48px;
    padding: 11px 16px;
    align-items: center;
    justify-content: center;
    color: var(--hp-primary-dark);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: var(--hp-white);
    border: 1px solid rgba(8, 103, 178, 0.12);
    border-radius: var(--hp-radius-medium);
    box-shadow: 0 1px 0 rgba(8, 103, 178, 0.02);
    transition: border-color .2s ease, color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.hp-home-popular__links a:hover,
.hp-home-popular__links a:focus {
    color: var(--hp-primary);
    background: #F7FBFF;
    border-color: rgba(8, 103, 178, 0.30);
    box-shadow: 0 6px 16px rgba(8, 103, 178, 0.08);
    transform: translateY(-1px);
}

/* 1 Top-Tipp + 3 Nebenempfehlungen */
.hp-home-featured {
    padding-top: 76px;
}

.hp-home-featured__heading {
    margin-bottom: 34px;
}

.hp-home-top-card {
    overflow: hidden;
    background: var(--hp-white);
    border-color: rgba(8, 103, 178, 0.22);
    box-shadow: var(--hp-shadow-large);
}

.hp-home-top-card--with-image {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: stretch;
}

.hp-home-top-card--with-image .hp-top-card__image {
    height: 100%;
    min-height: 440px;
    aspect-ratio: auto;
}

.hp-home-top-card .hp-top-card__content {
    padding: 42px;
    justify-content: center;
}

.hp-home-top-badge {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 12px;
    padding: 6px 10px;
    color: var(--hp-primary-dark);
    font-weight: 800;
    background: rgba(199, 160, 74, 0.16);
    border-left: 3px solid var(--hp-accent);
    border-radius: 0 var(--hp-radius-small) var(--hp-radius-small) 0;
}

.hp-home-top-card .hp-meta {
    margin-top: 0;
}

.hp-home-top-card__summary {
    margin-bottom: 18px;
    color: var(--hp-text);
}

.hp-home-top-features {
    margin-top: 4px;
}

.hp-home-top-card .hp-ideal {
    margin-top: 20px;
}

.hp-home-top-card .hp-top-booking {
    margin-top: 26px;
}

.hp-home-top-details {
    width: fit-content;
    margin-top: 24px;
}

.hp-home-secondary-heading {
    margin: 42px 0 18px;
    text-align: left;
}

.hp-home-secondary-heading h3 {
    margin: 0;
    color: var(--hp-primary-dark);
}

.hp-home-secondary-grid {
    align-items: stretch;
}

.hp-home-campsite-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    background: var(--hp-white);
}

.hp-home-campsite-card .hp-card__content,
.hp-home-guide-card .hp-card__content {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
}

.hp-home-secondary-booking {
    margin-top: auto;
    padding-top: 16px;
}

.hp-home-secondary-booking .hp-trustline {
    margin-bottom: 0;
    text-align: center;
}

.hp-home-campsite-card__more,
.hp-home-guide-card__more {
    margin-top: auto;
    padding-top: 14px;
}

/* Haupt-Einstiege */
.hp-home-path-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.hp-home-path-card {
    display: flex;
    min-width: 0;
    padding: 28px;
    flex-direction: column;
    background: var(--hp-white);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-large);
    box-shadow: var(--hp-shadow-small);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.hp-home-path-card:hover {
    border-color: rgba(8, 103, 178, .35);
    box-shadow: var(--hp-shadow-large);
    transform: translateY(-2px);
}

.hp-home-path-card__number {
    display: inline-flex;
    width: 42px;
    height: 32px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    color: var(--hp-accent);
    font-weight: 800;
    border-bottom: 2px solid var(--hp-accent);
}

.hp-home-path-card h3 {
    margin-top: 0;
    color: var(--hp-primary-dark);
}

.hp-home-path-card p {
    flex: 1 1 auto;
    color: var(--hp-text-muted);
}

.hp-home-path-card .hp-text-link {
    margin-top: auto;
}

/* Regionen */
.hp-home-region-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.hp-home-region-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    background: var(--hp-white);
    border: 1px solid var(--hp-border);
    border-radius: var(--hp-radius-large);
    box-shadow: var(--hp-shadow-small);
}

.hp-home-region-card__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 8 / 5;
    background: var(--hp-background-blue);
}

.hp-home-region-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.hp-home-region-card:hover .hp-home-region-card__image img {
    transform: scale(1.025);
}

.hp-home-region-card__body {
    display: flex;
    padding: 24px;
    flex: 1 1 auto;
    flex-direction: column;
}

.hp-home-region-card__body h3 {
    margin-top: 0;
}

.hp-home-region-card__body h3 a,
.hp-home-guide-card h3 a {
    color: var(--hp-primary-dark);
    text-decoration: none;
}

.hp-home-region-card__body h3 a:hover,
.hp-home-region-card__body h3 a:focus,
.hp-home-guide-card h3 a:hover,
.hp-home-guide-card h3 a:focus {
    color: var(--hp-primary);
}

.hp-home-region-card__body p:not(.hp-kicker) {
    color: var(--hp-text-muted);
}

.hp-home-region-card__body .hp-text-link {
    margin-top: auto;
    padding-top: 12px;
}

.hp-home-guide-card {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.hp-home-section-action {
    display: flex;
    margin-top: 34px;
    justify-content: center;
}

/* SEO-/Orientierungstext bewusst spät im Funnel */
.hp-home-intro__box {
    padding: 34px 38px;
    background: var(--hp-white);
    border-left: 3px solid var(--hp-accent);
    box-shadow: var(--hp-shadow-small);
}

.hp-home-intro__box > :first-child {
    margin-top: 0;
}

.hp-home-intro__box > :last-child {
    margin-bottom: 0;
}

.hp-home-final {
    text-align: center;
}

.hp-home-final .hp-btn {
    min-width: 260px;
    margin-top: 14px;
}

@media (max-width: 1100px) {
    .hp-home-path-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hp-home-top-card--with-image {
        grid-template-columns: 1fr 1fr;
    }

    .hp-home-top-card--with-image .hp-top-card__image {
        min-height: 390px;
    }
}

@media (max-width: 820px) {
    .hp-home-stats {
        grid-template-columns: 1fr;
    }

    .hp-home-stat {
        padding: 14px 16px;
        border-right: 0;
        border-bottom: 0;
    }

    .hp-home-popular__links {
        grid-template-columns: 1fr;
    }

    .hp-home-top-card--with-image {
        grid-template-columns: 1fr;
    }

    .hp-home-top-card--with-image .hp-top-card__image {
        min-height: 0;
        aspect-ratio: 8 / 5;
    }
}

@media (max-width: 640px) {
    .hp-home-hero-image img {
        height: clamp(240px, 70vw, 350px);
    }

    .hp-home-hero-copy {
        padding: 38px 0 30px;
    }

    .hp-home-hero-actions {
        flex-direction: column;
    }

    .hp-home-hero-actions .hp-btn {
        width: 100%;
        min-width: 0;
    }

    .hp-home-conversion {
        padding-bottom: 20px;
    }

    .hp-home-conversion .hp-container {
        padding: 20px;
    }

    .hp-home-popular {
        gap: 12px;
    }

    .hp-home-popular__links {
        grid-template-columns: 1fr;
    }

    .hp-home-popular__links a {
        width: 100%;
        justify-content: center;
    }

    .hp-home-featured {
        padding-top: 62px;
    }

    .hp-home-top-card .hp-top-card__content {
        padding: 26px 22px;
    }

    .hp-home-path-grid,
    .hp-home-region-grid {
        grid-template-columns: 1fr;
    }

    .hp-home-path-card,
    .hp-home-region-card__body {
        padding: 22px;
    }

    .hp-home-intro__box {
        padding: 24px;
    }

    .hp-home-section-action .hp-btn,
    .hp-home-final .hp-btn {
        width: 100%;
        min-width: 0;
    }
}

/* =========================================================
   0.2.8 – Lange Titel in Campingplatz-Hub-Karten umbrechen
========================================================= */
.hp-hub-theme-card__body {
    min-width: 0;
}

.hp-hub-theme-card h3,
.hp-hub-theme-card h3 a {
    max-width: 100%;
    min-width: 0;
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: anywhere;
    hyphens: auto;
}

