
        :root { --primary-gold: #d4af37; --secondary-red: #8a1c1c; --bg-dark: #121212; --bg-card: #1e1e1e; --text-light: #e0e0e0; --text-muted: #aaa; }
        body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; margin: 0; background-color: var(--bg-dark); color: var(--text-light); line-height: 1.6; overflow-x: hidden; }
        
        header nav { background-color: rgba(0, 0, 0, 0.95); padding: 15px 0; position: fixed; width: 100%; top: 0; z-index: 1000; border-bottom: 2px solid var(--primary-gold); box-shadow: 0 2px 10px rgba(0,0,0,0.5); }
        .container { width: 90%; margin: auto; max-width: 1200px; }
        .nav-content { display: flex; justify-content: space-between; align-items: center; }
        .logo { font-size: 26px; font-weight: bold; color: var(--primary-gold); text-transform: uppercase; letter-spacing: 1px; text-decoration: none;}
        .nav-links { display: flex; align-items: center; }
        .nav-links a { color: #fff; text-decoration: none; margin-left: 20px; font-weight: 500; cursor: pointer; transition: color 0.3s; font-size: 0.95rem; }
        .nav-links a:hover { color: var(--primary-gold); }
        
        /* User panel CSS-t benne hagytam, hátha később visszarakod, de nem használjuk */
        .user-panel { margin-left: 20px; border-left: 1px solid #555; padding-left: 20px; display: flex; align-items: center; }
        .user-name { color: var(--primary-gold); font-weight: bold; margin-right: 15px; }
        .btn-logout { font-size: 0.9rem; color: #aaa; text-decoration: none; transition: color 0.3s; }
        .btn-logout:hover { color: #fff; }

        .hero { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)), url('https://placehold.co/1920x1080/1a1a1a/d4af37?text=IronSRO-R+World'); background-size: cover; background-position: center; height: 85vh; display: flex; align-items: center; justify-content: center; text-align: center; margin-top: 60px; position: relative; }
        .hero h1 { font-size: 3.5rem; margin-bottom: 15px; color: #fff; text-shadow: 0 2px 4px rgba(0,0,0,0.8); }
        .hero p { font-size: 1.3rem; max-width: 800px; margin: 0 auto 35px; text-shadow: 0 1px 2px rgba(0,0,0,0.8); color: #f0f0f0; }

        .btn { padding: 14px 35px; border: none; cursor: pointer; font-size: 1rem; font-weight: bold; text-transform: uppercase; margin: 10px; text-decoration: none; display: inline-block; color: white; transition: all 0.3s; border-radius: 3px; }
        .btn-primary { background-color: var(--secondary-red); border: 2px solid var(--secondary-red); box-shadow: 0 4px 15px rgba(138, 28, 28, 0.4); }
        .btn-primary:hover { background-color: #a52424; border-color: #a52424; transform: translateY(-3px); box-shadow: 0 6px 20px rgba(138, 28, 28, 0.6); }
        .btn-outline { background-color: rgba(0,0,0,0.3); color: var(--primary-gold); border: 2px solid var(--primary-gold); }
        .btn-outline:hover { background-color: var(--primary-gold); color: #000; transform: translateY(-3px); }
        
        section { padding: 80px 0; border-bottom: 1px solid #222; position: relative; }
        h2 { text-align: center; color: var(--primary-gold); font-size: 2.5rem; text-transform: uppercase; margin-bottom: 50px; position: relative; display: inline-block; width: 100%; }
        h2::after { content: ''; display: block; width: 60px; height: 3px; background: var(--secondary-red); margin: 15px auto 0; }
        
        .grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
        .card { background: var(--bg-card); padding: 35px; border-radius: 5px; border: 1px solid #333; text-align: center; transition: 0.3s; box-shadow: 0 5px 15px rgba(0,0,0,0.2); }
        .card:hover { border-color: var(--primary-gold); transform: translateY(-5px); box-shadow: 0 8px 25px rgba(212, 175, 55, 0.15); }
        .card h3 { color: var(--primary-gold); font-size: 1.5rem; margin-top: 0; }
        
        /* Silk Grid */
        .silk-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; margin-top: 30px; }
        .silk-card { background: #252525; padding: 25px; text-align: center; border: 1px solid #444; position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 220px; transition: 0.3s; border-radius: 4px; }
        .silk-card:hover { border-color: var(--primary-gold); transform: scale(1.02); }
        .silk-amount { font-size: 1.8rem; color: var(--primary-gold); display: block; font-weight: bold; margin-bottom: 10px; }
        .silk-price { font-size: 1.3rem; color: #fff; margin-bottom: 15px; display: block; font-weight: 500; }
        .discount { position: absolute; top: -10px; right: -10px; background: var(--secondary-red); font-size: 0.8rem; padding: 5px 10px; color: white; font-weight: bold; border-radius: 3px; box-shadow: 0 2px 5px rgba(0,0,0,0.5); }
        .btn-buy { background-color: var(--primary-gold); color: #000; padding: 10px 15px; font-size: 1rem; text-transform: uppercase; font-weight: bold; text-decoration: none; display: inline-block; margin-top: auto; transition: 0.3s; width: 80%; margin-left: auto; margin-right: auto; }
        .btn-buy:hover { background-color: #fff; }

        /* Modal CSS törölve, mivel kérted a login törlését */

        .epvp-section { text-align: center; background: #0a0a0a; padding: 80px 0; }
        .epvp-img { max-width: 320px; border: 2px solid var(--primary-gold); transition: transform 0.3s, box-shadow 0.3s; border-radius: 5px; }
        .epvp-img:hover { transform: scale(1.05); box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); cursor: pointer; }

        /* SEO Text Block Styles */
        .seo-content { background: #151515; color: #888; padding: 60px 0; font-size: 0.95rem; text-align: left; }
        .seo-content h3 { color: var(--text-light); font-size: 1.4rem; margin-bottom: 15px; }
        .seo-content ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
        .seo-content li { background: #222; padding: 5px 10px; border-radius: 3px; font-size: 0.85rem; }
        .seo-text-block { margin-bottom: 30px; }

        footer { text-align:center; padding: 40px; color: #777; background: #080808; border-top: 1px solid #222; }
        .footer-links a { color: #aaa; text-decoration: none; margin: 0 10px; font-size: 0.9rem; transition: 0.3s; }
        .footer-links a:hover { color: var(--primary-gold); }

        @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
        .hero .container { animation: fadeIn 1.2s ease-out; }
        
        @media (max-width: 768px) {
            .hero h1 { font-size: 2.5rem; }
            .grid-3 { grid-template-columns: 1fr; }
            .nav-content { flex-direction: column; }
            .nav-links { margin-top: 15px; flex-wrap: wrap; justify-content: center; }
            .nav-links a { margin: 5px 10px; }
        }

 /* Alapértelmezett színek definiálása, ha a fő CSS-ed nem tartalmazná */
    :root {
        --primary-gold: #d4af37;
        --secondary-red: #8b0000;
        --bg-card: #1a1a1a;
        --text-light: #e0e0e0;
    }

    .modal-overlay-open {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        backdrop-filter: blur(8px);
    }
    .modal-content-open {
        background: var(--bg-card);
        border: 2px solid var(--primary-gold);
        padding: 40px;
        max-width: 550px;
        width: 90%;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 0 40px rgba(212, 175, 55, 0.2);
        border-top: 5px solid var(--primary-gold);
        position: relative;
    }
    .modal-content-open h2 {
        color: var(--primary-gold);
        margin-top: 0;
        font-size: 2rem;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-bottom: 15px;
    }
    .status-badge {
        display: inline-block;
        color: #2ecc71;
        border: 1px solid #2ecc71;
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: bold;
        margin-bottom: 25px;
        text-transform: uppercase;
    }
    .modal-content-open p {
        line-height: 1.8;
        font-size: 1.1rem;
        color: var(--text-light);
        margin-bottom: 30px;
    }
    .highlight {
        color: var(--primary-gold);
        font-weight: bold;
    }
    .btn-start {
        background: linear-gradient(135deg, var(--secondary-red), #5e1313);
        color: white;
        border: none;
        padding: 15px 40px;
        font-size: 1.1rem;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 4px;
        transition: 0.4s;
        box-shadow: 0 4px 15px rgba(0,0,0,0.4);
        display: block;
        margin: 0 auto 20px auto;
        text-decoration: none;
    }
    .btn-start:hover {
        transform: scale(1.05);
        filter: brightness(1.2);
    }
    .btn-details {
        background: transparent;
        color: var(--primary-gold);
        border: 1px solid var(--primary-gold);
        padding: 10px 20px;
        font-size: 0.9rem;
        cursor: pointer;
        border-radius: 4px;
        transition: 0.3s;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    .btn-details:hover {
        background: rgba(212, 175, 55, 0.1);
    }
/* Nyelvválasztó arany kerettel és zászlókkal */
.lang-selector {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.lang-selector select {
    background-color: var(--bg-dark); /* Sötét háttér */
    color: var(--primary-gold);       /* Arany szöveg */
    border: 1px solid var(--primary-gold); /* Arany szegély */
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 0.95rem;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    appearance: none; /* Eltávolítja az alapértelmezett nyilat */
    background-image: linear-gradient(45deg, transparent 50%, var(--primary-gold) 50%),
                      linear-gradient(135deg, var(--primary-gold) 50%, transparent 50%);
    background-position: calc(100% - 15px) calc(0.9em),
                         calc(100% - 10px) calc(0.9em);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.lang-selector select:hover {
    background-color: rgba(212, 175, 55, 0.1); /* Enyhe arany háttér hover-re */
}

/* A legördülő menü elemeinek stílusa */
.lang-selector select option {
    background-color: var(--bg-dark);
    color: var(--text-light);
    font-weight: normal;
}

/* Mobil nézet igazítása */
@media (max-width: 768px) {
    .lang-selector {
        margin: 10px;
    }

/* =========================================
   TikTok Lebegő Gomb (Floating Button)
========================================= */
.floating-tiktok {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #000000;
    color: #ffffff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 1000;
    /* Alapértelmezett fekete árnyék */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-tiktok:hover {
    transform: scale(1.1);
    /* TikTok stílusú neon ragyogás hover (ráhúzás) esetén */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6), 
                -3px 0px 15px #00f2fe, 
                3px 0px 15px #fe0979;
}

/* =========================================
   TikTok Link a Láblécben (Footer)
========================================= */
.tiktok-footer-link {
    color: #fe0979 !important; /* TikTok magenta szín */
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.tiktok-footer-link:hover {
    color: #00f2fe !important; /* TikTok ciánkék szín */
    text-shadow: 0 0 8px rgba(0, 242, 254, 0.6);
}
}


    /* Karbantartás Sáv Stílus */
    .maintenance-banner {
        background: linear-gradient(90deg, #1a1a1a 0%, #8b0000 50%, #1a1a1a 100%);
        color: #fff;
        text-align: center;
        padding: 12px 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        border-bottom: 2px solid var(--primary-gold, #c5a040);
        position: relative;
        z-index: 1001;
    }

    .maintenance-content {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .maintenance-title {
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #ffda6a;
    }

    #countdown {
        font-family: 'Courier New', Courier, monospace;
        font-weight: bold;
        font-size: 1.2rem;
        background: rgba(0, 0, 0, 0.4);
        padding: 4px 12px;
        border-radius: 4px;
        border: 1px solid rgba(255, 218, 106, 0.3);
        min-width: 250px;
    }

    @media (max-width: 600px) {
        .maintenance-content { flex-direction: column; gap: 5px; }
    }




    /* Server Status Badge */
    .server-status {
        display: flex;
        align-items: center;
        gap: 8px;
        background: rgba(11, 11, 11, 0.8);
        border: 1px solid rgba(76, 175, 80, 0.4);
        padding: 6px 14px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 700;
        color: #e0e0e0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-right: 15px; /* Távolság a többi menüponttól */
    }

    /* Pulzáló zöld pötty */
    .status-dot {
        width: 10px;
        height: 10px;
        background-color: #4CAF50;
        border-radius: 50%;
        box-shadow: 0 0 8px #4CAF50;
        animation: pulse-green 2s infinite;
    }

    @keyframes pulse-green {
        0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7); }
        70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(76, 175, 80, 0); }
        100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(76, 175, 80, 0); }
    }



    </style>
</head>
<body>