body { 
    font-family: 'Inter', sans-serif; 
    background-color: #0f0f0f; 
    background-image: radial-gradient(circle at center, #1a1a1a 0%, #0f0f0f 100%);
    color: white; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: flex-start; 
    min-height: 100vh; 
    margin: 0; 
    padding-top: 50px; 
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    opacity: 0.04;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

.container { 
    width: 85%;
    max-width: 400px; 
    text-align: center; 
}

.logo { 
    width: 120px; 
    height: 120px; 
    border-radius: 50%; 
    margin-bottom: 10px;
    object-fit: cover;
    border: 2px solid #222;
}

h1 { 
    font-size: 30px; 
    font-weight: 700;
    margin-bottom: 5px; 
    letter-spacing: 1px;
    margin-top: 2px;
}

p { 
    color: #888; 
    margin-bottom: 35px; 
    font-size: 15px;
    line-height: 1.5;
    margin-top: 0px;
}

@media (underline: none) and (hover: hover) {
    .link-button:hover { 
        background: #fff; 
        color: #000; 
        transform: translateY(-2px); 
    }
}

.link-button {
    display: block;
    background: #1a1a1a;
    color: white;
    text-decoration: none;
    padding: 18px;
    margin-bottom: 14px;
    border-radius: 16px;
    transition: all 0.2s ease-in-out;
    border: 1px solid #333;
    border-left-width: 6px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spotify {
    border-left-color: #1DB954;
}

.youtube {
    border-left-color: #ff0000;
}

.instagram {
    border-left-color: #ff4785;
}

.contact {
    border-left-color: #00d2ff;
}

.soundcloud {
    border-left-color: #ff5500;
}

.link-button:hover {
    background: #252525;
    transform: translateX(4px);
}

.link-button:active {
    transform: scale(0.98);
    background: #333;
}

#latest-youtube {
    gap: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left-color: #ff0000;
}

#latest-youtube span {
    background: #ff0000;
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 800;
    letter-spacing: 1px;
}

.duo-container {
    display: flex;
    justify-content: center; 
    gap: 25px;
    margin-top: -5px;
    margin-bottom: 35px;
}

.duo-link {
    display: flex;
    align-items: center;
    color: #aaa;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.duo-link:hover {
    color: white;
}

.outline-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    stroke: currentColor; 
    stroke-width: 2px;
}

.button-row {
    display: flex;
    gap: 12px;
    width: 100%;
    margin-bottom: 14px;
}

.button-row .link-button {
    flex: 1;
    margin-bottom: 0;
    padding: 18px 10px;
    font-size: 14px;
}

.facebook {
    border-left-color: #1877F2;
}

.instagram-split {
    border-left-width: 1px;
    border-left-color: #333;
    border-right-width: 6px;
    border-right-color: #ff4785;
}

.button-row .link-button:hover {
    transform: translateY(-2px);
}

/* --- KAPCSOLAT FOOTER --- */
.contact-footer {
    margin-top: 10px;
    margin-bottom: 20px;
}


.contact-link:hover {
    color: white; /* Kifehéredik ha fölé mész */
}

.gmail-icon {
    width: 18px;
    height: 18px;
}

/* --- RÖGZÍTETT KAPCSOLAT FOOTER --- */
.contact-footer {
    position: fixed;      /* Rögzített pozíció a képernyőhöz képest */
    bottom: 0;            /* Teljesen az aljára ragasztva */
    left: 0;
    width: 100%;          /* Teljes szélességben kiterjed */
    padding: 20px 0;      /* Függőleges hely a szövegnek */
    z-index: 9999;        /* Garantálja, hogy minden más elem felett legyen */
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #888; /* Szolidabb szürke */
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.2s ease;
}

.contact-link:hover {
    color: white;
    transform: scale(1.05); /* Picit megnő, ha fölé viszed az egeret */
}

body {
    padding-bottom: 80px; /* Pontosan annyi hely, amennyit a footer elfoglal */
}

/* Kattinthatatlan (Disabled) gomb stílusa */
.link-button.disabled {
    opacity: 0.3;            /* Elhalványítjuk */
    cursor: default;         /* Nem mutatja a "mutatóujjat" */
    pointer-events: none;    /* Teljesen kikapcsolja a kattintást és a hover effektet */
    border-left-color: #555; /* A zöld helyett egy szürkébb sáv, amíg nem éles */
}
