@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/museo_sans/Museo_Sans_100.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/museo_sans/Museo_Sans_300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/museo_sans/Museo_Sans_500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/museo_sans/Museo_Sans_700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Slab';
    src: url('../fonts/museo_slab/Museo_Slab_300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Slab';
    src: url('../fonts/museo_slab/Museo_Slab_300Italic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Museo Slab';
    src: url('../fonts/museo_slab/Museo_Slab_500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Slab';
    src: url('../fonts/museo_slab/Museo_Slab_500Italic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

body {
    margin: 0;
    font-family: 'Museo Sans', sans-serif;
    background-color: #f8f8f8;
    color: #000000;
}

.top-bar {
    background-color: #f2f2f2;
    color: #888;
    font-size: 14px;
    padding: 5px 20px;
}

.hero {
    position: relative;
    background-image: url('../images/home-slider1.jpg');
    background-size: cover;
    background-position: center;
    height: 681px;
    color: white;
}

.hero-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 410px;
    height: 90px;
}

.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
}

.slider-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #FFEB00;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dots .dot.active {
    background-color: #FFEB00;
}


.title-container {
    max-width: 838px;
}

.hero h1 {
    font-weight: 700;
    font-style: normal;
    font-size: 72px;
    line-height: 70px;
    letter-spacing: 0;
    margin-bottom: 20px;
    .yellow-text {
        color: #FFEB00;
    }
}


.hero .hero-text {
    max-width: 600px;
    margin-bottom: 20px;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
}

.btn-yellow-container {
    max-width: 144px;
}

.btn-yellow {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFEB00;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 11px;
    text-decoration: none;
    border: none;
}


.btn-yellow img {
    width: 18px;
    height: 18px;
}

.btn-yellow:hover {
    background-color: #FFC300;
}

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

.container-faq-itm {
    margin-top: 60px;
    margin-bottom: 80px;
}

.faq h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}

.faq-item {
    background-color: transparent;
    border-top: 2px solid #f2f2f2;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.faq-item:last-of-type {
    border-bottom: 2px solid #f2f2f2;
}


.faq-item summary {
    display: grid;
    grid-template-columns: 24px 1fr; /* Icon + Text */
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::before {
    content: '';
    background-image: url('../images/Frame-qa.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 20px;
    transition: transform 0.3s ease;
    transform: rotate(-90deg);
}

.faq-item[open] summary::before {
    transform: rotate(0deg);
}

.faq-content {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 10px;
    padding: 0 20px 15px;
}

.faq-content::before {
    content: '';
    width: 20px;
    flex-shrink: 0;
}

.faq-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

a {
    color: #333;
}

.faq summary {
    cursor: pointer;
    font-weight: bold;
}

.discover {
    background-color: #000;
    color: white;
    padding: 80px;
}

.clupshop-header {
    font-size: 36px;
    line-height: 44px;
    font-weight: 100;
    margin-bottom: 40px;
    margin-top: 0;
}
.clupshop-header-big {
    font-weight: 900;
}

.product {
    flex: 0 0 auto;
    width: 328px;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    scroll-snap-align: start;
}


.product img {
    width: 100%;
    height: 205px;
    object-fit: cover;
}

.product h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin: 10px;
}

.product p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin: 0 10px 10px;
}

.product .btn-yellow-container {
    max-width: 144px;
    margin: 0 10px;
}

.product .btn-yellow {
    width: 100%;
}
.product .btn-yellow img {
    width: 18px;
    height: 18px;
}

.glider::-webkit-scrollbar {
    display: none;
}

.glider {
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
}

.glider.drag {
    cursor: grabbing;
}

.glider .product {
    margin-right: 20px;
}

.glider .product:last-child {
    margin-right: 0;
}

.glider-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px !important;
}

.glider-dots button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: #000000;
    cursor: pointer;
}

.glider-dots .glider-dot.active {
    background-color: #FFEB00;
}



.footer {
    background-color: #FFEB00;
    color: black;
    font-size: 14px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    font-family: 'Museo Slab', serif;
}

.copyright {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}

.lang-switch {
    display: flex;
    gap: 10px;
}

.lang-switch a {
    text-decoration: none;
    color: black;
}

.lang-switch .not-active {
color: #444444;
}

@media (max-width: 768px) {
    .product-grid {
        flex-direction: column;
    }

    .product {
        flex: 1 1 100%;
    }

    .hero h1 {
        font-size: 24px;
    }
}

/* Tablets (max. 1024px) */
@media (max-width: 1024px) {
    .hero {
        height: 520px;
    }

    .hero-overlay {
        padding: 40px 20px;
    }

    .hero-logo {
        width: 280px;
        height: auto;
    }

    .hero h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .hero .hero-text {
        font-size: 22px;
        line-height: 30px;
    }

    .clupshop-header {
        font-size: 28px;
        line-height: 36px;
    }

    .product {
        width: 260px;
    }

    .faq h2 {
        font-size: 28px;
    }

    .btn-yellow {
        font-size: 14px;
        padding: 8px 10px;
    }

    .footer {
        padding: 0 40px;
        font-size: 13px;
    }
}

/* Smartphones (max. 768px) */
@media (max-width: 768px) {
    .hero {
        text-align: center;
        padding-top: 140px;
    }

    .hero-logo {
        width: 200px;
        height: auto;
        top: 20px;
    }

    .hero h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .hero .hero-text {
        font-size: 18px;
        line-height: 26px;
        margin: 0 auto 20px;
    }

    .btn-yellow-container {
        max-width: none;
        margin: 0 auto;
    }

    .slider-dots {
        bottom: 10px;
    }

    .container {
        padding: 20px 15px;
    }

    .faq h2 {
        font-size: 24px;
        text-align: center;
    }

    .faq-item summary {
        font-size: 16px;
        padding: 12px 16px;
    }

    .discover {
        padding: 40px 20px;
        text-align: center;
    }

    .clupshop-header {
        font-size: 22px;
        line-height: 30px;
    }

    .product {
        width: 100%;
    }

    .product h3 {
        font-size: 20px;
    }

    .product p {
        font-size: 14px;
        line-height: 20px;
    }

    .footer {
        flex-direction: column;
        height: auto;
        padding: 20px;
        gap: 10px;
        text-align: center;
    }

    .lang-switch {
        justify-content: center;
    }
}

/* Kleine Smartphones (max. 480px) */
@media (max-width: 480px) {
    .hero h1 {
        font-size: 20px;
        line-height: 26px;
    }

    .hero .hero-text {
        font-size: 16px;
        line-height: 22px;
    }

    .faq-item summary {
        font-size: 15px;
        grid-template-columns: 20px 1fr;
    }

    .glider-dots button {
        width: 12px;
        height: 12px;
    }

    .btn-yellow {
        font-size: 13px;
        padding: 8px 8px;
    }
}
