/* _content/Website_GalPongrac/Components/Comps/About.razor.rz.scp.css */
.about-hero[b-re3kvpxfkq] {
    padding: clamp(2rem, 4vw, 4rem) 0;
    background: white;
}

.about-container[b-re3kvpxfkq] {
    /*width: min(1120px, 92vw);*/
    width: min(1220px, 92vw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.about-hero .about-container[b-re3kvpxfkq] {
    border-left: 6px solid var(--primary-color);
    padding-left: 1.5rem;
}

.badge[b-re3kvpxfkq] {
    display: inline-block;
    font: 600 .875rem/1 var(--font-heading);
    color: var(--accent-color);
    background: rgba(103, 173, 91, 0.12);
    border: 1px solid rgba(103, 173, 91, 0.28);
    padding: .45rem .7rem;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(103,173,91,0.15);
}

.title[b-re3kvpxfkq] {
    margin: .75rem 0 0 0;
    font-family: var(--font-heading);
    color: var(--text-title-color);
    font-size: clamp(2rem, 4.6vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -.015em;
}

.lead[b-re3kvpxfkq] {
    margin: .75rem 0 0 0;
    font-family: var(--font-body);
    font-size: clamp(1rem, .8vw + .8rem, 1.2rem);
    max-width: 50ch;
    opacity: .95;
    line-height: 1.7;
}

.about-image img[b-re3kvpxfkq] {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 14px 40px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
}

.highlight[b-re3kvpxfkq] {
    color: var(--primary-color);
}

/* Mobilon egymás alatt */
@media (max-width: 768px) {
    .about-container[b-re3kvpxfkq] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-text[b-re3kvpxfkq] {
        order: 1;
    }

    .about-image[b-re3kvpxfkq] {
        order: 2;
    }

    .lead[b-re3kvpxfkq] {
        margin-left: auto;
        margin-right: auto;
    }
}
/* _content/Website_GalPongrac/Components/Comps/Abouta.razor.rz.scp.css */
/* Konténer */
.container[b-g5wbscvbi3] {
    width: min(1120px, 92vw);
    margin: 0 auto;
}

/* Hero blokk */
.about-hero[b-g5wbscvbi3] {
    padding: clamp(2rem, 4vw, 4rem) 0;
    background: linear-gradient( 180deg, color-mix(in oklab, var(--background-color) 92%, white 8%) 0%, var(--background-color) 100% );
}

.badge[b-g5wbscvbi3] {
    display: inline-block;
    font: 600 .875rem/1 var(--font-heading);
    color: var(--accent-color);
    background: color-mix(in oklab, var(--primary-color) 16%, white);
    border: 1px solid color-mix(in oklab, var(--primary-color) 28%, white);
    padding: .45rem .7rem;
    border-radius: 999px;
}

.title[b-g5wbscvbi3] {
    margin: .75rem 0 0 0;
    font-family: var(--font-heading);
    color: var(--text-title-color);
    font-size: clamp(2rem, 4.6vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -.015em;
}

.lead[b-g5wbscvbi3] {
    margin: .75rem 0 0 0;
    font-family: var(--font-body);
    font-size: clamp(1rem, .8vw + .8rem, 1.2rem);
    max-width: 70ch;
    opacity: .95;
}

/* Képes szöveges rács */
.about-grid[b-g5wbscvbi3] {
    padding: clamp(2rem, 5vw, 4rem) 0;
}

.grid[b-g5wbscvbi3] {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: start;
}

.section-title[b-g5wbscvbi3] {
    font-family: var(--font-heading);
    color: var(--text-title-color);
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    margin: 0 0 .75rem 0;
}

.text-block p[b-g5wbscvbi3] {
    margin: 0 0 1rem 0;
}

.points[b-g5wbscvbi3] {
    list-style: none;
    margin: .5rem 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .6rem;
}

    .points li[b-g5wbscvbi3] {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        padding: .45rem .7rem;
        border-radius: 999px;
        background: var(--background-color-second);
        border: 1px solid rgba(0,0,0,.06);
        font-size: .95rem;
        white-space: nowrap;
    }

        .points li[b-g5wbscvbi3]::before {
            content: "";
            width: .55rem;
            height: .55rem;
            border-radius: 50%;
            background: var(--primary-color);
            box-shadow: 0 0 0 3px color-mix(in oklab, var(--primary-color) 25%, #fff 75%);
        }

/* Kép blokk */
.image-block[b-g5wbscvbi3] {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: var(--background-color-second);
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 14px 40px rgba(0,0,0,.06);
}

    .image-block img[b-g5wbscvbi3] {
        display: block;
        width: 100%;
        height: auto;
    }

    .image-block figcaption[b-g5wbscvbi3] {
        font-size: .9rem;
        padding: .6rem .9rem;
        color: color-mix(in oklab, var(--text-color) 80%, #0000);
    }

/* Statisztika sáv */
.stats[b-g5wbscvbi3] {
    padding: clamp(1.5rem, 4vw, 3rem) 0;
    background: color-mix(in oklab, var(--background-color) 90%, white);
    border-top: 1px solid rgba(0,0,0,.04);
    border-bottom: 1px solid rgba(0,0,0,.04);
}

.stats-grid[b-g5wbscvbi3] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1rem, 2vw, 2rem);
}

.stat[b-g5wbscvbi3] {
    text-align: center;
    background: var(--background-color-second);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 12px;
    padding: 1rem;
}

.stat-value[b-g5wbscvbi3] {
    font-family: var(--font-heading);
    color: var(--accent-color);
    font-size: clamp(1.4rem, 3.2vw, 2rem);
    line-height: 1.1;
}

.stat-label[b-g5wbscvbi3] {
    font-size: .95rem;
    opacity: .9;
}

/* Folyamat / lépések */
.process[b-g5wbscvbi3] {
    padding: clamp(2rem, 5vw, 4rem) 0;
}

.steps[b-g5wbscvbi3] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 2.4vw, 2rem);
    list-style: none;
    margin: 0;
    padding: 0;
}

    .steps li[b-g5wbscvbi3] {
        background: var(--background-color-second);
        border: 1px solid rgba(0,0,0,.06);
        border-radius: 12px;
        padding: 1rem;
    }

    .steps h3[b-g5wbscvbi3] {
        margin: 0 0 .4rem 0;
        font-family: var(--font-heading);
        color: var(--text-title-color);
        font-size: 1.1rem;
    }

/* CTA záró blokk */
.cta[b-g5wbscvbi3] {
    padding: clamp(2rem, 5vw, 4rem) 0;
    text-align: center;
}

.cta-title[b-g5wbscvbi3] {
    font-family: var(--font-heading);
    color: var(--text-title-color);
    font-size: clamp(1.6rem, 3.6vw, 2.4rem);
    margin: 0;
}

.cta-sub[b-g5wbscvbi3] {
    margin: .5rem 0 1rem 0;
    opacity: .95;
}

.cta-actions[b-g5wbscvbi3] {
    display: flex;
    gap: .8rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn[b-g5wbscvbi3] {
    border: 1px solid transparent;
    border-radius: 10px;
    padding: .8rem 1.15rem;
    font-family: var(--font-heading);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .06s ease;
}

.btn-primary[b-g5wbscvbi3] {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 10px 22px rgba(103,173,91,.18);
}

    .btn-primary:hover[b-g5wbscvbi3] {
        background: var(--accent-color);
        transform: translateY(-1px);
    }

.btn-ghost[b-g5wbscvbi3] {
    background: transparent;
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
}

    .btn-ghost:hover[b-g5wbscvbi3] {
        background: var(--background-color-second);
    }

/* Reszponzív */
@media (max-width: 960px) {
    .grid[b-g5wbscvbi3] {
        grid-template-columns: 1fr;
    }

    .stats-grid[b-g5wbscvbi3] {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps[b-g5wbscvbi3] {
        grid-template-columns: 1fr;
    }
}
/* _content/Website_GalPongrac/Components/Comps/AIChatbox.razor.rz.scp.css */
.ai-chatbox-root[b-y1xmjhak77] {
    position: fixed;
    bottom: 18px;
    right: 18px;
    z-index: 9999;
}

.ai-chatbox-button[b-y1xmjhak77] {
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    box-shadow: 0 6px 20px rgba(0,0,0,.25);
    /*background: #2b8a3e;*/
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-chatbox-button:hover[b-y1xmjhak77] {
    background: #2a7b36;
}

.ai-chatbox-window[b-y1xmjhak77] {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: min(380px, 92vw);
    height: 520px;
    display: flex;
    flex-direction: column;
    background: #111;
    color: #eee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0,0,0,.35);
    border: 1px solid #222;
}

.ai-chatbox-header[b-y1xmjhak77] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background: #1a1a1a;
    border-bottom: 1px solid #222;
}

    .ai-chatbox-header .title[b-y1xmjhak77] {
        font-weight: 600;
    }

    .ai-chatbox-header .close[b-y1xmjhak77] {
        background: transparent;
        color: #bbb;
        border: 0;
        cursor: pointer;
        font-size: 16px;
    }

.ai-chatbox-messages[b-y1xmjhak77] {
    flex: 1;
    overflow-y: auto;
    padding: 12px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.ai-chatbox-input[b-y1xmjhak77] {
    padding: 10px;
    background: #141414;
    border-top: 1px solid #222;
    display: flex;
    gap: 8px;
}

    .ai-chatbox-input input[b-y1xmjhak77] {
        flex: 1;
        background: #0f0f0f;
        border: 1px solid #2a2a2a;
        color: #eee;
        border-radius: 10px;
        padding: 10px 12px;
        outline: none;
    }

    .ai-chatbox-input button[b-y1xmjhak77] {
        background: #2b8a3e;
        color: #fff;
        border: 0;
        border-radius: 10px;
        padding: 0 14px;
        cursor: pointer;
    }

.msg[b-y1xmjhak77] {
    display: flex;
}

    .msg.user[b-y1xmjhak77] {
        justify-content: flex-end;
    }

    .msg.assistant[b-y1xmjhak77] {
        justify-content: flex-start;
    }

    .msg .bubble[b-y1xmjhak77] {
        max-width: 78%;
        padding: 10px 12px;
        border-radius: 12px;
        line-height: 1.35;
        white-space: pre-wrap;
        word-break: break-word;
    }

    .msg.user .bubble[b-y1xmjhak77] {
        background: #2b8a3e;
        color: #fff;
        border-bottom-right-radius: 4px;
    }

    .msg.assistant .bubble[b-y1xmjhak77] {
        background: #202020;
        color: #eaeaea;
        border-bottom-left-radius: 4px;
        border: 1px solid #2a2a2a;
    }

.hide[b-y1xmjhak77] {
    display: none;
}
/* _content/Website_GalPongrac/Components/Comps/FixedButton.razor.rz.scp.css */
.fixed-button[b-mv9x3dc90i] {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 0.7rem 1.2rem;
    background-color: var(--primary-color, #4CAF50);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 2000;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

    .fixed-button:hover[b-mv9x3dc90i] {
        background-color: var(--accent-color, #45a049);
        transform: translateY(-2px);
    }
/* _content/Website_GalPongrac/Components/Comps/FixedSideButton.razor.rz.scp.css */
.fixed-side-button[b-bf25nn881v] {
    position: fixed;
    top: 30%;
    right: 30px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;
    padding: 1.2rem 2.4rem;
    background-color: var(--primary-color, #4CAF50);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    border: none;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 2000;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

    .fixed-side-button:hover[b-bf25nn881v] {
        background-color: var(--accent-color, #45a049);
    }

.hide[b-bf25nn881v] {
    display: none;
}

@media (max-width: 768px) {
/*    .fixed-side-button {
        top: auto;
        bottom: 30px;
        right: 50%;
        transform: translateX(50%) rotate(0);
        border-radius: 8px;
        padding: 1rem 2rem;
        font-size: 1.4rem;
    }*/

    .fixed-side-button[b-bf25nn881v] {
        padding: 0.8rem 1.6rem;
        font-size: 1.2rem;
        right: 20px;
    }
}
/* _content/Website_GalPongrac/Components/Comps/Footer.razor.rz.scp.css */
.site-footer[b-wrngpxfg4t] {
    background: var(--footer-bg);
    color: #f2f2f2;
    padding-top: 2rem;
    font-family: var(--font-body);
}

.footer-container[b-wrngpxfg4t] {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 1rem 2rem;
    align-items: center;
}

.footer-logo[b-wrngpxfg4t] {
    height: 55px;
    margin-bottom: 0.75rem;
    filter: brightness(1.2);
}

.footer-about p[b-wrngpxfg4t] {
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.95;
    margin: 0.3rem 0;
}


.footer-contact h4[b-wrngpxfg4t],
.footer-links h4[b-wrngpxfg4t] {
    font-family: var(--font-heading);
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
    color: #ffffff;
}

.footer-contact p[b-wrngpxfg4t],
.footer-links ul[b-wrngpxfg4t] {
    margin: 0;
    font-size: 0.95rem;
}

.footer-contact a[b-wrngpxfg4t],
.footer-links a[b-wrngpxfg4t] {
    color: #d6ffb0;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

    .footer-contact a:hover[b-wrngpxfg4t],
    .footer-links a:hover[b-wrngpxfg4t] {
        color: #fff;
        text-decoration: underline;
    }

.footer-links ul[b-wrngpxfg4t] {
    list-style: none;
    padding: 0;
}

.footer-links li[b-wrngpxfg4t] {
    margin-bottom: 0.4rem;
}

.footer-bottom[b-wrngpxfg4t] {
    border-top: 1px solid rgba(255,255,255,0.15);
    text-align: center;
    padding: 0.8rem 1rem;
    font-size: 0.85rem;
    opacity: 0.85;
}

.footer-tagline[b-wrngpxfg4t] {
    font-weight: 600;
    font-size: 1.4rem !important;
    margin-bottom: 0.3rem;
    color: #fff;
}

@media print {
    .site-footer[b-wrngpxfg4t] {
        display: none !important;
    }
}
/* _content/Website_GalPongrac/Components/Comps/Hero.razor.rz.scp.css */
.hero[b-6jlmytvm6i] {
    position: relative;
    /*min-height: 78vh;*/
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: url('/images/hero.jpg');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    padding: clamp(1.5rem, 3vw, 3rem);
    color: var(--text-color);
}

    /* Finom világos overlay a jobb olvashatósághoz */
    .hero[b-6jlmytvm6i]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to right, rgba(255,255,255,.90) 0%, rgba(255,255,255,.75) 40%, rgba(255,255,255,.25) 100% );
        pointer-events: none;
    }

/* Belső tartalom konténer */
.hero-inner[b-6jlmytvm6i] {
    position: relative;
    z-index: 1;
    width: min(1120px, 95vw);
    margin-inline: auto;
    /* Balra zárt, de mobilon középre húzzuk */
    display: grid;
    gap: 1rem;
}

/* Badge – diszkrét, márkaszínhez illesztve */
.hero-badge[b-6jlmytvm6i] {
    display: flex;
    align-items: center;
    align-self: start;
/*    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1.875rem;
    color: var(--accent-color);
    background: rgba(103, 173, 91, .12);
    border: 1px solid rgba(103, 173, 91, .28);
    padding: .45rem .7rem;
    border-radius: 999px;*/
}

.hero-badge img[b-6jlmytvm6i] {
    width: 300px;
    height: auto;
}

/* Cím és leírás – erős tipográfia, jó ritmus */
.hero-title[b-6jlmytvm6i] {
    margin: .25rem 0 0 0;
    font-family: var(--font-heading);
    color: var(--text-title-color);
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    line-height: 1.08;
    letter-spacing: -.015em;
}

.hero-subtitle[b-6jlmytvm6i] {
    margin: 0;
    max-width: 62ch;
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.2vw + .6rem, 1.25rem);
    opacity: .95;
}

/* CTA-k – elsődleges + másodlagos */
.hero-ctas[b-6jlmytvm6i] {
    display: flex;
    gap: .8rem;
    flex-wrap: wrap;
    margin-top: .25rem;
}

.btn[b-6jlmytvm6i] {
    border: 1px solid transparent;
    border-radius: 10px;
    padding: .8rem 1.15rem;
    font-family: var(--font-heading);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .06s ease;
}

    .btn:focus-visible[b-6jlmytvm6i] {
        outline: 0;
        box-shadow: 0 0 0 3px rgba(103,173,91,.35);
    }

.btn-primary[b-6jlmytvm6i] {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 10px 22px rgba(103,173,91,.22);
}

    .btn-primary:hover[b-6jlmytvm6i] {
        background: var(--accent-color);
        transform: translateY(-1px);
    }

    .btn-primary:active[b-6jlmytvm6i] {
        transform: translateY(0);
    }

.btn-ghost[b-6jlmytvm6i] {
    background: transparent;
    color: var(--accent-color);
    border-color: var(--accent-color);
}

    .btn-ghost:hover[b-6jlmytvm6i] {
        background: var(--background-color-second);
    }

/* Rövid előnyök – minimál “pill” elemek */
.hero-points[b-6jlmytvm6i] {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem .6rem;
    padding: 0;
    margin: .5rem 0 0 0;
    list-style: none;
}

    .hero-points li[b-6jlmytvm6i] {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        padding: .45rem .7rem;
        border-radius: 999px;
        background: var(--background-color-second);
        border: 1px solid rgba(0,0,0,.06);
        font-size: .95rem;
        white-space: nowrap;
    }

        /* Kis check ikon CSS-ből, kép nélkül */
        .hero-points li[b-6jlmytvm6i]::before {
            content: "";
            width: .6rem;
            height: .6rem;
            border-radius: 50%;
            background: var(--primary-color);
            box-shadow: 0 0 0 3px rgba(103,173,91,.18);
        }


/* Reszponzív finomhangolás */
@media (max-width: 900px) {
    .hero[b-6jlmytvm6i] {
        min-height: 68vh;
    }
}

@media (max-width: 640px) {
    .hero[b-6jlmytvm6i] {
        padding: 1.25rem;
        text-align: center;
    }

    .hero-inner[b-6jlmytvm6i] {
        justify-items: center;
    }

    .hero-subtitle[b-6jlmytvm6i] {
        max-width: 48ch;
    }

    .hero-points[b-6jlmytvm6i] {
        justify-content: center;
    }
}
/* _content/Website_GalPongrac/Components/Comps/Offer.razor.rz.scp.css */
.offer-section[b-kfym0xgahb] {
    background: #f8f9fa;
    padding: 3rem 1rem;
    display: flex;
    justify-content: center;
}

.offer-card[b-kfym0xgahb] {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    max-width: 800px;
    width: 100%;
}

    .offer-card h2[b-kfym0xgahb] {
        margin-bottom: 0.5rem;
        font-size: 1.8rem;
        color: #222;
    }

    .offer-card .subtitle[b-kfym0xgahb] {
        color: #555;
        margin-bottom: 1.5rem;
    }

.form-group[b-kfym0xgahb] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    flex: 1;
    width: 33%;
}

.form-row[b-kfym0xgahb] {
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
}

label[b-kfym0xgahb] {
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: #333;
}

input[b-kfym0xgahb], select[b-kfym0xgahb] {
    padding: 0.6rem 0.8rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

    input:focus[b-kfym0xgahb], select:focus[b-kfym0xgahb] {
        outline: none;
        border-color: var(--primary-color);
        box-shadow: 0 0 0 3px rgba(103, 173, 91, 0.2);
    }

.btn-submit[b-kfym0xgahb] {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
}

    .btn-submit:hover[b-kfym0xgahb] {
        background: #559348;
    }


.price-box-container[b-kfym0xgahb] {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 2rem;
}

.price-box[b-kfym0xgahb] {
    background: linear-gradient(135deg, #e6f9f0, #d1f2e0);
    border: 1px solid #a8e0c5;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 4px 10px rgba(0,0,0,.05);
    width: 350px;
    margin-top: 1rem;
    font-family: 'Segoe UI', sans-serif;
    transition: transform .2s ease;
}

    .price-box:hover[b-kfym0xgahb] {
        transform: translateY(-2px);
    }

.price-header[b-kfym0xgahb] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: .75rem;
    color: #1b7a4c;
    border-bottom: 1px solid #a8e0c5;
    padding-bottom: .4rem;
}

.price-row[b-kfym0xgahb] {
    display: flex;
    justify-content: space-between;
    margin: .4rem 0;
    font-size: .95rem;
}

    .price-row strong[b-kfym0xgahb] {
        color: #222;
    }

    .price-row.total[b-kfym0xgahb] {
        font-size: 1.05rem;
        font-weight: 600;
        margin-top: .6rem;
        border-top: 1px dashed #a8e0c5;
        padding-top: .6rem;
        color: #0e5c36;
    }


.line-card[b-kfym0xgahb] {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #fff;
}

.line-header[b-kfym0xgahb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem;
}

.line-title[b-kfym0xgahb] {
    font-weight: 700;
    color: #333;
}

.btn-row[b-kfym0xgahb] {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 1rem 0;
}

.btn-secondary[b-kfym0xgahb] {
    background: #eef4ee;
    color: #2e6a2a;
    border: 1px solid #cfe5cf;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.btn-link[b-kfym0xgahb] {
    background: transparent;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}

    .btn-link.danger[b-kfym0xgahb] {
        color: #b93131;
    }

.grand-box[b-kfym0xgahb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fbfefb;
    border: 1px solid #d3efd3;
    border-radius: 10px;
    padding: 0.8rem 1rem;
    margin: 0 0 1rem 0;
    font-size: 1.05rem;
}

.grand-amt[b-kfym0xgahb] {
    font-weight: 800;
}

.contact-card[b-kfym0xgahb] {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 1rem;
    margin: 1rem 0;
    background: #fff;
}

textarea[b-kfym0xgahb] {
    padding: 0.6rem 0.8rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 0.95rem;
    resize: vertical;
}
/* _content/Website_GalPongrac/Components/Comps/OfferCTA.razor.rz.scp.css */
.offer-section[b-m53znnb9yd] {
    background: #f8f9fa;
    padding: 3rem 1rem;
    display: flex;
    justify-content: center;
}

.offer-card[b-m53znnb9yd] {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    max-width: 800px;
    width: 100%;
}

    .offer-card h2[b-m53znnb9yd] {
        margin-bottom: 0.5rem;
        font-size: 1.8rem;
        color: #222;
    }

    .offer-card .subtitle[b-m53znnb9yd] {
        color: #555;
        margin-bottom: 1.5rem;
    }

.form-group[b-m53znnb9yd] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    flex: 1;
    width: 33%;
}

.form-row[b-m53znnb9yd] {
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
}

label[b-m53znnb9yd] {
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: #333;
}

input[b-m53znnb9yd], select[b-m53znnb9yd] {
    padding: 0.6rem 0.8rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

    input:focus[b-m53znnb9yd], select:focus[b-m53znnb9yd] {
        outline: none;
        border-color: var(--primary-color);
        box-shadow: 0 0 0 3px rgba(103, 173, 91, 0.2);
    }

.btn-submit[b-m53znnb9yd] {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
}

    .btn-submit:hover[b-m53znnb9yd] {
        background: #559348;
    }


.price-box-container[b-m53znnb9yd] {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 2rem;
}

.price-box[b-m53znnb9yd] {
    background: linear-gradient(135deg, #e6f9f0, #d1f2e0);
    border: 1px solid #a8e0c5;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 4px 10px rgba(0,0,0,.05);
    width: 350px;
    margin-top: 1rem;
    font-family: 'Segoe UI', sans-serif;
    transition: transform .2s ease;
}

    .price-box:hover[b-m53znnb9yd] {
        transform: translateY(-2px);
    }

.price-header[b-m53znnb9yd] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: .75rem;
    color: #1b7a4c;
    border-bottom: 1px solid #a8e0c5;
    padding-bottom: .4rem;
}

.price-row[b-m53znnb9yd] {
    display: flex;
    justify-content: space-between;
    margin: .4rem 0;
    font-size: .95rem;
}

    .price-row strong[b-m53znnb9yd] {
        color: #222;
    }

    .price-row.total[b-m53znnb9yd] {
        font-size: 1.05rem;
        font-weight: 600;
        margin-top: .6rem;
        border-top: 1px dashed #a8e0c5;
        padding-top: .6rem;
        color: #0e5c36;
    }
/* _content/Website_GalPongrac/Components/Comps/OfferForm.razor.rz.scp.css */
/* Árajánlat kártya */
.offer-section[b-dou0z8b4zp] {
    display: flex;
    justify-content: center;
    margin: 24px 0;
}

.offer-card[b-dou0z8b4zp] {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    padding: 40px;
    width: 100%;
    max-width: 950px;
    animation: fadeIn 0.8s ease-in-out;
    margin-top: 50px;
    border-top: 6px solid var(--primary-color); /* extra kiemelés */
}

.offer-title[b-dou0z8b4zp] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-title-color);
    margin-bottom: 6px;
    text-align: center;
    font-family: var(--font-heading);
}

.offer-subtitle[b-dou0z8b4zp] {
    text-align: center;
    color: var(--text-color);
    margin-bottom: 15px;
    font-size: 1.05rem;
}

.offer-form .form-group[b-dou0z8b4zp] {
    margin-bottom: 12px;
}

.offer-form label[b-dou0z8b4zp] {
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
    color: var(--text-color);
}

.offer-form .form-control[b-dou0z8b4zp] {
    border: 2px solid #ddd;
    border-radius: 12px;
    padding: 12px 18px;
    width: 100%;
    font-size: 1rem;
    transition: 0.3s;
}

    .form-control:focus[b-dou0z8b4zp] {
        border-color: var(--primary-color) !important;
        box-shadow: 0 0 8px rgba(125, 207, 107, 0.5);
    }

.offer-form textarea.form-control[b-dou0z8b4zp] {
    resize: none;
    min-height: 120px;
}

.btn-submit[b-dou0z8b4zp] {
    width: 100%;
    background: var(--button-color);
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    font-family: var(--font-heading);
}

    .btn-submit:hover[b-dou0z8b4zp] {
        background: var(--accent-color);
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    }

.offer-status[b-dou0z8b4zp] {
    margin-top: 20px;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    animation: fadeIn 0.4s ease-in-out;
}

    .offer-status.success[b-dou0z8b4zp] {
        background: #e6f9ec;
        color: #2b7a38;
        border: 1px solid #8ddf9b;
    }

    .offer-status.error[b-dou0z8b4zp] {
        background: #fde8e8;
        color: #a12525;
        border: 1px solid #f5a5a5;
    }

.offer-form .form-row[b-dou0z8b4zp] {
    display: grid;
    grid-template-columns: 1fr 1fr; /* két oszlop */
    gap: 16px; /* térköz a mezők között */
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .offer-form .form-row[b-dou0z8b4zp] {
        grid-template-columns: 1fr; /* mobilon szétesik egy oszlopba */
    }
}

.privacy-div[b-dou0z8b4zp] {
    display: flex;
    align-items: center;
}
/* _content/Website_GalPongrac/Components/Comps/Products.razor.rz.scp.css */
.products[b-2pdvkwxo6e] {
    padding: clamp(2rem, 5vw, 4rem) 0;
    background: var(--background-color);
}

.section-title[b-2pdvkwxo6e] {
    font-family: var(--font-heading);
    color: var(--text-title-color);
    font-size: clamp(1.6rem, 3vw, 2rem);
    margin-bottom: 2rem;
    text-align: center;
}

/* Grid: mobilon 1 oszlop, nőve 2/3/4 */
.product-grid[b-2pdvkwxo6e] {
    display: grid;
    gap: 1.5rem;
    margin: 20px 30px;
    /*grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));*/
    grid-template-columns: repeat(auto-fit, repeat(3, 1fr)) !important;
}

/* Kártyák */
.product-card[b-2pdvkwxo6e] {
    background: var(--background-color-second);
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 14px;
    padding: 1.25rem;
    display: grid;
    align-content: start;
    gap: .65rem;
    text-align: left;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    /* finom márkacsík felül */
    box-shadow: inset 0 3px 0 0 var(--primary-color);
    cursor: pointer;
}

    .product-card:hover[b-2pdvkwxo6e] {
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.06), inset 0 3px 0 0 var(--accent-color);
        border-color: rgba(0,0,0,0.08);
    }

/* Ikon kör – egységes megjelenés, akkor is ha a PNG-k különbözőek */
.icon-circle[b-2pdvkwxo6e] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(103,173,91,.10); /* #67ad5b 10% */
    border: 1px solid rgba(103,173,91,.25);
    display: grid;
    place-items: center;
    margin-bottom: .25rem;
}

    .icon-circle img[b-2pdvkwxo6e] {
        width: 28px;
        height: 28px;
        object-fit: contain;
        display: block;
    }

/* Tipó */
.product-card h3[b-2pdvkwxo6e] {
    font-family: var(--font-heading);
    font-size: 1.06rem;
    color: var(--text-title-color);
    margin: 0;
}

.product-card p[b-2pdvkwxo6e] {
    font-family: var(--font-body);
    font-size: .95rem;
    color: var(--text-color);
    opacity: .9;
    line-height: 1.55;
    margin: 0;
}

/* 7 elem “lyukas sor” fix – a legutolsó legyen szélesebb */
@media (min-width: 900px) and (max-width: 1199.98px) {
    .product-grid[b-2pdvkwxo6e] {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-card.featured[b-2pdvkwxo6e] {
        grid-column: span 3;
    }
}

@media (min-width: 1200px) {
    .product-grid[b-2pdvkwxo6e] {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-card.featured[b-2pdvkwxo6e] {
        grid-column: span 2;
    }
}
/* _content/Website_GalPongrac/Components/Comps/ServiceCard.razor.rz.scp.css */
.service-card[b-l4puegkehx] {
    display: flex;
    flex-direction: column;
    background: red !important;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    border: 5px solid red !important;
    width: 100%;
}

    .service-card .media[b-l4puegkehx] {
        position: relative;
        width: 100%;
        aspect-ratio: 16/9;
        overflow: hidden;
    }

        .service-card .media img[b-l4puegkehx] {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    .service-card .content[b-l4puegkehx] {
        padding: 1.5rem;
    }

.content .eyebrow[b-l4puegkehx] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}

.content .title[b-l4puegkehx] {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    color: #111827;
}

.content .subtitle[b-l4puegkehx] {
    margin: 0.5rem 0 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #374151;
}

.content .intro[b-l4puegkehx] {
    margin: 0 0 1rem;
    color: #4b5563;
    line-height: 1.6;
}

.features[b-l4puegkehx] {
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

    .features li[b-l4puegkehx] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.95rem;
        color: #374151;
        background: #f3f4f6;
        padding: 0.5rem 0.75rem;
        border-radius: 8px;
    }

    .features .check[b-l4puegkehx] {
        color: #10b981;
        font-size: 1rem;
    }

.outro[b-l4puegkehx] {
    margin: 1rem 0;
    font-weight: 500;
    color: #111827;
    font-size: 1.05rem;
}

.actions[b-l4puegkehx] {
    margin-top: auto;
}

    .actions .btn[b-l4puegkehx] {
        display: inline-block;
        padding: 0.7rem 1.2rem;
        border-radius: 12px;
        font-weight: 600;
        text-decoration: none;
        background: #111827;
        color: #fff;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

        .actions .btn:hover[b-l4puegkehx] {
            background: #0b1222;
        }
/* _content/Website_GalPongrac/Components/Comps/TechnologySection.razor.rz.scp.css */
.tech-section[b-egi5omcb6t] {
    padding: clamp(2rem, 4vw, 4rem) 0;
    background: white;
    position: relative;
    overflow: hidden;
}

.tech-container[b-egi5omcb6t] {
    width: min(1220px, 92vw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
}

/* Szöveg kiemelés */
.highlight[b-egi5omcb6t] {
    color: var(--primary-color);
}

.badge[b-egi5omcb6t] {
    display: inline-block;
    font: 600 .875rem/1 var(--font-heading);
    color: var(--accent-color);
    background: rgba(103, 173, 91, 0.12);
    border: 1px solid rgba(103, 173, 91, 0.28);
    padding: .45rem .7rem;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(103,173,91,0.15);
}

.title[b-egi5omcb6t] {
    margin-top: 0.75rem;
    font-family: var(--font-heading);
    color: var(--text-title-color);
    font-size: clamp(2rem, 4.6vw, 3rem);
    line-height: 1.1;
}

.lead[b-egi5omcb6t] {
    font-size: clamp(1rem, .8vw + .8rem, 1.2rem);
    margin: 1rem 0;
    line-height: 1.7;
    opacity: 0.95;
}

/* Kép keret + overlay */
.image-wrapper[b-egi5omcb6t] {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

    .image-wrapper img[b-egi5omcb6t] {
        width: 100%;
        display: block;
    }

.image-overlay[b-egi5omcb6t] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(103, 173, 91, 0.2), rgba(0,0,0,0));
}

/* Animáció */
.animate-left[b-egi5omcb6t] {
    animation: slideInLeft-b-egi5omcb6t 0.8s ease forwards;
    opacity: 0;
}

.animate-right[b-egi5omcb6t] {
    animation: slideInRight-b-egi5omcb6t 0.8s ease forwards;
    opacity: 0;
}

@keyframes slideInLeft-b-egi5omcb6t {
    from {
        transform: translateX(-40px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight-b-egi5omcb6t {
    from {
        transform: translateX(40px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Mobil */
@media (max-width: 768px) {
    .tech-container[b-egi5omcb6t] {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
/* _content/Website_GalPongrac/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3rvrnsaq5y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3rvrnsaq5y] {
    flex: 1;
}

.sidebar[b-3rvrnsaq5y] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3rvrnsaq5y] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3rvrnsaq5y]  a, .top-row[b-3rvrnsaq5y]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3rvrnsaq5y]  a:hover, .top-row[b-3rvrnsaq5y]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3rvrnsaq5y]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3rvrnsaq5y] {
        justify-content: space-between;
    }

    .top-row[b-3rvrnsaq5y]  a, .top-row[b-3rvrnsaq5y]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3rvrnsaq5y] {
        flex-direction: row;
    }

    .sidebar[b-3rvrnsaq5y] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3rvrnsaq5y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3rvrnsaq5y]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3rvrnsaq5y], article[b-3rvrnsaq5y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3rvrnsaq5y] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-3rvrnsaq5y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Website_GalPongrac/Components/Layout/NavBar.razor.rz.scp.css */
/* ========== Változók ========== */
:read-only[b-x9y56jx7g4] {
    --container-max: 1100px;
    --text-color: #111827;
}

/* ========== Navbar ========== */
.navbar[b-x9y56jx7g4] {
    position: sticky;
    top: 0;
    width: 100%;
    /*max-height: 80px;*/
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    text-transform: uppercase;
}

.navbar-container[b-x9y56jx7g4] {
    position: relative;
    display: flex;
    align-items: center;
    /*max-width: var(--container-max);*/
    margin: 0 auto;
    padding: 0 1.5rem;
    gap: 1rem;
}

.logo img[b-x9y56jx7g4] {
    height: 110px;
    width: 140px;
    object-fit: contain;
    margin-top: 5px;
    transition: transform 0.2s ease;
    border: none;
}

    .logo img:hover[b-x9y56jx7g4] {
        transform: scale(1.05);
    }

/* ========== Linkek ========== */
.nav-links[b-x9y56jx7g4] {
    list-style: none;
    display: flex;
    gap: 0.8rem;
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    align-items: center;
}

    .nav-links > li[b-x9y56jx7g4] {
        position: relative;
    }

        .nav-links > li > a[b-x9y56jx7g4] {
            text-decoration: none;
            font-family: var(--font-heading);
            font-weight: 500;
            font-size: 0.9rem;
            color: var(--text-color);
            position: relative;
            transition: color 0.2s ease;
        }

            .nav-links > li > a[b-x9y56jx7g4]::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: -10px; /* 10px vizuális offset */
                height: 10px; /* <<< MINI HÍD CSAK A LINK SZÉLESSÉGÉBEN */
                background: transparent;
                pointer-events: auto; /* hogy tartsa a hover-t */
            }

            .nav-links > li > a:hover[b-x9y56jx7g4] {
                color: var(--primary-color);
            }

                .nav-links > li > a:hover[b-x9y56jx7g4]::after { /* csak jelzés, nincs animáció szükség */
                }

            .nav-links > li > a[b-x9y56jx7g4]::before {
                content: "";
                position: absolute;
                bottom: -4px;
                left: 0;
                height: 2px;
                width: 0%;
                background-color: var(--primary-color);
                transition: width 0.25s ease;
            }

            .nav-links > li > a:hover[b-x9y56jx7g4]::before {
                width: 100%;
            }

.offer[b-x9y56jx7g4] {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
}

/* ========== Dropdown alapok ========== */
.dropdown[b-x9y56jx7g4] {
    position: relative;
}

    .dropdown.mega[b-x9y56jx7g4] {
        position: static;
    }
    /* a mega ne legyen offset-parent */

    /* ALAP PANEL (rejtve, animációhoz előkészítve) */
    .dropdown > .dropdown-menu[b-x9y56jx7g4] {
        position: absolute;
        top: calc(100% + 0px); /* vizuális offsetet a mini híd adja */
        display: none;
        background: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 12px;
        box-shadow: 0 18px 60px rgba(0,0,0,0.12);
        z-index: 1100;
        opacity: 0;
        transform: translateY(6px);
        transition: opacity 0.18s ease, transform 0.18s ease;
    }

    /* Nyitás csak akkor, ha a link vagy maga a panel van hoverön/fókuszon */
    .dropdown:hover > .dropdown-menu[b-x9y56jx7g4] {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    /* Nyitás (simple-re is jó) */
    .dropdown:hover > .dropdown-menu[b-x9y56jx7g4],
    .dropdown:focus-within > .dropdown-menu[b-x9y56jx7g4] {
        display: block;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto; /* <<< most már kattintható */
        visibility: visible; /* <<< biztosan látható */
    }


    /* ========== MEGA MENÜ (Termékek) – középre, nav szélesség ========== */
    /* MEGA (alap: tényleg rejtve, nem „fog” hover-t) */
    .dropdown.mega > .dropdown-menu[b-x9y56jx7g4] {
        left: 50%;
        right: auto;
        transform: translateX(-50%) translateY(6px);
        width: min(var(--container-max), calc(100vw - 24px));
        max-width: var(--container-max);
        padding: 14px;
        display: none; /* <<< ne legyen jelen rejtve */
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }


    /* MEGA nyitás (csak ekkor lesz grid és „él”) */
    .dropdown.mega:hover > .dropdown-menu[b-x9y56jx7g4],
    .dropdown.mega:focus-within > .dropdown-menu[b-x9y56jx7g4] {
        display: grid; /* <<< csak nyitva legyen grid */
        grid-template-columns: repeat(4, minmax(210px, 1fr));
        gap: 18px 24px;
        transform: translateX(-51%) translateY(-42px);
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }


    /* Mega: fejlécek és belső listák */
    .dropdown.mega > .dropdown-menu > li[b-x9y56jx7g4] {
        list-style: none;
        font-weight: 700;
        color: #1f2937;
        padding: 6px 6px 4px 6px;
        border-bottom: 1px dashed #eee;
    }

        .dropdown.mega > .dropdown-menu > li > ul[b-x9y56jx7g4] {
            margin: 8px 0 0 0;
            padding: 0;
            list-style: none;
            display: grid;
            gap: 6px;
        }

            .dropdown.mega > .dropdown-menu > li > ul > li[b-x9y56jx7g4] {
                list-style: none;
            }

                .dropdown.mega > .dropdown-menu > li > ul > li > a[b-x9y56jx7g4] {
                    display: block;
                    padding: 6px 8px;
                    border-radius: 8px;
                    text-decoration: none;
                    color: #374151;
                    font-weight: 500;
                    line-height: 1.2;
                    transition: background-color 0.16s, color 0.16s, transform 0.06s;
                }

                    .dropdown.mega > .dropdown-menu > li > ul > li > a:hover[b-x9y56jx7g4] {
                        background: rgba(103,173,91,0.08);
                        color: var(--primary-color);
                        transform: translateX(2px);
                    }

        /* Mega: egyetlen link oszlopként (pl. Garázskapu) */
        .dropdown.mega > .dropdown-menu > li > a[b-x9y56jx7g4] {
            display: block;
            margin-top: 8px;
            padding: 8px 10px;
            border-radius: 8px;
            color: #374151;
            text-decoration: none;
            font-weight: 600;
            transition: background-color 0.16s, color 0.16s, transform 0.06s;
        }

            .dropdown.mega > .dropdown-menu > li > a:hover[b-x9y56jx7g4] {
                background: rgba(103,173,91,0.08);
                color: var(--primary-color);
                transform: translateX(2px);
            }

/* ========== Egyszerű dropdownok (Szolgáltatások, Kapcsolat) ========== */
.nav-links .dropdown.simple > .dropdown-menu[b-x9y56jx7g4] {
    right: 0;
    left: auto;
    min-width: 260px;
    padding: 8px;
    display: none;
    transform: translateX(50%);
}

.nav-links .dropdown.simple:hover > .dropdown-menu[b-x9y56jx7g4],
.nav-links .dropdown.simple:focus-within > .dropdown-menu[b-x9y56jx7g4] {
    display: block;
}

.nav-links .dropdown.simple > .dropdown-menu > li[b-x9y56jx7g4] {
    padding: 0;
    border-bottom: none;
    list-style: none;
}

    .nav-links .dropdown.simple > .dropdown-menu > li > a[b-x9y56jx7g4] {
        display: block;
        padding: 9px 10px;
        border-radius: 8px;
        color: #374151;
        text-decoration: none;
        transition: background-color 0.16s, color 0.16s;
    }

        .nav-links .dropdown.simple > .dropdown-menu > li > a:hover[b-x9y56jx7g4] {
            background: rgba(0,0,0,0.04);
            color: var(--primary-color);
        }

/* ========== Reszponzív ========== */
@media (max-width: 1200px) {
    .dropdown.mega > .dropdown-menu[b-x9y56jx7g4] {
        grid-template-columns: repeat(3, minmax(200px, 1fr));
    }
}

@media (max-width: 1024px) {
    .dropdown.mega > .dropdown-menu[b-x9y56jx7g4] {
        grid-template-columns: repeat(2, minmax(200px, 1fr));
    }
}

@media (max-width: 768px) {
    .nav-links[b-x9y56jx7g4] {
        display: none;
    }

    .nav-button[b-x9y56jx7g4] {
        display: none;
    }

    .topbar-container[b-x9y56jx7g4] {
        justify-content: center;
        gap: 0.35rem 0.75rem;
        text-align: center;
    }

    /* Mobil: fix, teljes szélességű panelek */
    .dropdown.mega > .dropdown-menu[b-x9y56jx7g4],
    .nav-links .dropdown.simple > .dropdown-menu[b-x9y56jx7g4] {
        position: fixed;
        left: 12px;
        right: 12px;
        top: 64px;
        width: auto;
        min-width: unset;
        max-height: calc(100vh - 90px);
        overflow: auto;
        border-radius: 12px;
        padding: 14px;
        transform: none;
        opacity: 1;
        display: block;
    }

    .dropdown.mega > .dropdown-menu[b-x9y56jx7g4] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ========== Hover finomság ========== */
@media (hover: hover) and (pointer: fine) {
    .nav-links > li:hover > a[b-x9y56jx7g4] {
        color: var(--primary-color);
    }
}


.nav-info[b-x9y56jx7g4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    font-size: 0.9rem;
    white-space: nowrap;
}

    .nav-info .address[b-x9y56jx7g4] {
        color: var(--primary-color);
        font-weight: 600;
        text-decoration: none;
    }

    .nav-info .address:hover[b-x9y56jx7g4] {
        text-decoration: underline;
    }

    .nav-info .phone[b-x9y56jx7g4] {
        color: var(--primary-color);
        font-weight: 600;
        text-decoration: none;
    }

        .nav-info .phone:hover[b-x9y56jx7g4] {
            text-decoration: underline;
        }

    .nav-info .hours[b-x9y56jx7g4] {
        color: #333;
    }

    .nav-info img[b-x9y56jx7g4] {
        height: 17px;
        width: 17px;
        object-fit: contain;
        margin-right: 0.25rem;
        padding: 0;
    }

    .nav-info a[b-x9y56jx7g4], .nav-info span[b-x9y56jx7g4] {
        display: flex;
        align-items: center;
    }

.address[b-x9y56jx7g4] {
    display: flex;
    align-items: center;
    gap: 0;
    flex-direction: row;
}

/* ===== Drawer / Overlay alap (rejtve, így desktopon nem látszik) ===== */

.burger[b-x9y56jx7g4] {
    display: none; /* mobilon lesz látható */
    border: none;
    background: transparent;
    padding: .5rem;
    margin-left: auto;
    width: 42px;
    height: 42px;
    border-radius: 10px;
}

    .burger span[b-x9y56jx7g4] {
        display: block;
        height: 3px;
        width: 100%;
        margin: 6px 5px;
        background: black;
        border-radius: 2px;
    }

.backdrop[b-x9y56jx7g4] {
    position: fixed;
    inset: 0;
    background: var(--overlay);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 999;
}

    .backdrop.show[b-x9y56jx7g4] {
        opacity: 1;
        pointer-events: auto;
    }

.mobile-drawer[b-x9y56jx7g4] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: min(var(--drawer-w), var(--drawer-maxw));
    background: #fff;
    box-shadow: -20px 0 60px rgba(0,0,0,.15);
    transform: translateX(100%);
    transition: transform .22s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
}

    .mobile-drawer.open[b-x9y56jx7g4] {
        transform: translateX(0);
    }

.drawer-header[b-x9y56jx7g4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid #eee;
}

.logo-sm img[b-x9y56jx7g4] {
    height: 48px;
    width: 48px;
    object-fit: contain;
}

.drawer-close[b-x9y56jx7g4] {
    border: none;
    background: transparent;
    font-size: 0.9rem;
    line-height: 1;
    padding: 4px 8px;
    color: black;
}

.drawer-nav[b-x9y56jx7g4] {
    padding: 8px 12px 20px;
    overflow: auto;
}

    .drawer-nav > a[b-x9y56jx7g4],
    .drawer-panel a[b-x9y56jx7g4] {
        display: block;
        padding: 10px 10px;
        border-radius: 10px;
        text-decoration: none;
        color: #1f2937;
    }

        .drawer-nav > a:hover[b-x9y56jx7g4],
        .drawer-panel a:hover[b-x9y56jx7g4] {
            background: rgba(0,0,0,.04);
        }

.drawer-accordion[b-x9y56jx7g4] {
    width: 100%;
    text-align: left;
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: 10px 12px;
    border-radius: 10px;
    margin-top: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    color: black;
    text-transform: uppercase;
}

.drawer-panel[b-x9y56jx7g4] {
    max-height: 0;
    overflow: hidden;
    transition: max-height .22s ease;
    padding-left: 4px;
}

    .drawer-panel.open[b-x9y56jx7g4] {
        max-height: 1900px;
    }

.drawer-group[b-x9y56jx7g4] {
    margin: 8px 0 12px;
}

.drawer-group-title[b-x9y56jx7g4] {
    font-weight: 700;
    margin: 6px 2px;
}

.drawer-single[b-x9y56jx7g4] {
    margin-top: 6px;
    font-weight: 600;
}

/* ===== Mobil breakpoint: itt rejtjük el a régi navot ===== */
@media (max-width: 768px) {
    /* Csak mobilon kapcsoljuk le a desktop menüt/infót, a megalegördülők maradnak desktopon! */
    .nav-links[b-x9y56jx7g4] {
        display: none !important;
    }

    .nav-info[b-x9y56jx7g4] {
        display: none !important;
    }

    .burger[b-x9y56jx7g4] {
        display: block !important;
        align-items: center;
        justify-content: center;
    }

    /* (Opcionális) kisebb logo mobilon */
    .logo img[b-x9y56jx7g4] {
        height: 80px;
        width: 120px;
    }
}



/* tedd a meglévő CSS-ed végére */
.mm-closing .dropdown.mega > .dropdown-menu[b-x9y56jx7g4],
.mm-closing .dropdown.simple > .dropdown-menu[b-x9y56jx7g4] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}



/* Mega menü szekciócím */
.dropdown.mega .mega-title[b-x9y56jx7g4] {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 2px 4px 10px;
    padding: 2px 0;
    font-family: var(--font-heading, inherit);
    font-weight: 700;
    font-size: 1.07rem; /* kicsi, de karakteres */
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #6b7280; /* semlegesebb, mint a linkek */
    border-bottom: 1px dashed #eee;
}

    /* kis “pont” jelölő a cím előtt */
    .dropdown.mega .mega-title[b-x9y56jx7g4]::before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 9999px;
        background: var(--primary-color, #67ad5b);
        flex: 0 0 6px;
    }

/* oszlopok közti finom vizuális ritmus */
.dropdown.mega > .dropdown-menu > li[b-x9y56jx7g4] {
    padding: 8px 6px 10px;
    border-bottom: 0; /* a régi alsó szaggatottat kivesszük, most a cím hordozza */
}

/* szomszédos oszlopok között finom bal oldali választó (desktop) */
@media (hover: hover) and (pointer: fine) {
    .dropdown.mega > .dropdown-menu > li + li[b-x9y56jx7g4] {
        border-left: 1px dashed #f3f4f6;
        padding-left: 16px;
    }
}

/* a linklista kapjon picit nagyobb lélegzetet a címtől */
.dropdown.mega > .dropdown-menu > li > ul[b-x9y56jx7g4] {
    margin: 10px 0 0 0;
    gap: 8px;
}


/* ha együtt használod a drawer-group-title-lel */
.drawer-group-title.mega-title[b-x9y56jx7g4] {
    margin: 2px 4px 10px;
    padding: 2px 0;
    border-bottom: 1px dashed #eee;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--primary-color);
}
/* _content/Website_GalPongrac/Components/Layout/NavBara.razor.rz.scp.css */
/* ========== Változók ========== */
:root[b-6ogtpg3tmx] {
    --container-max: 1200px;
    --text-color: #111827;
}

/* ========== Topbar (cím + telefon + nyitva) ========== */
.topbar[b-6ogtpg3tmx] {
    background: #f6f6f6;
    font-size: 0.92rem;
    border-bottom: 1px solid #e6e6e6;
}

.topbar-container[b-6ogtpg3tmx] {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0.35rem 1rem;
    display: flex;
    gap: 0.75rem 1.25rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topbar .address[b-6ogtpg3tmx], .topbar .hours[b-6ogtpg3tmx] {
    color: #333;
}

.topbar .phone[b-6ogtpg3tmx] {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
}

    .topbar .phone:hover[b-6ogtpg3tmx] {
        text-decoration: underline;
    }

/* ========== Navbar ========== */
.navbar[b-6ogtpg3tmx] {
    position: sticky;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.navbar-container[b-6ogtpg3tmx] {
    position: relative; /* a mega ehhez igazodik */
    display: flex;
    align-items: center;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0.8rem 1.5rem;
    gap: 1rem;
}

.logo img[b-6ogtpg3tmx] {
    height: 48px;
    transition: transform 0.2s ease;
}

    .logo img:hover[b-6ogtpg3tmx] {
        transform: scale(1.05);
    }

/* ========== Linkek ========== */
.nav-links[b-6ogtpg3tmx] {
    list-style: none;
    display: flex;
    gap: 1.6rem;
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    align-items: center;
}

    .nav-links > li[b-6ogtpg3tmx] {
        position: relative;
    }

        .nav-links > li > a[b-6ogtpg3tmx] {
            text-decoration: none;
            font-family: var(--font-heading);
            font-weight: 500;
            font-size: 1rem;
            color: var(--text-color);
            position: relative; /* kell a mini hídhoz */
            transition: color 0.2s ease;
        }

            .nav-links > li > a[b-6ogtpg3tmx]::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: -10px; /* 10px vizuális offset */
                height: 10px; /* <<< MINI HÍD CSAK A LINK SZÉLESSÉGÉBEN */
                background: transparent;
                pointer-events: auto; /* hogy tartsa a hover-t */
            }

            .nav-links > li > a:hover[b-6ogtpg3tmx] {
                color: var(--primary-color);
            }

                .nav-links > li > a:hover[b-6ogtpg3tmx]::after { /* csak jelzés, nincs animáció szükség */
                }

            .nav-links > li > a[b-6ogtpg3tmx]::before {
                content: "";
                position: absolute;
                bottom: -4px;
                left: 0;
                height: 2px;
                width: 0%;
                background-color: var(--primary-color);
                transition: width 0.25s ease;
            }

            .nav-links > li > a:hover[b-6ogtpg3tmx]::before {
                width: 100%;
            }

/* ========== Kiemelt gomb (Időpontfoglalás) ========== */
.nav-button[b-6ogtpg3tmx] {
    background: var(--primary-color);
    color: #fff !important;
    font-family: var(--font-heading);
    font-weight: 700;
    padding: 0.55rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.2s, transform 0.1s, box-shadow 0.2s;
    box-shadow: 0 6px 16px rgba(103,173,91,0.28);
    white-space: nowrap;
}

    .nav-button:hover[b-6ogtpg3tmx] {
        background: var(--accent-color);
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(103,173,91,0.32);
    }

    .nav-button.highlight[b-6ogtpg3tmx] {
        /*background: #ff9800;*/
        background: var(--complementary-color);
        box-shadow: 0 6px 16px rgba(var(--complementary-color),0.28);
    }

        .nav-button.highlight:hover[b-6ogtpg3tmx] {
            /*background: #ff8a00;*/
            background: var(--complementary-color);
        }

/* ========== Dropdown alapok ========== */
.dropdown[b-6ogtpg3tmx] {
    position: relative;
}

    .dropdown.mega[b-6ogtpg3tmx] {
        position: static;
    }
    /* a mega ne legyen offset-parent */

    /* ALAP PANEL (rejtve, animációhoz előkészítve) */
    .dropdown > .dropdown-menu[b-6ogtpg3tmx] {
        position: absolute;
        top: calc(100% + 0px); /* vizuális offsetet a mini híd adja */
        display: none;
        background: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 12px;
        box-shadow: 0 18px 60px rgba(0,0,0,0.12);
        z-index: 1100;
        opacity: 0;
        transform: translateY(6px);
        transition: opacity 0.18s ease, transform 0.18s ease;
        pointer-events: 
    }

    /* Nyitás csak akkor, ha a link vagy maga a panel van hoverön/fókuszon */
    .dropdown:hover > .dropdown-menu[b-6ogtpg3tmx] {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    /* Nyitás (simple-re is jó) */
    .dropdown:hover > .dropdown-menu[b-6ogtpg3tmx],
    .dropdown:focus-within > .dropdown-menu[b-6ogtpg3tmx] {
        display: block;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto; /* <<< most már kattintható */
        visibility: visible; /* <<< biztosan látható */
    }


    /* ========== MEGA MENÜ (Termékek) – középre, nav szélesség ========== */
    /* MEGA (alap: tényleg rejtve, nem „fog” hover-t) */
    .dropdown.mega > .dropdown-menu[b-6ogtpg3tmx] {
        left: 50%;
        right: auto;
        transform: translateX(-50%) translateY(6px);
        width: min(var(--container-max), calc(100vw - 24px));
        max-width: var(--container-max);
        padding: 14px;
        display: none; /* <<< ne legyen jelen rejtve */
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }


    /* MEGA nyitás (csak ekkor lesz grid és „él”) */
    .dropdown.mega:hover > .dropdown-menu[b-6ogtpg3tmx],
    .dropdown.mega:focus-within > .dropdown-menu[b-6ogtpg3tmx] {
        display: grid; /* <<< csak nyitva legyen grid */
        grid-template-columns: repeat(4, minmax(210px, 1fr));
        gap: 18px 24px;
        transform: translateX(-50%) translateY(-16px);
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }


    /* Mega: fejlécek és belső listák */
    .dropdown.mega > .dropdown-menu > li[b-6ogtpg3tmx] {
        list-style: none;
        font-weight: 700;
        color: #1f2937;
        padding: 6px 6px 4px 6px;
        border-bottom: 1px dashed #eee;
    }

        .dropdown.mega > .dropdown-menu > li > ul[b-6ogtpg3tmx] {
            margin: 8px 0 0 0;
            padding: 0;
            list-style: none;
            display: grid;
            gap: 6px;
        }

            .dropdown.mega > .dropdown-menu > li > ul > li[b-6ogtpg3tmx] {
                list-style: none;
            }

                .dropdown.mega > .dropdown-menu > li > ul > li > a[b-6ogtpg3tmx] {
                    display: block;
                    padding: 6px 8px;
                    border-radius: 8px;
                    text-decoration: none;
                    color: #374151;
                    font-weight: 500;
                    line-height: 1.2;
                    transition: background-color 0.16s, color 0.16s, transform 0.06s;
                }

                    .dropdown.mega > .dropdown-menu > li > ul > li > a:hover[b-6ogtpg3tmx] {
                        background: rgba(103,173,91,0.08);
                        color: var(--primary-color);
                        transform: translateX(2px);
                    }

        /* Mega: egyetlen link oszlopként (pl. Garázskapu) */
        .dropdown.mega > .dropdown-menu > li > a[b-6ogtpg3tmx] {
            display: block;
            margin-top: 8px;
            padding: 8px 10px;
            border-radius: 8px;
            color: #374151;
            text-decoration: none;
            font-weight: 600;
            transition: background-color 0.16s, color 0.16s, transform 0.06s;
        }

            .dropdown.mega > .dropdown-menu > li > a:hover[b-6ogtpg3tmx] {
                background: rgba(103,173,91,0.08);
                color: var(--primary-color);
                transform: translateX(2px);
            }

/* ========== Egyszerű dropdownok (Szolgáltatások, Kapcsolat) ========== */
.nav-links .dropdown.simple > .dropdown-menu[b-6ogtpg3tmx] {
    right: 0;
    left: auto;
    min-width: 260px;
    padding: 8px;
    display: none;
}

.nav-links .dropdown.simple:hover > .dropdown-menu[b-6ogtpg3tmx],
.nav-links .dropdown.simple:focus-within > .dropdown-menu[b-6ogtpg3tmx] {
    display: block;
}

.nav-links .dropdown.simple > .dropdown-menu > li[b-6ogtpg3tmx] {
    padding: 0;
    border-bottom: none;
    list-style: none;
}

    .nav-links .dropdown.simple > .dropdown-menu > li > a[b-6ogtpg3tmx] {
        display: block;
        padding: 9px 10px;
        border-radius: 8px;
        color: #374151;
        text-decoration: none;
        transition: background-color 0.16s, color 0.16s;
    }

        .nav-links .dropdown.simple > .dropdown-menu > li > a:hover[b-6ogtpg3tmx] {
            background: rgba(0,0,0,0.04);
            color: var(--primary-color);
        }

/* ========== Reszponzív ========== */
@media (max-width: 1200px) {
    .dropdown.mega > .dropdown-menu[b-6ogtpg3tmx] {
        grid-template-columns: repeat(3, minmax(200px, 1fr));
    }
}

@media (max-width: 1024px) {
    .dropdown.mega > .dropdown-menu[b-6ogtpg3tmx] {
        grid-template-columns: repeat(2, minmax(200px, 1fr));
    }
}

@media (max-width: 768px) {
    .nav-links[b-6ogtpg3tmx] {
        display: none;
    }

    .nav-button[b-6ogtpg3tmx] {
        display: none;
    }

    .topbar-container[b-6ogtpg3tmx] {
        justify-content: center;
        gap: 0.35rem 0.75rem;
        text-align: center;
    }

    /* Mobil: fix, teljes szélességű panelek */
    .dropdown.mega > .dropdown-menu[b-6ogtpg3tmx],
    .nav-links .dropdown.simple > .dropdown-menu[b-6ogtpg3tmx] {
        position: fixed;
        left: 12px;
        right: 12px;
        top: 64px;
        width: auto;
        min-width: unset;
        max-height: calc(100vh - 90px);
        overflow: auto;
        border-radius: 12px;
        padding: 14px;
        transform: none;
        opacity: 1;
        display: block;
    }

    .dropdown.mega > .dropdown-menu[b-6ogtpg3tmx] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ========== Hover finomság ========== */
@media (hover: hover) and (pointer: fine) {
    .nav-links > li:hover > a[b-6ogtpg3tmx] {
        color: var(--primary-color);
    }
}
/* _content/Website_GalPongrac/Components/Layout/NavBarb.razor.rz.scp.css */
        *[b-vbc2myjsnu] {
            box-sizing: border-box;
        }

        body[b-vbc2myjsnu] {
            margin: 0;
        }

        .navbar[b-vbc2myjsnu] {
            overflow: hidden;
            background-color: #333;
            font-family: Arial, Helvetica, sans-serif;
        }

            .navbar a[b-vbc2myjsnu] {
                float: left;
                font-size: 16px;
                color: white;
                text-align: center;
                padding: 14px 16px;
                text-decoration: none;
            }

        .dropdown[b-vbc2myjsnu] {
            float: left;
            overflow: hidden;
        }

            .dropdown .dropbtn[b-vbc2myjsnu] {
                font-size: 16px;
                border: none;
                outline: none;
                color: white;
                padding: 14px 16px;
                background-color: inherit;
                font: inherit;
                margin: 0;
            }

            .navbar a:hover[b-vbc2myjsnu], .dropdown:hover .dropbtn[b-vbc2myjsnu] {
                background-color: red;
            }

        .dropdown-content[b-vbc2myjsnu] {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            width: 100%;
            left: 0;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }

            .dropdown-content .header[b-vbc2myjsnu] {
                background: red;
                padding: 16px;
                color: white;
            }

        .dropdown:hover .dropdown-content[b-vbc2myjsnu] {
            display: block;
        }

        /* Create three equal columns that floats next to each other */
        .column[b-vbc2myjsnu] {
            float: left;
            width: 33.33%;
            padding: 10px;
            background-color: #ccc;
            height: 250px;
        }

            .column a[b-vbc2myjsnu] {
                float: none;
                color: black;
                padding: 16px;
                text-decoration: none;
                display: block;
                text-align: left;
            }

                .column a:hover[b-vbc2myjsnu] {
                    background-color: #ddd;
                }

        /* Clear floats after the columns */
        .row[b-vbc2myjsnu]:after {
            content: "";
            display: table;
            clear: both;
        }

        /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
        @media screen and (max-width: 600px) {
            .column[b-vbc2myjsnu]

        {
            width: 100%;
            height: auto;
        }

        }
/* _content/Website_GalPongrac/Components/Layout/NavBarjo.razor.rz.scp.css */
/* ========== Változók ========== */
:root[b-v733nn87pa] {
    --container-max: 1200px;
    --text-color: #111827;
}

/* ========== Navbar ========== */
.navbar[b-v733nn87pa] {
    position: sticky;
    top: 0;
    width: 100%;
    /*max-height: 80px;*/
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    text-transform: uppercase;
}

.navbar-container[b-v733nn87pa] {
    position: relative;
    display: flex;
    align-items: center;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 1.5rem;
    gap: 1rem;
}

.logo img[b-v733nn87pa] {
    height: 100px;
    width: 100px;
    object-fit: contain;
    margin-top: 5px;
    transition: transform 0.2s ease;
}

    .logo img:hover[b-v733nn87pa] {
        transform: scale(1.05);
    }

/* ========== Linkek ========== */
.nav-links[b-v733nn87pa] {
    list-style: none;
    display: flex;
    gap: 0.8rem;
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    align-items: center;
}

    .nav-links > li[b-v733nn87pa] {
        position: relative;
    }

        .nav-links > li > a[b-v733nn87pa] {
            text-decoration: none;
            font-family: var(--font-heading);
            font-weight: 500;
            font-size: 0.9rem;
            color: var(--text-color);
            position: relative;
            transition: color 0.2s ease;
        }

            .nav-links > li > a[b-v733nn87pa]::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: -10px; /* 10px vizuális offset */
                height: 10px; /* <<< MINI HÍD CSAK A LINK SZÉLESSÉGÉBEN */
                background: transparent;
                pointer-events: auto; /* hogy tartsa a hover-t */
            }

            .nav-links > li > a:hover[b-v733nn87pa] {
                color: var(--primary-color);
            }

                .nav-links > li > a:hover[b-v733nn87pa]::after { /* csak jelzés, nincs animáció szükség */
                }

            .nav-links > li > a[b-v733nn87pa]::before {
                content: "";
                position: absolute;
                bottom: -4px;
                left: 0;
                height: 2px;
                width: 0%;
                background-color: var(--primary-color);
                transition: width 0.25s ease;
            }

            .nav-links > li > a:hover[b-v733nn87pa]::before {
                width: 100%;
            }

/* ========== Dropdown alapok ========== */
.dropdown[b-v733nn87pa] {
    position: relative;
}

    .dropdown.mega[b-v733nn87pa] {
        position: static;
    }
    /* a mega ne legyen offset-parent */

    /* ALAP PANEL (rejtve, animációhoz előkészítve) */
    .dropdown > .dropdown-menu[b-v733nn87pa] {
        position: absolute;
        top: calc(100% + 0px); /* vizuális offsetet a mini híd adja */
        display: none;
        background: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 12px;
        box-shadow: 0 18px 60px rgba(0,0,0,0.12);
        z-index: 1100;
        opacity: 0;
        transform: translateY(6px);
        transition: opacity 0.18s ease, transform 0.18s ease;
    }

    /* Nyitás csak akkor, ha a link vagy maga a panel van hoverön/fókuszon */
    .dropdown:hover > .dropdown-menu[b-v733nn87pa] {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    /* Nyitás (simple-re is jó) */
    .dropdown:hover > .dropdown-menu[b-v733nn87pa],
    .dropdown:focus-within > .dropdown-menu[b-v733nn87pa] {
        display: block;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto; /* <<< most már kattintható */
        visibility: visible; /* <<< biztosan látható */
    }


    /* ========== MEGA MENÜ (Termékek) – középre, nav szélesség ========== */
    /* MEGA (alap: tényleg rejtve, nem „fog” hover-t) */
    .dropdown.mega > .dropdown-menu[b-v733nn87pa] {
        left: 50%;
        right: auto;
        transform: translateX(-50%) translateY(6px);
        width: min(var(--container-max), calc(100vw - 24px));
        max-width: var(--container-max);
        padding: 14px;
        display: none; /* <<< ne legyen jelen rejtve */
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }


    /* MEGA nyitás (csak ekkor lesz grid és „él”) */
    .dropdown.mega:hover > .dropdown-menu[b-v733nn87pa],
    .dropdown.mega:focus-within > .dropdown-menu[b-v733nn87pa] {
        display: grid; /* <<< csak nyitva legyen grid */
        grid-template-columns: repeat(4, minmax(210px, 1fr));
        gap: 18px 24px;
        transform: translateX(-50%) translateY(-36px);
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }


    /* Mega: fejlécek és belső listák */
    .dropdown.mega > .dropdown-menu > li[b-v733nn87pa] {
        list-style: none;
        font-weight: 700;
        color: #1f2937;
        padding: 6px 6px 4px 6px;
        border-bottom: 1px dashed #eee;
    }

        .dropdown.mega > .dropdown-menu > li > ul[b-v733nn87pa] {
            margin: 8px 0 0 0;
            padding: 0;
            list-style: none;
            display: grid;
            gap: 6px;
        }

            .dropdown.mega > .dropdown-menu > li > ul > li[b-v733nn87pa] {
                list-style: none;
            }

                .dropdown.mega > .dropdown-menu > li > ul > li > a[b-v733nn87pa] {
                    display: block;
                    padding: 6px 8px;
                    border-radius: 8px;
                    text-decoration: none;
                    color: #374151;
                    font-weight: 500;
                    line-height: 1.2;
                    transition: background-color 0.16s, color 0.16s, transform 0.06s;
                }

                    .dropdown.mega > .dropdown-menu > li > ul > li > a:hover[b-v733nn87pa] {
                        background: rgba(103,173,91,0.08);
                        color: var(--primary-color);
                        transform: translateX(2px);
                    }

        /* Mega: egyetlen link oszlopként (pl. Garázskapu) */
        .dropdown.mega > .dropdown-menu > li > a[b-v733nn87pa] {
            display: block;
            margin-top: 8px;
            padding: 8px 10px;
            border-radius: 8px;
            color: #374151;
            text-decoration: none;
            font-weight: 600;
            transition: background-color 0.16s, color 0.16s, transform 0.06s;
        }

            .dropdown.mega > .dropdown-menu > li > a:hover[b-v733nn87pa] {
                background: rgba(103,173,91,0.08);
                color: var(--primary-color);
                transform: translateX(2px);
            }

/* ========== Egyszerű dropdownok (Szolgáltatások, Kapcsolat) ========== */
.nav-links .dropdown.simple > .dropdown-menu[b-v733nn87pa] {
    right: 0;
    left: auto;
    min-width: 260px;
    padding: 8px;
    display: none;
}

.nav-links .dropdown.simple:hover > .dropdown-menu[b-v733nn87pa],
.nav-links .dropdown.simple:focus-within > .dropdown-menu[b-v733nn87pa] {
    display: block;
}

.nav-links .dropdown.simple > .dropdown-menu > li[b-v733nn87pa] {
    padding: 0;
    border-bottom: none;
    list-style: none;
}

    .nav-links .dropdown.simple > .dropdown-menu > li > a[b-v733nn87pa] {
        display: block;
        padding: 9px 10px;
        border-radius: 8px;
        color: #374151;
        text-decoration: none;
        transition: background-color 0.16s, color 0.16s;
    }

        .nav-links .dropdown.simple > .dropdown-menu > li > a:hover[b-v733nn87pa] {
            background: rgba(0,0,0,0.04);
            color: var(--primary-color);
        }

/* ========== Reszponzív ========== */
@media (max-width: 1200px) {
    .dropdown.mega > .dropdown-menu[b-v733nn87pa] {
        grid-template-columns: repeat(3, minmax(200px, 1fr));
    }
}

@media (max-width: 1024px) {
    .dropdown.mega > .dropdown-menu[b-v733nn87pa] {
        grid-template-columns: repeat(2, minmax(200px, 1fr));
    }
}

@media (max-width: 768px) {
    .nav-links[b-v733nn87pa] {
        display: none;
    }

    .nav-button[b-v733nn87pa] {
        display: none;
    }

    .topbar-container[b-v733nn87pa] {
        justify-content: center;
        gap: 0.35rem 0.75rem;
        text-align: center;
    }

    /* Mobil: fix, teljes szélességű panelek */
    .dropdown.mega > .dropdown-menu[b-v733nn87pa],
    .nav-links .dropdown.simple > .dropdown-menu[b-v733nn87pa] {
        position: fixed;
        left: 12px;
        right: 12px;
        top: 64px;
        width: auto;
        min-width: unset;
        max-height: calc(100vh - 90px);
        overflow: auto;
        border-radius: 12px;
        padding: 14px;
        transform: none;
        opacity: 1;
        display: block;
    }

    .dropdown.mega > .dropdown-menu[b-v733nn87pa] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ========== Hover finomság ========== */
@media (hover: hover) and (pointer: fine) {
    .nav-links > li:hover > a[b-v733nn87pa] {
        color: var(--primary-color);
    }
}


.nav-info[b-v733nn87pa] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    font-size: 0.85rem;
    white-space: nowrap;
}

    .nav-info .address[b-v733nn87pa] {
        color: #333;
    }

    .nav-info .phone[b-v733nn87pa] {
        color: var(--primary-color);
        font-weight: 600;
        text-decoration: none;
    }

        .nav-info .phone:hover[b-v733nn87pa] {
            text-decoration: underline;
        }

    .nav-info .hours[b-v733nn87pa] {
        color: #333;
    }

    .nav-info img[b-v733nn87pa] {
        height: 17px;
        width: 17px;
        object-fit: contain;
        margin-right: 0.25rem;
        padding: 0;
    }

    .nav-info a[b-v733nn87pa], .nav-info span[b-v733nn87pa] {
        display: flex;
        align-items: center;
    }

.address[b-v733nn87pa] {
    display: flex;
    align-items: center;
    gap: 0;
    flex-direction: column;
}
/* _content/Website_GalPongrac/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xgi9uxyxbh] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-xgi9uxyxbh] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-xgi9uxyxbh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xgi9uxyxbh] {
    font-size: 1.1rem;
}

.bi[b-xgi9uxyxbh] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-xgi9uxyxbh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-xgi9uxyxbh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-xgi9uxyxbh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-xgi9uxyxbh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xgi9uxyxbh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xgi9uxyxbh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xgi9uxyxbh]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-xgi9uxyxbh]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-xgi9uxyxbh]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-xgi9uxyxbh] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-xgi9uxyxbh] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xgi9uxyxbh] {
        display: none;
    }

    .nav-scrollable[b-xgi9uxyxbh] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Website_GalPongrac/Components/Pages/AdminLogin.razor.rz.scp.css */
:read-only[b-vt2fr7cpdm] {
    --bg: #0f1016;
    --panel: #1b1d2a;
    --panel-2: #232539;
    --text: #f0f0f0;
    --muted: #a7aac0;
    --danger: #d9534f;
}

.admin-container[b-vt2fr7cpdm] {
    max-width: 1024px;
    margin: 48px auto;
    margin-top: 200px;
    padding: 2rem;
    border-radius: 16px;
    background: var(--panel);
    color: var(--text);
    box-shadow: 0 10px 28px rgba(0,0,0,.35);
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

    .admin-container h2[b-vt2fr7cpdm] {
        margin: 0 0 1rem;
        color: #fff
    }

h3[b-vt2fr7cpdm], h4[b-vt2fr7cpdm] {
    color: white;
}

.login-box[b-vt2fr7cpdm] {
    display: flex;
    gap: .75rem;
    align-items: center
}

    .login-box .admin-input[b-vt2fr7cpdm] {
        flex: 1
    }

.hint[b-vt2fr7cpdm] {
    color: var(--muted);
    font-size: .9rem;
    margin-top: .5rem
}

.admin-input[b-vt2fr7cpdm] {
    width: 100%;
    padding: .8rem .9rem;
    margin-bottom: 12px;
    border-radius: 10px;
    border: 1px solid #3a3c52;
    background: var(--panel-2);
    color: #fff;
    font-size: 16px;
}

    .admin-input:focus[b-vt2fr7cpdm] {
        outline: none;
        border-color: var(--primary-color);
        box-shadow: 0 0 0 3px rgba(103,173,91,.18)
    }

.textarea[b-vt2fr7cpdm] {
    height: 150px;
    resize: vertical;
    line-height: 1.4
}

.label[b-vt2fr7cpdm] {
    display: block;
    font-weight: 600;
    margin: 10px 0 6px
}

.check[b-vt2fr7cpdm] {
    display: flex;
    gap: .5rem;
    align-items: center;
    margin: 6px 0 12px;
    color: #e8e8e8
}

.admin-btn[b-vt2fr7cpdm] {
    background: var(--primary-color);
    border: none;
    padding: .7rem 1rem;
    border-radius: 10px;
    cursor: pointer;
    color: #000;
    font-size: 15px;
    transition: transform .05s ease, filter .15s ease;
}

    .admin-btn:hover[b-vt2fr7cpdm] {
        filter: brightness(.95)
    }

    .admin-btn:active[b-vt2fr7cpdm] {
        transform: translateY(1px)
    }

    .admin-btn.secondary[b-vt2fr7cpdm] {
        background: #3b3e57
    }

    .admin-btn.ghost[b-vt2fr7cpdm] {
        background: transparent;
        border: 1px solid #3a3c52;
        color: #dbe0ff
    }

    .admin-btn.logout[b-vt2fr7cpdm] {
        background: var(--danger)
    }

    .admin-btn.danger[b-vt2fr7cpdm] {
        background: var(--danger)
    }

    .admin-btn.small[b-vt2fr7cpdm] {
        padding: .45rem .65rem;
        font-size: .9rem;
        border-radius: 8px
    }

.error[b-vt2fr7cpdm] {
    margin-top: 8px;
    color: #ff7b7b;
    font-weight: 600
}

.info[b-vt2fr7cpdm] {
    margin-top: 8px;
    color: #9be495;
    font-weight: 600
}

.dim[b-vt2fr7cpdm] {
    color: var(--muted);
    font-size: .85rem
}

.toolbar[b-vt2fr7cpdm] {
    display: flex;
    gap: .75rem;
    align-items: center;
    margin: 1rem 0 1.25rem
}

    .toolbar .search[b-vt2fr7cpdm] {
        margin: 0;
    }

.admin-grid[b-vt2fr7cpdm] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem
}

@media (max-width: 920px) {
    .admin-grid[b-vt2fr7cpdm] {
        grid-template-columns: 1fr
    }
}

.editor[b-vt2fr7cpdm], .preview[b-vt2fr7cpdm] {
    padding: 1rem;
    border-radius: 12px;
    background: var(--panel-2);
    border: 1px solid #323558;
}

    .preview h4[b-vt2fr7cpdm] {
        margin: 0 0 .6rem
    }

    .preview h2[b-vt2fr7cpdm] {
        margin: .6rem 0 .4rem;
        color: var(--text)
    }

    .preview .preview-content[b-vt2fr7cpdm] {
        color: #d6d8e7;
        white-space: pre-wrap;
        text-wrap: wrap;
        max-width: 100%;
        overflow-wrap: break-word; /* hosszú szavakat is tör */
        word-break: break-word; /* régebbi fallback */
    }

.thumb[b-vt2fr7cpdm] {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: .6rem
}

.actions[b-vt2fr7cpdm] {
    display: flex;
    gap: .6rem;
    margin-top: .4rem
}

.badge-row[b-vt2fr7cpdm] {
    display: flex;
    gap: .5rem;
    margin-top: .6rem
}

.badge[b-vt2fr7cpdm] {
    display: inline-block;
    padding: .2rem .5rem;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 600;
    border: 1px solid #3a3d5a;
    color: #e9ecff;
    background: #2b2d44;
}

    .badge.ok[b-vt2fr7cpdm] {
        border-color: #2c6d3a;
        background: #1d2a21
    }

    .badge.warn[b-vt2fr7cpdm] {
        border-color: #7a642a;
        background: #2a2518
    }

    .badge.muted[b-vt2fr7cpdm] {
        color: #b7bbd9;
        opacity: .8
    }

.list-title[b-vt2fr7cpdm] {
    margin: 1.5rem 0 .6rem
}

.table-wrap[b-vt2fr7cpdm] {
    overflow: auto;
    border: 1px solid #323558;
    border-radius: 12px
}

.posts-table[b-vt2fr7cpdm] {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    background: var(--panel-2)
}

    .posts-table th[b-vt2fr7cpdm], .posts-table td[b-vt2fr7cpdm] {
        padding: .75rem .8rem;
        border-bottom: 1px solid #2f3150;
        vertical-align: top
    }

    .posts-table thead th[b-vt2fr7cpdm] {
        position: sticky;
        top: 0;
        background: #20223a;
        z-index: 1;
        text-align: left
    }

    .posts-table .thumb-cell img[b-vt2fr7cpdm] {
        width: 96px;
        height: 56px;
        object-fit: cover;
        border-radius: 8px;
        border: 1px solid #3a3c52
    }

    .posts-table .title[b-vt2fr7cpdm] {
        font-weight: 700
    }

    .posts-table .excerpt[b-vt2fr7cpdm] {
        color: #cdd1ef;
        font-size: .9rem;
        margin-top: .2rem
    }

.actions-cell[b-vt2fr7cpdm] {
    white-space: nowrap
}

.confirm[b-vt2fr7cpdm] {
    display: flex;
    align-items: center;
    gap: .5rem
}

.row-pending-delete[b-vt2fr7cpdm] {
    background: #2a1f24
}

.empty[b-vt2fr7cpdm] {
    padding: 1rem;
    border: 1px dashed #3a3d5a;
    border-radius: 12px;
    color: #cfd3f5;
    text-align: center
}







/* + add a meglévő css-hez */
.quill-wrapper .ql-toolbar[b-vt2fr7cpdm] {
    border-radius: 10px 10px 0 0;
    background: #1f2238;
    border-color: #323558;
}

.quill-wrapper .ql-container[b-vt2fr7cpdm] {
    border-radius: 0 0 10px 10px;
    background: var(--panel-2);
    color: #fff;
    border-color: #323558;
    min-height: 220px;
}

.quill-wrapper .ql-editor[b-vt2fr7cpdm] {
    min-height: 200px;
    font-size: 16px;
}

/* preview: HTML render */
.preview .preview-content[b-vt2fr7cpdm] {
    color: #d6d8e7;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    /* NINCS white-space: pre-wrap; mert HTML */
}
/* _content/Website_GalPongrac/Components/Pages/Blog.razor.rz.scp.css */
/* ===== HERO ===== */
.blog-hero[b-vqu67sa5sr] {
    position: relative;
    display: grid;
    place-items: end center;
    padding: 2.5rem 1rem 2rem;
    min-height: clamp(260px, 38vw, 420px);
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    overflow: hidden;
}

/*    .blog-hero.noimg {
        background: none !important;
        min-height: auto;
        padding: 2rem 1rem 1.25rem;
    }*/

    /* Overlay hátul, tartalom elöl */
    .blog-hero[b-vqu67sa5sr]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.55) 80%), radial-gradient(900px 260px at 50% -10%, rgba(0,0,0,0.28), transparent 60%);
        z-index: 0;
    }

.hero-inner[b-vqu67sa5sr] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 900px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.hero-date[b-vqu67sa5sr] {
    display: inline-block;
    padding: .35rem .6rem;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .3px;
    background: rgba(0,0,0,0.45);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 10px;
    backdrop-filter: blur(2px);
    margin-bottom: .8rem;
}

.hero-title[b-vqu67sa5sr] {
    font-family: var(--font-heading);
    font-size: clamp(1.6rem, 3.2vw, 2.6rem);
    line-height: 1.15;
    margin: 0 0 .5rem 0;
    text-shadow: 0 2px 18px rgba(0,0,0,0.35);
    color: white;
}

.hero-meta[b-vqu67sa5sr] {
    opacity: .95;
    font-weight: 600;
    color: white;
}

/* ===== TARTALOMKÁRTYA (finom ráúszás) ===== */
.blog-card[b-vqu67sa5sr] {
    position: relative;
    max-width: 900px;
    margin: clamp(-56px,-6vw,-32px) auto 2.5rem;
    background: var(--background-color);
    padding: 1.5rem 1.25rem;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.10);
    border: 1px solid rgba(0,0,0,0.04);
    background-clip: padding-box;
}

/* ===== TIPÓ ===== */
.blog-content[b-vqu67sa5sr] {
    font-family: var(--font-body);
    color: var(--text-color);
    line-height: 1.85;
}

    .blog-content p[b-vqu67sa5sr] {
        margin: 1rem 0;
    }

        .blog-content p:first-of-type[b-vqu67sa5sr]::first-letter {
            float: left;
            font-family: var(--font-heading);
            font-size: 3rem;
            line-height: .9;
            padding: .15rem .5rem 0 .1rem;
            margin-right: .25rem;
            color: var(--text-title-color);
        }

    /* Képek a szövegben */
    .blog-content img[b-vqu67sa5sr] {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        display: block;
        margin: 1rem auto;
        box-shadow: 0 8px 24px rgba(0,0,0,.08);
    }

    /* Címsorok, listák */
    .blog-content h2[b-vqu67sa5sr], .blog-content h3[b-vqu67sa5sr], .blog-content h4[b-vqu67sa5sr] {
        font-family: var(--font-heading);
        color: var(--text-title-color);
        margin: 1.4rem 0 .6rem;
    }

    .blog-content ul[b-vqu67sa5sr], .blog-content ol[b-vqu67sa5sr] {
        padding-left: 1.3rem;
        margin: .75rem 0 1rem;
    }

    .blog-content li[b-vqu67sa5sr] {
        margin: .25rem 0;
    }

    /* Blockquote */
    .blog-content blockquote[b-vqu67sa5sr] {
        margin: 1.2rem 0;
        padding: 1rem 1.2rem;
        background: var(--background-color-second);
        border-left: 4px solid var(--primary-color);
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,.05);
        font-style: italic;
    }

    /* Kódblokk */
    .blog-content pre[b-vqu67sa5sr], .blog-content code[b-vqu67sa5sr] {
        font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    }

    .blog-content pre[b-vqu67sa5sr] {
        background: #0b0f16;
        color: #e7eaf1;
        padding: 1rem;
        border-radius: 12px;
        overflow-x: auto;
        box-shadow: 0 8px 20px rgba(0,0,0,.15);
    }

    .blog-content code[b-vqu67sa5sr] {
        background: rgba(0,0,0,.06);
        border-radius: 6px;
        padding: .1rem .35rem;
    }

/* ===== LÁBLÉC ===== */
.blog-footer[b-vqu67sa5sr] {
    margin-top: 1.6rem;
    display: flex;
    gap: .8rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: transparent !important;
}

.blog-back[b-vqu67sa5sr] {
    display: inline-block;
    padding: .6rem 1rem;
    background: var(--primary-color);
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: background .25s ease, transform .15s ease;
    box-shadow: 0 6px 16px rgba(0,0,0,.12);
}

    .blog-back:hover[b-vqu67sa5sr] {
        background: var(--accent-color);
        transform: translateY(-1px);
    }

.share[b-vqu67sa5sr] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.share-label[b-vqu67sa5sr] {
    color: #666;
    font-weight: 600;
    margin-right: .25rem;
}

.share-btn[b-vqu67sa5sr] {
    display: inline-block;
    padding: .45rem .8rem;
    background: var(--background-color-second);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    color: var(--text-title-color);
    transition: transform .15s ease, box-shadow .25s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,.06);
}

    .share-btn:hover[b-vqu67sa5sr] {
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(0,0,0,.10);
    }

/* ===== SKELETON ===== */
.article-skeleton[b-vqu67sa5sr] {
    padding: 0;
}

.sk-hero[b-vqu67sa5sr] {
    height: clamp(240px, 36vw, 400px);
    background: linear-gradient(120deg, #e9ece6, #f2f5f0);
    overflow: hidden;
}

.sk-card[b-vqu67sa5sr] {
    max-width: 900px;
    margin: clamp(-56px,-6vw,-32px) auto 2.5rem;
    background: var(--background-color);
    padding: 1.5rem 1.25rem;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.sk-title[b-vqu67sa5sr], .sk-meta[b-vqu67sa5sr], .sk-line[b-vqu67sa5sr] {
    height: 14px;
    background: linear-gradient(90deg, #eceff4 0%, #f5f7fa 50%, #eceff4 100%);
    background-size: 200% 100%;
    animation: shimmer-b-vqu67sa5sr 1.4s infinite;
    border-radius: 10px;
    margin: .5rem 0;
}

.sk-title[b-vqu67sa5sr] {
    height: 22px;
    width: 75%;
    margin-top: .2rem;
}

.sk-meta[b-vqu67sa5sr] {
    width: 25%;
}

.sk-line[b-vqu67sa5sr] {
    width: 100%;
}

    .sk-line.short[b-vqu67sa5sr] {
        width: 60%;
    }

@keyframes shimmer-b-vqu67sa5sr {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* ===== NOT FOUND ===== */
.notfound[b-vqu67sa5sr] {
    text-align: center;
}
/* _content/Website_GalPongrac/Components/Pages/Blogs.razor.rz.scp.css */
.blog-section[b-jca3rx87j3] {
    padding: 3rem 1.5rem;
    background: var(--background-color);
}

.blog-title[b-jca3rx87j3] {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--text-title-color);
    position: relative;
}

    .blog-title[b-jca3rx87j3]::after {
        content: "";
        display: block;
        width: 80px;
        height: 4px;
        background: var(--primary-color);
        margin: 0.8rem auto 0;
        border-radius: 2px;
    }

.blog-grid[b-jca3rx87j3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.blog-card[b-jca3rx87j3] {
    background: var(--background-color-second);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 22px rgba(0,0,0,0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    isolation: isolate; /* a shine csík miatt */
}

    .blog-card:hover[b-jca3rx87j3] {
        transform: translateY(-6px);
        box-shadow: 0 14px 36px rgba(0,0,0,0.12);
    }

.blog-image-container[b-jca3rx87j3] {
    position: relative;
    overflow: hidden;
}

.blog-thumbnail[b-jca3rx87j3] {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.blog-card:hover .blog-thumbnail[b-jca3rx87j3] {
    transform: scale(1.06);
}

/* Dátum badge */
.date-badge[b-jca3rx87j3] {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 0.35rem 0.6rem;
    font-size: 0.85rem;
    font-weight: 700;
    background: rgba(0,0,0,0.65);
    color: #fff;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255,255,255,0.18);
    letter-spacing: 0.3px;
}

/* Shine efekt a képen */
.image-shine[b-jca3rx87j3] {
    position: absolute;
    top: -20%;
    left: -40%;
    width: 60%;
    height: 140%;
    transform: rotate(25deg);
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.35) 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.35s ease, left 0.6s ease;
    pointer-events: none;
}

.blog-card:hover .image-shine[b-jca3rx87j3] {
    opacity: 1;
    left: 120%;
}

/* Tartalom */
.blog-content[b-jca3rx87j3] {
    padding: 1.2rem 1.4rem 1rem;
    height: 90%;
}

    .blog-content h2[b-jca3rx87j3] {
        font-family: var(--font-heading);
        font-size: 1.35rem;
        margin: 0 0 0.4rem;
        color: var(--text-title-color);
    }

.blog.blog-content p[b-jca3rx87j3] {
    overflow-wrap: break-word;
    word-break: break-word;
}

/* Meta sor: pici dot + olvasási idő */
.blog-meta[b-jca3rx87j3] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(0,0,0,0.6);
    font-size: 0.95rem;
    margin-bottom: 0.6rem;
}

.meta-dot[b-jca3rx87j3] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-color);
    box-shadow: 0 0 12px var(--primary-color);
}

.blog-content p[b-jca3rx87j3] {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--text-color);
    margin-bottom: 1rem;
}

/* Akciósor alul: gomb jobbra */
.blog-actions[b-jca3rx87j3] {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.25rem;
}

.blog-button[b-jca3rx87j3] {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: var(--primary-color);
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: transform 0.2s ease, background 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

    .blog-button:hover[b-jca3rx87j3] {
        background: var(--accent-color);
        transform: translateY(-1px);
        box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    }

/* Látványelem: gradiens akcentcsík a kártya alján */
.accent-bar[b-jca3rx87j3] {
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    margin: 0 12px 12px;
    border-radius: 999px;
    opacity: 0.85;
    transition: opacity 0.35s ease, filter 0.35s ease;
}

.blog-card:hover .accent-bar[b-jca3rx87j3] {
    opacity: 1;
    filter: saturate(1.2);
}

/* Finom háttérmintázat (opcionális, nem tolakodó) */
.blog-section[b-jca3rx87j3] {
    background-image: radial-gradient(1200px 400px at 50% -20%, rgba(0,0,0,0.04), transparent 60%);
}
/* _content/Website_GalPongrac/Components/Pages/Contact.razor.rz.scp.css */
.contact-section[b-bsa6bob51w] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: var(--background-color-second);
    background: white;
    min-height: 100vh;
    font-family: var(--font-body);
    margin-top: 0;
}

.contact-card[b-bsa6bob51w] {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    padding: 40px;
    width: 100%;
    max-width: 600px;
    animation: fadeIn-b-bsa6bob51w 0.8s ease-in-out;
    margin-top: 50px;
}

.contact-title[b-bsa6bob51w] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-title-color);
    margin-bottom: 4px;
    text-align: center;
    font-family: var(--font-heading);
}

.contact-subtitle[b-bsa6bob51w] {
    text-align: center;
    color: var(--text-color);
    margin-bottom: 10px;
}

.contact-form .form-group[b-bsa6bob51w] {
    margin-bottom: 5px;
}

.contact-form label[b-bsa6bob51w] {
    display: block;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--text-color);
}

.form-control[b-bsa6bob51w] {
    width: 100%;
    padding: 10px 18px;
    border-radius: 12px;
    border: 2px solid #ddd;
    outline: none;
    font-size: 1rem;
    font-family: var(--font-body);
    transition: 0.3s;
    background: var(--background-color);
}

    .form-control:focus[b-bsa6bob51w] {
        border-color: var(--primary-color);
        box-shadow: 0 0 8px rgba(125, 207, 107, 0.5);
    }

textarea.form-control[b-bsa6bob51w] {
    resize: none;
}

.btn-submit[b-bsa6bob51w] {
    width: 100%;
    background: var(--button-color);
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    font-family: var(--font-heading);
}

    .btn-submit:hover[b-bsa6bob51w] {
        background: var(--accent-color);
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    }

.map-card[b-bsa6bob51w] {
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 400px;
    max-width: 900px;
    margin-top: 30px;
    animation: fadeIn-b-bsa6bob51w 0.8s ease-in-out;
}


@keyframes fadeIn-b-bsa6bob51w {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.privacy-div[b-bsa6bob51w] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.privacy-div label[b-bsa6bob51w] {
    margin: 0;
}

.status-message[b-bsa6bob51w] {
    margin-top: 20px;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    animation: fadeIn-b-bsa6bob51w 0.4s ease-in-out;
}

    .status-message.success[b-bsa6bob51w] {
        background: #e6f9ec;
        color: #2b7a38;
        border: 1px solid #8ddf9b;
    }

    .status-message.error[b-bsa6bob51w] {
        background: #fde8e8;
        color: #a12525;
        border: 1px solid #f5a5a5;
    }

.contact-bubble[b-bsa6bob51w] {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    padding: 30px;
    margin-top: 40px;
    width: 1000px;
}

.bubble-inner[b-bsa6bob51w] {
    display: flex;
    gap: 30px;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.bubble-map[b-bsa6bob51w] {
    border-radius: 15px;
    overflow: hidden;
    width: 500px;
    height: 500px;
}

    .bubble-map iframe[b-bsa6bob51w] {
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
    }

.bubble-text[b-bsa6bob51w] {
    min-width: 350px;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-color);
}

    .bubble-text h3[b-bsa6bob51w] {
        font-size: 1.5rem;
        margin-bottom: 10px;
        color: var(--text-title-color);
    }

    .bubble-text p[b-bsa6bob51w] {
        margin-bottom: 15px;
    }

    .bubble-text strong[b-bsa6bob51w] {
        color: var(--primary-color);
    }


@media (max-width: 1200px) {
    .bubble-inner[b-bsa6bob51w] {
        flex-direction: column;
    }
}
/* _content/Website_GalPongrac/Components/Pages/FensterCenterAszf.razor.rz.scp.css */
.policy[b-kvohj0ttut] {
    --bg: #fff;
    --text: #1b1f23;
    --muted: #5f6b7a;
    --accent: #0f766e;
    max-width: 80ch;
    margin: 2rem auto;
    padding: clamp(1rem,2vw,1.5rem) clamp(1rem,3vw,2rem);
    background: var(--bg);
    color: var(--text);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    line-height: 1.75;
    font-size: clamp(.98rem, .95rem + .2vw, 1.06rem);
}

.policy-header h1[b-kvohj0ttut] {
    font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2rem);
    margin: 0 0 1rem;
    letter-spacing: .2px
}

h2[b-kvohj0ttut] {
    margin-top: 2rem;
    font-size: 1.25rem
}

h3[b-kvohj0ttut] {
    margin-top: 1rem;
    font-size: 1.05rem;
    color: var(--muted);
}

p[b-kvohj0ttut] {
    margin: .6rem 0
}

a[b-kvohj0ttut] {
    color: var(--accent);
    text-decoration: none;
}

    a:hover[b-kvohj0ttut] {
        text-decoration: underline
    }

.kv[b-kvohj0ttut] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: .4rem 1rem;
    align-items: start
}

    .kv dt[b-kvohj0ttut] {
        font-weight: 600;
        color: var(--muted)
    }

    .kv dd[b-kvohj0ttut] {
        margin: 0
    }

.defs dt[b-kvohj0ttut] {
    font-weight: 600
}

.defs dd[b-kvohj0ttut] {
    margin: 0 0 .6rem
}

ul[b-kvohj0ttut], ol[b-kvohj0ttut] {
    padding-left: 1.2rem;
    margin: .4rem 0 .8rem
}

address[b-kvohj0ttut] {
    font-style: normal;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    padding: .75rem 1rem;
    border-radius: 12px;
}

.printable-form p[b-kvohj0ttut] {
    margin: .4rem 0
}

@media (max-width:700px) {
    .kv[b-kvohj0ttut] {
        grid-template-columns: 1fr
    }
}


.no-print[b-kvohj0ttut] {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    margin-top: 1rem;
}

    .no-print:hover[b-kvohj0ttut] {
        background-color: var(--accent-color, #45a049);
    }

/* Nyomtatáskor tűnjön el */
@media print {
    .no-print[b-kvohj0ttut] {
        display: none !important;
    }
}
/* _content/Website_GalPongrac/Components/Pages/Privacy.razor.rz.scp.css */
/* PrivacyPolicyExactFormatted.razor.css */
/* Színek állíthatók a változókkal */
.policy[b-62xpx1au19] {
    --text: #1b1f23;
    --muted: #5f6b7a;
    --bg: #ffffff;
    --accent: #3b82f6;
    max-width: 72ch;
    margin: 2rem auto;
    padding: clamp(1rem, 2vw, 1.5rem) clamp(1rem, 3vw, 2rem);
    background: var(--bg);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    color: var(--text);
    font-size: clamp(.98rem, .95rem + .2vw, 1.05rem);
    line-height: 1.75;
    letter-spacing: .1px;
    word-break: break-word;
}

    /* Címek */
    .policy h1[b-62xpx1au19] {
        font-size: clamp(1.6rem, 1.4rem + 1.2vw, 2rem);
        line-height: 1.25;
        margin: 0 0 .75rem;
    }

    .policy h2[b-62xpx1au19] {
        margin: 1.75rem 0 .5rem;
        font-size: clamp(1.25rem, 1.1rem + .4vw, 1.4rem);
        padding-top: .25rem;
        border-top: 2px solid rgba(0,0,0,.08);
    }

    .policy h3[b-62xpx1au19] {
        margin: 1.25rem 0 .35rem;
        font-size: clamp(1.05rem, 1rem + .2vw, 1.15rem);
    }

    .policy h4[b-62xpx1au19], .policy h5[b-62xpx1au19] {
        margin: .75rem 0 .25rem;
        font-weight: 600;
    }

    /* Szöveg + linkek */
    .policy p[b-62xpx1au19] {
        margin: .45rem 0;
    }

    .policy a[b-62xpx1au19] {
        text-decoration: underline;
        text-underline-offset: 2px;
        color: #0066cc; /* világos téma link színe */
    }

        .policy a:hover[b-62xpx1au19] {
            text-decoration-thickness: 2px;
        }

/* A „•” karaktereket megtartjuk, de szépen sorba rendezzük */
.plain[b-62xpx1au19] {
    list-style: none;
    margin: .25rem 0 .75rem;
    padding-left: 1.25rem;
}

    .plain li[b-62xpx1au19] {
        margin: .25rem 0;
        text-indent: -0.9em;
        padding-left: 0.9em;
    }

        .plain li[b-62xpx1au19]::before {
            content: '';
        }

/* Üres <p> ne foglaljon helyet */
.policy p:empty[b-62xpx1au19] {
    display: none;
}

/* Nyomtatásbarát */
@media print {
    .policy[b-62xpx1au19] {
        box-shadow: none;
        border: none;
        background: #fff;
        color: #000;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

        .policy h2[b-62xpx1au19] {
            page-break-before: always;
        }
}
/* _content/Website_GalPongrac/Components/Pages/ProductPage.razor.rz.scp.css */
.product-page[b-ameadn0uho] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem auto;
    max-width: 1100px;
    padding: 1rem;
    font-family: 'Segoe UI', sans-serif;
}

.product-image[b-ameadn0uho] {
    flex: 1 1 40%;
    text-align: center;
}

    .product-image img[b-ameadn0uho] {
        max-width: 100%;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

.product-content[b-ameadn0uho] {
    flex: 1 1 55%;
}

    .product-content h1[b-ameadn0uho] {
        font-size: 2rem;
        margin-bottom: 0.5rem;
        color: #2f5d28;
    }

    .product-content h3[b-ameadn0uho] {
        font-size: 1.3rem;
        margin-bottom: 1rem;
        color: #555;
    }

    .product-content p[b-ameadn0uho] {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 1.2rem;
    }

.product-features[b-ameadn0uho] {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

    .product-features li[b-ameadn0uho] {
        margin-bottom: 0.5rem;
        padding-left: 1.6rem;
        position: relative;
    }

        .product-features li[b-ameadn0uho]::before {
            content: "✔";
            position: absolute;
            left: 0;
            /*color: #67ad5b;*/
            color: var(--primary-color);
        }

.product-outro[b-ameadn0uho] {
    background: #f9f9f9;
    padding: 1rem 1.5rem;
    border-left: 4px solid #67ad5b;
    border-radius: 6px;
    font-style: italic;
}

.product-notfound[b-ameadn0uho] {
    text-align: center;
    padding: 3rem;
    font-size: 1.3rem;
}
/* _content/Website_GalPongrac/Components/Pages/ProductsPage.razor.rz.scp.css */
/* HERO */
.products-hero[b-jf69cbz0am] {
    position: relative;
    background: linear-gradient(120deg, var(--secondary-color), var(--accent-color));
    color: #fff;
    padding: clamp(2rem, 5vw, 4rem) 1rem;
    overflow: clip;
}

    .products-hero .hero-inner[b-jf69cbz0am] {
        max-width: 1100px;
        margin: 0 auto;
        text-align: center;
    }

    .products-hero h1[b-jf69cbz0am] {
        font-family: var(--font-heading);
        font-size: clamp(2rem, 3.8vw, 3rem);
        letter-spacing: .2px;
        margin: 0 0 .3rem;
        text-shadow: 0 8px 30px rgba(0,0,0,.35);
    }

    .products-hero p[b-jf69cbz0am] {
        opacity: .95;
        margin-bottom: 1rem;
    }

/* SEARCH + CHIPS */
.search-wrap[b-jf69cbz0am] {
    position: relative;
    display: inline-flex;
    width: min(680px, 92vw);
    margin: 1rem auto 0;
}

.search[b-jf69cbz0am] {
    width: 100%;
    padding: 0.9rem 3rem 0.9rem 1rem;
    border-radius: 999px;
    border: none;
    outline: none;
    box-shadow: 0 8px 30px rgba(0,0,0,.25);
}

.search-btn[b-jf69cbz0am] {
    position: absolute;
    right: .4rem;
    top: .4rem;
    border: none;
    background: rgba(255,255,255,.2);
    color: #fff;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    cursor: pointer;
    transition: .2s;
}

    .search-btn:hover[b-jf69cbz0am] {
        background: rgba(255,255,255,.35);
    }

.chips[b-jf69cbz0am] {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    justify-content: center;
    margin-top: 1rem;
}

.chip[b-jf69cbz0am] {
    padding: .5rem .9rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.5);
    background: rgba(255,255,255,.15);
    color: #fff;
    cursor: pointer;
    transition: .2s;
    backdrop-filter: blur(6px);
}

    .chip:hover[b-jf69cbz0am] {
        transform: translateY(-2px);
    }

    .chip.active[b-jf69cbz0am] {
        background: #fff;
        color: var(--accent-color);
        border-color: #fff;
    }

.hero-glow[b-jf69cbz0am] {
    position: absolute;
    inset: auto -10% -30% -10%;
    height: 240px;
    background: radial-gradient(60% 100% at 50% 0%, rgba(255,255,255,.35), transparent 60%);
    filter: blur(30px);
    opacity: .6;
    pointer-events: none;
}

/* CONTENT LAYOUT */
.products-content[b-jf69cbz0am] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 2rem;
    padding: clamp(1rem, 3vw, 2rem);
}

/* CATEGORY RAIL */
.cat-rail[b-jf69cbz0am] {
    position: sticky;
    top: 1rem;
    align-self: start;
    background: var(--background-color-second);
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

    .cat-rail .rail-title[b-jf69cbz0am] {
        font-weight: 700;
        color: var(--accent-color);
        margin-bottom: .5rem;
    }

    .cat-rail ul[b-jf69cbz0am] {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: .25rem;
    }

    .cat-rail li[b-jf69cbz0am] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .55rem .75rem;
        border-radius: 10px;
        cursor: pointer;
        transition: .15s;
        color: var(--text-color);
    }

        .cat-rail li:hover[b-jf69cbz0am] {
            background: rgba(0,0,0,.04);
            transform: translateX(2px);
        }

        .cat-rail li.active[b-jf69cbz0am] {
            background: #fff;
            box-shadow: 0 8px 20px rgba(0,0,0,.08);
        }

        .cat-rail li span[b-jf69cbz0am] {
            font-size: .85rem;
            opacity: .7;
            background: rgba(0,0,0,.06);
            padding: .15rem .45rem;
            border-radius: 999px;
        }

/* GRID + CARDS */
.grid[b-jf69cbz0am] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: clamp(1rem, 2.2vw, 1.4rem);
}

.card[b-jf69cbz0am] {
    position: relative;
    border-radius: 16px;
    background: rgba(255,255,255,.75);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0,0,0,.10);
    overflow: hidden;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s;
}

    .card:hover[b-jf69cbz0am] {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,.18);
    }

.thumb[b-jf69cbz0am] {
    position: relative;
    height: 170px;
    overflow: hidden;
}

    .thumb img[b-jf69cbz0am] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transform: scale(1.02);
        transition: transform .5s;
    }

.card:hover .thumb img[b-jf69cbz0am] {
    transform: scale(1.08);
}

.tag[b-jf69cbz0am] {
    position: absolute;
    left: .75rem;
    bottom: .75rem;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: .78rem;
    padding: .25rem .5rem;
    border-radius: 8px;
}

.body[b-jf69cbz0am] {
    padding: .9rem .9rem 0;
}

    .body h3[b-jf69cbz0am] {
        margin: .2rem 0 .2rem;
        font-size: 1.05rem;
        color: var(--text-title-color);
    }

    .body p[b-jf69cbz0am] {
        margin: 0 0 .6rem;
        font-size: .92rem;
        opacity: .8;
    }

.features[b-jf69cbz0am] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    padding: 0 0 .9rem;
    margin: 0;
    list-style: none;
}

    .features li[b-jf69cbz0am] {
        font-size: .78rem;
        padding: .25rem 1rem;
        border-radius: 999px;
        background: var(--background-color-second);
        color: var(--text-color);
    }

.cta[b-jf69cbz0am] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem .9rem .95rem;
    color: var(--accent-color);
    font-weight: 600;
}

    .cta .arrow[b-jf69cbz0am] {
        width: 22px;
        height: 22px;
        transition: transform .2s;
    }

.card:hover .cta .arrow[b-jf69cbz0am] {
    transform: translateX(4px);
}

/* EMPTY */
.empty[b-jf69cbz0am] {
    grid-column: 1 / -1;
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

/* RESPONSIVE */
@media (max-width: 980px) {
    .products-content[b-jf69cbz0am] {
        grid-template-columns: 1fr;
    }

    .cat-rail[b-jf69cbz0am] {
        position: relative;
        top: 0;
    }
}
/* _content/Website_GalPongrac/Components/Pages/Services.razor.rz.scp.css */
.service-detail[b-zumrloteev] {
    max-width: 1200px;
    margin: 60px auto;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
    /*color: #1f2937;*/
    color: var(--text-color);
}

.service-header[b-zumrloteev] {
    text-align: center;
    margin-bottom: 40px;
}

    .service-header h2[b-zumrloteev] {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 10px;
        /*color: #111827;*/
        color: var(--accent-color);
    }

    .service-header h3[b-zumrloteev] {
        font-size: 1.5rem;
        font-weight: 400;
        color: #6b7280;
    }

.service-content[b-zumrloteev] {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.service-text[b-zumrloteev] {
    flex: 1 1 55%;
    font-size: 1.1rem;
    line-height: 1.7;
}

    .service-text ul[b-zumrloteev] {
        margin: 20px 0;
        padding-left: 20px;
        list-style: none;
    }

        .service-text ul li[b-zumrloteev] {
            margin-bottom: 10px;
            position: relative;
            padding-left: 25px;
        }

            .service-text ul li[b-zumrloteev]::before {
                content: "✔";
                position: absolute;
                left: 0;
                color: var(--primary-color);
                font-weight: bold;
            }

.service-outro[b-zumrloteev] {
    font-weight: 600;
    margin-top: 25px;
}

.service-image[b-zumrloteev] {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .service-image img[b-zumrloteev] {
        max-width: 100%;
        border-radius: 16px;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
    }

/* 📱 Reszponzív */
@media (max-width: 768px) {
    .service-content[b-zumrloteev] {
        flex-direction: column;
    }

    .service-text[b-zumrloteev], .service-image[b-zumrloteev] {
        flex: 1 1 100%;
    }

    .service-header h1[b-zumrloteev] {
        font-size: 2rem;
    }

    .service-header h2[b-zumrloteev] {
        font-size: 1.2rem;
    }
}


.btn[b-zumrloteev] {
    border: 1px solid transparent;
    border-radius: 10px;
    padding: .8rem 1.15rem;
    font-family: var(--font-heading);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .06s ease;
}

    .btn:focus-visible[b-zumrloteev] {
        outline: 0;
        box-shadow: 0 0 0 3px rgba(103,173,91,.35);
    }

.btn-primary[b-zumrloteev] {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 10px 22px rgba(103,173,91,.22);
}

    .btn-primary:hover[b-zumrloteev] {
        background: var(--accent-color);
        transform: translateY(-1px);
    }

    .btn-primary:active[b-zumrloteev] {
        transform: translateY(0);
    }
/* _content/Website_GalPongrac/Components/Pages/ServicesPage.razor.rz.scp.css */
/* --- HERO (letisztult) --- */
.svc2-hero[b-8uh9bip2k5] {
    background: var(--background-color);
    padding: clamp(2rem, 5vw, 4rem) 1rem 1rem;
}

    .svc2-hero .inner[b-8uh9bip2k5] {
        max-width: 1100px;
        margin: 0 auto;
        text-align: center;
    }

    .svc2-hero h1[b-8uh9bip2k5] {
        font-family: var(--font-heading);
        font-size: clamp(2rem, 3.6vw, 3rem);
        color: var(--text-title-color);
        margin: 0 0 .4rem;
    }

    .svc2-hero p[b-8uh9bip2k5] {
        color: var(--text-color);
        opacity: .85;
    }

/* --- STEPPER (vékony, modern) --- */
.svc2-steps[b-8uh9bip2k5] {
    /*position: sticky;*/
    top: 0;
    z-index: 5;
    background: linear-gradient(#fff, rgba(255,255,255,.7));
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.steps[b-8uh9bip2k5] {
    max-width: 1100px;
    margin: 0 auto;
    padding: .6rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    flex-wrap: wrap;
}

.step[b-8uh9bip2k5] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .8rem;
    border-radius: 999px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
    color: var(--text-title-color);
    transition: transform .15s, box-shadow .2s, border-color .2s;
}

    .step:hover[b-8uh9bip2k5] {
        transform: translateY(-2px);
        box-shadow: 0 8px 22px rgba(0,0,0,.08);
        border-color: rgba(0,0,0,.15);
    }

    .step .num[b-8uh9bip2k5] {
        width: 26px;
        height: 26px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: var(--primary-color);
        color: #fff;
        font-weight: 700;
        font-size: .9rem;
    }

.divider[b-8uh9bip2k5] {
    width: 28px;
    height: 2px;
    background: rgba(0,0,0,.08);
    border-radius: 2px;
}

/* --- CANVAS --- */
.svc2-wrap[b-8uh9bip2k5] {
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(1rem, 3vw, 2rem) 1rem 3rem;
    background: radial-gradient(1000px 1000px at -10% -20%, rgba(125,207,107,.08), transparent 60%), radial-gradient(800px 800px at 110% 120%, rgba(61,128,52,.08), transparent 60%);
}

/* --- SPLIT CARDS --- */
.svc2-card[b-8uh9bip2k5] {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(1rem, 3vw, 2rem);
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: clamp(1rem, 3vw, 2rem);
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: transform .2s ease, box-shadow .25s ease;
}

    .svc2-card:hover[b-8uh9bip2k5] {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0,0,0,.12);
    }

    .svc2-card.rev[b-8uh9bip2k5] {
        grid-template-columns: 1fr 1.1fr;
    }

    .svc2-card .img[b-8uh9bip2k5] {
        position: relative;
        height: 100%;
        min-height: 260px;
    }

        .svc2-card .img img[b-8uh9bip2k5] {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    .svc2-card .body[b-8uh9bip2k5] {
        padding: clamp(1rem, 3vw, 2rem);
    }

.eyebrow[b-8uh9bip2k5] {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: .35rem;
}

.badge[b-8uh9bip2k5] {
    display: inline-block;
    padding: .2rem .6rem;
    border-radius: 999px;
    background: var(--background-color-second);
    color: var(--accent-color);
    font-weight: 700;
    font-size: .8rem;
}

.sub[b-8uh9bip2k5] {
    font-size: .9rem;
    color: var(--text-color);
    opacity: .75;
}

.svc2-card h2[b-8uh9bip2k5] {
    font-family: var(--font-heading);
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    color: var(--text-title-color);
    margin: .2rem 0 .4rem;
}

.svc2-card .intro[b-8uh9bip2k5] {
    color: var(--text-color);
    opacity: .9;
    margin: 0 0 .7rem;
}

.bullets[b-8uh9bip2k5] {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: grid;
    gap: .35rem;
}

    .bullets li[b-8uh9bip2k5] {
        position: relative;
        padding-left: 1.2rem;
    }

        .bullets li[b-8uh9bip2k5]::before {
            content: "";
            position: absolute;
            left: 0;
            top: .55rem;
            width: .5rem;
            height: .5rem;
            border-radius: 50%;
            background: var(--primary-color);
        }

.cta-row[b-8uh9bip2k5] {
    display: flex;
    gap: .6rem;
    flex-wrap: wrap;
}

.ghost[b-8uh9bip2k5] {
    padding: .6rem .9rem;
    border-radius: 10px;
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 700;
    transition: .2s;
}

    .ghost:hover[b-8uh9bip2k5] {
        background: var(--background-color-second);
    }

.solid[b-8uh9bip2k5] {
    padding: .6rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
    transition: transform .15s, box-shadow .2s, background .2s;
}

    .solid:hover[b-8uh9bip2k5] {
        transform: translateY(-2px);
        background: var(--accent-color);
        box-shadow: 0 16px 32px rgba(0,0,0,.18);
    }

/* --- RESPONSIVE --- */
@media (max-width: 980px) {
    .svc2-card[b-8uh9bip2k5], .svc2-card.rev[b-8uh9bip2k5] {
        grid-template-columns: 1fr;
    }

        .svc2-card .img[b-8uh9bip2k5] {
            min-height: 200px;
        }
}

/* _content/Website_GalPongrac/Components/Pages/ThankYouPage.razor.rz.scp.css */
/* Full background container */
.ty-hero[b-tu39v78h2c] {
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient( 135deg, var(--background-color-second), var(--background-color) );
}

/* Large soft glow behind the card */
.ty-glow[b-tu39v78h2c] {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(125,207,107,0.35) 0%, rgba(125,207,107,0.05) 60%, rgba(125,207,107,0) 100% );
    filter: blur(50px);
    animation: glowFloat-b-tu39v78h2c 8s ease-in-out infinite alternate;
}

/* Main card */
.ty-card[b-tu39v78h2c] {
    z-index: 10;
    background: #ffffff;
    padding: 3rem 2.4rem;
    /*max-width: 620px;*/
    max-width: 820px;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    animation: fadeInUp-b-tu39v78h2c 0.6s ease;
}

/* Animated check icon circle */
.ty-icon-wrap[b-tu39v78h2c] {
    width: 85px;
    height: 85px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: iconPop-b-tu39v78h2c 0.4s ease-out;
    box-shadow: 0 0 20px rgba(125,207,107,0.6);
}

/* Checkmark */
.ty-check[b-tu39v78h2c] {
    width: 26px;
    height: 13px;
    border-bottom: 4px solid white;
    border-left: 4px solid white;
    transform: rotate(-45deg);
}

/* Texts */
.ty-text[b-tu39v78h2c] {
    font-size: 1.15rem;
    margin-top: 1rem;
    margin-bottom: 1.2rem;
}

.ty-sub[b-tu39v78h2c] {
    color: #666;
    margin-bottom: 2.2rem;
}

/* Button */
.ty-btn[b-tu39v78h2c] {
    font-size: 1.05rem;
    padding: 0.75em 1.5em;
    border-radius: 8px !important;
    color: white;
}

.ty-title[b-tu39v78h2c] {
    font-size: xx-large;
}

/* Animations */
@keyframes fadeInUp-b-tu39v78h2c {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes iconPop-b-tu39v78h2c {
    0% {
        transform: scale(0.4);
        opacity: 0;
    }

    80% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

@keyframes glowFloat-b-tu39v78h2c {
    from {
        transform: translateY(-20px);
    }

    to {
        transform: translateY(20px);
    }
}
