/* _content/GroovyBaby/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-lie38l06yf] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-lie38l06yf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/GroovyBaby/Components/Pages/AboutCaro.razor.rz.scp.css */
/* ======================================================
   ÜBER CARO – HERO (nur seiten-spezifisch)
   ====================================================== */

.about-caro-hero[b-0quepzd3ly] {
    /* nutzt gb-section */
}

.about-caro-hero-grid[b-0quepzd3ly] {
    /* nutzt gb-grid-2 */
    align-items: center;
    gap: 40px;
}

.about-caro-title[b-0quepzd3ly] {
    max-width: 620px;
}

.about-caro-intro[b-0quepzd3ly] {
    /* gb-body-text wäre möglich, aber du hast 1.05rem gewollt */
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 14px;
}

/* Portrait */
.about-caro-photo-wrapper[b-0quepzd3ly] {
    max-width: 360px;
    aspect-ratio: 3 / 4;
    border-radius: var(--gb-radius-xl, 28px);
    overflow: hidden;
    background: var(--gb-accent-soft);
    box-shadow: var(--gb-shadow-strong);
}

.about-caro-photo[b-0quepzd3ly] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ======================================================
   ÜBER CARO – BODY (Seiten-spezifisch)
   ====================================================== */

.about-caro-body[b-0quepzd3ly] {
    /* nutzt gb-section */
    padding-top: 10px; /* extra für Caro */
}

.about-caro-body-grid[b-0quepzd3ly] {
    /* nutzt gb-grid-2 */
    align-items: flex-start;
    gap: 40px;
}

.about-caro-subtitle[b-0quepzd3ly] {
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: 700;
    color: var(--gb-text-main);
}

/* Text */
.about-caro-body-text p[b-0quepzd3ly] {
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--gb-text-soft);
    margin-bottom: 14px;
}


/* ------------------------------------------------------
   FACTS SIDEBAR
   ------------------------------------------------------ */

.about-caro-facts[b-0quepzd3ly] {
    /* ersetzt previous styling durch shared card */
    background: rgba(255, 255, 255, 0.6);
    border-radius: var(--gb-radius-lg);
    padding: 20px 22px 22px;
    box-shadow: var(--gb-shadow-soft);
}

.about-caro-facts-title[b-0quepzd3ly] {
    margin: 0 0 12px 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #3b372f;
}

.about-caro-facts-list[b-0quepzd3ly] {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-caro-fact-pill[b-0quepzd3ly] {
    display: inline-block;
    background: rgba(201, 138, 211, 0.12);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.9rem;
    color: #3f3741;
}

/* CTA */
.about-caro-cta[b-0quepzd3ly] {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 12px;
}

.about-caro-cta-text[b-0quepzd3ly] {
    margin: 0 0 10px 0;
    font-size: 0.95rem;
    color: #4a4a4a;
}

/* Button nutzt jetzt gb-btn-primary */
.about-caro-cta-button[b-0quepzd3ly] {
    @apply gb-btn gb-btn-primary; /* falls du Tailwind verwendest */
    /* Falls nicht, einfach: */
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(90deg, #C98AD3, #F39A17);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

    .about-caro-cta-button:hover[b-0quepzd3ly] {
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
        opacity: 0.96;
    }


/* ======================================================
   RESPONSIVE (nur Caro-spezifisch)
   ====================================================== */

@media (max-width: 960px) {

    .about-caro-hero-grid[b-0quepzd3ly],
    .about-caro-body-grid[b-0quepzd3ly] {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .about-caro-photo-wrapper[b-0quepzd3ly] {
        max-width: 280px;
        margin-inline: auto;
    }

    .about-caro-body[b-0quepzd3ly] {
        padding-bottom: 70px;
    }
}
/* _content/GroovyBaby/Components/Pages/Faq.razor.rz.scp.css */
/* =======================================================
   FAQ – SEITENSPEZIFISCH
   ======================================================= */

.faq-section[b-nh8wdqmvkx] {
    /* nutzt gb-section für Padding & Hintergrund */
}

.faq-title[b-nh8wdqmvkx] {
    max-width: 680px;
    margin-bottom: 16px;
}

.faq-intro[b-nh8wdqmvkx] {
    max-width: 720px;
    margin-bottom: 28px;
}

/* Liste der FAQs */
.faq-list[b-nh8wdqmvkx] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

/* einzelnes FAQ-Element */
.faq-item[b-nh8wdqmvkx] {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: var(--gb-shadow-soft);
    padding: 12px 16px;
}

/* summary (Frage) */
.faq-question[b-nh8wdqmvkx] {
    list-style: none;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    color: var(--gb-text-main);
    padding-right: 24px;
}

.faq-question[b-nh8wdqmvkx] {
    list-style: none;
}

.faq-item > summary[b-nh8wdqmvkx]::marker {
    font-size: 0;
    color: transparent;
}

.faq-item > summary[b-nh8wdqmvkx]::marker {
    content: "";
}

/* Pfeil rechts */
.faq-question[b-nh8wdqmvkx]::after {
    content: "›";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 1rem;
    color: var(--gb-text-muted);
    transition: transform 0.18s ease;
}

/* wenn geöffnet: Pfeil drehen */
.faq-item[open] .faq-question[b-nh8wdqmvkx]::after {
    transform: translateY(-50%) rotate(-90deg);
}

/* Antworttext */
.faq-answer[b-nh8wdqmvkx] {
    margin: 8px 0 4px 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--gb-text-soft);
}

/* CTA unter der Liste */
.faq-cta-row[b-nh8wdqmvkx] {
    margin-top: 32px;
}


/* Responsive */
@media (max-width: 768px) {
    .faq-intro[b-nh8wdqmvkx] {
        margin-bottom: 22px;
    }

    .faq-item[b-nh8wdqmvkx] {
        padding: 10px 12px;
    }
}
/* _content/GroovyBaby/Components/Pages/Home.razor.rz.scp.css */
/* ================================================
   HERO WRAPPER + VIDEO (nur Home)
   ================================================ */

.home-hero-wrapper[b-h0fuotky0t] {
    position: relative;
    height: 70vh;
    min-height: 100vh;
    /*min-height: 480px;*/
    /*max-height: 900px;*/
    overflow: hidden;
    background-color: var(--gb-bg, #EFECD9);
    background: #fffdf3;
}

/* Hintergrundvideo */
.home-hero-video[b-h0fuotky0t] {
    position: absolute;
    top: 62%; /* leicht nach unten versetzt */
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    filter: brightness(0.8);
    pointer-events: none;
}

/* Overlay */
.home-hero-overlay[b-h0fuotky0t] {
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(255, 252, 240, 0.80) 0%, rgba(255, 252, 240, 0.92) 40%, rgba(255, 252, 240, 1) 100% );
    z-index: 1;
}

/* HERO CONTENT */
.home-root.home-hero.home-hero-content[b-h0fuotky0t] {
    position: relative;
    z-index: 2;
    padding-top: 120px;
    padding-bottom: 40px;
    display: grid;
    justify-items: center;
    row-gap: 18px;
    text-align: center;
}

/* HERO ELEMENTE */

/* Willkommen bei */
.home-hero-overline[b-h0fuotky0t] {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #656565;
    font-weight: 600;
    margin: 0 0 20px 0;
    font-size: 1.8rem; /* größer */
    opacity: 0.95;
}

/* Logo */
.hero-logo-wrapper[b-h0fuotky0t] {
    background: transparent;
    padding: 0;
    border: none;
}

.hero-logo-image[b-h0fuotky0t] {
    width: 260px;
    max-width: 80vw;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

/* Claim */
.home-hero-claim[b-h0fuotky0t] {
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-top: 12px;
    font-size: 1.25rem;
    background: linear-gradient(90deg, #C98AD3, #F39A17);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Instagram Block */
.home-hero-social[b-h0fuotky0t] {
    margin-top: 18px;
}

.home-hero-instagram-link[b-h0fuotky0t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* Instagram Icon (SVG) */
.instagram-icon[b-h0fuotky0t] {
    width: 42px;
    height: 42px;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

    .instagram-icon:hover[b-h0fuotky0t] {
        transform: scale(1.2);
        opacity: 0.9;
    }


/* HERO – RESPONSIVE */

@media (max-width: 768px) {
    .home-hero-wrapper[b-h0fuotky0t] {
        height: 90vh;
        min-height: 420px;
    }

    .home-root.home-hero.home-hero-content[b-h0fuotky0t] {
        padding-top: 90px;
        padding-inline: 16px;
    }

    .home-hero-overline[b-h0fuotky0t] {
        font-size: 1.3rem;
        margin-bottom: 14px;
    }

    .hero-logo-image[b-h0fuotky0t] {
        width: 200px;
        margin-bottom: 14px;
    }

    .home-hero-claim[b-h0fuotky0t] {
        font-size: 1.05rem;
    }

    .instagram-icon[b-h0fuotky0t] {
        width: 36px;
        height: 36px;
        margin-top: 14px;
    }
}


/* ================================================
   ÜBER GROOVY BABY – HOME-SPEZIFISCHE TWEAKS
   (Layout basiert auf shared.css: gb-section, gb-grid-2, gb-card-strong)
   ================================================ */

.about-groovy-section[b-h0fuotky0t] {
    /* nutzt gb-section für Abstände / Hintergrund */
}

.about-groovy-grid[b-h0fuotky0t] {
    align-items: center;
    gap: 40px;
}

.about-groovy-media-col[b-h0fuotky0t] {
    display: flex;
    justify-content: center;
}

.about-groovy-media[b-h0fuotky0t] {
    max-width: 520px;
    max-height: 400px;
}

.about-groovy-image[b-h0fuotky0t] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ================================================
   WAS DICH ERWARTET – HOME-SPEZIFISCH
   (Grid & Cards kommen von gb-grid-4 / gb-card-soft)
   ================================================ */

.expect-section[b-h0fuotky0t] {
    /* nutzt gb-section */
}

.expect-title-main[b-h0fuotky0t] {
    max-width: 520px;
    margin-bottom: 40px;
}

.expect-icon[b-h0fuotky0t] {
    font-size: 1.9rem;
    margin-bottom: 10px;
}

.expect-item-title[b-h0fuotky0t] {
    margin: 0 0 8px 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #3b372f;
}

.expect-text[b-h0fuotky0t] {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #4f4a42;
}


/* ================================================
   TESTIMONIALS – HOME-SPEZIFISCH
   ================================================ */

.testimonials-section[b-h0fuotky0t] {
    /* nutzt gb-section */
}

.testimonials-title-main[b-h0fuotky0t] {
    max-width: 620px;
    margin-bottom: 40px;
}

/* großes Anführungszeichen */
.testimonial-quote-icon[b-h0fuotky0t] {
    position: absolute;
    top: -10px;
    left: 14px;
    font-size: 4rem;
    color: rgba(201, 138, 211, 0.15);
    pointer-events: none;
}

/* Text & Name */
.testimonial-card[b-h0fuotky0t] {
    position: relative;
    overflow: hidden;
}

.testimonial-text[b-h0fuotky0t] {
    margin: 0 0 12px 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #4f4a42;
    position: relative;
    z-index: 1;
}

.testimonial-name[b-h0fuotky0t] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #3b372f;
    position: relative;
    z-index: 1;
}
/* _content/GroovyBaby/Components/Pages/Impressum.razor.rz.scp.css */
/* ===== Impressum: Seitenlayout ===== */

.gb-page--impressum[b-kev45fs4gc] {
    min-height: 100vh;
    padding: 6rem 1.5rem 4rem;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.gb-section--impressum[b-kev45fs4gc] {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* ===== Impressum Card ===== */

.gb-impressum-card[b-kev45fs4gc] {
    width: 100%;
    max-width: 800px;
    background: var(--cream, #ffffff);
    color: var(--text-primary, #222222);
    border-radius: 16px;
    padding: 2.5rem 2.25rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    line-height: 1.7;
    font-size: 0.98rem;
}

/* ===== Titel & Typografie ===== */

.gb-section-title[b-kev45fs4gc] {
    font-size: 2rem;
    margin-bottom: 1.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 0.75rem;
}

.gb-impressum-card h2[b-kev45fs4gc] {
    font-size: 1.1rem;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.gb-impressum-card p[b-kev45fs4gc] {
    margin: 0.2rem 0 0.9rem;
    font-size: 0.98rem;
}

/* ===== Links ===== */

.gb-impressum-card a[b-kev45fs4gc] {
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    transition: border-bottom-color 0.2s ease, color 0.2s ease;
}

    .gb-impressum-card a:hover[b-kev45fs4gc],
    .gb-impressum-card a:focus[b-kev45fs4gc] {
        border-bottom-color: var(--lavendel, #c47ad4);
        color: var(--lavendel, #c47ad4);
    }

/* ===== Responsive ===== */

@media (max-width: 768px) {
    .gb-page--impressum[b-kev45fs4gc] {
        padding: 5rem 1rem 3rem;
    }

    .gb-impressum-card[b-kev45fs4gc] {
        padding: 1.75rem 1.4rem;
        border-radius: 14px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    }

    .gb-section-title[b-kev45fs4gc] {
        font-size: 1.6rem;
        text-align: left;
    }

    .gb-impressum-card h2[b-kev45fs4gc] {
        font-size: 1rem;
    }

    .gb-impressum-card p[b-kev45fs4gc] {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .gb-page--impressum[b-kev45fs4gc] {
        padding: 4.5rem 0.75rem 2.5rem;
    }

    .gb-impressum-card[b-kev45fs4gc] {
        padding: 1.5rem 1.1rem;
    }
}
