* {
    box-sizing: border-box;
}

html,
body {
    /* oldalirányú scroll tiltása */
    width: 100%;
}

#sr-accessibility-toggle svg {
    fill: #e8b056 !important;
}

.atmenetes_szoveg {
    text-align: center;
    flex-direction: column;
}

body {
    margin: 0;
    background: #000;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

body {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='50px' height='50px' viewBox='0 0 50 50' version='1.1'%3E%3Cdefs%3E%3Cstyle%3Epath%7Bstroke-width:0.5 !important; stroke: %23fff !important;%7D.mouse%7Banimation:scroll 1s ease-in-out infinite;%7D@keyframes scroll%7Bto%7Btransform:translateY(5px)%7D%7D%3C/style%3E%3C/defs%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(255,255,255);fill-opacity:1;' d='M 27.640625 31.839844 L 25 34.480469 L 22.359375 31.839844 C 22.039062 31.519531 21.558594 31.519531 21.238281 31.839844 C 20.917969 32.160156 20.917969 32.640625 21.238281 32.960938 L 24.441406 36.160156 C 24.601562 36.320312 24.800781 36.398438 25 36.398438 C 25.199219 36.398438 25.398438 36.320312 25.558594 36.160156 L 28.761719 32.960938 C 29.078125 32.640625 29.078125 32.160156 28.761719 31.839844 C 28.441406 31.519531 27.960938 31.519531 27.640625 31.839844 Z M 27.640625 31.839844 '/%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(255,255,255);fill-opacity:1;' d='M 28.761719 27.441406 C 28.441406 27.121094 27.960938 27.121094 27.640625 27.441406 L 25 30.078125 L 22.359375 27.441406 C 22.039062 27.121094 21.558594 27.121094 21.238281 27.441406 C 20.917969 27.761719 20.917969 28.238281 21.238281 28.558594 L 24.441406 31.761719 C 24.601562 31.921875 24.800781 32 25 32 C 25.199219 32 25.398438 31.921875 25.558594 31.761719 L 28.761719 28.558594 C 29.078125 28.238281 29.078125 27.761719 28.761719 27.441406 Z M 28.761719 27.441406 '/%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:rgb(255,255,255);fill-opacity:1;' d='M 32.199219 18 L 32.199219 10.800781 C 32.199219 6.839844 28.960938 3.601562 25 3.601562 C 21.039062 3.601562 17.800781 6.839844 17.800781 10.800781 L 17.800781 18 C 17.800781 21.960938 21.039062 25.199219 25 25.199219 C 28.960938 25.199219 32.199219 21.960938 32.199219 18 Z M 25 23.601562 C 21.921875 23.601562 19.398438 21.078125 19.398438 18 L 19.398438 10.800781 C 19.398438 7.71875 21.921875 5.199219 25 5.199219 C 28.078125 5.199219 30.601562 7.71875 30.601562 10.800781 L 30.601562 18 C 30.601562 21.078125 28.078125 23.601562 25 23.601562 Z M 25 23.601562 '/%3E%3Cpath class='mouse' style=' stroke:none;fill-rule:nonzero;fill:rgb(255,255,255);fill-opacity:1;' d='M 25 8 C 24.558594 8 24.199219 8.359375 24.199219 8.800781 L 24.199219 11.199219 C 24.199219 11.640625 24.558594 12 25 12 C 25.441406 12 25.800781 11.640625 25.800781 11.199219 L 25.800781 8.800781 C 25.800781 8.359375 25.441406 8 25 8 Z M 25 8 '/%3E%3C/svg%3E%0A") 25 25, auto;
}

/* ---------- HEADER ---------- */
header.hero {
    position: relative;
    height: 100vh;
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1000;
}

.hero .logo {
    transform-origin: center;
    z-index: 2;
}

/* ---------- LUXURY MENU ---------- */

.menu-button {
    position: fixed;
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    top: 58px;
    left: 30px;
    width: 33px;
    height: 18px;
    z-index: 3000;
    cursor: pointer;
}

.menu-bars {
    display: flex;
    flex-direction: column;
}

.bar1,
.bar2,
.bar3 {
    background-color: #fff;
    height: 2px;
    border-radius: 1px;
    transition: 0.3s;
}

.bar1 {
    width: 16px;
    margin-bottom: 3px;
}

.bar2 {
    width: 28px;
}

.bar3 {
    width: 16px;
    margin-top: 3px;
    align-self: flex-end;
}

/* Menü */
#nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    /* Kezdés: zárt */
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(to right, #ffffff 0%, #f2f2f2 50%, #ffffff 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    transition: none;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

#nav-main.vertical {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#nav-main.skewback {
    clip-path: polygon(0 0, -100% 0, 100% 100%, 0 100%);
}

#nav-main .nav-links {
    display: flex;
    flex-direction: column;
    gap: 35px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#nav-main.vertical .nav-links {
    opacity: 1;
}

#nav-main .nav-links a {
    font-family: 'Playfair Display', serif !important;
    color: #000 !important;
    text-decoration: none;
    font-size: 2rem;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    font-weight: bold;
}

#nav-main .nav-links a:hover {
    color: #ffcc00;
}

header.sticky .logo {
    height: 60px;
    margin-bottom: 0.5rem;
}

.transition-section {
    height: 400px;
    background: url('road.webp') center/cover no-repeat;
    display: flex;
    justify-content: flex-end; /* jobbra */
    align-items: center; /* függőlegesen közép */
    overflow: hidden;
    position: relative;
}

.transition-section2 {
    height: 400px;
    background: url('road2.webp') center/cover no-repeat;
    display: flex;
    justify-content: flex-end; /* jobbra */
    align-items: center; /* függőlegesen közép */
    overflow: hidden;
    position: relative;
}

.car-transition {
    /*position: absolute;
    bottom: 50%;*/
    right: -50%;
    /* induljon jobb szélről */
    width: 600px;
    opacity: 1;
    transform: scale(1.1) rotateY(180deg);
    /* hogy balra nézzen */
    filter: drop-shadow(0 10px 30px rgba(212, 175, 55, 0.5));
    z-index: 3;
    pointer-events: none;
}

.car-transition2 {
    /*position: absolute;
    bottom: 50%;*/
    right: -50%;
    /* induljon jobb szélről */
    width: 600px;
    opacity: 1;
    transform: scale(1.1);
    /* hogy balra nézzen */
    filter: drop-shadow(0 10px 30px rgba(212, 175, 55, 0.5));
    z-index: 3;
    pointer-events: none;
}

.cars {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    overflow: visible; /* kell a sticky miatt */
}

/* ---------- TEXT-SIDE ---------- */
.text-side {
    position: sticky;
    top: 10vh; /* maradjon fixen a viewport tetejétől számítva */
    height: 80vh; /* nem kell 100vh, mert a sticky miatt ugrálhat */
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 4rem;
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.9), rgba(0, 0, 0, 0.6));
    color: #fff;
    z-index: 5;
    font-family: 'Playfair Display', serif !important;
    flex: 0 0 40%;
}

/* ---------- IMAGE-SIDE ---------- */
.image-side {
    flex: 1;
    position: relative;
    overflow-x: clip; /* csak ezt fixálja */
    overflow-y: visible;
    transform: translateZ(0); /* megszünteti a FOV “ugrást” */
}

/* Brand header (logo + név) */
.brand-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.brand-header img {
    height: 60px;
    width: auto;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-header img:hover {
    transform: scale(1.1);
    box-shadow: 0 0 35px rgba(212, 175, 55, 0.7);
}

.brand-header h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    background: linear-gradient(90deg, #d4af37, #fff7b0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
}

/* Marketing szöveg */
#brandText {
    font-size: clamp(1rem, 1.8vw, 1.3rem);
    color: #ccc;
    line-height: 1.6;
    margin-top: 1rem;
    --progress: 0;
    position: relative;
    padding-left: 0.5rem;
    display: none;
}

/* Fine details: kis "glow" underline animáció a szövegnél */
#brandText::after {
    content: '';

    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #d4af37, #fff7b0);
    opacity: 0.6;
    transform: scaleX(var(--progress));
    transform-origin: left center;
    transition: none;
    /* ezt kivesszük, mert GSAP fogja animálni */
}

/* Responsive tweaks */
@media (max-width: 1024px) {
    .text-side {
        width: 100%;
        height: auto;
        padding: 3rem 2rem;
        text-align: center;
    }

    .brand-header {
        justify-content: center;
        flex-direction: column;
        gap: 1rem;
    }

    #brandText {
        max-width: 90%;
        font-size: 1rem;
    }

    .image-side {
        width: 100% !important;
    }

    section.cars {
        flex-direction: column;
    }
}

.image-side {
    width: 60%;
}

.car {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: translateY(100px);
    transition: all 1s ease-out;
}

.car img {
    width: 80%;
    max-width: 800px;
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(212, 175, 55, 0.3);
}

.car-info {
    margin-top: 1.5rem;
    text-align: center;
    color: #d4af37;
    font-size: 1.1rem;
    opacity: 0.8;
}

.car.active {
    opacity: 1;
    transform: translateY(0);
}

.gold-section {
    background: #000;
    color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: visible;
    /* <── EZ A LÉNYEG */
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
}

.gold-inner {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 30%, rgba(210, 164, 78, 0.15), transparent 70%);
    z-index: 0;
    animation: goldGlow 8s ease-in-out infinite alternate;
}

@keyframes goldGlow {
    from {
        opacity: 0.3;
        transform: scale(1);
    }

    to {
        opacity: 0.6;
        transform: scale(1.1);
    }
}

.contact-box {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(210, 164, 78, 0.3);
    border-radius: 16px;
    box-shadow: 0 0 30px rgba(210, 164, 78, 0.2);
    backdrop-filter: blur(10px);
}

.contact-box h2 {
    color: #d2a44e;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.contact-box p {
    color: #ccc;
    font-size: 0.95rem;
    margin-bottom: 30px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(210, 164, 78, 0.5);
    background: transparent;
    color: #fff;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    outline: none;
}

.form-group {
    transform: none !important;
    translate: none !important;
    scale: 1 !important;
    rotate: none !important;
    position: relative;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #d2a44e;
    box-shadow: 0 0 8px rgba(210, 164, 78, 0.4);
}

.form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(210, 164, 78, 0.5);
    background: #000000;
    color: #fff;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    outline: none;
    appearance: none; /* eltünteti az alap select nyilat */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

/* placeholder-hoz hasonló styling a first optionhoz */
.form-group select option:first-child {
    color: #fff;
}

/* fókusz állapot */
.form-group select:focus {
    border-color: #d2a44e;
    box-shadow: 0 0 8px rgba(210, 164, 78, 0.4);
}

/* opcionális: custom arrow */
.form-group select::-ms-expand {
    display: none; /* IE/Edge */
}

.form-group.select-wrapper {
    position: relative;
}

/* ha szeretnél egy kis nyilat a jobb oldalra */
.form-group.select-wrapper::after {
    content: '▾';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.6);
    pointer-events: none;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

button[type='submit'] {
    background: #d2a44e;
    color: #000;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

button[type='submit']:hover {
    background: #f0ce82;
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(210, 164, 78, 0.4);
}

/* -------- RESPONSIVE -------- */

@media (max-width: 768px) {
    .gold-section {
        padding: 70px 0;
    }

    .mobile-car-img img {
        width: 150px !important;
        height: auto;
    }

    .content {
        display: flex !important;
        align-content: center !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .contact-box {
        padding: 30px 20px;
    }

    .contact-box h2 {
        font-size: 1.4rem;
    }

    button[type='submit'] {
        width: 100%;
    }
}

.darkgold-section {
    background: #000;
    color: #fff;
    position: relative;
    padding: 80px 0 40px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.darkgold-inner {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(210, 164, 78, 0.15), transparent 70%);
    z-index: 0;
}

.footer-content {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.main-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
}

.box h2 {
    color: #d2a44e;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.box .content {
    line-height: 1.7;
}

.box a {
    color: #d2a44e;
    text-decoration: none;
    transition: color 0.3s;
}

.box a:hover {
    color: #f0ce82;
}

.box svg {
    margin-right: 10px;
    vertical-align: middle;
}

.text {
    font-size: 0.95rem;
    display: inline-block;
    vertical-align: middle;
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
}

.phone,
.email {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.phone svg,
.email svg {
    flex-shrink: 0;
}

button#openMapButton {
    background-color: #000;
    border: 1px solid #d2a44e;
    color: #d2a44e;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

button#openMapButton:hover {
    background-color: #d2a44e;
    color: #000;
}

.right img {
    border: 1px solid #2d2d2d;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.right img:hover {
    transform: scale(1.02);
}

/* -------- RESPONSIVE -------- */

@media (max-width: 992px) {
    .main-content {
        gap: 30px;
    }

    .box h2 {
        font-size: 1rem;
    }

    .text {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .darkgold-section {
        padding: 60px 0 30px;
    }

    .main-content {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .right img {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .main-content {
        grid-template-columns: 1fr;
    }

    .box {
        text-align: center;
    }

    .phone,
    .email {
        justify-content: center;
    }

    button#openMapButton {
        width: 80%;
    }
}

/* GRID és alap kártya stílus */
.catalog-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 2rem;
    background: linear-gradient(to bottom, #000000 0%, /* fekete kezdés */ #2c2c2c 25%, /* sötétebb arany */ #111111 50%, /* arany középen */ #2b2b2b 75%, /* sötétebb arany */ #000000 100% /* fekete vég */);
}

/* alapállapot: rejtett és kicsit lejjebb, így GSAP be tudja hozni */
.car-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    /* NE legyen transform transition, mert az összekuszálja GSAP-el */
    transition: box-shadow 0.25s ease;
    /* csak shadow-t hagyunk */
    opacity: 0;
    transform: translateY(40px);
    will-change: transform, opacity;
}

.car-card img {
    width: 100%;
    display: block;
    transition: transform 0.45s ease;
    /* ez ok az image hover-re */
}

.car-card:hover {
    /* a hover csak akkor mozdítsa a kártyát, ha nincs GSAP kezelés alatt */
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.car-card:hover img {
    transform: scale(1.05);
}

.car-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 1rem;
}

.car-card-content h3 {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.car-card-content p {
    margin: 0;
    font-size: 0.9rem;
}

.brand-dock {
    position: fixed;
    bottom: calc(1.25rem + env(safe-area-inset-bottom));
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 3rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem 2rem;
    border-radius: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.5s ease; /* opcionális, ha GSAP nélkül is szépen jelenjen meg */
    will-change: opacity;
}

.brand-dock img {
    height: 50px;
    filter: brightness(0.9);
    transition: transform 0.3s ease, filter 0.3s ease;
    cursor: pointer;
}

.brand-dock img:hover {
    transform: scale(1.25);
    filter: brightness(1.2);
}

.text > p > div {
    background: linear-gradient(to right, #ae8625 50%, #252525 50%);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    text-align: center !important;
    line-height: 1.2;
    font-size: clamp(2rem, 8vw, 6rem);
    /* minimum 2rem, maximum 6rem, köztes 8vw */
    margin-left: 15px;
    margin-right: 15px;
    /* fix margin jobb kontrollal */
    font-family: 'Playfair Display', serif !important;
}

/* --- POPUP alap --- */
.car-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 2147483001;
}

.car-popup.active {
    opacity: 1;
    pointer-events: auto;
}

.car-popup-content {
    background: #111;
    color: white;
    border-radius: 16px;
    max-width: 900px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 2rem;
    position: relative;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.1);
}

.car-popup img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 1rem;
    object-fit: cover;
}

.close-popup {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.8rem;
    cursor: pointer;
    color: #fff;
}

.tech-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.tech-table td {
    padding: 6px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: top;
}

.tech-table td:first-child {
    color: #aaa;
    width: 45%;
}

.toggle-btn {
    background: #222;
    color: #fff;
    border: none;
    padding: 8px 12px;
    margin: 10px 0;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s;
    width: 100%;
}

.long-description {
    margin-top: 15px;
}

.toggle-btn:hover {
    background: #333;
}

.tech-collapsed {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
#techTableWrapper {
    overflow-x: auto; /* vízszintes scroll mobilon */
    max-height: 0;
    transition: max-height 0.4s ease;
    -webkit-overflow-scrolling: touch; /* smooth scroll iOS */
}

#techTableWrapper.open {
    max-height: none; /* vagy 'none' ha nem akarod limitálni */
}

.tech-table {
    width: 100%;
    min-width: 600px; /* így nem zsugorodik túl kicsire */
    border-collapse: collapse;
    margin-top: 10px;
}

.tech-table td {
    padding: 6px 10px;
    border-bottom: 1px solid #333;
    color: #ddd;
}

@media (max-width: 768px) {
    #techTableWrapper {
        overflow-x: hidden; /* fix a nem kívánt scrollhoz */
    }

    .tech-table td:first-child {
        width: 100%;
    }

    .tech-table,
    .tech-table tbody,
    .tech-table tr,
    .tech-table td {
        display: block;
        width: 100%;
    }

    .tech-table tr {
        margin-bottom: 10px;
        border-bottom: 1px solid #555;
    }

    .tech-table td:first-child {
        font-weight: bold;
        color: #d4af37;
    }

    .tech-table td:last-child {
        margin-top: 3px;
        color: #fff;
        word-break: break-word; /* ha hosszú szöveg van, ne lógjon ki */
    }
}

.popup-swiper-main,
.popup-swiper-thumbs {
    width: 100%;
    margin: 1rem 0;
}

.popup-swiper-thumbs .swiper-slide {
    width: 80px;
    height: 60px;
    opacity: 0.6 !important;
    cursor: pointer;
}

.popup-swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1 !important;
}

.popup-swiper-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 10px;
}

.popup-swiper-main,
.popup-swiper-thumbs {
    width: 100%;
    margin: 1rem 0;
}

.popup-swiper-thumbs .swiper-slide {
    width: 80px;
    height: 60px;
    opacity: 0.6;
    cursor: pointer;
}

.popup-swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.popup-swiper-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #d4af37 !important;
}
.lux-car {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(145deg, #0b0b0b, #1a1a1a);
    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.15);
    transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    transform: translateY(0);
    border: 1px solid rgba(212, 175, 55, 0.15);
}

.lux-car:hover {
    transform: translateY(-6px) scale(1.015);
    box-shadow: 0 20px 60px rgba(212, 175, 55, 0.35);
    border-color: rgba(212, 175, 55, 0.35);
}

/* --- Kép --- */
.lux-car-img {
    position: relative;
    overflow: hidden;
    border-radius: inherit;
}

.lux-car-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);
    transform: translateX(-100%);
    transition: transform 0.8s ease;
    opacity: 0.6;
}

.lux-car:hover .lux-car-img::after {
    transform: translateX(100%);
}

.lux-car-img img {
    width: 100%;
    display: block;
    transition: all 0.7s ease;
    filter: brightness(0.95) contrast(1.1) saturate(1.1);
    transform: scale(1);
}

.lux-car:hover .lux-car-img img {
    transform: scale(1.06);
    filter: brightness(1.1) contrast(1.25) saturate(1.25);
}

/* --- Információs overlay --- */
.lux-car-info {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(100%);
    width: 80%;
    max-width: 720px;
    padding: 1rem 1.5rem;
    background: rgba(20, 20, 20, 0.4);
    backdrop-filter: blur(10px) saturate(1.5);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 16px;
    text-align: center;
    color: #f5e6b3;
    font-family: 'Playfair Display', serif;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
    z-index: 2;
}

.lux-car-info:hover {
    background: rgba(30, 30, 30, 0.55);
    border-color: rgba(212, 175, 55, 0.55);
    box-shadow: 0 10px 50px rgba(212, 175, 55, 0.25);
    transform: translateX(-50%) translateY(-3px);
}

.lux-car-info h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 0.3rem 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.lux-car-info p {
    margin: 2px 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Inter', sans-serif;
}

/* --- Mobil finomhangolás --- */
@media (max-width: 768px) {
    .lux-car-info {
        backdrop-filter: blur(6px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .lux-car-info h3 {
        font-size: 1rem;
    }

    .lux-car-info p {
        font-size: 0.8rem;
    }
}

/* ==================== MOBILE OPTIMIZATION ==================== */
@media (max-width: 768px) {
    /* Általános */
    body {
        font-size: 14px;
    }

    .transition-section2,
    .transition-section {
        height: auto;
    }

    header.hero {
        height: 80vh;
        padding: 2rem 1rem;
        text-align: center;
    }

    .logo {
        width: 80%;
    }

    .demo a {
        bottom: 0px !important;
    }

    #nav-main .nav-links a {
        font-size: 1.5rem;
    }

    .car-transition {
        bottom: 130px !important;
    }

    .car-transition2 {
        bottom: 150px !important;
    }

    nav.menu {
        flex-wrap: wrap;
        gap: 1.2rem;
        padding: 0.8rem 1.2rem;
        bottom: 2rem;
        font-size: 0.9rem;
    }

    .menu a {
        font-size: 0.95rem;
    }

    /* Autós szekció */
    section.cars {
        flex-direction: column;
    }

    .text-side {
        width: 100%;
        height: auto;
        position: initial;
        padding: 2rem 1.5rem;
        text-align: center;
    }

    .brand-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .brand-header img {
        height: 50px;
    }

    .image-side {
        width: 100%;
    }

    .car {
        height: auto;
        padding: 2rem 1rem;
    }

    .car img {
        width: 100%;
        max-width: 100%;
        border-radius: 12px;
    }

    .car-info {
        font-size: 1rem;
    }

    /* Katalógus grid */
    .catalog-section {
        grid-template-columns: 1fr;
        /* egy oszlop */
        gap: 1.2rem;
        padding: 1.5rem;
    }

    .car-card {
        transform: none !important;
        opacity: 1;
    }

    .car-card:hover {
        transform: none;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }

    .car-card-content h3 {
        font-size: 1rem;
    }

    .car-card-content p {
        font-size: 0.85rem;
    }

    .brand-dock {
        gap: 1rem;
    }

    .brand-dock img {
        height: 40px;
    }

    /* Popup */
    .car-popup-content {
        padding: 1.2rem;
        max-height: 85vh;
        width: 95%;
    }

    .popup-swiper-thumbs .swiper-slide {
        width: 60px;
        height: 45px;
    }

    /* Kapcsolat (gold section) */
    .gold-section {
        padding: 60px 1rem;
    }

    .contact-box {
        padding: 1.5rem;
        width: 90%;
    }

    .contact-box h2 {
        font-size: 1.2rem;
    }

    button[type='submit'] {
        width: 100%;
        font-size: 0.85rem;
    }

    /* Lábléc */
    .darkgold-section {
        padding: 50px 1rem 20px;
    }

    .main-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .phone,
    .email {
        justify-content: center;
    }

    button#openMapButton {
        width: 80%;
        margin: 0 auto;
    }

    .car-transition2 {
        width: 100px;
        bottom: 0;
    }

    .car-transition {
        width: 100px;
        bottom: 0;
    }
}

/* Extra mobil optimalizálás nagyon kis képernyőkre */
@media (max-width: 480px) {
    nav.menu {
        font-size: 0.85rem;
        gap: 0.8rem;
        padding: 0.6rem 1rem;
    }

    .brand-header h2 {
        font-size: 1.6rem;
    }

    #brandText {
        font-size: 0.9rem;
    }

    .car-card-content {
        padding: 0.8rem;
    }

    .car-card-content h3 {
        font-size: 0.95rem;
    }

    .car-card-content p {
        font-size: 0.8rem;
    }
}

.footer-credit {
    background: linear-gradient(to right, #000 0%, #111 50%, #000 100%);
    color: #d2a44e;
    text-align: center;
    padding: 30px 10px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    border-top: 1px solid rgba(210, 164, 78, 0.2);
    letter-spacing: 1px;
}

.footer-credit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(210, 164, 78, 0.05) 45%, rgba(210, 164, 78, 0.15) 50%, rgba(210, 164, 78, 0.05) 55%, transparent 100%);
    animation: lightSweep 6s linear infinite;
}

.footer-credit p {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 0.95rem;
}

.footer-credit a {
    color: #f0ce82;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

.footer-credit a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #f0ce82, transparent);
    opacity: 0;
    transform: scaleX(0.5);
    transition: all 0.3s ease;
}

.footer-credit a:hover {
    color: #fff;
    text-shadow: 0 0 8px rgba(210, 164, 78, 0.8);
}

.footer-credit a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

@keyframes lightSweep {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(50%);
    }
}

@media (max-width: 768px) {
    .footer-credit {
        padding: 20px;
        font-size: 0.85rem;
    }
}

/* Swiper slide design */
.szalon-section {
    padding: 2rem;
    background: linear-gradient(to right, #000 0%, #111 50%, #000 100%);
    color: #d2a44e;
    text-align: center;
    /*padding: 30px 10px;*/
    position: relative;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    border-top: 1px solid rgba(210, 164, 78, 0.2);
    letter-spacing: 1px;
}

.szalon-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(210, 164, 78, 0.05) 45%, rgba(210, 164, 78, 0.15) 50%, rgba(210, 164, 78, 0.05) 55%, transparent 100%);
    animation: lightSweep 6s linear infinite;
}

.szalon-section h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    background: linear-gradient(45deg, #ae8625, #f7ef8a, #d2ac47, #edc967, #ae8625, #f7ef8a, #d2ac47, #edc967, #ae8625, #f7ef8a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 25px;
}

.mySwiper .swiper-slide img {
    width: 200px;
    /* kocka méret */
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

/* Swiper slide container auto sizing */
.mySwiper .swiper-slide {
    width: 200px;
    /* ennyi fér ki */
}

#section09 {
    position: absolute;
    bottom: 0;
    /* távolság a hero aljától */
    left: 50%;
    transform: translateX(-50%);
}

#section09 a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 80px;
}

#section09 a {
    position: relative;
    display: inline-block;
    /* inline-block kell az abszolút spanhez */
    text-align: center;
    /* hogy a span középre kerüljön */
}

#section09 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #e8b056;
    border-radius: 50px;
    box-sizing: border-box;
}

#section09 a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #e8b056;
    border-radius: 100%;
    box-sizing: border-box;
}

#section09 a span::after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 18px;
    height: 18px;
    content: '';
    margin-left: -9px;
    border-left: 1px solid #e8b056;
    border-bottom: 1px solid #e8b056;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.demo a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #e8b056;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: opacity 0.3s;
}

.demo a:hover {
    opacity: 0.5;
}

/* Egyedi, arany animált scroll gomb minden sectionhoz */
.scroll-down {
    position: relative;
    display: inline-block;
    text-align: center;
    padding-top: 60px;
    /* távolság a section aljától */
}

.scroll-down span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #ffd700;
    /* arany keret */
    border-radius: 50px;
    box-sizing: border-box;
}

.scroll-down span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #ffd700;
    /* arany pont */
    border-radius: 100%;
    box-sizing: border-box;
    animation: scrollDot 2s infinite;
}

.scroll-down span::after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 18px;
    height: 18px;
    content: '';
    margin-left: -9px;
    border-left: 1px solid #ffd700;
    border-bottom: 1px solid #ffd700;
    transform: rotate(-45deg);
    box-sizing: border-box;
}

/* Animáció a pontnak */
@keyframes scrollDot {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#popupContent h2 {
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(90deg, #d4af37, #fff7b0);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

#popupContent p {
    font-size: 1rem;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0;
}

body.no-scroll {
    overflow: hidden;
}

.swiper {
    width: 100%;

    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    width: 200px; /* fix, de slidesPerView: 'auto' */
    flex-shrink: 0;
}

#lux-preloader {
    position: fixed;
    inset: 0;
    background: #0a0a0a;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2147483002;
    flex-direction: column;
}

.loader-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loader-circle {
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 0 10px #d4af37);
    width: 100vw !important;
    height: 50vh !important;
}

.loader-progress {
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    transition: stroke-dashoffset 0.2s ease;
    filter: drop-shadow(0 0 0px #d4af37);
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.loader-text {
    font-size: 2rem;
    color: #d4af37;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.7);
}

#lux-preloader.fade-out {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s ease;
}

.tech-table td:first-child {
    font-variant: small-caps; /* kisbetűs + nagybetűs hatás */
    text-transform: capitalize; /* első betű nagy */
    font-weight: bold;
    color: #d4af37;
}

.tech-table td:first-child::first-letter {
    font-weight: bold;
    color: #d4af37;
}

.panel {
    position: relative;
    height: 150vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.car-wrapper {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    max-width: 600px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.car-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}

.lux-car-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    text-align: center;
    color: #f5e6b3;
    font-family: 'Playfair Display', serif;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lux-car-info h3 {
    margin: 0 0 0.3rem 0;
    font-size: 1.3rem;
    color: #d4af37;
}

.lux-car-info p {
    margin: 2px 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
}

/* Mobil reszponzív */
@media (max-width: 768px) {
    .cars {
        display: none;
    }

    .car-wrapper {
        width: 90%;
    }
    .lux-car-info h3 {
        font-size: 1.1rem;
    }
    .lux-car-info p {
        font-size: 0.85rem;
    }
}

.suggestions {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background: #111;
    border: 1px solid #d4af37;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 10;
}

.suggestions li {
    padding: 0.5rem;
    cursor: pointer;
    color: #f5e6b3;
}

.suggestions li:hover {
    background: rgba(212, 175, 55, 0.2);
}

/* --- Cookie bar stílus --- */
#cookie-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(30, 30, 30, 0.95);
    color: #fff;
    padding: 16px 24px;
    border-radius: 12px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: opacity 0.4s, transform 0.4s;
}
#cookie-bar.hide {
    opacity: 0;
    transform: translateX(-50%) translateY(50px);
    pointer-events: none;
}
#cookie-bar a {
    color: #ffd700;
    text-decoration: underline;
}
#cookie-bar button {
    background: #ffd700;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}
#cookie-bar button:hover {
    background: #e6c200;
}

@media (max-width: 768px) {
    #cookie-bar {
        bottom: 10px;
        padding: 12px 16px;
        flex-direction: column;
        gap: 12px;
        font-size: 14px;
        max-width: 90%;
    }

    #cookie-bar button {
        width: 100%;
        padding: 10px 0;
        font-size: 14px;
        border-radius: 10px;
    }

    #cookie-bar a {
        font-size: 14px;
        text-align: center;
    }
}

.glightbox-container {
    z-index: 2147483003 !important;
}

.swiper-wrapper {
    height: auto !important;
}

html {
    font-size: 100% !important;
}

.brand-count {
    font-size: 0.75rem;
    color: #ccc;
    margin-top: 4px;
    font-weight: 500;
    text-align: center;
}

.car-count-display {
    text-align: center;
    font-size: 1rem;
    color: #c9c9c9;
    margin-bottom: 15px;
    font-weight: 500;
    opacity: 1;
    transition: opacity 0.3s ease;
    letter-spacing: 0.3px;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(60px);
    }
}

svg #wheel {
    animation: scroll ease 2s infinite;
}

.hp-field {
    position: absolute !important;
    left: -9999px;
    top: -9999px;
    height: 0;
    overflow: hidden;
}

.form-status {
    opacity: 0;
    transition: opacity 0.5s ease;
    margin-top: 10px;
    font-weight: bold;
}

.form-status.show {
    opacity: 1 !important;
}

.form-status.success {
    color: #fff;
}

.form-status.error {
    color: red;
}
/*
.mobile-car-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, #fdf6e3, #f5e1b3); 
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.25), 0 4px 10px rgba(0, 0, 0, 0.1); 
    border: 1px solid rgba(212, 175, 55, 0.4); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}*/

.mobile-car-item {
    padding: 2rem;
    background: linear-gradient(to right, #000 0%, #111 50%, #000 100%);
    color: #d2a44e;
    text-align: center;
    padding: 30px 10px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    border-top: 1px solid rgba(210, 164, 78, 0.2);
    border-bottom: 1px solid rgba(210, 164, 78, 0.2);
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mobile-car-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(210, 164, 78, 0.05) 45%, rgba(210, 164, 78, 0.15) 50%, rgba(210, 164, 78, 0.05) 55%, transparent 100%);
    animation: lightSweep 6s linear infinite;
}

.mobile-car-item:hover {
    transform: translateY(-6px);
}

.mobile-car-img img {
    width: 320px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid rgba(212, 175, 55, 0.6);
    margin-left: 10px;
}

.mobile-car-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile-car-info h3 {
    margin: 0 0 4px 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #3a2f1b; /* elegáns sötét tónus */
    font-family: 'Helvetica Neue', sans-serif;

    font-weight: 700;
    background: linear-gradient(45deg, #ae8625, #f7ef8a, #d2ac47, #edc967, #ae8625, #f7ef8a, #d2ac47, #edc967, #ae8625, #f7ef8a);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 25px;
}

.mobile-car-info p {
    margin: 2px 0;
    font-size: 0.9rem;
    color: #555;
}

.mobile-car-info p:first-of-type {
    font-weight: 600;
    color: #d4af37; /* arany ár */
}

.language-switcher {
    text-align: center;
    padding: 20px 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(15, 15, 15, 0.9));
    border-top: 1px solid rgba(210, 164, 78, 0.3);
    backdrop-filter: blur(6px);
}

.lang-btn {
    background: transparent;
    border: 1px solid rgba(210, 164, 78, 0.4);
    color: #d2a44e;
    padding: 10px 18px;
    margin: 0 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.lang-btn:hover {
    background: linear-gradient(90deg, rgba(210, 164, 78, 0.2), rgba(210, 164, 78, 0.05));
    box-shadow: 0 0 10px rgba(210, 164, 78, 0.3);
}

.lang-btn.active {
    background: linear-gradient(90deg, #d2a44e, #b98a36);
    color: #000;
    box-shadow: 0 0 10px rgba(210, 164, 78, 0.5);
    border-color: transparent;
}

.content {
    display: flex;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.long-description {
    font-family: 'Inter', sans-serif;
    color: #eee; /* világos szöveg a sötét háttéren */
    line-height: 1.7;
    margin-top: 20px;
}

.long-description .price {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background: rgba(255, 255, 255, 0.05); /* enyhe áttetsző fehér */
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px); /* üveg-hatás */
    margin-bottom: 25px;
}

.long-description .price p {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
}

.long-description h4 {
    font-size: 1.25rem;
    margin: 20px 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 5px;
    font-weight: 600;
}

.long-description ul {
    padding-left: 0px;
    margin: 10px 0 20px;
    list-style: none;
}

.long-description li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 12px;
    color: #ddd;
    transition: color 0.3s;
}

.long-description li::before {
    content: '•';
    color: #ffcc00; /* luxus arany pötty */
    font-weight: bold;
    position: absolute;
    left: 0;
}

.long-description li:hover {
    color: #fff; /* hover effekttel kiemelés */
}

.long-description div.section {
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
}

/* Mobil / tablet */
@media (max-width: 1024px) {
    .long-description .price {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .long-description {
        font-size: 0.9rem;
    }

    .long-description h4 {
        font-size: 1.1rem;
    }
}
