@font-face {
    font-family: 'AvengeanceHeroicAvenger';
    src: url('../fonts/AVENGEANCE HEROIC AVENGER.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FutureEarth';
    src: url('../fonts/future-earth.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oxanium';
    src: url('../fonts/Oxanium-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #000;
    margin: 0;
    padding-top: 110px;
    color: #fff;
}

p, .fact-box, .mode-card p, .contact-box p {
    font-family: 'FutureEarth', 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
}

h1, h2, h3,.logo-headline {
    font-family: 'AvengeanceHeroicAvenger', Arial, sans-serif;
    letter-spacing: 0.2em;
}

.nav-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 2000;
    background: #000;
    box-shadow: 0 4px 24px 0 #000b;
}

.main-nav {
    background-color: #000;
    padding: 20px 40px;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo img {
    height: 80px;
    width: auto;
    display: block;
}


.nav-menu {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.nav-menu li a {
    font-family: 'FutureEarth', 'Oswald', sans-serif;
    color: #F3C743;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: bold;
    transition: color 0.2s, text-shadow 0.2s;
}

.nav-menu li a:hover, .nav-menu li .booking-nav-button:hover {
    color: #fff;
    text-shadow: 0 0 10px #F3C743, 0 0 42px #FFD580;
}

.booking-nav-button {
    background: #fff;
    color: #000 !important;
    border-radius: 20px;
    padding: 10px 24px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 0 10px #F3C743, 0 0 30px #FFD580;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.booking-nav-button:hover {
    background: #F3C743;
    color: #fff !important;
    box-shadow: 0 0 20px #F3C743, 0 0 60px #FFD580;
}

.nav-neon-separator {
    width: 100%;
    height: 1px;
    margin: 8px auto 0 auto;
    background: #fffbe6;
    box-shadow: 0 0 12px 2px #F3C743;
    border-radius: 8px;
    opacity: 0.95;
}

.booking-button {
    display: inline-block;
    padding: 20px 40px;
    background: #F3C743;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    border: none;
    border-radius: 40px;
    box-shadow: 0 0 20px 5px #F3C743, 0 0 60px 10px #FFD580;
    text-decoration: none;
    text-align: center;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.1s;
    margin: 40px auto 0 auto;
    cursor: pointer;
}

.booking-button:hover, .booking-button:focus {
    background: #fffbe6;
    color: #F3C743;
    box-shadow: 0 0 40px 10px #F3C743, 0 0 80px 20px #FFD580;
    transform: scale(1.05);
}

section {
    padding: 80px 20px 40px 20px;
    border-bottom: 1px solid rgba(249, 201, 117, 0.1);
    max-width: 1200px;
    margin: 0 auto;
}

section h2 {
    color: #fff;
    font-size: 2em;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 0 10px #F3C743;
}

.welcome-section {
    max-width: 800px;
    margin: 80px auto 60px auto;
    padding: 32px 24px 24px 24px;
    background: rgba(0,0,0,0.85);
    border-radius: 18px;
    box-shadow: 0 0 12px 8px #F3C743, 0 0 30px 10px #FFD580;
    text-align: center;
    color: #fff;
}

.welcome-section h1 {
    margin-top: 20px;
    font-family: 'AvengeanceHeroicAvenger', Arial, sans-serif;
    text-transform: none;
    color: #fff;
    font-size: 5em;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-shadow: 0 0 16px #F3C743, 0 0 22px #FFD580;
}

.welcome-location {
    font-family: 'FutureEarth', 'Oswald', sans-serif;
    color: #fffbe6;
    font-size: 1.1em;
    margin-bottom: 18px;
    letter-spacing: 0.08em;
}

.welcome-section p {
    font-family: 'FutureEarth', 'Oswald', sans-serif;
    font-size: 1.18em;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin: 0;
}

.welcome-section strong {
    color: #F3C743;
    text-shadow: 0 0 8px #F3C743;
}

.fact-box strong {
    display: block;
    font-size: 1.18em;
    font-weight: 700;
    color: #F3C743;
    letter-spacing: 0.03em;
    margin-bottom: 6px;
    text-shadow: 0 0 8px #F3C74388, 0 0 18px #fffbe6;
}

.fact-box {
    font-weight: 100; /* Make normal text less bold */
    color: #fff;
    font-size: 1.08em;
}

.facts-section h2 {
    text-transform: none;
    font-size: 5em;
    letter-spacing: 0.02em;
}

.facts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.fact-box {
    background: rgba(0,0,0,0.7);
    border: 2px solid #F3C743;
    border-radius: 16px;
    padding: 32px 24px;
    color: #fff;
    font-size: 1.2em;
    box-shadow: 0 0 20px #F3C743, 0 0 40px #FFD580;
    text-align: center;
    min-width: 220px;
    max-width: 320px;
    margin: 10px;
}

.modes-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}

.modes-section h2 {
    text-transform: none;
    font-size: 5em;
    letter-spacing: 0.02em;
}

.mode-card {
    background: rgba(0,0,0,0.7);
    border: 2px solid #FFD580;
    border-radius: 16px;
    padding: 32px 24px;
    min-width: 220px;
    max-width: 320px;
    box-shadow: 0 0 20px #FFD580, 0 0 40px #F3C743;
    text-align: center;
}

.mode-card p {
    letter-spacing: 1px;
}

.mode-card h3 {
    font-family: 'FutureEarth', 'Oswald', sans-serif;
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    color: #F3C743;
    letter-spacing: 0.03em;
    margin-bottom: 6px;
    text-shadow: 0 0 8px #F3C74388, 0 0 18px #fffbe6;
}

.events-hint {
    font-family: 'FutureEarth', 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(243, 199, 67, 0.15);
    border-left: 4px solid #F3C743;
    padding: 18px 18px 16px 18px;
    color: #fff;
    font-size: 1.3em;
    border-radius: 10px;
    box-shadow: 0 0 12px #F3C74355;
    flex-basis: 100%;
    max-width: none;
    width: 100%;
    align-self: stretch;
    margin-top: 40px;
    a {
        color: #F3C743;
    }
}

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

.pricing-section h2 {
    font-family: 'AvengeanceHeroicAvenger', 'FutureEarth', sans-serif;
    color: #FFF;
    text-align: center;
    text-transform: none;
    font-size: 5em;
    letter-spacing: 0.04em;
    margin-bottom: 32px;
    text-shadow: 0 0 22px #fffbe6, 0 0 12px #F3C743;
}

.pricing-table-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
    width: 100%;
}

.pricing-table.neon-table {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
    border: none;
    background: rgba(0,0,0,0.92);
    box-shadow:
            0 0 32px 8px #F3C74366,
            0 0 80px 20px #fffbe622,
            0 0 0 4px #F3C74344 inset;
    font-family: 'FutureEarth', 'Oswald', Arial, sans-serif;
    font-size: 1.4em;
}

.pricing-table.neon-table th, .pricing-table.neon-table td {
    padding: 22px 18px;
    text-align: center;
    border: none;
}

.pricing-table.neon-table th {
    font-family: 'FutureEarth', 'Oswald', sans-serif;
    background: linear-gradient(90deg, #F3C743 0%, #fffbe6 100%);
    color: #111;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-shadow: 0 0 10px #fffbe6, 0 0 6px #F3C743;
    border-bottom: 3px solid #F3C743;
}

.pricing-table.neon-table td {
    background: rgba(0,0,0,0.88);
    color: #fffbe6;
    font-weight: 500;
    border-bottom: 1.5px solid #F3C74355;
    transition: background 0.2s;
}

.pricing-table.neon-table tr:last-child td {
    border-bottom: none;
}

.pricing-table-note {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 1.08em;
    letter-spacing: 0.05em;
    font-family: 'FutureEarth', Arial, sans-serif;
}

.pricing-events-hint a {
    color: #F3C743;
    text-decoration: underline;
    font-weight: bold;
}

@media (max-width: 1000px) {
    .pricing-table.neon-table {
        font-size: 1em;
        max-width: 98vw;
    }
    .pricing-section h2 {
        font-size: 2.1em;
    }
}

@media (max-width: 700px) {
    .pricing-section {
        padding: 0 2vw;
    }
    .pricing-table.neon-table th, .pricing-table.neon-table td {
        padding: 14px 6px;
    }
    .pricing-table-note {
        font-size: 0.98em;
    }
    .pricing-events-hint {
        font-size: 1em;
        padding: 12px 8px 10px 12px;
    }
}

.contact-section {
    max-width: 900px;
    margin: 20px auto 40px auto;
    padding: 36px 24px 32px 24px;
}

.contact-section h2 {
    color: #FFF;
    font-family: 'AvengeanceHeroicAvenger', Arial, sans-serif;
    text-transform: none;
    text-align: center;
    margin-bottom: 32px;
    text-shadow: 0 0 18px #fffbe6;
    font-size: 5em;
    letter-spacing: 0.08em;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px 28px;
    margin-bottom: 30px;
    align-items: center;
}

.contact-info-item {
    font-family: 'FutureEarth', 'Oswald', sans-serif;
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    padding: 13px 18px;
    font-size: 1.09em;
    color: #fffbe6;
    letter-spacing: 0.01em;
}

.contact-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    object-fit: contain;
    border-radius: 7px;
    background: #181818;
}

.contact-info-item a {
    color: #F3C743;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s, text-shadow 0.2s;
    text-shadow: 0 0 8px #F3C74388;
    word-break: break-all;
}

.contact-info-item a:hover {
    color: #fffbe6;
    text-shadow: 0 0 12px #F3C743, 0 0 32px #fffbe6;
}

.opening-hours {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.opening-hours-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.map-box {
    margin-top: -24px;
    border-radius: 16px;
    overflow: hidden;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
}

.map-box iframe {
    width: 100%;
    height: 250px;
    border: 0;
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 0; /* The container handles the rounding */
}


@media (max-width: 700px) {
    .contact-section {
        padding: 18px 4vw 18px 4vw;
    }
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .contact-info-item {
        font-size: 1em;
        padding: 10px 12px;
    }
    .contact-icon {
        width: 28px;
        height: 28px;
        min-width: 28px;
        min-height: 28px;
    }
}


.faq-section {
    font-family: 'FutureEarth', 'Oswald', sans-serif;
    max-width: 900px;
    margin: 60px auto;
    padding: 32px 20px;
    background: rgba(0,0,0,0.82);
}

.faq-section h2 {
    font-size: 5em;
    color: #FFF;
    text-align: center;
    margin-bottom: 32px;
    text-shadow: 0 0 18px #fffbe6;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.faq-item {
    background: rgba(0,0,0,0.7);
    border-radius: 12px;
    box-shadow: 0 0 7px #F3C74344;
    border: 1.5px solid #F3C743;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.faq-item[open] {
    box-shadow: 0 0 24px #F3C74399, 0 0 40px #fffbe644;
    border-color: #fffbe6;
}

.faq-item summary {
    font-family: 'FutureEarth', 'Oswald', sans-serif;
    cursor: pointer;
    font-size: 1.13em;
    color: #fffbe6;
    padding: 16px 22px;
    font-weight: 600;
    letter-spacing: 0.03em;
    outline: none;
    border: none;
    background: none;
    transition: color 0.2s;
    text-shadow: 0 0 4px #F3C743;
}

.faq-item[open] summary {
    color: #F3C743;
    text-shadow: 0 0 4px #fffbe6;
}

.faq-item p {
    padding: 0 22px 18px 22px;
    color: #fff;
    font-size: 1.05em;
    margin: 0;
    line-height: 1.5;
}

.site-footer {
    width: 100vw;
    background: black;
    padding: 32px 0 24px 0;
    text-align: center;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 36px;
    align-items: center;
}

.footer-nav a {
    font-family: 'FutureEarth', 'Oswald', sans-serif;
    font-size: 1.08em;
    letter-spacing: 0.03em;
    color: #F3C743;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.2s, text-shadow 0.2s;
    text-shadow: 0 0 8px #F3C74388;
    padding: 4px 8px;
}

.footer-nav a:hover {
    color: #fffbe6;
    text-shadow: 0 0 12px #F3C743, 0 0 32px #fffbe6;
}

.footer-social-link {
    display: flex;
    align-items: center;
    padding-left: 8px;
    transition: filter 0.2s;
}

.footer-social-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 6px;
    background: #181818;
    margin-bottom: -4px;
}

.footer-social-link:hover .footer-social-icon {
    box-shadow: 0 0 10px #F3C743, 0 0 18px #fffbe6;
    filter: drop-shadow(0 0 5px #F3C743) drop-shadow(0 0 10px #fffbe6);
}

.footer-copyright {
    text-align: center;
    color: #fff;
    font-size: 0.7em;
    margin-top: 18px;
    letter-spacing: 0.04em;
    font-family: 'Oxanium', Arial, sans-serif;
    opacity: 0.85;
}

.impressum-page h1 {
    color: #fff;
    font-family: 'AvengeanceHeroicAvenger', Arial, sans-serif;
    font-size: 4em;
    letter-spacing: 0.08em;
    margin-bottom: 50px;
    text-align: center;
    text-shadow: 0 0 18px #fffbe6, 0 0 8px #F3C743;
}

.impressum-page p {
    font-size: 24px;
    margin-bottom: 30px;
}

.impressum-page strong {
    color: #F3C743;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-shadow: 0 0 8px #F3C74399;
}

.impressum-page a {
    color: #fffbe6;
    text-decoration: underline;
    transition: color 0.2s, text-shadow 0.2s;
    font-weight: 500;
}

.impressum-page a:hover {
    color: #F3C743;
    text-shadow: 0 0 8px #F3C743, 0 0 16px #fffbe6;
}

.datenschutz-page {
    max-width: 800px;
    margin: 48px auto 60px auto;
    padding: 36px 24px 32px 24px;
    background: rgba(0,0,0,0.88);
    color: #fffbe6;
    font-family: 'FutureEarth', 'Oswald', Arial, sans-serif;
    font-size: 1.09em;
    line-height: 1.7;
    letter-spacing: 0.01em;
}

.datenschutz-page h1,
.datenschutz-page h2,
.datenschutz-page h3 {
    font-family: 'FutureEarth', 'Oswald', Arial, sans-serif;
    color: #F3C743;
    letter-spacing: 0.06em;
    margin-top: 36px;
    margin-bottom: 16px;
    text-shadow: 0 0 14px #fffbe6, 0 0 8px #F3C74355;
}

.datenschutz-page h1 {
    color: #fff;
    font-family: 'AvengeanceHeroicAvenger', Arial, sans-serif;
    font-size: 4em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 32px;
}

.datenschutz-page h2 {
    font-size: 1.35em;
}

.datenschutz-page h3 {
    font-size: 1.13em;
    color: #fffbe6;
    text-shadow: 0 0 8px #F3C743;
}

.datenschutz-page p,
.datenschutz-page ul,
.datenschutz-page ol {
    margin-bottom: 18px;
}

.datenschutz-page ul,
.datenschutz-page ol {
    padding-left: 24px;
}

.datenschutz-page ul.index {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    justify-content: center;
    background: rgba(243,199,67,0.07);
    border-radius: 10px;
    padding: 18px 0 10px 0;
}

.datenschutz-page ul.index li {
    margin: 0;
}

.datenschutz-page .index-link {
    color: #F3C743;
    text-decoration: none;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s, text-shadow 0.2s;
}

.datenschutz-page .index-link:hover {
    background: #F3C743;
    color: #111;
    text-shadow: 0 0 12px #fffbe6;
}

.datenschutz-page strong {
    color: #F3C743;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-shadow: 0 0 8px #F3C74399;
}

.datenschutz-page a {
    color: #fffbe6;
    text-decoration: underline;
    transition: color 0.2s, text-shadow 0.2s;
    font-weight: 500;
    word-break: break-all;
}

.datenschutz-page a:hover {
    color: #F3C743;
    text-shadow: 0 0 8px #F3C743, 0 0 16px #fffbe6;
}

.datenschutz-page .seal {
    margin-top: 32px;
    text-align: center;
    font-size: 0.98em;
    color: #fffbe6;
    opacity: 0.7;
}

@media (max-width: 700px) {
    .datenschutz-page {
        padding: 18px 4vw 22px 4vw;
        font-size: 1em;
    }
    .datenschutz-page ul.index {
        flex-direction: column;
        gap: 6px 0;
        padding: 10px 0 8px 0;
    }
}

.agb-page {
    max-width: 800px;
    margin: 48px auto 60px auto;
    padding: 36px 24px 32px 24px;
    color: #fffbe6;
    font-family: 'FutureEarth', 'Oswald', Arial, sans-serif;
    font-size: 1.09em;
    line-height: 1.7;
    letter-spacing: 0.01em;
}

.agb-page h1 {
    color: #FFF;
    font-family: 'AvengeanceHeroicAvenger', Arial, sans-serif;
    text-transform: none;
    font-size: 4em;
    text-align: center;
    margin-top: 0;
    letter-spacing: 0.08em;
    text-shadow: 0 0 18px #fffbe6, 0 0 8px #F3C743;
}

.agb-page h2 {
    color: #F3C743;
    font-size: 1.23em;
    margin-top: 36px;
    text-shadow: 0 0 8px #F3C743;
    font-family: 'FutureEarth', 'Oswald', Arial, sans-serif;
    letter-spacing: 0.04em;
}

.agb-page ul {
    padding-left: 28px;
}

.agb-page ul li {
    margin-bottom: 8px;
}

.agb-page a {
    color: #F3C743;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s, text-shadow 0.2s;
    text-shadow: 0 0 8px #F3C74388;
}

.agb-page a:hover {
    color: #fffbe6;
    text-shadow: 0 0 12px #F3C743, 0 0 32px #fffbe6;
}

.agb-stand {
    margin-top: 36px;
    text-align: left;
    color: #fffbe6cc;
    font-size: 0.98em;
    letter-spacing: 0.02em;
}

@media (max-width: 700px) {
    .agb-page {
        padding: 18px 4vw 22px 4vw;
        font-size: 1em;
    }
}


@media (max-width: 700px) {
    .site-footer {
        flex-direction: column;
        gap: 24px;
        padding: 24px 0 12px 0;
    }
    .footer-box {
        width: 90%;
        max-width: 420px;
        margin: 0 auto;
    }
    .footer-box ul {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
}

@media (max-width: 900px) {
    .facts-grid, .modes-grid {
        flex-direction: column;
        align-items: center;
    }
    .fact-box, .mode-card {
        max-width: 90vw;
        min-width: unset;
    }
    .hero-logo {
        width: 80vw;
    }
    .pricing-table th, .pricing-table td {
        padding: 8px 4px;
    }
}

@media (max-width: 1218px) {
    .welcome-section strong,
    .facts-grid .fact-box strong,
    .modes-grid .mode-card h3 {
        box-shadow: 0 0 1px #F3C74322, 0 0 2px #fffbe622;
    }

    .booking-nav-button {
        font-size: 1em !important;
        padding: 12px 18px !important;
        min-width: 140px !important;
        white-space: nowrap !important;
        box-shadow: 0 0 6px #F3C74366, 0 0 12px #FFD58044 !important;
    }
    .booking-nav-button:hover {
        box-shadow: 0 0 12px #F3C74399, 0 0 24px #FFD58055;
    }

    .nav-menu li a {
        font-family: 'FutureEarth', 'Oswald', sans-serif;
        color: #F3C743;
        text-decoration: none;
        font-size: 1em;
        font-weight: bold;
        transition: color 0.2s, text-shadow 0.2s;
    }

    .nav-logo {
        display: none;
    }

    .pricing-section h2{
        font-size: 5em;
    }
}

@media (max-width: 600px) {
    .welcome-section strong,
    .facts-grid .fact-box strong,
    .modes-grid .mode-card h3 {
        box-shadow: 0 0 1px #F3C74322, 0 0 2px #fffbe622;
    }

    .nav-menu {
        display: flex !important;
        flex-wrap: wrap !important; /* Allow wrapping to multiple rows */
        gap: 8px !important; /* Adjust gap between items */
        justify-content: center !important; /* Center items horizontally */
        padding: 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .nav-menu li {
        flex: 1 1 45%; /* Each item takes about 45% width, so two items per row */
        max-width: 45%;
        text-align: center;
        margin: 0 auto;
    }

    .nav-menu li a {
        font-size: 1em !important;
        padding: 6px 10px !important;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .booking-nav-button {
        flex: 1 1 100% !important; /* Make the booking button full width on mobile */
        max-width: 100% !important;
        white-space: nowrap !important;
        box-shadow: 0 0 6px #F3C74366, 0 0 12px #FFD58044 !important;
        font-size: 1em !important;
        padding: 12px 0 !important;
        margin-top: 8px !important;
    }

    .nav-container {
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    /* Keep h1 inside welcome-section within its parent */
    .welcome-section h1 {
        font-size: 1.2em !important;
        margin: 0 10px !important;
        padding: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Prevent header and footer from spilling out of the screen */
    .site-footer {
        padding: 10px 15px !important;
        box-sizing: border-box !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
        word-wrap: break-word !important;
    }

    .footer-nav {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    .footer-nav a {
        font-size: 0.9em !important;
        padding: 6px 8px !important;
    }
}


