/* --- Schriften-Einbindung (@font-face) --- */
@font-face {
    font-family: 'Cinzel Decorative';
    src: url('../webfonts/CinzelDecorative-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-VariableFont_wght.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../webfonts/Inter-VariableFont_opsz,wght.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* --- DESIGN SYSTEM --- */
:root {
    --bg-primary: #fcfbfe;          
    --bg-card-dark: #1f1730;        
    --bg-card-highlight: #33264b;   /* Noch etwas heller und einladender für die Infobox */
    --primary: #9b4dca;             
    --primary-light: #b975e8;       
    --gold: #dfb15b;                
    --gold-light: #f3d79b;          
    --text-main: #2b233c;           
    --text-muted: #5c526b;          
    --transition: all 0.3s ease;
}

/* --- Grundlegendes Setup --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-primary);
    color: var(--text-main);
    line-height: 1.6;
}

/* --- Container & Layout --- */
.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: 80px 0;
}

/* --- Typografie --- */
h1 {
    font-family: 'Cinzel Decorative', serif !important;
    font-weight: normal !important;
    font-size: 3rem !important;
    line-height: 1.2 !important;
    color: var(--gold) !important;
    text-shadow: 0 2px 10px rgba(155, 77, 202, 0.15);
    margin-bottom: 20px !important;
}

h2 {
    font-family: 'Cinzel Decorative', serif !important;
    font-weight: normal !important; 
    font-size: clamp(1.8rem, 2.8vw, 2.4rem) !important;
    color: var(--gold) !important;
    letter-spacing: 0.5px !important;
    line-height: 1.2 !important;
}

h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.3rem !important;
    color: var(--gold) !important;
    letter-spacing: 0.5px;
}

p {
    color: var(--text-main);
    font-size: 1.05rem;
}

/* --- Buttons --- */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    transition: var(--transition);
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary, 
button[type="submit"],
.pricing-card .btn,
.pricing-section .btn,
.card .btn {
    background: linear-gradient(135deg, var(--gold), #c4963e) !important; 
    color: #161026 !important;         
    border: none !important;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(223, 177, 91, 0.3);
}

.btn-primary:hover, 
button[type="submit"]:hover,
.pricing-card .btn:hover,
.pricing-section .btn:hover,
.card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(223, 177, 91, 0.5);
    color: #000000 !important;
}

/* Gezielte Anpassung für den Button in der rechten Box (Sektion Festpreis / "Jetzt sichern") -> Erhält den edlen Lila-Look wie im Hero */
.pricing-card:last-child .btn,
.pricing-section .pricing-card:nth-child(2) .btn,
.pricing-card.highlight-card .btn {
    background: var(--bg-card-dark) !important;
    color: var(--gold-light) !important;
    border: 1px solid var(--gold) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.pricing-card:last-child .btn:hover,
.pricing-section .pricing-card:nth-child(2) .btn:hover,
.pricing-card.highlight-card .btn:hover {
    background: #2d2244 !important;
    color: var(--gold) !important;
    border-color: var(--gold) !important;
    transform: translateY(-2px);
}

.btn-secondary,
.header-cta, 
.header-right .btn,
header .btn-secondary,
.sticky-cta {
    background: var(--bg-card-dark) !important;
    color: var(--gold-light) !important;
    border: 1px solid var(--gold) !important;
}

.btn-secondary:hover,
.header-cta:hover, 
.header-right .btn:hover,
header .btn-secondary:hover,
.sticky-cta:hover {
    background: #2d2244 !important;
    color: var(--gold) !important;
    border-color: var(--gold) !important;
}

.btn-outline {
    border: 2px solid var(--gold);
    color: var(--gold);
    background: transparent;
}

.btn-outline:hover {
    background: var(--gold);
    color: #161026;
}

/* --- Header & Navigation --- */
.site-header {
    width: 100%;
    padding: 15px 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: var(--bg-card-dark) !important;
    border-bottom: 1px solid rgba(223, 177, 91, 0.2);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.logo {
    font-family: 'Cinzel Decorative', serif !important;
    text-transform: uppercase !important;
    font-size: 1rem !important;
    letter-spacing: 1.2px !important;
    color: var(--gold) !important;
    text-decoration: none;
}

.logo a {
    color: var(--gold) !important;
    text-decoration: none;
}

.logo span {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    margin-left: 5px;
}

.logo span strong {
    text-transform: uppercase !important;
    font-size: 1.25rem !important;
    font-weight: 900 !important;
    color: var(--gold) !important;
    letter-spacing: 1.5px !important;
}

/* --- Hero-Sektion --- */
section.hero {
    position: relative;
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/header-image-healer-lila.webp') no-repeat center center / cover !important;
}

section.hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 10, 26, 0.45) !important;
    z-index: 1;
}

section.hero .container.hero-content {
    position: relative;
    z-index: 2;
}

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 140px 0 80px 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(155, 77, 202, 0.2);
    border: 1px solid rgba(223, 177, 91, 0.4);
    color: var(--gold);
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: #e2e8f0 !important;
    margin-bottom: 35px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* --- Sektionen & Karten --- */
.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.section-header p {
    color: var(--text-muted);
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
}

.card, 
.pricing-card, 
.step-card, 
.faq-card {
    background: var(--bg-card-dark) !important;
    border: 1px solid rgba(223, 177, 91, 0.3) !important;
    padding: 40px;
    border-radius: 12px;
    transition: var(--transition);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
}

.card:hover, 
.pricing-card:hover {
    border-color: var(--gold);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(223, 177, 91, 0.2) !important;
}

.card h3, 
.pricing-card h3, 
.step-card h3, 
.faq-card h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: var(--gold-light) !important;
}

.card p, 
.pricing-card p, 
.step-card p, 
.faq-card p,
.card *, 
.pricing-card *, 
.step-card * {
    color: #ffffff !important;
}

/* --- Highlight-Box (Angenehm heller Ton & goldener Einstieg) --- */
.highlight-box,
.problem-section .highlight-box {
    background: var(--bg-card-highlight) !important;
    border: 1px solid rgba(223, 177, 91, 0.45) !important;
    border-left: 4px solid var(--gold) !important;
    padding: 25px 35px;
    border-radius: 0 12px 12px 0;
    text-align: center;
    margin-top: 35px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

.highlight-box p, 
.highlight-box * {
    color: #ffffff !important;
}

.highlight-box p::first-line,
.highlight-box strong {
    color: var(--gold) !important;
    font-weight: 600;
}

/* --- Elegante Drei-Schritte Icons & Zahlen --- */
.step-icon, 
.step-number,
.icon-box {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: var(--gold) !important;
    background: radial-gradient(circle, rgba(155, 77, 202, 0.3) 0%, rgba(31, 23, 48, 0.9) 80%) !important;
    border: 2px solid rgba(223, 177, 91, 0.6) !important;
    box-shadow: 0 0 20px rgba(223, 177, 91, 0.25), inset 0 0 10px rgba(155, 77, 202, 0.4) !important;
    width: 65px !important;
    height: 65px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    margin: 0 auto 20px auto !important;
}

/* --- Logo im Hero --- */
.hero-logo-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.hero-logo {
    width: 250px;
    height: 250px;
    object-fit: contain;
    filter: drop-shadow(0 0 20px rgba(223, 177, 91, 0.4));
}

button, 
.btn, 
.card, 
input, 
textarea, 
.badge {
    border-radius: 0.5em !important;
}

/* --- Sektionen mit Hintergrundbild --- */
#seelensprache,
#kontakt,
section.pricing-section.has-bg {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    margin-bottom: 0 !important;
}

#seelensprache {
    background: linear-gradient(rgba(15, 10, 26, 0.45), rgba(15, 10, 26, 0.55)), url('../images/heil-ws-higru-sec-j.webp') no-repeat center center / cover !important;
}

#kontakt {
    background: linear-gradient(rgba(15, 10, 26, 0.7), rgba(15, 10, 26, 0.8)), url('../images/heil-ws-higru-kont.webp') no-repeat center center / cover !important;
}

section.pricing-section.has-bg {
    background: linear-gradient(rgba(15, 10, 26, 0.45), rgba(15, 10, 26, 0.55)), url('../images/heil-ws-higru-sec-h.webp') no-repeat center center / cover !important;
    background-attachment: fixed !important;
}

#seelensprache .container,
#kontakt .container,
section.pricing-section.has-bg .container {
    position: relative;
    z-index: 2;
}

#seelensprache h2,
section.pricing-section.has-bg h2,
#kontakt h2 {
    color: var(--gold) !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

#seelensprache p,
section.pricing-section.has-bg p,
#kontakt p {
    color: #ffffff !important;
}

/* --- Formular & Sticky Button --- */
input[type="text"], 
input[type="email"], 
textarea {
    background: var(--bg-card-dark) !important;
    border: 1px solid rgba(223, 177, 91, 0.4) !important;
    color: #ffffff !important;
}

input::placeholder, textarea::placeholder {
    color: #bfaee0 !important;
}

.sticky-cta {
    font-size: 0.82rem !important;
    padding: 6px 14px !important;
    line-height: 1.2 !important;
    margin-top: 2px !important;
}

@media (min-width: 768px) {
    .sticky-cta {
        position: fixed !important;
        top: 20px !important;
        right: 30px !important;
        z-index: 9999 !important;
        background: var(--bg-card-dark) !important;
        backdrop-filter: blur(5px);
        border: 1px solid var(--gold) !important;
    }
}

/* --- FAQ & Footer --- */
#faq, 
.faq-section,
.fragen-sektion {
    padding-bottom: 130px !important;
    margin-bottom: 0 !important;
}

.site-footer, 
footer {
    position: relative;
    margin-top: 0 !important;
    padding: 20px 0 !important;
    border-top: 1px solid rgba(223, 177, 91, 0.2);
    text-align: center;
    background-color: var(--bg-card-dark) !important;
}

.site-footer * {
    position: relative;
    z-index: 2;
}

.site-footer p {
    font-size: 0.8rem !important;
    color: var(--gold-light) !important;
    opacity: 0.85;
    margin-bottom: 4px !important;
}

.site-footer .footer-links a {
    font-size: 0.75rem !important;
    color: var(--gold) !important;
    text-decoration: none;
    margin: 0 15px;
}

.site-footer .footer-links a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   MOBIL-OPTIMIERUNG (Responsive Fixes für Smartphones)
   ========================================================================== */
@media screen and (max-width: 768px) {
    body, html {
        overflow-x: hidden !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    *, *:before, *:after {
        box-sizing: inherit;
    }

    /* Header oben fixieren, damit er als Leiste sauber stehen bleibt */
    .site-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 1000 !important;
        background-color: var(--bg-card-dark) !important;
    }

    .header-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 15px !important;
        padding: 15px 10px !important;
    }

    .site-header .logo {
        font-size: 0.95rem !important;
        line-height: 1.4 !important;
        display: block !important;
    }

    .sticky-cta {
        position: relative !important;
        display: inline-block !important;
        margin: 5px auto 0 auto !important;
        width: 85% !important;
        max-width: 280px !important;
        text-align: center !important;
        left: auto !important;
        transform: none !important;
    }

    /* Hero-Abstand: Hier zwingen wir den Abstand nach oben auf 260px, damit der Header nichts mehr verdeckt */
    section.hero,
    .hero {
        position: relative !important;
        padding: 180px 15px 40px 15px !important;
        text-align: center !important;
        min-height: auto !important;
    }

    .hero-logo-wrapper {
        margin-bottom: 15px !important;
    }

   .hero-logo {
        max-width: 180px !important; /* Hier von 90px auf 140px erhöht */
        height: auto !important;
    }

    .hero h1 {
        font-size: 1.6rem !important;
        line-height: 1.25 !important;
        margin-bottom: 15px !important;
    }

    .hero-subtitle {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }

    .hero-buttons {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 300px !important;
        margin: 20px auto 0 auto !important;
    }

    .hero-buttons .btn {
        width: 100% !important;
        text-align: center !important;
    }

    .grid-2, 
    .grid-3, 
    section .container > div[style*="display: grid"] {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .card, 
    .pricing-card, 
    .step-card,
    .faq-card, 
    .highlight-box {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px 15px !important;
        box-sizing: border-box !important;
    }

    .section {
        padding: 40px 15px !important;
    }

    .section-header h2 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
    }

    .section-header p {
        font-size: 0.95rem !important;
    }
}

/* --- Korrigierter Fix für die Kontakt-Sektion --- */
#kontakt .section-header {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 40px !important;
}

#kontakt .container > .grid-2,
#kontakt .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center !important;
    gap: 40px;
}