/* --- Alapértelmezett stílusoks --- */
body {
    font-family: 'Roboto', Arial, sans-serif;
    margin: 0;
    background: linear-gradient(135deg, #f0f4f8, #ffffff);
    color: #333;
    line-height: 1.6;
}

/* Fejléc stílusok */
.header {
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(90deg, #4a148c, #7b1fa2, #4a148c);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.header h1 {
    margin: 0;
    font-size: 2.8em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.header p {
    margin: 5px 0;
    font-size: 1.3em;
    font-weight: 300;
}

/* Hamburger menü */
.hamburger {
    font-size: 22px;
    cursor: pointer;
    padding: 8px 14px;
    background: #4a148c;
    color: #fff;
    border-radius: 6px;
    position: fixed;
    top: 20px;
    right: 5px;
    z-index: 1000;
    display: none;
    transition: transform 0.3s;
}

.hamburger:hover {
    transform: scale(1.1);
}

/* Navigációs menü */
.menu {
    display: flex;
    justify-content: center;
    background: #4a148c;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

.menu a {
    padding: 12px 20px;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.2em;
    transition: all 0.3s ease;
}

.menu a:hover {
    color: #ffffff;
    background: #430d85;
    padding-left: 25px;
}

/* Tartalom */
.content {
    padding: 20px;
    max-width: 900px;
    margin: 90px auto 20px;
}

.section {
    display: none;
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.section.active {
    display: block;
}

.section:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.section h2 {
    color: #4a148c;
    margin-bottom: 15px;
    font-size: 2em;
}

.section p {
    font-size: 1.1em;
    color: #555;
    margin: 10px 0;
}

.section ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.section ul li {
    margin: 10px 0;
    font-size: 1.1em;
}

/* Vásárlási űrlap */
.quiz-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #fafafa;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.quiz-form label {
    text-align: left;
    display: block;
    margin: 10px 0 5px;
    color: #333;
    font-weight: 500;
}

.quiz-form input,
.quiz-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1em;
    transition: border-color 0.3s;
}

.quiz-form input:focus,
.quiz-form select:focus {
    border-color: #7b1fa2;
    outline: none;
}

.quiz-form button {
    padding: 12px;
    background: #4a148c;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1em;
    width: 100%;
    transition: all 0.3s ease, transform 0.2s ease;
}

.quiz-form button:hover {
    background: #7b1fa2;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Modal ablak stílus */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.modal-content {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    font-size: 20px;
    color: #4a148c;
    transition: color 0.3s ease;
}

.modal-close:hover {
    color: #7b1fa2;
}

/* Menü animáció (mobil) */
.menu.active {
    animation: slideIn 0.3s ease forwards;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Reszponzív dizájn */
@media (max-width: 600px) {
    .hamburger {
        display: block;
    }

    .menu {
        display: none;
    }

    .menu.active {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 70px;
        right: 20px;
        width: 200px;
        background: #4a148c;
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .content {
        margin-top: 70px;
    }

    .section {
        padding: 15px;
    }
}



#karbantartas-uzenet {
    display: none;
    color: #4a148c;
    font-weight: bold;
    font-size: 2em;
    margin-top: 20px;
    text-align: center;
}

#tartalom {
    display: none;
}















 .shop-item {

            margin: 10px 0;
        }

        .original-price {

         
            color: #ccc;
        }

        .discounted-price {
            color: #ff0000;
            font-weight: bold;
        }

        .buy-btn {
            background-color: #43047b;
            color: #ffffff;
            border: none;
            padding: 5px 10px;
            cursor: pointer;
            margin-top: 5px;
        }

        .buy-btn:hover {

            background-color: #43047b;

        }

        .payment-info {

            margin-top: 10px;

        }

        .email-prompt {

            display: none;

            position: fixed;

            top: 50%;

            left: 50%;

            transform: translate(-50%, -50%);

            background-color: #000;

            padding: 20px;

            border: 2px solid #00ffff;

            z-index: 2000;

        }

        .email-prompt input {

            padding: 5px;

            margin: 10px 0;

            width: 200px;

        }

        .email-prompt button {

            background-color: #00ffff;

            color: #000;

            border: none;

            padding: 5px 10px;

            cursor: pointer;

        }





        .lila-vonal {
    height: 6px;         /* vonal vastagsága */
    background-color: #000000;  /* vonal színe */
    margin: 40px 0;      /* felül és alul térköz */
}







#tag_br {
    height: 12px;
}

