:root {
    --main-bg: #f5f2ed;
    --bubble-bg: rgba(245, 242, 237, 0.80);
    --btn-bg: rgba(228, 223, 215, 0.80);
    --btn-active-bg: rgba(232, 195, 187, 0.80);
    --btn-hover-bg: rgba(178, 158, 143, 0.80);
    --text-main: #2b2320;
    --btn-text: #2b2320;
    --creator-link: #e8c3bb;
    --shadow: 0 6px 26px 6px #2225;
}

html, body {
    height: 100%;
    width: 100vw;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', Arial, sans-serif;
    color: var(--text-main);
    background: var(--main-bg);
    box-sizing: border-box;
    overflow-x: hidden;
}

.background {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: url('/img/bg.jpg') no-repeat center center/cover;
    z-index: 0;
    filter: brightness(0.86);
}

.content-wrapper {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Nyelvváltó */
.lang-switch {
    width: 100vw;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 36px;
    right: 32px;
    z-index: 3;
}
.lang-switch form {
    display: flex;
    gap: 0.7rem;
}
.lang-btn {
    font-family: inherit;
    font-weight: 700;
    font-size: 1.03rem;
    border: none;
    outline: none;
    background: var(--btn-bg);
    color: var(--btn-text);
    border-radius: 0.6rem;
    padding: 0.57rem 1.5rem;
    box-shadow: var(--shadow);
    transition: background 0.15s, color 0.15s, box-shadow 0.2s, opacity 0.2s;
    cursor: pointer;
    opacity: 0.8;
    letter-spacing: 0.07em;
    backdrop-filter: blur(2px);
    text-transform: uppercase;
}
.lang-btn.active,
.lang-btn:hover {
    background: var(--btn-active-bg);
    color: #111;
    opacity: 1;
    box-shadow: 0 8px 26px 12px #b29e8f33;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 82vh;
    width: 100vw;
}

.lola-profile-img {
    display: block;
    width: calc(100vw - 20px);
    max-width: 430px;
    aspect-ratio: 1 / 1;
    height: auto;
    margin: 0 auto 2px auto;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover;
    background: transparent;
    opacity: 0.97;
}

.btn-enter {
    display: block;
    width: calc(100vw - 20px);
    max-width: 430px;
    min-width: 120px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.23rem 0;
    border-radius: 2.7rem;
    background: var(--btn-bg);
    color: var(--btn-text);
    font-family: inherit;
    font-weight: 700;
    font-size: clamp(1.2rem, 4vw, 2.1rem);
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: var(--shadow);
    transition: background .17s, box-shadow .2s, transform .1s, opacity 0.2s;
    border: none;
    cursor: pointer;
    margin-bottom: 0.3rem;
    letter-spacing: 0.11em;
    opacity: 0.8;
    backdrop-filter: blur(2px);
    text-align: center;
}
.btn-enter:hover,
.btn-enter:focus {
    background: var(--btn-active-bg);
    color: #111;
    opacity: 1;
    box-shadow: 0 12px 34px 12px #b29e8f55;
    transform: scale(1.045);
}

.bio-bubble {
    background: var(--bubble-bg);
    color: var(--text-main);
    border-radius: 2.1rem;
    box-shadow: var(--shadow);
    padding: 2.0rem 2.2rem;
    max-width: 440px;
    width: 92vw;
    font-size: 1.12rem;
    line-height: 1.65;
    text-align: left !important;
    font-weight: 400;
    margin-bottom: 2.5rem;
    opacity: 0.8;
    backdrop-filter: blur(2px);
}

.bio-title {
    display: block;
    width: 100%;
    font-size: 1.22rem;
    font-weight: 700 !important;
    font-family: 'Poppins', Arial, sans-serif !important;
    margin-bottom: 1.15rem;
    letter-spacing: 0.02em;
    color: #2b2320;
    text-shadow: 0 1px 10px #fff8;
    text-align: left !important;
    line-height: 1.1;
    font-variation-settings: "wght" 700;
}

footer {
    width: 100vw;
    margin-top: auto;
    padding: 2.2rem 0 1.2rem 0;
    text-align: center;
    font-size: 1.03rem;
    color: #6b6262;
    letter-spacing: 0.03em;
}
.creator-link {
    color: var(--creator-link);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.17s;
}
.creator-link:hover {
    color: #b29e8f;
    text-decoration: underline;
}

@media (max-width: 900px) {
    .lang-switch {
        right: 10px;
        top: 10px;
    }
    main {
        min-height: 77vh;
        margin-top: 5vh;
        width: 98vw;
    }
    .btn-enter {
        padding: 1.13rem 0;
        font-size: clamp(1.04rem, 5vw, 1.56rem);
        width: calc(100vw - 20px);
        max-width: 99vw;
    }
    .lola-profile-img {
        max-width: 99vw;
        margin-bottom: 2px;
    }
    .bio-bubble {
        padding: 1.19rem 0.8rem;
        border-radius: 1.15rem;
        max-width: 99vw;
        font-size: 0.99rem;
    }
    .bio-title {
        font-size: 1.06rem;
        margin-bottom: 0.7rem;
    }
    footer {
        padding: 1.1rem 0 0.7rem 0;
        font-size: 0.92rem;
    }
}
@media (max-width: 600px) {
    main {
        min-height: 65vh;
        margin-top: 1vh;
    }
    .btn-enter {
        font-size: clamp(0.98rem, 7vw, 1.15rem);
        padding: 0.96rem 0;
        margin-bottom: 1.1rem;
        width: calc(100vw - 20px);
        max-width: 99vw;
    }
    .lola-profile-img {
        max-width: 99vw;
        margin-bottom: 2px;
    }
    .bio-bubble {
        font-size: 0.93rem;
        border-radius: 0.9rem;
        padding: 0.75rem 0.25rem;
    }
    .bio-title {
        font-size: 0.93rem;
    }
    .lang-switch {
        right: 5px;
        top: 5px;
    }
}

/* ----------- VIP GOMBOK ----------- */
.btn-vip {
    display: block;
    width: calc(100vw - 20px);
    max-width: 430px;
    min-width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13px;    /* <<< EZT TETTEM BE! <<< */
    padding: 1.16rem 0;
    border-radius: 2.7rem;
    background: #ab0000;
    color: #e3ceb7;
    font-family: inherit;
    font-weight: 900;
    font-size: clamp(1.15rem, 4vw, 2.02rem);
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 6px 26px 6px #2225;
    transition: background .17s, box-shadow .2s, transform .1s, opacity 0.2s;
    border: none;
    cursor: pointer;
    letter-spacing: 0.15em;
    opacity: 0.9;
    backdrop-filter: blur(2px);
    text-align: center;
}
.btn-vip:hover,
.btn-vip:focus {
    background: #780000;
    color: #fff0e0;
    opacity: 1;
    box-shadow: 0 12px 34px 12px #b29e8f55;
    transform: scale(1.038);
}

/* Színes, alternatív VIP gombok */
.btn-vip-dark {
    background: #222;
    color: #e3ceb7;
}
.btn-vip-dark:hover,
.btn-vip-dark:focus {
    background: #111;
    color: #fff0e0;
}
.btn-vip-accent {
    background: #4b5a6a;
    color: #fff;
}
.btn-vip-accent:hover,
.btn-vip-accent:focus {
    background: #2d3642;
    color: #e6c7a1;
}

/* ----------- SOCIAL ----------- */
.btn-social {
    display: block;
    width: calc(100vw - 20px);
    max-width: 430px;
    min-width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.35rem;
    padding: 1.11rem 0;
    border-radius: 2.7rem;
    background: var(--btn-bg);
    color: var(--btn-text);
    font-family: inherit;
    font-weight: 700;
    font-size: clamp(1.07rem, 4vw, 1.51rem);
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: var(--shadow);
    transition: background .17s, box-shadow .2s, transform .1s, opacity 0.2s;
    border: none;
    cursor: pointer;
    letter-spacing: 0.09em;
    opacity: 0.85;
    backdrop-filter: blur(2px);
    text-align: center;
}
.btn-social:hover,
.btn-social:focus {
    background: var(--btn-active-bg);
    color: #111;
    opacity: 1;
    box-shadow: 0 12px 34px 12px #b29e8f55;
    transform: scale(1.038);
}

.notice-title {
    color: #ab0000;
    font-weight: 700;
    font-size: 1.21rem;
    letter-spacing: 0.04em;
    margin-bottom: 1.4rem;
    text-transform: uppercase;
}
.notice-text {
    color: #2b2320;
    font-size: 1.08rem;
    line-height: 1.6;
    margin-bottom: 2.1rem;
}
.notice-accept {
    margin-bottom: 0;
    width: 100%;
    max-width: none;
    font-size: 1.15rem;
}
.notice-box {
    max-width: 430px;
    width: 92vw;
    margin: 7vh auto 0 auto;
    background: rgba(245,242,237,0.97);
    border-radius: 2.1rem;
    box-shadow: 0 6px 26px 6px #2225;
    padding: 2.1rem 1rem 2.2rem 1rem;
    text-align: center;
    opacity: 0.97;
    box-sizing: border-box;
    backdrop-filter: blur(2px);
    overflow-wrap: break-word;
    word-break: break-word;
}
@media (max-width: 600px) {
    .notice-box {
        max-width: 99vw;
        width: 98vw;
        padding: 1.1rem 0.5rem 1.7rem 0.5rem;
        border-radius: 1rem;
    }
}

/* ---- VIP Banner & Slideshow START ---- */
.vip-banner-img {
    width: 100vw;
    max-width: 430px;
    display: block;
    margin: 1px auto 0px auto; 
    padding: 0;
    border: none;
    box-shadow: none;
    background: none;
}

.vip-slideshow-container {
    width: 100vw;
    max-width: 430px;
    margin: 0 auto 1.1rem auto;
    height: 40vw; 
    max-height: 176px;
    min-height: 124px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    border-radius: 1.2rem;
    box-shadow: 0 4px 20px 4px #2223;
    background: #b59485;
    user-select: none;
}

.vip-slideshow-track {
    display: flex;
    align-items: center;
    height: 100%;
    will-change: transform;
}

.vip-slide {
    flex: 0 0 auto;
    width: 40vw; 
    height: 40vw;
    max-width: 176px;
    max-height: 176px;
    min-width: 124px;
    min-height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    overflow: hidden;
    background: #b59485;
    border-radius: 0.8rem;
    box-shadow: 0 1px 4px #2221;
    pointer-events: none;
}

.vip-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 0.8rem;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

@media (max-width: 600px) {
    .vip-banner-img {
        max-width: 99vw;
        margin-top: 8px;
        margin-bottom: 5px;
    }
    .vip-slideshow-container {
        height: 48vw;
        min-height: 90px;
        max-height: 196px;
    }
    .vip-slide {
        width: 48vw;
        height: 48vw;
        max-width: 196px;
        max-height: 196px;
        min-width: 90px;
        min-height: 90px;
    }
}
/* ---- VIP Banner & Slideshow END ---- */
/* --------- FREE GALLERY GRID --------- */
.freegallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 18px;
    padding: 0 2vw;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    box-sizing: border-box;
    justify-items: stretch;
    align-items: stretch;
}

.freegallery-item {
    aspect-ratio: 1/1;
    border-radius: 1.1rem;
    overflow: hidden;
    box-shadow: 0 4px 18px 3px #2222;
    background: #202020;
    transition: transform 0.14s;
    display: block;
    width: 100%;
    /* max-width TÖRÖLVE! */
}

.freegallery-item a, .freegallery-item img {
    display: block;
    width: 100%;
    height: 100%;
}

.freegallery-item img {
    object-fit: cover;
    border-radius: 1.1rem;
    filter: brightness(0.97);
    transition: filter 0.16s;
}

.freegallery-item:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 36px 8px #b29e8f33;
}
.freegallery-item img:hover {
    filter: brightness(1.08) contrast(1.06);
}

@media (max-width: 1000px) {
    .freegallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 10px;
    }
}
@media (max-width: 600px) {
    .freegallery-grid {
        grid-template-columns: 1fr;
        gap: 12px 0;
        padding: 0 1vw;
    }
    .freegallery-item {
        border-radius: 0.7rem;
    }
}
/* Hírek doboz */
.news-bubble {
    background: #363442;
    color: #f5d9f9;
    border-radius: 1.8rem;
    box-shadow: var(--shadow);
    padding: 1.4rem 1.6rem;
    max-width: 440px; /* ugyanaz, mint a bio-bubble */
    width: 92vw;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
    font-weight: 400;
    margin: 0.3rem auto 2rem auto;
    opacity: 0.8;
    backdrop-filter: blur(2px);
    font-family: 'Poppins', Arial, sans-serif;
    box-sizing: border-box; /* ne nyúljon túl */
}

.news-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.news-content {
    max-height: calc(1.6em * 15); /* kb. 15 sor */
    overflow-y: auto;
    padding-right: 5px;
}

.news-content p {
    margin: 0 0 0.6rem 0;
    font-size: 0.97rem;
}

.news-content .news-date {
    font-weight: 700;
    font-family: 'Poppins', Arial, sans-serif;
    color: #18ff00; /* új dátum szín */
}

.news-content a {
    color: #ff00de; /* új link szín */
    text-decoration: underline;
}

.news-content a:hover {
    color: #cc00b4;
}
/* -------- COOKIE BANNER -------- */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(54, 52, 66, 0.95); /* Sötét lila árnyalat, illik az oldalhoz */
    color: #f5d9f9;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}

#cookie-banner p {
    margin: 0;
    padding: 0;
    flex: 1;
}

#cookie-banner button {
    background: #5f5062;
    color: #ffffff;
    border: none;
    padding: 8px 14px;
    margin-left: 10px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: background 0.3s ease;
}

#cookie-banner button:hover {
    background: #7d6c88;
}
@media (max-width: 600px) {
    #cookie-banner {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    #cookie-banner p {
        margin-bottom: 10px;
    }

    #cookie-banner button {
        margin-left: 0;
        margin-right: 10px;
    }
}
