/**
 * Sponsoring Screen CSS – mobile-first, Gold-Paket hervorgehoben.
 *
 * Änderungsprotokoll: 2026-06-26 | subagent-create-screen | @skill-css-rules, @skill-change-provenance | Sponsoring-Landingpage angelegt
 */

.screen-sponsoring-container {
    width: 100%;
    background: var(--color-white);
}

.screen-sponsoring-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 15px 56px;
    box-sizing: border-box;
}

.screen-sponsoring-headline-wrap {
    text-align: center;
    margin: 0 0 24px 0;
}

.screen-sponsoring-intro {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.screen-sponsoring-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 12px;
    width: 100%;
    box-sizing: border-box;
}

.screen-sponsoring-tile-gold,
.screen-sponsoring-tile-silver,
.screen-sponsoring-tile-bronze {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 28px 16px 18px;
    border-radius: 20px;
    border: 2px solid transparent;
    min-width: 0;
    box-sizing: border-box;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
}

/* Änderungsprotokoll: 2026-06-26 | cursor-agent | @skill-css-rules, @skill-change-provenance | Paket-Reihenfolge Silber-Gold-Bronze, metallische Hintergründe */
.screen-sponsoring-tile-silver {
    border-color: #9aa8b8;
    background: linear-gradient(160deg, #ffffff 0%, #eef2f6 22%, #d1dae3 55%, #b8c4d0 100%);
    box-shadow:
        0 10px 26px rgba(120, 136, 153, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        inset 0 -2px 8px rgba(148, 163, 184, 0.15);
}

.screen-sponsoring-tile-gold {
    border-color: #c99700;
    background: linear-gradient(160deg, #fffef5 0%, #fff0b3 20%, #f5d061 50%, #e6b422 85%, #c99700 100%);
    box-shadow:
        0 14px 36px rgba(201, 151, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.75),
        inset 0 -2px 10px rgba(154, 114, 9, 0.12);
}

.screen-sponsoring-tile-bronze {
    border-color: #a86520;
    background: linear-gradient(160deg, #fffaf5 0%, #f0dcc8 22%, #d4a574 55%, #b8895a 85%, #9a6520 100%);
    box-shadow:
        0 10px 26px rgba(168, 101, 32, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        inset 0 -2px 8px rgba(154, 101, 32, 0.12);
}

.screen-sponsoring-tile-gold:hover,
.screen-sponsoring-tile-silver:hover,
.screen-sponsoring-tile-bronze:hover {
    transform: translateY(-4px);
}

.screen-sponsoring-tile-gold:hover {
    box-shadow:
        0 18px 42px rgba(201, 151, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.75),
        inset 0 -2px 10px rgba(154, 114, 9, 0.12);
}

.screen-sponsoring-tile-silver:hover {
    box-shadow:
        0 16px 38px rgba(120, 136, 153, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        inset 0 -2px 8px rgba(148, 163, 184, 0.15);
}

.screen-sponsoring-tile-bronze:hover {
    box-shadow:
        0 16px 38px rgba(168, 101, 32, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        inset 0 -2px 8px rgba(154, 101, 32, 0.12);
}

.screen-sponsoring-badge {
    display: block;
    margin: 0 0 12px 0;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
}

/* Änderungsprotokoll: 2026-06-26 | cursor-agent | @skill-css-rules, @skill-change-provenance | Badges Gold Silber Bronze in Paketfarben */
.screen-sponsoring-badge-gold {
    color: #7c5a00;
    background: linear-gradient(90deg, #f6e27a 0%, #f0c14b 50%, #e6b422 100%);
}

.screen-sponsoring-badge-silver {
    color: #334155;
    background: linear-gradient(90deg, #f8fafc 0%, #e2e8f0 45%, #cbd5e1 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.screen-sponsoring-badge-bronze {
    color: #5c3a14;
    background: linear-gradient(90deg, #f5e6d8 0%, #d4a574 50%, #b8895a 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

/* Änderungsprotokoll: 2026-06-26 | cursor-agent | @skill-css-rules, @skill-change-provenance | Einheitliche H3-Ausrichtung Leistungen im Paket */
.screen-sponsoring-tile-intro {
    flex-shrink: 0;
    box-sizing: border-box;
}

.screen-sponsoring-features .base-headline-h3 {
    margin: 0;
    min-height: 1.5rem;
    display: flex;
    align-items: flex-end;
}

.screen-sponsoring-features .base-headline-h3 .base-headline-h3 {
    width: 100%;
    margin: 0;
}

.screen-sponsoring-package-header {
    margin-bottom: 8px;
}

.screen-sponsoring-pricing {
    margin: 6px 0 12px;
}

.screen-sponsoring-price {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}

.screen-sponsoring-tile-gold .screen-sponsoring-price {
    color: #7c5a00;
}

.screen-sponsoring-tile-silver .screen-sponsoring-price {
    color: #475569;
}

.screen-sponsoring-tile-bronze .screen-sponsoring-price {
    color: #7c4a12;
}

.screen-sponsoring-tile-silver .screen-sponsoring-feature-item::before {
    background: #94a3b8;
}

.screen-sponsoring-tile-bronze .screen-sponsoring-feature-item::before {
    background: #b8895a;
}

.screen-sponsoring-tile-gold .screen-sponsoring-feature-item {
    border-bottom-color: rgba(201, 151, 0, 0.2);
}

.screen-sponsoring-tile-silver .screen-sponsoring-feature-item {
    border-bottom-color: rgba(148, 163, 184, 0.35);
}

.screen-sponsoring-tile-bronze .screen-sponsoring-feature-item {
    border-bottom-color: rgba(184, 137, 90, 0.3);
}

.screen-sponsoring-features {
    flex-grow: 1;
    text-align: left;
    margin-bottom: 12px;
}

.screen-sponsoring-features-list {
    list-style: none;
    margin: 6px 0 0;
    padding: 0;
}

/* Änderungsprotokoll: 2026-06-26 | cursor-agent | @skill-css-rules, @skill-change-provenance | Kompakte Feature-Liste; Mobile start, Subgrid ab Tablet stretch */
.screen-sponsoring-feature-item {
    position: relative;
    padding: 4px 6px 4px 18px;
    border-bottom: none;
    font-size: 0.9rem;
    line-height: 1.3;
    color: #334155;
    box-sizing: border-box;
    align-self: start;
}

.screen-sponsoring-feature-item:last-child {
    border-bottom: none;
}

/* Änderungsprotokoll: 2026-06-26 | cursor-agent | @skill-css-rules, @skill-change-provenance | Zebra-Hintergrund je Leistungszeile in allen Kacheln */
.screen-sponsoring-tile-silver .screen-sponsoring-feature-item:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.5);
}

.screen-sponsoring-tile-silver .screen-sponsoring-feature-item:nth-child(even) {
    background-color: rgba(15, 23, 42, 0.07);
}

.screen-sponsoring-tile-gold .screen-sponsoring-feature-item:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.35);
}

.screen-sponsoring-tile-gold .screen-sponsoring-feature-item:nth-child(even) {
    background-color: rgba(124, 90, 0, 0.12);
}

.screen-sponsoring-tile-bronze .screen-sponsoring-feature-item:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.4);
}

.screen-sponsoring-tile-bronze .screen-sponsoring-feature-item:nth-child(even) {
    background-color: rgba(61, 37, 16, 0.1);
}

.screen-sponsoring-feature-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3b82f6;
}

.screen-sponsoring-tile-gold .screen-sponsoring-feature-item::before {
    background: #c99700;
}

/* Änderungsprotokoll: 2026-06-26 | cursor-agent | @skill-css-rules, @skill-change-provenance | Leere Matrix-Zeilen: Bindestrich, Zebra-Hintergrund bleibt */
.screen-sponsoring-feature-item-empty {
    padding: 4px 6px 4px 18px;
    min-height: 0;
    border-bottom: none;
}

.screen-sponsoring-feature-unavailable {
    opacity: 0.55;
    font-weight: 600;
}

.screen-sponsoring-feature-item-empty::before {
    display: none;
}

/* Änderungsprotokoll: 2026-06-26 | cursor-agent | @skill-css-rules, @skill-change-provenance | H2/H3-Farben auf innere Headline-Elemente fuer Lesbarkeit auf metallischen Kacheln */
.screen-sponsoring-tile-gold .screen-sponsoring-package-header .base-headline-h2 h2,
.screen-sponsoring-tile-gold .screen-sponsoring-features .base-headline-h3 h3 {
    color: #3d2e00;
}

.screen-sponsoring-tile-silver .screen-sponsoring-package-header .base-headline-h2 h2,
.screen-sponsoring-tile-silver .screen-sponsoring-features .base-headline-h3 h3 {
    color: #1e293b;
}

.screen-sponsoring-tile-bronze .screen-sponsoring-package-header .base-headline-h2 h2,
.screen-sponsoring-tile-bronze .screen-sponsoring-features .base-headline-h3 h3 {
    color: #1a0d04;
}

/* Änderungsprotokoll: 2026-06-26 | cursor-agent | @skill-css-rules, @skill-change-provenance | Feature-Listen-Textfarbe dunkler fuer Kontrast auf metallischen Kacheln */
.screen-sponsoring-tile-gold .screen-sponsoring-feature-item {
    color: #1a1200;
}

.screen-sponsoring-tile-silver .screen-sponsoring-feature-item {
    color: #0f172a;
}

.screen-sponsoring-tile-bronze .screen-sponsoring-feature-item {
    color: #0f172a;
}

/* Änderungsprotokoll: 2026-06-26 | cursor-agent | @skill-css-rules, @skill-change-provenance | Paketwert nach Doppelpunkt fett hervorheben */
.screen-sponsoring-feature-value {
    font-weight: 700;
}

.screen-sponsoring-package-cta {
    margin-top: auto;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.screen-sponsoring-bottom-cta {
    margin-top: 48px;
    padding: 32px 20px;
    text-align: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    color: #f8fafc;
}

.screen-sponsoring-bottom-cta .base-headline-h2 {
    color: #f8fafc;
}

.screen-sponsoring-bottom-cta-text {
    max-width: 640px;
    margin: 12px auto 24px;
    line-height: 1.6;
    color: #e2e8f0;
}

.screen-sponsoring-bottom-cta-button {
    display: inline-block;
}

@media (min-width: 600px) {
    /* Änderungsprotokoll: 2026-06-26 | cursor-agent | @skill-css-rules, @skill-change-provenance | Kachel-Abstand 2px fuer Tablet und Small Desktop */
    .screen-sponsoring-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: repeat(14, auto);
        align-items: stretch;
        gap: 2px;
    }

    /* Änderungsprotokoll: 2026-06-26 | cursor-agent | @skill-css-rules, @skill-change-provenance | Kachel-Padding 3px fuer Tablet und Small Desktop */
    .screen-sponsoring-tile-gold,
    .screen-sponsoring-tile-silver,
    .screen-sponsoring-tile-bronze {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 14;
        padding: 3px;
    }

    .screen-sponsoring-features {
        display: contents;
    }

    .screen-sponsoring-features-list {
        display: contents;
    }

    /* Änderungsprotokoll: 2026-06-26 | cursor-agent | @skill-css-rules, @skill-change-provenance | Feature-Zeilen strecken auf Subgrid-Zeilenhoehe */
    .screen-sponsoring-feature-item,
    .screen-sponsoring-feature-item-empty {
        align-self: stretch;
        min-height: 100%;
    }

    .screen-sponsoring-tile-intro {
        min-height: 132px;
    }

    /* Änderungsprotokoll: 2026-06-26 | cursor-agent | @skill-css-rules, @skill-change-provenance | Gold-Hervorhebung ohne scale fuer Subgrid-Ausrichtung */
    .screen-sponsoring-tile-gold {
        border-width: 3px;
        z-index: 2;
    }

    .screen-sponsoring-tile-gold:hover {
        transform: translateY(-4px);
    }
}

/* Änderungsprotokoll: 2026-06-26 | cursor-agent | @skill-css-rules, @skill-change-provenance | iPad: Feature-Bullets aus, kein linkes Padding */
@media (min-width: 600px) and (max-width: 1023px) {
    .screen-sponsoring-feature-item {
        padding-left: 6px;
    }

    .screen-sponsoring-feature-item::before {
        display: none;
    }

    .screen-sponsoring-feature-item-empty {
        padding-left: 6px;
    }
}

/* Änderungsprotokoll: 2026-06-26 | cursor-agent | @skill-css-rules, @skill-change-provenance | Widescreen wieder mehr Kachel-Abstand und Standard-Padding */
@media (min-width: 1440px) {
    .screen-sponsoring-grid {
        gap: 24px;
    }

    .screen-sponsoring-tile-gold,
    .screen-sponsoring-tile-silver,
    .screen-sponsoring-tile-bronze {
        padding: 28px 16px 18px;
    }
}

@media (min-width: 576px) {
    .screen-sponsoring-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Änderungsprotokoll: 2026-06-26 | cursor-agent | @skill-css-rules, @skill-change-provenance | Sponsoring-Kontaktmodal */
.screen-sponsoring-contact-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
}

.screen-sponsoring-contact-modal-closed {
    display: none;
}

.screen-sponsoring-contact-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
}

.screen-sponsoring-contact-modal-panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 28px 22px 24px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.2);
    box-sizing: border-box;
}

.screen-sponsoring-contact-modal-header-close {
    position: absolute;
    top: 12px;
    right: 12px;
}

.screen-sponsoring-contact-modal-description {
    margin: 8px 0 20px;
    line-height: 1.55;
    color: #475569;
}

.screen-sponsoring-contact-form {
    margin-top: 8px;
}

.screen-sponsoring-contact-modal-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.screen-sponsoring-package-cta {
    cursor: pointer;
    border: none;
    font-family: inherit;
}
