:root {
    --brand-neon: #ccff00;
    --bg-deep: #0a0a0a;
    --bg-mid: #1a1a1a;
    --bg-dark: #050505;
    --text-main: #ffffff;
    --anchor-offset-top: 114px;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg-deep);
    color: var(--text-main);
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    opacity: 0;
    transition: opacity 0.4s ease;
}

html {
    background: #000;
    scroll-padding-top: calc(var(--anchor-offset-top) + env(safe-area-inset-top));
}

html.is-anchor-locking {
    overflow-anchor: none;
}

body.page-enter {
    opacity: 1;
}

body.page-leave {
    opacity: 0;
}

.neon-yellow,
.text-neon-yellow {
    color: var(--brand-neon);
}

h1 .neon-yellow,
h2 .neon-yellow,
h3 .neon-yellow,
h4 .neon-yellow,
h5 .neon-yellow,
h6 .neon-yellow,
h1 .text-neon-yellow,
h2 .text-neon-yellow,
h3 .text-neon-yellow,
h4 .text-neon-yellow,
h5 .text-neon-yellow,
h6 .text-neon-yellow,
h1.neon-yellow,
h2.neon-yellow,
h3.neon-yellow,
h4.neon-yellow,
h5.neon-yellow,
h6.neon-yellow,
h1.text-neon-yellow,
h2.text-neon-yellow,
h3.text-neon-yellow,
h4.text-neon-yellow,
h5.text-neon-yellow,
h6.text-neon-yellow {
    text-shadow: 0 0 8px rgba(204, 255, 0, 0.32), 0 0 16px rgba(204, 255, 0, 0.16);
}

.bg-neon-yellow {
    background-color: var(--brand-neon);
}

.hover\:text-neon-yellow:hover {
    color: var(--brand-neon);
}

.hover\:bg-neon-yellow:hover {
    background-color: var(--brand-neon);
}

a.bg-neon-yellow,
button.bg-neon-yellow,
input[type="submit"].bg-neon-yellow,
.menu-anfragen-btn-mobile.bg-neon-yellow {
    box-shadow: 0 0 0 1px rgba(204, 255, 0, 0.14), 0 0 14px rgba(204, 255, 0, 0.24);
    transition: box-shadow 0.35s ease, filter 0.35s ease, transform 0.35s ease;
}

a.bg-neon-yellow:hover,
button.bg-neon-yellow:hover,
input[type="submit"].bg-neon-yellow:hover,
a.hover\:bg-neon-yellow:hover,
button.hover\:bg-neon-yellow:hover,
input[type="submit"].hover\:bg-neon-yellow:hover,
.menu-anfragen-btn-mobile.bg-neon-yellow:hover {
    box-shadow: 0 0 0 1px rgba(204, 255, 0, 0.22), 0 0 20px rgba(204, 255, 0, 0.32);
    filter: brightness(1.02);
}

.border-neon-yellow\/20 {
    border-color: rgba(204, 255, 0, 0.2);
}

.concrete-texture {
    background: radial-gradient(circle at 50% 50%, var(--bg-mid) 0%, var(--bg-dark) 100%);
    position: relative;
}

#scroll-tape-container {
    position: fixed;
    top: 80px;
    left: 0;
    width: 0%;
    height: 24px;
    background: #ccff00;
    z-index: 250;
    overflow: hidden;
    border-bottom: 2px solid #000;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.tape-pattern {
    width: 5000px;
    height: 100%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='24'><text x='0' y='16' font-family='Arial Black, sans-serif' font-weight='900' font-size='10' fill='black'>CRIME SCENE - DO NOT CROSS //</text></svg>");
    background-repeat: repeat-x;
}

.content-text {
    line-height: 1.8;
    color: #d1d5db;
}

h1,
h2,
h3 {
    letter-spacing: 0.01em;
}

.nav-link-glow {
    transition: all 0.3s ease;
}

.nav-link-glow:hover {
    color: var(--brand-neon) !important;
    text-shadow: 0 0 10px rgba(204, 255, 0, 0.7), 0 0 20px rgba(204, 255, 0, 0.3);
}

.menu-anfragen-btn {
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.menu-anfragen-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 12px rgba(204, 255, 0, 0.55), 0 0 24px rgba(204, 255, 0, 0.25);
}

.menu-anfragen-btn-mobile {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.menu-anfragen-btn-mobile:hover {
    transform: scale(1.05);
    box-shadow: 0 0 12px rgba(204, 255, 0, 0.55), 0 0 26px rgba(204, 255, 0, 0.35);
}

.menu-icon-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.menu-icon-line {
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
    transform-origin: center;
    transition: transform 0.28s ease;
}

.menu-icon-btn.is-open .menu-icon-line:first-child {
    transform: translateY(4px) rotate(45deg);
}

.menu-icon-btn.is-open .menu-icon-line:last-child {
    transform: translateY(-4px) rotate(-45deg);
}

.dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
}

.group:hover .dropdown-container {
    display: block;
}

@media (max-width: 989px) {
    nav .hidden.md\:flex {
        display: none !important;
    }

    nav a.menu-anfragen-btn.hidden.md\:block {
        display: none !important;
    }

    nav #menu-btn {
        display: inline-flex !important;
    }
}

@media (min-width: 990px) {
    nav .hidden.md\:flex {
        display: flex !important;
    }

    nav a.menu-anfragen-btn.hidden.md\:block {
        display: block !important;
    }

    nav #menu-btn {
        display: none !important;
    }
}

#mobile-menu-overlay {
    --mobile-menu-scale: 1;
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 480;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100dvh;
    min-height: 100dvh;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    overscroll-behavior: none;
    padding-bottom: 0;
    isolation: isolate;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.24s ease, visibility 0s linear 0.24s;
}

#mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

#mobile-menu-overlay::after {
    content: none;
}

.mobile-menu-header {
    display: flex !important;
    flex: 0 0 80px;
    min-height: 80px;
}

.mobile-menu-scroll {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    overflow: hidden !important;
    overscroll-behavior: none;
    padding-top: clamp(2px, 0.55vh, 8px) !important;
    padding-bottom: calc(8px + env(safe-area-inset-bottom)) !important;
    scroll-padding-bottom: calc(8px + env(safe-area-inset-bottom)) !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.mobile-menu-content {
    width: 100%;
    transform: scale(var(--mobile-menu-scale));
    transform-origin: top center;
    will-change: transform;
    transition: transform 0.2s ease;
}

.mobile-menu-scroll .space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: clamp(0.67rem, 1.67vh, 1.1rem) !important;
}

#mobile-menu-overlay .mobile-menu-glow.text-3xl {
    font-size: clamp(1.92rem, 3.8vh, 2.2rem);
    line-height: 1.04;
}

#mobile-menu-overlay .mobile-keynote-link {
    font-size: 10px !important;
    padding-top: 0.42rem !important;
    padding-bottom: 0.42rem !important;
}

.mobile-menu-glow {
    transition: color 0.2s ease, text-shadow 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease, border-color 0.2s ease, background-color 0.25s ease;
}

.mobile-menu-glow.is-glow {
    color: var(--brand-neon) !important;
    text-shadow: 0 0 12px rgba(204, 255, 0, 0.6);
    box-shadow: none;
    transform: scale(1.03);
}

.menu-anfragen-btn-mobile {
    position: sticky;
    bottom: max(6px, env(safe-area-inset-bottom));
    z-index: 3;
}

.menu-anfragen-btn-mobile.is-glow,
.menu-anfragen-btn-mobile:active {
    box-shadow: 0 0 12px rgba(204, 255, 0, 0.55), 0 0 28px rgba(204, 255, 0, 0.35);
}

@media (max-height: 840px) {
    #mobile-menu-overlay .mobile-menu-scroll {
        padding-top: clamp(0px, 0.35vh, 4px) !important;
    }

    .mobile-menu-scroll .space-y-5 > :not([hidden]) ~ :not([hidden]) {
        margin-top: clamp(0.48rem, 1.24vh, 0.82rem) !important;
    }

    #mobile-menu-overlay .mobile-menu-glow.text-3xl {
        font-size: clamp(1.74rem, 3.25vh, 1.96rem);
        line-height: 1.01;
    }

    #mobile-menu-overlay .menu-anfragen-btn-mobile {
        margin-top: 0.35rem;
    }
}

.mobile-keynote-link {
    transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.25s ease, background-color 0.25s ease, transform 0.2s ease;
}

.mobile-keynote-link.is-glow {
    color: var(--brand-neon) !important;
    border-color: rgba(204, 255, 0, 0.85) !important;
    background: rgba(204, 255, 0, 0.1);
    box-shadow: 0 0 14px rgba(204, 255, 0, 0.45);
    transform: scale(1.03);
}

.mobile-menu-glow:active {
    color: var(--brand-neon) !important;
    text-shadow: 0 0 12px rgba(204, 255, 0, 0.55);
}

.mobile-keynote-link:active {
    color: var(--brand-neon) !important;
    border-color: rgba(204, 255, 0, 0.85) !important;
    background: rgba(204, 255, 0, 0.1);
    box-shadow: 0 0 14px rgba(204, 255, 0, 0.45);
}

#mobile-menu-overlay.ios-vp .menu-anfragen-btn-mobile {
    position: static;
}

.consent-settings-btn {
    position: fixed;
    left: 14px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 14px);
    z-index: 9000;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(10, 10, 12, 0.88);
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
    padding: 0;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.consent-settings-btn svg {
    width: 33px;
    height: 33px;
}

.consent-settings-btn:hover {
    transform: translateY(-1px);
    background: rgba(18, 18, 21, 0.94);
    border-color: rgba(204, 255, 0, 0.45);
}

.consent-toggle {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    accent-color: var(--brand-neon);
}

.consent-btn {
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    line-height: 1;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.consent-btn-primary {
    background: var(--brand-neon);
    color: #000;
    border-color: transparent;
}

.consent-btn-dark {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.consent-embed-wrapper {
    position: relative;
}

.consent-embed-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    background: linear-gradient(165deg, rgba(0, 0, 0, 0.92), rgba(12, 12, 12, 0.96));
    z-index: 2;
}

.consent-embed-placeholder p {
    margin: 0 0 12px;
    color: #d7d7d7;
    font-size: 14px;
}

.consent-sheet-backdrop {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 9100 !important;
    pointer-events: none !important;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
}

.consent-sheet {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    background: rgba(10, 10, 10, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 16px 16px 0 0 !important;
    box-shadow: 0 -14px 34px rgba(0, 0, 0, 0.4) !important;
    padding: 12px 16px 14px !important;
    pointer-events: auto !important;
    backdrop-filter: blur(12px);
    font-size: 16px;
    line-height: 1.5;
}

.consent-sheet-title {
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 15px;
    line-height: 1.15;
}

.consent-sheet-desc {
    margin: 5px 0 0;
    font-size: 13px;
    color: #b6b6b6;
    line-height: 1.4;
}

.consent-sheet-select-row {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.consent-sheet-select-toggle {
    appearance: none;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #d6d6d6;
    font-weight: 800;
    font-family: inherit;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

.consent-sheet-select-toggle:hover {
    color: #f0f0f0;
    text-shadow: 0 0 10px rgba(204, 255, 0, 0.35);
}

.consent-sheet-select-toggle[aria-expanded="true"] {
    color: var(--brand-neon);
    text-shadow: 0 0 12px rgba(204, 255, 0, 0.45);
}

.consent-btn-save-inline {
    padding: 10px 14px;
    font-size: 10px;
    white-space: nowrap;
}

.consent-sheet-grid {
    margin-top: 9px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.consent-sheet-grid[hidden] {
    display: none;
}

.consent-sheet-item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 11px;
    padding: 9px 10px;
    background: rgba(255, 255, 255, 0.02);
}

.consent-sheet-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.consent-sheet-item-label {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
}

.consent-sheet-item-desc {
    margin: 5px 0 0;
    font-size: 10px;
    color: #939393;
}

.consent-sheet-actions {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.consent-sheet-actions .consent-btn {
    padding: 13px 12px;
    font-size: 11px;
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .consent-sheet-backdrop {
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
    }

    .consent-sheet {
        padding: 10px 10px 12px !important;
        border-radius: 12px 12px 0 0 !important;
    }

    .consent-sheet-title {
        font-size: 12px;
    }

    .consent-sheet-desc {
        margin: 3px 0 0;
        font-size: 11px;
        line-height: 1.35;
    }

    .consent-sheet-select-row {
        margin-top: 8px;
        gap: 8px;
    }

    .consent-sheet-select-toggle {
        font-size: 11px;
    }

    .consent-btn-save-inline {
        padding: 9px 10px;
        font-size: 9px;
    }

    .consent-sheet-grid {
        margin-top: 7px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .consent-sheet-item {
        padding: 7px 8px;
    }

    .consent-sheet-item-label {
        font-size: 9px;
    }

    .consent-sheet-item-desc {
        margin: 3px 0 0;
        font-size: 8px;
    }

    .consent-sheet-actions {
        margin-top: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .consent-sheet-actions .consent-btn {
        padding: 11px 8px;
        font-size: 9px;
        letter-spacing: 0.09em;
    }

    .consent-settings-btn {
        width: 50px;
        height: 50px;
        left: 10px;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 10px);
    }
}

.big-number {
    font-size: 6rem;
    font-weight: 900;
    color: var(--brand-neon);
    opacity: 0.1;
    line-height: 1;
}

.hero-title {
    font-size: clamp(2rem, 8vw, 6rem) !important;
    line-height: 1 !important;
    font-weight: 900;
    letter-spacing: 0.018em;
    text-transform: uppercase;
    word-wrap: break-word;
    hyphens: auto;
}

.apple-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 2.5rem;
}

.shell {
    width: min(1180px, calc(100% - 2.5rem));
    margin: 0 auto;
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding: 1.8rem 0 2.3rem;
    color: #9d9d9d;
    font-size: 0.75rem;
}

.site-footer--speaker {
    border-top-color: rgba(255, 255, 255, 0.05);
    padding: 3rem 0;
    text-align: center;
}

.site-footer-legal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: #606060;
}

.site-footer-legal a {
    color: inherit;
    transition: color 0.2s ease;
}

.site-footer-legal a:hover,
.site-footer-legal a:focus-visible {
    color: var(--brand-neon);
    text-shadow: 0 0 10px rgba(204, 255, 0, 0.24);
}

.site-footer-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.9rem;
    font-size: 0.66rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #8a8a8a;
}

.site-footer-socials {
    margin-top: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.site-footer-meta a,
.site-footer-socials a {
    color: inherit;
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

.site-footer-meta a:hover,
.site-footer-meta a:focus-visible,
.site-footer-socials a:hover,
.site-footer-socials a:focus-visible {
    color: var(--brand-neon);
    text-shadow: 0 0 10px rgba(204, 255, 0, 0.24);
}

.site-footer-email {
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.site-footer-socials a {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.02);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
}

.site-footer-socials a:hover,
.site-footer-socials a:focus-visible {
    border-color: rgba(204, 255, 0, 0.5);
    background: rgba(204, 255, 0, 0.08);
    text-shadow: none;
}

.site-footer-socials svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

@media (max-width: 768px) {
    .apple-card {
        border-radius: 1.5rem;
        padding: 1.5rem !important;
        overflow: hidden;
    }
}

@media (max-width: 760px) {
    .site-footer-legal {
        letter-spacing: 0.24em;
        gap: 0.5rem;
    }

    .site-footer-meta {
        letter-spacing: 0.14em;
    }

    .site-footer-socials {
        gap: 0.45rem;
    }

    .site-footer-socials a {
        width: 32px;
        height: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body {
        transition: none !important;
        animation: none !important;
    }
}
