body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    background: url('../assets/gitter.png') repeat;
    background-size: 320px 320px;
    opacity: 0.025;
}
.tag {
    background: #f3f3f3;
    color: #555;
    border-radius: 999px;
    font-size: 0.55em;
    font-weight: 500;
    padding: 0.07em 0.45em;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.01em;
    transition: background 0.2s, color 0.2s;
}
}
.mod-status.fertig {
    background: #22c55e;
    color: #fff;
    border: 1px solid #22c55e;
    box-shadow: 0 0 8px 2px #22c55e55, 0 0 2px #22c55e;
    text-shadow: 0 1px 6px #22c55e99;
}
.mod-status.bearbeitung {
    background: #ff9800;
    color: #fff;
    border: 1px solid #ff9800;
    box-shadow: 0 0 8px 2px #ff980055, 0 0 2px #ff9800;
    text-shadow: 0 1px 6px #ff980099;
    border-radius: 999px;
    padding-left: 2.2em;
    padding-right: 2.2em;
}
/* === Animations & Transitions === */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInMoveUp 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@keyframes fadeInMoveUp {
    to {
        opacity: 1;
        transform: none;
    }
}

.reviewstats-feedback-card,
.reviewstats-kachel,
.module-item,
.team-card {
    transition: box-shadow 0.3s, transform 0.3s, background 0.3s;
}
.reviewstats-feedback-card:hover,
.reviewstats-kachel:hover,
.module-item:hover,
.team-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 6px 32px 0 #0006, 0 2px 12px 0 #50507833;
    background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(128,128,128,0.09) 100%);
}

.discord-btn,
.module-link {
    transition: background 0.2s, color 0.2s, transform 0.2s;
}
.discord-btn:hover,
.module-link:hover {
    background: #5865f2;
    color: #fff;
    transform: scale(1.07);
}

.reviewstats-bar-inner {
    transition: width 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Fade-in for main sections */
main, .hero, .team-section, .reviewstats-section {
    opacity: 0;
    animation: fadeInMoveUp 1.1s 0.2s forwards;
}
/* --- Bewertungs- & Statistikbereich (wie Screenshot) --- */
.reviewstats-section {
    margin: 3.5rem 0 2.5rem 0;
    width: 100%;
}
.reviewstats-title {
    text-align: left;
    font-size: 1.8rem;
    letter-spacing: 2px;
    margin-bottom: 2.5rem;
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
}
.reviewstats-sub {
    text-align: center;
    color: #bfc3c9;
    font-size: 1.15rem;
    margin-bottom: 2.5rem;
}
.reviewstats-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 3rem;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
}
.reviewstats-mainbox {
    order: 1;
    min-width: 370px;
    max-width: 420px;
    flex: 0 0 420px;
}
.reviewstats-feedback-badge {
    background: linear-gradient(135deg, #bcbcbc 80%, #888888 100%);
    color: #fff;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.48em;
    padding: 0.02em 0.22em;
    margin: 0 0.5em;
    box-shadow: 0 2px 12px 0 rgba(136, 136, 136, 0.18), 0 1.5px 4px 0 rgba(136, 136, 136, 0.12);
    border: none;
    letter-spacing: 0.01em;
    display: inline-block;
    vertical-align: middle;
    transition: box-shadow 0.2s, background 0.2s;
}
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 1.5rem;
}
.reviewstats-scorebox {
    margin-bottom: 2.2rem;
}
.reviewstats-score {
    font-size: 3.2rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
}
.reviewstats-stars {
    color: #ffe066;
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 0.2rem;
}
.reviewstats-score-sub {
    color: #bfc3c9;
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
}
.reviewstats-score-desc {
    color: #bfc3c9;
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
}
.reviewstats-bars {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}
.reviewstats-bar-row {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.05rem;
    color: #dedfea;
}
.reviewstats-bar {
    background: #23243a;
    border-radius: 999px;
    width: 120px;
    height: 10px;
    overflow: hidden;
    margin: 0 0.2rem;
}
.reviewstats-bar-inner {
    background: linear-gradient(90deg, #ffe066 0%, #ffd700 100%);
    height: 100%;
    border-radius: 8px;
}
.reviewstats-kachelbox {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 0.7rem;
}
.reviewstats-kachel {
    background: #181a22;
    border-radius: 12px;
    box-shadow: 0 1px 8px #0004;
    padding: 1.1rem 2.1rem;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.reviewstats-kachel-label {
    color: #bfc3c9;
    font-size: 1.01rem;
    margin-bottom: 0.2rem;
}
.reviewstats-mainbox {
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(128,128,128,0.05) 100%);
    border: 1px solid var(--accent);
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    padding: 2rem;
    min-width: 370px;
    max-width: 420px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 1.5rem;
}
.reviewstats-feedback-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(128,128,128,0.05) 100%);
    border: 1px solid var(--accent);
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    padding: 1rem 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 2.2rem;
}
.reviewstats-kachel {
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(128,128,128,0.05) 100%);
    border: 1px solid var(--accent);
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    padding: 2rem;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
}
.reviewstats-feedback-header {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 0.2rem;
}
.reviewstats-feedback-avatar {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    margin-right: 0.5em;
    border-radius: 50% !important;
    object-fit: cover;
    border: 2px solid #23243a;
    display: block;
}
.reviewstats-feedback-name {
    color: #fff;
    font-weight: 700;
    font-size: 0.98rem;
}
.reviewstats-feedback-badge {
    background: linear-gradient(135deg, #5865f2 80%, #404eed 100%);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.18em 1.1em;
    margin-left: 0.5em;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 16px 0 #5865f255;
    border: none;
}
.reviewstats-feedback-stars {
    color: #ffe066;
    font-size: 0.95rem;
    font-weight: 900;
    margin-left: 0.3em;
}
.reviewstats-feedback-date {
    color: #bfc3c9;
    font-size: 0.88rem;
    margin-left: auto;
}
.reviewstats-feedback-text {
    color: #dedfea;
    font-size: 0.98rem;
    margin-left: 1.7rem;
}
@media (max-width: 1100px) {
    .reviewstats-grid {
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        max-width: 98vw;
    }
    .reviewstats-mainbox, .reviewstats-feedbackbox {
        max-width: 98vw;
        min-width: unset;
        flex: unset;
        order: unset;
    }
}
@media (max-width: 700px) {
    .reviewstats-mainbox, .reviewstats-feedbackbox { padding: 1.1rem 0.5rem; }
    .reviewstats-section { margin: 1.5rem 0; }
}
/* FAQ Kontaktbox */
.faq-contact-box {
    max-width: 420px;
    width: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(128,128,128,0.05) 100%);
    border-radius: 10px;
    margin: 1.2rem auto 0 auto;
    padding: 1.1rem 1.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.1rem;
    color: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    border: 1px solid var(--accent);
    text-align: left;
}
.faq-contact-title {
    color: #4be37a;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.faq-contact-text {
    color: #fff;
    font-size: 1.08rem;
    font-weight: 500;
}
/* Verhindert das Markieren von Text auf der gesamten Website */
body, * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
/* Großer Pfeil unter den Modulen */
.modules-down-arrow-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.5rem 0 1.5rem 0;
}
.modules-down-arrow {
    color: #dedfea;
    opacity: 0.85;
    filter: drop-shadow(0 2px 8px #23272f99);
    animation: modulesArrowBounce 1.2s infinite;
}
@keyframes modulesArrowBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(16px); }
}
.modal-features-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 38px;
    pointer-events: none;
    background: none;
    z-index: 2;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.modal-features-fade svg {
    color: #dedfea;
    opacity: 0.85;
    filter: drop-shadow(0 1px 4px #23272f99);
    pointer-events: none;
    transition: opacity 0.2s;
    animation: modalArrowBounce 1.2s infinite;
}
@keyframes modalArrowBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(7px); }
}
.modal-details {
    position: relative;
}
/* Scroll-Pfeil für Feature-Liste im Modal */
.modal-features-scroll-indicator {
    position: absolute;
    right: 12px;
    bottom: 8px;
    z-index: 10;
    pointer-events: none;
    opacity: 0.85;
    transition: opacity 0.2s;
    font-size: 1.7rem;
    color: #dedfea;
    filter: drop-shadow(0 1px 4px #23272f99);
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-features-scroll-indicator.hide {
    opacity: 0;
    transition: opacity 0.2s;
}
.modal-features-list {
    position: relative;
    padding-bottom: 2.2rem;
}
.modal-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.modal-contentbox {
    margin-left: auto;
    margin-right: auto;
}
#modalTitle {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#modalDescription {
    text-align: left;
}
.modal-contentbox {
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(128,128,128,0.05) 100%);
    border: 1px solid var(--accent);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.10);
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    margin: 0 auto;
    color: #dedfea;
    width: 100%;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-textbox {
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(128,128,128,0.05) 100%);
    border: 1px solid var(--accent);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.10);
    padding: 1.1rem 1.3rem;
    margin-bottom: 1.1rem;
    color: #dedfea;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.08rem;
}
/* Server Overview Stats Bar */
.server-overview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.server-stats-bar {
    display: flex;
    gap: 10px;
}
.server-stat-badge {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    padding: 4px 14px;
    border-radius: 16px;
    background: none;
    border: 1.5px solid #b0b3b8;
    color: #b0b3b8;
    margin-left: 0;
    letter-spacing: 0.5px;
    box-shadow: none;
    text-shadow: none;
    transition: border 0.2s, color 0.2s;
}
.stat-total {
    border-color: #b0b3b8;
    color: #b0b3b8;
}
.stat-active {
    border-color: #4caf50;
    color: #4caf50;
}
.stat-members {
    border-color: #888;
    color: #888;
}
body.blur-active > *:not(#loader-overlay) {
    filter: blur(8px) grayscale(0.2);
    pointer-events: none;
    user-select: none;
    transition: filter 0.3s;
}
/* Lade-Overlay */
#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.3s;
}

.loader {
    border: 4px solid #e0e0e0;
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    margin-right: 0.5em;
    animation: spin 0.7s linear infinite;
    background: transparent;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Personen-Icon bei Serverübersicht */
.person-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-right: 0.18em;
    vertical-align: middle;
}
/* Server Status Badges */
.server-status {
    display: inline-block;
    font-weight: 700;
    font-size: 1.01rem;
    padding: 0.32em 1.1em;
    border-radius: 1.2em;
    margin-right: 0.7em;
    letter-spacing: 0.5px;
    vertical-align: middle;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.status-aktiv {
    background: linear-gradient(90deg, #2fb657 0%, #4be37a 100%);
    color: #fff;
    box-shadow: 0 0 7px 1px #2fb65766, 0 1px 5px 0 #4be37a22;
    text-shadow: 0 1px 4px #1a3d1a99;
    border: none;
    font-weight: 700;
    font-size: 1.01rem;
    padding: 0.32em 1.2em;
    border-radius: 1.2em;
    letter-spacing: 0.5px;
}
.status-geschlossen {
    background: linear-gradient(90deg, #b0b3b8 0%, #6d6e71 100%);
    color: #e0e0e0;
    opacity: 1;
    border: none;
    text-shadow: none;
    box-shadow: none;
    filter: grayscale(0.9) contrast(0.8);
    pointer-events: none;
}
/* Server Overview Banner Fix */
.server-banner {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #23272f;
    margin-bottom: 1.1rem;
}
.server-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 10px 10px 0 0;
    background: #23272f;
}
/* Custom Scrollbar Styles: Clean, Weiß/Silber */
html, body, .modal-overlay, .modules-list, .modal-details, .modal-gallery, .faq-list, .feedbacks-grid, .team-grid {
    scrollbar-width: thin;
    scrollbar-color: #dedfea #6d717a;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 10px;
    background: #6d717a;
}
::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    border-radius: 8px;
    border: 2px solid #6d717a;
}
::-webkit-scrollbar-thumb:hover {
    background: #dedfea;
}
::-webkit-scrollbar-corner {
    background: #6d717a;
}

/* Für Modals und spezielle Listen extra schmal */
.modal-details, .modal-gallery, .modal-features-list {
    scrollbar-width: thin;
    scrollbar-color: #dedfea #6d717a;
}
.modal-details::-webkit-scrollbar,
.modal-gallery::-webkit-scrollbar,
.modal-features-list::-webkit-scrollbar {
    width: 7px;
    background: #6d717a;
}
.modal-details::-webkit-scrollbar-thumb,
.modal-gallery::-webkit-scrollbar-thumb,
.modal-features-list::-webkit-scrollbar-thumb {
    background: #dedfea;
    border-radius: 8px;
    border: 2px solid #6d717a;
}
.modal-details::-webkit-scrollbar-thumb:hover,
.modal-gallery::-webkit-scrollbar-thumb:hover,
.modal-features-list::-webkit-scrollbar-thumb:hover {
    background: #dedfea;
}
/* Custom Bot Banner Text Styles */
.custom-bot-banner-text {
    font-size: 1.15rem;
    letter-spacing: 0.2px;
}
.custom-bot-banner-accent {
    color: #e0e0e0;
}
.custom-bot-banner-white {
    color: #fff;
}
.custom-bot-banner-link {
    background: linear-gradient(135deg, var(--gray) 0%, #505050 100%);
    color: var(--primary);
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-left: 1rem;
}
.custom-bot-banner-link:hover {
    background: linear-gradient(135deg, #505050 0%, #606060 100%);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Zusätzliche Page Title Styles für Module */
.botpakete-title {
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.custom-discord-title {
    margin-top: 3.5rem;
}
/* Custom Bot Banner Wide */

/* Cavera Custom Bot Banner (nur Modules) */

/* Custom Bot Banner Weiß/Silber Look */

/* Custom Bot Banner Grau/Silber Look */
.custom-bot-banner-wide {
    width: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(128,128,128,0.05) 100%);
    border-radius: 10px;
    margin: 0 0 1.2rem 0;
    padding: 1.2rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    color: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06);
    border: 1px solid var(--accent);
}
.custom-bot-banner-text {
    font-size: 1.08rem;
    letter-spacing: 0.2px;
    color: #fff;
}
.custom-bot-banner-accent {
    color: #fff;
    font-weight: 700;
}
.custom-bot-banner-white {
    color: #fff;
}
.custom-bot-banner-link {
    /* entfernt, da bereits oben definiert und für cleanen Button-Style nicht benötigt */
}
.custom-bot-banner-link:hover {
    background: linear-gradient(90deg, #bfc3c9 0%, #dedfea 100%);
    color: #23272f;
    border-color: #dedfea;
}

/* Top Seller Badge */
.top-seller-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    background: #ff9800;
    color: #fff;
    font-weight: 600;
    font-size: 0.95em;
    padding: 0.13em 0.8em;
    border-radius: 1.2em;
    box-shadow: 0 0 8px 2px #ff980055, 0 0 2px #ff9800;
    border: 1px solid #ff9800;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 6px #ff980099;
                text-shadow: none;
                transition: background 0.2s, color 0.2s, box-shadow 0.2s;
                overflow: hidden;
                animation: badgeGlow 2.5s ease-in-out infinite;
    }

@keyframes badgeGlow {
    0% {
        box-shadow: 0 0 8px 0 #ffe06655;
    }
    100% {
        box-shadow: 0 0 16px 2px #ffe06644;
    }
}
}

}
/* Bot Modal Card Style (like Regelwerk/Team/Feedback) */
    background: linear-gradient(135deg, #505050 0%, #606060 100%);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    max-width: 440px;
    width: 95vw;
    padding: 2.2rem 2.1rem 2.1rem 2.1rem;
    border-radius: 1.2rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(128,128,128,0.05) 100%);
    border: 1.5px solid var(--accent);
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.18), 0 1.5px 8px 0 rgba(80,80,120,0.10);
    color: #dedfea;
    position: relative;
    margin: 0 auto;
    transition: box-shadow 0.22s, transform 0.22s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bot-modal-card .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.bot-modal-card .modal-image {
    width: 120px;
    height: 120px;
    border-radius: 1.2rem;
    overflow: hidden;
    margin-bottom: 1.1rem;
    background: #23272f;
    border: 2px solid #2e3240;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bot-modal-card .modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bot-modal-card #modalTitle {
    font-size: 1.45rem;
    color: #ffffff;
    margin-bottom: 0.7rem;
    text-align: center;
}
.bot-modal-card #modalDescription {
    font-size: 1.08rem;
    margin-bottom: 1.1rem;
    text-align: center;
}
.bot-modal-card .modal-details {
    width: 100%;
    margin-bottom: 1.1rem;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}
.bot-modal-card .modal-details h3 {
    font-size: 1.08rem;
    color: #c4c4c4;
    margin-bottom: 0.4rem;
}
.bot-modal-card .modal-features-list {
    padding-left: 1.1rem;
    font-size: 1.01rem;
    margin-bottom: 0.7rem;
}
.bot-modal-card .modal-gallery {
    width: 100%;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.1rem;
    flex-wrap: wrap;
}
.bot-modal-card .modal-pricing {
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    gap: 1.1rem;
}
.bot-modal-card .modal-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
}
.bot-modal-card .modal-buy-btn {
    background: linear-gradient(90deg, #dedfea 0%, #6d717a 100%);
    color: #23272f;
    border: none;
    border-radius: 1.5rem;
    padding: 0.8rem 2.1rem;
    font-size: 1.08rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
    text-decoration: none;
    outline: none;
    display: inline-block;
}
.bot-modal-card .modal-buy-btn:hover {
    background: linear-gradient(90deg, #dedfea 0%, #6d717a 100%);
    box-shadow: 0 8px 32px 0 #3636362e;
    transform: translateY(-3px) scale(1.06);
}
/* Regelwerk: modules-list immer einspaltig */
#regeln .modules-list {
    grid-template-columns: 1fr !important;
}
/* FAQ als einspaltige Kartenliste */
/* FAQ Frage klar hervorheben */
.faq-question {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    color: #2d246b;
    background: #f3f1ff;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-bottom: 2.2rem;
    transition: color 0.2s, background 0.2s;
}
.faq-question:hover {
    color: #7b5cff;
    background: #ece7ff;
}

/* FAQ Antwort optisch absetzen */
.faq-answer {
    margin-top: 0.2rem;
    font-size: 0.92rem;
    color: #444;
    background: #fff;
    border-left: 4px solid #7b5cff;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    box-shadow: 0 2px 8px rgba(123,92,255,0.07);
    line-height: 1.6;
    transition: max-height 0.3s;
}
.rules-list-simple {
    list-style: none;
    padding: 0;
    margin: 2.5rem 0 2.5rem 0;
    max-width: 700px;
    width: 100%;
}
.rules-list-simple li {
    font-size: 1.1rem;
    color: #fff;
    padding: 0.7rem 0 0.7rem 0.5rem;
    border-bottom: 1px solid var(--accent);
    letter-spacing: 1px;
}
.rules-list-simple li:last-child {
    border-bottom: none;
}
/* Regelwerk Styles */
}
.rules-toc ol {
    margin: 0.7rem 0 0 1.2rem;
    padding: 0;
    color: var(--light-gray);
}
.rules-toc li {
    margin-bottom: 0.3rem;
    font-size: 1rem;
}
.regel-item {
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(128,128,128,0.05) 100%);
    border: 1px solid var(--accent);
    border-radius: 10px;
    padding: 1.2rem 1.2rem 1.2rem 2.5rem;
    color: #fff;
    font-size: 1rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin: 0 0 1.2rem 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 100%;
    width: 100%;
}
.regel-paragraph {
    position: absolute;
    left: 1rem;
    font-weight: bold;
    color: #ffe066;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.rabatt-badge {
    display: inline-block;
    background: linear-gradient(90deg, #ffe066 0%, #ffb300 100%);
    color: #7a5c00;
    font-weight: 900;
    font-size: 1.1rem;
    letter-spacing: 2px;
    border-radius: 999px;
    padding: 0.3em 1.2em;
    margin: 0.5em 0 1em 0;
    box-shadow: 0 2px 8px #ffe06644, 0 1px 4px #fff6 inset;
    border: 2px solid #fff7;
    text-shadow: 0 1px 4px #fff8, 0 0 2px #bfa640cc;
    transition: background 0.2s, box-shadow 0.2s, color 0.2s;
}
.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2em;
}
/* FAQ Accordion Styles */

.faq-accordion {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 2rem 0;
    max-width: 900px;
    width: 100%;
}
.faq-item {
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(128,128,128,0.05) 100%);
    border: 1px solid var(--accent);
    border-radius: 10px;
    padding: 1.1rem 1rem;
    overflow: hidden;
    transition: box-shadow 0.2s, border-color 0.2s;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.faq-item.active {
    box-shadow: 0 4px 24px #0004;
    border-color: var(--gray);
}
.faq-question {
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    padding: 0 0 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border-bottom: 1px solid #23272f;
    transition: background 0.2s;
}
.faq-item.active .faq-question {
    background: transparent;
    color: #bfc3c9;
}
.faq-toggle {
    font-size: 1.5rem;
    margin-left: 1rem;
    transition: transform 0.2s;
}
.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}
.faq-answer {
    display: none;
    padding: 1rem 0 0 0;
    color: #bfc3c9;
    font-size: 0.97rem;
    background: transparent;
    animation: fadeInAccordion 0.3s;
}
.faq-item.active .faq-answer {
    display: block;
}
@keyframes fadeInAccordion {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Regeln-List modern wie Module */
.rules-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 2rem 0;
    max-width: 700px;
    width: 100%;
    list-style: none;
    padding: 0;
}
.rules-list li {
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(128,128,128,0.05) 100%);
    border: 1px solid var(--accent);
    border-radius: 10px;
    padding: 1.1rem 1rem;
    color: #fff;
    font-size: 1rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin: 0;
    min-height: 70px;
    display: flex;
    align-items: center;
}
@media (max-width: 900px) {
    .faq-accordion {
        grid-template-columns: 1fr 1fr;
    }
    .rules-list {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
    .faq-accordion {
        grid-template-columns: 1fr;
    }
    .rules-list {
        grid-template-columns: 1fr;
    }
    .faq-item, .rules-list li {
        padding: 1rem;
        font-size: 1rem;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #ffffff;
    --secondary: #f0f0f0;
    --dark: #1a1a1a;
    --gray: #808080;
    --light-gray: #e0e0e0;
    --accent: #404040;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    color: var(--primary);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Navigation */
.navbar {
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.5rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--accent);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 3px;
    animation: logoGlow 2s ease-in-out infinite;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.logo-img {
    height: 50px;
    object-fit: contain;
}

.logo-text {
    font-size: 1.4rem;
    letter-spacing: 2px;
}


.discord-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 10px 16px;
    background: #4a4a4a;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #5a5a5a;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 1px;
}

.discord-btn:hover {
    background: #3a3a3a;
    border-color: #6a6a6a;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.discord-btn svg {
    width: 20px;
    height: 20px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    cursor: pointer;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ffffff, #808080);
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-link.active {
    color: #ffffff;
}

/* Hero Section */
.hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Hide hero on modules page */
#modules ~ .hero,
.page:not(#info) ~ .hero {
    display: none !important;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    gap: 4rem;
}

.hero-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 2.5rem;
    min-width: 0;
}

.hero-logo-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.hero-logo-large {
    width: 420px;
    height: 420px;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.10));
    transition: transform 0.7s cubic-bezier(.4,0,.2,1), filter 0.7s cubic-bezier(.4,0,.2,1);
    animation: heroLogoFloat 3.5s ease-in-out infinite alternate;
}

.hero-logo-large:hover {
    filter: drop-shadow(0 0 18px rgba(255,255,255,0.18));
    transform: scale(1.07) rotate(-2deg);
}
@keyframes heroLogoFloat {
    0% { transform: scale(1) rotate(-2deg) translateY(0); }
    50% { transform: scale(1.04) rotate(2deg) translateY(-12px); }
    100% { transform: scale(1) rotate(-2deg) translateY(0); }
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: 4px;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: var(--light-gray);
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.hero-bio {
    font-size: 1rem;
    color: var(--light-gray);
    line-height: 1.8;
    max-width: 500px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: 4px;
    margin-bottom: 1rem;
    animation: slideInDown 0.8s ease-out;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: var(--light-gray);
    letter-spacing: 2px;
    animation: slideInUp 0.8s ease-out;
}

@keyframes slideInLeft {
    from { 
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from { 
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Pages Container */
.pages-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.page {
    display: none;
    animation: fadeIn 0.6s ease-out;
    opacity: 0;
}

.page.active {
    display: block;
    animation: fadeIn 0.6s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-content {
    animation: slideInRight 0.6s ease-out;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.page-title {
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 1rem;
    text-align: center;
    width: 100%;
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #ffffff, transparent);
}

/* Modules Banner */
.modules-banner {
    background: linear-gradient(135deg, rgba(88, 101, 242, 0.2) 0%, rgba(88, 101, 242, 0.05) 100%);
    border: 1px solid rgba(88, 101, 242, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 3rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.modules-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(88, 101, 242, 0.2), transparent);
    transition: left 0.5s ease;
}

.modules-banner:hover::before {
    left: 100%;
}

.modules-banner:hover {
    background: linear-gradient(135deg, rgba(88, 101, 242, 0.3) 0%, rgba(88, 101, 242, 0.1) 100%);
    border-color: rgba(88, 101, 242, 0.5);
    box-shadow: 0 0 20px rgba(88, 101, 242, 0.2);
    transform: translateY(-5px);
}

.banner-content {
    position: relative;
    z-index: 1;
    text-align: left;
}

.banner-content h3 {
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
}

.banner-content p {
    color: var(--light-gray);
    font-size: 1rem;
}

/* Modules List - Rectangular */
.search-container {
    margin: 2rem 0;
}

.search-input {
    width: 100%;
    max-width: 500px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--accent);
    border-radius: 8px;
    color: var(--primary);
    font-size: 1rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.search-input::placeholder {
    color: var(--gray);
}

.search-input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--gray);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

.modules-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 2rem 0;
}

.module-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(128, 128, 128, 0.05) 100%);
    border: 1px solid var(--accent);
    border-radius: 10px;
    padding: 2rem;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}


.bot-badge {
    position: absolute;
    top: 14px;
    right: 18px;
    background: radial-gradient(circle at 60% 40%, #a5a5a5 80%, #a0a0a0 100%);
    color: #9e9e9e;
    padding: 0.18em 0.7em;
    font-weight: 900;
    font-size: 0.72rem;
    letter-spacing: 1.2px;
    border-radius: 999px;
    box-shadow: 0 2px 8px #bfa64044, 0 1px 4px #fff6 inset;
    z-index: 3;
    border: 2px solid #fff7;
    text-shadow: 0 1px 4px #fff8, 0 0 2px #505050cc;
    transition: background 0.2s, box-shadow 0.2s, color 0.2s;
    min-width: 0;
    min-height: 0;
}
.module-item:hover .bot-badge {
    background: radial-gradient(circle at 40% 60%, #ffffff 80%, #868686 100%);
    color: #838383;
    box-shadow: 0 4px 16px #4b4b4b66;
}

.module-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.module-item:hover::before {
    left: 100%;
}

.module-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(128, 128, 128, 0.08) 100%);
    border-color: var(--gray);
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.1);
}

.module-item-content {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.module-item h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    color: var(--primary);
}

.module-item p {
    color: var(--light-gray);
    font-size: 0.9rem;
    margin-bottom: 1rem;
    flex: 1;
}

.module-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.tag {
    background: rgba(128, 128, 128, 0.2);
    color: var(--light-gray);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    border: 1px solid var(--accent);
    transition: all 0.3s ease;
}

.tag:hover {
    background: rgba(128, 128, 128, 0.3);
    border-color: var(--gray);
}

.module-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid var(--accent);
    margin-top: auto;
}

.module-price {
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--primary);
    letter-spacing: 1px;
}

.module-link {
    background: linear-gradient(135deg, var(--gray) 0%, #505050 100%);
    color: var(--primary);
    padding: 10px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.module-link:hover {
    background: linear-gradient(135deg, #505050 0%, #606060 100%);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Timeline */
.timeline-section {
    margin: 4rem 0;
}

.timeline {
    position: relative;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-left: 100px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--gray) 0%, transparent 100%);
    border-radius: 2px;
}

.timeline-item {
    margin-bottom: 0;
    position: relative;
    text-align: left;
    padding: 0 !important;
}

.timeline-item:nth-child(odd),
.timeline-item:nth-child(even) {
    text-align: left;
    padding: 0 !important;
}

.timeline-date {
    position: absolute;
    left: -100px;
    top: 0;
    transform: none;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(128, 128, 128, 0.05) 100%);
    border: 2px solid var(--gray);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
    margin: 0;
    z-index: 10;
    transition: all 0.3s ease;
}

.timeline-item:hover .timeline-date {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(128, 128, 128, 0.1) 100%);
    border-color: var(--primary);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.timeline-content {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--accent);
    padding: 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.timeline-item:hover .timeline-content {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--gray);
}

.timeline-content h4 {
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.timeline-content p {
    color: var(--light-gray);
    font-size: 0.95rem;
}

/* Neue Timeline: abwechselnd Datum-Punkt-Text und Text-Punkt-Datum */
.timeline-custom {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 3rem auto 3rem auto;
    padding: 40px 0;
}
.timeline-custom-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #bfc3c9 0%, #23272f 100%);
    border-radius: 8px;
    transform: translateX(-50%);
    z-index: 0;
}
.timeline-custom-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
    flex-direction: row;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.timeline-custom-item.alt {
    flex-direction: row;
}
.timeline-custom-item:not(.alt) {
    flex-direction: row-reverse;
}
.timeline-custom-date {
    font-size: 1.1rem;
    color: #bfc3c9;
    font-weight: 700;
    min-width: 90px;
    text-align: left;
    background: none;
    border-radius: 0;
    padding: 0 0 0 0;
    width: auto;
    box-shadow: none;
    border: none;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 24px;
    position: relative;
    left: 0;
}
.timeline-custom-dot {
    width: 18px;
    height: 18px;
    background: #23272f;
    border: 3px solid #bfc3c9;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #bfc3c944, 0 2px 8px #0002;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.timeline-custom-box {
    background: #181a20;
    color: #fff;
    border-radius: 12px;
    padding: 18px 28px;
    min-width: 220px;
    max-width: 320px;
    font-size: 1.1rem;
    box-shadow: 0 2px 16px #0002;
    margin: 0 0 0 0;
    position: relative;
    z-index: 2;
}
.timeline-custom-box span {
    display: block;
    margin-top: 8px;
    color: #bfc3c9;
    font-size: 1rem;
}
@media (max-width: 900px) {
    .timeline-custom {
        max-width: 100%;
        padding: 0;
    }
    .timeline-custom-box {
        min-width: 140px;
        max-width: 90vw;
        font-size: 1rem;
        padding: 14px 10px;
    }
    .timeline-custom-date {
        font-size: 1rem;
        min-width: 70px;
        padding: 0 8px 0 0;
    }
    .timeline-custom-dot {
        width: 14px;
        height: 14px;
    }
}
@media (max-width: 700px) {
    .timeline-custom-item,
    .timeline-custom-item.alt,
    .timeline-custom-item:not(.alt) {
        flex-direction: column !important;
        align-items: flex-start;
        gap: 0.5rem;
    }
    .timeline-custom-line {
        left: 24px;
        width: 4px;
    }
    .timeline-custom-date {
        text-align: left !important;
        justify-content: flex-start !important;
        padding: 0 0 0 8px !important;
    }
}

/* Modal */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

.modal-overlay.active {
    display: flex;
    animation: fadeIn 0.3s ease-out;
}

.modal-content {
    background: #181818;
    border: 1px solid var(--accent);

    /* Modal Overlay */
    .modal-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 2000;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(5px);
    }
    .modal-overlay.active {
        display: flex;
        animation: fadeIn 0.3s ease-out;
    }
    .modal-content {
        background: linear-gradient(135deg, #23272f 0%, #2e3240 100%);
        border: 2.5px solid var(--accent);
        border-radius: 3.5rem;
        padding: 3.5rem 3.5rem 2.5rem 3.5rem;
        max-width: 540px;
        width: 96vw;
        max-height: 85vh;
        overflow-y: auto;
        position: relative;
        box-shadow: 0 24px 64px 0 rgba(0,0,0,0.32), 0 6px 24px 0 rgba(80,80,120,0.15);
        animation: slideUp 0.3s cubic-bezier(.4,0,.2,1);
        transition: box-shadow 0.3s, transform 0.3s;
    }
    .modal-content:hover {
        box-shadow: 0 12px 40px 0 rgba(0,0,0,0.18), 0 2px 12px 0 rgba(0,0,0,0.10);
        transform: translateY(-2px) scale(1.012);
    }
    }
    @keyframes slideUp {
        from { opacity: 0; transform: translateY(50px); }
        to { opacity: 1; transform: translateY(0); }
    }
    .modal-body {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
    .modal-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.1rem;
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        margin-bottom: 0.4rem;
    }
    .modal-image {
        width: 120px;
        height: 120px;
        background: linear-gradient(135deg, #23272f 0%, #2e3240 100%);
        border: 2px solid var(--accent);
        border-radius: 2rem;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
        box-shadow: 0 4px 20px 0 rgba(0,0,0,0.13);
        transition: box-shadow 0.22s, transform 0.22s;
    }
    .modal-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        border-radius: 14px;
        transition: transform 0.22s;
    }
    .modal-image:hover {
        box-shadow: 0 6px 24px rgba(0,0,0,0.13);
        transform: scale(1.04) rotate(-2deg);
    }
    .modal-image:hover img {
        transform: scale(1.07) rotate(2deg);
    }
    .modal-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }
    .modal-details {
        margin: 1.5rem 0 1.5rem 0;
        padding: 1.5rem 2rem;
        background: rgba(40, 44, 60, 0.92);
        border-radius: 1.5rem;
        border: 1.5px solid var(--accent);
        width: 100%;
        box-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
    }
    .modal-details h3 {
        font-size: 0.98rem;
        margin-bottom: 0.1rem;
        letter-spacing: 0.5px;
        color: #fff;
        font-weight: 600;
    }
    .modal-features-list {
        max-height: 260px;
        overflow-y: auto;
        padding-right: 0;
        margin-bottom: 0.1rem;
        background: none;
        scrollbar-width: none; /* Firefox */
    }
    .modal-features-list::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
    .modal-details li {
        color: #bfc3c9;
        padding: 0.13rem 0 0.13rem 1.5rem;
        position: relative;
        font-size: 0.97rem;
        display: flex;
        align-items: center;
        border-bottom: none;
        min-height: 1.5em;
        background: transparent;
    }
    .modal-details li:last-child {
        border-bottom: none;
    }
    .modal-details li::before {
        content: '';
        display: inline-block;
        width: 1.1em;
        height: 1.1em;
        margin-right: 0.3em;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .modal-details li.feature-yes::before {
        content: '\2714'; /* Haken */
        color: #2fb657;
        font-size: 1.1em;
        font-weight: bold;
        opacity: 0.85;
    }
    .modal-details li.feature-no::before {
        content: '\2716'; /* Kreuz */
        color: #e74c3c;
        font-size: 1.1em;
        font-weight: bold;
        opacity: 0.85;
    }
    .modal-pricing {
        display: flex;
        align-items: center;
        gap: 1.7rem;
        margin-top: 1.7rem;
        width: 100%;
        background: transparent;
    }
    .modal-price {
        font-size: 2rem;
        font-weight: 700;
        color: #ffffff;
        background: rgba(94, 94, 94, 0.13);
        border-radius: 1.1rem;
        padding: 0.7rem 1.7rem;
        box-shadow: 0 2px 8px 0 rgba(94, 94, 94, 0.13);
    }
    .modal-buy-btn {
        background: linear-gradient(90deg, #ffffff 0%, #7a7a7a 100%);
        color: #23272f;
        border: none;
        border-radius: 999px;
        padding: 1rem 2rem;
        font-size: 1.25rem;
        font-weight: 700;
        box-shadow: 0 4px 16px 0 rgba(94, 94, 94, 0.13);
        cursor: pointer;
        transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
        text-decoration: none;
        margin-left: 0.5rem;
        outline: none;
        display: inline-block;
    }
    .modal-buy-btn:hover {
        background: linear-gradient(90deg, #ffffff 0%, #adadad 100%);
        box-shadow: 0 8px 32px 0 rgba(71, 71, 71, 0.22);
        transform: translateY(-3px) scale(1.06);
        text-align: center;
    }
    

.section-title {
    font-size: 1.8rem;
    letter-spacing: 2px;
    margin-bottom: 2.5rem;
    color: var(--primary);
    font-weight: 700;
}

.feedbacks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.feedback-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(128, 128, 128, 0.05) 100%);
    border: 1px solid var(--accent);
    padding: 2rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.feedback-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.feedback-card:hover::before {
    left: 100%;
}

.feedback-card:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(128, 128, 128, 0.08) 100%);
    border-color: var(--gray);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 255, 255, 0.1);
}

.feedback-stars {
    font-size: 1.2rem;
    color: #ffd700;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    display: flex;
    gap: 0.3rem;
}

.star-emoji {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.star-emoji:hover {
    transform: scale(1.1);
}

.feedback-text {
    color: var(--light-gray);
    font-size: 0.95rem;
    margin-bottom: 1rem;
    font-style: italic;
    line-height: 1.6;
}

.feedback-author {
    color: var(--gray);
    font-size: 0.85rem;
    font-weight: 600;
}

/* Team Section */
.team-section {
    margin: 4rem 0;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    margin-top: 2rem;
}

.team-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(128, 128, 128, 0.05) 100%);
    border: 1px solid var(--accent);
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.team-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    transition: all 0.5s ease;
    z-index: 0;
}

.team-card:hover::after {
    top: -25%;
    right: -25%;
}

.team-card:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(128, 128, 128, 0.08) 100%);
    border-color: var(--gray);
    transform: translateY(-15px);
}

.team-banner {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: linear-gradient(135deg, #404040, #606060);
    position: relative;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info {
    padding: 2rem;
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-avatar {
    width: 100px;
    height: 100px;
    margin: -50px auto 1.5rem;
    background: linear-gradient(135deg, var(--gray) 0%, #606060 100%);
    border-radius: 50%;
    border: 4px solid rgba(26, 26, 26, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.team-card:hover .team-avatar {
    transform: scale(1.1);
}

.team-card h4 {
    font-size: 1.3rem;
    margin: 1rem 0 0.5rem;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

.team-card p {
    color: var(--light-gray);
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
}

.team-bio {
    margin-top: 1rem !important;
    font-size: 0.85rem !important;
    font-style: italic;
    color: var(--gray) !important;
}

/* Footer */
.footer {
    background: rgba(26, 26, 26, 0.95);
    border-top: 1px solid var(--accent);
    text-align: center;
    padding: 2rem;
    color: var(--gray);
    font-size: 0.9rem;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-logo-large {
        width: 300px;
        height: 300px;
    }

    .hero-content {
        gap: 2rem;
    }

    .modules-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-content {
        flex-direction: column;
        gap: 2rem;
    }

    .hero-logo-large {
        width: 200px;
        height: 200px;
    }

    .pages-container {
        padding: 2rem 1.5rem;
    }

    .nav-menu {
        gap: 1rem;
    }

    .timeline {
        margin-left: 60px;
    }

    .timeline-date {
        left: -80px;
        width: 60px;
        height: 60px;
        font-size: 0.8rem;
    }

    .modules-list {
        grid-template-columns: 1fr;
    }

    .team-grid,
    .feedbacks-grid {
        grid-template-columns: 1fr;
    }
}

html.no-js .timeline-custom-item {
    opacity: 1;
    transform: none;
}
