/* ============================================================
   TEAMMICHAEL.DE — Same-to-Same Layout & Dimensions
   ============================================================ */

/* ---- Local Fonts (Self-Hosted & GDPR Compliant) ---- */
@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-v25-latin-regular.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-v25-latin-italic.woff2") format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-v25-latin-700.woff2") format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato-v25-latin-700italic.woff2") format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url("../fonts/plus-jakarta-sans-v12-latin-300.woff2") format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url("../fonts/plus-jakarta-sans-v12-latin-regular.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url("../fonts/plus-jakarta-sans-v12-latin-500.woff2") format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url("../fonts/plus-jakarta-sans-v12-latin-600.woff2") format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url("../fonts/plus-jakarta-sans-v12-latin-700.woff2") format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url("../fonts/plus-jakarta-sans-v12-latin-800.woff2") format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/roboto-v32-latin-regular.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/roboto-v32-latin-500.woff2") format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/roboto-v32-latin-700.woff2") format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ---- Embedded Fonts ---- */
@font-face {
    font-family: 'Bebas Neue';
    src: url("../fonts/BebasNeue-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CoFo Kabeltouw';
    src: url("../fonts/CoFoKabeltouw-VF-Trial.ttf") format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CoFo Kabeltouw Solid';
    src: url("../fonts/CoFoKabeltouw-Solid0-Trial.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CoFo Kabeltouw Stencil 20';
    src: url("../fonts/CoFoKabeltouw-Stencil20-Trial.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CoFo Kabeltouw Stencil 38';
    src: url("../fonts/CoFoKabeltouw-Stencil38-Trial.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CoFo Kabeltouw Stencil 56';
    src: url("../fonts/CoFoKabeltouw-Stencil56-Trial.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kabeltouw Stencil 20';
    src: url("../fonts/CoFoKabeltouw-Stencil20-Trial.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kabel Fedor';
    src: url("../fonts/CoFoKabeltouw-Stencil20-Trial.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --cts-bg: #000000;
    --cts-accent: #FFAF00; /* Original gold/amber accent */
    --cts-border: rgba(255, 255, 255, 0.08);
    --cts-text-muted: rgba(255, 255, 255, 0.7);
    --cts-purple: #6500FF;
    --cts-danger: #cf2e2e;
}

/* Global Link Reset - Remove underlines across all pages */
a, a:hover, a:focus, a:visited {
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth;
}

/* Force Dark Theme & Base Font */
body.home {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    background-color: var(--cts-bg) !important;
    color: #ffffff !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#eventmie_app {
    background-color: var(--cts-bg) !important;
}

.db-wrapper {
    background-color: var(--cts-bg) !important;
    padding: 0 !important;
}

body.home .container {
    max-width: 1140px !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* ---- Essential Grid & Utilities ---- */
*, *::before, *::after {
    box-sizing: border-box;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.col-12 { flex: 0 0 auto; width: 100%; }
.d-none { display: none !important; }
.d-block { display: block !important; }
@media (min-width: 768px) {
    .col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-md-6 { flex: 0 0 auto; width: 50%; }
    .d-md-none { display: none !important; }
    .d-md-block { display: block !important; }
}
.align-items-center { align-items: center !important; }
.w-100 { width: 100% !important; }
.text-center { text-align: center !important; }
.text-start { text-align: left !important; }
.m-0 { margin: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.ms-auto { margin-left: auto !important; }
.border-0 { border: 0 !important; }
.ratio { position: relative; width: 100%; }
.ratio::before { display: block; padding-top: var(--bs-aspect-ratio); content: ""; }
.ratio-16x9 { --bs-aspect-ratio: 56.25%; }
.ratio > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-4 { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem; }
.g-5 { --bs-gutter-x: 3rem; --bs-gutter-y: 3rem; }
.alert { position: relative; padding: 1rem 1rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .375rem; }
.alert-success { color: #0f5132; background-color: #d1e7dd; border-color: #badbcc; }
.alert-danger { color: #842029; background-color: #f8d7da; border-color: #f5c2c7; }

/* Hide Default Navbar and Footer on Home Page */
#navbar_vue,
.footer {
    display: none !important;
}

/* ---- Custom Typography ---- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-weight: normal;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

/* ---- Brand Header (Navbar) ---- */
.cts-nav {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: transparent !important;
    padding: 0 !important;
    min-height: 10vh;
    display: flex;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: none !important;
}

.cts-nav.scrolled {
    background: rgba(0, 0, 0, 0.95) !important;
}

.cts-nav.scrolled-past-slider {
    background: #000000 !important;
}

.cts-nav-container {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 3% !important;
    padding-right: 3% !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative;
    box-sizing: border-box !important;
}

.cts-brand {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 3em !important;
    letter-spacing: 0.04em;
    color: #ffffff !important;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    font-weight: 400 !important;
    transition: color 0.2s ease;
}

.cts-brand-michael,
.cts-brand-jager {
    display: inline;
    position: static;
    transform: none;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.cts-brand-space {
    display: inline;
}

.cts-brand:hover {
    color: var(--cts-accent) !important;
}

.cts-menu-link {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    color: #ffffff !important;
    letter-spacing: 0.06em;
    padding: 0 !important;
    margin: 0 15px !important;
    transition: color 0.2s ease;
    text-decoration: none;
    font-size: 1.8em !important;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.cts-menu-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #030303;
    transform: scaleX(0);
    transition: transform 0.2s ease;
}

.cts-menu-link:hover,
.cts-menu-link.active {
    color: var(--cts-accent) !important;
}

.cts-menu-link:hover::after,
.cts-menu-link.active::after {
    background-color: var(--cts-accent);
    transform: scaleX(1);
}

.cts-merch-arrow-badge {
    display: none !important;
}

.cts-header-socials {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-left: 40px;
}

.cts-header-socials a {
    color: var(--cts-accent) !important;
    font-size: 35px !important;
    transition: color 0.2s ease, transform 0.2s ease;
    text-decoration: none;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cts-header-socials a:hover {
    color: #ffffff !important;
}

/* Custom Navigation Toggler and Collapse classes */
.cts-header-right-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 1100;
}

.cts-mobile-cart-btn {
    display: none !important; /* hidden on desktop (> 1024px) */
    position: relative;
    color: #ffffff !important;
    font-size: 24px !important;
    text-decoration: none !important;
    line-height: 1;
    align-items: center;
    justify-content: center;
    padding: 2px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.cts-mobile-cart-btn:hover,
.cts-mobile-cart-btn.active {
    color: var(--cts-accent) !important;
}

.cts-mobile-cart-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background-color: var(--cts-accent) !important;
    color: #000000 !important;
    font-size: 0.65rem !important;
    font-weight: bold !important;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 4px !important;
    line-height: 1 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.cts-header-search-wrap {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    z-index: 1150;
}

.cts-desktop-search-wrap {
    display: inline-flex !important;
    margin-left: 20px !important;
    margin-right: 0 !important;
}

.cts-mobile-search-wrap {
    display: none !important;
}

@media (max-width: 1024px) {
    .cts-desktop-search-wrap {
        display: none !important;
    }
    .cts-mobile-search-wrap {
        display: inline-flex !important;
    }
}

.cts-header-search-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #ffffff !important;
    cursor: pointer;
    padding: 3px !important;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease;
}

.cts-header-search-btn:hover {
    color: var(--cts-accent, #FFAF00) !important;
    transform: scale(1.12);
}

.cts-header-search-icon {
    width: 22px;
    height: 22px;
    fill: #ffffff !important;
    display: block;
}

.cts-header-search-dropdown {
    position: absolute !important;
    top: calc(100% + 14px) !important;
    right: 0 !important;
    left: auto !important;
    width: 332px !important;
    max-width: 90vw !important;
    background-color: #FFFFFF !important;
    border: 2px solid #000000 !important;
    border-radius: 4px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-height: 75vh !important;
    overflow-y: auto !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    display: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
    z-index: 999999 !important;
    font-family: sans-serif !important;
}

.cts-header-search-dropdown::-webkit-scrollbar,
.tour-dropdown-options::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.cts-header-search-wrap.open .cts-header-search-dropdown {
    display: block !important;
    animation: ctsHeaderSearchFadeIn 0.2s ease;
}

@keyframes ctsHeaderSearchFadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cts-header-search-options {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #FFFFFF !important;
}

.cts-header-search-option {
    padding: 10px 15px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    color: #000000 !important;
    background-color: #FFFFFF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    border: none !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    font-family: sans-serif !important;
    transition: background-color 0.15s ease, color 0.15s ease !important;
}

.cts-header-search-option[data-value="all"] {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #EEEEEE !important;
}

.cts-header-search-option img,
.cts-header-search-option svg.flag-icon {
    display: inline-block !important;
    vertical-align: middle !important;
}

.cts-header-search-option:hover {
    background-color: #EEEEEE !important;
    color: #000000 !important;
}

.cts-header-search-option.active {
    background-color: #0066FF !important;
    color: #FFFFFF !important;
}

.cts-header-search-option.active:hover {
    background-color: #0055DD !important;
    color: #FFFFFF !important;
}

.cts-burger-btn {
    display: none !important; /* hidden on desktop (> 1024px) */
    font-size: 28px !important;
    color: #ffffff !important;
    background: transparent !important;
    cursor: pointer;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    z-index: 1100;
    transition: color 0.2s ease;
}

.cts-burger-btn:hover {
    color: var(--cts-accent) !important;
}

.cts-burger-btn .burger-icon-close {
    display: none;
}

.cts-burger-btn.open .burger-icon-open {
    display: none;
}

.cts-burger-btn.open .burger-icon-close {
    display: block !important;
}

.cts-nav-collapse {
    display: flex !important;
    flex-grow: 1;
}

.cts-nav-collapse .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
}

/* Tablet view (max-width: 1024px) */
@media (max-width: 1024px) {
    .cts-mobile-cart-btn {
        display: inline-flex !important; /* show cart button on phone/tablet */
    }

    .cts-desktop-cart-link {
        display: none !important; /* hide desktop cart link from mobile dropdown */
    }

    .cts-burger-btn {
        display: block !important; /* show burger button */
    }

    .cts-nav-collapse {
        display: none !important; /* hide collapse menu by default */
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #F2EFEC !important;
        border-bottom: 1px solid #000000;
        border-top: none;
        z-index: 1000;
        padding: 0 !important;
    }

    .cts-nav-collapse.show {
        display: block !important; /* show collapse menu when clicked */
    }

    .cts-nav-collapse .navbar-nav {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: stretch !important;
        margin-left: 0;
    }

    .cts-menu-link {
        color: #000000 !important;
        font-size: 1.8em !important;
        padding: 20px 0 !important;
        margin: 0 !important;
        text-align: center;
        border-bottom: 1px solid #000000;
        width: 100%;
        display: block;
    }

    .cts-menu-link:last-child {
        border-bottom: none;
    }

    .cts-menu-link:hover,
    .cts-menu-link.active {
        color: #000000 !important;
        background-color: #e5e2df;
    }

    .cts-menu-link::after {
        display: none;
    }
}

/* Specific alignments for tablet only (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .cts-nav-container {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    .cts-brand {
        order: 1;
    }
    .cts-header-socials {
        order: 2;
        margin-left: auto !important;
    }
    .cts-header-right-actions {
        order: 3;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        margin-left: 20px !important;
    }
    .cts-burger-btn {
        position: relative !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
    }
}

/* Mobile view (max-width: 767px) */
@media (max-width: 767px) {
    .cts-nav {
        min-height: initial;
    }

    .cts-nav-container {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        padding-left: 4% !important;
        padding-right: 4% !important;
        /* min-height: 110px; */
        position: relative !important;
    }

    .cts-brand {
        display: block !important;
        position: absolute !important;
        left: 4%;
        top: 42%;
        transform: translateY(-50%);
        margin: 0 !important;
        line-height: 1 !important;
        text-align: left !important;
        white-space: nowrap !important;
        text-decoration: none !important;
        box-sizing: border-box !important;
        font-size: 1.85rem;
        z-index: 10 !important;
    }

    .cts-brand-michael,
    .cts-brand-jager {
        display: inline !important;
        white-space: nowrap !important;
        line-height: 1 !important;
        font-size: inherit;
    }

    .cts-brand-space {
        display: inline !important;
    }

    .cts-header-socials {
        display: flex !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        padding: 8px 0 !important;
        justify-content: center !important;
        z-index: 100 !important;
        background: transparent !important;
        transition: background 0.3s ease;
    }

    .cts-nav.scrolled .cts-header-socials {
        background: rgba(0, 0, 0) !important;
    }

    .cts-nav.scrolled-past-slider .cts-header-socials {
        background: #000000 !important;
    }

    .cts-header-right-actions {
        order: 2;
        position: relative !important;
        margin-left: auto !important;
    }

    .cts-burger-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 32px !important;
        height: 32px !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        margin-left: 0 !important;
    }
    .cts-menu-link {
        padding: 9px 0 !important;
        font-size: 1.4rem !important;
    }

    /* ---- Merch Lighting Arrow (Phone View Only) ---- */
    .cts-merch-menu-link {
        display: block !important;
        text-align: center !important;
        position: relative !important;
    }

    .cts-merch-text {
        display: inline-block !important;
        position: relative !important;
        line-height: 1;
    }

    .cts-merch-arrow-badge {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 20px;
        position: absolute !important;
        left: 100% !important;
        top: 50% !important;
        margin-top: -10px !important;
        margin-left: 6px !important;
        flex-shrink: 0;
        vertical-align: middle;
        animation: ctsArrowNudge 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    }

    .cts-lighting-arrow-svg {
        width: 100%;
        height: 100%;
        overflow: visible;
        filter: drop-shadow(0 0 4px rgba(255, 175, 0, 0.7));
    }

    /* Base track subtle line */
    .cts-arrow-base {
        stroke: rgba(0, 0, 0, 0.28);
    }

    /* Flowing Lightning Stream from Start to End */
    .cts-arrow-lightning-stream {
        stroke-dasharray: 26 70;
        stroke-dashoffset: 70;
        animation: ctsLightningStream 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    }

    .cts-arrow-lightning-core {
        stroke-dasharray: 20 70;
        stroke-dashoffset: 70;
        animation: ctsLightningCore 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
    }

    /* Sparkle / Bling Star at the Tip */
    .cts-bling-inner {
        transform-origin: 0 0;
        opacity: 0;
        transform: scale(0) rotate(0deg);
        animation: ctsBlingSparkle 1.6s ease-in-out infinite;
    }
}

/* ---- Merch Lighting Arrow Animations (Start to End Bling) ---- */
@keyframes ctsArrowNudge {
    0%, 100% {
        transform: translateX(0);
    }
    45% {
        transform: translateX(3px);
    }
    75% {
        transform: translateX(1px);
    }
}

@keyframes ctsLightningStream {
    0% {
        stroke-dashoffset: 70;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    55% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
    75%, 100% {
        stroke-dashoffset: -20;
        opacity: 0;
    }
}

@keyframes ctsLightningCore {
    0% {
        stroke-dashoffset: 70;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    55% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
    70%, 100% {
        stroke-dashoffset: -15;
        opacity: 0;
    }
}

@keyframes ctsBlingSparkle {
    0%, 42% {
        opacity: 0;
        transform: scale(0) rotate(0deg);
    }
    55% {
        opacity: 1;
        transform: scale(1.35) rotate(45deg);
        filter: drop-shadow(0 0 6px #FFAF00) drop-shadow(0 0 10px #FF9100);
    }
    70% {
        opacity: 0.95;
        transform: scale(1.05) rotate(90deg);
    }
    85% {
        opacity: 0.2;
        transform: scale(0.3) rotate(135deg);
    }
    100% {
        opacity: 0;
        transform: scale(0) rotate(180deg);
    }
}

/* ---- Video Spotlight Hero ---- */
.cts-hero {
    position: relative;
    min-height: 100vh;
    background: #000000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-video-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
    opacity: 0.9; /* Bright and fully colored video */
}

.hero-video-container iframe,
.hero-video-container video {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}

.hero-stage-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 2;
}

/* ---- Hero Split Layout & Spacing ---- */
.hero-container-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 100vh;
    padding-top: 30px !important;
    z-index: 10;
    position: relative;
    padding-inline: 0 !important;
}

@media (max-width: 767px) {
    .hero-container-inner {
        display: block !important;
        min-height: initial !important;
        padding-top: 395px !important;
    }
}

.hero-text-col {
    text-align: left !important;
}

@media (max-width: 767px) {
    .hero-text-col {
        text-align: center !important;
    }
}

.hero-title {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 2.9em !important;
    line-height: 1;
    margin-bottom: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-shadow: 0 4px 15px rgba(0,0,0,0.6);
}

.hero-title a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.hero-desc {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    color: #E2E2E2 !important;
    margin-bottom: 20px !important;
    text-shadow: none !important;
}

.hero-desc a {
    color: var(--cts-accent) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

.hero-btn-wrap {
    margin-top: 20px !important;
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 1.9em !important;
        text-align: center !important;
    }
    .hero-desc {
        font-size: 0.9em !important;
        font-weight: 600 !important;
        margin-bottom: 20px !important;
    }
    .hero-btn-wrap {
        display: flex;
        justify-content: center;
        margin-top: 20px !important;
        margin-bottom: 30px !important;
    }
    .btn-cta-gold {
        margin: 25px auto 0 auto !important;
        display: block !important;
        width: fit-content !important;
        text-align: center !important;
    }
    .section-headline {
        font-size: clamp(1.2rem, 5.2vw, 1.85rem) !important;
        line-height: 1.25 !important;
        margin-bottom: 12px !important;
        padding: 0 5px !important;
        white-space: normal !important;
    }
    .section-headline br {
        display: block !important;
    }
    .contact-section h2 {
        font-size: 3.5em !important;
    }
}

.btn-cta-gold {
    background-color: #FFAF00 !important;
    color: #000000 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.1em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    border-radius: 3px !important;
    transition: all 0.3s ease !important;
    display: inline-block;
    text-decoration: none;
    border: none !important;
    box-shadow: none !important;
    margin-top: 25px !important;
}

.btn-cta-gold:hover {
    background-color: #FFC000 !important;
    color: #000000 !important;
    box-shadow: 0 4px 12px rgba(255, 175, 0, 0.4) !important;
    transform: translateY(-1px) !important;
}

/* ========================================================
   RUNNING ANNOUNCEMENT / NEWS HEADLINE TICKER (MARQUEE)
   ======================================================== */
.cts-ticker-wrapper {
    position: relative;
    overflow: hidden;
    user-select: none;
}

.cts-ticker-track {
    display: flex;
    width: max-content;
    animation: ctsTickerMarquee 50s linear infinite;
    will-change: transform;
    align-items: stretch;
}

.cts-ticker-wrapper:hover .cts-ticker-track {
    animation-play-state: paused;
}

.cts-ticker-items {
    display: flex;
    align-items: stretch;
    white-space: nowrap;
    flex-shrink: 0;
}

.cts-ticker-item {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 10px 14px;
    border-radius: 0;
    transition: background-color 0.2s ease, color 0.2s ease;
}

a.cts-ticker-item,
.cts-ticker-item-link {
    text-decoration: none !important;
    cursor: pointer;
    color: #ffffff !important;
}

a.cts-ticker-item:hover,
.cts-ticker-item-link:hover,
.cts-ticker-item:hover {
    background-color: #6500FF !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

a.cts-ticker-item:focus,
.cts-ticker-item-link:focus,
.cts-ticker-item:focus {
    text-decoration: none !important;
    outline: none;
}

.cts-ticker-badge {
    background: #feb600;
    color: #000000;
    font-weight: 800;
    font-size: 0.72rem;
    padding: 2px 7px;
    border-radius: 4px;
    margin-right: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.cts-ticker-divider {
    display: inline-flex;
    align-items: center;
    color: #feb600;
    font-size: 2.7rem;
    margin: 0 18px;
    opacity: 0.8;
}

/* --- Desktop Ticker (Bottom of Hero Spotlight) --- */
.cts-ticker-desktop {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 25;
    background: rgba(8, 8, 8, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: none;
    padding: 0;
    box-shadow: none;
    display: block;
}

@media (max-width: 767px) {
    .cts-ticker-desktop {
        display: none !important;
    }
}

.cts-ticker-desktop .cts-ticker-item {
    font-size: 1.1rem;
    padding: 12px 14px;
}

/* --- Mobile Ticker (Below Hero Title, Above Desc) --- */
.cts-ticker-mobile {
    display: none !important;
    margin: 0.5rem auto 1.5rem auto;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    background: rgba(18, 18, 18, 0.75);
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: none;
}

@media (max-width: 767px) {
    .cts-ticker-mobile {
        display: block !important;
    }
}

.cts-ticker-mobile .cts-ticker-item {
    font-size: 1.1rem;
    padding: 8px 14px;
}

.cts-ticker-mobile .cts-ticker-track {
    animation-duration: 50s;
}

@keyframes ctsTickerMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Local Video Sizing & Unified Responsive Layout */
.hero-video-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
    opacity: 0.9;
}

.hero-video-container video {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-60%, -50%) !important;
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
}

@media (max-width: 767px) {
    .cts-hero {
        min-height: 75vh;
    }
    .hero-video-container {
        width: 100vw;
        height: 56.25vw;
        min-height: 75vh;
        min-width: 133.33vh;
        left: 31% !important;
        right: auto !important;
        top: 200px !important;
        bottom: auto !important;
        transform: translate(-50%, -50%) !important;
    }
    .hero-video-container video {
        position: absolute !important;
        top: 50% !important;
        left: 40% !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        transform: translate(-50%, -50%) !important;
        object-position: center !important;
    }
}

/* ---- Reviews Section & Slider ---- */
.review-section {
    background: #000000;
    padding: 0 !important;
    overflow: hidden;
    border: none !important;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5) inset;
}

.review-slider-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.review-slider-viewport {
    overflow: hidden;
    width: 100%;
}

.review-slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

.review-card-item {
    flex: 0 0 33.333333%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.review-card-img-wrap {
    background: #000000;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 !important; /* Flat screenshot images, no rounded corners */
    border: none !important; /* Borderless, blends seamlessly with background */
    transition: none !important;
}

.review-card-img-wrap:hover {
    transform: none !important;
}

.review-card-img-wrap img {
    width: 100%;
    max-height: 110px;
    padding-inline: 4px;
    height: auto;
    aspect-ratio: 380 / 110;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Navigation Buttons - Simple white chevrons overlaying the sides like the original Swiper buttons */
.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    background: transparent !important;
    border: none !important;
    color: #dfdada !important;
    font-size: 25px !important;
    width: 50px !important;
    height: 50px !important;
    cursor: pointer;
    z-index: 9999 !important;
    transition: opacity 0.2s ease, color 0.2s ease;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0.8 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.slider-nav-btn:hover {
    opacity: 1 !important;
    color: #ffffff !important;
    background: transparent !important;
    transform: translateY(-50%) !important;
}

.prev-btn {
    left: 20px !important; /* Placed exactly inside, overlaying the first card */
}

.next-btn {
    right: 20px !important; /* Placed exactly inside, overlaying the last card */
}

/* Responsiveness for Slider Cards */
@media (max-width: 991px) {
    .review-card-item {
        flex: 0 0 50%;
    }
}

@media (max-width: 767px) {
    .review-section {
        padding: 30px 0 !important;
    }
    .review-card-item {
        flex: 0 0 100%;
    }
    .review-slider-container {
        padding: 0 !important;
    }
    .prev-btn { left: 15px !important; }
    .next-btn { right: 15px !important; }
}

/* ---- Show Dates Tour Table ---- */
.tour-section {
    background: #000000;
    padding: 100px 10px 0px 10px !important;
}

.section-headline {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: clamp(1.8rem, 2.8vw, 2.6rem) !important;
    font-weight: normal;
    letter-spacing: 0.03em;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 auto 10px auto;
    text-align: center;
    white-space: nowrap;
}

.section-headline br {
    display: none !important;
}

.tour-intro-desc {
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    max-width: 720px;
    margin: 0 auto 10px auto;
    color: rgba(255, 255, 255, 0.7);
}

.tour-intro-desc a {
    color: #FFAF00 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

.tour-intro-desc a:hover {
    color: #ffffff !important;
}

.tour-faq-link {
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    color: #FFAF00 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

.tour-faq-link:hover {
    color: #ffffff !important;
}

.tour-filter-wrapper {
    margin-bottom: 30px !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    margin-top: 25px !important;
}

.tour-custom-dropdown {
    position: relative !important;
    width: 100% !important;
    max-width: 332px !important;
    background-color: #FFFFFF !important;
    color: #000000 !important;
    font-family: sans-serif !important;
    border: 4px solid red !important;
    border-radius: 4px !important;
    user-select: none !important;
    display: block !important;
    z-index: 999 !important;
}

.tour-dropdown-trigger {
    padding: 10px 40px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #000000 !important;
    background-color: #FFFFFF !important;
    position: relative !important;
    text-align: center !important;
    border-radius: 10px !important;
}

.tour-dropdown-trigger .arrow::after {
    content: "🔍";
    display: inline-block !important;
    position: relative !important;
    font-size: 20px !important;
    vertical-align: middle !important;
    margin-right: 6px !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
}

/* .tour-custom-dropdown.open .tour-dropdown-trigger .arrow { */
    /* transform: rotate(180deg) !important; */
/* } */

.tour-dropdown-options {
    position: absolute !important;
    top: 100% !important;
    left: -2px !important;
    right: -2px !important;
    background-color: #FFFFFF !important;
    border: 2px solid #000000 !important;
    border-top: none !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-height: 100vh !important;
    overflow-y: auto !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    display: none !important;
    border-radius: 0 0 4px 4px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
    z-index: 99999 !important;
}

.tour-custom-dropdown.open .tour-dropdown-options {
    display: block !important;
}

.tour-dropdown-option {
    padding: 10px 15px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    color: #000000 !important;
    background-color: #FFFFFF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    border: none !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

.tour-dropdown-option[data-value="all"] {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    border-bottom: 1px solid #EEEEEE !important;
}

.tour-dropdown-option img {
    width: 20px !important;
    height: auto !important;
    display: inline-block !important;
}

.tour-dropdown-trigger img {
    width: 20px !important;
    height: auto !important;
    display: inline-block !important;
    margin-right: 10px !important;
}

.tour-dropdown-option:hover {
    background-color: #EEEEEE !important;
}

.tour-dropdown-option.active {
    background-color: #0066FF !important;
    color: #FFFFFF !important;
}

.tour-sold-out-toggle {
    display: inline-block !important;
    padding: 10px 25px !important;
    background: transparent !important;
    border: 1px solid #FFFFFF !important;
    color: #FFAF00 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    border-radius: 6px !important;
    font-family: "Roboto", Sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
}

.tour-sold-out-toggle:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.tour-sold-out-toggle.active {
    background:  #FFAF00 !important;
    color: #000000 !important;
    border-color: #FFAF00 !important;
}

.tour-schedule-wrapper {
    width: 100% !important;
    background-color: #000000 !important;
    box-sizing: border-box !important;
}

.tour-table {
    width: 100% !important;
    border-top: 3px solid #FFAF00;
}

.tour-table-row {
    display: flex !important;
    align-items: center !important;
    background-color: #000000 !important;
    border-bottom: 3px solid #FFAF00 !important;
    transition: background-color 0.3s ease !important;
    scroll-margin-top: 150px !important;
}

.tour-table-row:hover {
    background-color: #6500FF !important;
}

.tour-table-cell {
    padding: 13px 10px 10px 10px !important;
    box-sizing: border-box !important;
    text-align: left !important;
    align-self: center !important;
}

.tour-date {
    width: 230px !important;
}

.tour-date span {
    font-family: 'Roboto', sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    display: block !important;
    margin: 0 !important;
    padding-right: 5px;
}

.tour-location {
    flex: 1 !important;
}

.tour-location-main {
    font-family: 'Roboto', sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    display: block !important;
    line-height: 1.1 !important;
    margin: 0 !important;
}

.tour-location-subtitle {
    font-family: "Roboto", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    display: block !important;
    margin-top: 4px !important;
}

.tour-title {
    text-align: center !important;
    flex: 1 1 0% !important;
    min-width: 0 !important;
}

.tour-title span {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 40px !important;
    font-weight: normal !important;
    color: var(--cts-accent) !important;
    text-transform: uppercase !important;
    line-height: 1.15 !important;
    display: block !important;
    margin: 0 !important;
    position: relative;
    left: 0 !important;
    letter-spacing: 2px;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
}

.tour-action {
    width: 220px !important;
    text-align: right !important;
    display: flex !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.tour-btn {
    display: inline-block !important;
    text-decoration: none !important;
    text-align: center !important;
    border-radius: 4px !important;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease !important;
    cursor: pointer !important;
    border: none !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    padding: 8px 15px !important;
    min-width: 140px !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.tour-btn:hover {
    transform: translateY(-2px) !important;
    opacity: 0.9 !important;
}

.tour-upcoming-headline {
    font-family: "Roboto", Sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.btn-sold-out {
    background-color: #CC0000 !important;
    color: #FFFFFF !important;
    font-weight: 900 !important;
}

.btn-sold-out:hover {
    background-color: #B30000 !important;
    color: #FFFFFF !important;
}

.btn-tickets {
    background-color: #FFAF00 !important;
    color: #000000 !important;
    font-weight: 900 !important;
}

.btn-tickets:hover {
    background-color: #FFC000 !important;
    color: #000000 !important;
}

.btn-custom {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border: none !important;
    padding: 0 15px !important;
    margin: 0 !important;
    background-color: #00A8E800 !important;
    color: #FFAF00 !important;
    transition: transform 0.2s ease, opacity 0.2s ease, color 0.2s ease !important;
}

.btn-custom:hover {
    background-color: transparent !important;
}

/* For screens above 768px (horizontal layout) */
@media (min-width: 769px) {
    .tour-date {
        flex: 0 0 210px !important;
        width: 210px !important;
    }
    .tour-location {
        flex: 0 0 260px !important;
        width: 260px !important;
        min-width: 0 !important;
        max-width: 280px !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }
    .tour-title {
        flex: 1 1 0% !important;
        min-width: 0 !important;
        text-align: center !important;
        padding: 6px 15px !important;
    }
    .tour-title span {
        left: 0 !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        hyphens: auto !important;
        line-height: 1.15 !important;
    }
    .tour-action {
        flex: 0 0 220px !important;
        width: 220px !important;
        margin-left: auto !important;
        justify-content: flex-end !important;
    }
}

/* Font scaling for medium/small viewports to prevent crowdedness */
@media (min-width: 769px) and (max-width: 1000px) {
    .tour-date {
        flex: 0 0 170px !important;
        width: 170px !important;
    }
    .tour-date span {
        font-size: 25px !important;
    }
    .tour-location {
        flex: 0 0 200px !important;
        width: 200px !important;
    }
    .tour-location-main {
        font-size: 25px !important;
    }
    .tour-title span {
        font-size: 26px !important;
    }
    .tour-action {
        flex: 0 0 160px !important;
        width: 160px !important;
    }
    .tour-btn {
        font-size: 18px !important;
        min-width: 110px !important;
        padding: 6px 10px !important;
    }
    .text-s {
        font-size: 14px !important;
        padding-inline: 0 !important;
    }
}

@media (max-width: 768px) {
    .tour-table,
    .tour-table tbody {
        display: block !important;
        width: 100% !important;
    }

    .tour-table-row {
        display: grid !important;
        grid-template-columns: auto auto !important;
        justify-content: center !important;
        column-gap: 10px !important;
        row-gap: 4px !important;
        justify-items: center !important;
        align-items: center !important;
        padding-top: 10px !important;
        padding-bottom: 13px !important;
        scroll-margin-top: 150px !important;
    }

    .tour-table-row .tour-table-cell {
        margin: 0 !important;
        padding: 2px 5px !important;
        box-sizing: border-box !important;
    }

    .tour-table-row .tour-date {
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: end !important;
        text-align: right !important;
        width: auto !important;
        padding-right: 0 !important;
    }

    .tour-table-row .tour-date span {
        font-size: 24px !important;
        white-space: nowrap !important;
    }

    .tour-table-row .tour-location {
        display: contents !important;
    }

    .tour-table-row .tour-location-main {
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: start !important;
        text-align: left !important;
        font-size: 24px !important;
        white-space: nowrap !important;
        padding-left: 0 !important;
    }

    /* Zusatzshow subtitle — নিচে, center এ */
    .tour-table-row .tour-location-subtitle {
        grid-column: 1 / span 2 !important;
        grid-row: 2 !important;
        justify-self: center !important;
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin-top: 2px !important;
    }

    .tour-table-row .tour-title {
        grid-column: 1 / span 2 !important;
        grid-row: 3 !important;
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }

    .tour-table-row .tour-title span {
        font-size: 32px !important;
        margin-top: 2px !important;
        margin-bottom: 6px !important;
        left: 0 !important;
    }

    .tour-table-row .tour-action {
        grid-column: 1 / span 2 !important;
        grid-row: 4 !important;
        width: 100% !important;
        display: flex !important;
        gap: 8px !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .tour-btn {
        display: inline-block !important;
        flex: 0 1 auto !important;
        font-size: 16px !important;
        padding: 8px 16px !important;
        min-width: 120px !important;
    }
}

/* ---- Teaser YouTube Section ---- */
.teaser-section {
    background-color: #000000;
    padding: 40px 0 25px 0 !important;
}

.video-responsive-wrap {
    max-width: 100% !important;
    margin: 0 auto;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0px !important;
    overflow: hidden;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio-16x9 {
    aspect-ratio: 16 / 9;
}

.ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ---- Comedian About Section ---- */
.about-section {
    background-color: #000000;
    padding: 45px 10px 15px 10px !important;
}

.about-headline {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 21px !important;
    font-weight: 600 !important;
    color: #ffffff;
    margin-bottom: 16px !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.about-text-p {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.95rem;
}

.about-more-link {
    color: #FFAF00 !important;
    font-weight: bold;
    margin-left: 4px;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

.about-shorts-grid {
    margin-top: 10px !important;
}

.short-embed-card {
    background: transparent;
    border: none;
    box-shadow: none;
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
}

.short-embed-card iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

/* ---- Contact / Booking Block ---- */
.contact-section {
    background-color: #000000;
    padding: 35px 15px 15px 15px !important;
}

.contact-section h2 {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 2.6em !important;
    font-weight: normal !important;
    color: #ffffff;
    margin-bottom: 22px !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

@media (max-width: 767px) {
    .contact-section h2 {
        text-align: center !important;
    }

    .contact-section form {
        padding-top: 25px !important;
    }
    .text-start {
        margin-top: 0;
    }
    .mailto-p {
        padding-top: 0 !important;
    }
}

.contact-section p {
    font-family: 'Lato', sans-serif !important;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
}

.contact-section p a {
    color: var(--cts-accent) !important;
}

.contact-section form {
    padding-top: 78px;
    margin-bottom: 40px !important;
}

.contact-section form label {
    font-family: 'Lato', sans-serif !important;
    font-weight: normal !important;
    font-size: 1rem !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    display: block;
    color: #ffffff;
}

.contact-section form input[type="text"],
.contact-section form input[type="email"],
.contact-section form textarea {
    background-color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #000000 !important;
    border: 1px solid #cccccc !important;
    border-radius: 3px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 1rem !important;
    transition: all 0.25s ease;
    margin-bottom: 3px !important;
    height: 40px !important;
    padding: 7px 15px !important;
    width: 100%;
    display: block;
    box-sizing: border-box !important;
}

.contact-section form textarea {
    min-height: 50px;
    resize: none;
    height: auto !important;
}

.contact-section form input[type="text"]:focus,
.contact-section form input[type="email"]:focus,
.contact-section form textarea:focus {
    border-color: #ffffff !important;
    box-shadow: none !important;
    outline: 2px solid #ffffff !important;
    outline-offset: -2px !important;
}

.contact-section form button[type="submit"] {
    background-color: var(--cts-accent) !important;
    border: 1px solid var(--cts-accent) !important;
    color: #000000 !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.1em !important;
    text-transform: uppercase !important;
    padding: 8px 16px !important;
    border-radius: 3px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 4px !important;
}

.contact-section form button[type="submit"]:hover {
    background-color: #FFC000 !important;
    border-color: #FFC000 !important;
    color: #000000 !important;
}

/* ---- Sleek Low-Opacity Footer ---- */
.cts-footer {
    background-color: #000000;
    padding: 30px 0px !important;
    border-top: 1px dotted #FFAF00 !important;
}

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

.cts-footer-copy {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #9CA3AF !important;
    margin: 0;
}

.cts-footer-copy a {
    color: #D1D5DB !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
    transition: color 0.2s ease;
}

.cts-footer-copy a:hover {
    color: #FFAF00 !important;
}

.cts-footer-social {
    display: flex;
    gap: 20px !important;
}

.cts-footer-social a {
    color: #9CA3AF !important;
    font-size: 14px !important;
    transition: color 0.2s ease;
    text-decoration: none;
}

.cts-footer-social a:hover {
    color: #FFAF00 !important;
}

/* ---- Tablet Responsiveness Spacing (max-width: 1024px) ---- */
@media (max-width: 1024px) {
    .tour-section {
        padding: 20px 15px !important;
    }
    .about-section {
        padding: 15px 15px !important;
    }
    .contact-section {
        padding: 15px 15px !important;
    }
    .cts-footer {
        padding: 30px 20px !important;
    }
}

/* ---- Mobile Responsiveness Spacing (max-width: 767px) ---- */
@media (max-width: 767px) {
    .tour-section {
        padding: 20px 10px !important;
    }
    .about-section {
        padding: 45px 10px 15px 10px !important;
    }
    .contact-section {
        padding: 35px 15px 15px 15px !important;
    }
    .cts-footer {
        padding: 25px 20px !important;
    }
    .cts-footer-content {
        flex-direction: column-reverse !important;
        text-align: center !important;
        gap: 20px !important;
    }
    .cts-footer-copy {
        line-height: 19px !important;
    }
    .cts-footer-social a {
        font-size: 38px !important;
    }
}

/* Prevent wrapping on brand logo and header menu links */
@media (min-width: 768px) {
    .cts-brand {
        white-space: nowrap !important;
    }
}
.cts-menu-link {
    white-space: nowrap !important;
}

/* ============================================================
   FAQ PAGE STYLING (Clean Semantic Clone)
   ============================================================ */

@media (max-width: 767px) {
    .cts-faq-title {
        font-size: 1.8rem !important;
    }
    .cts-faq-subtitle {
        text-align: center !important;
    }
}

.cts-faq-main {
    background-color: #000000 !important;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
/* Hide breadcrumbs and default page header on FAQ */
section.bg-gradient {
    display: none !important;
}

.cts-faq-container {
    max-width: 1140px; /* Match original Elementor boxed width */
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .cts-faq-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 40px !important;
    }
}

.cts-faq-title {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 2.3rem;
    color: #ffffff !important;
    text-transform: none !important; /* Mixed case matching the original */
    margin: 0 0 40px 0 !important; /* Standard Elementor widget spacing */
    font-weight: 300 !important; /* Matches <strong> tag */
    letter-spacing: 0.03em;
    text-align: left !important;
    padding-bottom: 0px !important;
}

.cts-accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.cts-accordion-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px; /* Let adjacent borders touch to create double-thickness */
    background-color: transparent !important;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
    overflow: hidden;
}

.cts-accordion-title {
    display: flex;
    align-items: center;
    background-color: #ffffff !important;
    color: #1f2124 !important; /* Match original --n-accordion-title-normal-color */
    padding: 10px !important; /* Match original --n-accordion-padding */
    cursor: pointer;
    user-select: none;
    outline: none;
    list-style: none;
    font-family: 'Lato', sans-serif !important;
    font-size: 1rem !important; /* Match original --n-accordion-title-font-size */
    font-weight: 400 !important; /* Match original typography weight */
    border: 1px solid #d5d8dc !important;
    box-sizing: border-box;
}

/* Hide default details summary arrows */
.cts-accordion-title::-webkit-details-marker,
.cts-accordion-title::marker {
    display: none !important;
}

.cts-accordion-title:focus,
.cts-accordion-title:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.cts-accordion-icon {
    display: inline-flex;
    align-items: center;
    margin-right: 10px; /* Match original icon gap */
    flex-shrink: 0;
}

.cts-accordion-icon svg {
    width: 15px; /* Match original --n-accordion-icon-size */
    height: 15px;
    fill: #1f2124 !important; /* Match title text color */
    display: block;
}

.cts-accordion-text {
    line-height: 1.4;
}

/* Toggle icon display based on open state */
.cts-accordion-item .icon-opened {
    display: none !important;
}
.cts-accordion-item .icon-closed {
    display: inline-flex !important;
}

.cts-accordion-item[open] .icon-opened {
    display: inline-flex !important;
    fill: #1f2124 !important;
}
.cts-accordion-item[open] .icon-closed {
    display: none !important;
}

.cts-accordion-content {
    background-color: #000000 !important;
    color: #e2e2e2 !important; /* Match original text color */
    padding: 10px !important; /* Match default Elementor container padding */
    font-family: 'Lato', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    border: 1px solid #d5d8dc !important;
    box-sizing: border-box;
}

.cts-accordion-content p {
    margin: 0 0 16px 0 !important;
    color: #e2e2e2 !important;
}

.cts-accordion-content p:last-child {
    margin-bottom: 0 !important;
}

/* ============================================================
   IMPRESSUM PAGE — pixel-perfect: teammichael.de/impressum/
   ============================================================ */

body:has(.cts-impressum-main) section.bg-gradient,
body:has(.cts-impressum-main) nav[aria-label="breadcrumb"] {
    display: none !important;
}

/* Full-width dark background wrapper */
.cts-impressum-main {
    display: block;
    width: 100%;
    background-color: #000000 !important;
    min-height: 100vh;
    padding-top: 120px !important; /* Adjusted to match original Elementor top spacing offset */
    box-sizing: border-box;
}

/*
 * Content container — matches original Elementor boxed layout:
 * Width constrained to max-width 1140px, auto-centered
 * Padding: 25px top/bottom, 35px left/right
 */
.cts-impressum-container {
    display: block;
    max-width: 1140px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    box-sizing: border-box;
}

.mailto-p {
    padding-top: 20px;
}

.cts-impressum-title {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 2.3rem !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    margin: 0 0px 15px 0px !important;
    padding: 0 !important;
}

.cts-impressum-body {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #E2E2E2 !important;
}

/* Paragraphs — WordPress block gap = 24px */
.cts-impressum-body p {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #E2E2E2 !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
}

.cts-impressum-body p:last-child {
    margin-bottom: 0 !important;
}

/* Strong — section sub-headings: Haftung für Inhalte, Urheberrecht etc. */
.cts-impressum-body strong {
    font-family: 'Lato', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #E2E2E2 !important;
}

/* Spacer — matches original <div class="br-br"> </div>: 1.5em = 24px */
.cts-impressum-spacer {
    display: block;
    height: 24px;
    width: 100%;
}

/* Links */
.cts-impressum-link,
.cts-impressum-body a {
    font-family: 'Lato', sans-serif !important;
    color: #FFAF00 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    transition: color 0.2s ease;
}

/* Sub-headings and lists inside the body (e.g. for Datenschutz page) */
.cts-impressum-body h1 {
    font-family: 'Lato', sans-serif !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 24px 0 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.2 !important;
}

.cts-impressum-body h2 {
    font-family: 'Lato', sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 40px 0 24px 0 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.2 !important;
}

.cts-impressum-body h3 {
    font-family: 'Lato', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 32px 0 24px 0 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.2 !important;
}

.cts-impressum-body ul {
    margin: 0 0 24px 0 !important;
    padding-left: 20px !important;
    list-style-type: disc !important;
}

.cts-impressum-body li {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #e2e2e2 !important;
    margin-bottom: 8px !important;
}

.cts-impressum-body li:last-child {
    margin-bottom: 0 !important;
}

/* ---- Responsive: Mobile (≤ 767px) ---- */
@media (max-width: 767px) {
    .cts-impressum-main {
        padding-top: 120px !important;
    }
    .cts-impressum-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .cts-impressum-title {
        font-size: 1.8rem !important;
        margin: 0px 0px 20px 0px !important;
    }
    .cts-impressum-body,
    .cts-impressum-body p,
    .cts-impressum-body li {
        font-size: 15px !important;
    }
    .cts-impressum-body h1 {
        font-size: 24px !important;
    }
    .cts-impressum-body h2 {
        font-size: 20px !important;
    }
    .cts-impressum-body h3 {
        font-size: 18px !important;
    }
}

/* ============================================================
   DATENSCHUTZ PAGE — pixel-perfect: teammichael.de/Datenschutzhinweis/
   ============================================================ */
body:has(.cts-datenschutz-main) section.bg-gradient,
body:has(.cts-datenschutz-main) nav[aria-label="breadcrumb"] {
    display: none !important;
}

.cts-datenschutz-main {
    display: block;
    width: 100%;
    background-color: #000000 !important;
    min-height: 100vh;
    padding-top: 120px !important; /* Spacing for sticky navbar */
    padding-bottom: 15px;
    box-sizing: border-box;
}

.cts-datenschutz-container {
    display: block;
    max-width: 1140px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    box-sizing: border-box;
}

.cts-datenschutz-title {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: bolder !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    color: #E2E2E2 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    margin-top: .5rem !important;
    margin-bottom: 1rem !important;
    padding: 0 !important;
}

/* 50px Spacer matching elementor-element-a0fbc84 */
.cts-datenschutz-spacer {
    display: block;
    height: 50px;
    width: 100%;
}

/* 1px Solid Black Divider with 15px top/bottom padding matching elementor-element-954080a */
.cts-datenschutz-divider {
    display: block;
    width: 100%;
    border-top: 1px solid #000000;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.cts-datenschutz-body {
    font-family: 'Lato', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #e2e2e2 !important;
}

/* Headings and elements inside the body */
.cts-datenschutz-body h1 {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-top: .5rem !important;
    margin-bottom: 1rem !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.2 !important;
}

.cts-datenschutz-body h2 {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 2.3rem !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    margin-top: .5rem !important;
    margin-bottom: 0 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.2 !important;
}

.cts-datenschutz-body h3 {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    margin-top: .5rem !important;
    margin-bottom: 1rem !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.2 !important;
}

.cts-datenschutz-body p {
    font-family: 'Lato', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #e2e2e2 !important;
    margin-top: 0 !important;
    margin-bottom: .9rem !important;
    padding: 0 !important;
}

.cts-datenschutz-body p:last-child {
    margin-bottom: 0 !important;
}

.cts-datenschutz-body strong,
.cts-datenschutz-body b {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    line-height: 1.2;
}

.cts-datenschutz-body ul,
.cts-datenschutz-body ol {
    margin-top: 0 !important;
    margin-bottom: .9rem !important;
    padding-left: 20px !important;
}

.cts-datenschutz-body ul {
    list-style-type: disc !important;
}

.cts-datenschutz-body ol {
    list-style-type: decimal !important;
}

.cts-datenschutz-body li {
    font-family: 'Lato', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #e2e2e2 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.cts-datenschutz-body li:last-child {
    margin-bottom: 0 !important;
}

.cts-datenschutz-body a {
    font-family: 'Lato', sans-serif !important;
    color: #FFAF00 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    transition: color 0.2s ease;
}

@media (max-width: 767px) {
    .cts-datenschutz-main {
        padding-top: 120px !important;
    }
    .cts-datenschutz-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .cts-datenschutz-body,
    .cts-datenschutz-body p,
    .cts-datenschutz-body li {
        font-size: 15px !important;
    }
    .cts-datenschutz-body h1 {
        font-size: 24px !important;
    }
    .cts-datenschutz-body h2 {
        font-size: 1.8rem !important;
    }
    .cts-datenschutz-body h3 {
        font-size: 18px !important;
    }
}

/* ============================================================
   FLOATING WHATSAPP BUTTON STYLES
   ============================================================ */
.cts-whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 30px;
    background-color: #25d366;
    color: #ffffff !important;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 999999;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none !important;
}

.cts-whatsapp-float:hover {
    background-color: #20ba5a;
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.45);
}

.cts-whatsapp-float:active {
    transform: scale(0.95);
}

@media (max-width: 767px) {
    .cts-whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
}

/* ============================================================
   FLOATING EMAIL BUTTON STYLES
   ============================================================ */
.cts-email-float {
    position: fixed;
    bottom: 85px;
    right: 30px;
    background-color: #2176ff;
    color: #ffffff !important;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 999999;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none !important;
}

.cts-email-float:hover {
    background-color: #0b60e6;
    box-shadow: 0 6px 16px rgba(33, 118, 255, 0.45);
}

.cts-email-float:active {
    transform: scale(0.95);
}

@media (max-width: 767px) {
    .cts-email-float {
        bottom: 80px;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
}

/* ============================================================
   COOKIE CONSENT — Zustimmung verwalten
   Same-to-same clone of teammichael.de Complianz manage-consent button
   ============================================================ */

/* Trigger Button — bottom-left, exact Complianz default position */
.cts-consent-trigger {
    position: fixed;
    bottom: 0;
    right: 40px;
    min-width: 100px;
    left: auto;
    z-index: 10000;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    background-color: #000000;
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 1.1em !important;
    font-weight: 900 !important;
    line-height: 1.4 !important;
    padding: 8px 14px;
    border-radius: 3px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: opacity 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    user-select: none;
    text-transform: uppercase;
}

.cts-consent-trigger:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.cts-consent-trigger.hidden {
    opacity: 0;
    pointer-events: none;
}

/* Modal Overlay — soft cookiewall backdrop */
.cts-consent-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.cts-consent-overlay.active {
    display: flex !important;
    opacity: 1;
    pointer-events: all;
}

/* Modal Box */
.cts-consent-modal {
    position: relative;
    background: #000000;
    border: none;
    border-radius: 12px;
    width: 100%;
    max-width: 526px;
    max-height: calc(100vh - 20px);
    padding: 15px 20px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    display: grid;
    grid-gap: 10px;
    overflow-y: auto;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.2, 0.64, 1), opacity 0.3s ease;
    transition-delay: 0.05s;
}

.cts-consent-overlay.active .cts-consent-modal {
    transform: translateY(0);
    opacity: 1;
}

/* Modal Header — 3-column grid: logo | title | close */
.cts-consent-header {
    display: grid;
    grid-template-columns: 100px 1fr 100px;
    align-items: center;
}

.cts-consent-logo {
    display: flex;
    align-items: center;
    font-size: 22px;
}

.cts-consent-logo img {
    max-height: 40px;
    width: auto;
}

.cts-consent-logo span {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif;
    font-size: 1.4em;
    color: #ffffff;
    line-height: 1;
}

.cts-consent-title {
    justify-self: center;
    font-size: 26px;
    font-weight: 300;
    color: #ffffff;
    text-transform: none;
    letter-spacing: normal;
}

.cts-consent-close {
    justify-self: end;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    line-height: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.cts-consent-close:hover {
    opacity: 0.7;
}

/* Divider */
.cts-consent-divider {
    border-top: 1px solid #000000;
    margin-left: -20px;
    margin-right: -20px;
}

/* Modal Body */
.cts-consent-body {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 55vh;
}

.cts-consent-text {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin-bottom: 5px;
    word-wrap: break-word;
    padding-block: 16px;
}

.cts-consent-manage-link {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #ffaf00 !important;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.2s ease;
}

.cts-consent-manage-link:hover {
    color: #ffffff !important;
}

/* Action Buttons */
.cts-consent-actions {
    display: flex;
    gap: 10px;
}

.cts-consent-btn-accept {
    flex: 1;
    background-color: #ffaf00;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #ffaf00;
    height: 45px;
    padding: 10px;
    cursor: pointer;
    border-radius: 6px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    transition: opacity 0.2s ease;
    text-transform: uppercase;
}

.cts-consent-btn-accept:hover {
    text-decoration: none;
    opacity: 0.9;
}

.cts-consent-btn-reject {
    flex: 1;
    background-color: #000000;
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #ffffff;
    height: 45px;
    padding: 10px;
    cursor: pointer;
    border-radius: 6px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    transition: opacity 0.2s ease;
}

.cts-consent-btn-reject:hover {
    text-decoration: none;
    opacity: 0.8;
}

/* Footer Link */
.cts-consent-footer {
    text-align: center;
}

.cts-consent-footer-link {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #ffaf00 !important;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.cts-consent-footer-link:hover {
    color: #ffffff !important;
}

/* Responsive */
@media (max-width: 576px) {
    .cts-consent-actions {
        flex-direction: column;
    }

    .cts-consent-trigger {
        bottom: 20px;
        right: 20px;
        left: auto;
    }
}

/* ============================================================
   TICKET PAGE & FIENTA WIZARD CHECKOUT FLOW
   ============================================================ */

.cts-ticket-main {
    background-color: var(--cts-bg);
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.cts-ticket-container {
    max-width: 1070px;
    margin: 100px auto 40px auto;
    padding: 0 15px;
    min-height: 80vh;
}

/* Layout Cards */
.fienta-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
    text-align: left;
}
.fienta-hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid var(--cts-border);
}

.fienta-header-body {
    padding: 30px;
}
.fienta-title {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: clamp(1.5rem,1.25rem + 1vw,1.75rem) !important;
    margin: 0 0 15px 0;
    color: #212529;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none !important;
}
.fienta-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.fienta-meta-left {
    flex: 1;
    min-width: 280px;
}
.fienta-meta-text {
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #444444 !important;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
    line-height: 1.4;
}
.fienta-meta-icon {
    position: absolute;
    left: 0;
    top: 3px;
    color: #888888;
    width: 16px;
    text-align: center;
    font-size: 14px;
}
.fienta-meta-text.time {
    font-weight: bold;
}
.fienta-meta-text.time-notes {
    color: var(--cts-accent);
}
.fienta-meta-text.location {
    color: var(--cts-text-muted);
}
.fienta-meta-right {
    display: flex;
    gap: 15px;
    align-items: center;
}

/* Button Toggles */
.fienta-btn {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none !important;
}
.fienta-btn-primary {
    background: var(--cts-accent);
    color: #ffffff !important;
}
.fienta-btn-primary:hover {
    background: #e59d00;
    color: #FFFFFF !important;
}
.fienta-btn-outline-2 {
    background: transparent;
    border: 1px solid var(--cts-accent);
    color: var(--cts-accent);
}
.fienta-btn-outline-2:hover {
    background: var(--cts-accent);
    color: #ffffff;
}

.fienta-btn-outline {
    background: transparent;
    border: 1px solid #495057;
    color: #495057 !important;
}
.fienta-btn-outline:hover {
    background: #495057;
    color: #ffffff !important;
}

.fienta-btn-sm {
    padding: 6px 15px !important;
    font-size: 16px !important;
    font-weight: 400;
}
.fienta-btn-md {
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: 400;
}
.mt-30 {
    margin-top: 30px !important;
}

/* Description Content & Video */
.fienta-desc-body {
    padding: 30px;
    border-top: 1px solid rgba(0,0,0,0.08);
}
.fienta-desc-text {
    font-size: 1rem !important;
    line-height: 1.6;
    color: #555555;
}
.fienta-desc-text p {
    margin-bottom: 18px;
}
.fienta-desc-text strong {
    color: #212529;
}
.fienta-desc-text a {
    color: #9f6d00;
    text-decoration: underline;
}
.fienta-desc-text a:hover {
    color: #212529;
}

/* Gmap card */
.gmap-card {
    padding: 30px;
}
.gmap-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.gmap-address {
    font-size: 1rem;
    font-weight: 400;
    color: #444444;
    margin: 0;
}
.gmap-placeholder-box {
    position: relative;
    width: 100%;
    height: 230px;
    border-radius: 6px;
    overflow: hidden;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.08);
}
.gmap-placeholder-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}
.gmap-center-btn {
    position: absolute;
    z-index: 2;
}

/* Organizer contacts card */
.organizer-contacts-card {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.organizer-contacts-card h2 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 1.6em;
    margin: 0 0 10px 0;
    color: #212529;
}
.organizer-contacts-card a {
    color: var(--cts-accent);
}

.organizer-contacts-card p a {
    color: #9f6d00;
}

@media (max-width: 767px) {
    .cts-ticket-container {
        margin-top: 190px;
    }
    .fienta-header-body {
        padding: 20px;
    }
    .fienta-title {
        font-size: 1.8em;
    }

    /* Mobile sticky checkout button */
    #btnBuyWrapper {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        background: var(--cts-bg) !important;
        padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px)) 20px !important;
        box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.15) !important;
        z-index: 9999 !important;
    }
    #btnBuyWrapper .fienta-btn {
        width: 100% !important;
        display: block !important;
        margin: 0 !important;
        text-align: center !important;
        background: var(--cts-accent) !important;
        color: #ffffff !important;
        border-radius: 6px !important;
        padding: 14px 20px !important;
        font-size: 16px !important;
        font-weight: bold !important;
        text-transform: none !important;
        box-shadow: none !important;
        border: none !important;
    }
    .cts-ticket-main {
        padding-bottom: 120px !important;
    }
}

/* Show Date & Subtitle Anchor Hash Link */
.show-hash-link {
    text-decoration: none !important;
    color: #ffffff !important;
    display: inline-block !important;
}

/* ============================================================
   NEWS PAGE — Same-to-Same teammichael.de/news Layout & Styles
   ============================================================ */
.cts-news-main {
    background-color: var(--cts-bg, #000000) !important;
    color: #ffffff !important;
    padding-top: 125px;
    padding-bottom: 20px;
    min-height: 80vh;
}

.cts-news-container {
    max-width: 1140px;
    padding-inline: 20px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.cts-news-title {
    font-family: 'CoFo Kabeltouw Stencil 20', 'Kabeltouw Stencil 20', sans-serif !important;
    font-size: 2.3rem;
    font-weight: 300;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 28px;
}

.cts-news-intro {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #ffffff !important;
    margin-bottom: 40px;
}

.cts-news-intro strong {

}

.cts-news-intro p {
    margin-bottom: 16px;
    margin-top: 0;
}

.cts-news-greeting {
    margin-bottom: 16px;
}

.cts-news-subheading {
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 400;
}

.cts-news-link {
    color: var(--cts-accent, #FFAF00) !important;
    font-weight: 400;
    transition: opacity 0.2s ease;
    line-height: 1.5;
}

/* Form Container Box */
.cts-news-form-wrapper {
    background-color: #EFF2F7;
    padding: 32px 20px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.cts-news-form-card {
    background-color: #ffffff;
    max-width: 540px;
    width: 100%;
    border: 1px solid #C0CCD9;
    border-radius: 3px;
    padding: 32px 36px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    color: #3C4858;
    text-align: left;
    box-sizing: border-box;
}

.cts-news-field-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.cts-news-field-label {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #3C4858;
    margin-bottom: 6px;
    line-height: 1.4;
    display: block;
}

.cts-news-required {
    color: #cf2e2e;
    font-weight: bold;
}

.cts-news-field-input {
    width: 100%;
    height: 44px;
    padding: 10px 14px;
    border: 1px solid #C0CCDA;
    border-radius: 3px;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    color: #3C4858;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
    box-sizing: border-box;
}

.cts-news-field-input::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #a0aec0;
}

.cts-news-field-input:focus {
    border-color: #2BB2FC;
    box-shadow: 0 0 0 2px rgba(43, 178, 252, 0.2);
}

.cts-news-field-spec {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #8390A4;
    margin-top: 4px;
    line-height: 1.4;
    display: block;
}

.cts-news-steps-block {
    margin: 24px 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #3C4858;
    line-height: 1.5;
}

.cts-news-step-p {
    margin-bottom: 8px;
    margin-top: 0;
}

.cts-news-optin-block {
    margin-top: 16px;
    margin-bottom: 20px;
}

.cts-news-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 6px;
    margin-bottom: 4px;
}

.cts-news-checkbox {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
    flex-shrink: 0;
}

.cts-news-checkbox-text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #3C4858;
    line-height: 1.4;
    cursor: pointer;
}

.cts-news-form-link {
    color: #2BB2FC !important;
    text-decoration: underline !important;
}

.cts-news-submit-block {
    text-align: center;
    margin-top: 28px;
}

.cts-news-submit-btn {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF !important;
    background-color: #3E4857 !important;
    border: none;
    border-radius: 3px;
    padding: 8px 18px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.2s ease, transform 0.1s ease;
    letter-spacing: 0.5px;
    display: inline-block;
}

/* Video Section */
.cts-news-video-section {
    margin-top: 60px;
    text-align: left;
}

.cts-news-video-title {
    font-family: 'CoFo Kabeltouw Stencil 20', 'Kabeltouw Stencil 20', sans-serif !important;
    font-size: 2rem;
    font-weight: 300;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 1;
}

.cts-news-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.6);
    background-color: #000000;
}

.cts-news-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .cts-news-main {
        padding-top: 125px;
        padding-bottom: 20px;
    }

    .cts-news-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
        line-height: 1;
    }

    .cts-news-form-wrapper {
        padding: 20px 10px;
        margin-bottom: 40px;
    }

    .cts-news-form-card {
        padding: 24px 18px;
    }

    .cts-news-video-title {
        font-size: 2rem;
        margin-bottom: 18px;
        line-height: 1;
    }
}

/* ============================================================
   THANK YOU PAGE STYLES (MATCHING TEAMMICHAEL.DE/THANK-YOU)
   ============================================================ */

.cts-thankyou-main {
    background-color: #000000;
    color: #ffffff;
    padding-top: 130px;
    padding-bottom: 30px;
    min-height: 80vh;
    font-family: 'Lato', sans-serif;
}

.cts-thankyou-container {
    max-width: 1021px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Text Section */
.cts-thankyou-hero-text {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 36px;
    line-height: 1.5;
}

.cts-thankyou-hero-text p {
    margin: 0 0 4px 0;
    line-height: 1.5;
    color: #ffffff;
}

/* Video Section */
.cts-thankyou-video-wrapper {
    margin: 0 auto 50px auto;
    width: 100%;
    max-width: 1021px;
}

.cts-thankyou-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    background-color: #000000;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
}

.cts-thankyou-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Bottom Grid Layout */
.cts-thankyou-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: flex-start;
    margin-top: 20px;
}

/* Left Column */
.cts-thankyou-col-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cts-thankyou-heading {
    font-family: 'Kabel Fedor', 'CoFo Kabeltouw Stencil 20', 'Kabeltouw Stencil 20', sans-serif !important;
    font-size: 2.5rem;
    font-weight: 400;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 35px 0;
    line-height: 1;
}

.cts-thankyou-contact-info {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.cts-thankyou-contact-info p {
    margin: 0 0 4px 14;
}

.cts-thankyou-email-link {
    color: #FFAF00 !important;
    transition: color 0.2s ease;
}

.cts-thankyou-phone {
    color: #ffffff;
}

/* Right Column */
.cts-thankyou-col-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cts-thankyou-right-row1 {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
}

.cts-thankyou-subtext {
    max-width: 215px;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
}

.cts-thankyou-right-row2 {
    display: flex;
    justify-content: flex-end;
}

/* Buttons */
.cts-thankyou-btn {
    display: inline-block;
    background-color: #FFAF00 !important;
    color: #ffffff !important;
    font-family: 'Kabel Fedor', 'CoFo Kabeltouw Stencil 20', 'Kabeltouw Stencil 20', 'Roboto', sans-serif !important;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none !important;
    white-space: nowrap;
    letter-spacing: 0.5px;
    transition: background-color 0.2s ease, transform 0.1s ease;
    border: none;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 991px) {
    .cts-thankyou-main {
        padding-top: 110px;
        padding-bottom: 60px;
    }

    .cts-thankyou-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .cts-thankyou-heading {
        margin-bottom: 20px;
        font-size: 2.5rem;
    }

    .cts-thankyou-right-row1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .cts-thankyou-right-row2 {
        justify-content: flex-start;
    }

    .cts-thankyou-btn {
        text-align: center;
    }
}

/* --- Shop Styles --- */
.shop-main {
    padding: 100px 20px;
    background-color: #000000;
    min-height: calc(100vh - 200px);
    color: #ffffff;
}
.shop-container {
    max-width: 1140px;
    margin: 0 auto;
}
.shop-title {
    text-align: center;
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 2.6em !important;
    font-weight: normal;
    letter-spacing: 0.03em;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}
.product-card {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.product-image {
    width: 100%;
    background-color: #111;
    object-fit: cover;
}
.product-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.product-name {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 1.5rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 10px 0;
}
.product-price {
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFAF00;
    margin-bottom: 20px;
}
.product-actions {
    margin-top: auto;
}
.btn-cart {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #FFAF00 !important;
    color: #FFFFFF !important;
    font-family: 'Lato', sans-serif !important;
    border: none;
    border-radius: 3px !important;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase !important;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease !important;
}
.btn-cart:hover {
    background-color: #FFAF00 !important;
    color: #000000 !important;
}

/* --- Product Detail Styles --- */
.product-detail-main {
    padding: 100px 20px;
    background-color: #000000;
    min-height: calc(100vh - 200px);
    color: #ffffff;
}
.product-detail-container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.product-detail-image-wrap {
    flex: 1 1 400px;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-detail-image {
    max-width: 100%;
    border-radius: 4px;
}
.product-detail-info {
    flex: 1 1 400px;
    display: flex;
    flex-direction: column;
}
.product-detail-category {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.product-detail-title {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 3em !important;
    font-weight: normal;
    color: #ffffff;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.product-detail-price {
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #FFAF00;
    margin-bottom: 25px;
}
.product-detail-desc {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}
.product-options {
    margin-bottom: 30px;
}
.product-options label {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}
.product-options select {
    width: 100%;
    padding: 12px;
    background-color: #111;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}

/* --- Checkout Styles --- */
.checkout-main {
    padding: 100px 20px;
    background-color: #000000;
    min-height: calc(100vh - 200px);
    color: #ffffff;
}
.checkout-container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.checkout-title {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 3em !important;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
    width: 100%;
}
.checkout-form-wrap {
    flex: 1 1 600px;
    background: #111;
    padding: 40px;
    border-radius: 8px;
}
.checkout-form h3 {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 2rem !important;
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.checkout-main .form-group {
    margin-bottom: 20px;
}
.checkout-main .form-group label {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}
.checkout-main .form-group input,
.checkout-main .form-group select {
    width: 100%;
    padding: 15px;
    background-color: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}
.checkout-main .form-group select option {
    background-color: #1a1a1a;
    color: #fff;
}
.checkout-main .form-group input:focus,
.checkout-main .form-group select:focus {
    border-color: #FFAF00;
    outline: none;
}
.checkout-main .form-row {
    display: flex;
    gap: 20px;
}
.checkout-main .form-row .form-group {
    flex: 1;
}
.checkout-summary {
    flex: 1 1 350px;
    background: #111;
    padding: 40px;
    border-radius: 8px;
    height: fit-content;
}
.checkout-summary h3 {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 2rem !important;
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.checkout-main .summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    padding-bottom: 15px;
}
.checkout-main .summary-item:last-of-type {
    border-bottom: none;
}
.checkout-main .summary-total {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFAF00;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 15px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

/* --- Cart Styles --- */
.cart-main {
    padding: 100px 20px;
    background-color: #000000;
    min-height: calc(100vh - 200px);
    color: #ffffff;
}
.cart-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
.cart-title {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 3em !important;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
}
.cart-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 40px;
}
.cart-table {
    width: 100%;
    border-collapse: collapse;
}
.cart-table th, .cart-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Lato', sans-serif;
}
.cart-table th {
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    white-space: nowrap;
}
.cart-item-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cart-item-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    background: #111;
}
.cart-item-info h4 {
    margin: 0 0 5px 0;
    font-size: 1.1rem;
    color: #fff;
}
.cart-item-info p {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
}
.cart-summary {
    background: #111;
    padding: 30px;
    border-radius: 8px;
    max-width: 400px;
    margin-left: auto;
}
.cart-summary h3 {
    margin-top: 0;
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif !important;
    font-size: 2rem !important;
    color: #fff;
    text-transform: uppercase;
}
.cart-main .summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
}
.cart-main .summary-total {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFAF00;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 15px;
    margin-top: 15px;
}

.cart-main .btn-remove {
    background: none;
    border: none;
    color: #ff4444;
    cursor: pointer;
    font-size: 1.2rem;
}
.cart-main .alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
}
.cart-main .alert-success {
    background: rgba(0, 200, 80, 0.1);
    color: #00ff66;
    border: 1px solid rgba(0, 200, 80, 0.2);
}

.cart-qty-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #FFAF00;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
}
.cart-qty-btn {
    background: #FFAF00;
    color: #000;
    border: none;
    width: 32px;
    height: 32px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    user-select: none;
}
.cart-qty-btn:hover {
    background: #e69d00;
}
.cart-qty-btn:active {
    background: #cc8b00;
}
.cart-qty-input {
    width: 44px;
    height: 32px;
    border: none;
    background: transparent;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    -moz-appearance: textfield;
    box-shadow: none;
    outline: none;
}
.cart-qty-input::-webkit-outer-spin-button,
.cart-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Mobile Responsiveness for Cart & Checkout */
@media (max-width: 767px) {
    .cart-main {
        padding-top: 130px !important;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
    }
    .cart-container {
        padding: 0;
    }
    .cart-title {
        font-size: 2rem !important;
        margin-bottom: 25px;
    }
    .cart-table-wrapper {
        margin-bottom: 30px;
        border-radius: 8px;
        background: #080808;
    }
    .cart-table {
        min-width: 480px;
    }
    .cart-table th, .cart-table td {
        padding: 12px 10px;
        font-size: 0.88rem;
    }
    .cart-item-flex {
        gap: 10px;
    }
    .cart-item-img {
        width: 60px;
        height: 60px;
    }
    .cart-item-info h4 {
        font-size: 0.95rem;
    }
    .cart-item-info p {
        font-size: 0.8rem;
    }
    .cart-summary {
        max-width: 100%;
        margin-left: 0;
        padding: 20px;
    }

    /* Checkout Page Mobile Improvements */
    .checkout-main {
        padding: 120px 15px 60px 15px;
    }
    .checkout-container {
        gap: 25px;
    }
    .checkout-title {
        font-size: 2rem !important;
        margin-bottom: 20px;
    }
    .checkout-form-wrap, .checkout-summary {
        padding: 20px;
        flex: 1 1 100%;
    }
    .checkout-main .form-row {
        flex-direction: column;
        gap: 0;
    }
}


.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: white !important;
}

.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #888 !important;
}

/* ---- Shop Pagination Styles ---- */
.cts-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cts-page-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cts-page-item .cts-page-link {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.cts-page-item:hover:not(.disabled) {
    border-color: var(--cts-accent, #FFAF00);
    background-color: rgba(255, 175, 0, 0.1);
}

.cts-page-item:hover:not(.disabled) .cts-page-link {
    color: var(--cts-accent, #FFAF00);
}

.cts-page-item.active {
    background-color: var(--cts-accent, #FFAF00);
    border-color: var(--cts-accent, #FFAF00);
}

.cts-page-item.active .cts-page-link {
    color: #000000;
    font-weight: 700;
}

.cts-page-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: rgba(255, 255, 255, 0.1);
}

.cts-page-item.disabled .cts-page-link {
    color: rgba(255, 255, 255, 0.5);
}

/* ============================================================
   POPUP PAGE (EXACT TEAMMICHAEL.DE /POPUP CLONE)
   ============================================================ */

.cts-popup-main {
    background-color: #000000 !important;
    min-height: 100vh;
    padding: 40px 40px 70px 40px;
    color: #ffffff;
}

/* Fixed Popup Announcement Ticker (Pinned to bottom of viewport) */
.cts-popup-ticker-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(254, 182, 0, 0.45);
    box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.85);
    padding: 0;
}

.cts-popup-ticker-fixed .cts-ticker-item {
    font-size: 1rem;
    padding: 10px 14px;
}

.cts-popup-container {
    max-width: 1104px;
    margin: 0 auto;
    text-align: left;
}

.cts-popup-block {
    margin-bottom: 70px;
}

.cts-popup-heading,
.cts-popup-block h1,
.cts-popup-block h2 {
    font-family: 'CoFo Kabeltouw Stencil 20', 'CoFo Kabeltouw', sans-serif !important;
    font-size: 2.6rem !important;
    color: #ffffff !important;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 0.04em;
    font-weight: 400 !important;
    line-height: 1;
}

.cts-popup-text,
.cts-popup-block p {
    font-family: 'Lato', sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #E2E2E2 !important;
    margin-bottom: 0.75rem;
}

.cts-popup-block p:last-child {
    margin-bottom: 0;
}

/* Social Row */
.cts-popup-social-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    align-items: end;
    gap: 50px 30px;
    max-width: 1040px;
    margin: 45px auto 60px auto;
}

.cts-popup-social-col {
    text-align: center;
}

.cts-popup-social-link {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
}

.cts-popup-svg-wrap {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.cts-popup-svg-wrap svg {
    width: 100%;
    height: 100%;
    max-height: 140px;
    fill: #FFAF00 !important;
    transition: fill 0.2s ease;
}

.cts-popup-social-link:hover .cts-popup-svg-wrap svg {
    fill: #E6E6E6 !important;
}

/* Email-Liste specific color (Mail Blue) */
.cts-popup-svg-wrap.cts-popup-email-wrap svg {
    fill: #2176FF !important;
}

.cts-popup-social-link:hover .cts-popup-svg-wrap.cts-popup-email-wrap svg {
    fill: #60A5FA !important;
}

/* FAN-GRUPPE interesting unique color (Neon Magenta / Hot Rose) */
.cts-popup-svg-wrap.cts-popup-fangroup-wrap svg {
    fill: #00F5D4 !important;
}

.cts-popup-social-link:hover .cts-popup-svg-wrap.cts-popup-fangroup-wrap svg {
    fill: #18bba5 !important;
}

.cts-popup-svg-wrap.cts-popup-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cts-popup-site-logo {
    max-width: 130px;
    max-height: 130px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.cts-popup-social-link:hover .cts-popup-site-logo {
    transform: scale(1.06);
    filter: brightness(1.2) drop-shadow(0 0 10px rgba(255, 175, 0, 0.5));
}

/* Live badge styling */
.cts-popup-svg-wrap.cts-live-badge-wrap {
    width: 190px;
    height: 140px;
    align-items: center;
    margin-bottom: 20px;
}

.cts-popup-svg-wrap.cts-live-badge-wrap svg {
    width: 100%;
    height: auto;
    max-height: 85px;
    fill: initial !important;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.cts-popup-svg-wrap.cts-live-badge-wrap svg rect {
    fill: #E60000 !important;
    transition: fill 0.2s ease;
}

.cts-popup-svg-wrap.cts-live-badge-wrap svg circle {
    fill: #FFFFFF !important;
}

.cts-popup-svg-wrap.cts-live-badge-wrap svg polygon {
    fill: #E60000 !important;
    transition: fill 0.2s ease;
}

.cts-popup-svg-wrap.cts-live-badge-wrap svg text {
    fill: #FFFFFF !important;
}

.cts-popup-social-link:hover .cts-popup-svg-wrap.cts-live-badge-wrap svg rect {
    fill: #FF4646 !important;
}

.cts-popup-social-link:hover .cts-popup-svg-wrap.cts-live-badge-wrap svg polygon {
    fill: #FF4646 !important;
}

.cts-popup-social-label {
    font-family: 'CoFo Kabeltouw Stencil 20', 'CoFo Kabeltouw', sans-serif !important;
    font-size: 2rem !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
    display: block;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
    .cts-popup-main {
        padding: 25px 20px 75px 20px;
    }

    .cts-popup-heading,
    .cts-popup-block h1,
    .cts-popup-block h2 {
        font-size: 2.3em !important;
        text-align: center;
    }

    .cts-popup-text,
    .cts-popup-block p {
        font-size: 1rem;
    }

    .cts-popup-social-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 15px;
        justify-items: center;
        margin-top: 35px;
        margin-bottom: 45px;
    }

    .cts-popup-svg-wrap {
        width: 100px;
        height: 100px;
    }

    .cts-popup-site-logo {
        max-width: 85px;
        max-height: 85px;
    }

    .cts-popup-svg-wrap.cts-live-badge-wrap {
        width: 130px;
        height: 100px;
        align-items: flex-end;
        margin-bottom: 8px;
    }

    .cts-popup-svg-wrap svg {
        max-height: 100px;
    }

    .cts-popup-svg-wrap.cts-live-badge-wrap svg {
        max-height: 55px;
    }

    .cts-popup-social-label {
        font-size: 1.2rem !important;
    }
}

/* ============================================================
   CTS ERROR PAGES STYLING
   ============================================================ */
.cts-error-wrapper {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: #000000;
    text-align: center;
    color: #ffffff;
}
.cts-error-card {
    max-width: 650px;
    width: 100%;
    background: rgba(20, 26, 40, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 50px 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    margin-top: 70px;
}
.cts-error-code {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif;
    font-size: 110px;
    line-height: 1;
    font-weight: 400;
    background: linear-gradient(135deg, #ff4b72 0%, #ff8533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.cts-error-title {
    font-family: 'CoFo Kabeltouw Stencil 20', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 15px;
    color: #ffffff;
}
.cts-error-message {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #a0aec0;
    margin-bottom: 35px;
    line-height: 1.6;
}
.cts-error-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
.cts-error-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 6px 16px !important;
    border-radius: 4px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.1em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    margin: 0 !important;
}
.cts-btn-primary {
    background-color: #FFAF00 !important;
    color: #FFFFFF !important;
    border: none !important;
}
.cts-btn-primary:hover {
    background-color: #FFAF00 !important;
    color: #5C5885 !important;
}
.cts-btn-secondary {
    background-color: transparent !important;
    color: #FFAF00 !important;
    border: 1px solid #FFFFFF !important;
}
.cts-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFAF00 !important;
}

/* Custom Global Pagination Styles */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 8px;
    margin-bottom: 0;
    justify-content: center;
    margin-top: 2rem;
}

.page-item .page-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    color: #1e293b;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.page-item.active .page-link {
    z-index: 3;
    color: #ffffff !important;
    background-color: #1047f8 !important;
    border-color: #1047f8 !important;
    box-shadow: 0 4px 12px rgba(16, 71, 248, 0.25) !important;
}

.page-item.disabled .page-link {
    color: #94a3b8 !important;
    pointer-events: none;
    background-color: #f8fafc !important;
    border-color: #e2e8f0 !important;
    box-shadow: none !important;
}

.page-item:not(.active):not(.disabled) .page-link:hover {
    color: #1047f8 !important;
    background-color: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}


