/**
 * Startseite – Scroll-Verlauf Alternative (Vorschau index-scroll-alt.html)
 * Hero: hero-alt.css | hier: Method-Bento, Rhythmus, About/Team/Programme
 */

.home-surface-light {
    background-color: #f8fafc;
    background-image: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.home-surface-white {
    background-color: #ffffff;
}

.home-surface-accent {
    background-color: #f0fdf4;
    background-image: linear-gradient(165deg, #ecfdf5 0%, #ffffff 55%, #f8fafc 100%);
}

.home-section-intro {
    text-align: center;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
}

.home-section-eyebrow {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #00a844;
    margin-bottom: 0.75rem;
}

.home-section-intro h2 {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.home-section-lead {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: #4b5563;
}

.home-section-seo {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #6b7280;
    margin-top: 1rem;
}

.home-cta-band {
    padding: 2.5rem 1.25rem;
    background: linear-gradient(135deg, #0f172a 0%, #111827 48%, #0f172a 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-cta-band-inner {
    max-width: 56rem;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    text-align: center;
}

@media (min-width: 768px) {
    .home-cta-band-inner {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

.home-cta-band h3 {
    font-size: 1.375rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.35rem;
}

.home-cta-band p {
    font-size: 0.9375rem;
    color: #cbd5e1;
}

.home-cta-band-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 1rem;
    background: #eab308;
    color: #111827;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, background 0.2s ease;
    border: none;
    cursor: pointer;
}

.home-cta-band-btn:hover {
    background: #facc15;
    transform: translateY(-2px);
}

.home-about-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .home-about-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}

.home-about-image {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.home-about-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.home-about-checks {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.home-about-checks li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9375rem;
    color: #374151;
    line-height: 1.5;
}

.home-about-check-icon {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.5rem;
    background: #00c851;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-about-check-icon svg {
    width: 1rem;
    height: 1rem;
    color: #fff;
}

.home-kpi-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.home-kpi-pill {
    padding: 0.65rem 1.1rem;
    border-radius: 9999px;
    background: #fff;
    border: 1px solid #e5e7eb;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1f2937;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.home-kpi-pill strong {
    color: #00a844;
    font-weight: 800;
}

.home-hub-grid {
    display: grid;
    gap: 1rem;
    max-width: 64rem;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .home-hub-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .home-hub-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.home-hub-card {
    display: block;
    padding: 1.35rem 1.5rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    text-align: left;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-hub-card:hover {
    border-color: rgba(0, 200, 81, 0.45);
    box-shadow: 0 14px 32px rgba(0, 200, 81, 0.1);
    transform: translateY(-3px);
}

.home-hub-card-title {
    display: block;
    font-size: 1.125rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0.35rem;
}

.home-hub-card-desc {
    display: block;
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.45;
}

.home-highlight-grid {
    display: grid;
    gap: 1.25rem;
    margin-top: 2.5rem;
}

@media (min-width: 768px) {
    .home-highlight-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.home-highlight-card {
    padding: 1.5rem;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.home-highlight-card h3 {
    font-size: 1.125rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.home-highlight-card p {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.home-highlight-price {
    font-size: 1.5rem;
    font-weight: 800;
    color: #00a844;
}

.home-camps-layout {
    max-width: 72rem;
    margin: 0 auto;
}

.home-camps-hero {
    display: grid;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
    .home-camps-hero {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }
}

.home-camps-urgency {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
    font-size: 0.8125rem;
    font-weight: 600;
}

.home-camps-cards {
    display: grid;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .home-camps-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

.home-camp-teaser {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-camp-teaser:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.home-camp-teaser--youth {
    border-top: 4px solid #ea580c;
}

.home-camp-teaser--adult {
    border-top: 4px solid #2563eb;
}

.home-camp-teaser__badge {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.home-camp-teaser--youth .home-camp-teaser__badge {
    background: #ffedd5;
    color: #c2410c;
}

.home-camp-teaser--adult .home-camp-teaser__badge {
    background: #dbeafe;
    color: #1d4ed8;
}

.home-camp-teaser h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.home-camp-teaser__meta {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.home-camp-teaser__dates {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.home-camp-teaser__date {
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
}

.home-camp-teaser--youth .home-camp-teaser__date {
    background: #fff7ed;
    color: #9a3412;
}

.home-camp-teaser--youth .home-camp-teaser__date--sold {
    background: #fef3c7;
    border: 1px solid #fbbf24;
}

.home-camp-teaser--adult .home-camp-teaser__date {
    background: #eff6ff;
    color: #1e40af;
}

.home-camp-teaser__prices {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid #f3f4f6;
    font-size: 0.875rem;
}

.home-camp-teaser__price-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.home-camp-teaser__price-row span:last-child {
    font-weight: 700;
}

.home-camp-teaser--youth .home-camp-teaser__price-row span:last-child {
    color: #ea580c;
}

.home-camp-teaser--adult .home-camp-teaser__price-row span:last-child {
    color: #2563eb;
}

.home-camp-teaser__link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.home-camp-teaser--youth .home-camp-teaser__link {
    background: #ea580c;
    color: #fff;
}

.home-camp-teaser--youth .home-camp-teaser__link:hover {
    background: #c2410c;
}

.home-camp-teaser--adult .home-camp-teaser__link {
    background: #2563eb;
    color: #fff;
}

.home-camp-teaser--adult .home-camp-teaser__link:hover {
    background: #1d4ed8;
}

.home-camps-trust {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .home-camps-trust {
        grid-template-columns: repeat(4, 1fr);
    }
}

.home-camps-trust li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    padding: 1rem 0.75rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #d1fae5;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #166534;
    line-height: 1.35;
}

.home-camps-trust svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #00c851;
    flex-shrink: 0;
}

.home-camps-quote {
    max-width: 36rem;
    margin: 0 auto 1.75rem;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #d1fae5;
    text-align: center;
}

.home-camps-quote blockquote {
    margin: 0 0 0.5rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #374151;
    font-style: italic;
}

.home-camps-quote footer {
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.4;
}

.home-camps-quote footer strong {
    color: #166534;
    font-weight: 700;
}

.home-camps-quote__stars {
    color: #eab308;
    letter-spacing: 0.05em;
}

.home-camps-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .home-camps-cta {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.home-camps-cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    border-radius: 9999px;
    font-weight: 800;
    background: #eab308;
    color: #1a1a1a;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.home-camps-cta-primary:hover {
    background: #facc15;
    transform: translateY(-2px);
}

.home-camps-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    border-radius: 9999px;
    font-weight: 700;
    background: #fff;
    color: #166534;
    border: 2px solid #00c851;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.home-camps-cta-secondary:hover {
    background: #00c851;
    color: #fff;
}

.home-season-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 1.25rem;
}

.home-season-chip {
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 600;
    background: #fff;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.home-season-chip--active {
    background: #00c851;
    border-color: #00c851;
    color: #fff;
}

.home-stepper {
    display: grid;
    gap: 1.25rem;
    max-width: 56rem;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .home-stepper {
        grid-template-columns: repeat(3, 1fr);
    }
}

.home-step {
    padding: 1.5rem;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.home-step-num {
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    background: #00c851;
    color: #fff;
    font-weight: 800;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.home-preview-footer {
    padding: 2rem 1.25rem 3rem;
    background: #f1f5f9;
    border-top: 1px solid #e2e8f0;
    font-size: 0.875rem;
    color: #475569;
}

.home-preview-footer ul {
    list-style: disc;
    padding-left: 1.25rem;
    margin-top: 0.75rem;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

.home-preview-footer code {
    font-size: 0.8125rem;
    background: #e2e8f0;
    padding: 0.1rem 0.35rem;
    border-radius: 0.25rem;
}

/* Method-Signatur */
.method-signature .coach-li-icon {
    flex-shrink: 0;
}

.method-signature .method-step-icon {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    align-items: center;
    justify-content: center;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.method-signature .method-step-icon svg {
    width: 1rem;
    height: 1rem;
    color: #fff;
}

.method-signature .method-step-icon--analyse {
    background-color: #00c851;
}

.method-signature .method-step-icon--format {
    background-color: #0ea5e9;
}

.method-signature .method-step-icon--persist {
    background-color: #f59e0b;
}

.method-signature {
    background-color: #070d16;
    background-image: linear-gradient(160deg, #070d16 0%, #0f172a 42%, #111827 100%);
}

.method-signature .method-signature-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.55;
    background-image:
        radial-gradient(ellipse 58% 48% at 14% 20%, rgba(0, 200, 81, 0.2) 0%, transparent 58%),
        radial-gradient(ellipse 52% 42% at 86% 78%, rgba(202, 138, 4, 0.14) 0%, transparent 55%);
}

.method-signature .method-signature-scrim {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(7, 13, 22, 0.88) 0%, rgba(7, 13, 22, 0.55) 40%, rgba(7, 13, 22, 0.9) 100%);
}

.method-signature .method-panel {
    background: rgba(15, 23, 42, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}

.method-signature .method-panel-accent {
    background: linear-gradient(155deg, rgba(0, 200, 81, 0.14) 0%, rgba(15, 23, 42, 0.97) 48%, rgba(15, 23, 42, 0.96) 100%);
    border: 1px solid rgba(0, 200, 81, 0.38);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.method-signature h2 .champions-text {
    background: linear-gradient(135deg, #fef9c3, #facc15, #eab308);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.55));
}

.method-signature .method-kpi-number.champions-text {
    background: linear-gradient(135deg, #fef9c3, #facc15, #ca8a04);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
    .method-signature h2 .champions-text,
    .method-signature .method-kpi-number.champions-text {
        color: #facc15;
        -webkit-text-fill-color: unset;
        background: none;
        filter: none;
    }
}

.method-signature .method-eyebrow {
    color: #4ade80;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}

.method-signature .method-intro {
    color: #e2e8f0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}

.method-signature .method-body {
    color: #cbd5e1;
}

.method-signature .method-body strong {
    color: #f8fafc;
}

.method-signature .method-kpi-lead {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}

#method-signature.method-signature {
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
}

@media (min-width: 768px) {
    #method-signature.method-signature {
        padding-top: 3.5rem;
        padding-bottom: 6.5rem;
    }
}

#method-signature .method-bento-grid {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    #method-signature .method-bento-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    #method-signature .method-bento-main {
        grid-column: span 7;
    }

    #method-signature .method-bento-side {
        grid-column: span 5;
    }
}

#method-signature .method-kpi-stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.method-col-span-7 { grid-column: span 7; }
.method-col-span-5 { grid-column: span 5; }

@media (max-width: 767px) {
    .method-col-span-7,
    .method-col-span-5 {
        grid-column: span 1;
    }
}
