/* --- ALAPOK --- */
body {
    margin: 0;
    background-color: #091224 !important; 
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

:root {
    --primary: #ff0033;
    --dark-card: #0a0a0a;
}

a { text-decoration: none; color: white; transition: 0.3s; }
ul { list-style: none; padding: 0; }

/* --- NAVBAR --- */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
}
.logo { font-weight: 900; font-size: 1.5rem; color: var(--primary); letter-spacing: 1px; }
.nav-links { display: flex; gap: 20px; }
.nav-links a { font-size: 0.9rem; color: #888; font-weight: bold; text-transform: uppercase; }
.nav-links a:hover { color: white; }

/* --- HERO --- */
.hero { padding-top: 20px; padding-bottom: 50px; display: block; }
.hero-content { display: flex; flex-direction: column; align-items: center; }
.main-logo { width: 150px; margin-bottom: 20px; }
.glow { filter: drop-shadow(0 0 15px rgba(255, 0, 51, 0.5)); }

h1 {
    font-size: 5rem; font-weight: 900; margin: 10px 0;
    color: var(--primary); letter-spacing: -2px; line-height: 1;
}

.hero p { color: #aaa; max-width: 600px; margin: 0 auto 40px auto; font-size: 1.1rem; line-height: 1.5; }

/* --- GOMBOK ÉS SZÁMLÁLÓ --- */
.hero-buttons {
    display: flex; justify-content: center; align-items: center;
    gap: 15px; flex-wrap: wrap;
}

.btn-filled { background-color: var(--primary); color: black; padding: 15px 30px; border-radius: 50px; font-weight: 800; }
.btn-filled:hover { background-color: white; }

.btn-outline { border: 1px solid rgba(255,255,255,0.3); padding: 15px 30px; border-radius: 50px; font-weight: 700; background: transparent; }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }

/* --- VISSZASZÁMLÁLÓ STÍLUS --- */
#countdown-container { 
    display: flex; 
    flex-direction: column; /* Egymás alá rendezi a feliratot és a számot */
    align-items: center;
    justify-content: center;
    margin: 0 10px; 
    text-align: center; 
}

/* EZ AZ ÚJ FELIRAT STÍLUSA */
.launch-label {
    font-size: 0.8rem;
    color: #ccc; /* Világosszürke */
    font-weight: 700;
    margin-bottom: 5px; /* Kis hely a számok előtt */
    letter-spacing: 1px;
    text-transform: uppercase;
}

#countdown { font-size: 1.4rem; font-weight: 900; color: white; text-shadow: 0 0 10px #ff0033; font-family: 'Montserrat', sans-serif; }
#countdown span { color: #ff0033; }
#launch-message { font-size: 1.5rem; font-weight: 900; color: #ff0033; animation: pulse 1.5s infinite; }

/* --- EGYÉB --- */
.section { padding: 80px 20px; }
h2 { color: var(--primary); font-weight: 800; font-size: 1.5rem; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 1px; }

.cards { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.card { background-color: var(--dark-card); border: 1px solid #222; border-radius: 15px; width: 200px; padding: 30px 20px; }
.card h3 { font-size: 2.5rem; font-weight: 900; margin: 0; color: var(--primary); }
.card p { margin: 5px 0 0 0; color: #888; text-transform: uppercase; font-size: 0.9rem; }

.gallery { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.gallery-item { width: 300px; height: 180px; background: #111; border-radius: 15px; overflow: hidden; border: 1px solid #333; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }

.community-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; max-width: 800px; margin: 0 auto; }
.comm-btn { background: var(--dark-card); border: 1px solid #333; padding: 20px; width: 200px; border-radius: 15px; font-weight: bold; display: flex; align-items: center; justify-content: center; }
.comm-btn:hover { border-color: var(--primary); color: var(--primary); }

/* --- MOBIL NÉZET --- */
@media (max-width: 768px) {
    nav { flex-direction: column; gap: 15px; padding: 10px 20px; }
    .nav-links { justify-content: center; gap: 15px; width: 100%; font-size: 0.8rem; }
    .hero { padding-top: 20px; }
    .main-logo { width: 120px; margin-bottom: 10px; }
    .hero h1 { font-size: 2.8rem; margin: 10px 0 20px 0; word-break: break-word; }
    .hero p { font-size: 1rem; padding: 0 15px; }
    .hero-buttons { flex-direction: column; width: 100%; }
    #countdown-container { margin: 15px 0; order: -1; }
    #countdown { font-size: 2rem; }
    .btn-filled, .btn-outline { width: 80%; }
}

@keyframes pulse {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(0.95); }
    100% { opacity: 1; transform: scale(1); }
}
    font-size: 5rem; font-weight: 900; margin: 10px 0;
    color: var(--primary); letter-spacing: -2px; line-height: 1;
}

.hero p { color: #aaa; max-width: 600px; margin: 0 auto 40px auto; font-size: 1.1rem; line-height: 1.5; }

/* --- GOMBOK ÉS SZÁMLÁLÓ --- */
.hero-buttons {
    display: flex; justify-content: center; align-items: center;
    gap: 15px; flex-wrap: wrap;
}

.btn-filled { background-color: var(--primary); color: black; padding: 15px 30px; border-radius: 50px; font-weight: 800; }
.btn-filled:hover { background-color: white; }

.btn-outline { border: 1px solid rgba(255,255,255,0.3); padding: 15px 30px; border-radius: 50px; font-weight: 700; background: transparent; }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }

#countdown-container { display: inline-block; margin: 0 10px; text-align: center; }
#countdown { font-size: 1.4rem; font-weight: 900; color: white; text-shadow: 0 0 10px #ff0033; font-family: 'Montserrat', sans-serif; }
#countdown span { color: #ff0033; }
#launch-message { font-size: 1.5rem; font-weight: 900; color: #ff0033; animation: pulse 1.5s infinite; }

/* --- EGYÉB SZEKCIÓK --- */
.section { padding: 80px 20px; }
h2 { color: var(--primary); font-weight: 800; font-size: 1.5rem; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 1px; }

.cards { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.card { background-color: var(--dark-card); border: 1px solid #222; border-radius: 15px; width: 200px; padding: 30px 20px; }
.card h3 { font-size: 2.5rem; font-weight: 900; margin: 0; color: var(--primary); }
.card p { margin: 5px 0 0 0; color: #888; text-transform: uppercase; font-size: 0.9rem; }

.gallery { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.gallery-item { width: 300px; height: 180px; background: #111; border-radius: 15px; overflow: hidden; border: 1px solid #333; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }

.community-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; max-width: 800px; margin: 0 auto; }
.comm-btn { background: var(--dark-card); border: 1px solid #333; padding: 20px; width: 200px; border-radius: 15px; font-weight: bold; display: flex; align-items: center; justify-content: center; }
.comm-btn:hover { border-color: var(--primary); color: var(--primary); }

/* --- MOBIL NÉZET --- */
@media (max-width: 768px) {
    nav { flex-direction: column; gap: 15px; padding: 10px 20px; }
    .nav-links { justify-content: center; gap: 15px; width: 100%; font-size: 0.8rem; }
    .hero { padding-top: 20px; }
    .main-logo { width: 120px; margin-bottom: 10px; }
    .hero h1 { font-size: 2.8rem; margin: 10px 0 20px 0; word-break: break-word; }
    .hero p { font-size: 1rem; padding: 0 15px; }
    .hero-buttons { flex-direction: column; width: 100%; }
    #countdown-container { margin: 15px 0; order: -1; }
    #countdown { font-size: 2rem; }
    .btn-filled, .btn-outline { width: 80%; }
}

@keyframes pulse {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(0.95); }
    100% { opacity: 1; transform: scale(1); }
}
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-logo {
    width: 150px;
    margin-bottom: 20px;
}

/* Glow effekt a logóra */
.glow { filter: drop-shadow(0 0 15px rgba(255, 0, 51, 0.5)); }

h1 {
    font-size: 5rem;
    font-weight: 900;
    margin: 10px 0;
    color: var(--primary);
    letter-spacing: -2px;
    line-height: 1;
}

.hero p {
    color: #aaa;
    max-width: 600px;
    margin: 0 auto 40px auto;
    font-size: 1.1rem;
    line-height: 1.5;
}

/* --- GOMBOK ÉS VISSZASZÁMLÁLÓ --- */
.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center; /* Középre igazítja a gombokat és a számlálót */
    gap: 15px;
    flex-wrap: wrap;
}

.btn-filled {
    background-color: var(--primary);
    color: black;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 800;
}
.btn-filled:hover { background-color: white; }

.btn-outline {
    border: 1px solid rgba(255,255,255,0.3);
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    background: transparent;
}
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }

/* --- VISSZASZÁMLÁLÓ STÍLUS --- */
#countdown-container {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
}

#countdown {
    font-size: 1.4rem;
    font-weight: 900;
    color: white;
    text-shadow: 0 0 10px #ff0033; /* Neon hatás */
    font-family: 'Montserrat', sans-serif;
}

#countdown span { color: #ff0033; }

#launch-message {
    font-size: 1.5rem;
    font-weight: 900;
    color: #ff0033;
    animation: pulse 1.5s infinite;
}

/* --- TOKENOMICS --- */
.section { padding: 80px 20px; }
h2 { color: var(--primary); font-weight: 800; font-size: 1.5rem; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 1px; }

.cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    background-color: var(--dark-card);
    border: 1px solid #222;
    border-radius: 15px;
    width: 200px;
    padding: 30px 20px;
}

.card h3 {
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0;
    color: var(--primary);
}
.card p { margin: 5px 0 0 0; color: #888; text-transform: uppercase; font-size: 0.9rem; }

/* --- ENERGY (KÉPEK) --- */
.gallery { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.gallery-item {
    width: 300px;
    height: 180px;
    background: #111;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #333;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }

/* --- COMMUNITY --- */
.community-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

.comm-btn {
    background: var(--dark-card);
    border: 1px solid #333;
    padding: 20px;
    width: 200px;
    border-radius: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comm-btn:hover { border-color: var(--primary); color: var(--primary); }

/* --- MOBIL NÉZET JAVÍTÁS (VÉGLEGES, ÖSSZEVONT VERZIÓ) --- */
@media (max-width: 768px) {
    
    /* Menü */
    nav { flex-direction: column; gap: 15px; padding: 10px 20px; }
    .nav-links { justify-content: center; gap: 15px; width: 100%; font-size: 0.8rem; }
    .logo { margin-bottom: 5px; }

    /* Hero */
    .hero { padding-top: 20px; }
    .main-logo { width: 120px; margin-bottom: 10px; }
    
    .hero h1 {
        font-size: 2.8rem;
        margin: 10px 0 20px 0;
        word-break: break-word;
    }

    .hero p { font-size: 1rem; padding: 0 15px; }

    /* Gombok és Visszaszámláló mobilon */
    .hero-buttons {
        flex-direction: column; /* Egymás alá */
        width: 100%;
    }
    
    /* Ez biztosítja, hogy mobilon is szép helye legyen a visszaszámlálónak */
    #countdown-container {
        margin: 15px 0; 
        order: -1; /* Ezzel a trükkel a gombok FÖLÉ tesszük mobilon, hogy jobban látszódjon (opcionális, ha zavar, töröld ki ezt a sort) */
    }
    
    #countdown { font-size: 2rem; }

    .btn-filled, .btn-outline { width: 80%; }
}

/* Animáció a visszaszámlálóhoz */
@keyframes pulse {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(0.95); }
    100% { opacity: 1; transform: scale(1); }
}
.glow { filter: drop-shadow(0 0 15px rgba(255, 0, 51, 0.5)); }

h1 {
    font-size: 5rem;
    font-weight: 900;
    margin: 10px 0;
    color: var(--primary); /* NAGY PIROS FELIRAT */
    letter-spacing: -2px;
}

.hero p {
    color: #aaa;
    max-width: 600px;
    margin: 0 auto 40px auto;
    font-size: 1.1rem;
    line-height: 1.5;
}

/* --- 3 GOMB A FEJLÉCBEN --- */
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-filled {
    background-color: var(--primary);
    color: black;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 800;
}
.btn-filled:hover { background-color: white; }

.btn-outline {
    border: 1px solid rgba(255,255,255,0.3);
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    background: transparent;
}
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }

/* --- TOKENOMICS (4 KÁRTYA) --- */
.section { padding: 80px 20px; }
h2 { color: var(--primary); font-weight: 800; font-size: 1.5rem; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 1px; }

.cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    background-color: var(--dark-card); /* Sötét kártya */
    border: 1px solid #222;
    border-radius: 15px;
    width: 200px;
    padding: 30px 20px;
}

.card h3 {
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0;
    color: var(--primary); /* Piros számok */
}
.card p { margin: 5px 0 0 0; color: #888; text-transform: uppercase; font-size: 0.9rem; }

/* --- ENERGY (KÉPEK) --- */
.gallery { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.gallery-item {
    width: 300px;
    height: 180px;
    background: #111;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #333;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; }

/* --- COMMUNITY --- */
.community-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

.comm-btn {
    background: var(--dark-card);
    border: 1px solid #333;
    padding: 20px;
    width: 200px; /* Széles gombok */
    border-radius: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comm-btn:hover { border-color: var(--primary); color: var(--primary); }

.disclaimer { margin-top: 50px; color: #444; font-size: 0.8rem; }
/* --- MOBIL NÉZET JAVÍTÁS ($PATRIOTS verzió) --- */
/* --- MOBIL NÉZET JAVÍTÁS (VÉGLEGES) --- */
/* --- MOBIL NÉZET JAVÍTÁS (VÉGLEGES, SZÉTHÚZOTT VERZIÓ) --- */
@media (max-width: 768px) {
    
    /* 1. MENÜRENDSZER: Egymás alá kerüljön a logó és a linkek */
    nav {
        flex-direction: column; /* Függőleges elrendezés */
        padding: 10px 20px;
        position: relative; /* Nem lóg bele a tartalomba */
    }
    
    .logo {
        margin-bottom: 15px; /* Hely a logó és a linkek között */
        font-size: 1.5rem;
    }

    .nav-links {
        display: flex;
        flex-wrap: wrap; /* Ha nem fér ki, törje a sort */
        justify-content: center;
        gap: 15px; /* Távolság a menüpontok között */
        width: 100%;
    }

    /* 2. FŐ RÉSZ (HERO): Nincs többé egymásra csúszás! */
    .hero {
        padding-top: 20px;
        height: auto; /* Hagyjuk, hogy akkora legyen, amekkora kell */
        min-height: auto;
        display: block; /* Sima blokk megjelenítés */
    }

    .hero-content {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center; /* Középre igazítás */
    }

    /* A KÉP (Logó) */
    .main-logo {
        width: 140px; /* Kicsit kisebb, hogy ne uralja a képernyőt */
        height: auto;
        margin-bottom: 20px; /* NAGY HELY a kép alatt */
        position: static; /* Nem engedjük, hogy elcsússzon */
    }

    /* A CÍM ($PATRIOTS) */
    .hero h1 {
        font-size: 2.8rem;
        margin: 0 0 20px 0; /* Tiszta margók: 20px hely alatta */
        position: static;
        line-height: 1.2;
        word-break: break-word; /* Ha túl hosszú, törje el */
    }

    /* A SZÖVEG */
    .hero p {
        font-size: 1rem;
        padding: 0 20px;
        margin-bottom: 30px;
    }

    /* GOMBOK */
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        align-items: center;
    }
    
    .btn-filled, .btn-outline {
        width: 80%; /* Széles gombok */
    }
}
/* --- VISSZASZÁMLÁLÓ (Gombok közé igazítva) --- */
#countdown-container {
    display: inline-block; /* Hogy egy sorban maradjon a gombokkal */
    vertical-align: middle; /* Középre igazítja a gombokhoz képest */
    margin: 0 15px; /* Kicsi távolság balra és jobbra a gomboktól */
    text-align: center;
}

#countdown {
    font-size: 1.4rem; /* Kisebb méret, hogy beférjen a gombok közé */
    font-weight: 900;
    color: white;
    text-shadow: 0 0 10px #ff0033; /* Neon piros ragyogás */
    line-height: 1.1;
    font-family: 'Montserrat', sans-serif;
}

#countdown span {
    color: #ff0033; /* A számok pirosak */
}

/* Ha lejárt az idő, ez a szöveg jelenik meg */
#launch-message {
    font-size: 1.5rem;
    font-weight: 900;
    color: #ff0033;
    text-transform: uppercase;
    animation: pulse 1.5s infinite; /* Villogás */
}

/* Villogó animáció */
@keyframes pulse {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(0.95); }
    100% { opacity: 1; transform: scale(1); }
}

/* --- MOBIL NÉZET KORREKCIÓ --- */
/* Telefonon a gombok általában egymás alá kerülnek, így a számláló is */
@media (max-width: 768px) {
    #countdown-container {
        display: block; /* Mobilon legyen saját sora */
        margin: 15px auto; /* Távolság fent/lent */
    }
    
    #countdown {
        font-size: 2rem; /* Mobilon lehet kicsit nagyobb */
    }
}
