body {
    background: #0a0f1c;
    color: #ffffff;
}

.main-title {
    font-weight: 700;
    letter-spacing: 1px;
}

.video-box {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.video-box::before {
    content: "";
    display: block;
    padding-top: 177.77%;
}

.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
}

.video-wide-wrap {
    width: 100%;
    max-width: 720px;
}

.video-wide-wrap iframe {
    border: 0;
}

.content-wrap {
    min-height: 100vh;
    padding: 50px 20px;
}

.szamlalo {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
}

.szoveg-blokk {
    max-width: 760px;
    margin: 0 auto;
}

.szoveg-blokk p {
    margin-bottom: 1.6rem;
}

.halvany {
    opacity: 0.88;
}

.footer {
    margin-top: 60px;
    padding: 20px 10px;
    font-size: 0.9rem;
    opacity: 0.6;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
}

.footer a:hover {
    opacity: 1;
}

.cookie-bar {
    display: none;
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
    max-width: 920px;
    margin: 0 auto;
    padding: 16px 18px;
    background: rgba(7, 11, 24, 0.96);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
    backdrop-filter: blur(8px);
}

.cookie-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.92);
}

.cookie-actions {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.cookie-btn {
    background: #ffffff;
    color: #0a0f1c;
    border: 0;
    border-radius: 6px;
    padding: 10px 18px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.cookie-btn:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.cookie-btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.22);
}

.kozos-blokk {
    max-width: 900px;
    margin: 50px auto 0;
    padding: 28px 20px;
    border-radius: 0px;

    background: linear-gradient(
        to right,
        #5a141b 0%,     
        #2a2f3a 50%,   
        #123a24 100%  
    );

    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}



.kozos-szamlalo {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.kozos-cta {
    font-size: 1.15rem;
    opacity: 0.92;
    margin-bottom: 22px;
}

.kozos-gomb {
    min-width: 240px;
    padding: 14px 24px;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 6px;
    border: 0;
    background: #ffffff;
    color: #0a0f1c;
}

.kozos-gomb.disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.utolso-nevek-wrap {
    margin-top: 28px;
}

.nev-lista {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
}

.status-szoveg {
    min-height: 24px;
    margin-top: 14px;
    font-size: 0.98rem;
    opacity: 0.9;
}

.modal-content {
    background: #11192a;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
}

.modal-header,
.modal-footer {
    border-color: rgba(255,255,255,0.08);
}

.form-select {
    background-color: #0f1728;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.14);
}

.form-select:focus {
    border-color: rgba(255,255,255,0.35);
    box-shadow: none;
}

@media (max-width: 576px) {
    .main-title {
        font-size: 2rem;
    }

    .szamlalo {
        font-size: 2.4rem;
    }

    .cookie-bar {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 14px;
    }

    .cookie-text {
        font-size: 0.9rem;
    }

    .cookie-actions {
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }

    .kozos-szamlalo {
        font-size: 2rem;
    }

    .kozos-gomb {
        width: 100%;
    }
}

.nev-lista {
    font-size: 1rem;
    line-height: 1.8;
    opacity: 0.96;
}

.nev-szin {
    font-weight: 600;
}

.nev-ferfi {
    color: #4fb3ff;
}

.nev-no {
    color: #bfe9ff;
}

.nev-egyeb {
    color: #63e6d8;
}

.cta-nev {
    font-weight: 700;
}

.cta-nev-ferfi {
    color: #7fd3ff;
}

.cta-nev-no {
    color: #a9e4ff;
}

.cta-nev-egyeb {
    color: #63e6d8;
}

.ner-gomb {
    margin-top: 26px;
    padding: 14px 30px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 999px;
    background: #fff;
    color: #000;
    font-size: clamp(1.1rem, 3vw, 1.45rem);
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.ner-gomb:hover {
    background: #d60000;
    color: #fff;
    border-color: #d60000;
    transform: translateY(-1px);
}

.ner-gomb:disabled {
    opacity: 0.75;
    cursor: not-allowed;
    transform: none;
}

.ner-szamlalo {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1rem, 2.3vw, 1.25rem);
    font-weight: 500;
}