/* Support Page - Unterstützen Seite Styles */
/* Extrahiert aus style.css für eigene Datei */

.support-page {
    padding: 0 0 5rem;
}

.support-hero {
    position: relative;
    padding: 140px 0 110px;
    background: linear-gradient(rgba(31, 39, 54, 0.48), rgba(31, 39, 54, 0.48)), url('../images/hero-group.jpg') center/cover no-repeat;
    color: #FFFFFF;
}

.support-hero-content {
    max-width: 760px;
}

.support-hero h1 {
    font-family: 'Juice ITC', cursive;
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.support-hero-text {
    max-width: 602px;
    font-size: 20px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.96);
    margin-bottom: 32px;
}

.support-hero-button,
.support-card-button,
.support-newsletter-button {
    background: #D4A017;
    border-color: #D4A017;
    color: #FFFFFF;
}

.support-intro {
    padding: 96px 0 40px 0;
    text-align: center;
    background: #FFFFFF;
}

.support-intro h2 {
    color: #D4A017;
    font-family: 'Fredoka', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 16px;
    text-align: center;
}

.support-info-content h2,
.support-newsletter-copy h2 {
    font-size: 48px;
    line-height: 1.1;
    color: #353F52;
    margin-bottom: 16px;
}

.support-intro p {
    color: #1F2736;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}

.support-info-content p,
.support-newsletter-copy p {
    max-width: 820px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 64px;
    padding: 0 20px;
    background: #FFFFFF;
}

.support-card {
    background: #F5F5F5;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100%;
}

.support-card h3 {
    font-family: 'Fredoka', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #1F2736;
    margin-bottom: 16px;
}

.support-card-text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #4A5568;
    line-height: 1.6;
    margin: 0 0 20px;
}

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

.support-card-features li {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    color: #4A5568;
    line-height: 1.6;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
}

.support-card-features li::before {
    content: '✓';
    position: absolute;
    top: 0;
    left: 0;
    color: #D4A017;
}

.support-card-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #D4A017;
    color: #FFFFFF;
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    padding: 12px 24px;
    border: 0;
    border-radius: 8px;
    margin-top: auto;
}

.support-info-box {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 40px;
    border-radius: 24px;
    background: #f5f5f5;
    margin-bottom: 64px;
}

.support-info-icon {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(212, 160, 23, 0.14);
    color: #D4A017;
    font-size: 32px;
}

.support-info-content p {
    margin: 0;
    max-width: none;
}

.support-newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 48px;
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 16px 40px rgba(31, 39, 54, 0.08);
}

.support-newsletter-copy {
    max-width: 640px;
}

.support-newsletter-copy p {
    margin: 0;
    max-width: none;
}

.support-newsletter-form {
    display: flex;
    gap: 16px;
    width: min(100%, 480px);
}

.support-newsletter-form input {
    flex: 1;
    min-width: 0;
    padding: 16px 20px;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    font: inherit;
    color: #1F2736;
    background: #FFFFFF;
}

.support-newsletter-form input:focus {
    outline: 2px solid rgba(212, 160, 23, 0.28);
    outline-offset: 0;
    border-color: #D4A017;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Responsive - Tablet */
@media (max-width: 900px) {
    .support-hero {
        padding: 112px 0 88px;
    }

    .support-hero h1 {
        font-size: 64px;
    }

    .support-grid {
        grid-template-columns: 1fr;
    }

    .support-info-box,
    .support-newsletter {
        flex-direction: column;
        align-items: flex-start;
    }

    .support-newsletter-form {
        width: 100%;
    }
}

/* Responsive - Mobile */
@media (max-width: 640px) {
    .support-hero {
        padding: 96px 0 72px;
    }

    .support-hero h1 {
        font-size: 48px;
    }

    .support-hero-text,
    .support-intro p,
    .support-card-text,
    .support-info-content p,
    .support-newsletter-copy p {
        font-size: 16px;
    }

    .support-card,
    .support-info-box,
    .support-newsletter {
        padding: 28px;
    }

    .support-intro h2,
    .support-info-content h2,
    .support-newsletter-copy h2 {
        font-size: 36px;
    }

    .support-newsletter-form {
        flex-direction: column;
    }
}

/* Card Icons */
.support-card-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D4A017; /* Goldener Kreis */
    border-radius: 50%;
}

.support-card-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    /* SVG hat bereits weissen stroke, kein Filter nötig */
}
