
        :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) {
    /* ADJ HOZZÁ EZT A SORT: */
    header nav { 
        position: absolute; 
    }

    .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; }
}

.logo img {
    height: 65px;
    width: auto;
    display: block;
}
    </style>