/* ==========================================================================
   ZENTRALE STYLESHEET - FOTOBOX FRITZLAR
   ========================================================================== 
*/

:root { 
    /* Gold veredelt: weniger gelb, mehr Tiefe */
    --gold: #c8a85b; 
    --gold-light: #e6d3a3;
    --gold-dark: #8a6f2b;

    --dark: #1a1a1a; 
    --white: #ffffff;
    --light-grey: #f9f9f9;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body { 
    font-family: 'Montserrat', sans-serif; 
    color: #333; 
    line-height: 1.6; 
    scroll-behavior: smooth; 
    overflow-x: hidden; 
    background-color: var(--white);
    /* Navbar ist fixiert -> Platz schaffen, damit Inhalte nicht darunter rutschen */
    padding-top: var(--nav-height, 140px);
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* --- NAVIGATION --- */
.navbar { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 5px 5%; /* Padding reduziert für schlankere Navbar */
    transition: padding 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    background: var(--white); 
    /* Sticky war in manchen Browser-/Layout-Konstellationen nicht zuverlässig.
       Fixed sorgt dafür, dass die Leiste beim Scrollen immer im Vordergrund bleibt. */
    position: fixed; 
    top: 0; 
    left: 0;
    right: 0;
    width: 100%;
    z-index: 20000; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); 
}

.logo { 
    display: flex;
    align-items: center;
    text-decoration: none; 
}

/* FIX: Logo-Größe am Desktop dezenter */
.nav-logo-img {
    height: 120px; 
    
    transition: height 0.25s ease, transform 0.25s ease;width: auto;
    display: block;
    object-fit: contain;
}

/* Mobile: etwas weniger Top-Padding (Logo ist kleiner) */
@media (max-width: 900px) {
    body {
        padding-top: var(--nav-height, 140px);
    }
    section {
        scroll-margin-top: 120px;
    }
}

.nav-links { display: flex; align-items: center; }
.nav-links a { 
    text-decoration: none; 
    color: var(--dark); 
    margin-left: 20px; 
    font-weight: 700; 
    font-size: 0.8rem; 
    text-transform: uppercase; 
    transition: 0.3s; 
}
.nav-links a:hover { color: var(--gold); }

/* --- NAV: Desktop/Mobile helpers --- */
.only-desktop { display: flex; }
.only-mobile { display: none; }
@media (max-width: 900px) {
    .only-desktop { display: none !important; }
    .only-mobile { display: inline-flex; }
}

/* --- NAV: Contact mini (Desktop rechts) --- */
.nav-contact {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: 18px;
    padding-left: 18px;
    border-left: 1px solid rgba(0,0,0,0.08);
}
.nav-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--dark);
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: none;
    white-space: nowrap;
    opacity: 0.95;
}
.nav-contact-link i { color: var(--gold); }
.nav-contact-link:hover { color: var(--gold); }

/* --- NAV: Designs Dropdown (Desktop) --- */
.nav-item { position: relative; }
.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.dropdown-toggle i {
    font-size: 0.75em;
    opacity: 0.85;
    transform: translateY(1px);
}
.dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.10);
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.12);
    padding: 10px;
    display: none;
    z-index: 30000;
}

/* Hover-Bridge: schließt den Abstand zwischen Link & Dropdown */
.dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 10px;
}

.dropdown-menu a {
    margin: 0;
    padding: 10px 12px;
    border-radius: 10px;
    display: flex;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: none;
}
.dropdown-menu a:hover { background: rgba(200, 168, 91, 0.12); }

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

.dropdown[data-active="1"] > .dropdown-toggle { color: var(--gold); }

/* --- NAV: Premium CTA ("Anfrage sichern") --- */
.nav-links a.nav-cta {
    margin-left: 22px;
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: #fff;
    border: 1px solid rgba(0,0,0,0.10);
    box-shadow: 0 10px 24px rgba(0,0,0,0.10);
}
.nav-links a.nav-cta:hover {
    color: #fff;
    transform: translateY(-1px);
}

/* --- HERO SEKTION --- */
.hero { 
    min-height: calc(100vh - 120px);
    min-height: calc(100svh - 120px); 
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('bilder/box2.webp') center/cover; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-align: center; 
    color: white; 
}

/* --- LANDINGPAGE HERO VARIANTEN --- */
.hero.hero--landing{ min-height: calc(92vh - 120px); min-height: calc(92svh - 120px); }
.hero.hero--hochzeit{ background: linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.72)), url('bilder/box4.webp') center/cover; }
.hero.hero--firmenfeier{ background: linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.72)), url('bilder/box6.webp') center/cover; }
.hero.hero--schwalmstadt{ background: linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.72)), url('bilder/box3.webp') center/cover; }

.landing-kicker{ margin-top: 14px; font-size: 0.95rem; opacity: 0.95; }
.landing-kicker strong{ color: var(--gold); }
.hero-content { max-width: 850px; padding: 0 20px; }
.hero-topline { display: block; text-transform: uppercase; letter-spacing: 4px; font-size: 0.9rem; color: var(--gold); margin-bottom: 15px; font-weight: 700; }
.hero h1 { font-size: 2rem; line-height: 1.1; margin-bottom: 18px; text-shadow: 2px 2px 15px rgba(0,0,0,0.5); }
.hero-description { font-size: 1.25rem; max-width: 650px; margin: 0 auto 35px; opacity: 0.9; font-weight: 300; }
.hero-location { margin-top: 30px; font-size: 0.9rem; background: rgba(200, 168, 91, 0.15); border: 1px solid var(--gold); padding: 10px 20px; border-radius: 50px; display: inline-block; font-weight: 700; }

.btn-gold { 
    background: linear-gradient(180deg, var(--gold-light), var(--gold)); 
    color: #fff; 
    padding: 16px 40px; 
    border-radius: 5px; 
    text-decoration: none; 
    font-weight: 700; 
    transition: 0.3s; 
    border: 1px solid rgba(0,0,0,0.08); 
    cursor: pointer; 
    display: inline-block; 
    font-size: 1.1rem; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.btn-gold:hover { 
    transform: translateY(-3px); 
    box-shadow: 0 14px 35px rgba(0,0,0,0.16); 
}

/* --- ALLGEMEINE SEKTIONEN --- */
section { padding: 100px 0; scroll-margin-top: 160px; }
.section-white { background: var(--white); }
.section-dark { background: var(--dark); color: white; }
h2 { text-align: center; font-size: 2.5rem; margin-bottom: 40px; }
.subtitle, .subtitle-gold { 
    display: block; 
    text-align: center; 
    font-weight: 700; 
    letter-spacing: 2px; 
    font-size: 0.8rem; 
    color: var(--gold); 
    margin-bottom: 10px; 
    text-transform: uppercase; 
    text-shadow: 0 1px 0 rgba(0,0,0,0.10);
}

/* --- WhatsApp Floating Button --- */
.wa-float { 
    position: fixed; 
    width: 60px; 
    height: 60px; 
    bottom: 40px; 
    right: 40px; 
    background-color: #25d366; 
    color: #FFF; 
    border-radius: 50px; 
    text-align: center; 
    font-size: 30px; 
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3); 
    z-index: 1000; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-decoration: none; 
    transition: transform 0.3s ease; 
}
.wa-float:hover { transform: scale(1.1); color: white; }

@media (max-width: 600px){
  .wa-float{
    width:56px;
    height:56px;
    right:20px;
    bottom: max(20px, calc(env(safe-area-inset-bottom) + 20px));
  }
}

/* --- ERLEBNIS CARDS --- */
.experience-showcase { display: flex; gap: 30px; margin-top: 30px; }
.exp-card { 
    flex: 1; 
    padding: 40px; 
    background: #fdfdfd; 
    border-radius: 10px; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.05); 
    text-align: center; 
    transition: 0.3s; 
    border-bottom: 3px solid transparent; 
    color: #333; 
}
.exp-card:hover { transform: translateY(-10px); border-bottom: 3px solid var(--gold); }
.exp-icon { font-size: 3rem; margin-bottom: 20px; display: block; }

/* --- PRICING GRID (Pakete) --- */
.pricing-grid { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 40px; align-items: stretch; }
.p-card { 
    background: white; 
    width: 270px; 
    padding-bottom: 20px; 
    border-radius: 12px; 
    text-align: center; 
    transition: 0.4s; 
    position: relative; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); 
    color: #333; 
    overflow: hidden; 
    display: flex; 
    flex-direction: column; 
    justify-content: flex-start;
    min-height: auto; 
}
.p-card-img { 
    width: 100%; 
    height: 180px; 
    background: #333; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: var(--gold); 
    border-bottom: 2px solid var(--gold); 
    flex-shrink: 0; 
}

/* Paketbilder: einheitlich skalieren (fix für zu große 400er Bilder auf Landingpages) */
.p-card-img img{
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    display:block;
}

.p-card-img .pkg-img{
    max-width:100%; /* überschreibt globales max-width, damit Bilder nicht überlaufen */
}

.p-price { font-size: 1.5rem; font-weight: 700; margin: 16px 0; flex-shrink: 0; }
.p-price span { font-size: 1rem; color: #999; font-weight: 400; }

.p-details { 
    max-height: 0; 
    opacity: 0; 
    transition: all 0.5s ease; 
    overflow: hidden; 
    padding: 0 25px; 
    flex-grow: 1; 
}
.p-card:hover .p-details { 
    max-height: 400px; 
    opacity: 1; 
    margin-top: 10px; 
    margin-bottom: 20px; 
}
.p-list { list-style: none; text-align: left; margin: 0; font-size: 0.85rem; border-top: 1px solid #eee; padding-top: 15px; }
.p-list li { margin-bottom: 8px; display: flex; align-items: flex-start; gap: 8px; }

/* Neue Regel für goldene Häkchen - Spezifisch für .p-list */
.p-list li i.fa-check {
    color: var(--gold) !important;
    margin-top: 4px;
    font-size: 0.9rem;
}

.btn-p-request { 
    display: block; 
    margin: 10px 20px 10px; 
    padding: 12px; 
    border: 2px solid var(--gold); 
    color: var(--gold); 
    text-decoration: none; 
    font-weight: 700; 
    border-radius: 5px; 
    transition: 0.3s;
    flex-shrink: 0; 
}
.btn-p-request:hover { 
    background: linear-gradient(180deg, var(--gold-light), var(--gold)); 
    border-color: var(--gold-dark);
    color: #fff; 
}

/* --- ZUSATZOPTIONEN --- */
.extra-options-container { display: flex; justify-content: center; gap: 20px; margin-top: 80px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 50px; }
.extra-card { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(200, 168, 91, 0.2); width: 270px; padding: 20px 0; border-radius: 12px; text-align: center; transition: 0.4s; overflow: hidden; display: flex; flex-direction: column; }
.extra-card:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-5px); border-color: var(--gold); }
.extra-card-header img { 
    max-height: 100px; 
    width: auto; 
    margin: 0 auto 10px; 
    display: block; 
    object-fit: contain; 
}
.extra-card h4 { font-size: 1.1rem; margin-bottom: 5px; color: white; }
.extra-details { max-height: 0; opacity: 0; transition: all 0.5s ease; overflow: hidden; padding: 0 20px; }
.extra-card:hover .extra-details { max-height: 200px; opacity: 1; margin-top: 15px; }
.extra-details p { font-size: 0.85rem; color: #ccc; margin-bottom: 10px; }

/* Mobile/Touch: Hover gibt es nicht zuverlässig -> Details immer sichtbar */
@media (hover: none), (pointer: coarse) {
    .extra-details {
        max-height: none;
        opacity: 1;
        margin-top: 15px;
        padding: 0 20px 10px;
    }
    .extra-card:hover .extra-details {
        max-height: none;
        opacity: 1;
        margin-top: 15px;
    }
}

/* --- FILTER DESIGN --- */
.filter-container { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }
.filter-btn { background: transparent; border: 2px solid #eee; color: var(--dark); padding: 10px 25px; border-radius: 50px; font-family: inherit; font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: 0.3s; }
.filter-btn:hover { border-color: var(--gold); color: var(--gold); }
.filter-btn.active { background: var(--gold); border-color: var(--gold); color: white; }

/* --- GALLERY --- */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; margin-top: 20px; }
.gallery-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.08); transition: 0.3s; cursor: pointer; }
.gallery-card img { width: 100%; display: block; }
.gallery-info { padding: 15px; text-align: center; }
.gallery-info h4 { font-size: 0.9rem; color: var(--dark); text-transform: capitalize; }

/* --- KONTAKTFORMULAR --- */
.contact-box { max-width: 800px; margin: 0 auto; background: var(--white); padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.c-row { display: flex; gap: 12px; margin-bottom: 10px; } 
.c-form input, .c-form select, .c-form textarea { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 5px; font-family: inherit; font-size: 0.9rem; outline: none; transition: 0.3s; }
.c-form input:focus, .c-form select:focus, .c-form textarea:focus { border-color: var(--gold); }

.checkbox-group { margin: 15px 0; display: flex; flex-direction: column; gap: 8px; text-align: left; color: #333; }
.check-item { display: flex; align-items: center; justify-content: flex-start; gap: 10px; font-weight: 400; font-size: 0.95rem; cursor: pointer; }
.check-item input[type="checkbox"] { width: 18px; height: 18px; margin: 0; flex-shrink: 0; cursor: pointer; }

/* Button Auswahl Sektion */
.method-choice { text-align: center; margin-top: 15px; border-top: 1px solid #eee; padding-top: 15px; }
.method-choice p { margin-bottom: 10px; font-size: 0.85rem; color: #666; }
.choice-btns { display: flex; gap: 12px; justify-content: center; }

.btn-wa { background: #25d366 !important; color: white !important; padding: 14px; text-decoration: none; border-radius: 5px; font-weight: 700; flex: 1; text-align: center; font-size: 0.95rem; border: none; cursor: pointer; }
.btn-mail { background: var(--gold) !important; color: white !important; padding: 14px; border: none; border-radius: 5px; font-weight: 700; flex: 1; cursor: pointer; font-family: inherit; font-size: 0.95rem; }

/* --- ABOUT --- */
.about-flex { display: flex; align-items: center; gap: 60px; }
.about-text { flex: 1; }
.about-img { flex: 1; }
.about-img img { width: 100%; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.3); }
.sig { color: var(--gold); font-weight: 700; margin-top: 20px; font-size: 1.3rem; font-style: italic; }

/* --- FOOTER --- */
footer { background: #000; color: #666; padding: 20px 0; text-align: center; font-size: 0.8rem; }
.footer-links { margin-top: 15px; }
.footer-links a { color: #888; text-decoration: none; margin: 0 10px; }

/* --- COOKIE BANNER --- */
.cookie-banner {
    position: fixed !important; 
    bottom: 20px !important; 
    left: 20px !important; 
    right: 20px !important;
    background: var(--white); 
    border-top: 4px solid var(--gold);
    box-shadow: 0 -5px 25px rgba(0,0,0,0.15); 
    padding: 20px;
    display: none; 
    z-index: 9999; 
    border-radius: 10px;
}
.cookie-content { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
.cookie-text { font-size: 0.85rem; color: #333; flex: 1; min-width: 250px; text-align: left; }
.cookie-text a { color: var(--gold); text-decoration: underline; }
.cookie-btns { display: flex; gap: 10px; }
.btn-accept { background: var(--gold); color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; font-weight: 700; transition: 0.3s; }
.btn-deny { background: #eee; color: #666; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; transition: 0.3s; }

/* --- MOBILE RESPONSIVE & MENU --- */
.menu-toggle { display: none; }

/* Animation für das X-Symbol */
.toggle-animation span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.toggle-animation span:nth-child(2) { opacity: 0; }
.toggle-animation span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

@media (max-width: 900px) {
    .menu-toggle { 
        display: flex; 
        flex-direction: column; 
        gap: 6px; 
        cursor: pointer; 
        z-index: 1001;
    }
    .menu-toggle span { 
        width: 30px; 
        height: 3px; 
        background: var(--dark); 
        transition: 0.4s; 
    }

    /* Logo auf Mobilgeräten etwas größer für bessere Sichtbarkeit */
    .nav-logo-img {
        height: 80px; 
    }

    section { padding: 45px 0 !important; }
    h2 { font-size: 1.8rem; margin-bottom: 25px !important; }
    .subtitle, .subtitle-gold { margin-bottom: 5px !important; }
    h1 { font-size: 2.2rem !important; text-align: center; } 
    
    .hero {  }
    
    .experience-showcase, .about-flex, .c-row { flex-direction: column; gap: 10px; }
    .exp-card { padding: 25px; margin-bottom: 5px; }
    
    .nav-links { 
        position: fixed; 
        right: 0; 
        top: 0; 
        height: 100vh; 
        width: 75%; 
        background: white; 
        flex-direction: column; 
        justify-content: center; 
        transform: translateX(100%); 
        transition: 0.4s; 
        z-index: 1000;
        box-shadow: -10px 0 20px rgba(0,0,0,0.1);
    }
    .nav-links a { margin: 15px 0; font-size: 1.2rem; }
    .nav-links a.nav-cta { margin-left: 0; width: 80%; text-align: center; }
    .nav-links.nav-active { transform: translateX(0); }
    
    .p-card { width: 100%; max-width: 350px; margin: 0 auto 15px; }
    
    .p-details, .extra-details { 
        max-height: 600px !important; 
        opacity: 1 !important; 
        margin-top: 10px; 
        margin-bottom: 15px; 
    }
    
    .extra-card {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 10px;
        padding-bottom: 20px;
    }

    .cookie-banner { 
        bottom: 0 !important; 
        left: 0 !important; 
        right: 0 !important; 
        border-radius: 0; 
        padding: 15px; 
    }
}

/* ==========================================================================
   NAV - ACTIVE LINK
   ========================================================================== */
.nav-links a.active { color: var(--gold); }

/* ==========================================================================
   PAGE-SPEZIFISCHE STYLES (aus Inline-Styles ausgelagert)
   ========================================================================== */

/* From index.php */
/* CSS für die Bilder nebeneinander */
.about-img-container {
    display: flex;
    flex-direction: row; 
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.about-img-container img {
    width: 50%; 
    max-width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.box-fit {
    object-fit: contain !important;
    background: rgba(255,255,255,0.05);
}

.tech-specs {
    background: #fdfdfd;
    padding: 40px 0;
    border-top: 1px solid #eee;
    margin-top: 40px;
    border-radius: 15px;
}
.tech-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    text-align: center;
    align-items: start;
}

/* Tablet & Mobile: 2 Spalten statt alles untereinander */
@media (max-width: 992px) {
    .tech-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
    }
}

@media (max-width: 576px) {
    .tech-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }
}

.tech-item {
    padding: 10px 6px;
}
.tech-item i {
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 15px;
    display: block;
}
.tech-item strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 5px;
}
.tech-item span {
    font-size: 0.9rem;
    color: #777;
}

.reviews-section {
    padding: 60px 0;
    background: #fff;
    text-align: center;
}

/* Desktop: etwas mehr Luft nach Google Bewertungen (Premium Rhythmus) */
@media (min-width: 900px) {
    .reviews-section { padding-bottom: 84px; }
}
.reviews-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.review-card {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-bottom: 3px solid var(--gold);
}
.stars { color: #fbbc04; margin-bottom: 10px; }
.review-card p { font-style: italic; font-size: 0.95rem; color: #444; }
.reviewer { font-weight: 700; margin-top: 15px; display: block; color: #333; }

.disclaimer { 
    text-align: center; 
    margin: 30px auto 0; 
    color: #ccc; 
    font-size: 0.9rem; 
}

/* --- MAXIMAL KOMPAKTES FORMULAR --- */
.c-row { 
    margin-bottom: 6px !important; 
    gap: 6px !important; 
} 
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 2px; 
    margin: 8px 0; 
    text-align: left;
}
.check-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    cursor: pointer;
    color: #333;
    padding: 2px 0;
}
.check-item input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    margin: 0 !important;
}
.method-choice { text-align: center; margin-top: 10px; }
.method-choice p { margin-bottom: 5px; font-size: 0.8rem; color: #666; }
.choice-btns { display: flex; gap: 8px; justify-content: center; }

hr { border: 0; border-top: 1px dashed #eee; margin: 6px 0 !important; }

.c-form input, .c-form select, .c-form textarea {
    padding: 10px 15px !important; 
    margin-bottom: 0 !important;
}

.btn-wa, .btn-mail { 
    padding: 10px 15px !important;
    font-size: 0.95rem;
}

.btn-wa { 
    background: #25d366 !important; 
    color: white !important; 
    text-decoration: none; 
    border-radius: 5px; 
    font-weight: 700; 
    flex: 1; 
    text-align: center;
}
.btn-mail { 
    background: var(--gold) !important; 
    color: white !important; 
    border: none; 
    border-radius: 5px; 
    font-weight: 700; 
    flex: 1; 
    cursor: pointer; 
    font-family: inherit;
}

.spam-protection {
    margin: 8px 0;
    padding: 5px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
#spam_check {
    width: 50px;
    padding: 3px !important;
    text-align: center;
    border: 1px solid var(--gold);
    border-radius: 4px;
}

/* --- MOBILE MENU KORREKTUR --- */
.menu-toggle { display: none; cursor: pointer; flex-direction: column; gap: 6px; }
.menu-toggle span { width: 30px; height: 3px; background: #1a1a1a; transition: all 0.3s ease-in-out; }

.toggle-animation span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.toggle-animation span:nth-child(2) { opacity: 0; }
.toggle-animation span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

@media (max-width: 900px) {
    .menu-toggle { display: flex; z-index: 1001; }
    .about-flex { flex-direction: column; text-align: center; }
    .about-img-container { margin-top: 30px; }
    .c-row { flex-direction: column; } 
    .c-row input[style*="width: 30%"], .c-row input[style*="width: 70%"] { width: 100% !important; }
}

@media (max-width: 600px) {
    .choice-btns { flex-direction: column; }
    .about-img-container { flex-direction: row; } 
    .about-img-container img { height: 250px; }
}

/* From layouts.php */
body { font-family: 'Montserrat', sans-serif; background-color: #fff; }

.section-white { padding: 60px 0; background-color: #fafafa; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.subtitle { display: block; text-align: center; color: var(--gold); letter-spacing: 2px; font-weight: 700; font-size: 0.9rem; margin-bottom: 10px; }
h2 { text-align: center; font-size: 2.5rem; margin-bottom: 20px; color: var(--dark); }
.divider { width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; }

/* Burger Menü Fix */
.menu-toggle span { transition: all 0.3s ease-in-out; }
.toggle-animation span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.toggle-animation span:nth-child(2) { opacity: 0; }
.toggle-animation span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* Intro Box */
.intro-box {
    background: var(--white);
    padding: 40px;
    border-radius: 12px;
    border-top: 4px solid var(--gold);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 50px;
}

/* Filter Buttons */
.filter-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    position: sticky;
    top: 90px;
    z-index: 900;
    background: rgba(250,250,250,0.9);
    padding: 10px;
    border-radius: 50px;
}
.filter-btn {
    background: var(--white);
    border: 1px solid #ddd;
    padding: 10px 22px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: inherit;
}
.filter-btn.active, .filter-btn:hover {
    background: var(--gold);
    color: white;
    border-color: var(--gold);
    box-shadow: 0 5px 15px rgba(0,0,0,0.18);
}

/* Galerie Raster */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    transition: opacity 0.4s ease;
}
.cat-heading {
    grid-column: 1 / -1;
    font-size: 1.4rem;
    margin: 40px 0 10px;
    padding-left: 10px;
    border-left: 4px solid var(--gold);
    color: var(--dark);
}

/* Layout Karten */
.gallery-card {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #eee;
}

.gallery-card:hover { 
    transform: translateY(-12px); 
    box-shadow: 0 20px 40px rgba(0,0,0,0.15); 
    border-color: var(--gold);
}

.gallery-card img { 
    width: 100%; 
    display: block; 
    transition: 0.3s; 
}

.gallery-info { 
    padding: 15px; 
    text-align: center; 
    background: #fff; 
    transition: 0.3s; 
}

.gallery-info h4 { 
    margin: 0; 
    font-size: 0.9rem; 
    color: #555; 
    text-transform: capitalize; 
    font-weight: 600; 
    transition: 0.3s; 
}

.gallery-card:hover .gallery-info h4 { 
    color: var(--gold); 
}

/* --- LIGHTBOX --- */
.lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0; top: 0; width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.95);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    backdrop-filter: blur(5px);
}
.lightbox-content { 
    max-width: 90%; 
    max-height: 85vh; 
    border: 3px solid var(--gold); 
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    object-fit: contain;
}
.lightbox-caption { color: #fff; margin-top: 15px; font-size: 1.1rem; letter-spacing: 1px; font-weight: 700; }
.lightbox-close { position: absolute; top: 20px; right: 30px; color: #fff; font-size: 40px; cursor: pointer; opacity: 0.7; transition: 0.3s; z-index: 10001; }
.lightbox-close:hover { opacity: 1; color: var(--gold); }

.nav-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,0.05);
    color: white; border: none; width: 60px; height: 60px; cursor: pointer; font-size: 1.5rem;
    transition: 0.3s; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    z-index: 10002;
}
.nav-arrow:hover { background: var(--gold); color: white; }
.prev { left: 20px; }
.next { right: 20px; }

@media (max-width: 768px) {
    .nav-arrow { width: 50px; height: 50px; background: rgba(0,0,0,0.6); }
    .filter-container { top: 70px; gap: 5px; padding: 5px; }
    .filter-btn { padding: 8px 15px; font-size: 0.75rem; }
    h2 { font-size: 1.8rem; }
    .intro-box { padding: 25px; }
}

/* From hintergruende.php */
body { font-family: 'Montserrat', sans-serif; background-color: #fff; }

.section-white { padding: 60px 0; background-color: #fafafa; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.subtitle { display: block; text-align: center; color: var(--gold); letter-spacing: 2px; font-weight: 700; font-size: 0.9rem; margin-bottom: 10px; }
h2 { text-align: center; font-size: 2.5rem; margin-bottom: 20px; color: var(--dark); }
.divider { width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; }

/* Burger Menü Fix */
.menu-toggle span { transition: all 0.3s ease-in-out; }
.toggle-animation span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.toggle-animation span:nth-child(2) { opacity: 0; }
.toggle-animation span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* Intro Box */
.intro-box {
    background: var(--white);
    padding: 40px;
    border-radius: 12px;
    border-top: 4px solid var(--gold);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 50px;
}

/* Galerie Raster */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

/* --- Hintergrund Karten --- */
.gallery-card {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #eee;
}

.gallery-card:hover { 
    transform: translateY(-12px); 
    box-shadow: 0 20px 40px rgba(0,0,0,0.15); 
    border-color: var(--gold);
}

.gallery-card img { 
    width: 100%; 
    display: block; 
    transition: 0.3s; 
    aspect-ratio: 3/2; 
    object-fit: cover; 
}

.gallery-info { padding: 15px; text-align: center; background: #fff; transition: 0.3s; }
.gallery-info h4 { margin: 0; font-size: 0.9rem; color: #555; text-transform: capitalize; font-weight: 600; transition: 0.3s; }

.gallery-card:hover .gallery-info h4 { color: var(--gold); }

/* --- LIGHTBOX --- */
.lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0; top: 0; width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.95);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    backdrop-filter: blur(5px);
}
.lightbox-content { 
    max-width: 90%; 
    max-height: 85vh; 
    border: 3px solid var(--gold); 
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    object-fit: contain;
}
.lightbox-caption { color: #fff; margin-top: 15px; font-size: 1.1rem; letter-spacing: 1px; font-weight: 700; }
.lightbox-close { position: absolute; top: 20px; right: 30px; color: #fff; font-size: 40px; cursor: pointer; opacity: 0.7; transition: 0.3s; }
.lightbox-close:hover { opacity: 1; color: var(--gold); }

.nav-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,0.05);
    color: white; border: none; width: 60px; height: 60px; cursor: pointer; font-size: 1.5rem;
    transition: 0.3s; border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.nav-arrow:hover { background: var(--gold); }
.prev { left: 20px; }
.next { right: 20px; }

@media (max-width: 768px) {
    .nav-arrow { width: 45px; height: 45px; font-size: 1.2rem; background: rgba(0,0,0,0.5); }
    h2 { font-size: 1.8rem; }
    .intro-box { padding: 25px; }
}

/* From gaestebuch.php */
/* CSS Erweitert für die neue Box-Optik */
.content-width { max-width: 1200px; margin: 0 auto 40px; }

.intro-box { 
    background: #fff; 
    border-radius: 12px; 
    border-top: 4px solid var(--gold); 
    box-shadow: 0 10px 30px rgba(0,0,0,0.08); 
    overflow: hidden;
    margin-bottom: 40px;
}

.gb-form { max-width: 1200px; margin: 0 auto 50px; background: #fff; padding: 30px; border-radius: 15px; border-top: 4px solid var(--gold); box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.gb-entry { background: white; padding: 25px; border-radius: 12px; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); border-left: 5px solid var(--gold); }
.gb-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; font-size: 0.85rem; color: #888; }
.gb-name { font-weight: 700; color: var(--dark); font-size: 1.1rem; }
.gb-text { line-height: 1.6; color: #444; white-space: pre-wrap; font-size: 0.95rem; }

.btn-delete-admin { display: inline-block; margin-top: 15px; color: #e74c3c; font-size: 0.75rem; text-decoration: none; border: 1px solid #e74c3c; padding: 5px 12px; border-radius: 4px; transition: all 0.3s; background: transparent; cursor:pointer; }
.btn-delete-admin:hover { background: #e74c3c; color: white; }
.status-msg { text-align: center; margin-bottom: 25px; font-weight: 700; padding: 15px; border-radius: 8px; }
.admin-badge { background: #e74c3c; color: white; padding: 6px 15px; border-radius: 20px; font-size: 0.75rem; font-weight:700; text-transform:uppercase; margin-bottom: 20px; display: inline-block; }

.hp-field { display: none !important; }
.captcha-row { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; background: #eee; padding: 10px; border-radius: 5px; }

.admin-footer { margin-top: 6px; text-align:center; font-size: 12px; color:#aaa; }
.admin-footer a, .admin-footer button { color:#aaa; background:none; border:none; padding:0; font: inherit; cursor:pointer; text-decoration: none; }
.admin-login-box { display:none; margin-top:8px; }
.admin-login-box input { font-size:12px; padding:6px 8px; border:1px solid #ddd; border-radius:5px; font-family:inherit; }

@media (max-width: 600px) {
    .gb-header { flex-direction: column; align-items: flex-start; gap: 5px; }
}

/* Anchor offset for sticky navbar */
section[id] { scroll-margin-top: 110px; }

/* ==========================================================================
   FIX: ABOUT ("HALLO!" + "Wir sind Saskia & Jörg") Sichtbarkeit & Größen
   ========================================================================== */
.text-white { color: #ffffff !important; }

#ueber-uns .subtitle-gold {
    font-size: 1rem;
    letter-spacing: 4px;
    margin-bottom: 14px;
}

/* Wunsch: "HALLO!" am Desktop größer */
@media (min-width: 992px) {
    #ueber-uns .subtitle-gold {
        font-size: 1.25rem;
        letter-spacing: 5px;
    }
}

#ueber-uns h2 {
    color: #ffffff !important;
    font-size: 2.8rem;
    margin-bottom: 24px;
    text-align: left;
}

@media (max-width: 900px) {
    #ueber-uns h2 { font-size: 2.1rem; text-align: center; }
    #ueber-uns .subtitle-gold { font-size: 0.95rem; text-align: center; }
}

/* Extra klein: Überschrift etwas kompakter */
@media (max-width: 400px) {
    #ueber-uns h2 { font-size: 1.9rem; }
}

/* ==========================================================================
   CONSISTENCY: Section background & shared elements
   ========================================================================== */
.section-soft { 
    background-color: #fafafa; 
    padding: 60px 0;
}

.divider { 
    width: 60px; 
    height: 3px; 
    background: var(--gold); 
    margin: 0 auto 40px; 
}

/* ==========================================================================
   CONSISTENCY: Intro-Box (Layouts/Hintergründe/Gästebuch)
   ========================================================================== */
.intro-box {
    background: var(--white);
    border-radius: 12px;
    border-top: 4px solid var(--gold);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
    margin: 0 auto 50px;
    max-width: 1200px;
}

.intro-box-inner {
    padding: 40px;
    text-align: center;
}

.intro-box-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    background: #fcfcfc;
    padding: 15px;
    border-top: 1px solid #eee;
    font-size: 0.85rem;
    color: #666;
}

/* ==========================================================================
   CONSISTENCY: Gästebuch Breite wie Layouts/Hintergründe
   ========================================================================== */
.gb-form,
.gb-list,
.status-msg {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.gb-list { margin-top: 10px; }

/* ==========================================================================
   PREMIUM SECTION: 3 SCHRITTE (Ablauf)
   ========================================================================== */
.steps-section h2 { margin-bottom: 50px; }

.steps-grid {
    display: flex;
    gap: 24px;
    margin-top: 30px;
    align-items: stretch;
}

.step-card {
    flex: 1;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 32px 28px 28px;
    position: relative;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    min-height: 190px;
}

.step-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200, 168, 91, 0.55);
    box-shadow: 0 26px 55px rgba(0,0,0,0.12);
}

.step-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(200, 168, 91, 0.55);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    background: rgba(200, 168, 91, 0.08);
    font-size: 1rem;
}

.step-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 1.15rem;
    line-height: 1;
    opacity: 0.9;
}

.step-card h3 {
    margin-top: 52px;
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: var(--dark);
}

.step-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 900px) {
    .steps-grid { flex-direction: column; }
    .step-card { padding: 28px 22px 24px; }
    .step-card h3 { margin-top: 50px; }
}

/* =====================================================
   FAQ SECTION (Neu hinzugefügt – 28.02.2026)
   ===================================================== */

/* Hinweis: Alle Styles sind strikt scoped (.faq-section-*) und überschreiben keine bestehenden Klassen. */

.faq-section-accordion {
    margin-top: 30px;
}

.faq-section-item {
    transform: translateY(0);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    background: #fff;
    overflow: hidden;
    margin-bottom: 15px;

    transition: transform 180ms ease, box-shadow 180ms ease;
}

/* Subtiler Hover-/Focus-Effekt (Desktop) – im Stil der bestehenden Karten */
@media (hover: hover) and (pointer: fine) {
    .faq-section-item:hover {
        transform: translateY(-1px);
        box-shadow: 0 10px 24px rgba(0,0,0,0.10);
    }

    .faq-section-item .faq-section-question:focus-visible {
        outline: none;
    }

    .faq-section-item:has(.faq-section-question:focus-visible) {
        transform: translateY(-1px);
        box-shadow: 0 10px 24px rgba(0,0,0,0.10);
    }
}

/* Geöffneter Zustand minimal betont (auch mobil) */
.faq-section-item.faq-section-active {
    box-shadow: 0 10px 24px rgba(0,0,0,0.10);
}
.faq-section-question {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    padding: 18px 20px;
    min-height: 56px; /* große Touch-Fläche */

    font: inherit;
    font-weight: 700;
    color: inherit;
}

.faq-section-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.faq-section-icon::before {
    content: "›";
    display: inline-block;
    color: var(--gold);
    transform: rotate(0deg);
    transition: transform 220ms ease;
}

.faq-section-item.faq-section-active .faq-section-icon::before {
    transform: rotate(90deg);
}

.faq-section-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-2px);
    transition: max-height 280ms ease, opacity 220ms ease, transform 220ms ease;
}

.faq-section-item.faq-section-active .faq-section-answer {
    padding: 0 20px 18px 20px;
    max-height: 600px;
    opacity: 1;
    transform: translateY(0);
}

.faq-section-bridge-text {
    text-align: center;
    margin-top: 25px;
}

@media (max-width: 768px) {
    .faq-section-question {
        padding: 18px 16px;
    }
    .faq-section-answer {
        padding: 0 16px;
    }
    .faq-section-item.faq-section-active .faq-section-answer {
        padding: 0 16px 18px 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq-section-icon::before,
    .faq-section-answer {
        transition: none !important;
    }
}

@media (max-width: 768px) {
    .faq-section-question {
        font-weight: 700;
    }
}

/* =====================================================
   CONVERSION ADD-ONS (Neu hinzugefügt – 28.02.2026)
   ===================================================== */

/* Trust-Strip unter dem Hero – scoped */
.conv-trust-strip {
    padding: 12px 0;
    background: rgba(0,0,0,0.03);
}

.conv-trust-strip .container {
    text-align: center;
    font-weight: 600;
}

/* "Meist gebucht" Badge im Paketbereich – scoped */
/* Guide-Text über dem Formular – scoped */
.conv-form-guide {
    margin-top: 12px;
    margin-bottom: 18px;
    font-size: 15px;
    color: #444;
    text-align: center;
}

/* =====================================================
   10/10 Feinschliff (Neu hinzugefügt – 28.02.2026)
   Scoped only - conv-*
   ===================================================== */

.conv-form-micro {
    text-align: center;
    margin: 6px 0 12px 0;
    font-size: 14px;
    color: #555;
}

/* =====================================================
   Paket 200 Hervorhebung (Neu hinzugefügt – 28.02.2026)
   Scoped only - conv-package-featured / conv-badge
   ===================================================== */

/* Nur optische Hervorhebung – keine Layout-/Bildverschiebung */

/* =====================================================
   Paket 200 Badge (Clean) (Neu hinzugefügt – 28.02.2026)
   Scoped only - conv-badge-inline
   ===================================================== */

.conv-badge-inline {
    display: inline-block;
    margin-top: 6px;
    padding: 5px 10px;
    border-radius: 12px;
    background: rgba(200,168,91,0.10);
    color: var(--gold);
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
}

/* =====================================================
   PREMIUM PACKAGES NOTE (Gold & zentriert)
   ===================================================== */

.conv-packages-note {
    text-align: center;
    color: var(--gold);
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 18px;
}

/* ==========================================================================
   10/10 PREMIUM POLISH (Desktop + Mobile) – 01.03.2026
   Minimal-invasive: nur Feinschliff, keine Layout-Neubauten
   ========================================================================== */

/* --- Featured Package (Druckpaket 200) – subtil, aber klar --- */
.p-card.conv-package-featured {
    border: 1px solid rgba(200, 168, 91, 0.35);
    box-shadow: 0 10px 30px rgba(0,0,0,0.14);
}
.p-card.conv-package-featured .btn-p-request {
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    border-color: var(--gold-dark);
    color: #fff;
}

/* --- Mobile: Hero entspannen (Typo & Luft) --- */
@media (max-width: 900px) {
    .hero { height: 68vh !important; } /* etwas weniger Scroll-Höhe auf Mobile */
    .hero h1 {
        font-size: 1.95rem !important;
        line-height: 1.18 !important;
        margin-bottom: 14px !important;
        letter-spacing: -0.2px;
    }
    .hero-description {
        font-size: 1.05rem !important;
        margin: 0 auto 24px !important;
        line-height: 1.55 !important;
        opacity: 0.92;
    }
    .hero-topline {
        font-size: 0.78rem !important;
        letter-spacing: 3px !important;
        margin-bottom: 10px !important;
    }
    .hero-location {
        margin-top: 18px !important;
        padding: 8px 16px !important;
        font-size: 0.85rem !important;
    }
    .btn-gold {
        padding: 14px 32px !important;
        font-size: 1.05rem !important;
    }

    /* Sektionen: etwas mehr Rhythmus */
    section { padding: 52px 0 !important; }

    /* Vorteile: Karten etwas "luftiger" */
    .exp-card { margin-bottom: 10px; }
    .exp-icon { font-size: 3.1rem; margin-bottom: 16px; }

    /* Pakete: bessere Lesbarkeit & Hierarchie */
    .pricing-grid { gap: 14px !important; }
    .p-card { box-shadow: 0 6px 18px rgba(0,0,0,0.10); }
    .p-card.conv-package-featured {
        transform: none;
        border-color: rgba(200, 168, 91, 0.55);
        box-shadow: 0 12px 32px rgba(0,0,0,0.16);
    }
    .p-card.conv-package-featured .p-card-img {
        border-bottom-color: rgba(200, 168, 91, 0.85);
    }

    /* Reviews: Karten etwas ruhiger */
    .review-card { box-shadow: 0 6px 18px rgba(0,0,0,0.06); }
}

/* --- Very small phones --- */
@media (max-width: 480px) {
    .hero {  }
    .hero h1 { font-size: 1.8rem !important; }
    .hero-description { font-size: 1.0rem !important; }
}


/* --- Review Autoritätsanker --- */
.conv-review-anchor {
    text-align: center;
    margin-bottom: 30px;
}
.conv-review-anchor h3 {
    font-size: 2rem;
    color: var(--gold);
    margin-bottom: 6px;
}
.conv-review-anchor p {
    font-size: 0.95rem;
    color: #666;
}



/* --- Fullscreen Hero with visible sticky navbar (Mobile) --- */
@media (max-width: 900px) {
    .hero {
        min-height: calc(100svh - 80px) !important;
    }
}

/* ==========================================================================
   PREMIUM: Navbar Shrink on Scroll (subtil) – 01.03.2026
   ========================================================================== */

.navbar.nav-shrink {
    padding: 6px 5%;
    box-shadow: 0 3px 14px rgba(0,0,0,0.12);
}

.navbar.nav-shrink .nav-logo-img {
    height: 92px;
}

/* Mobile: etwas kleiner, aber gut tappable */
@media (max-width: 900px) {
    .navbar.nav-shrink .nav-logo-img {
        height: 64px;
    }
}

/* ==========================================================================
   EMOTIONAL BRAND UPGRADE – 01.03.2026
   ========================================================================== */

/* Hero stronger hierarchy */
.hero-highlight {
    font-size: 1.15em;
    font-weight: 700;
}

/* Review teaser */
.brand-teaser {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
}
.brand-teaser a {
    color: var(--gold);
    text-decoration: none;
    border-bottom: 1px solid var(--gold);
}

/* About stronger claim */
.about-claim {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 18px;
    /* Wunsch: Statement in Gold (PC + Mobil) */
    color: var(--gold);
}

/* Namen im About-Titel nicht umbrechen */
.name-nowrap { white-space: nowrap; }

/* Slightly more space around about section */
#ueber-uns {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 900px) {
    .about-claim {
        font-size: 1.05rem;
        text-align: center;
    }
}

/* ==========================================================================
   EMOTIONAL REFINEMENT V2 – 01.03.2026
   ========================================================================== */


/* About claim isolation */
.about-claim-wrapper {
    margin: 30px 0 35px 0;
}

.about-claim-line {
    width: 60px;
    height: 2px;
    background: var(--gold);
    /* Wunsch: Linie auch am Desktop zentrieren */
    margin: 14px auto 0;
}

@media (max-width: 900px) {
    .hero-emotion {
        font-size: 1rem;
    }
    .about-claim-line {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ==========================================================================
   MOBILE FIX: Kein horizontales Scrollen (Google Bewertungen) – 01.03.2026
   ========================================================================== */

/* Sicherheitsnetz: verhindert horizontales Scrollen durch einzelne Elemente */
html, body { max-width: 100%; overflow-x: hidden; }

/* Reviews: Karten dürfen nie breiter als der Viewport werden */
.reviews-container { max-width: 100%; overflow-x: hidden; }
.review-card { max-width: 100%; }

/* Mobile: Reviews-Karten flexibel statt feste Breite */
@media (max-width: 600px) {
    .reviews-container { padding-left: 10px; padding-right: 10px; }
    .review-card { width: 100% !important; }
}

/* =============================
   UTILITIES / REFACTOR (Inline -> CSS)
   ============================= */
.u-text-left{ text-align:left; }
.u-text-center{ text-align:center; }
.u-mt-15{ margin-top:15px; }
.u-mt-20{ margin-top:20px; }
.u-inline{ display:inline; }

.review-link{
  color: var(--gold);
  font-weight:700;
  text-decoration:none;
}
.review-link:hover{ text-decoration:underline; }

/* Legal pages */
.legal-container{ max-width:900px; }
.legal-text{ margin-top:40px; color:#444; line-height:1.8; font-size:0.95rem; }
.legal-h3{ color: var(--dark); border-left:4px solid var(--gold); padding-left:15px; margin-top:30px; }
.legal-list{ padding-left:20px; }

/* Package / extras images */
.pkg-img, .extra-img{ height:auto; width:100%; max-width:200px; display:block; margin:0 auto; }
.pkg-img--200{ max-width:200px; }
.pkg-img--180{ max-width:180px; }
.pkg-img--120{ max-width:120px; }
.extra-img--200{ max-width:200px; }
.extra-img--140{ max-width:140px; }

/* Form helpers */
.input-full{ width:100%; font-family:inherit; }
.input{ font-family:inherit; }
.c-row{ display:flex; gap:10px; }
.w-30{ width:30%; }
.w-70{ width:70%; }
@media (max-width: 600px){
  .c-row{ flex-direction:column; }
  .w-30,.w-70{ width:100%; }
}

.hp-field{ position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; }

/* Guestbook */
.guestbook-subtitle{ margin-bottom:15px; font-size:1.1rem; color:var(--dark); text-transform:uppercase; letter-spacing:1px; }
.guestbook-lead{ line-height:1.7; color:#555; max-width:650px; margin:0 auto; }
.check-gold{ color: var(--gold); }
.status-success{ color:#27ae60; background:#eef9f1; border:1px solid #27ae60; }
.form-label{ display:block; margin-bottom:5px; font-size:0.8rem; font-weight:700; }
.form-label-inline{ font-size:0.9rem; }
.form-input, .form-textarea{ width:100%; padding:12px; margin-bottom:20px; border:1px solid #ddd; border-radius:5px; font-family:inherit; }
.form-captcha{ width:70px; padding:8px; border:1px solid #ccc; border-radius:5px; font-family:inherit; }
.btn-block{ width:100%; border:none; cursor:pointer; padding:16px; font-weight:700; font-size:1rem; border-radius:5px; }
.guestbook-empty{ color:#888; font-style:italic; }
.text-success{ color:#27ae60; }
.btn-link{ cursor:pointer; background:transparent; border:0; padding:0; text-decoration:underline; }

/* Layout/Hintergrund pages */
.page-subtitle{ color: var(--dark); margin-bottom:15px; text-transform:uppercase; letter-spacing:1px; font-size:1.1rem; }
.page-lead{ color:#555; line-height:1.7; font-size:1rem; margin-bottom:20px; }
.feature-grid{ display:grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap:20px; border-top:1px solid #eee; padding-top:20px; }
.feature-item{ font-size:0.9rem; color:#555; }
.feature-empty{ grid-column: 1/-1; }

/* Designs page */
.designs-split{
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:22px;
    margin-top:26px;
}
.design-card{
    display:block;
    background:#fff;
    border:1px solid rgba(0,0,0,0.08);
    border-radius:16px;
    padding:26px;
    text-decoration:none;
    color:inherit;
    box-shadow:0 10px 26px rgba(0,0,0,0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.design-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0,0,0,0.10);
    border-color: rgba(200,168,91,0.35);
}
.design-card-icon{ font-size:2.1rem; margin-bottom:12px; }
.design-card h3{ margin:0 0 8px 0; }
.design-card p{ margin:0 0 14px 0; opacity:0.85; line-height:1.6; }
.design-card-cta{ display:inline-flex; align-items:center; gap:8px; color:var(--gold-dark); font-weight:800; }
.designs-bottom-cta{ text-align:center; margin-top:26px; }

@media (max-width: 800px){
    .designs-split{ grid-template-columns: 1fr; gap:14px; }
}


/* ==========================================================================
   Custom tweaks (sauber, ohne Layoutstruktur-Änderungen)
   ========================================================================== */

/* Hero: Bewertungszeile am unteren Rand */
.hero { position: relative; }

.hero-bottom-metrics{
    position:absolute;
    left:0;
    bottom:30px;
    width:100%;
    text-align:center;
    font-weight:500;
    font-size:16px;
    color:#fff;
    padding: 0 18px;
    box-sizing: border-box;
}
@media (max-width: 768px){
    .hero-bottom-metrics{
        bottom:22px;
        font-size:14px;
        line-height:1.25;
    }
}

/* WhatsApp-Floater: nur Mobile sichtbar (Desktop ausblenden) */
.wa-float{ display:none !important; }
@media (max-width: 992px){
    .wa-float{
        display:flex !important;
        align-items:center;
        justify-content:center;
        width:54px;
        height:54px;
        bottom:22px;
        right:22px;
        border-radius:999px;
        font-size:28px;
    }
}


/* ==========================================================================
   MOBILE ONLY FIXES (PC unverändert)
   Ziel (laut Screenshot):
   - Hero: CTA sauber zentriert/gestapelt, Trustline nicht über Buttons
   - WhatsApp-Floater überdeckt keine Inhalte
   - Sicherheitscheck Input auf Mobile nicht abgeschnitten
   ========================================================================== */

@media (max-width: 600px){
    /* WhatsApp etwas näher an Rand -> weniger Überdeckung */
    .wa-float{ bottom: 14px !important; right: 14px !important; }

    /* Hero: Inhalte in Flow, damit nichts überlappt */
    .hero{ height: auto !important; min-height: 78vh; }
    .hero-content{ padding-bottom: 24px; }

    /* Buttons auf Mobile als sauberes Stack */
    .hero-cta-row{
        flex-direction: column;
        width: 100%;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
        gap: 12px;
    }
    .hero-cta-row .btn-gold,
    .hero-cta-row .btn-gold-outline{
        width: 100%;
        text-align: center;
    }

    /* Trustline NICHT absolut am unteren Rand (überlappt sonst Buttons) */
    .hero-bottom-metrics{
        position: static !important;
        margin: 14px auto 0;
        display: inline-block;
        width: auto;
        max-width: 92%;
        font-size: 13px;
        line-height: 1.25;
        background: rgba(0,0,0,0.38);
        border: 1px solid rgba(255,255,255,0.14);
        border-radius: 14px;
        padding: 10px 12px;
        text-shadow: 0 2px 10px rgba(0,0,0,0.55);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

    /* Sicherheitscheck: Input darf nicht winzig sein */
    .captcha-row{ flex-direction: column; align-items: stretch; }
    .form-captcha{ width: 100% !important; }
}


/* PREMIUM_BURGER_STABLE_V1
   Ziel: Stabil (bestehende Burger-Logik), aber hochwertiger Look
   - Burger bleibt (3 Balken) -> kein Risiko
   - Dark Drawer + Overlay + Close Button
   - WhatsApp kleiner & transparenter (Mobile)
*/
@media (max-width: 900px){
  /* Burger Icon hochwertiger */
  .menu-toggle{
    width:auto;
    padding:10px 12px;
    border-radius:999px;
    border:1px solid rgba(200,168,91,0.45);
    background: rgba(255,255,255,0.96);
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
  }
  .menu-toggle span{
    height:2px !important;
    border-radius:99px;
    background: var(--gold-dark, #8a6f2b) !important;
  }

  /* Overlay */
  .nav-overlay{
    position:fixed;
    inset:0;
    background: rgba(0,0,0,0.72);
    opacity:0;
    pointer-events:none;
    transition: opacity 220ms ease;
    z-index:15000;
  }
  body.nav-open .nav-overlay{
    opacity:1;
    pointer-events:auto;
  }

  /* Drawer dark premium */
  .nav-links{
    background: rgba(12,12,12,0.96) !important;
    border-left: 1px solid rgba(200,168,91,0.25);
    box-shadow: -18px 0 50px rgba(0,0,0,0.45);
    position: fixed; /* ensure above overlay */
    z-index: 16000;
    padding-top: 90px; /* space for close btn */
  }
  .nav-links a{
    color:#fff !important;
    opacity:0.92;
    letter-spacing:0.06em;
    text-transform:uppercase;
    font-weight:800;
  }
  .nav-links a:hover{ color: var(--gold, #c8a85b) !important; }

  /* Close button (round, gold) */
  .nav-close{
    position:absolute;
    top:22px;
    right:22px;
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background: rgba(200,168,91,0.12);
    border:1px solid rgba(200,168,91,0.5);
    color: var(--gold, #c8a85b);
    font-size:20px;
    cursor:pointer;
    transition: all 0.25s ease;
  }
  .nav-close:hover{
    background: var(--gold, #c8a85b);
    color:#fff;
  }
}

/* WhatsApp Mobile Refinement (smaller & softer) */
@media (max-width: 992px){
  .wa-float{
    width: 48px !important;
    height: 48px !important;
    bottom: 18px !important;
    right: 18px !important;
    font-size: 22px !important;
    background-color: rgba(37, 211, 102, 0.88) !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.18) !important;
    transition: transform 0.25s ease !important;
  }
  .wa-float:hover{ transform: scale(1.05) !important; }
}


/* NAV_CLOSE_HIDE_DESKTOP_V1
   Close button should only be visible on mobile drawer.
*/
.nav-close{ display: none; }
@media (max-width: 900px){
  .nav-close{ display: flex; }
}


/* =========================
   Designs: Miniaturen-Strip (statt Icon) – ruhig & hochwertig
   ========================= */
.design-card-thumbs{
    display:flex;
    gap:10px;
    align-items:center;
    justify-content:flex-start;
    margin-bottom:12px;
}
.design-card-thumbs img{
    width:56px;
    height:56px;
    border-radius:12px;
    object-fit:cover;
    display:block;
    border:1px solid rgba(200,168,91,0.28);
    box-shadow:0 10px 22px rgba(0,0,0,0.08);
    background:#fff;
}
@media (max-width: 800px){
    .design-card-thumbs{ justify-content:flex-start; }
    .design-card-thumbs img{ width:54px; height:54px; border-radius:12px; }
}


/* =====================================================
   DESIGN_THUMBS_PREMIUM_V2
   - 72px Größe
   - Subtiler Hover-Scale
   - Goldener Soft-Glow
   - Erste Miniatur leicht größer (curated look)
   ===================================================== */

.design-card-thumbs{
    gap:12px;
    margin-bottom:16px;
}

.design-card-thumbs img{
    width:72px;
    height:72px;
    border-radius:14px;
    object-fit:cover;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Erste Miniatur leicht größer */
.design-card-thumbs img:first-child{
    width:82px;
    height:82px;
}

/* Subtiler Premium Hover */
.design-card-thumbs img:hover{
    transform: scale(1.05);
    box-shadow:
        0 12px 28px rgba(0,0,0,0.15),
        0 0 18px rgba(200,168,91,0.35);
}

/* Mobile leicht kompakter */
@media (max-width: 800px){
    .design-card-thumbs img{
        width:60px;
        height:60px;
    }
    .design-card-thumbs img:first-child{
        width:68px;
        height:68px;
    }
}


/* =====================================================
   RESPONSIVE_DESIGN_THUMBS_V3
   Fluid sizing + hover only on real hover devices
   ===================================================== */

.design-card-thumbs img{
    width: clamp(58px, 6vw, 72px);
    height: clamp(58px, 6vw, 72px);
}

.design-card-thumbs img:first-child{
    width: clamp(66px, 7vw, 82px);
    height: clamp(66px, 7vw, 82px);
}

/* Hover nur auf Geräten mit echtem Hover */
@media (hover: hover) and (pointer: fine){
    .design-card-thumbs img:hover{
        transform: scale(1.05);
        box-shadow:
            0 12px 28px rgba(0,0,0,0.15),
            0 0 18px rgba(200,168,91,0.35);
    }
}

.design-card-thumbs{
        gap:8px;
    }
}


/* =========================================
   NAVBAR_LANDSCAPE_FIX_V2
   Verhindert Überlappung im Mobile-Querformat
   ========================================= */
/* Mobile Preisgröße */
@media (max-width: 900px) {

    .p-price {
        font-size: 0.5rem !important;
    }

    .p-price span {
        font-size: 0.9rem !important;
    }

}


/* ==========================
   Landingpage Cards (Anlass)
   ========================== */
.lp-section .section-lead{
  max-width: 820px;
  margin: 10px auto 28px;
  text-align: center;
  color: #666;
  line-height: 1.6;
}
.lp-grid{
  margin-top: 18px;
}
.lp-card{
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.lp-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
  border-color: rgba(175, 140, 90, .35);
}
.lp-cta{
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #af8c5a;
}

/* ==========================
   Google Reviews LIVE Slider
   ========================== */
.reviews-live{
  display: grid;
  grid-auto-flow: column;
  /* Max. 3 Karten gleichzeitig (Desktop) */
  grid-auto-columns: calc((100% - 32px) / 3);
  gap: 16px;
  overflow-x: auto;
  padding: 6px 2px 14px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 900px){
  .reviews-live{ grid-auto-columns: calc((100% - 16px) / 2); }
}

@media (max-width: 600px){
  .reviews-live{ grid-auto-columns: 88%; }
}
.reviews-live::-webkit-scrollbar{
  height: 10px;
}
.reviews-live::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,.15);
  border-radius: 999px;
}
.review-card{
  scroll-snap-align: start;
}
.review-head{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.review-time{
  font-size: .9rem;
  color: rgba(0,0,0,.55);
}
.stars .star-muted{
  opacity: .35;
}
.reviews-actions{
  margin-top: 14px;
  text-align: center;
}
.reviews-actions .btn{
  display:inline-flex;
}
.reviews-fallback{
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px dashed rgba(255,255,255,.35);
  border-radius: 12px;
}

/* Make subtitle text consistent (small typo fix) */
.lp-section .subtitle{ letter-spacing: .18em; }



/* ===== Gold Outline Button (Secondary CTA) ===== */
.btn-gold-outline{
    background: transparent;
    color: var(--gold);
    padding: 16px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.25s;
    border: 2px solid var(--gold);
    cursor: pointer;
    display: inline-block;
    font-size: 1.05rem;
}
.btn-gold-outline:hover{
    background: rgba(197, 155, 90, 0.12);
}

/* ===== Hero CTA Row ===== */
.hero-cta-row{
    margin-top: 22px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/* ===== Gold Link (Google Reviews) ===== */
.gold-link{
    color: var(--gold);
    text-decoration: none;
    font-weight: 700;
}
.gold-link:hover{ text-decoration: underline; }

/* ===== Angebots-Formular (Pro Layout) ===== */
.c-form-pro .form-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 14px;
}
.c-form-pro .form-card{
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}
.c-form-pro .form-card-wide{
    grid-column: 1 / -1;
}
.c-form-pro .form-card-title{
    margin: 0 0 14px 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: #1d1d1d;
}
.c-form-pro .field{ margin-bottom: 12px; }
.c-form-pro label{
    display: block;
    font-weight: 700;
    font-size: 0.92rem;
    margin-bottom: 6px;
    color: #2b2b2b;
}
.c-form-pro .req{ color: var(--gold); margin-left: 4px; }
.c-form-pro input,
.c-form-pro select,
.c-form-pro textarea{
    width: 100%;
    padding: 12px 12px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.14);
    background: #fff;
    outline: none;
    transition: 0.2s;
}
.c-form-pro input:focus,
.c-form-pro select:focus,
.c-form-pro textarea:focus{
    border-color: rgba(197, 155, 90, 0.85);
    box-shadow: 0 0 0 4px rgba(197, 155, 90, 0.18);
}
.c-form-pro .c-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.c-form-pro .field-wide{ grid-column: 1 / -1; }
.c-form-pro .extras-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 10px 0 14px 0;
}
.c-form-pro .extra-chip{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 12px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.10);
    background: rgba(255,255,255,0.9);
    cursor: pointer;
    user-select: none;
}
.c-form-pro .extra-chip input{ width: 18px; height: 18px; }
.c-form-pro .extra-chip:hover{
    border-color: rgba(197, 155, 90, 0.55);
    box-shadow: 0 10px 22px rgba(0,0,0,0.05);
}
.c-form-pro .c-row-actions{
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 18px;
}


/* --- Formular CTA Buttons (kompakt + WhatsApp) --- */
.c-form-pro .btn-submit{
    padding: 9px 16px;
    font-size: 0.94rem;
    border-radius: 10px;
}

.btn-whatsapp{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    font-size: 0.92rem;
    border-radius: 10px;
    background: rgba(37, 211, 102, 0.08);
    border: 1px solid #25D366;
    color: #25D366;
    font-weight: 600;
    cursor: pointer;
    transition: all .18s ease;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(0,0,0,0.06);
}

.btn-whatsapp svg{
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.btn-whatsapp:hover{
    background: #25D366;
    color: #fff;
}

.btn-whatsapp:focus-visible,
.c-form-pro .btn-submit:focus-visible{
    outline: 3px solid rgba(197, 155, 90, 0.35);
    outline-offset: 3px;
}

.form-hint{
    margin: 6px 0 10px 0;
    font-size: 0.9rem;
    color: rgba(0,0,0,0.62);
}

/* Kontakt-Section: wieder etwas mehr Luft */
.contact-section{
    padding-top: 80px;
    padding-bottom: 90px;
}

/* Trust-Pills (Gold-Design) */
.contact-trust{
    max-width: 980px;
    margin: 30px auto 35px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}


.trust-pill{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(197, 155, 90, 0.10);
    border: 1px solid rgba(197, 155, 90, 0.24);
    color: rgba(0,0,0,0.78);
    font-size: 0.98rem;
    line-height: 1.2;
}


.trust-pill::before{
    content: "✓";
    font-weight: 900;
    color: var(--gold);
}

.local-seo-note{
    max-width: 860px;
    margin: 16px auto 0 auto;
    font-size: 0.95rem;
    color: rgba(0,0,0,0.68);
    line-height: 1.5;
}

@media (max-width: 900px){
    .contact-trust{ justify-content: flex-start; }
    .trust-pill{ font-size: 0.94rem; }
}

@media (max-width: 600px){
    .contact-section{ padding-top: 64px; padding-bottom: 78px; }
}

/* Sticky CTA auf Mobile (nur wenn vorhanden) */
.sticky-cta{
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 999;
    display: none;
    text-align: center;
    padding: 12px 16px;
    border-radius: 14px;
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(0,0,0,0.22);
}

@media (max-width: 820px){
    .sticky-cta{ display: block; }
    body{ padding-bottom: 74px; }
}
.c-form-pro .form-note{
    margin: 12px 0 0 0;
    font-size: 0.92rem;
    color: rgba(0,0,0,0.65);
}
@media (max-width: 900px){
    .c-form-pro .form-grid{ grid-template-columns: 1fr; }
    .c-form-pro .c-row{ grid-template-columns: 1fr; }
}


/* ===== Kontaktformular: kompakter & weniger „riesig“ ===== */
.contact-box-compact{
  max-width: 920px;
  padding: 20px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.14);
}


.c-form-compact .form-grid-compact{
  gap: 14px;
}

.c-form-compact .form-card{
  padding: 16px;
}

.c-form-compact .form-card-title{
  margin-bottom: 10px;
}

.c-form-compact label{
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.c-form-compact input,
.c-form-compact select,
.c-form-compact textarea{
  padding: 11px 12px;
}

/* Optional-Accordion */
.form-acc-item{
  padding: 0 !important;
  overflow: hidden;
}
.form-acc-header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 0;
  background: rgba(197, 155, 90, 0.08);
  cursor: pointer;
  font-family: inherit;
  font-weight: 900;
  font-size: 1rem;
  color: #1d1d1d;
}
.form-acc-icon{
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(0,0,0,0.55);
  border-bottom: 2px solid rgba(0,0,0,0.55);
  transform: rotate(45deg);
  transition: 0.2s;
  margin-right: 2px;
}
.form-acc-item.is-open .form-acc-icon{
  transform: rotate(-135deg);
}
.form-acc-body{
  padding: 14px 16px 16px 16px;
}
.form-subtle-divider{
  height: 1px;
  background: rgba(0,0,0,0.08);
  margin: 12px 0;
}

/* Mobile: noch etwas kompakter */
@media (max-width: 600px){
  .contact-box-compact{ padding: 14px; }
  .c-form-compact .form-card{ padding: 14px; }
  .form-acc-header{ padding: 12px 14px; }
  .form-acc-body{ padding: 12px 14px 14px; }
}

/* ===========================================================
   MOBILE FINAL TWEAKS (Desktop unverändert)
   Fixes laut aktuellem Mobile-Screenshot:
   - WhatsApp Button überdeckt CTA nicht mehr
   - Trustline + CTAs haben mehr Luft / keine Überlagerung
   - Captcha-Input zeigt Platzhalter vollständig und ist gut tappbar
   =========================================================== */
@media (max-width: 600px){
  /* CTAs etwas höher, damit der WhatsApp-Floater nicht darüber liegt */
  .hero-content{
    padding-bottom: 110px !important; /* hält Abstand zum unteren Rand */
  }

  /* WhatsApp Floater: etwas kleiner & weiter nach unten/rechts -> weniger Überdeckung */
  .wa-float{
    width: 50px !important;
    height: 50px !important;
    bottom: 10px !important;
    right: 10px !important;
  }

  /* Trustline: etwas kompakter, damit sie nicht in die CTAs „reinläuft“ */
  .hero-bottom-metrics{
    margin-top: 10px !important;
    padding: 8px 10px !important;
    font-size: 12.5px !important;
  }

  /* Captcha: Input wirklich 100% breit + gute Tap-Größe */
  input.form-captcha,
  .form-captcha,
  input[name="captcha_answer"],
  input[name="captcha"],
  input[name="human"]{
    width: 100% !important;
    min-height: 46px !important;
    font-size: 16px !important; /* verhindert iOS Zoom */
    padding: 12px 12px !important;
    box-sizing: border-box !important;
  }

  /* Captcha Zeile: genug Abstand zu Buttons */
  .captcha-row{ gap: 10px !important; margin-top: 6px; }
}

.footer-counter-wrap { position: relative; }
.page-counter {
    position: absolute;
    right: 8px;
    bottom: 4px;
    font-size: 10px;
    line-height: 1;
    opacity: 0.28;
    letter-spacing: 0.04em;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .page-counter {
        right: 10px;
        bottom: 8px;
        font-size: 9px;
    }
}
