:root {
    --bg-dark: #050505;
    --text-main: #f0f0f0;
    --text-muted: #777777;
    --accent: #FF4500;
    --border: rgba(255, 255, 255, 0.1);
}

* { margin: 0; padding: 0; box-sizing: border-box; cursor: none; }

/* KILÓGÁS VÉDELEM */
html, body { 
    font-family: 'Manrope', sans-serif; background: var(--bg-dark); color: var(--text-main); 
    overflow-x: hidden; width: 100%; max-width: 100vw; scroll-behavior: smooth;
}

h1, h2, h3, h4, .logo { font-family: 'Syne', sans-serif; text-transform: uppercase; }
.container { max-width: 1400px; margin: 0 auto; padding: 0 20px; }

/* Kurzor */
.custom-cursor { position: fixed; top: 0; left: 0; width: 12px; height: 12px; background-color: var(--accent); border-radius: 50%; pointer-events: none; z-index: 9999; transition: transform 0.15s ease-out; mix-blend-mode: difference; }
.custom-cursor.hovered { transform: scale(4); background-color: white; }

/* --- JAVÍTOTT NAVBAR --- */
#navbar { 
    position: fixed; width: 100%; padding: 30px 50px; display: flex; justify-content: space-between; align-items: center; 
    z-index: 1000; transition: 0.4s; 
    /* 90% Fekete, 10% Átlátszó + Blur effekt */
    background: rgba(5, 5, 5, 0.9); 
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--border);
}
.logo { font-size: 1.5rem; font-weight: 800; color: white; text-decoration: none; letter-spacing: 2px; z-index: 1001; position: relative; }
.logo span { color: var(--accent); }

.nav-menu { display: flex; align-items: center; gap: 40px; }
/* Felső menüsor linkjei */
.nav-links { 
    display: flex; 
    list-style: none; 
    gap: 35px; 
    align-items: center; 
    margin-right: 30px; 
}
.nav-links a { 
    text-decoration: none; 
    color: var(--text-main); 
    font-size: 0.85rem; 
    font-family: 'Syne', sans-serif;
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 1.5px; 
    transition: 0.3s; 
}
.nav-links a:hover { 
    color: var(--accent); 
}
.hamburger { display: none; color: white; font-size: 1.8rem; cursor: pointer; z-index: 1001; position: relative; transition: 0.3s; } 

.lang-switcher span { color: #888; font-size: 0.9rem; margin-left: 15px; font-weight: 600; transition: 0.3s; }
.lang-switcher span:hover, .lang-switcher span.active { color: white; }
.btn-outline { border: 1px solid white; color: white; text-decoration: none; padding: 10px 25px; border-radius: 50px; font-size: 0.9rem; transition: 0.3s; }
.btn-outline:hover { background: white; color: black; }

/* Hero */
.hero { 
    height: 100vh; 
    width: 100%; 
    position: relative; 
    display: flex; 
    align-items: center; 
    padding: 0 50px; 
    overflow: hidden; 
    /* ÚJ: Háttérkép beállítása az akkukímélő módhoz */
    background-image: url('hero.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; transform: translate(-50%, -50%); object-fit: cover; z-index: 0; filter: grayscale(50%); }
.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(5,5,5,0.9) 0%, rgba(5,5,5,0.4) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; }
.hero h1 { font-size: 6vw; line-height: 0.9; margin-bottom: 30px; letter-spacing: -2px; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px white; }
.hero p { font-size: 1.2rem; color: var(--text-muted); max-width: 500px; }
.scroll-down { position: absolute; bottom: 40px; left: 50px; z-index: 2; display: flex; align-items: center; gap: 15px; font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; }
.line { width: 50px; height: 1px; background: white; animation: lineGrow 2s infinite; }

@keyframes lineGrow { 0% { width: 0; } 50% { width: 50px; } 100% { width: 0; margin-left: 50px; } }

/* Services */
.services-premium { display: grid; grid-template-columns: 1fr 2fr; padding: 150px 50px; gap: 100px; max-width: 1400px; margin: 0 auto; }
.services-header h2 { font-size: 4rem; position: sticky; top: 150px; }
.service-row { border-top: 1px solid var(--border); padding: 40px 0; display: grid; grid-template-columns: 50px 1fr 200px; gap: 30px; align-items: center; transition: 0.3s; }
.service-row:hover { border-top-color: var(--accent); }
.s-num { font-family: 'Syne', sans-serif; font-size: 1.5rem; color: var(--accent); }
.s-text h3 { font-size: 1.8rem; margin-bottom: 10px; }
.s-text p { color: var(--text-muted); }
.s-img-box { width: 100%; height: 120px; overflow: hidden; border-radius: 4px; }
.s-img-box img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) brightness(0.7); transition: 0.5s; transform: scale(1.05); }
.service-row:hover .s-img-box img { filter: grayscale(0%) brightness(1); transform: scale(1); }

/* Machinery */
.machinery-premium { padding: 50px 50px 150px; }
.m-title-wrapper { margin-bottom: 80px; max-width: 1400px; margin-left: auto; margin-right: auto; }
.m-title-wrapper h2 { font-size: 4.5rem; line-height: 0.9; }
.m-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2px; background: var(--border); border: 1px solid var(--border); max-width: 1400px; margin: 0 auto; }
.m-card { background: var(--bg-dark); padding: 40px; display: flex; flex-direction: column; }
.m-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 30px; filter: grayscale(100%); transition: 0.4s; }
.m-card:hover .m-image { filter: grayscale(0%); }
.m-card h4 { font-size: 1.8rem; margin-bottom: 15px; }
.m-tag { display: inline-block; font-size: 0.7rem; border: 1px solid var(--text-muted); color: var(--text-muted); padding: 5px 15px; border-radius: 50px; margin-bottom: 20px; align-self: flex-start; }
.m-card p { color: var(--text-muted); font-size: 0.9rem; }

/* --- Galéria Alapstílus (Asztali) --- */
.gallery-premium { padding: 100px 0; background: #080808; border-top: 1px solid var(--border); }
.section-title-left { font-size: 3rem; margin-bottom: 50px; padding-left: 20px; }

.gallery-grid { 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px; 
}

.g-item { display: block; overflow: hidden; height: 350px; position: relative; }
.g-item img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(80%); transition: 0.5s ease; }
.g-item:hover img { filter: grayscale(0%); transform: scale(1.03); }

/* --- MOBIL OPTIMALIZÁLÁS: Oldalra lapozható galéria --- */
@media (max-width: 768px) {
    .gallery-grid {
        display: flex; /* Grid helyett Flex, hogy egymás mellé kerüljenek */
        overflow-x: auto; /* Engedélyezzük a vízszintes görgetést */
        scroll-navigation: none;
        scroll-snap-type: x mandatory; /* Odapattanó effektus */
        gap: 15px;
        padding-bottom: 20px; /* Hely a görgetősávnak, ha látszik */
        -webkit-overflow-scrolling: touch; /* Sima görgetés iOS-en */
        scrollbar-width: none; /* Firefox: görgetősáv elrejtése */
    }

    .gallery-grid::-webkit-scrollbar {
        display: none; /* Chrome/Safari: görgetősáv elrejtése */
    }

    .g-item {
        flex: 0 0 85%; /* A képernyő 85%-át foglalja el, hogy látszódjon a következő széle */
        height: 300px; /* Mobilon kicsit alacsonyabb */
        scroll-snap-align: center; /* Középre pattan lapozáskor */
        border-radius: 8px; /* Mobilon jól mutat egy kis lekerekítés */
    }

    .g-item img {
        filter: grayscale(0%); /* Mobilon ne kelljen hover, látszódjon a szín */
    }

    .section-title-left {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
}
/* Contact */
.contact-premium { padding: 150px 50px; background: var(--bg-dark); border-top: 1px solid var(--border); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; max-width: 1400px; margin: 0 auto; }
.contact-text h2 { font-size: 4rem; line-height: 1; margin-bottom: 20px; }
.contact-text p { color: var(--text-muted); font-size: 1.2rem; }
.contact-form-brutal { display: flex; flex-direction: column; gap: 20px; }
.contact-form-brutal input, .contact-form-brutal textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--border); padding: 15px 0; color: white; font-family: 'Manrope', sans-serif; font-size: 1.1rem; outline: none; transition: 0.3s; }
.contact-form-brutal input:focus, .contact-form-brutal textarea:focus { border-bottom-color: var(--accent); }
.contact-form-brutal button { align-self: flex-start; margin-top: 20px; background: white; color: black; border: none; padding: 15px 40px; font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1rem; border-radius: 50px; transition: 0.3s; }
.contact-form-brutal button:hover { background: var(--accent); color: white; }

/* A tároló határozza meg a magasságot */
.map-section { 
    width: 100%; 
    height: 400px; /* Itt állítod be, milyen magas legyen fixen */
    border-top: 1px solid var(--border); 
    overflow: hidden;
}

/* Az iframe pedig kitölti ezt a 400px-et */
.map-section iframe { 
    width: 100%;
    height: 100%;
    display: block;
    /* A sötét/szürke filterek, amiket már használtál */
    filter: grayscale(100%) invert(92%) contrast(83%); 
    transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1); 
}

.map-section iframe:hover { 
    filter: grayscale(0%) invert(0%) contrast(100%); 
}
/* Footer */
.footer-premium { background: #000; padding: 100px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1.5fr; gap: 50px; padding-bottom: 80px; }
.footer-brand .footer-slogan { color: var(--text-muted); margin: 20px 0 40px; font-size: 1.25rem; }
.footer-links h4, .footer-contact h4, .footer-social h4 { font-size: 1.05rem; color: var(--accent); margin-bottom: 25px; letter-spacing: 2px; }
.footer-links ul { list-style: none; }
.footer-links ul li { margin-bottom: 12px; }
.footer-links ul li a { text-decoration: none; color: var(--text-muted); font-size: 1.25rem; transition: 0.3s; }
.footer-links ul li a:hover { color: white; padding-left: 5px; }
.footer-contact p { color: var(--text-muted); font-size: 1.25rem; margin-bottom: 10px; }
.social-icons { display: flex; flex-wrap: wrap; gap: 15px; }
.social-icons a { display: flex; align-items: center; gap: 10px; padding: 10px 20px; border: 1px solid var(--border); color: white; text-decoration: none; transition: 0.3s; border-radius: 50px; font-size: 1.2rem; text-transform: uppercase; }
.social-icons a:hover { background: white; color: black; }
.footer-bottom { border-top: 1px solid var(--border); padding: 30px 0; font-size: 1.05rem; color: #444; }
.bottom-flex { display: flex; justify-content: space-between; align-items: center; }
.legal-links a { color: #444; text-decoration: none; margin-left: 20px; transition: 0.3s; }
.legal-links a:hover { color: white; }

/* =========================================
   MOBIL OPTIMALIZÁLÁS (Hamburger Slide & Overflow javítás)
   ========================================= */
@media (hover: none) and (pointer: coarse) {
    * { cursor: auto !important; }
    .custom-cursor { display: none !important; }
    .s-img-box img, .m-image, .g-item img, .map-section iframe { filter: none !important; } 
}

@media (max-width: 1024px) {
    .services-premium { grid-template-columns: 1fr; gap: 50px; padding: 100px 30px; }
    .services-header h2 { position: relative; top: 0; font-size: 3.5rem; }
    .contact-grid { grid-template-columns: 1fr; gap: 50px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .gallery-grid { grid-template-columns: 1fr; }
}

/* =========================================
   MOBIL OPTIMALIZÁLÁS (Fentről lenyíló Menü)
   ========================================= */
@media (max-width: 768px) {
    /* Hosszú szavak sortörésének kikényszerítése */
    h1, h2, h3, h4, p, span, a, div {
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
    }

    /* Navbar & Hamburger */
    #navbar { 
        padding: 20px; 
        flex-direction: row; 
        justify-content: space-between; 
        /* Mobilon picit sötétebb alap, hogy a menü jól mutasson */
        background: rgba(5, 5, 5, 0.95); 
    }
    
    .hamburger { 
        display: block; 
        z-index: 1002; /* Legfelül kell lennie a kinyílt menü felett is */
        position: relative;
    }
    
    /* ÚJ: Fentről lenyíló (Drop-down) menü */
    .nav-menu { 
        position: absolute; 
        top: -100vh; /* Alapból a képernyő felett van elrejtve */
        left: 0; 
        width: 100%; 
        /* Nem teljes képernyős, csak egy elegáns "redőny" a felső részen */
        height: auto; 
        min-height: 50vh;
        background: #050505; 
        flex-direction: column; 
        justify-content: center; 
        align-items: center; /* Mindent középre igazítunk */
        padding: 100px 20px 40px 20px; /* Helyet hagyunk a logónak/hamburgernek fent */
        gap: 30px; 
        border-bottom: 1px solid var(--border); 
        /* Fentről lefelé animáció */
        transition: top 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        box-shadow: 0 10px 30px rgba(0,0,0,0.8); 
        z-index: 1001;
    }
    
    /* Amikor aktív, becsúszik a 0. pozícióba */
    .nav-menu.active { 
        top: 0; 
    } 
    
    /* Mobil menü linkek formázása */
    .nav-links { 
        flex-direction: column; 
        gap: 25px; 
        margin-right: 0; 
        margin-bottom: 20px; 
        text-align: center; 
    }
    .nav-links a { 
        font-size: 1.5rem; /* Jó nagy, könnyen böökhető gombok */
        letter-spacing: 2px;
    }

    /* Nyelvek: Mobilon EGYMÁS MELLETT */
    .lang-switcher { 
        display: flex; 
        flex-direction: row; /* Egymás mellé kényszerítjük */
        justify-content: center;
        gap: 20px; /* Távolság a nyelvek között */
        width: 100%;
        margin-bottom: 15px;
    }
    .lang-switcher span { 
        margin: 0; 
        font-size: 1.1rem; 
        padding: 5px 15px;
        border: 1px solid transparent;
        border-radius: 50px;
    }
    /* Aktív nyelv kiemelése mobilon (opcionális, de szép) */
    .lang-switcher span.active {
        border-color: var(--border);
    }

    .btn-outline { 
        padding: 12px 40px; 
        font-size: 1.1rem; 
        margin-top: 10px;
    }
    
    /* --- Többi mobil beállítás változatlan --- */
    .logo { font-size: 1.2rem; z-index: 1002; position: relative;}
    
    .hero h1 { font-size: 2.8rem; line-height: 1.1; margin-bottom: 20px; text-align: center; }
    .hero p { text-align: center; margin: 0 auto; font-size: 1rem; }
    
    .services-premium { padding: 80px 20px; }
    .services-header h2 { font-size: 2.5rem; }
    .service-row { grid-template-columns: 1fr; gap: 15px; padding: 30px 0; }
    .s-img-box { height: 200px; margin-top: 15px; }
    
    .machinery-premium { padding: 50px 20px 100px; }
    .m-title-wrapper h2 { font-size: 2.5rem; }
    .m-card h4 { font-size: 1.5rem; }
    
    /* Vízszintes galéria beállítások mobilon */
    .gallery-grid {
        display: flex; 
        overflow-x: auto; 
        scroll-snap-type: x mandatory; 
        gap: 15px;
        padding-bottom: 20px; 
        -webkit-overflow-scrolling: touch; 
        scrollbar-width: none; 
    }
    .gallery-grid::-webkit-scrollbar { display: none; }
    .g-item {
        flex: 0 0 85%; 
        height: 300px; 
        scroll-snap-align: center; 
        border-radius: 8px; 
    }
    .g-item img { filter: grayscale(0%); }
    .section-title-left { font-size: 2.2rem; margin-bottom: 30px; }

    .contact-premium { padding: 80px 20px; }
    .contact-text h2 { font-size: 2.5rem; }
    
    .footer-premium { padding: 60px 0 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; padding-bottom: 40px; padding-left: 20px; padding-right: 20px;}
    .bottom-flex { flex-direction: column; gap: 15px; text-align: center; }
    .legal-links a { margin: 0 10px; }
}
/* --- ABOUT / RÓLUNK (Diszkrét forgó fogaskerék, fix banner) --- */
.about-premium {
    padding: 120px 0;
    background: var(--bg-dark);
    border-top: 1px solid var(--border);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Szöveges stílusok (maradtak a régiek) */
.about-text h2 {
    font-size: 1.5rem;
    color: var(--accent);
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-family: 'Syne', sans-serif;
}

.about-text h3 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    line-height: 1.2;
    text-transform: none;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    color: var(--text-main);
}

.about-text p {
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-btn {
    display: inline-block;
    margin-top: 20px;
    font-family: 'Syne', sans-serif;
    transition: 0.3s;
}

/* --- A két részből álló Logó stílusa --- */

/* Alap konténer */
.about-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* A Wrapper, ami egymásra rakja a képeket */
.logo-wrapper {
    position: relative; /* Szükséges a banner pozicionálásához */
    width: 100%;
    max-width: 400px; /* Alap méret */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* A FOGASKERÉK: Diszkrét forgás */
.gear-part {
    width: 100%;
    height: auto;
    display: block;
    /* Nagyon lassú, diszkrét forgás (pl. 60 másodperces ciklus) */
    animation: slowGearRotate 60s linear infinite;
    /* Diszkrét statikus ragyogás (Glow) */
    filter: drop-shadow(0 0 15px rgba(255, 69, 0, 0.15));
}

/* A BANNER: Fix és mozdulatlan */
.banner-part {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Tökéletes középre igazítás */
    width: 105%; /* Picit túlnyúlik, ha szép */
    z-index: 2; /* A forgó rész felett legyen */
    /* Erős statikus árnyék, hogy elváljon a forgó résztől */
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
}

/* A forgási animáció keyframes */
@keyframes slowGearRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Hover effekt: az egész Wrapper-re, de a gear-re hat */
.logo-wrapper:hover .gear-part {
    filter: drop-shadow(0 0 25px rgba(255, 69, 0, 0.3));
    transition: 0.5s ease;
}

/* --- Mobil nézet az About szekcióhoz (Tisztított és javított) --- */
@media (max-width: 1024px) {
    .about-premium { padding: 80px 20px; }
    
    /* Mobilon egymás alá kerül a szöveg és logó, középre igazítva */
    .about-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    
    .about-text h3 { font-size: 2rem; }
    .about-btn { align-self: center; }
    
    .logo-wrapper {
        max-width: 280px; /* Kisebb méret mobilon */
    }
    
    .banner-part {
        filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
    }
}
/* Erőszakosan fixált, négyzet alakú GDPR Checkbox */
.gdpr-checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 10px 0 20px;
}

.gdpr-checkbox-group input[type="checkbox"] {
    /* Szélesség és magasság kőbe vésve */
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    
    /* A flexbox semmiképp nem nyomhatja össze */
    flex: 0 0 20px !important; 
    
    /* Megakadályozzuk, hogy a szegély megnövelje a méretet */
    box-sizing: border-box !important;
    
    /* Kinézet lenullázása */
    appearance: none;
    -webkit-appearance: none;
    
    background: transparent;
    border: 1px solid var(--border);
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    margin: 0 !important; /* Levesszük a margin-t, nehogy az kavarjon be */
    margin-top: 3px !important; /* Csak egy kicsit toljuk le az egyvonalba hozáshoz */
}

.gdpr-checkbox-group input[type="checkbox"]:checked {
    background: var(--accent);
    border-color: var(--accent);
}

.gdpr-checkbox-group input[type="checkbox"]:checked::after {
    content: "✓";
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}
/* --- COOKIE BANNER STÍLUSOK --- */
.cookie-banner {
    position: fixed;
    bottom: -100%; /* Alapból elrejtve lent */
    left: 0;
    width: 100%;
    background: rgba(5, 5, 5, 0.95);
    border-top: 1px solid var(--border);
    backdrop-filter: blur(10px);
    z-index: 9999;
    transition: bottom 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.cookie-banner.show {
    bottom: 0; /* Felcsúszik */
}

.cookie-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cookie-content p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin: 0;
}

.cookie-content a {
    color: var(--accent);
}

.cookie-content button {
    white-space: nowrap;
    padding: 10px 30px;
    cursor: pointer;
    background: white;
    color: black;
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 15px;
    }
}
/* GDPR link javítása (Lila szín és aláhúzás eltüntetése) */
.gdpr-checkbox-group label a,
.gdpr-checkbox-group label a:visited {
    color: var(--accent) !important; /* Maradjon narancssárga kattintás után is */
    text-decoration: none !important; /* Aláhúzás eltávolítása */
    font-weight: 600;
    transition: color 0.3s ease;
}

.gdpr-checkbox-group label a:hover {
    color: white !important; /* Ha rátolod az egeret, fehéren világít */
}
/* --- FEJLESZTŐI KREDIT --- */
.dev-credit {
    font-size: 0.8rem;
    color: #444; /* Nagyon diszkrét, sötétszürke szín */
    font-family: 'Manrope', sans-serif;
    letter-spacing: 1px;
}

.dev-credit a {
    color: #666; /* A név egy picit világosabb */
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

/* Hover effektus: ha rátolják az egeret, felvillan */
.dev-credit a:hover {
    color: var(--accent); /* Narancssárgára vált. (Ha fehéret akarsz, írd át 'white'-ra) */
}

/* Mobil nézeten egy picit szellősebb elrendezés */
@media (max-width: 768px) {
    .dev-credit {
        margin: 10px 0;
    }
}
/* Eltünteti a gyári lejátszás gombot iOS-en és Androidon */
video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

/* Megakadályozza, hogy a videóra lehessen kattintani, így a gomb meg sem jelenik */
.hero-video {
    pointer-events: none;
    user-select: none;
}