/* ═══════════════════════════════════════════════════════════════
   AEGIS LANDING — 2K / QHD (2560×1440+)
   Brothers in Code — Swiss Made
   NUR Containers/Panels grösser — Text bleibt default
   ═══════════════════════════════════════════════════════════════ */

@media (min-width: 2400px) {

    /* ── SHIELD — grösser für 2K ── */
    .shield-wrapper {
        width: 1100px;
        height: 1100px;
    }
    .shockwave {
        width: 420px;
        height: 420px;
    }

    /* ── TIMELINE BAR — breiter ── */
    .timeline-bar {
        width: 1500px !important;
        max-width: 95% !important;
        min-height: 60vh !important;
        padding: 200px 55px !important;
    }

    /* ── TIMELINE ITEMS — mehr Platz ── */
    .timeline-item {
        gap: 40px;
        padding: 30px 25px;
    }

    /* ── ICON — grösser ── */
    .timeline-icon {
        width: 280px !important;
        height: 280px !important;
        min-width: 280px !important;
    }
    .timeline-icon svg {
        width: 280px !important;
        height: 280px !important;
    }

    /* ── TEXT — ein wenig grösser ── */
    .timeline-label {
        font-size: 22px !important;
        letter-spacing: 5px;
    }
    .timeline-title {
        font-size: 30px !important;
    }
    .timeline-subtitle {
        font-size: 19px !important;
        line-height: 1.7;
    }

    /* ── PAYMENT OVERLAY ── */
    .aegis-payment-panel {
        max-width: 1200px !important;
        padding: 70px !important;
        border-radius: 32px !important;
    }
    .aegis-payment-close {
        width: 48px !important;
        height: 48px !important;
    }

    /* ── DOWNLOAD OVERLAY ── */
    .aegis-download-panel {
        max-width: 1400px !important;
        padding: 70px !important;
        border-radius: 32px !important;
    }
    .aegis-download-close {
        width: 48px !important;
        height: 48px !important;
    }

    /* ── LANGUAGE OVERLAY ── */
    .lang-overlay-panel {
        max-width: 1300px !important;
        padding: 50px !important;
        border-radius: 32px !important;
    }

    /* ── BUY BUTTONS ── */
    .aegis-buy-btn {
        width: 150px !important;
        height: 150px !important;
    }
    .aegis-buy-btn-svg svg {
        width: 110px !important;
        height: 110px !important;
    }

    /* ── CRYPTO/ALERT OVERLAY ── */
    .aegis-alert-panel {
        max-width: 1200px !important;
        padding: 70px !important;
        border-radius: 32px !important;
    }

    /* ── TENTACLES ── */
    .layer-2a,
    .layer-2b {
        transform: scale(1.15);
    }

    /* ── BUY OVERLAY — gleich breit wie Timeline ── */
    .aegis-buy-panel {
        width: 1500px !important;
        max-width: 95% !important;
        padding: 70px 60px !important;
    }
    .aegis-buy-crown {
        width: 140px !important;
        height: 140px !important;
    }
    .aegis-buy-crown svg {
        width: 140px !important;
        height: 140px !important;
    }
    .aegis-buy-title {
        font-size: 36px !important;
        letter-spacing: 8px !important;
    }
    .aegis-buy-text {
        font-size: 26px !important;
        letter-spacing: 3px !important;
    }
    .aegis-buy-sub {
        font-size: 20px !important;
        max-width: 1200px !important;
        line-height: 1.8 !important;
    }
    .aegis-buy-buttons {
        gap: 30px !important;
    }
    .aegis-buy-btn {
        width: 180px !important;
        padding: 30px !important;
    }
    .aegis-buy-btn-svg {
        width: 100px !important;
        height: 100px !important;
    }
    .aegis-buy-btn-svg svg {
        width: 100px !important;
        height: 100px !important;
    }
    .aegis-buy-btn-label {
        font-size: 14px !important;
        letter-spacing: 3px !important;
    }
    .aegis-buy-game {
        max-width: 1200px !important;
        padding: 24px 36px !important;
    }
    .aegis-buy-game .aegis-buy-btn-svg {
        width: 70px !important;
        height: 70px !important;
    }
    .aegis-buy-game .aegis-buy-btn-svg svg {
        width: 70px !important;
        height: 70px !important;
    }
    .aegis-buy-game-text {
        font-size: 20px !important;
    }
    .aegis-buy-close {
        width: 48px !important;
        height: 48px !important;
        font-size: 28px !important;
    }

    /* ── RIDDLE INVITE — gleich breit wie Timeline ── */
    .div-top-bottom .div-card-buy {
        width: 1630px !important;
    }
    .div-top-bottom .aegis-slogan {
        font-size: 24px !important;
    }
    .div-top-bottom .div-card-svg svg {
        width: 180px !important;
        height: 40px !important;
    }
}
