/* MyTiszaföldvár - Alap CSS Stílusok */

/* Google Fonts import */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&display=swap');


/* Reszponzív */
@media (max-width: 1200px) {
    .sponsors-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 992px) {
    .sponsors-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .sponsors-section {
        padding: 3rem 1rem;
    }
    
    .sponsors-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .sponsors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .sponsor-card {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .sponsors-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .sponsor-card {
        padding: 1.25rem;
    }
}

/* CSS Reset és alapbeállítások */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body padding a fix header miatt */
body {
    padding-top: 85px;
}

@media (max-width: 768px) {
    body {
        padding-top: 70px;
    }
}

/* Alap változók - Világos mód */
:root {
    /* Primary Colors - Arany skála */
    --primary-color: #F4D03F;           /* Főgombok, linkek, headerek - Arany */
    --primary-light: #F7DC6F;           /* Hover állapotok, kiemelések - Világosabb arany */
    --primary-dark: #DAA520;            /* Active állapotok, árnyékok - Sötétebb arany */
    
    /* Secondary Colors - Kék skála */
    --secondary-color: #154360;         /* Másodlagos gombok, navigáció - Kék */
    --secondary-light: #1E3A8A;         /* Interaktív elemek, badge-ek - Sötét kék */
    --secondary-dark: #154360;          /* Footer, sötét szekció - Kék */
    
    /* Semantic Colors */
    --success-color: #659669;           /* Sikeres műveletek, megerősítések */
    --warning-color: #F59E88;           /* Figyelmeztetések, fontos infók */
    --error-color: #DC2626;             /* Hibák, törlés gombok */
    --info-color: #0EA5E9;              /* Információs üzenetek, tooltipek */
    
    /* Grayscale Palette */
    --gray-50: #F9FAFB;                 /* Fő háttér, section backgrounds */
    --gray-100: #F3F4F6;                /* Card háttér, hover állapotok */
    --gray-200: #E5E7EB;                /* Borderek, elválasztók */
    --gray-500: #687280;                /* Másodlagos szövegek, placeholderek */
    --gray-800: #1F2937;                /* Fő szöveg, címek */
    
    /* Alap színek */
    --text-color: var(--gray-800);
    --light-text: var(--gray-500);
    --background-color: var(--gray-50);
    --light-background: var(--gray-100);
    --border-color: var(--gray-200);
    --card-background: #ffffff;
    --input-background: #ffffff;
    --input-border: var(--gray-200);
    --hover-background: var(--gray-100);
    --code-background: var(--gray-100);
    --blockquote-border: var(--gray-200);
    
    /* Effektek */
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --border-radius: 8px;
    --transition: all 0.3s ease;
    
    /* Timeline specifikus változók - Világos mód */
    --timeline-bg-start: #f8fafc;
    --timeline-bg-end: #e2e8f0;
    --timeline-title-color: #1e293b;
    --timeline-gradient-start: #f4d03f;
    --timeline-gradient-end: #f39c12;
    --timeline-title-shadow: rgba(244, 208, 63, 0.3);
    --timeline-subtitle-color: #64748b;
    --timeline-line-start: #f4d03f;
    --timeline-line-mid1: #f39c12;
    --timeline-line-mid2: #e67e22;
    --timeline-line-mid3: #d35400;
    --timeline-line-end: #f4d03f;
    --timeline-line-shadow: rgba(244, 208, 63, 0.4);
    --timeline-line-shadow-light: rgba(244, 208, 63, 0.2);
    --timeline-date-bg-start: #f4d03f;
    --timeline-date-bg-end: #f39c12;
    --timeline-date-text: #1e293b;
    --timeline-date-shadow: rgba(244, 208, 63, 0.3);
    --timeline-date-shadow-light: rgba(244, 208, 63, 0.2);
    --timeline-date-border: #1e293b;
    --timeline-date-shadow-hover: rgba(244, 208, 63, 0.4);
    --timeline-date-shadow-hover-light: rgba(244, 208, 63, 0.3);
    --timeline-date-bg-hover-start: #f39c12;
    --timeline-date-bg-hover-end: #f4d03f;
    --timeline-card-bg-start: #ffffff;
    --timeline-card-bg-end: #f8fafc;
    --timeline-card-shadow: rgba(0, 0, 0, 0.1);
    --timeline-card-shadow-light: rgba(0, 0, 0, 0.05);
    --timeline-card-accent-start: #f4d03f;
    --timeline-card-accent-end: #f39c12;
    --timeline-card-shadow-hover: rgba(0, 0, 0, 0.15);
    --timeline-card-shadow-hover-light: rgba(0, 0, 0, 0.1);
    --timeline-card-border-hover: #f4d03f;
    --timeline-card-title: #1e293b;
    --timeline-card-title-shadow: rgba(0, 0, 0, 0.1);
    --timeline-card-text: #475569;
    --timeline-card-text-shadow: rgba(0, 0, 0, 0.05);
    --timeline-image-shadow: rgba(0, 0, 0, 0.1);
    --timeline-image-shadow-light: rgba(0, 0, 0, 0.05);
    --timeline-image-border: rgba(244, 208, 63, 0.2);
    --timeline-image-overlay-start: rgba(244, 208, 63, 0.1);
    --timeline-image-overlay-end: rgba(243, 156, 18, 0.1);
    --timeline-image-filter: brightness(0.95) contrast(1.05);
    --timeline-image-filter-hover: brightness(1) contrast(1.1);
}

/* Dark mode változók */
[data-theme="dark"] {
    /* Primary Colors - Arany skála (sötétebb) */
    --primary-color: #DAA520;           /* Főgombok, linkek, headerek - Sötétebb arany */
    --primary-light: #F4D03F;           /* Hover állapotok, kiemelések - Arany */
    --primary-dark: #B8860B;            /* Active állapotok, árnyékok - Sötét arany */
    
    /* Secondary Colors - Kék skála (sötétebb) */
    --secondary-color: #0A2A3D;         /* Másodlagos gombok, navigáció - Sötét kék */
    --secondary-light: #154360;         /* Interaktív elemek, badge-ek - Közepes kék */
    --secondary-dark: #0A2A3D;          /* Footer, sötét szekció - Sötét kék */
    
    /* Semantic Colors (sötétebb) */
    --success-color: #059669;           /* Sikeres műveletek, megerősítések */
    --warning-color: #D97706;           /* Figyelmeztetések, fontos infók */
    --error-color: #DC2626;             /* Hibák, törlés gombok */
    --info-color: #0284C7;              /* Információs üzenetek, tooltipek */
    
    /* Grayscale Palette (sötét) */
    --gray-50: #111827;                 /* Fő háttér, section backgrounds */
    --gray-100: #1F2937;                /* Card háttér, hover állapotok */
    --gray-200: #374151;                /* Borderek, elválasztók */
    --gray-500: #6B7280;                /* Másodlagos szövegek, placeholderek */
    --gray-800: #F9FAFB;                /* Fő szöveg, címek */
    
    /* Alap színek */
    --text-color: var(--gray-800);
    --light-text: var(--gray-500);
    --background-color: var(--gray-50);
    --light-background: var(--gray-100);
    --border-color: var(--gray-200);
    --card-background: var(--gray-100);
    --input-background: var(--gray-100);
    --input-border: var(--gray-200);
    --hover-background: var(--gray-200);
    --code-background: var(--gray-50);
    --blockquote-border: var(--gray-200);
    
    /* Effektek */
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    
    /* Timeline specifikus változók - Sötét mód */
    --timeline-bg-start: #0f172a;
    --timeline-bg-end: #1e293b;
    --timeline-title-color: #ffffff;
    --timeline-gradient-start: #f4d03f;
    --timeline-gradient-end: #f39c12;
    --timeline-title-shadow: rgba(244, 208, 63, 0.3);
    --timeline-subtitle-color: #94a3b8;
    --timeline-line-start: #f4d03f;
    --timeline-line-mid1: #f39c12;
    --timeline-line-mid2: #e67e22;
    --timeline-line-mid3: #d35400;
    --timeline-line-end: #f4d03f;
    --timeline-line-shadow: rgba(244, 208, 63, 0.4);
    --timeline-line-shadow-light: rgba(244, 208, 63, 0.2);
    --timeline-date-bg-start: #f4d03f;
    --timeline-date-bg-end: #f39c12;
    --timeline-date-text: #1e293b;
    --timeline-date-shadow: rgba(244, 208, 63, 0.3);
    --timeline-date-shadow-light: rgba(244, 208, 63, 0.2);
    --timeline-date-border: #1e293b;
    --timeline-date-shadow-hover: rgba(244, 208, 63, 0.4);
    --timeline-date-shadow-hover-light: rgba(244, 208, 63, 0.3);
    --timeline-date-bg-hover-start: #f39c12;
    --timeline-date-bg-hover-end: #f4d03f;
    --timeline-card-bg-start: #1e293b;
    --timeline-card-bg-end: #334155;
    --timeline-card-shadow: rgba(0, 0, 0, 0.3);
    --timeline-card-shadow-light: rgba(0, 0, 0, 0.2);
    --timeline-card-accent-start: #f4d03f;
    --timeline-card-accent-end: #f39c12;
    --timeline-card-shadow-hover: rgba(0, 0, 0, 0.4);
    --timeline-card-shadow-hover-light: rgba(0, 0, 0, 0.3);
    --timeline-card-border-hover: #f4d03f;
    --timeline-card-title: #ffffff;
    --timeline-card-title-shadow: rgba(0, 0, 0, 0.3);
    --timeline-card-text: #cbd5e1;
    --timeline-card-text-shadow: rgba(0, 0, 0, 0.2);
    --timeline-image-shadow: rgba(0, 0, 0, 0.3);
    --timeline-image-shadow-light: rgba(0, 0, 0, 0.2);
    --timeline-image-border: rgba(244, 208, 63, 0.1);
    --timeline-image-overlay-start: rgba(244, 208, 63, 0.1);
    --timeline-image-overlay-end: rgba(243, 156, 18, 0.1);
    --timeline-image-filter: brightness(0.9) contrast(1.1);
    --timeline-image-filter-hover: brightness(1) contrast(1.2);
}

/* Alap stílusok */
* {
    font-family: 'Nunito', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--background-color);
    transition: var(--transition);
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--text-color);
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1rem;
    color: var(--light-text);
}

/* Linkek */
a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}

/* Gombok */
.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
    color: white !important;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: var(--transition);
    font-family: 'Nunito', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    text-align: center;
    box-shadow: var(--shadow);
}

.btn:hover {
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary-color) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px -8px rgba(218, 165, 32, 0.4);
    color: white !important;
}

.btn-secondary {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-light) 100%);
    color: white !important;
    border: none;
    box-shadow: var(--shadow);
}

.btn-secondary:hover {
    background: linear-gradient(135deg, var(--secondary-light) 0%, var(--secondary-color) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px -8px rgba(30, 58, 186, 0.4);
    color: white !important;
}

/* Semantic gombok */
.btn-success {
    background: linear-gradient(135deg, var(--success-color) 0%, #10B981 100%);
    color: white !important;
}

.btn-warning {
    background: linear-gradient(135deg, var(--warning-color) 0%, #F59E0B 100%);
    color: white !important;
}

.btn-error {
    background: linear-gradient(135deg, var(--error-color) 0%, #EF4444 100%);
    color: white !important;
}

.btn-info {
    background: linear-gradient(135deg, var(--info-color) 0%, #3B82F6 100%);
    color: white !important;
}

/* Outline gombok */
.btn-outline {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-outline:hover {
    background: var(--primary-color);
    color: white !important;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Hero Section - Teljes képernyős */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0;
}

/* Hero háttér */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Hero overlay - Kék-arany gradient */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(21, 67, 96, 0.8) 0%, 
        rgba(21, 67, 96, 0.6) 30%, 
        rgba(244, 208, 63, 0.4) 70%, 
        rgba(244, 208, 63, 0.6) 100%);
    z-index: 2;
}

/* Hero tartalom */
.hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 0 2rem;
    color: white;
}

/* Hero badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    margin-bottom: 2rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.hero-badge:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-badge i {
    font-size: 1rem;
    color: var(--primary-light);
}

/* Hero cím */
.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

/* Hero alcím */
.hero-subtitle {
    font-size: 1.375rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto 3rem;
    line-height: 1.6;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

/* Hero gombok */
.hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Hero gombok stílusai */
.btn-hero-primary {
    background: var(--primary-color);
    color: white !important;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(244, 208, 63, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-hero-primary:hover {
    background: var(--primary-light);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 35px rgba(244, 208, 63, 0.6);
    color: white !important;
}

.btn-hero-secondary {
    background: var(--secondary-color);
    color: white !important;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--primary-light);
    color: var(--primary-light) !important;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Reszponzív hero */
@media (max-width: 768px) {
    .hero-section {
        height: 100vh;
        min-height: 500px;
    }
    
    .hero-content {
        padding: 0 1rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 1.125rem;
        margin-bottom: 2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        max-width: 280px;
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
        border-radius: 40px;
    }
    
    .hero-badge {
        padding: 0.5rem 1rem;
        font-size: 0.75rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
}

/* ===== FLIP CARDS SECTION ===== */
.flip-cards-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, var(--light-background) 0%, var(--background-color) 100%);
    transition: background 0.3s ease;
}

.flip-cards-section .section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 3rem;
    position: relative;
    transition: color 0.3s ease;
}

.flip-cards-section .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
    border-radius: 2px;
    transition: background 0.3s ease;
}

.flip-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.flip-card {
    perspective: 1000px;
    height: 350px;
    width: 350px;
    margin: 0 auto;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
    cursor: pointer;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.flip-card-front {
    background: var(--primary-color);
}

.flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.flip-card:hover .flip-card-front img {
    transform: scale(1.05);
}

.flip-card-back {
    background: var(--primary-color);
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    color: white;
}

.flip-card-back h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.flip-card-back p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.flip-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.flip-btn:hover {
    background: var(--primary-dark);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.flip-btn i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.flip-btn:hover i {
    transform: translateX(3px);
}

/* Dark mode támogatás flip cards */
[data-theme="dark"] .flip-cards-section {
    background: linear-gradient(135deg, var(--gray-100) 0%, var(--gray-50) 100%);
}

[data-theme="dark"] .flip-cards-section .section-title {
    color: var(--primary-color);
}

[data-theme="dark"] .flip-card {
    background: var(--card-background);
    border-color: var(--border-color);
}

[data-theme="dark"] .flip-card-front,
[data-theme="dark"] .flip-card-back {
    background: var(--primary-color);
}

[data-theme="dark"] .flip-card-back h3,
[data-theme="dark"] .flip-card-back p {
    color: white;
}

[data-theme="dark"] .flip-btn {
    background: var(--primary-color);
    color: white;
}

[data-theme="dark"] .flip-btn:hover {
    background: var(--primary-light);
    color: white;
}

/* Flip Cards Reszponzív */
@media (max-width: 1200px) {
    .flip-cards-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
    
    .flip-card {
        height: 320px;
        width: 320px;
    }
}

@media (max-width: 1024px) {
    .flip-cards-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    
    .flip-card {
        height: 300px;
        width: 300px;
    }
    
    .flip-card-back h3 {
        font-size: 1.6rem;
    }
    
    .flip-card-back p {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .flip-cards-section {
        padding: 3rem 0;
    }
    
    .flip-cards-section .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .flip-cards-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .flip-card {
        height: 350px;
        width: 350px;
    }
}

@media (max-width: 480px) {
    .flip-cards-section {
        padding: 2rem 0;
    }
    
    .flip-cards-section .section-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .flip-card {
        height: 300px;
        width: 300px;
    }
    
    .flip-card-back {
        padding: 1.5rem;
    }
    
    .flip-card-back h3 {
        font-size: 1.5rem;
    }
    
    .flip-card-back p {
        font-size: 0.85rem;
        margin-bottom: 1.5rem;
    }
    
    .flip-btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.9rem;
    }
}

/* ===== LEGFRISSEBB HÍREINK SECTION ===== */
.latest-news-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--background-color) 0%, var(--light-background) 100%);
}

.latest-news-section .section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 3rem;
    position: relative;
}

.latest-news-section .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
    border-radius: 2px;
}

.news-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.news-card {
    background: var(--card-background);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border-color);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.news-card-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

/* Hír címkék */
.news-card-badges {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    z-index: 2;
}

.news-badge {
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Nunito', sans-serif;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* Rugalmas méretek a hosszabb szövegekhez */
    width: auto;
    min-width: 120px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
}

.news-badge-type {
    background: rgba(30, 64, 175, 0.9);
    color: white;
}

.news-badge-category {
    background: rgba(244, 208, 63, 0.9);
    color: var(--gray-800);
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-card:hover .news-card-image img {
    transform: scale(1.1);
}

.news-card-date {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--primary-color);
    color: white;
    padding: 0.75rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(244, 208, 63, 0.3);
    min-width: 60px;
}

.news-card-date .day {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}

.news-card-date .month {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.9;
}

.news-card-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 1rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-excerpt {
    color: var(--light-text);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start;
    box-shadow: 0 4px 15px rgba(244, 208, 63, 0.3);
}

.news-card-btn:hover {
    background: var(--primary-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(244, 208, 63, 0.4);
    color: white;
    text-decoration: none;
}

.news-card-btn i {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.news-card-btn:hover i {
    transform: translateX(3px);
}

/* News Cards Reszponzív */
@media (max-width: 1200px) {
    .news-cards-grid {
        gap: 1.5rem;
    }
    
    .news-card-content {
        padding: 1.25rem;
    }
}

@media (max-width: 1024px) {
    .news-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .news-card-title {
        font-size: 1.125rem;
    }
    
    .news-card-excerpt {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .latest-news-section {
        padding: 3rem 0;
    }
    
    .latest-news-section .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .news-cards-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        max-width: 500px;
    }
    
    .news-card {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .news-card-image {
        height: 220px;
    }
}

@media (max-width: 480px) {
    .latest-news-section {
        padding: 2rem 0;
    }
    
    .latest-news-section .section-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .news-card-content {
        padding: 1rem;
    }
    
    .news-card-title {
        font-size: 1.125rem;
        margin-bottom: 0.75rem;
    }
    
    .news-card-excerpt {
        font-size: 0.85rem;
        margin-bottom: 1.25rem;
    }
    
    .news-card-btn {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }
    
    .news-card-date {
        top: 0.75rem;
        right: 0.75rem;
        padding: 0.5rem;
        min-width: 50px;
    }
    
    .news-card-date .day {
        font-size: 1.125rem;
    }
    
    .news-card-date .month {
        font-size: 0.75rem;
    }
}

.flip-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.flip-btn:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.flip-btn i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.flip-btn:hover i {
    transform: translateX(3px);
}

/* Grid rendszer */
.grid {
    display: grid;
    gap: 2rem;
}

.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* Kártyák */
.card {
    background-color: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px -8px rgba(0, 0, 0, 0.2);
}

/* Űrlapok */
input, textarea, select {
    font-family: 'Nunito', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--input-background);
    border: 1px solid var(--input-border);
    color: var(--text-color);
    padding: 0.75rem;
    border-radius: var(--border-radius);
    transition: var(--transition);
}

input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}

/* Kód blokkok */
code, pre {
    background-color: var(--code-background);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 0.5rem;
    font-family: 'Courier New', monospace;
}

/* Idézetek */
blockquote {
    border-left: 4px solid var(--blockquote-border);
    padding-left: 1rem;
    margin: 1rem 0;
    font-style: italic;
    color: var(--light-text);
}

/* Text Section Komponensek */
.text-section {
    padding: 5rem 0;
    background-color: var(--background-color);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.text-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: var(--background-color);
    z-index: -1;
}

.text-section-reverse {
    padding: 5rem 0;
    background-color: var(--light-background);
    width: 100%;
    position: relative;
    overflow: hidden;
    /* Ugyanaz a stílus, mint a sima text-section */
}

.text-section-reverse::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: var(--light-background);
    z-index: -1;
}

.text-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    /* Egységes stílus mindkét szekcióra */
    position: relative;
    z-index: 1;
}

.text-section-reverse .text-section-container {
    grid-template-columns: 1fr 1fr;
    /* Ugyanaz a grid beállítás, mint a sima text-section */
}

/* Reszponzív grid beállítások mindkét szekcióra */
@media (max-width: 768px) {
    .text-section .text-section-container,
    .text-section-reverse .text-section-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }
    
    /* Reverse section esetén a kép felül, szöveg alul */
    .text-section-reverse .text-section-container {
        grid-template-areas: 
            "image"
            "content";
    }
    
    /* Sima section esetén a szöveg felül, kép alul */
    .text-section .text-section-container {
        grid-template-areas: 
            "content"
            "image";
    }
}

.text-section-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.text-section-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.2;
    margin-bottom: 0;
}

.text-section-content h3 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-color);
    line-height: 1.3;
    margin-bottom: 0;
}

.text-section-content p {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--light-text);
    margin-bottom: 0;
}

.text-section-content .btn {
    align-self: flex-start;
    margin-top: 0.5rem;
    border-radius: 50px;
    padding: 0.875rem 1.75rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.text-section-content .btn:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.text-section-image {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    aspect-ratio: 1/1;
    max-width: 500px;
    margin: 0 auto;
    transform-style: preserve-3d;
    perspective: 1200px;
    /* Alapállapot - JavaScript fogja kezelni */
    transform: perspective(1200px) rotateX(2deg) rotateY(2deg);
    box-sizing: border-box;
    /* Smooth átmenetek */
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.text-section-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    /* Alapállapot - JavaScript fogja kezelni */
    transform: translateZ(5px);
    /* Erős 3D effekt a képekhez */
    display: block;
    box-sizing: border-box;
    filter: brightness(1.02) contrast(1.01);
    /* Smooth átmenetek */
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
                filter 0.3s ease;
}

/* Hover effekt JavaScript által kezelve */

/* Hover after effekt eltávolítva */

/* Hover img effekt JavaScript által kezelve */

/* Alsó sáv leírás eltávolítva */

/* Reszponzív text section - Egységes rendszer mindkét szekcióra */
@media (max-width: 1200px) {
    .text-section .text-section-container,
    .text-section-reverse .text-section-container {
        gap: 3.5rem;
        padding: 0 2rem;
    }
    
    .text-section-content h2 {
        font-size: 2.25rem;
    }
    
    .text-section-content h3 {
        font-size: 1.75rem;
    }
    
    .text-section-content p {
        font-size: 1.125rem;
    }
}

@media (max-width: 1024px) {
    .text-section .text-section-container,
    .text-section-reverse .text-section-container {
        gap: 3rem;
        padding: 0 1.5rem;
    }
    
    .text-section-content h2 {
        font-size: 2rem;
    }
    
    .text-section-content h3 {
        font-size: 1.625rem;
    }
    
    .text-section-content p {
        font-size: 1.1rem;
    }
    
    .text-section-image {
        max-width: 450px;
    }
}

@media (max-width: 768px) {
    .text-section,
    .text-section-reverse {
        padding: 3rem 0;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    
    .text-section::before,
    .text-section-reverse::before {
        width: 100vw;
    }
    
    .text-section .text-section-container,
    .text-section-reverse .text-section-container {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 0 1.5rem;
        text-align: center;
    }
    
    .text-section-content h2 {
        font-size: 1.875rem;
    }
    
    .text-section-content h3 {
        font-size: 1.5rem;
    }
    
    .text-section-content p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .text-section-content .btn {
        align-self: center;
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .text-section-image {
        max-width: 380px;
        margin: 0 auto;
    }
    
    .text-section-image img {
        height: 100%;
    }
    
    /* Alsó sáv leírás eltávolítva */
}

@media (max-width: 480px) {
    .text-section,
    .text-section-reverse {
        padding: 2.5rem 0;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    
    .text-section::before,
    .text-section-reverse::before {
        width: 100vw;
    }
    
    .text-section .text-section-container,
    .text-section-reverse .text-section-container {
        gap: 2rem;
        padding: 0 1rem;
    }
    
    .text-section-content h2 {
        font-size: 1.625rem;
        line-height: 1.2;
    }
    
    .text-section-content h3 {
        font-size: 1.375rem;
        line-height: 1.3;
    }
    
    .text-section-content p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .text-section-content .btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
        border-radius: 40px;
    }
    
    .text-section-image {
        max-width: 320px;
        margin: 0 auto;
    }
    
    .text-section-image img {
        height: 100%;
    }
    
    /* Alsó sáv leírás eltávolítva */
}

/* Extra kis képernyős optimalizáció */
@media (max-width: 360px) {
    .text-section,
    .text-section-reverse {
        padding: 2rem 0;
    }
    
    .text-section .text-section-container,
    .text-section-reverse .text-section-container {
        gap: 1.5rem;
        padding: 0 0.75rem;
    }
    
    .text-section-content h2 {
        font-size: 1.5rem;
    }
    
    .text-section-content h3 {
        font-size: 1.25rem;
    }
    
    .text-section-content p {
        font-size: 0.875rem;
    }
    
    .text-section-content .btn {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        width: 100%;
        max-width: 280px;
    }
    
    .text-section-image {
        max-width: 280px;
    }
    
    /* Alsó sáv leírás eltávolítva */
}

/* Reszponzív */
@media (max-width: 768px) {
    .grid-2, .grid-3, .grid-4 {
        grid-template-columns: 1fr;
    }
    
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.5rem; }
    
    .container {
        padding: 0 0.5rem;
    }
}

/* Alert komponensek */
.alert {
    padding: 1rem;
    border-radius: var(--border-radius);
    margin-bottom: 1rem;
    border-left: 4px solid;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert-success {
    background-color: rgba(101, 150, 105, 0.1);
    border-color: var(--success-color);
    color: var(--success-color);
}

.alert-info {
    background-color: rgba(14, 165, 233, 0.1);
    border-color: var(--info-color);
    color: var(--info-color);
}

.alert-warning {
    background-color: rgba(245, 158, 136, 0.1);
    border-color: var(--warning-color);
    color: var(--warning-color);
}

.alert-error {
    background-color: rgba(220, 38, 38, 0.1);
    border-color: var(--error-color);
    color: var(--error-color);
}

/* Badge komponensek */
.badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.badge-primary {
    background-color: var(--primary-color);
    color: white;
}

.badge-secondary {
    background-color: var(--secondary-color);
    color: white;
}

.badge-success {
    background-color: var(--success-color);
    color: white;
}

.badge-warning {
    background-color: var(--warning-color);
    color: white;
}

.badge-error {
    background-color: var(--error-color);
    color: white;
}

.badge-info {
    background-color: var(--info-color);
    color: white;
}

/* Utility osztályok */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }

.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }

.p-1 { padding: 0.5rem; }
.p-2 { padding: 1rem; }
.p-3 { padding: 1.5rem; }
.p-4 { padding: 2rem; }

/* Header és Navigáció */
.header {
    background: #154360;
    border-bottom: none; /* Eltávolítom a fehér csíkot okozó border-t */
    box-shadow: var(--shadow);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.header.scrolled {
    background: rgba(21, 67, 96, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
}

/* Logo és brand név */
.header-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.brand-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

/* Navigációs menü */
.main-navigation {
    padding-top: 0;
    display: flex;
    align-items: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    color: white;
    text-decoration: none;
    border-radius: var(--border-radius);
    transition: var(--transition);
    font-weight: 500;
}

.nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--primary-light);
    text-decoration: none;
}

.nav-link.active {
    background-color: var(--primary-color);
    color: white;
    box-shadow: 0 2px 8px rgba(218, 165, 32, 0.3);
}

.nav-link i {
    font-size: 1.1rem;
}

/* Dropdown menük */
.dropdown {
    position: relative;
}

.dropdown-toggle {
    position: relative;
    cursor: pointer;
}

.dropdown-arrow {
    font-size: 0.875rem;
    transition: var(--transition);
}

.dropdown.open .dropdown-arrow {
    transform: rotate(180deg);
}

/* Asztali dropdown menük */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--card-background);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition);
    z-index: 1001;
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
}

.dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
    font-weight: 400;
}

.dropdown-item:hover {
    background-color: var(--hover-background);
    color: var(--primary-color);
    text-decoration: none;
}

.dropdown-item i {
    font-size: 1rem;
    color: var(--light-text);
}

.dropdown-item:hover i {
    color: var(--primary-color);
}

/* Mobil menü toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: var(--border-radius);
    transition: var(--transition);
    z-index: 10000;
}

.mobile-menu-toggle:hover {
    background-color: var(--hover-background);
    color: var(--primary-color);
}

/* Reszponzív header */
@media (max-width: 1024px) {
    .nav-menu {
        gap: 0.25rem;
    }
    
    .nav-link {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }
    
    .brand-name {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .main-navigation {
        position: fixed;
        top: 70px;
        right: 0;
        bottom: 0;
        width: 85%;
        height: calc(100vh - 70px);
        background: linear-gradient(135deg, var(--secondary-color) 0%, #0a2a3d 100%);
        border-left: 3px solid var(--primary-color);
        box-shadow: -8px 0 30px rgba(0, 0, 0, 0.4);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 9999;
        overflow-y: auto;
        display: block;
        pointer-events: none;
        margin: 0;
        padding: 0;
        
        /* Scrollbar stílus */
        scrollbar-width: thin;
        scrollbar-color: var(--primary-color) var(--secondary-color);
        
        /* Webkit scrollbar stílus */
        &::-webkit-scrollbar {
            width: 6px;
        }
        
        &::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 3px;
        }
        
        &::-webkit-scrollbar-thumb {
            background: var(--primary-color);
            border-radius: 3px;
            transition: all 0.3s ease;
        }
        
        &::-webkit-scrollbar-thumb:hover {
            background: var(--primary-light);
            box-shadow: 0 0 8px rgba(244, 208, 63, 0.5);
        }
    }
    
    /* MOBIL DROPDOWN MENÜK - TELJESEN ÚJRAÉPÍTVE */
    .main-navigation .dropdown-menu {
        /* ALAPÁLLAPOT - REJTETT */
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        float: none !important;
        display: block !important;
        width: 100% !important;
        min-width: auto !important;
        max-width: none !important;
        
        /* HÁTTÉR ÉS KERET */
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%) !important;
        border: none !important;
        border-left: 4px solid var(--primary-color) !important;
        box-shadow: none !important;
        
        /* POZÍCIÓ - ALATTA JELENIK MEG */
        margin: 0 !important;
        padding: 0 !important;
        inset: auto !important;
        
        /* LÁTHATÓSÁG - REJTETT */
        opacity: 0 !important;
        visibility: hidden !important;
        max-height: 0 !important;
        overflow: hidden !important;
        
        /* ÁTMENETEK */
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
        z-index: auto !important;
    }
    
    /* DROPDOWN MEGNYITOTT ÁLLAPOT */
    .main-navigation .dropdown.open .dropdown-menu,
    .main-navigation .dropdown.mobile-open .dropdown-menu {
        opacity: 1 !important;
        visibility: visible !important;
        max-height: 500px !important;
        overflow: visible !important;
        padding: 0.75rem 0 !important;
        margin-left: 0 !important;
        border-left: 4px solid var(--primary-color) !important;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
        transform: translateX(0) !important;
    }
    
    /* DROPDOWN ZÁRÁS ANIMÁCIÓ */
    .main-navigation .dropdown-menu {
        transform: translateX(-10px) !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }
    
    .main-navigation .dropdown.open .dropdown-menu,
    .main-navigation .dropdown.mobile-open .dropdown-menu {
        transform: translateX(0) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    /* DROPDOWN ITEM-EK STÍLUSA */
    .main-navigation .dropdown-menu .dropdown-item {
        padding: 1rem 2rem !important;
        color: rgba(255, 255, 255, 0.85) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        font-size: 1rem !important;
        font-weight: 400 !important;
        display: flex !important;
        align-items: center !important;
        text-decoration: none !important;
        justify-content: flex-start !important;
    }
    
    .main-navigation .dropdown-menu .dropdown-item:hover {
        background: linear-gradient(90deg, rgba(244, 208, 63, 0.1) 0%, rgba(244, 208, 63, 0.05) 100%) !important;
        color: var(--primary-color) !important;
        padding-left: 2.5rem !important;
        transform: translateX(5px) !important;
        box-shadow: inset 4px 0 0 var(--primary-color) !important;
    }
    
    .main-navigation .dropdown-menu .dropdown-item:last-child {
        border-bottom: none !important;
    }
    
    .main-navigation .dropdown-menu .dropdown-item i {
        color: var(--primary-color) !important;
        margin-right: 1rem !important;
        font-size: 1.1rem !important;
        min-width: 24px !important;
        text-align: center !important;
        background: rgba(244, 208, 63, 0.1) !important;
        padding: 0.4rem !important;
        border-radius: 6px !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
    
    .main-navigation .dropdown-menu .dropdown-item:hover i {
        background: rgba(244, 208, 63, 0.2) !important;
        transform: scale(1.1) !important;
        box-shadow: 0 2px 8px rgba(244, 208, 63, 0.3) !important;
    }
    
    .main-navigation.mobile-active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        display: block;
        pointer-events: auto;
    }
    
    /* Smooth bezárási animáció */
    .main-navigation:not(.mobile-active) {
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        display: block;
        pointer-events: none;
    }
    
    .nav-menu {
        flex-direction: column;
        padding: 0;
        gap: 0;
        height: 100%;
        min-height: calc(100vh - 70px); /* Javítom a magasságot */
        width: 100%; /* Teljes szélesség */
    }
    
    .nav-item {
        width: 100%;
        position: relative;
    }
    
    .nav-link {
        padding: 1.25rem 2rem;
        border-radius: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        justify-content: flex-start;
        color: white;
        width: 100%;
        display: flex;
        align-items: center;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        font-weight: 500;
        font-size: 1.1rem;
        position: relative;
    }
    
    .nav-link:hover {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
        color: var(--primary-light);
        padding-left: 2.5rem;
        transform: translateX(5px);
    }
    
    .nav-link.active {
        background: linear-gradient(90deg, var(--primary-color) 0%, rgba(244, 208, 63, 0.8) 100%);
        color: var(--secondary-color);
        font-weight: 600;
        box-shadow: inset 4px 0 0 rgba(255, 255, 255, 0.3);
    }
    
    .nav-link i:first-child {
        color: var(--primary-color);
        margin-right: 1.5rem;
        font-size: 1.3rem;
        min-width: 28px;
        text-align: center;
        background: rgba(244, 208, 63, 0.1);
        padding: 0.5rem;
        border-radius: 8px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .nav-link:hover i:first-child {
        background: rgba(244, 208, 63, 0.2);
        transform: scale(1.1);
        box-shadow: 0 2px 8px rgba(244, 208, 63, 0.3);
    }
    
    .dropdown-arrow {
        color: var(--primary-color);
        font-size: 1.1rem;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        margin-left: auto;
        background: rgba(244, 208, 63, 0.1);
        padding: 0.4rem;
        border-radius: 6px;
        min-width: 24px;
        text-align: center;
    }
    
    .dropdown.open .dropdown-arrow {
        transform: rotate(180deg);
        color: var(--primary-light);
        background: rgba(244, 208, 63, 0.2);
        box-shadow: 0 2px 8px rgba(244, 208, 63, 0.3);
    }
    
    /* Mobil dropdown menük - teljesen újraépítve */
    .dropdown-menu {
        /* Alap pozíció felülírás */
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        float: none !important;
        display: block !important;
        
        /* Méretezés */
        width: 100% !important;
        min-width: auto !important;
        max-width: none !important;
        
        /* Háttér és keret */
        background-color: rgba(255, 255, 255, 0.05) !important;
        border: none !important;
        border-left: 3px solid var(--primary-color) !important;
        box-shadow: none !important;
        
        /* Pozíció és margin */
        margin: 0 0 0 1rem !important;
        padding: 0 !important;
        inset: auto !important;
        
        /* Láthatóság */
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
        
        /* Átmenetek */
        transition: all 0.3s ease;
        z-index: auto !important;
    }
    
    .dropdown-menu.mobile-open {
        /* Alap pozíció felülírás */
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        float: none !important;
        display: block !important;
        
        /* Méretezés */
        width: 100% !important;
        min-width: auto !important;
        max-width: none !important;
        
        /* Háttér és keret */
        background-color: rgba(255, 255, 255, 0.05) !important;
        border: none !important;
        border-left: 3px solid var(--primary-color) !important;
        box-shadow: none !important;
        
        /* Pozíció és margin */
        margin: 0 0 0 1rem !important;
        padding: 0.5rem 0 !important;
        inset: auto !important;
        
        /* Láthatóság */
        opacity: 1 !important;
        visibility: visible !important;
        max-height: 500px !important;
        overflow: visible !important;
        
        /* Átmenetek */
        transition: all 0.3s ease;
        z-index: auto !important;
        
        /* Extra biztosítás */
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        float: none !important;
        display: block !important;
    }
    
    .dropdown-item {
        padding: 0.75rem 2.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: white;
        min-height: 50px;
        display: flex;
        align-items: center;
        font-size: 0.9rem;
        transition: all 0.3s ease;
    }
    
    .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: var(--primary-light);
        padding-left: 3rem;
    }
    
    .dropdown-item:last-child {
        border-bottom: none;
    }
    
    .dropdown-item i {
        color: var(--primary-color);
        margin-right: 0.75rem;
        font-size: 1rem;
    }
    
    /* Mobil dropdown toggle ikon */
    .dropdown-arrow {
        transition: transform 0.3s ease;
        color: var(--primary-color);
        margin-left: auto;
        font-size: 1.1rem;
    }
    
    .dropdown.mobile-open .dropdown-arrow {
        transform: rotate(180deg);
        color: var(--primary-light);
    }
    
    .mobile-menu-toggle {
        display: block !important;
    }
    
    .header-container {
        height: 70px;
    }
    
    .logo {
        width: 35px;
        height: 35px;
        font-size: 1.25rem;
    }
    
    .brand-name {
        font-size: 1.125rem;
    }
}

/* Dark mode toggle gomb */
.theme-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    transition: var(--transition);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow);
}

.theme-toggle:hover {
    background: var(--secondary-color);
    transform: scale(1.1);
}

.theme-toggle .sun-icon,
.theme-toggle .moon-icon {
    transition: var(--transition);
}

[data-theme="dark"] .theme-toggle .sun-icon {
    display: block;
}

[data-theme="dark"] .theme-toggle .moon-icon {
    display: none;
}

[data-theme="light"] .theme-toggle .sun-icon {
    display: none;
}

[data-theme="light"] .theme-toggle .moon-icon {
    display: block;
}

/* Smooth transition minden elemhez */
* {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* Loading Spinner Komponens */
.loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: all 0.5s ease;
}

.loading-spinner.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* 4 Csík hullámzó animáció */
.spinner-bars {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.spinner-bar {
    width: 8px;
    height: 40px;
    background: linear-gradient(135deg, 
        var(--primary-color) 0%, 
        var(--primary-light) 50%, 
        var(--primary-color) 100%);
    border-radius: 4px;
    animation: spinner-wave 1.2s ease-in-out infinite;
}

.spinner-bar:nth-child(1) { animation-delay: 0s; }
.spinner-bar:nth-child(2) { animation-delay: 0.1s; }
.spinner-bar:nth-child(3) { animation-delay: 0.2s; }
.spinner-bar:nth-child(4) { animation-delay: 0.3s; }

/* Hullámzó animáció */
@keyframes spinner-wave {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        opacity: 0.6;
    }
    20% {
        transform: scaleY(1);
        opacity: 1;
    }
}

/* Spinner szöveg */
.spinner-text {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    color: var(--text-color);
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    opacity: 0.8;
}

.spinner-text::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 1rem;
    background-color: var(--primary-color);
    margin-left: 0.5rem;
    animation: spinner-cursor 1s infinite;
}

@keyframes spinner-cursor {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

/* Dark mode spinner */
[data-theme="dark"] .loading-spinner {
    background-color: var(--background-color);
}

[data-theme="dark"] .spinner-bar {
    background: linear-gradient(135deg, 
        var(--primary-color) 0%, 
        var(--primary-light) 50%, 
        var(--primary-color) 100%);
    box-shadow: 0 0 10px rgba(244, 208, 63, 0.3);
}

/* Reszponzív spinner beállítások */
@media (max-width: 768px) {
    .spinner-bar {
        width: 6px;
        height: 30px;
        gap: 0.3rem;
    }
    
    .spinner-bars {
        gap: 0.3rem;
    }
    
    .spinner-text {
        font-size: 1rem;
        bottom: 25%;
    }
}

@media (max-width: 480px) {
    .spinner-bar {
        width: 5px;
        height: 25px;
        gap: 0.25rem;
    }
    
    .spinner-bars {
        gap: 0.25rem;
    }
    
    .spinner-text {
        font-size: 0.875rem;
        bottom: 20%;
        padding: 0 1rem;
    }
}

@media (max-width: 320px) {
    .spinner-bar {
        width: 4px;
        height: 20px;
        gap: 0.2rem;
    }
    
    .spinner-bars {
        gap: 0.2rem;
    }
    
    .spinner-text {
        font-size: 0.75rem;
        bottom: 15%;
    }
}

/* Nagy képernyők optimalizálása */
@media (min-width: 1200px) {
    .spinner-bar {
        width: 10px;
        height: 50px;
        gap: 0.6rem;
    }
    
    .spinner-bars {
        gap: 0.6rem;
    }
    
    .spinner-text {
        font-size: 1.25rem;
        bottom: 35%;
    }
}

/* Ultra széles képernyők */
@media (min-width: 1920px) {
    .spinner-bar {
        width: 12px;
        height: 60px;
        gap: 0.75rem;
    }
    
    .spinner-bars {
        gap: 0.75rem;
    }
    
    .spinner-text {
        font-size: 1.5rem;
        bottom: 40%;
    }
}

[data-theme="dark"] .spinner-text {
    color: var(--text-color);
}

/* Reszponzív spinner */
@media (max-width: 768px) {
    .spinner-bar {
        width: 6px;
        height: 32px;
        gap: 0.4rem;
    }
    
    .spinner-text {
        font-size: 1rem;
        bottom: 25%;
    }
}

@media (max-width: 480px) {
    .spinner-bar {
        width: 5px;
        height: 28px;
        gap: 0.3rem;
    }
    
    .spinner-text {
        font-size: 0.875rem;
        bottom: 20%;
    }
}

/* Footer */
.footer {
    background: var(--secondary-color);
    color: white;
    margin-top: 4rem;
    border-top: 1px solid var(--border-color);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Fő footer tartalom */
.footer-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    padding: 3rem 0 2rem;
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-light);
    margin-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 0.5rem;
    display: inline-block;
}

/* Footer linkek */
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-links li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    padding: 0.25rem 0;
}

.footer-links li a:hover {
    color: var(--primary-light);
    transform: translateX(5px);
    text-decoration: none;
}

.footer-links li a i {
    font-size: 1rem;
    color: var(--primary-color);
}

/* Footer email címek */
.footer-emails {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.footer-email {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
}

.footer-email i {
    font-size: 1.25rem;
    color: var(--primary-color);
}

.footer-email span {
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
}

/* Footer social linkek */
.footer-social {
    display: flex;
    gap: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: white;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-link:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(218, 165, 32, 0.4);
}

/* Footer alsó sáv */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-copyright p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 0.875rem;
}

.footer-developer p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 0.875rem;
}

.developer-link {
    color: var(--primary-light);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.developer-link:hover {
    color: var(--primary-color);
    transform: translateY(-2px);
    text-decoration: none;
}

.developer-link i {
    font-size: 1rem;
    color: var(--primary-color);
}

/* Footer reszponzív */
@media (max-width: 1024px) {
    .footer-main {
        gap: 2rem;
        padding: 2.5rem 0 1.5rem;
    }
}

@media (max-width: 768px) {
    .footer {
        margin-top: 3rem;
    }
    
    .footer-container {
        padding: 0 1rem;
    }
    
    .footer-main {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 0 1.5rem;
        text-align: center;
    }
    
    .footer-title {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 1rem;
    }
    
    .footer-links li a:hover {
        transform: translateY(-2px);
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer {
        margin-top: 2rem;
    }
    
    .footer-main {
        padding: 1.5rem 0 1rem;
        gap: 1.5rem;
    }
    
    .footer-bottom {
        padding: 1rem 0;
    }
    
    .footer-title {
        font-size: 1.125rem;
    }
    
    .footer-email span {
        font-size: 0.75rem;
    }
}

/* Mobil reszponzív gombok */
@media (max-width: 768px) {
    .theme-toggle {
        bottom: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

/* ===== KÖZELGŐ PROGRAMOK SECTION ===== */
.upcoming-events-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-light) 100%);
    position: relative;
    overflow: hidden;
}

.upcoming-events-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.5;
}

.upcoming-events-section .section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.upcoming-events-section .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(244, 208, 63, 0.4);
}

.events-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.event-card {
    background: var(--card-background);
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transform: perspective(1000px) rotateX(5deg);
}

.event-card:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-15px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.event-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light), var(--primary-color));
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.event-card-image {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.event-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.9) contrast(1.1);
}

.event-card:hover .event-card-image img {
    transform: scale(1.15) rotate(2deg);
    filter: brightness(1) contrast(1.2);
}

.event-card-badge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: rgba(0, 0, 0, 0.8);
    color: var(--primary-color);
    padding: 0.75rem 1rem;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
    border: 2px solid var(--primary-color);
    transform: rotate(-5deg);
}

.event-card-badge i {
    font-size: 1.1rem;
    color: var(--primary-color);
}

.event-card-content {
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, var(--card-background) 0%, var(--light-background) 100%);
}

.event-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.event-card-title::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
}

.event-card-details {
    margin-bottom: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.event-detail {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(244, 208, 63, 0.1);
    border-radius: 12px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.3s ease;
}

.event-detail:hover {
    background: rgba(244, 208, 63, 0.15);
    transform: translateX(5px);
}

.event-detail i {
    color: var(--primary-color);
    font-size: 1.25rem;
    min-width: 24px;
    text-align: center;
    background: rgba(244, 208, 63, 0.2);
    padding: 0.5rem;
    border-radius: 8px;
}

.event-detail span {
    line-height: 1.4;
    font-weight: 500;
    color: var(--text-color);
}

.event-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: var(--primary-color);
    color: var(--secondary-color);
    text-decoration: none;
    border-radius: 0;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: stretch;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(244, 208, 63, 0.3);
    position: relative;
    overflow: hidden;
}

.event-card-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.event-card-btn:hover::before {
    left: 100%;
}

.event-card-btn:hover {
    background: var(--primary-light);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(244, 208, 63, 0.4);
    color: var(--secondary-color);
    text-decoration: none;
}

.event-card-btn i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.event-card-btn:hover i {
    transform: translateX(5px);
}

/* Esemény kártya leírás */
.event-card-description {
    color: var(--light-text);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Nincs esemény üzenet */
.no-events-message {
    text-align: center;
    padding: 3rem 2rem;
    color: var(--light-text);
    grid-column: 1 / -1;
}

.no-events-message i {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.5;
    color: var(--primary-color);
}

.no-events-message p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: var(--text-color);
}

.no-events-message .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--primary-color);
    color: var(--secondary-color);
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: var(--transition);
}

.no-events-message .btn:hover {
    background: var(--primary-light);
    transform: translateY(-2px);
}

/* Event Cards Reszponzív */
@media (max-width: 1200px) {
    .events-cards-grid {
        gap: 2rem;
    }
    
    .event-card-content {
        padding: 1.75rem;
    }
    
    .event-card-image {
        height: 250px;
    }
}

@media (max-width: 1024px) {
    .events-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .event-card-title {
        font-size: 1.375rem;
    }
    
    .event-detail {
        padding: 0.875rem;
    }
    
    .event-detail i {
        font-size: 1.125rem;
        padding: 0.4rem;
    }
}

@media (max-width: 768px) {
    .upcoming-events-section {
        padding: 3rem 0;
    }
    
    .upcoming-events-section .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .events-cards-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        max-width: 500px;
    }
    
    .event-card {
        max-width: 500px;
        margin: 0 auto;
        transform: perspective(1000px) rotateX(2deg);
    }
    
    .event-card:hover {
        transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    }
    
    .event-card-image {
        height: 220px;
    }
    
    .event-card-content {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .upcoming-events-section {
        padding: 2rem 0;
    }
    
    .upcoming-events-section .section-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .event-card-content {
        padding: 1.25rem;
    }
    
    .event-card-title {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    
    .event-card-title::after {
        width: 50px;
        height: 2px;
    }
    
    .event-detail {
        padding: 0.75rem;
        gap: 0.75rem;
    }
    
    .event-detail i {
        font-size: 1rem;
        padding: 0.4rem;
        min-width: 20px;
    }
    
    .event-card-btn {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }
    
    .event-card-badge {
        top: 1rem;
        right: 1rem;
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
        transform: rotate(-3deg);
    }
    
    .event-card-badge i {
        font-size: 0.9rem;
    }
    
    .events-cards-grid {
        gap: 2rem;
    }
}



/* Információs kártyák stílusai */
.info-cards-section {
    padding: 4rem 0;
    background: var(--light-background);
}

.info-cards-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.info-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.info-card {
    background: var(--card-background);
    border-radius: var(--border-radius);
    padding: 2rem;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    text-align: center;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.info-card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--secondary-color);
    transition: var(--transition);
}

.info-card:hover .info-card-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
}

.info-card h3 {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Nunito', sans-serif;
}

.info-card p {
    color: var(--light-text);
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 0;
}

/* Reszponzív design a kártyákhoz */
@media (max-width: 768px) {
    .info-cards-section {
        padding: 3rem 0;
    }
    
    .info-cards-section .container {
        padding: 0 1rem;
    }
    
    .info-cards-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .info-card {
        padding: 1.5rem;
    }
    
    .info-card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .info-card h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .info-cards-section {
        padding: 2rem 0;
    }
    
    .info-cards-grid {
        gap: 1rem;
    }
    
    .info-card {
        padding: 1rem;
    }
}

/* Vélemény kártyák stílusai */
.testimonials-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--light-background) 0%, var(--background-color) 100%);
    position: relative;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.testimonials-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.section-header::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
    border-radius: 2px;
}

.section-header h2 {
    color: var(--text-color);
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    font-family: 'Nunito', sans-serif;
    background: linear-gradient(135deg, var(--text-color), var(--primary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-header p {
    color: var(--light-text);
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    align-items: stretch;
}

.testimonial-card {
    background: var(--card-background);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light), var(--secondary-color));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.testimonial-card:hover::before {
    transform: scaleX(1);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: #f4d03f;
}

.testimonial-text {
    margin-bottom: 2.5rem;
    flex-grow: 1;
}

.testimonial-text p {
    color: var(--text-color);
    font-size: 1.05rem;
    line-height: 1.8;
    font-style: italic;
    margin: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
    flex-shrink: 0;
}

.author-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--primary-light);
    box-shadow: 0 4px 15px rgba(244, 208, 63, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-card:hover .author-image {
    transform: scale(1.1);
    border-color: var(--primary-light);
    box-shadow: 0 6px 20px rgba(244, 208, 63, 0.4);
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    border-radius: 50%;
    min-width: 100%;
    min-height: 100%;
}

.testimonial-card:hover .author-image img {
    transform: scale(1.1);
}

/* Biztosítjuk, hogy az author-image mindig kör alakú maradjon */
.author-image,
.author-image img {
    border-radius: 50% !important;
}

.author-info h4 {
    color: var(--text-color);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    font-family: 'Nunito', sans-serif;
    display: inline;
    margin-right: 0.75rem;
}

.author-type {
    color: var(--primary-light);
    font-size: 0.9rem;
    font-weight: 600;
    background: rgba(244, 208, 63, 0.15);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    display: inline;
    border: 1px solid rgba(244, 208, 63, 0.2);
}

/* Reszponzív design a vélemény kártyákhoz */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 3rem 0;
    }
    
    .testimonials-section .container {
        padding: 0 1rem;
    }
    
    .section-header h2 {
        font-size: 2.2rem;
    }
    
    .section-header p {
        font-size: 1.1rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .testimonial-card {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .testimonials-section {
        padding: 2rem 0;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .section-header p {
        font-size: 1rem;
    }
    
    .testimonial-card {
        padding: 1.5rem;
    }
    
    .testimonial-text p {
        padding-left: 1rem;
    }
    
    .testimonial-text p::before {
        font-size: 2.5rem;
    }
    
    .author-image {
        width: 55px;
        height: 55px;
    }
    
    .author-info h4 {
        font-size: 1.1rem;
        margin-bottom: 0.2rem;
        margin-right: 0.5rem;
    }
}

/* Image Slider stílusai - Újrafelhasználható komponens */
.historical-slider-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--background-color) 0%, var(--light-background) 100%);
    position: relative;
}

.historical-slider-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.image-slider {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    background: var(--card-background);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.slider-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.slider-track {
    position: relative;
    height: 100%;
}

.slide {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.6s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide.active {
    opacity: 1;
    position: relative;
}

.slide-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.slide.active .slide-image img {
    transform: scale(1.05);
}

.slide.active .slide-content {
    animation: slideContentFadeIn 0.6s ease-out;
}

@keyframes slideContentFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide.active .slide-image {
    animation: slideImageZoom 0.8s ease-out;
}

@keyframes slideImageZoom {
    from {
        transform: scale(1.1);
    }
    to {
        transform: scale(1.05);
    }
}

.slide-content {
    padding: 2rem;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(255, 255, 255, 0.9) 50%, 
        rgba(255, 255, 255, 0.85) 100%);
    border-top: 1px solid var(--border-color);
    position: relative;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.slide-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    border-radius: 0 0 20px 20px;
    pointer-events: none;
}

.slide-content h3 {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Nunito', sans-serif;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.slide-content p {
    color: var(--text-color);
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

/* Slider kontrollok */
.slider-controls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    padding: 1rem 0;
}

.slider-btn {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    color: var(--primary-color);
    font-size: 1.2rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.slider-btn:hover {
    background: var(--primary-color);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(244, 208, 63, 0.4);
    border-color: var(--primary-color);
}

.slider-btn:active {
    transform: scale(0.95);
    transition: transform 0.1s ease;
}

.slider-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* Slider pontok */
.slider-dots {
    display: flex;
    gap: 0.5rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dot:hover {
    background: var(--primary-color);
    transform: scale(1.2);
}

.dot.active {
    background: var(--primary-color);
    border-color: white;
    box-shadow: 0 0 0 3px rgba(244, 208, 63, 0.3);
}

/* Slider információk */
.slider-info {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    color: var(--light-text);
    font-size: 0.9rem;
    font-weight: 600;
}

.current-slide {
    color: var(--primary-color);
    font-weight: 700;
}

/* Sötét mód specifikus stílusok */
[data-theme="dark"] .slide-content {
    background: linear-gradient(135deg, 
        rgba(30, 30, 30, 0.95) 0%, 
        rgba(40, 40, 40, 0.9) 50%, 
        rgba(50, 50, 50, 0.85) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .slide-content::before {
    background: linear-gradient(135deg, 
        rgba(244, 208, 63, 0.1) 0%, 
        rgba(244, 208, 63, 0.05) 100%);
}

[data-theme="dark"] .slide-content h3 {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .slide-content p {
    color: #e0e0e0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .slider-btn {
    background: rgba(40, 40, 40, 0.9);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

[data-theme="dark"] .slider-btn:hover {
    background: var(--primary-color);
    color: #000000;
}

[data-theme="dark"] .dot {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .dot:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

[data-theme="dark"] .dot.active {
    background: var(--primary-color);
    border-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(244, 208, 63, 0.4);
}

[data-theme="dark"] .slider-info {
    color: #b0b0b0;
}

[data-theme="dark"] .current-slide {
    color: var(--primary-color);
}

/* Reszponzív design a sliderhez */
@media (max-width: 768px) {
    .slider-container {
        height: 500px;
    }
    
    .slide-content {
        padding: 1.5rem;
    }
    
    .slide-content h3 {
        font-size: 1.3rem;
    }
    
    .slider-controls {
        gap: 1rem;
        margin-top: 1.5rem;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .slider-info {
        margin-top: 0.5rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .slider-container {
        height: 400px;
    }
    
    .slide-content {
        padding: 1rem;
    }
    
    .slide-content h3 {
        font-size: 1.2rem;
    }
    
    .slide-content p {
        font-size: 0.9rem;
    }
    
    .slider-controls {
        gap: 0.5rem;
        margin-top: 1rem;
    }
    
    .slider-btn {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .dot {
        width: 10px;
        height: 10px;
    }
}

/* Történelmi Quiz szekció stílusai */
.historical-quiz-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, 
        var(--light-background) 0%, 
        var(--background-color) 50%, 
        var(--light-background) 100%);
    position: relative;
    overflow: hidden;
}

.historical-quiz-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.historical-quiz-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.quiz-hero {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.quiz-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(30, 64, 175, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.quiz-title {
    color: var(--text-color);
    font-size: 3rem;
    font-weight: 900;
    margin: 0 0 1.5rem 0;
    font-family: 'Nunito', sans-serif;
    line-height: 1.1;
    background: linear-gradient(135deg, var(--text-color), var(--primary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.quiz-description {
    color: var(--light-text);
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 0 0 3rem 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.quiz-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 3rem 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2rem 1rem;
    background: var(--card-background);
    border-radius: 20px;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.stat-content {
    text-align: center;
}

.stat-number {
    display: block;
    color: var(--text-color);
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
}

.stat-label {
    color: var(--light-text);
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quiz-cta {
    margin: 3rem 0;
}

.btn-quiz-hero {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: white;
    padding: 1.25rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(30, 64, 175, 0.4);
    position: relative;
    overflow: hidden;
}

.btn-quiz-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-quiz-hero:hover::before {
    left: 100%;
}

.btn-quiz-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(30, 64, 175, 0.5);
    color: white;
    text-decoration: none;
}

.btn-quiz-hero i:first-child {
    font-size: 1.5rem;
}

.btn-quiz-hero i:last-child {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.btn-quiz-hero:hover i:last-child {
    transform: translateX(3px);
}

.quiz-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.feature-highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 1rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    border: 1px solid rgba(30, 64, 175, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.feature-highlight:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-highlight i {
    color: var(--primary-color);
    font-size: 1.8rem;
}

.feature-highlight span {
    color: var(--text-color);
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
    line-height: 1.3;
}

/* Reszponzív design a quiz szekcióhoz */
@media (max-width: 768px) {
    .quiz-title {
        font-size: 2.2rem;
    }
    
    .quiz-stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .quiz-features {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .btn-quiz-hero {
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .quiz-title {
        font-size: 1.8rem;
    }
    
    .quiz-description {
        font-size: 1.1rem;
    }
    
    .stat-item {
        padding: 1.5rem 1rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .btn-quiz-hero {
        padding: 0.9rem 1.5rem;
        font-size: 1rem;
        gap: 0.75rem;
    }
    
    .feature-highlight {
        padding: 1rem;
    }
    
    .feature-highlight i {
        font-size: 1.5rem;
    }
}



/* Történelmi Archívum stílusai */
.historical-archive-section {
    padding: 5rem 0;
    background: var(--background-color);
}

.historical-archive-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.archive-categories {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.archive-category {
    background: var(--card-background);
    border-radius: var(--border-radius);
    padding: 2rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
}

.category-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--primary-color);
}

.category-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--secondary-color);
}

.category-header h3 {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    font-family: 'Nunito', sans-serif;
}

.category-header p {
    color: var(--light-text);
    margin: 0;
    font-size: 0.9rem;
}

.archive-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
}

.archive-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--light-background);
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.archive-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.item-preview {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: var(--border-radius);
    overflow: hidden;
    background: var(--card-background);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--primary-color);
    border: 2px solid var(--border-color);
}

.item-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-info {
    flex: 1;
    min-width: 0;
}

.item-info h4 {
    color: var(--text-color);
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    font-family: 'Nunito', sans-serif;
}

.item-info p {
    color: var(--light-text);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 1rem 0;
}

.item-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.file-type, .file-size, .file-date {
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.item-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-shrink: 0;
}

.btn-preview, .btn-download {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    font-size: 1.1rem;
}

.btn-preview {
    background: var(--info-color);
    color: white;
}

.btn-preview:hover {
    background: var(--secondary-color);
    transform: scale(1.1);
}

.btn-download {
    background: var(--success-color);
    color: white;
}

.btn-download:hover {
    background: var(--primary-color);
    transform: scale(1.1);
}

/* Archívum keresés */
.archive-search {
    background: var(--card-background);
    border-radius: var(--border-radius);
    padding: 2rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
}

.search-container {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.search-input {
    flex: 1;
    padding: 1rem 1.5rem;
    border: 2px solid var(--border-color);
    border-radius: var(--border-radius);
    font-size: 1rem;
    transition: var(--transition);
    background: var(--input-background);
    color: var(--text-color);
}

.search-input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(244, 208, 63, 0.1);
}

.search-btn {
    padding: 1rem 1.5rem;
    background: var(--primary-color);
    color: var(--secondary-color);
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: var(--transition);
    font-size: 1.1rem;
}

.search-btn:hover {
    background: var(--primary-light);
    transform: translateY(-2px);
}

.search-filters {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-select {
    padding: 0.75rem 1rem;
    border: 2px solid var(--border-color);
    border-radius: var(--border-radius);
    background: var(--input-background);
    color: var(--text-color);
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--transition);
}

.filter-select:focus {
    outline: none;
    border-color: var(--primary-color);
}

/* Reszponzív design az archívumhoz */
@media (max-width: 768px) {
    .archive-items {
        grid-template-columns: 1fr;
    }
    
    .archive-item {
        flex-direction: column;
        text-align: center;
    }
    
    .item-actions {
        flex-direction: row;
        justify-content: center;
    }
    
    .search-container {
        flex-direction: column;
    }
    
    .search-filters {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .archive-category {
        padding: 1.5rem;
    }
    
    .category-header {
        flex-direction: column;
        text-align: center;
    }
    
    .item-meta {
        justify-content: center;
    }
    
    .archive-search {
        padding: 1.5rem;
    }
}

/* Történelmi személyek szekció */
.historical-figures-section {
    padding: 5rem 0;
    background: var(--background-color);
}

.historical-figures-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.figures-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.figure-card {
    background: var(--card-background);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.figure-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.figure-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.figure-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.figure-card:hover .figure-image img {
    transform: scale(1.1);
}

.figure-content {
    padding: 1.5rem;
}

.figure-content h3 {
    color: var(--text-color);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: 'Nunito', sans-serif;
}

.figure-period {
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
    background: rgba(244, 208, 63, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 1rem;
}

.figure-content p {
    color: var(--light-text);
    line-height: 1.6;
    margin: 0;
}

/* Történelmi épületek szekció */
.historical-buildings-section {
    padding: 5rem 0;
    background: var(--light-background);
}

.historical-buildings-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.buildings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.building-card {
    background: var(--card-background);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.building-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.building-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.building-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.building-card:hover .building-image img {
    transform: scale(1.1);
}

.building-content {
    padding: 1.5rem;
}

.building-content h3 {
    color: var(--text-color);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: 'Nunito', sans-serif;
}

.building-year {
    color: var(--secondary-color);
    font-size: 0.9rem;
    font-weight: 600;
    background: rgba(30, 64, 175, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 1rem;
}

.building-content p {
    color: var(--light-text);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.building-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.feature {
    color: var(--primary-color);
    font-size: 0.8rem;
    font-weight: 600;
    background: rgba(244, 208, 63, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    border: 1px solid rgba(244, 208, 63, 0.2);
}



/* Reszponzív design a történelem oldalhoz */
@media (max-width: 768px) {
    .figures-grid,
    .buildings-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .figure-card,
    .building-card {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .figure-card,
    .building-card {
        padding: 1rem;
    }
} 

/* Köszönő Szekció Stílusok */
.thanks-section {
    padding: 4rem 2rem;
    background: var(--gray-50);
    text-align: center;
}

.thanks-container {
    max-width: 1200px;
    margin: 0 auto;
}

.thanks-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 2rem;
    font-family: 'Nunito', sans-serif;
    line-height: 1.4;
}

.thanks-subtitle {
    font-size: 1.1rem;
    color: var(--light-text);
    margin-bottom: 3rem;
    line-height: 1.6;
    font-family: 'Nunito', sans-serif;
}

.thanks-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 3rem;
}

.thanks-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gray-200);
    transition: var(--transition);
}

.thanks-dot.active {
    background: var(--primary-color);
}

.thanks-cards {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.thanks-card {
    background: var(--card-background);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow);
    border: 2px solid transparent;
    transition: var(--transition);
    min-width: 280px;
    max-width: 320px;
}



.thanks-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.thanks-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 0.5rem;
    font-family: 'Nunito', sans-serif;
}

.thanks-type {
    font-size: 0.9rem;
    color: var(--light-text);
    margin-bottom: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.thanks-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: var(--light-text);
    font-size: 0.9rem;
}

.thanks-message i {
    color: var(--primary-color);
    font-size: 1rem;
}

.thanks-actions {
    margin-top: 2rem;
}

.thanks-actions .btn {
    background: var(--primary-color);
    color: white;
    border: 2px solid var(--primary-color);
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Nunito', sans-serif;
}

.thanks-actions .btn:hover {
    background: var(--primary-light);
    border-color: var(--primary-light);
    transform: translateY(-2px);
}

/* Reszponzív */
@media (max-width: 768px) {
    .thanks-section {
        padding: 3rem 1rem;
    }
    
    .thanks-title {
        font-size: 1.8rem;
    }
    
    .thanks-cards {
        flex-direction: column;
        align-items: center;
    }
    
    .thanks-card {
        min-width: 100%;
        max-width: 100%;
    }
}

/* Dark mode támogatás */
[data-theme="dark"] .thanks-section {
    background: var(--gray-50);
}

[data-theme="dark"] .thanks-card {
    background: var(--card-background);
}

/* Hírek Szekció Stílusok */
.latest-news-section {
    padding: 4rem 2rem;
    background: var(--light-background);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 3rem;
    font-family: 'Nunito', sans-serif;
}

/* Új szekciók stílusai */

/* Hírek szekció */
.news-section {
    padding: 4rem 2rem;
    background: var(--background-color);
}

.news-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.news-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
    font-family: 'Nunito', sans-serif;
}

.news-subtitle {
    font-size: 1.2rem;
    color: var(--light-text);
    margin-bottom: 3rem;
    font-family: 'Nunito', sans-serif;
}

.news-placeholder {
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem 2rem;
    border: 2px solid var(--primary-color);
    border-radius: 16px;
    background: var(--card-background);
}

.news-placeholder-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 1rem;
    font-family: 'Nunito', sans-serif;
}

.news-placeholder-content p {
    font-size: 1.1rem;
    color: var(--light-text);
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Történetek szekció */
.stories-section {
    padding: 4rem 2rem;
    background: var(--light-background);
}

.stories-container {
    max-width: 1200px;
    margin: 0 auto;
}

.stories-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
    font-family: 'Nunito', sans-serif;
}

.stories-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: var(--light-text);
    margin-bottom: 3rem;
    font-family: 'Nunito', sans-serif;
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.story-card {
    background: var(--card-background);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    text-align: center;
}

.story-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.story-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 1rem;
    font-family: 'Nunito', sans-serif;
}

.story-content p {
    color: var(--light-text);
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.story-card .btn {
    margin-top: 1.5rem;
    width: 100%;
}

/* Bepillantás szekció */
.insights-section {
    padding: 4rem 2rem;
    background: var(--background-color);
}

.insights-container {
    max-width: 1200px;
    margin: 0 auto;
}

.insights-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 3rem;
    font-family: 'Nunito', sans-serif;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.insight-card {
    background: var(--card-background);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    text-align: center;
}

.insight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.insight-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 1rem;
    font-family: 'Nunito', sans-serif;
}

.insight-content p {
    color: var(--light-text);
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

/* Csatlakozás szekció */
.join-section {
    padding: 4rem 2rem;
    background: var(--light-background);
}

.join-container {
    max-width: 1200px;
    margin: 0 auto;
}

.join-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.join-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    font-family: 'Nunito', sans-serif;
}

.join-text p {
    font-size: 1.2rem;
    color: var(--light-text);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.join-image {
    text-align: center;
}

.join-image-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 16px;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow);
}

/* Régóta itt vállalkozók szekció */
.established-section {
    padding: 4rem 2rem;
    background: var(--background-color);
}

.established-container {
    max-width: 1200px;
    margin: 0 auto;
}

.established-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
    font-family: 'Nunito', sans-serif;
}

.established-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: var(--light-text);
    margin-bottom: 3rem;
    font-family: 'Nunito', sans-serif;
}

.established-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.established-card {
    background: var(--card-background);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
    transition: var(--transition);
    text-align: center;
}

.established-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.established-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 1rem;
    font-family: 'Nunito', sans-serif;
}

.established-content p {
    color: var(--light-text);
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.established-card .btn {
    margin-top: 1.5rem;
    width: 100%;
}

/* Reszponzív design */
@media (max-width: 1024px) {
    .stories-grid,
    .insights-grid,
    .established-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .join-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .stories-grid,
    .insights-grid,
    .established-grid {
        grid-template-columns: 1fr;
    }
    
    .sponsors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .news-section,
    .stories-section,
    .insights-section,
    .join-section,
    .established-section {
        padding: 2rem 1rem;
    }
    
    .news-title,
    .stories-title,
    .insights-title,
    .join-text h2,
    .established-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .sponsors-grid {
        grid-template-columns: 1fr;
    }
    
    .news-placeholder {
        padding: 2rem 1rem;
    }
    
    .story-card,
    .insight-card,
    .established-card {
        padding: 1.5rem;
    }
}

/* ===== LÁTNIVALÓK OLDAL STÍLUSAI ===== */

/* Látnivalók fő szekció */
.attractions-section {
    padding: 4rem 2rem;
    background: white;
}

.attractions-container {
    max-width: 1200px;
    margin: 0 auto;
}

.attractions-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.attractions-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
    font-family: 'Nunito', sans-serif;
}

.attractions-navigation {
    display: flex;
    gap: 0.5rem;
}

.nav-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.nav-button-prev {
    background: white;
    color: #2d3748;
    border: 2px solid #e2e8f0;
}

.nav-button-prev:hover {
    background: #f7fafc;
    border-color: #cbd5e0;
    transform: scale(1.05);
}

.nav-button-next {
    background: #fbbf24;
    color: white;
    border: 2px solid #fbbf24;
}

.nav-button-next:hover {
    background: #f59e0b;
    border-color: #f59e0b;
    transform: scale(1.05);
}

/* Látnivalók grid */
.attractions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* Látnivaló kártya */
.attraction-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.attraction-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: #fbbf24;
}

/* Kártya kép */
.attraction-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.attraction-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.attraction-card:hover .attraction-image img {
    transform: scale(1.1);
}

/* Kategória címke */
.attraction-category {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #60a5fa;
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Nunito', sans-serif;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Kártya tartalom */
.attraction-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.attraction-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    line-height: 1.3;
    font-family: 'Nunito', sans-serif;
}

.attraction-description {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex: 1;
    font-size: 0.95rem;
}

/* Meta információk */
.attraction-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.attraction-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.attraction-stars {
    color: #fbbf24;
    font-size: 1rem;
}

.attraction-rating-value {
    color: #2d3748;
    font-weight: 600;
    font-size: 0.9rem;
}

.attraction-location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #718096;
    font-size: 0.85rem;
}

.attraction-location i {
    color: #4a5568;
    font-size: 0.9rem;
}

/* Reszponzív design */
@media (max-width: 1024px) {
    .attractions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .attractions-section {
        padding: 2rem 1rem;
    }
    
    .attractions-header {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .attractions-title {
        font-size: 2rem;
    }
    
    .attractions-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .attraction-card {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .attractions-title {
        font-size: 1.75rem;
    }
    
    .attraction-content {
        padding: 1.25rem;
    }
    
    .attraction-title {
        font-size: 1.1rem;
    }
    
    .attraction-description {
        font-size: 0.9rem;
    }
    
    .attraction-meta {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }
}

/* Dark mode támogatás */
[data-theme="dark"] .attractions-section {
    background: var(--background-color);
}

[data-theme="dark"] .attraction-card {
    background: var(--card-background);
    border-color: var(--border-color);
}

[data-theme="dark"] .attractions-title {
    color: var(--text-color);
}

[data-theme="dark"] .attraction-title {
    color: var(--text-color);
}

[data-theme="dark"] .attraction-description {
    color: var(--light-text);
}

[data-theme="dark"] .attraction-rating-value {
    color: var(--text-color);
}

[data-theme="dark"] .attraction-location {
    color: var(--light-text);
}

[data-theme="dark"] .attraction-location i {
    color: var(--light-text);
}

[data-theme="dark"] .nav-button-prev {
    background: var(--card-background);
    color: var(--text-color);
    border-color: var(--border-color);
}

[data-theme="dark"] .nav-button-prev:hover {
    background: var(--hover-background);
    border-color: var(--border-color);
}

/* ===== TURIZMUS OLDAL STÍLUSAI ===== */

/* Turizmus szekció */
.tourism-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--light-background) 0%, var(--background-color) 100%);
    position: relative;
}

.tourism-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.tourism-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.tourism-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 3rem;
    position: relative;
    font-family: 'Nunito', sans-serif;
}

.tourism-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
    border-radius: 2px;
}

.tourism-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.tourism-card {
    background: var(--card-background);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border-color);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.tourism-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light), var(--secondary-color));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.tourism-card:hover::before {
    transform: scaleX(1);
}

.tourism-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.tourism-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--secondary-color);
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(244, 208, 63, 0.3);
}

.tourism-card:hover .tourism-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, var(--primary-light), var(--primary-color));
    box-shadow: 0 12px 35px rgba(244, 208, 63, 0.4);
}

.tourism-card h3 {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Nunito', sans-serif;
}

.tourism-card p {
    color: var(--light-text);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.tourism-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    background: rgba(244, 208, 63, 0.1);
    border: 1px solid rgba(244, 208, 63, 0.2);
}

.tourism-link:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(244, 208, 63, 0.3);
    text-decoration: none;
}

/* Listing szekciók */
.listing-section {
    padding: 5rem 0;
    background: var(--background-color);
}

.listing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.listing-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 3rem;
    position: relative;
    font-family: 'Nunito', sans-serif;
}

.listing-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
    border-radius: 2px;
}

.listing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.listing-card {
    background: var(--card-background);
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border-color);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.listing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.listing-card:hover::before {
    transform: scaleX(1);
}

.listing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

/* Kép szekció */
.listing-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.listing-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.listing-card:hover .listing-img {
    transform: scale(1.1);
}

/* Tartalom szekció */
.listing-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.listing-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
    font-family: 'Nunito', sans-serif;
    line-height: 1.3;
}

.listing-description {
    color: var(--light-text);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    flex: 1;
}

.listing-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.listing-stars {
    color: var(--primary-color);
    font-size: 1rem;
}

.listing-rating-value {
    color: var(--text-color);
    font-weight: 600;
    font-size: 0.9rem;
}

.listing-price {
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 1rem;
    text-align: center;
}

.listing-location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--light-text);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.listing-location i {
    color: var(--primary-color);
    font-size: 1rem;
}

.listing-button {
    width: 100%;
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: auto;
}

.btn-booking {
    background: var(--success-color);
    color: white;
}

.btn-booking:hover {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
}

.btn-details {
    background: var(--info-color);
    color: white;
}

.btn-details:hover {
    background: #0284C7;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(2, 132, 199, 0.3);
}

/* Lapozás */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.pagination-button {
    padding: 0.75rem 1.5rem;
    border: 2px solid var(--border-color);
    background: var(--card-background);
    color: var(--text-color);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-button:hover:not(:disabled) {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(244, 208, 63, 0.3);
}

.pagination-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.pagination-info {
    color: var(--light-text);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.75rem 1.5rem;
    background: var(--light-background);
    border-radius: 12px;
    border: 1px solid var(--border-color);
}

/* Reszponzív design a turizmus oldalhoz */
@media (max-width: 1024px) {
    .tourism-cards,
    .listing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .tourism-section,
    .listing-section {
        padding: 3rem 0;
    }
    
    .tourism-container,
    .listing-container {
        padding: 0 1rem;
    }
    
    .tourism-title,
    .listing-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .tourism-cards,
    .listing-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .tourism-card {
        padding: 2rem;
    }
    
    .listing-card {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .listing-image {
        height: 200px;
    }
    
    .pagination {
        flex-direction: column;
        gap: 1rem;
    }
    
    .pagination-button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .tourism-section,
    .listing-section {
        padding: 2rem 0;
    }
    
    .tourism-title,
    .listing-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .tourism-card {
        padding: 1.5rem;
    }
    
    .tourism-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .tourism-card h3 {
        font-size: 1.25rem;
    }
    
    .listing-card {
        max-width: 100%;
    }
    
    .listing-image {
        height: 180px;
    }
    
    .listing-content {
        padding: 1.25rem;
    }
    
    .listing-name {
        font-size: 1.25rem;
    }
    
    .listing-description {
        font-size: 0.9rem;
    }
    
    .listing-price {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }
    
    .listing-button {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
    }
}

/* Dark mode támogatás a turizmus oldalhoz */
[data-theme="dark"] .tourism-section {
    background: linear-gradient(135deg, var(--gray-100) 0%, var(--gray-50) 100%);
}

[data-theme="dark"] .listing-section {
    background: var(--background-color);
}

[data-theme="dark"] .tourism-card,
[data-theme="dark"] .listing-card {
    background: var(--card-background);
    border-color: var(--border-color);
}

[data-theme="dark"] .listing-image-placeholder {
    background: linear-gradient(135deg, var(--gray-100), var(--gray-200));
}

[data-theme="dark"] .pagination-button {
    background: var(--card-background);
    color: var(--text-color);
    border-color: var(--border-color);
}

[data-theme="dark"] .pagination-info {
    background: var(--light-background);
    border-color: var(--border-color);
    color: var(--light-text);
}

/* ===== FOTÓ BEKÜLDÉSI SZEKCIÓ ===== */

.photo-submission-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--background-color) 0%, var(--light-background) 100%);
    position: relative;
}

.photo-submission-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.photo-submission-content {
    display: flex;
    align-items: center;
    gap: 3rem;
    background: var(--card-background);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
}

.photo-submission-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
    border-radius: 20px 20px 0 0;
}

.photo-submission-icon {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(244, 208, 63, 0.3);
}

.photo-submission-icon i {
    font-size: 3rem;
    color: white;
}

.photo-submission-text {
    flex: 1;
}

.photo-submission-text h3 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 1rem;
    font-family: 'Nunito', sans-serif;
}

.photo-submission-text p {
    font-size: 1.1rem;
    color: var(--light-text);
    line-height: 1.7;
    margin-bottom: 2rem;
    font-family: 'Nunito', sans-serif;
}

.photo-submission-features {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    color: var(--text-color);
    font-family: 'Nunito', sans-serif;
}

.feature-item i {
    color: var(--success-color);
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.photo-submission-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.photo-submission-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--border-radius);
    transition: var(--transition);
    font-family: 'Nunito', sans-serif;
}

.photo-submission-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Reszponzív design a fotó beküldési szekcióhoz */
@media (max-width: 768px) {
    .photo-submission-section {
        padding: 3rem 0;
    }
    
    .photo-submission-content {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
        padding: 2rem;
    }
    
    .photo-submission-icon {
        width: 100px;
        height: 100px;
    }
    
    .photo-submission-icon i {
        font-size: 2.5rem;
    }
    
    .photo-submission-text h3 {
        font-size: 1.75rem;
    }
    
    .photo-submission-text p {
        font-size: 1rem;
    }
    
    .photo-submission-actions {
        justify-content: center;
    }
    
    .photo-submission-actions .btn {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .photo-submission-content {
        padding: 1.5rem;
    }
    
    .photo-submission-icon {
        width: 80px;
        height: 80px;
    }
    
    .photo-submission-icon i {
        font-size: 2rem;
    }
    
    .photo-submission-text h3 {
        font-size: 1.5rem;
    }
    
    .photo-submission-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .photo-submission-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Dark mode támogatás a fotó beküldési szekcióhoz */
[data-theme="dark"] .photo-submission-section {
    background: linear-gradient(135deg, var(--gray-100) 0%, var(--gray-50) 100%);
}

[data-theme="dark"] .photo-submission-content {
    background: var(--card-background);
    border-color: var(--border-color);
}

[data-theme="dark"] .photo-submission-text h3 {
    color: var(--text-color);
}

[data-theme="dark"] .photo-submission-text p {
    color: var(--light-text);
}

[data-theme="dark"] .feature-item {
    color: var(--text-color);
}

/* ========================================
   HELYI JÁRATÚ AUTÓBUSZ MENETREND STÍLUSOK
   ======================================== */

/* Menetrend szekció */
.schedule-section {
    padding: 4rem 2rem;
    background: var(--light-background);
}

.schedule-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 1rem;
    font-family: 'Nunito', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.section-title i {
    color: var(--primary-color);
    font-size: 2.2rem;
}

.section-subtitle {
    font-size: 1.2rem;
    color: var(--light-text);
    font-family: 'Nunito', sans-serif;
}

/* Szűrők */
.schedule-filters {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    justify-content: center;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 200px;
}

.filter-label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-color);
    font-family: 'Nunito', sans-serif;
}

.filter-select {
    padding: 0.75rem 1rem;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    background: var(--card-background);
    color: var(--text-color);
    font-size: 1rem;
    font-family: 'Nunito', sans-serif;
    transition: var(--transition);
    cursor: pointer;
}

.filter-select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Menetrend táblázat */
.schedule-table-container {
    background: var(--card-background);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
    overflow-x: auto;
    margin-bottom: 3rem;
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Nunito', sans-serif;
}

.schedule-table thead {
    background: var(--primary-color);
    color: white;
}

.schedule-table th {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    font-size: 1.1rem;
}

.stop-header {
    width: 40%;
    border-radius: 8px 0 0 0;
}

.times-header {
    width: 60%;
    border-radius: 0 8px 0 0;
}

.schedule-table tbody tr {
    border-bottom: 1px solid var(--border-color);
    transition: var(--transition);
}

.schedule-table tbody tr:hover {
    background: var(--light-background);
}

.schedule-table tbody tr:last-child {
    border-bottom: none;
}

.stop-cell {
    padding: 1rem;
    vertical-align: top;
}

.stop-number {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-right: 1rem;
}

.stop-name {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-color);
}

.time-cell {
    padding: 1rem;
}

.time-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.time-item {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    min-width: 60px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.time-item[style*="display: none"] {
    display: none !important;
}

/* Időpont típusok - FEHÉR HÁTTÉR A JELÖLETLEN IDŐPONTOKHOZ */
.time-item.type-normal {
    background: #ffffff;
    color: #1f2937;
    border-color: #d1d5db;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.time-item.type-x {
    background: #3b82f6;
    color: #ffffff;
    border-color: #1d4ed8;
    font-weight: 600;
}

.time-item.type-y {
    background: #22c55e;
    color: #ffffff;
    border-color: #16a34a;
    font-weight: 600;
}

.time-item.type-z {
    background: #f59e0b;
    color: #ffffff;
    border-color: #d97706;
    font-weight: 600;
}

/* Hover effektek */
.time-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Elmúlt időpontok halványítása */
.time-item.time-passed {
    opacity: 0.4;
    filter: grayscale(0.3);
    transform: scale(0.95);
}

.time-item.time-passed:hover {
    transform: scale(0.95) translateY(-2px);
    opacity: 0.6;
}

/* Következő járat kiemelése */
.time-item.next-departure {
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.3);
    border-width: 2px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.3);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.1);
    }
    100% {
        box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.3);
    }
}

/* Jelmagyarázat */
.schedule-legend {
    background: var(--card-background);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-color);
}

.legend-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    font-family: 'Nunito', sans-serif;
}

.legend-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.legend-color {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid;
}

.legend-color.type-normal {
    background: #ffffff;
    border-color: #d1d5db;
}

.legend-color.type-x {
    background: #3b82f6;
    border-color: #1d4ed8;
}

.legend-color.type-y {
    background: #22c55e;
    border-color: #16a34a;
}

.legend-color.type-z {
    background: #f59e0b;
    border-color: #d97706;
}

.legend-text {
    font-size: 1rem;
    color: var(--text-color);
    font-family: 'Nunito', sans-serif;
}

/* Reszponzív design */
@media (max-width: 768px) {
    .schedule-section {
        padding: 2rem 1rem;
    }
    
    .section-title {
        font-size: 2rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .schedule-filters {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .filter-group {
        width: 100%;
        max-width: 300px;
    }
    
    .schedule-table-container {
        padding: 1rem;
    }
    
    .schedule-table th,
    .schedule-table td {
        padding: 0.75rem 0.5rem;
    }
    
    .stop-number {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 0.8rem;
        margin-right: 0.5rem;
    }
    
    .time-list {
        gap: 0.25rem;
    }
    
    .time-item {
        padding: 0.4rem 0.6rem;
        font-size: 0.8rem;
        min-width: 50px;
    }
    
    .legend-items {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .schedule-table {
        font-size: 0.9rem;
    }
    
    .time-item {
        padding: 0.3rem 0.5rem;
        font-size: 0.75rem;
        min-width: 45px;
    }
}

/* Dark mode támogatás */
[data-theme="dark"] .time-item.type-normal {
    background: #ffffff;
    color: #1f2937;
    border-color: #6b7280;
}

[data-theme="dark"] .legend-color.type-normal {
    background: #ffffff;
    border-color: #6b7280;
}
