/* Global styling for top-bar */
.top-bar {
    background-color: var(--primary-color);
    color: #fff;
    padding: 6px 0;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: var(--background-color);
    color: var(--text-color);
}
.hero-supercar {
    position: relative;
    min-height: 420px;
    background: url('assets/hero_bg.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(24,24,32,0.82);
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 24px 48px 24px;
}
.hero-content h1 {
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 18px;
}
.hero-content p {
    font-size: 1.25rem;
    font-family: 'Roboto', Arial, sans-serif;
    margin-bottom: 32px;
    color: #f7f7f7;
}
.btn-main.big {
    font-size: 1.2rem;
    padding: 16px 40px;
    border-radius: 40px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    margin: 0 12px 0 0;
    display: inline-block;
}
.btn-main.big:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(0,0,0,0.18);
}
.cars-list-modern {
    width: 100%;
    margin: 0 auto;
    padding: 48px 3% 0;
    position: relative;
    background-image: url('assets/img/racing-bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.cars-list-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 0;
}

.cars-list-modern > * {
    position: relative;
    z-index: 1;
}
.cars-list-modern h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 32px;
    font-weight: 800;
    color: #ffba08;
    letter-spacing: 1px;
}
.cars-grid-modern {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}
.car-card {
    background: #181a20;
    border-radius: 22px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.18);
    width: 320px;
    padding: 26px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}
.car-card.highlight {
    border: 2px solid #ffba08;
    box-shadow: 0 8px 40px 0 rgba(255,186,8,0.16);
}
.car-img-wrap {
    width: 90%;
    max-width: 260px;
    margin-bottom: 18px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(230,57,70,0.12);
}
.car-img-wrap img {
    width: 100%;
    display: block;
    border-radius: 14px;
    transition: transform 0.3s;
}
.car-card:hover .car-img-wrap img {
    transform: scale(1.07) rotate(-1deg);
}
.car-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #ffba08;
    letter-spacing: 1px;
}
.car-price {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
}
.btn-book {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 32px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 10px;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 12px rgba(0,0,0,0.13);
}
.btn-book:hover {
    background: linear-gradient(135deg, var(--primary-color) 60%, var(--accent-color));
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(227, 57, 70, 0.2);
}


.top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    min-height: 32px;
}
.top-bar-contacts {
    display: flex;
    align-items: center;
    gap: 18px;
}
.top-bar-contacts .contact-item,
.top-bar-contacts a,
.top-bar-contacts i {
    color: var(--light-color) !important;
    font-weight: 500;
}
.top-bar-social a,
.top-bar-social i {
    color: var(--light-color) !important;
    margin-left: 12px;
    font-size: 1.25rem;
}

.main-nav-container {
    background: #000000 !important;
    position: sticky;
    top: 0;
    z-index: 1201;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    transition: background 0.3s;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    min-height: 64px;
    gap: 0 24px;
}
.header-logo {
    margin-right: 32px;
}
.header-logo img {
    height: 38px;
    margin: 0 0 0 8px;
}
.header-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    flex: 1;
}
.header-nav a {
    color: var(--light-color);
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 4px;
    transition: background 0.17s, color 0.17s;
}
.header-nav a:hover, .header-nav .nav-highlight:hover {
    background: var(--primary-color);
    color: var(--light-color) !important;
}
.header-nav .nav-highlight {
    background: var(--primary-color);
    color: var(--light-color) !important;
    font-weight: 700;
    letter-spacing: 1.6px;
    box-shadow: 0 2px 8px rgba(230,57,70,0.15);
    transition: background 0.17s, color 0.17s;
}
.header-cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 32px;
}
.cart-btn {
    position: relative;
    color: var(--light-color);
    font-size: 1.45rem;
    background: var(--primary-color);
    border-radius: 8px;
    padding: 6px 10px;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
}
.cart-btn:hover {
    background: var(--secondary-color);
    color: var(--light-color);
}
.cart-badge {
    position: absolute;
    top: 3px;
    right: 2px;
    background: #e63946;
    color: #fff;
    font-size: 0.83rem;
    font-weight: 700;
    border-radius: 50%;
    padding: 2px 6px;
    min-width: 18px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(230,57,70,0.12);
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: var(--accent-color);
    z-index: 1100;
    box-shadow: -5px 0 15px rgba(0,0,0,0.25);
    transition: right 0.3s ease;
    padding: 20px;
    overflow-y: auto;
    display: none;
}
.mobile-nav a {
    display: block;
    padding: 12px 0;
    color: var(--light-color);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-weight: 600;
}
.mobile-menu-close button {
    background: none;
    border: none;
    font-size: 24px;
    color: var(--light-color);
    cursor: pointer;
}
.mobile-contacts a,
.mobile-contacts i {
    color: var(--light-color);
    text-decoration: none;
}
.mobile-menu-button span {
    display: block;
    width: 24px;
    height: 2px;
    margin-bottom: 4px;
    background-color: var(--light-color);
    transition: all 0.3s ease;
}
@media (max-width: 1200px) {
    .main-nav {
        gap: 0 10px;
    }
    .header-logo img {
        height: 32px;
    }
    .header-nav {
        gap: 10px;
        font-size: 0.93rem;
    }
}
@media (max-width: 900px) {
    .main-nav {
        flex-direction: column;
        align-items: flex-start;
        min-height: unset;
        gap: 10px 0;
    }
    .header-nav {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px;
        font-size: 0.95rem;
    }
    .header-cart {
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    .main-header {
        min-width: 100vw;
    }
    .main-nav {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 6px;
        gap: 8px 0;
    }
    .header-nav {
        font-size: 0.93rem;
        gap: 6px;
    }
    .header-logo img {
        height: 28px;
    }
}

.header-top {
    display: grid;
    grid-template-columns: 160px 1.5fr 2.3fr 1fr 70px;
    align-items: center;
    gap: 0 18px;
    min-height: 64px;
    padding: 0 18px;
}
.header-logo img {
    height: 38px;
    margin: 0 0 0 8px;
}
.header-contacts {
    display: flex;
    flex-direction: row;
    gap: 18px;
    font-size: 0.98rem;
    color: var(--light-color);
}
.header-contacts i {
    color: var(--primary-color);
    margin-right: 4px;
}
.header-contacts a {
    color: var(--light-color);
    text-decoration: none;
    font-weight: 600;
}
.header-contacts .desc {
    display: block;
    font-size: 0.83em;
    color: #7b8697;
    font-weight: 400;
    margin-left: 22px;
}
.header-nav {
    display: flex;
    justify-content: center;
    gap: 18px;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 1.2px;
}
.header-nav a {
    color: var(--light-color);
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 4px;
    transition: background 0.17s, color 0.17s;
}
.header-nav a:hover, .header-nav .nav-highlight:hover {
    background: var(--primary-color);
    color: var(--light-color) !important;
}
.header-nav .nav-highlight {
    background: var(--primary-color);
    color: var(--light-color) !important;
    font-weight: 700;
    letter-spacing: 1.6px;
    box-shadow: 0 2px 8px rgba(230,57,70,0.07);
    transition: background 0.17s, color 0.17s;
}
.header-social {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.35rem;
}
.header-social a {
    color: var(--light-color);
    transition: color 0.2s;
}
.header-social a:hover {
    color: #e63946;
}
.header-cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cart-btn {
    position: relative;
    color: var(--light-color);
    font-size: 1.45rem;
    background: var(--primary-color);
    border-radius: 8px;
    padding: 6px 10px;
    transition: background 0.2s;
    display: inline-block;
}
.cart-btn:hover {
    background: var(--secondary-color);
    color: var(--light-color);
}
.cart-badge {
    position: absolute;
    top: 3px;
    right: 2px;
    background: #e63946;
    color: #fff;
    font-size: 0.83rem;
    font-weight: 700;
    border-radius: 50%;
    padding: 2px 6px;
    min-width: 18px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(230,57,70,0.12);
}
@media (max-width: 1200px) {
    .header-top {
        grid-template-columns: 120px 1fr 2fr 1fr 50px;
        gap: 0 8px;
    }
    .header-logo img {
        height: 32px;
    }
    .header-nav {
        gap: 10px;
        font-size: 0.93rem;
    }
}
@media (max-width: 900px) {
    .header-top {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 6px 0;
        padding: 0 6px;
    }
    .header-logo, .header-cart {
        grid-column: 1;
    }
    .header-contacts {
        grid-column: 1 / span 2;
        flex-direction: column;
        gap: 2px;
        font-size: 0.93rem;
    }
    .header-nav {
        grid-column: 1 / span 2;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px;
        font-size: 0.95rem;
    }
    .header-social {
        grid-column: 2;
        justify-content: flex-end;
    }
}

/* Új footer stílus */
.cars-list-modern {
    background-color: var(--dark-bg-color);
    padding: 50px 0;
    margin-bottom: 50px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.main-footer {
    background-color: #222;
    color: #fff;
}

.footer-gradient-divider {
    height: 5px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color), var(--primary-color));
}

.footer-content {
    padding: 50px 0 30px;
}

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

.footer-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-column h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}

.footer-column h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--accent-color);
}

.footer-column p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #bbb;
    opacity: 0.8;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: var(--accent-color);
}

.footer-column .social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.footer-column .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.footer-column .social a:hover {
    background-color: var(--primary-color);
    transform: translateY(-3px);
}

.footer-column ul li i {
    margin-right: 10px;
    color: var(--accent-color);
    width: 18px;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.7;
}

@media (max-width: 992px) {
    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .footer-columns {
        grid-template-columns: 1fr;
    }
}

.site-footer {
    background: #181a20;
    color: #fff;
    position: relative;
    bottom: 0;
    width: 100%;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color), var(--primary-color));
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    padding: 60px 20px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--accent-color);
}

.footer-section.about p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #bbb;
    font-size: 0.95rem;
}

.footer-section .social {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.footer-section .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.footer-section .social a:hover {
    background-color: var(--primary-color);
    transform: translateY(-3px);
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.footer-section ul li a:hover {
    color: var(--accent-color);
    padding-left: 5px;
}

.footer-section.contact ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #bbb;
    font-size: 0.95rem;
}

.footer-section.contact ul li i {
    margin-right: 10px;
    color: #fff;
    font-size: 1.1rem;
    margin-top: 3px;
}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    text-align: center;
    font-size: 0.9rem;
}

.footer-bottom-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-bottom p {
    margin: 5px 0;
    color: #999;
}

/* Reszponzív szabályok a footer-hez */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 30px;
        padding: 40px 20px 30px;
    }
}

@media (max-width: 480px) {
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-section h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-section .social {
        justify-content: center;
    }
    
    .footer-section.contact ul li {
        justify-content: center;
        text-align: left;
    }
}
@media (max-width: 900px) {
    .cars-grid-modern {
        gap: 18px;
    }
    .car-card {
        width: 95vw;
        max-width: 340px;
    }
    .hero-content h1 {
        font-size: 2rem;
    }
}

/* Előnyeink bizalomépítő szekció */
.benefits-section {
    padding: 80px 0;
    background-color: var(--light-color);
    position: relative;
}

.benefits-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color), var(--primary-color));
}

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

.benefits-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 60px;
    font-weight: 800;
    color: var(--primary-color);
    position: relative;
    padding-bottom: 15px;
}

.benefits-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--secondary-color);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px 30px;
    margin-bottom: 60px;
}

.benefit-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background-color: rgba(var(--primary-color-rgb, 40, 133, 0), 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.benefit-icon i {
    font-size: 36px;
    color: var(--primary-color);
}

.benefit-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--accent-color);
}

.benefit-card p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-color);
}

.benefit-cta {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.btn-outline {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px;
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000 !important;
    text-decoration: none;
    border-radius: 40px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.btn-outline:hover {
    background-color: #1a2530;
    color: #ffffff;
    border-color: #1a2530;
    transform: translateY(-2px);
}

/* Reszponzív szabályok a bizalomépítő szekcióhoz */
@media (max-width: 768px) {
    .benefits-section {
        padding: 60px 0;
    }
    
    .benefits-section h2 {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px 20px;
    }
    
    .benefit-icon {
        width: 70px;
        height: 70px;
    }
    
    .benefit-icon i {
        font-size: 30px;
    }
    
    .benefit-card h3 {
        font-size: 18px;
    }
    
    .benefit-card p {
        font-size: 14px;
    }
    
    .benefit-cta {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .btn-outline {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .benefits-section {
        padding: 50px 0;
    }
    
    .benefits-section h2 {
        font-size: 1.6rem;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .benefit-card {
        padding: 25px 20px;
    }
}

/* Vásárlói vélemények szekció */
.testimonials-section {
    padding: 80px 0;
    background-color: #f9f9f9;
    position: relative;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color), var(--primary-color));
}

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

.testimonials-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
    font-weight: 800;
    color: #333;
    position: relative;
    padding-bottom: 15px;
}

.testimonials-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--accent-color);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.testimonial-rating {
    margin-bottom: 20px;
}

.testimonial-rating i {
    color: #FFD700;
    font-size: 18px;
    margin-right: 3px;
}

.testimonial-content {
    flex-grow: 1;
    margin-bottom: 20px;
}

.testimonial-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 2px solid var(--primary-color);
}

.author-info h4 {
    font-size: 16px;
    margin: 0 0 5px;
    color: #333;
    font-weight: 700;
}

.author-info span {
    font-size: 14px;
    color: #777;
}

.testimonials-cta {
    text-align: center;
    margin-top: 40px;
}

/* Reszponzív szabályok a vásárlói vélemények szekcióhoz */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonials-section h2 {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }
    
    .testimonial-card {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .testimonials-section {
        padding: 50px 0;
    }
    
    .testimonials-section h2 {
        font-size: 1.6rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonial-content p {
        font-size: 15px;
    }
}

/* Versenypályák bemutatása szekció */
.tracks-section {
    padding: 80px 0;
    background-color: #121820;
    color: #fff;
    position: relative;
}

.tracks-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color), var(--primary-color));
}

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

.tracks-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 800;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
}

.tracks-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--accent-color);
}

.tracks-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: #aaa;
    font-size: 17px;
    line-height: 1.6;
}

.tracks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.track-card {
    background-color: #1a2530;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.track-card:hover {
    transform: translateY(-10px);
}

.track-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

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

.track-card:hover .track-image img {
    transform: scale(1.05);
}

.track-label {
    position: absolute;
    top: 15px;
    right: 0;
    background-color: var(--accent-color);
    color: #000;
    font-weight: 700;
    padding: 5px 15px;
    font-size: 14px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.track-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.track-content h3 {
    font-size: 22px;
    margin: 0 0 10px;
    color: #fff;
    font-weight: 700;
}

.track-location {
    display: flex;
    align-items: center;
    color: #aaa;
    margin-bottom: 15px;
    font-size: 14px;
}

.track-location i {
    color: var(--accent-color);
    margin-right: 8px;
}

.track-description {
    color: #ddd;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.6;
}

.track-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
    margin-top: auto;
}

.feature {
    background-color: rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 13px;
    color: #fff;
}

.feature span {
    color: #aaa;
    margin-right: 5px;
}

.btn-track {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    transition: background-color 0.3s ease;
}

.btn-track:hover {
    background-color: var(--accent-color);
    color: #000;
}

.tracks-cta {
    text-align: center;
    margin-top: 40px;
}

/* Reszponzív szabályok a pályák szekcióhoz */
@media (max-width: 768px) {
    .tracks-section {
        padding: 60px 0;
    }
    
    .tracks-section h2 {
        font-size: 1.8rem;
    }
    
    .tracks-intro {
        font-size: 16px;
        margin-bottom: 40px;
    }
    
    .tracks-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    
    .track-image {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .tracks-section {
        padding: 50px 0;
    }
    
    .tracks-grid {
        grid-template-columns: 1fr;
    }
    
    .track-content h3 {
        font-size: 20px;
    }
    
    .track-description {
        font-size: 14px;
    }
}

/* Mobile footer */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 15px;
    }
    
    .footer-nav {
        justify-content: center;
    }
    
    .footer-contact {
        text-align: center;
    }
    
    .footer-logo img {
        margin: 0 auto 10px;
    }
}

/* Booking Page Override Styles */
body, html {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
}

.booking-page {
    flex: 1 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: start !important;
    padding: 30px 0 !important;
}

.booking-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
    padding: 0 16px !important;
}

@media (max-width: 992px) {
    .booking-container {
        grid-template-columns: 1fr !important;
    }
}

.booking-form-container,
.booking-details {
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;
    padding: 28px !important;
    height: fit-content !important;
    width: 100% !important;
}

.main-footer {
    margin-top: auto !important;
    flex-shrink: 0 !important;
    width: 100% !important;
    position: static !important;
}
