:root {
    --primary: #0f172a; 
    --accent: #c5a059;  
    --gold-grad: linear-gradient(135deg, #c5a059 0%, #f1d38e 50%, #c5a059 100%);
    --white: #ffffff;
    --text-dark: #334155;
    --bg-alt: #f1f5f9;
}

/* ALAP RESET */
html { scroll-behavior: smooth; }
* { margin: 0; padding: 0; box-sizing: border-box; border: none; }
body { font-family: 'Poppins', sans-serif; color: var(--text-dark); line-height: 1.6; overflow-x: hidden; background-color: #fff; }
img { max-width: 100%; height: auto; display: block; }
.gold-text { background: var(--gold-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: bold; }

/* Navbar */
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 1rem 10%; background: rgba(15, 23, 42, 0.95); position: fixed; width: 100%; top: 0; z-index: 1000; backdrop-filter: blur(10px); }
.logo { color: var(--white); font-weight: bold; letter-spacing: 2px; text-decoration: none; font-size: 0.9rem; }
.nav-links { display: flex; list-style: none; }
.nav-links li { margin-left: 2rem; }
.nav-links a { text-decoration: none; color: #cbd5e1; text-transform: uppercase; font-size: 0.8rem; transition: 0.3s; font-weight: 600; }
.nav-links a:hover, .nav-links a.active { color: var(--accent) !important; }

/* --- HAMBURGER --- */
.hamburger { display: none; color: white; font-size: 1.5rem; cursor: pointer; }

/* --- NAVBAR DROPDOWN CSS --- */
.dropdown { position: relative; }
.dropdown-menu { 
    display: none; 
    position: absolute; 
    top: 100%; 
    left: 0; 
    background: rgba(15, 23, 42, 0.95); 
    min-width: 220px; 
    list-style: none; 
    padding: 10px 0; 
    border-radius: 5px; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    margin-left: 0; /* Alaphelyzetbe állítva */
}
.dropdown-menu li { margin: 0; }
.dropdown-menu li a { display: block; padding: 10px 20px; font-size: 0.8rem; text-transform: uppercase; color: #cbd5e1; border-bottom: 1px solid rgba(255,255,255,0.05); }
.dropdown-menu li a:hover { color: var(--accent) !important; background: rgba(255,255,255,0.05); padding-left: 25px; }
.dropdown:hover .dropdown-menu { display: block; }

/* Hero */
.hero { height: 90vh; background: linear-gradient(rgba(15, 23, 42, 0.6), rgba(15, 23, 42, 0.6)), url('kepek/hatter.jpg'); background-size: cover; background-position: center; background-attachment: fixed; display: flex; justify-content: center; align-items: center; color: white; text-align: center; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: 4.5rem; margin-bottom: 15px; text-shadow: 2px 2px 20px rgba(0,0,0,0.5); padding: 0 20px; }
.hero-btn { display: inline-block; margin-top: 25px; padding: 18px 45px; background: var(--gold-grad); color: var(--primary); text-decoration: none; border-radius: 50px; font-weight: bold; transition: 0.4s; box-shadow: 0 10px 20px rgba(197, 160, 89, 0.3); text-transform: uppercase; letter-spacing: 1px; }
.hero-btn:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(197, 160, 89, 0.5); }

/* Sections */
.section { padding: 120px 10%; }
.alt-bg { background-color: var(--bg-alt); }
.container { max-width: 1200px; margin: 0 auto; }

/* Címek és az arany vonal */
.section-title { text-align: center; font-family: 'Playfair Display', serif; font-size: 3rem; margin-bottom: 0px; position: relative; }
.section-title::after { 
    content: ''; 
    display: block; 
    width: 80px; 
    height: 3px; 
    background: var(--gold-grad); 
    margin: 30px auto;
}

/* Stats */
.stats-section { background: var(--primary); padding: 80px 10%; color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; text-align: center; }
.stat-number { font-size: 3.5rem; font-family: 'Playfair Display', serif; font-weight: bold; }
.stat-item p { text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px; color: #94a3b8; }

/* --- RÓLAM ÉS TECHNOLÓGIA CSS --- */
.rolam-rows { display: flex; flex-direction: column; gap: 100px; margin-top: 60px; }
.rolam-row { display: flex; align-items: center; gap: 80px; justify-content: space-between; }
.rolam-row:nth-child(even) { flex-direction: row-reverse; }
.rolam-text { flex: 1; }
.rolam-text .sub-heading { text-transform: uppercase; letter-spacing: 2px; font-size: 0.85rem; margin-bottom: 10px; display: block; }
.rolam-text h3 { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--primary); margin-bottom: 20px; border-left: 5px solid var(--accent); padding-left: 20px; }
.rolam-text p { font-size: 1.05rem; color: var(--text-dark); margin-bottom: 20px; text-align: justify; }
.rolam-image-box { flex: 1; position: relative; border-radius: 15px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.1); height: 450px; }
.rolam-image-box img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s ease; }
.rolam-image-box:hover img { transform: scale(1.1); }

/* --- SZOLGÁLTATÁSOK CSS --- */
.services-list { display: flex; flex-direction: column; gap: 100px; margin-top: 60px; }
.service-row { display: flex; align-items: center; gap: 80px; justify-content: space-between; }
.service-row:nth-child(even) { flex-direction: row-reverse; }
.service-text { flex: 1; }
.service-text h3 { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--primary); margin-bottom: 20px; border-left: 5px solid var(--accent); padding-left: 20px; }
.service-text p { font-size: 1.05rem; color: var(--text-dark); margin-bottom: 30px; text-align: justify; }
.service-more-btn { display: inline-block; padding: 12px 35px; border: 2px solid var(--accent); color: var(--primary); text-decoration: none; font-weight: bold; border-radius: 5px; transition: 0.3s; text-transform: uppercase; font-size: 0.85rem; }
.service-more-btn:hover { background: var(--gold-grad); color: var(--primary); border-color: transparent; }
.service-image-box { flex: 1; position: relative; border-radius: 15px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.1); height: 400px; }
.service-image-box img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s ease; }
.img-overlay { position: absolute; inset: 0; background: rgba(15, 23, 42, 0.4); display: flex; align-items: center; justify-content: center; opacity: 0; transition: 0.4s; }
.img-overlay i { color: var(--white); font-size: 2.5rem; transform: scale(0.5); transition: 0.4s; }
.service-image-box:hover img { transform: scale(1.1); }
.service-image-box:hover .img-overlay { opacity: 1; }
.service-image-box:hover .img-overlay i { transform: scale(1); }

/* --- ÁRAZÁS --- */
.pricing-notice-box { background-color: #fffdf5; border-left: 5px solid var(--accent); padding: 25px; border-radius: 10px; margin-bottom: 60px; color: #475569; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; align-items: stretch; }
.price-card { background: #fff; padding: 50px 30px; border-radius: 20px; text-align: center; border: 1px solid #e2e8f0; display: flex; flex-direction: column; position: relative; transition: 0.4s; }
.price-card:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.price-card.featured { border: 2px solid var(--accent); transform: scale(1.05); z-index: 2; box-shadow: 0 20px 60px rgba(197, 160, 89, 0.15); }
.price-value { font-size: 2.2rem; font-weight: 800; margin: 20px 0; }
.price-list { list-style: none; text-align: left; margin-bottom: 40px; flex-grow: 1; }
.price-list li { padding: 8px 0; font-size: 0.95rem; display: flex; align-items: center; gap: 10px; }
.price-list li i { color: var(--accent); }
.price-cta { background: var(--primary); color: white; padding: 15px; border-radius: 10px; text-decoration: none; font-weight: bold; text-transform: uppercase; transition: 0.3s; text-align: center; }
.price-cta:hover { background: var(--accent); }
.featured-btn { background: var(--gold-grad); color: var(--primary); }

/* REFERENCIÁK */
.media-type-toggle { display: flex; justify-content: center; margin-bottom: 30px; }
.type-btn { padding: 15px 40px; border: 2px solid var(--accent); background: none; cursor: pointer; font-weight: bold; color: var(--primary); text-transform: uppercase; transition: 0.3s; }
.type-btn:first-child { border-radius: 50px 0 0 50px; border-right: none; }
.type-btn:last-child { border-radius: 0 50px 50px 0; }
.type-btn.active { background: var(--gold-grad); border-color: transparent; }

/* INAKTÍV GOMB STÍLUSA */
.type-btn:disabled {
    border-color: #cbd5e1;
    color: #94a3b8;
    cursor: not-allowed;
    background: #f8fafc;
}

.filter-buttons { display: flex; justify-content: center; gap: 10px; margin-bottom: 40px; flex-wrap: wrap; }
.filter-btn { padding: 8px 20px; border: 1px solid var(--accent); border-radius: 50px; background: none; cursor: pointer; transition: 0.3s; }
.filter-btn.active, .filter-btn:hover { background: var(--accent); color: white; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.gallery-item { position: relative; border-radius: 15px; overflow: hidden; height: 280px; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s ease; }
.gallery-overlay { position: absolute; inset: 0; background: rgba(15, 23, 42, 0.4); display: flex; justify-content: center; align-items: center; opacity: 0; transition: 0.4s; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item.hide { display: none; }

/* Kapcsolat leírás */
.contact-description { 
    font-size: large;
    text-align: center; 
    max-width: 1250px; 
    margin: 0 auto 60px auto; 
    color: var(--text-dark);
}

/* Kapcsolat wrapper és kártyák */
.contact-wrapper { display: flex; gap: 30px; justify-content: center; align-items: stretch; flex-wrap: wrap; }
.contact-box { background: #fff; padding: 40px; border-radius: 15px; box-shadow: 0 10px 40px rgba(0,0,0,0.05); flex: 1; min-width: 320px; display: flex; flex-direction: column; }

.info-box h3 { 
    font-size: 2.2rem; 
    color: var(--primary);
    margin-bottom: 15px; 
    text-align: left; 
}

.underline-accent { position: relative; display: inline-block; margin-bottom: 60px; }
.underline-accent::after { content: ''; position: absolute; bottom: -15px; left: 0; width: 60px; height: 4px; background: var(--accent); }
.detail-item { display: flex; align-items: center; gap: 30px; margin-bottom: 45px; }
.detail-item i { font-size: 1.8rem; width: 35px; text-align: center; }
.detail-text p { font-weight: 500; color: var(--text-dark); font-size: 1.25rem; }
.social-links { margin-top: auto; font-size: 2.2rem; gap: 35px; display: flex; }

/* Form */
.input-group { position: relative; width: 100%; margin-bottom: 20px; }
.input-row { display: flex; gap: 20px; }
input, textarea { background: #f8fafc; border: 1px solid #e2e8f0; padding: 15px; border-radius: 8px; font-family: 'Poppins', sans-serif; font-size: 0.9rem; width: 100%; outline: none; transition: 0.3s; }
input:focus, textarea:focus { border-color: var(--accent); background: #fff; }
textarea { resize: none; overflow: hidden; min-height: 120px; line-height: 1.5; }

/* Checkbox szekció */
.privacy-container { display: flex; align-items: center; gap: 10px; margin: 20px 0 25px; font-size: 0.85rem; }
.privacy-container input[type="checkbox"] { width: auto; margin: 0; cursor: pointer; }
.privacy-container label { cursor: pointer; color: var(--text-dark); }
.privacy-container a { color: var(--accent); text-decoration: underline; }

.btn { background: var(--primary); color: var(--white); padding: 18px; font-weight: bold; border-radius: 8px; cursor: pointer; width: 100%; transition: 0.3s; text-transform: uppercase; letter-spacing: 2px; border: 1px solid var(--accent); }
.btn:hover { background: var(--accent); color: var(--primary); }

footer { background: var(--primary); color: #94a3b8; padding: 60px; text-align: center; }
footer .footer-links { margin-top: 15px; }
.footer-link { color: #94a3b8; text-decoration: none; font-size: 0.8rem; transition: 0.3s; border-bottom: 1px solid transparent; }
.footer-link:hover { color: var(--accent); border-bottom: 1px solid var(--accent); }

/* --- LIGHTBOX MODIFIED --- */
.lightbox { display: none; position: fixed; z-index: 2000; inset: 0; background: rgba(0,0,0,0.95); justify-content: center; align-items: center; }
.lightbox-content { max-width: 85%; max-height: 85%; border: 2px solid var(--accent); box-shadow: 0 0 30px rgba(0,0,0,0.5); }
.close-lightbox { position: absolute; top: 20px; right: 30px; color: white; font-size: 50px; cursor: pointer; z-index: 2100; transition: 0.3s; }
.close-lightbox:hover { color: var(--accent); }

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
    padding: 20px;
    z-index: 2100;
    transition: 0.3s;
    opacity: 0.6;
}
.lightbox-nav:hover { opacity: 1; color: var(--accent); }
.lightbox-nav.prev { left: 10px; }
.lightbox-nav.next { right: 10px; }

@media (max-width: 1000px) {
    .pricing-grid { grid-template-columns: 1fr; }
    .price-card.featured { transform: scale(1); margin: 20px 0; }
}

@media (max-width: 850px) {
    .navbar { padding: 1rem 5%; }
    .hamburger { display: block; z-index: 1001; }
    
    /* Mobil menü csúszka */
    .nav-links {
        position: fixed;
        right: -100%;
        top: 0;
        width: 70%;
        height: 100vh;
        background: var(--primary);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: 0.5s;
        box-shadow: -10px 0 30px rgba(0,0,0,0.5);
    }
    
    .nav-links.active { right: 0; }
    .nav-links li { margin: 1.5rem 0; }
    .nav-links a { font-size: 1.2rem; }

    /* Dropdown mobilnézetben */
    .dropdown:hover .dropdown-menu { display: block; position: static; background: transparent; box-shadow: none; text-align: center; }

    .hero h1 { font-size: 2.5rem; }
    .hero p { font-size: 1rem; }

    .section { padding: 60px 5%; }
    .section-title { font-size: 2.2rem; }

    .rolam-row, .service-row { flex-direction: column !important; gap: 30px; }
    .rolam-text h3, .service-text h3 { font-size: 1.8rem; }
    .rolam-image-box, .service-image-box { height: 300px; width: 100%; }

    .gallery-grid { grid-template-columns: 1fr; }
    .contact-wrapper { flex-direction: column; }
    .input-row { flex-direction: column; gap: 0; }
    
    .stat-number { font-size: 2.5rem; }
}