:root {
    --primary-color: #DE701C; /* CTA gomb alapszín */
    --secondary-color: #639371; /* CTA gomb hover szín */
    --text-light: #FFFFFF; /* Világos szövegszín (pl. gombokon) */
    --text-dark: #333333; /* Sötét szövegszín */
    --navbar-background: #FFFFFF; /* Navbar háttérszín */
    --link-color: #2c3e50;
    --link-hover-color: var(--primary-color);
    --border-light: #eeeeee;
    --hero-panel-bg: #f8f9fa; /* Világos háttér a paneleknek */
    --hero-overlay-color: rgba(0, 0, 0, 0); /* Hero háttérkép elhalványítás színe és mértéke - 0 áttetszőség */
    --hero-panel-border: #dee2e6;

    /* Új változók a sötét hero témához */
    --hero-bg-dark: #232220;
    --hero-panel-bg-dark: #2a2927;
    --hero-panel-border-dark: #3a3836;
    --hero-text-light: #f1f1f1;
    --hero-text-muted-light: #a0a0a0;
}

html {
    box-sizing: border-box;
    
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/* Alap stílusok és reset */
body {
    margin: 0;
    font-family: Arial, sans-serif; /* Ezt később lecserélhetjük egyedi betűtípusra */
    line-height: 1.6;
    color: var(--text-dark);
    background-color: #f4f4f4; /* Csak hogy látszódjon a navbar */
}


img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: var(--link-color);
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar-container {
    max-width: 1200px; /* Vagy amilyen szélesre szeretnéd */
    margin: 0 auto;
    padding: 0 20px;
}

/* Navbar stílusok */
.site-header {
    background-color: transparent; /* Alapból áttetsző */
    position: fixed; /* Megváltoztatva sticky-ről fixed-re */
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.site-header.scrolled {
    background-color: var(--navbar-background);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar {
    /* A .navbar-container már kezeli a belső elrendezést */
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px; /* Navbar magassága */
}

.nav-logo img {
    height: 50px; /* Állítsd be a logó magasságát igény szerint */
    display: block; /* Eltávolítja az img alatti kis rést */
    filter: brightness(0) invert(1); /* A logó fehérré tétele a sötét háttér előtt */
    transition: filter 0.4s ease;
}

.site-header.scrolled .nav-logo img {
    filter: none; /* Visszaállítja az eredeti logó színt görgetéskor */
}

.nav-links-desktop ul {
    display: flex;
}

.nav-links-desktop li a {
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    font-weight: bold;
    color: var(--text-light); /* Alapból világos szövegszín */
    transition: color 0.4s ease;
}

.nav-links-desktop li a:hover {
    color: var(--link-hover-color);
}

.site-header.scrolled .nav-links-desktop li a {
    color: var(--link-color); /* Vissza sötétre görgetéskor */
}

.cta-button {
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 10px 20px; /* "Négyzetes alap" - arányos padding */
    border-radius: 5px; /* Lekerekített sarkok */
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;    
    display: inline-flex; /* inline-block helyett, hogy a belső elemeket flexbox-szal rendezhessük */
    align-items: center; /* Vertikálisan középre igazítja az ikont és a szöveget */
    justify-content: center; /* Horizontálisan középre igazítja a tartalmat a gombon belül */
    gap: 0.5em; /* Térköz az ikon és a szöveg között (a betűmérethez képest) */
}

.cta-button:hover {
    background-color: var(--secondary-color);
    color: var(--text-light); /* A feladat szerint hoveren is világos */
}

/* Hamburger menü ikon */
.hamburger-menu {
    display: none; /* Alapból rejtve asztali nézeten */
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.hamburger-bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: var(--text-light); /* Alapból világos hamburger ikon */
    transition: all 0.3s ease-in-out;
}

.site-header.scrolled .hamburger-bar {
    background-color: var(--text-dark); /* Vissza sötétre görgetéskor */
}

/* Mobil menü (alapból rejtve) */
.nav-menu-mobile {
    display: none;
    background-color: var(--navbar-background);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-top: 1px solid var(--border-light);
}

.nav-menu-mobile ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    padding: 15px 20px;
    border-bottom: 1px solid var(--border-light);
    font-weight: bold;
}
.nav-menu-mobile ul li a:hover {
    background-color: #f9f9f9;
    color: var(--link-hover-color);
}
.nav-menu-mobile .cta-button-mobile {
    /* A margót eltávolítjuk, mivel a .mobile-menu-footer kezeli a térközt */
    margin: 0;
}

.mobile-menu-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-top: 1px solid var(--border-light);
}

/* A Facebook ikon megjelenítése a mobil menüben */
.nav-menu-mobile .nav-social-icon {
    display: inline-flex; /* Felülírja az alapértelmezett rejtett állapotot */
    margin-right: 0; /* Eltávolítja az asztali nézetből örökölt margót */
}

/* Reszponzív beállítások - Mobil nézet */
@media (max-width: 768px) {
    .nav-links-desktop,
    .cta-button-desktop {
        display: none; /* Asztali linkek és CTA elrejtése mobilon */
    }

    .hamburger-menu {
        display: block; /* Hamburger ikon megjelenítése */
    }

    .navbar-container {
        /* A space-between továbbra is jó, a hamburger a jobb szélre kerül */
    }

    .nav-menu-mobile.active {
        display: block; /* Mobil menü megjelenítése, ha aktív */
    }

    /* Hamburger animáció (opcionális, "X" alak) */
    .hamburger-menu.active .hamburger-bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger-menu.active .hamburger-bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger-menu.active .hamburger-bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}

/* Hero Szekció Stílusok */
.hero-section {
    position: relative; /* Szükséges a ::before pszeudo-elem pozícionálásához */
    padding-top: 70px; /* Hely a fixált navigációs sávnak */
    min-height: 100vh; /* Teljes képernyő magasság */
    display: flex;
    flex-direction: column;
    color: var(--hero-text-light);
    background-color: var(--hero-bg-dark);
    background-position: center center; /* A kép középre igazítása */
    background-repeat: no-repeat; /* Ne ismétlődjön a kép */
}

.hero-section::after { /* Háttérminta (hbg.png) */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Magasság a viewport magasságához igazítva */
    background-image: url('../assets/img/hbg.png');
    background-size: cover; /* Vagy 'repeat', ha mintázatról van szó */
    background-position: center center;
    background-repeat: no-repeat; /* Vagy 'repeat' */
    mix-blend-mode: overlay; /* Rétegáttűnés a sötét háttérrel */
    opacity: 0.5; /* A minta láthatósága */
    z-index: 0; /* A tartalom alatt helyezkedik el */
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--hero-overlay-color); /* Elhalványító réteg, az átlátszóságot itt állíthatod (utolsó érték: 0 és 1 között) */
    z-index: 1; /* Az overlay a grid felett és a tartalom alatt */
}

.hero-main-content {
    position: relative; /* Hogy a ::before fölött jelenjen meg */
    z-index: 2; /* Hogy a ::before és ::after fölött jelenjen meg */
    flex-grow: 1; /* Kitölti a rendelkezésre álló függőleges helyet, lenyomva a paneleket */
    display: flex;
    align-items: center;
    justify-content: space-between; /* A két oszlopot a konténer két szélére tolja */
    padding: 40px 20px;
    max-width: 1200px; /* Maximális szélesség, igazodva a többi tartalomhoz */
    width: 100%; /* Reszponzív viselkedés */
    margin: 0 auto; /* Horizontális középre igazítás a szülőben */
    gap: 30px; /* Térköz a szöveges és vizuális rész között */
}

.hero-text-content {
    flex-basis: 50%; /* Alapból a rendelkezésre álló hely felét foglalja el */
    max-width: 600px; /* Maximális szélesség a jobb olvashatóságért */
    animation: fadeInFromLeft 1s ease-out forwards;
}

@keyframes fadeInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-headline {
    font-size: 2.8rem; /* Nagyobb szalagcím */
    margin-bottom: 20px;
    color: var(--text-dark);
    line-height: 1.2;
    /* A font-weight-et most a belső span-ek kezelik */
    /* letter-spacing: -1px; */ /* Opcionális: ha a betűtípus engedi, tömörítheti a betűket */
}

.hero-headline span {
    display: block; /* Biztosítja, hogy külön sorba kerüljenek */
    text-align: inherit; /* Örökli a szülő h1 igazítását (ami a .hero-text-content-ből jön tableten/mobilon) */
}

.headline-hashtag {
    font-size: 1.2rem; /* Kisebb, mint a többi címsor rész */
    font-weight: 900; /* Félkövér, hangsúlyos */
    color: var(--primary-color); /* Jobb kontraszt sötét háttéren */
    letter-spacing: 0.5px; /* Enyhe betűköz */
    margin-bottom: 5px; /* Kis térköz alatta */
    display: block; /* Biztosítja, hogy külön sorban legyen */
}

.headline-main {
    font-size: 5.5rem; /* Jelentősen nagyobb méret */
    font-weight: 900; /* Maximális vastagság */
    color: var(--primary-color); /* Kiemelt színnel */
    letter-spacing: -2px; /* Tömörebb megjelenés */
    line-height: 1.1; /* Szorosabb sorköz */
}

.headline-sub {
    font-size: 3rem; /* Nagyobb, de a főcímnél kisebb */
    font-weight: 700; /* Vastag */
    margin-top: 5px; /* Kis térköz a főcím után */
    color: var(--secondary-color);
}

.hero-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.7;
}

.hero-cta-button {
    padding: 12px 25px; /* Kicsit nagyobb gomb */
    font-size: 1rem;
}

.hero-visual-placeholder {
    flex-basis: 40%; /* Kisebb helyet foglal, mint a szöveg */
    /* position: relative; */ /* Erre már nincs szükség, ha nincs ::before */
    display: flex; /* Flexbox a belső tartalom (kép) középre igazításához */
    justify-content: center; /* Horizontális középre igazítás */
    align-items: center; /* Vertikális középre igazítás */
    animation: fadeInFromRight 1s ease-out 0.3s forwards; /* Késleltetett animáció */
    opacity: 0; /* Kezdetben rejtett az animációhoz */
}

@keyframes fadeInFromRight {

    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-main-image {
    width: 70%;  
    height: auto; /* JAVÍTÁS: A kép magassága automatikus legyen az arányok megőrzéséhez */
    object-fit: cover; /* A kép kitölti a teret, levágva ha kell, megőrizve az arányokat */
    /* position: relative; */ /* Erre már nincs szükség */
    /* z-index: 1; */ /* Erre már nincs szükség */
    display: block; /* Eltávolítja az img alatti esetleges rést */
}

/* Hero Panelek */
.hero-panels-container {
    position: relative; /* Hogy a ::before fölött jelenjen meg */
    z-index: 2; /* Hogy a ::before és ::after fölött jelenjen meg */
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 egyenlő oszlop */
    gap: 1px;
    background-color: var(--hero-panel-border-dark);
    border-top: 1px solid var(--hero-panel-border-dark);
}

.hero-panel {
    background-color: var(--hero-panel-bg-dark);
    padding: 25px 20px;
    text-align: center;
    color: var(--hero-text-light);
    text-decoration: none;
    position: relative; /* A nyíl pozicionálásához */
    /* Hozzáadjuk a border-radius tulajdonságokat a transition-höz */
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, border-top-left-radius 0.3s ease, border-top-right-radius 0.3s ease;
    /* Alapértelmezetten nincs lekerekítés */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.hero-panel:hover {
    background-color: #3c3b39; /* Kicsit világosabb sötét háttér hoverre */
    color: var(--text-light); /* Alapértelmezett szövegszín változása hoverre (öröklődéshez) */
    transform: translateY(-10px); /* Nagyobb kiemelkedés hoverre */
    border-top-left-radius: 10px; /* Lekerekítés hover állapotban */
    border-top-right-radius: 10px; /* Lekerekítés hover állapotban */
}

.panel-icon-placeholder {
    font-size: 2rem; /* Ikon mérete */
    margin-bottom: 15px;
    color: var(--primary-color); /* Ikon színe */
    transition: color 0.3s ease;
}
.hero-panel:hover .panel-icon-placeholder {
    color: var(--text-light);
}

.panel-title {
    font-size: 1.35rem; /* Megnövelt betűméret */
    font-weight: bold;
    margin-bottom: 12px; /* Kissé növelt térköz alatta, ha szükséges */
    color: var(--hero-text-light);
    transition: color 0.3s ease;
}
.hero-panel:hover .panel-title {
    color: var(--text-light);
}

.panel-features {
    font-size: 0.9rem;
    color: var(--hero-text-muted-light);
    margin-bottom: 20px; /* Hely a nyílnak */
    transition: color 0.3s ease;
}
.panel-features li {
    margin-bottom: 5px;
}
.hero-panel:hover .panel-features {
    color: var(--text-light); /* Vagy egy nagyon világos szürke, ha a tiszta fehér túl sok */
}

.panel-arrow-container {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 2.2rem; /* Kör átmérője */
    height: 2.2rem; /* Kör átmérője */
    border: 1.5px solid var(--primary-color); /* Vékony körvonal */
    border-radius: 50%; /* Teljesen kerek forma */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.hero-panel:hover .panel-arrow-container {
    border-color: var(--text-light);
}

.panel-arrow-icon {
    font-size: 1.1rem; /* Nyíl mérete a körön belül */
    color: var(--primary-color);
    line-height: 1; /* Segít a pontosabb vertikális középre igazításban */
    transition: color 0.3s ease;
}
.hero-panel:hover .panel-arrow-icon {
    color: var(--text-light);
}

/* Dinamikus Információs Szekció Stílusok */
.dynamic-info-section {
    position: relative; /* Szükséges a pszeudo-elem pozícionálásához */
    overflow: hidden; /* Megakadályozza, hogy a minta kilógjon */
    padding: 60px 0; /* Alapértelmezett padding mobilra és tabletre */
    background-color: var(--hero-bg-dark); /* Világos háttér a szekciónak */
}

.dynamic-info-section::before {
    content: '';
    position: absolute;
    top: -25%;
    left: -25%;
    width: 150%;
    height: 150%;
    background-image: url('../assets/img/logomark_orange.svg');
    background-repeat: space; /* A 'repeat' helyett 'space'-t használunk a térköz létrehozásához */
    background-size: 80px; /* A méret csökkentése a térköz biztosításához */
    transform: rotate(-45deg);
    
    opacity: 0.5; /* Halvány áttűnés, hogy ne zavarja a tartalmat */
    z-index: 0;
}

.dynamic-info-section .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative; /* Biztosítja, hogy a tartalom a minta fölött legyen */
    z-index: 1;
}

.dynamic-info-layout {
    display: flex;
    align-items: center; /* Vertikálisan középre igazítja az elemeket, ha magasságuk eltér */
    position: relative; /* Szükséges lehet a z-index helyes működéséhez */
    /* gap: 40px; */ /* A gap-et a negatív margó miatt most nem használjuk közvetlenül itt */
}

.dynamic-info-image-wrapper {
     /* Asztali nézet: Kép konténerének stílusai */
    flex: 0 0 48%; /* Pl. a kép konténere a hely ~48%-át foglalja el */
    max-width: 48%;
    margin-right: -45px; /* Becsúsztatja a jobb oldali tartalom alá */
    z-index: 1; /* A kép konténere hátrébb lesz */
    position: relative; /* Biztosítja a z-index működését */
}

.dynamic-section-image {
    max-width: 180%;
    height: auto;
    border-radius: 15px; /* Lekerekített sarkok a képen */
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.dynamic-info-content-area {
     /* Asztali nézet: Tartalom terület stílusai */
    flex: 1; /* Kitölti a maradék helyet */
    z-index: 2; /* A tartalom előrébb lesz, rácsúszik a képre */
    position: relative; /* Biztosítja a z-index működését */
    display: flex;
    flex-direction: column;
    gap: 30px; /* Térköz a dinamikus kártya és a trigger kártyák között */
}

.dynamic-content-card {
    background-color: var(--navbar-background); /* Fehér háttér */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease-in-out; /* Általános átmenet, ha kellene */
}

.dynamic-card-title {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-top: 0;
    margin-bottom: 15px;
    transition: opacity 0.3s ease-out, transform 0.2s ease-out;
}

.dynamic-card-text {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-dark);
    min-height: 80px; /* Segít elkerülni az ugrálást tartalomváltáskor, állítsd be a várható szöveghosszhoz */
    transition: opacity 0.3s ease-out 0.1s, transform 0.2s ease-out 0.1s; /* Késleltetett átmenet a szövegnek */
}

/* Animációhoz használt osztályok */
.dynamic-content-card.content-hiding .dynamic-card-title,
.dynamic-content-card.content-hiding .dynamic-card-text {
    opacity: 0;
    transform: translateY(10px);
}

.trigger-cards-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.trigger-card {
    flex: 1;
    background-color: #e9ecef;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    border: 2px solid transparent;
}

.trigger-card:hover, .trigger-card.active {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    background-color: var(--secondary-color); /* Zöld háttér hoveren/aktív állapotban */
    color: var(--text-light);
    border-color: var(--primary-color);
}

.trigger-card i {
    font-size: 2.5rem; /* Nagy ikon méret */
    margin-bottom: 10px;
    display: block;
    color: var(--primary-color); /* Alap ikon szín */
    transition: color 0.2s ease;
}

.trigger-card:hover i, .trigger-card.active i {
    color: var(--text-light); /* Ikon színe hoveren/aktív állapotban */
}

.trigger-card-label {
    font-weight: bold;
    font-size: 0.9rem;
}


/* Reszponzivitás az új szekcióhoz */
@media (max-width: 992px) {
    .dynamic-info-layout {
        flex-direction: column;
        gap: 30px;
    }
    .dynamic-info-image-wrapper {
      flex: 0 0 auto;
        max-width: 100%; /* Kép teljes szélességben mobilon */
        margin-bottom: 20px;
        margin-right: 0; /* Eltávolítjuk a negatív margót */
        z-index: auto; /* Visszaállítjuk a z-indexet */
        align-self: center; /* Középre igazítjuk a képet a flex konténerben */
    }
    .dynamic-info-content-area {
         flex: 0 0 auto; /* Visszaállítjuk a flex alapértékeket */
        gap: 20px;
          z-index: auto; /* Visszaállítjuk a z-indexet */
        /* A .dynamic-content-card és .trigger-cards-container stílusai adják a kinézetet */
    }
    .dynamic-section-image {
        max-width: 100%; /* Megakadályozza, hogy a kép kilógjon a szülő konténerből mobilon */
        margin-right: 0; /* Biztonsági reset, ha örökölne negatív margót */
        border-radius: 15px; /* Lekerekítés eltávolítása mobilon */
    }
}

/* CTA Szekció Stílusok */
.cta-section {
    padding: 80px 20px;
    position: relative;
    background-color: #f9f9f9; /* Módosítva az "Áraink" szekció szürke hátterére */
    overflow: hidden;
}

.cta-section::before {
    /* A háttérminta eltávolítva, mivel a világos háttéren nem mutatna jól és a korábbi zöld háttérhez tartozott. */
    content: none;
}

.cta-container {
    max-width: 700px; /* A "ablak" maximális szélessége */
    margin: 0 auto;
    background-color: var(--navbar-background); /* Fehér háttér az "ablaknak" */
    padding: 40px 30px;
    border-radius: 15px; /* Lekerekített sarkok */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); /* Finom árnyék */
    text-align: center; /* Középre igazítja a tartalmat */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; /* Biztosítja, hogy a tartalom a ::before fölött legyen */
    z-index: 1; /* A tartalom a minta fölött helyezkedik el */
}

.cta-logo-wrapper {
    margin-bottom: 25px;
}

.cta-logo {
    height: 100px; /* Még nagyobb logó méret, igény szerint állítható */
    /* A nav-logo img stílusai (display: block) itt is hasznosak lehetnek, ha az img-nek van alapértelmezett alsó margója */
}

.cta-headline {
    font-size: 2.2rem;
    color: var(--text-dark);
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
}

.cta-subheadline {
    font-size: 1.1rem;
    color: #555; /* Kicsit lágyabb sötét szín */
    margin-bottom: 30px;
    max-width: 550px; /* A szöveg ne legyen túl széles */
    line-height: 1.7;
}

.cta-section-button {
    /* A .cta-button általános stílusait örökli */
    /* Itt lehetnek specifikus felülírások, ha szükséges */
    padding: 15px 30px; /* Kicsit nagyobb gomb */
    font-size: 1.1rem;
    /* Ha a színeket itt meg akarod változtatni a navbarhoz képest: */
    /* background-color: var(--primary-color); */
    /* color: var(--text-light); */
}

/* CTA Szekció Reszponzivitás */
@media (max-width: 768px) {
    .cta-section {
        padding: 60px 15px;
    }
    .cta-container {
        padding: 30px 20px;
    }
    .cta-logo {
        height: 60px;
    }
    .cta-headline {
        font-size: 1.8rem;
    }
    .cta-subheadline {
        font-size: 1rem;
    }
    .cta-section-button {
        padding: 12px 25px;
        font-size: 1rem;
    }
}


@media (max-width: 768px) {
    .dynamic-info-image-wrapper {
        max-width: 100%;
    }
    .trigger-cards-container {
        flex-direction: column; /* Mobilon egymás alá kerülnek a trigger kártyák */
        gap: 15px;
    }
    .dynamic-card-title {
        font-size: 1.6rem;
    }
    .dynamic-card-text {
        font-size: 0.95rem;
        min-height: 60px;
    }
    .trigger-card i {
        font-size: 2rem;
    }
}



/* Hero Szekció Reszponzivitás */
@media (max-width: 992px) { /* Tablet és kisebb nézetek */
    .hero-main-content {
        flex-direction: column; /* Egymás alá rendezi a szöveget és a képet */
        text-align: center;
    }
    .hero-text-content {
        max-width: 100%;
        margin-bottom: 30px;
        flex-basis: auto; /* Visszaállítjuk az alapértelmezett viselkedést a helyes szélességhez */
    }
    .hero-visual-placeholder {
        width: 80%;
        max-width: 400px;
        flex-basis: auto; /* Visszaállítjuk az alapértelmezett viselkedést */
    }
    .hero-panels-container {
        /* Átváltás gridről flexboxra a horizontális görgetéshez */
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* Sima görgetés iOS-en */
        background-color: transparent; /* Eltávolítjuk a grid-gap szimulációt */
        border-top: none;
        gap: 15px;
        padding: 10px 20px 20px 20px; /* Térköz a széleken és a görgetősávnak */
    }
    /* Opcionális, de szebb görgetősáv */
    .hero-panels-container::-webkit-scrollbar {
        height: 6px;
    }
    .hero-panels-container::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.05);
        border-radius: 10px;
    }
    .hero-panels-container::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.2);
        border-radius: 10px;
    }
    .hero-panel {
        flex: 0 0 280px; /* Fix szélesség, hogy ne zsugorodjanak össze */
    }
    /* Mivel érintőképernyőn a hover nem releváns, a kiemelkedő animációt kikapcsoljuk */
    .hero-panel:hover {
        transform: none;
        border-radius: 0;
    }
}

@media (max-width: 576px) { /* Mobil nézet */
    .hero-headline {
        /* Az alap font-size itt már nem releváns, a span-ek méreteződnek */
    }
    .headline-hashtag {
        font-size: 1rem; /* Kisebb méret mobilon */
        margin-bottom: 2px;
    }
    .headline-main {
        font-size: 3rem; /* Kisebb méret mobilon */
        letter-spacing: -1px;
    }
    .headline-sub {
        font-size: 1.6rem; /* Kisebb méret mobilon */
    }
    .hero-description {
        font-size: 1rem;
    }
    .hero-panel {
        padding: 20px;
        flex-basis: 250px; /* Kisebb mobilokon a panelek lehetnek kicsit keskenyebbek */
    }
}

/* Dinamikus információs szekció padding növelése asztali nézetben */
@media (min-width: 993px) {
    .dynamic-info-section {
        padding: 105px 0; /* Megnövelt padding asztali nézetre */
    }
}

/* Modális Ablak Stílusok */
.modal-overlay {
    display: none; /* Alapból rejtve */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* Sötétített háttér */
    z-index: 1050; /* Magas z-index, hogy minden fölött legyen */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    padding: 20px; /* Kis padding, hogy a modal ne érjen a képernyő széléhez */
    box-sizing: border-box; /* Hozzáadva, hogy a padding beleszámítson a 100% szélességbe/magasságba */
}

.modal-overlay.active {
    display: flex; /* Megjelenítés flexbox-szal a középre igazításhoz */
    opacity: 1;
}

.hero-modal {
    display: none; /* Alapból rejtve */
    background-color: var(--navbar-background);
    padding: 30px 35px;
    border-radius: 8px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.25);
    max-width: 550px;
    box-sizing: border-box; /* Hozzáadva a helyes méretezéshez */
    width: 100%;
    position: relative; /* A bezáró gomb abszolút pozicionálásához */
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.hero-modal.active {
    display: block; /* Vagy flex/grid, ha a belső tartalom úgy kívánja */
    opacity: 1;
    transform: translateY(0) scale(1);
}

.hero-modal-content {
    /* Itt további stílusok jöhetnek a tartalomra, ha szükséges */
}

.modal-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1;
    color: #888;
    cursor: pointer;
    padding: 5px;
    transition: color 0.2s ease;
}

.modal-close-btn:hover {
    color: var(--text-dark);
}

.modal-title-highlight {
    font-size: 1.7rem;
    color: var(--primary-color);
    margin-top: 0;
    margin-bottom: 15px;
}

.modal-text-detail {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-dark);
    margin-bottom: 0;
}

/* Body stílus, ha modal nyitva van */
body.modal-open {
    overflow: hidden; /* Megakadályozza a háttér görgetését */
}

/* Finomítás a hero panelekhez, hogy egyértelműbb legyen a kattinthatóság */
.hero-panel {
    cursor: pointer;
}

/* Glassmorphism CTA Szekció Stílusok */
.glass-cta-section {
    padding: 120px 20px; /* Megnövelt padding a nagyobb magasságért */
    background-image: url('../assets/img/ctabg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.glass-cta-section .container {
    max-width: 1140px;
    margin: 0 auto;
}

.glass-cta-layout {
    display: flex;
    align-items: center;
    gap: 40px;
}

.glass-card {
    flex: 1 1 45%; /* A kártya elfoglalja a hely kb. 45%-át */
    background: rgba(255, 255, 255, 0.45); /* Áttetsző fehér háttér */
    border-radius: 15px;
    padding: 45px 40px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15); /* Finom árnyék */
    backdrop-filter: blur(25px); /* A blur effekt */
    -webkit-backdrop-filter: blur(25px); /* Safarihoz */
    border: 1px solid rgba(255, 255, 255, 0.25); /* Finom keret */
    color: var(--text-dark); /* Sötét szövegszín a jobb olvashatóságért */
}

.glass-card-title {
    font-family: Arial, sans-serif; /* Módosítva Arialra */
    font-size: 3rem;
    font-weight: 900; /* Vastag */
    line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--text-dark); /* Kiemelő szín a címnek */
}

.glass-card-text {
    font-family: Arial, sans-serif; /* Módosítva Arialra */
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.glass-cta-image-wrapper {
    flex: 1 1 55%; /* A kép elfoglalja a hely kb. 55%-át */
    display: flex;
    align-items: center;
    justify-content: center;
}

.glass-cta-image {
    max-width: 100%;
    height: auto;
    display: block; /* Eltávolítja az esetleges alsó rést */
    
}

/* Glassmorphism CTA Szekció Reszponzivitás */
@media (max-width: 992px) {
    .glass-cta-layout {
        flex-direction: column-reverse; /* Mobilon a kép felül, a kártya alul */
        gap: 30px;
        padding: 35px 25px; /* Csökkentett padding mobilon */
    }
    .glass-card,
    .glass-cta-image-wrapper {
        flex-basis: auto; /* Visszaállítjuk a flex-basis-t */
        width: 100%;
    }
    .glass-card-title {
        font-size: 1.8rem;
        line-height: 1.2; /* Kisebb betűméret és sorköz mobilon */
    }
    .glass-card-text {
        font-size: 1rem;
    }
    .glass-cta-image {
        transform: none; /* Visszaállítja az elforgatást mobilon */
    }
}

@media (max-width: 768px) {
    .glass-cta-section {
        padding: 35px 15px;
    }
    .glass-card {
        padding: 25px 30px;
    }
}

/* GYIK Szekció Stílusok */
.faq-section {
    padding: 80px 20px;
    background-color: var(--navbar-background); /* Fehér háttér */
}

.faq-section .container {
    max-width: 1140px;
    margin: 0 auto;
}

.faq-section .section-title {
    font-family: Arial, sans-serif;
    font-size: 3.5rem; /* Nagyobb betűméret */
    font-weight: 900; /* Vastag */
    line-height: normal;
    color: var(--primary-color); /* Kiemelő szín */
    
}

.faq-section .section-subtitle {
    font-family: Arial, sans-serif;
}

.faq-layout {
    display: flex;
    gap: 50px; /* Térköz a két oszlop között */
    margin-top: 40px;
    align-items: flex-start; /* Igazítás a tetejéhez, ha az oszlopok magassága eltér */
}

.faq-contact-column {
    flex: 1 1 35%; /* Bal oszlop szélessége */
    padding-right: 30px; /* Kis térköz a jobb oldali tartalomtól, ha egymás mellé kerülnek */
}

.faq-contact-title {
    font-family: Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 0;
    margin-bottom: 15px;
}

.faq-contact-text {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

.faq-cta-button {
    /* A .cta-button általános stílusait örökli */
    /* Itt lehetnek specifikus felülírások, ha szükséges */
}

.faq-accordion-column {
    flex: 1 1 65%; /* Jobb oszlop szélessége */
    display: flex;
    flex-direction: column;
    gap: 15px; /* Térköz az accordion elemek között */
}

.accordion-item {
    /* border-bottom: 1px solid var(--border-light); */ /* Eltávolítva */
    background-color: var(--navbar-background);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 0 20px; /* Padding az itemen, nem a gombon */
}
.accordion-item:last-child {
    /* border-bottom: none; */ /* Eltávolítva */
}

.accordion-question {
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
    padding: 20px 0; /* Csak vertikális padding a gombon */
    font-family: Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px; /* Térköz az ikon, szöveg és nyíl között */
    transition: color 0.2s ease;
}

.accordion-question::before {
    content: '?';
    flex-shrink: 0; /* Ne zsugorodjon az ikon */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: var(--secondary-color);
    color: var(--text-light);
    border-radius: 50%;
    font-weight: bold;
    font-size: 1rem;
}

.accordion-question span {
    flex-grow: 1; /* A kérdés szövege kitölti a rendelkezésre álló helyet */
}

.accordion-question:hover,
.accordion-question.active {
    color: var(--primary-color);
}

.accordion-icon {
    font-size: 1rem;
    margin-left: auto; /* A nyíl mindig a jobb szélre kerül */
    transition: transform 0.3s ease-in-out;
}

.accordion-question.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-in-out, padding-bottom 0.35s ease-in-out;
}

.accordion-answer.active {
    /* A max-height-ot a JS állítja be */
    /* padding-bottom: 20px; */ /* Ezt most a p elem kapja meg */
}

.accordion-answer p {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    padding-bottom: 20px; /* Térköz a válasz alatt */
    padding-left: 43px; /* Behúzás, hogy a kérdőjel ikon alá igazodjon (28px ikon + 15px gap) */
    margin: 0;
}

/* GYIK Szekció Reszponzivitás */
@media (max-width: 992px) {
    .faq-section .section-title,
    .faq-section .section-subtitle {
        text-align: center;
    }

    .faq-layout {
        flex-direction: column;
        gap: 40px;
    }
    .faq-contact-column {
        padding-right: 0;
        text-align: center; /* Középre igazítás mobilon */
    }
    .faq-contact-column .faq-cta-button {
        margin: 0 auto; /* Gomb középre igazítása */
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 15px;
    }
    .accordion-question {
        font-size: 1.05rem;
    }
    .accordion-answer p {
        font-size: 0.95rem;
    }
}

/* --- Navbar Actions (Right side group) --- */
.nav-actions-desktop {
    display: none; /* Rejtve mobilon, a media queryben lesz látható */
}

/* --- Navbar Social Icon --- */
.nav-social-icon {
    display: none; /* Alapból rejtett mobilon */
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color); /* Módosítva a kiemelő sárga színre */
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    /* A margót a szülő .nav-actions-desktop gap tulajdonsága kezeli */
}

.nav-social-icon:hover {
    background-color: var(--secondary-color); /* Módosítva a zöld színre hover esetén */
    transform: scale(1.1);
}

/* 
  Asztali nézetben jelenítjük meg az ikont.
  Igazodva a többi menüelem (768px) töréspontjához.
*/
@media (min-width: 769px) {
    .nav-social-icon {
        display: inline-flex;
    }
    .nav-actions-desktop {
        display: flex;
        align-items: center;
        gap: 0.75rem; /* Térköz az ikon és a gomb között */
    }
}


    

/* Portfolio Gallery Section */
.portfolio-gallery-section {
    padding: 80px 60px;
    background-color: var(--hero-bg-dark); /* Módosítva a sötét háttérre */
}

.portfolio-gallery-section .section-title,
.portfolio-gallery-section .section-subtitle {
    text-align: center;
    margin-bottom: 40px;
}

.portfolio-gallery-section .section-subtitle {
    color: var(--hero-text-light); /* Szövegszín módosítása a jobb olvashatóságért */
}

.portfolio-gallery-section .section-title {
    font-family: Arial, sans-serif;
    font-size: 3.5rem; /* Nagyobb betűméret */
    font-weight: 900; /* Vastag */
    color: var(--primary-color); /* Kiemelő szín */
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Alapértelmezett oszlopok */
    grid-auto-rows: 200px; /* Alapértelmezett sor magasság */
    gap: 15px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Fontos, hogy a képek kitöltsék a rendelkezésre álló helyet */
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Sötét overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item:hover .overlay {
    opacity: 1;
}

/* Grid item sizes for a dynamic layout */
.gallery-item--portrait {
    grid-row: span 2; /* Kétszeres magasság */
}

.gallery-item--large {
    grid-column: span 2; /* Kétszeres szélesség */
    grid-row: span 2; /* Kétszeres magasság */
}

/* Lightbox styles */
.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 2000; /* Magasabb, mint a modal overlay */
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.lightbox-overlay.active {
    display: flex;
    opacity: 1;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden; /* Biztosítja, hogy a kép ne lógjon ki a lekerekített sarkoknál */
}

.lightbox-image {
    display: block;
    max-width: 100%;
    max-height: 80vh; /* Max magasság a viewport magasságához képest */
    object-fit: contain; /* A kép arányosan illeszkedik */
    border-radius: 8px;
}

.lightbox-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 2010; /* A kép fölött legyen */
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

/* Responsive adjustments for gallery */
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Kisebb oszlopok mobilon */
        grid-auto-rows: 150px; /* Kisebb sor magasság mobilon */
        gap: 10px;
    }
    .gallery-item--portrait,
    .gallery-item--large {
        grid-column: span 1; /* Mobilon minden elem 1 oszlopot foglal el */
        grid-row: span 1; /* Mobilon minden elem 1 sort foglal el */
    }
    .portfolio-gallery-section {
        padding: 60px 15px;
    }
}

/* --- Scroll Animation --- */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: opacity, transform; /* Performance hint for the browser */
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- Scroll Animation for Trigger Cards --- */
.animate-trigger-card {
    opacity: 0;
    transform: translateY(20px); /* Smaller lift for cards */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}

.animate-trigger-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered animation for trigger cards */
.trigger-cards-container .animate-trigger-card:nth-child(1) {
    transition-delay: 0.1s; /* Small delay after parent section appears */
}
.trigger-cards-container .animate-trigger-card:nth-child(2) {
    transition-delay: 0.25s;
}
.trigger-cards-container .animate-trigger-card:nth-child(3) {
    transition-delay: 0.4s;
}

/* --- Footer --- */
.site-footer-main {
    background-color: var(--hero-bg-dark); /* Sötét háttér, mint a hero szekció */
    color: var(--hero-text-muted-light); /* Világos, de nem teljesen fehér szöveg */
    padding: 60px 20px 0; /* Felső/alsó padding, alul 0, mert a bottom-bar kapja */
}

.footer-content-wrapper {
    display: flex;
    flex-wrap: wrap; /* Tördelés kisebb képernyőn */
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--hero-panel-border-dark); /* Elválasztó vonal */
}

.footer-column {
    flex: 1;
    min-width: 250px; /* Minimális szélesség, hogy ne zsugorodjon túl */
}

.footer-about .footer-logo {
    height: 50px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1); /* A logó fehérré tétele a sötét háttér előtt */
}

.footer-description {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer-social .nav-social-icon {
    display: inline-flex; /* Biztosítjuk, hogy látható legyen */
    width: 36px;
    height: 36px;
    font-size: 16px;
}

.footer-heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 20px;
    margin-top: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: var(--hero-text-muted-light);
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-links ul li a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

.footer-contact p {
    margin-bottom: 20px;
}

.footer-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Tördelés kisebb képernyőn */
    gap: 10px;
    padding: 20px 0;
    font-size: 0.85rem;
}

.footer-bottom-bar p {
    margin: 0;
}

.footer-bottom-bar a {
    color: var(--text-light);
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-bottom-bar a:hover {
    color: var(--primary-color);
}


/* --- Back to Top Button --- */
.back-to-top-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    background-color: var(--primary-color);
    color: var(--text-light);
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

.back-to-top-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top-btn:hover {
    background-color: var(--secondary-color);
    transform: translateY(-3px); /* Slight lift on hover */
}

/* --- Cookie Consent Bar --- */
.cookie-consent-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--hero-bg-dark);
    color: var(--hero-text-muted-light);
    padding: 15px 20px;
    z-index: 1040; /* Below modals (1050) but above most content */
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
}

.cookie-consent-bar.visible {
    transform: translateY(0);
}

.cookie-consent-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.cookie-consent-text {
    margin: 0;
    font-size: 0.9rem;
}

.cookie-consent-text a {
    color: var(--text-light);
    font-weight: bold;
    text-decoration: underline;
}

.cookie-consent-text a:hover {
    color: var(--primary-color);
}

.cookie-consent-button {
    padding: 8px 18px;
    font-size: 0.9rem;
    flex-shrink: 0; /* Prevent button from shrinking */
}

/* --- Contact & Map Section --- */
.contact-map-section {
    padding: 80px 20px; /* A konténer kezeli a szélességet, itt csak a függőleges és alap oldalsó térköz van */
    background-color: var(--hero-bg-dark);
    color: var(--hero-text-light);
}

.contact-map-section .container {
    max-width: 1000px; /* Keskenyebb maximális szélesség a fókuszáltabb elrendezésért */
    margin: 0 auto; /* Középre igazítás */
}

.contact-map-section .section-title,
.contact-map-section .section-subtitle {
    text-align: center;
}

.contact-map-section .section-title {
    color: var(--primary-color);
    font-size: 3.5rem; /* Igazítás a többi fő szekció címéhez */
    font-weight: 900; /* Igazítás a többi fő szekció címéhez */
    margin-bottom: 15px;
}

.contact-map-section .section-subtitle {
    color: var(--hero-text-muted-light);
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.contact-map-layout {
    display: flex;
    gap: 40px;
    align-items: stretch; /* Make columns same height */
}

.map-column,
.form-column {
    flex: 1;
    min-width: 0; /* Fix for flex item overflow */
}

.map-wrapper { /* Általános wrapper a térképnek, legyen az iframe vagy statikus kép */
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 450px; /* Ensure map has a minimum height */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Árnyék hozzáadása */
}

.static-map-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.static-map-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Kép kitölti a konténert, arányosan */
    display: block;
    filter: grayscale(1); /* Szürkeárnyalatos hatás */
    transition: filter 0.3s ease, transform 0.3s ease;
}

.static-map-wrapper a:hover .static-map-image {
    filter: grayscale(0); /* Színesre vált hoverre */
    transform: scale(1.05); /* Kicsit kinagyítódik hoverre */
}

.map-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--text-light);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; /* Ne akadályozza a kattintást az alatta lévő linkre */
}

.static-map-wrapper a:hover .map-overlay-text {
    opacity: 1;
}

/* Eredeti iframe stílusok, ha mégis használnád */
/*
.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(1); /* Grayscale effect */
*/

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%; /* Fill the column */
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--hero-text-muted-light);
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    background-color: var(--hero-panel-bg-dark);
    border: 1px solid var(--hero-panel-border-dark);
    border-radius: 5px;
    color: var(--hero-text-light);
    font-size: 1rem;
    font-family: Arial, sans-serif;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(222, 112, 28, 0.25);
}

.contact-form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23a0a0a0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 1em;
}

.contact-form textarea {
    resize: vertical;
    min-height: 100px;
}

.form-submit-button {
    margin-top: 10px; /* Térköz a gomb felett */
    width: auto; /* A gomb szélessége a tartalomhoz igazodik */
    align-self: center; /* Középre igazítja a gombot a flex konténerben */
    padding: 10px 30px; /* Csökkentett padding */
    font-size: 1rem; /* Kisebb betűméret */
}

.form-group-checkbox {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: -5px;
    margin-bottom: 10px;
}

.form-group-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    accent-color: var(--primary-color);
}

.form-group-checkbox label {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 0.85rem;
}

.form-group-checkbox label a {
    color: var(--text-light);
    text-decoration: underline;
}

.form-group-checkbox label a:hover {
    color: var(--primary-color);
}

/* Responsive for Contact & Map Section */
@media (max-width: 992px) {
    .contact-map-layout {
        flex-direction: column;
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .contact-map-section {
        padding: 60px 20px; /* Kisebb, de kényelmes padding mobilon */
    }
}

/* Responsive for Cookie Bar */
@media (max-width: 768px) {
    .cookie-consent-container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

/* Footer Reszponzivitás */
@media (max-width: 768px) {
    .footer-content-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .footer-column {
        min-width: 100%;
    }

    .footer-about .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social {
        margin-top: 20px;
    }

    .footer-contact .cta-button {
        margin: 0 auto; /* Gomb középre igazítása */
    }

    .footer-bottom-bar {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 15px;
    }
}

/* --- Prices Section --- */
.prices-section {
    padding: 80px 20px;
    background-color: #f9f9f9; /* Világos háttér, megegyezik a testimonials szekcióval */
    text-align: center;
}

.prices-section .section-title {
    color: var(--primary-color);
    font-size: 2.8rem; /* Consistent with process section title */
    font-weight: 900;
    margin-bottom: 15px;
}

.prices-section .section-subtitle {
    max-width: 700px;
    margin: 0 auto 40px auto; /* Adjusted margin-bottom */
    color: var(--text-dark); /* Dark text for light background */
}

.prices-content {
    max-width: 800px; /* Limit content width for readability */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px; /* Space between text and CTA */
}

.prices-text {
    text-align: left; /* Text aligns left within its container */
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    /* Card stílusok */
    background-color: var(--navbar-background);
    padding: 45px; /* Megnövelt belső térköz az elegánsabb megjelenésért */
    border-radius: 8px; /* Lekerekített sarkok */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
}

.prices-text p {
    position: relative; /* Szükséges az ikon pozicionálásához */
    padding-left: 35px; /* Hely az ikonnak */
    margin-bottom: 25px; /* Nagyobb térköz a bekezdések között */
}

.prices-text p::before {
    content: '\f058'; /* Font Awesome check-circle ikon */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900; /* Solid ikonhoz szükséges */
    position: absolute;
    left: 0;
    top: 4px; /* Finomhangolás a vertikális igazításhoz */
    font-size: 1.3rem; /* Ikon mérete */
    color: var(--secondary-color); /* Zöld szín a pipának */
    opacity: 0.8;
}

.prices-text p:last-child {
    margin-bottom: 0;
}

.prices-cta {
    display: flex;
    justify-content: center; /* Center the button */
}

.prices-cta-button {
    padding: 15px 30px; /* Slightly larger button for CTA */
    font-size: 1.1rem;
}

/* Responsive for Prices Section */
@media (max-width: 768px) {
    .prices-section {
        padding: 60px 15px;
    }
    .prices-cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

/* --- Process Section --- */
.process-section {
    padding: 100px 20px; /* Megnövelt padding a nagyobb magasságért */
    background-color: #f9f9f9; /* Világos szürke háttér */
    overflow: hidden; /* A pszeudo-elem ne lógjon ki */
    text-align: center;
}

.process-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* A háttérkép és a kapcsolódó stílusok eltávolítva */
}

.process-section .section-title {
    color: var(--primary-color);
    font-size: 2.8rem;
    font-weight: 900;
    margin-bottom: 15px;
    position: relative; /* Szöveg a pszeudo-elem fölé */
    z-index: 1;
}

.process-section .section-subtitle {
    max-width: 600px;
    margin: 0 auto 60px auto;
    color: var(--text-dark); /* Sötét szöveg világos háttéren */
    position: relative; /* Szöveg a pszeudo-elem fölé */
    z-index: 1;
}

.process-steps-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1; /* Lépések a pszeudo-elem fölé */
    max-width: 1200px; /* Szélesség korlátozása */
    margin: 0 auto; /* Középre igazítás */
}

.process-step {
    position: relative;
    background-color: var(--navbar-background); /* Fehér kártya háttér */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07); /* Finom árnyék */
    padding: 30px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); /* Kiemeltebb árnyék hoveren */
}

.step-icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: var(--border-light); /* Világos szürke ikon háttér */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s ease;
}

.step-icon-wrapper i {
    font-size: 2.5rem; /* Kicsit nagyobb ikon */
    color: var(--secondary-color);
    transition: color 0.3s ease;
}

.process-step:hover .step-icon-wrapper {
    background-color: var(--secondary-color);
}

.process-step:hover .step-icon-wrapper i {
    color: var(--text-light);
}

.step-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.step-description {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .process-steps-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .process-steps-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .process-step::after {
        display: none; /* Remove all connectors on mobile */
    }
}

/* --- Testimonials Section --- */
.testimonials-section {
    padding: 80px 20px;
    background-color: #f9f9f9; /* Light grey background to stand out */
    text-align: center;
}

.testimonials-section .section-title {
    color: var(--primary-color);
    font-size: 2.8rem;
    font-weight: 900;
    margin-bottom: 15px;
}

.testimonials-section .section-subtitle {
    max-width: 700px;
    margin: 0 auto 60px auto;
    color: #555;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    background-color: var(--navbar-background);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    text-align: left;
    display: flex;
    flex-direction: column;
}

.testimonial-stars {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.testimonial-text {
    font-style: italic;
    color: #555;
    line-height: 1.7;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 25px; /* Space for the quote icon */
    flex-grow: 1; /* Makes sure cards have same height in a row */
}

.testimonial-text::before {
    content: '\f10d'; /* Font Awesome quote-left icon */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    color: var(--border-light);
    line-height: 1;
}

.testimonial-author {
    font-weight: bold;
    color: var(--text-dark);
    margin: 0;
    align-self: flex-end;
}

/* Responsive for Testimonials */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 15px;
    }
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

/* --- Privacy Policy Page --- */
.privacy-policy-page {
    padding-top: 70px; /* Navbar height */
}

.privacy-content-section {
    background-color: #fff;
    padding: 60px 20px;
}

.privacy-content-section .container {
    max-width: 800px;
    margin: 0 auto;
}

.privacy-content-section h1 {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    border-bottom: 2px solid var(--border-light);
    padding-bottom: 15px;
}

.privacy-content-section h2 {
    font-size: 1.8rem;
    color: var(--text-dark);
    margin-top: 40px;
    margin-bottom: 15px;
}

.privacy-content-section p,
.privacy-content-section li {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}
