/* CYBERPUNK KITSCH THEME - FURROR 2025 */

/* ===== GLOBAL STYLES ===== */
:root {
    --neon-pink: #ff00ff;
    --neon-blue: #00ffff;
    --neon-green: #00ff00;
    --neon-yellow: #ffff00;
    --neon-purple: #9900ff;
    --dark-bg: #0a0a0a;
    --darker-bg: #050505;
    --accent-color: #ff00ff;
    --text-color: #ffffff;
    --secondary-text: #b3b3b3;
    --border-glow: 0 0 10px var(--neon-pink), 0 0 20px var(--neon-pink), 0 0 30px var(--neon-pink);
    --text-glow: 0 0 5px var(--neon-pink), 0 0 10px var(--neon-pink);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Michroma', sans-serif;
    background-color: var(--dark-bg);
    background-image: 
        linear-gradient(rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 0.9)),
        url('/img/Furror2025.png');
    background-size: cover;
    background-attachment: fixed;
    color: var(--text-color);
    line-height: 1.7;
    overflow-x: hidden;
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0.15) 1px,
        transparent 1px,
        transparent 2px
    );
    pointer-events: none;
    z-index: 1000;
    opacity: 0.3;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Audiowide', cursive;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
    color: var(--neon-pink);
    text-shadow: var(--text-glow);
}

h2 {
    font-size: 1.8rem;
    color: var(--neon-blue);
    text-shadow: 0 0 5px var(--neon-blue), 0 0 10px var(--neon-blue);
    border-bottom: 2px solid var(--neon-blue);
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.3rem;
    color: var(--neon-green);
    text-shadow: 0 0 5px var(--neon-green), 0 0 10px var(--neon-green);
}

p {
    margin-bottom: 1rem;
}

a {
    color: var(--neon-pink);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

a:hover {
    color: var(--neon-yellow);
    text-shadow: 0 0 5px var(--neon-yellow), 0 0 10px var(--neon-yellow);
}

ul, ol {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

/* ===== GLITCH EFFECT ===== */
.glitch-container {
    text-align: center;
    padding: 2rem 0;
    margin-bottom: 1rem;
}

.glitch {
    font-family: 'Audiowide', cursive;
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    color: var(--neon-pink);
    text-shadow: 0 0 10px var(--neon-pink), 0 0 20px var(--neon-pink);
    animation: glitch 2s infinite;
}

.glitch::before,
.glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glitch::before {
    left: 2px;
    text-shadow: -2px 0 var(--neon-blue);
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim 5s infinite linear alternate-reverse;
}

.glitch::after {
    left: -2px;
    text-shadow: -2px 0 var(--neon-green);
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim2 5s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
    0% {
        clip: rect(31px, 9999px, 94px, 0);
    }
    5% {
        clip: rect(70px, 9999px, 71px, 0);
    }
    10% {
        clip: rect(29px, 9999px, 43px, 0);
    }
    15% {
        clip: rect(15px, 9999px, 13px, 0);
    }
    20% {
        clip: rect(76px, 9999px, 85px, 0);
    }
    25% {
        clip: rect(79px, 9999px, 88px, 0);
    }
    30% {
        clip: rect(33px, 9999px, 11px, 0);
    }
    35% {
        clip: rect(10px, 9999px, 57px, 0);
    }
    40% {
        clip: rect(19px, 9999px, 58px, 0);
    }
    45% {
        clip: rect(62px, 9999px, 51px, 0);
    }
    50% {
        clip: rect(46px, 9999px, 75px, 0);
    }
    55% {
        clip: rect(32px, 9999px, 25px, 0);
    }
    60% {
        clip: rect(60px, 9999px, 18px, 0);
    }
    65% {
        clip: rect(12px, 9999px, 75px, 0);
    }
    70% {
        clip: rect(48px, 9999px, 50px, 0);
    }
    75% {
        clip: rect(67px, 9999px, 45px, 0);
    }
    80% {
        clip: rect(73px, 9999px, 50px, 0);
    }
    85% {
        clip: rect(84px, 9999px, 56px, 0);
    }
    90% {
        clip: rect(11px, 9999px, 59px, 0);
    }
    95% {
        clip: rect(65px, 9999px, 99px, 0);
    }
    100% {
        clip: rect(44px, 9999px, 30px, 0);
    }
}

@keyframes glitch-anim2 {
    0% {
        clip: rect(76px, 9999px, 51px, 0);
    }
    5% {
        clip: rect(82px, 9999px, 29px, 0);
    }
    10% {
        clip: rect(83px, 9999px, 92px, 0);
    }
    15% {
        clip: rect(46px, 9999px, 46px, 0);
    }
    20% {
        clip: rect(93px, 9999px, 46px, 0);
    }
    25% {
        clip: rect(79px, 9999px, 76px, 0);
    }
    30% {
        clip: rect(37px, 9999px, 13px, 0);
    }
    35% {
        clip: rect(72px, 9999px, 40px, 0);
    }
    40% {
        clip: rect(55px, 9999px, 56px, 0);
    }
    45% {
        clip: rect(52px, 9999px, 35px, 0);
    }
    50% {
        clip: rect(30px, 9999px, 49px, 0);
    }
    55% {
        clip: rect(14px, 9999px, 77px, 0);
    }
    60% {
        clip: rect(34px, 9999px, 17px, 0);
    }
    65% {
        clip: rect(12px, 9999px, 19px, 0);
    }
    70% {
        clip: rect(60px, 9999px, 56px, 0);
    }
    75% {
        clip: rect(13px, 9999px, 75px, 0);
    }
    80% {
        clip: rect(51px, 9999px, 22px, 0);
    }
    85% {
        clip: rect(41px, 9999px, 16px, 0);
    }
    90% {
        clip: rect(89px, 9999px, 46px, 0);
    }
    95% {
        clip: rect(42px, 9999px, 98px, 0);
    }
    100% {
        clip: rect(86px, 9999px, 90px, 0);
    }
}

/* ===== HEADER & NAVIGATION ===== */
header {
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: 2px solid var(--neon-blue);
    box-shadow: 0 0 10px var(--neon-blue);
    position: sticky;
    top: 0;
    z-index: 100;
}

nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin: 0 1rem;
}

nav ul li a {
    display: block;
    padding: 1rem;
    font-family: 'Audiowide', cursive;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-color);
    text-shadow: none;
    transition: all 0.3s ease;
}

nav ul li a:hover {
    color: var(--neon-pink);
    text-shadow: 0 0 5px var(--neon-pink), 0 0 10px var(--neon-pink);
}

nav ul li a.active {
    color: var(--neon-pink);
    text-shadow: 0 0 5px var(--neon-pink), 0 0 10px var(--neon-pink);
    border-bottom: 2px solid var(--neon-pink);
}

/* ===== MAIN CONTENT ===== */
main {
    padding: 2rem;
    position: relative;
    z-index: 1;
}

section {
    margin-bottom: 3rem;
}

.neon-box {
    background-color: rgba(0, 0, 0, 0.7);
    border: 2px solid var(--neon-pink);
    box-shadow: 0 0 10px var(--neon-pink), inset 0 0 10px var(--neon-pink);
    padding: 2rem;
    border-radius: 5px;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.neon-box::before {
    content: none;
}


/* ===== HERO SECTION ===== */
.hero {
    text-align: center;
    padding: 2rem 0;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.hero h2 {
    border: none;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.neon-button {
    display: inline-block;
    background-color: transparent;
    border: 2px solid var(--neon-green);
    color: var(--neon-green);
    padding: 0.8rem 2rem;
    font-family: 'Audiowide', cursive;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 1rem 0;
    border-radius: 5px;
    box-shadow: 0 0 10px var(--neon-green), inset 0 0 10px var(--neon-green);
    text-shadow: 0 0 5px var(--neon-green);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.neon-button:hover {
    background-color: var(--neon-green);
    color: var(--dark-bg);
    box-shadow: 0 0 20px var(--neon-green), inset 0 0 20px var(--neon-green);
}

.neon-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 255, 0, 0.4),
        transparent
    );
    transition: 0.5s;
}

.neon-button:hover::before {
    left: 100%;
}

/* ===== PRICE CARDS ===== */
.price-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 2rem;
}

.price-card {
    flex: 1;
    min-width: 250px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid var(--neon-blue);
    box-shadow: 0 0 10px var(--neon-blue);
    padding: 1.5rem;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease;
}

.price-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px var(--neon-blue);
}

.price-card h3 {
    margin-bottom: 1rem;
}

.price-card .price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--neon-yellow);
    text-shadow: 0 0 5px var(--neon-yellow), 0 0 10px var(--neon-yellow);
    margin-bottom: 1.5rem;
}

.price-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.price-card ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.price-card ul li:last-child {
    border-bottom: none;
}

.price-card.highlight {
    border-color: var(--neon-blue);
    box-shadow: 0 0 15px var(--neon-blue);
    transform: scale(1.05);
    z-index: 1;
}

.price-card.highlight:hover {
    transform: scale(1.05) translateY(-10px);
    box-shadow: 0 0 20px var(--neon-blue);
}

/* ===== ROOMS TABLE ===== */
.table-container {
    overflow-x: auto;
    margin-bottom: 1rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
}

th, td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

th {
    background-color: rgba(0, 0, 0, 0.8);
    color: var(--neon-blue);
    text-shadow: 0 0 5px var(--neon-blue);
    font-family: 'Audiowide', cursive;
    text-transform: uppercase;
    letter-spacing: 1px;
}

tr:hover {
    background-color: rgba(255, 0, 255, 0.1);
}

.note {
    font-size: 0.9rem;
    color: var(--secondary-text);
    font-style: italic;
}

/* ===== MAP SECTION ===== */
.map-container {
    margin-bottom: 2rem;
    border: 2px solid var(--neon-green);
    box-shadow: 0 0 10px var(--neon-green);
    border-radius: 5px;
    overflow: hidden;
}

.directions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.direction-item {
    flex: 1;
    min-width: 250px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    border-radius: 5px;
}

/* ===== REGULATIONS PAGE ===== */
.regulation-section {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.regulation-section:last-child {
    border-bottom: none;
}

.regulation-section ol {
    counter-reset: item;
    list-style-type: none;
    margin-left: 0;
}

.regulation-section ol li {
    counter-increment: item;
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 2.5rem;
}

.regulation-section ol li::before {
    content: counter(item) ".";
    position: absolute;
    left: 0;
    color: var(--neon-blue);
    font-weight: bold;
}

.regulation-section {
    counter-reset: paragraph-counter;
}

.regulation-section p {
    position: relative;
    padding-left: 2.5rem;
    counter-increment: paragraph-counter;
}

.regulation-section p::before {
    content: counter(paragraph-counter) ") ";
    position: absolute;
    left: 0;
    color: var(--neon-blue);
    font-weight: bold;
}

.regulation-section ul {
    list-style-type: none;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    counter-reset: list-counter;
}

.regulation-section ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    counter-increment: list-counter;
}

.regulation-section ul li::before {
    content: counter(list-counter, lower-alpha) ") ";
    position: absolute;
    left: 0;
    color: var(--neon-blue);
    font-weight: bold;
}

/* ===== TICKETS PAGE ===== */
.ticket-section {
    margin-bottom: 3rem;
}

.ticket-options, .ticket-types {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 1.5rem;
}

.ticket-option, .ticket-type {
    flex: 1;
    min-width: 250px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    border-radius: 5px;
    border: 2px solid var(--neon-blue);
    box-shadow: 0 0 10px var(--neon-blue);
    transition: all 0.3s ease;
}

.ticket-option h3, .ticket-type h3 {
    margin-bottom: 1rem;
}

.ticket-type:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px var(--neon-blue);
}

.ticket-option ul, .ticket-type ul {
    list-style-type: square;
}

.ticket-type.highlight {
    border-color: var(--neon-blue);
    box-shadow: 0 0 15px var(--neon-blue);
    transform: scale(1.05);
    z-index: 1;
}

.ticket-type.highlight:hover {
    transform: scale(1.05) translateY(-10px);
}

.warning {
    color: var(--neon-yellow);
    font-weight: bold;
    margin-top: 1rem;
    padding: 0.5rem;
    background-color: rgba(255, 255, 0, 0.1);
    border-left: 3px solid var(--neon-yellow);
}

.purchase-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.step {
    flex: 0 0 calc(50% - 1.5rem);
    min-width: 200px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    border-radius: 5px;
    position: relative;
}

.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.step h3 {
    margin: 0;
}

.step-number {
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: var(--neon-pink);
    font-family: 'Audiowide', cursive;
    font-weight: 900;
    padding: 0.3rem 0.8rem;
    border: 2px solid var(--neon-pink);
    box-shadow: 0 0 10px var(--neon-pink), inset 0 0 5px var(--neon-pink);
    text-shadow: 0 0 5px var(--neon-pink), 0 0 10px var(--neon-pink);
    border-radius: 5px;
    font-size: 1.2rem;
    animation: flicker 8s infinite alternate;
}

.faq {
    margin-top: 1.5rem;
}

.faq-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    margin-bottom: 0.5rem;
    color: var(--neon-yellow);
    text-shadow: 0 0 5px var(--neon-yellow);
}

.contact a {
    color: var(--neon-green);
    text-decoration: underline;
}

.contact a:hover {
    color: var(--neon-yellow);
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    border-left: 3px solid var(--neon-green);
}

.contact-item h3 {
    margin-bottom: 0.5rem;
    color: var(--neon-green);
    text-shadow: 0 0 5px var(--neon-green);
}

.contact-item p {
    margin-bottom: 0.5rem;
}

.contact-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

@media (max-width: 992px) {
    .contact-items {
        flex-direction: column;
    }
}

/* ===== FOOTER ===== */
footer {
    background-color: rgba(0, 0, 0, 0.9);
    border-top: 2px solid var(--neon-pink);
    padding: 2rem;
    margin-top: 3rem;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.footer-logo {
    font-family: 'Audiowide', cursive;
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--neon-pink);
    text-shadow: 0 0 5px var(--neon-pink), 0 0 10px var(--neon-pink);
}

.footer-links {
    display: flex;
    gap: 1.5rem;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.footer-links a {
    color: var(--text-color);
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: var(--neon-pink);
    color: var(--dark-bg);
    box-shadow: 0 0 10px var(--neon-pink);
    transform: translateY(-5px);
}

.footer-bottom {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--secondary-text);
    font-size: 0.9rem;
}

/* ===== SIDE BY SIDE ELEMENTS ===== */
.flex-container {
    display: flex;
    gap: 2rem;
    width: 100%;
}

.flex-item {
    flex: 1;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
    .price-cards, .directions, .ticket-options, .ticket-types, .purchase-steps, .flex-container {
        gap: 1.5rem;
    }

    .price-card, .direction-item, .ticket-option, .ticket-type, .step {
        min-width: 200px;
    }
}

@media (max-width: 992px) {
    .price-cards, .directions, .ticket-options, .ticket-types, .purchase-steps, .flex-container {
        flex-direction: column;
    }

    .price-card, .direction-item, .ticket-option, .ticket-type, .step, .flex-item {
        width: 100%;
        flex: 0 0 100%;
    }

    .price-card.highlight, .ticket-type.highlight {
        transform: scale(1);
    }

    .price-card.highlight:hover, .ticket-type.highlight:hover {
        transform: translateY(-10px);
    }

    .footer-content {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .footer-links {
        position: static;
        transform: none;
        margin: 0 auto;
        left: auto;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 0.9rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    .glitch {
        font-size: 3rem;
    }

    main {
        padding: 1rem;
    }

    .neon-box {
        padding: 1.5rem;
    }

    nav ul {
        flex-direction: column;
        align-items: center;
    }

    nav ul li {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    nav ul li a {
        padding: 0.8rem;
    }

    .footer-links {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-social {
        flex-direction: row;
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .glitch {
        font-size: 2.5rem;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero h2 {
        font-size: 1.2rem;
    }

    .neon-button {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes flicker {
    0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
        opacity: 1;
    }
    20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
        opacity: 0.6;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

/* Apply animations to elements */
.neon-box h1, .neon-box h2 {
    animation: flicker 8s infinite alternate;
}

/* Remove animation from regulations page */
.regulations .neon-box h1, .regulations .neon-box h2 {
    animation: none;
}

/* Remove glitch animation with no-animation class */
.glitch.no-animation,
.glitch.no-animation::before,
.glitch.no-animation::after {
    animation: none;
}

.neon-button {
    animation: float 3s ease-in-out infinite;
}
