:root {
    --background-main: #0A0A0A;
    --background-secondary: #151515;
    --accent-primary: #FF4D6D;
    --accent-warm: #FFB703;
    --accent-glow: #6C63FF;
    --text-primary: #FFFFFF;
    --text-secondary: #B3B3B3;
    --font-family: 'Inter', sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--background-main);
    color: var(--text-primary);
    font-family: var(--font-family);
    margin: 0;
    padding: 0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

button,
.btn {
    cursor: pointer;
    border: none;
    transition: transform 0.2s ease, filter 0.2s ease;
}

button:active {
    transform: scale(0.95);
}

.rounded-xl {
    border-radius: 1rem;
}

/* Accessibility focus */
:focus-visible {
    outline: 2px solid var(--accent-glow);
    outline-offset: 2px;
}

/* Mobile Typography Adjustments */
@media (max-width: 768px) {
    h1 {
        font-size: clamp(2rem, 10vw, 3.5rem);
    }

    h2 {
        font-size: clamp(1.5rem, 8vw, 2.5rem);
    }

    h3 {
        font-size: clamp(1.25rem, 6vw, 1.75rem);
    }

    .js-break-word,
    a[href^="mailto:"],
    a[href^="tel:"],
    .email-link {
        word-break: break-all;
        font-size: 0.95em;
    }
}

/* Custom Neon Effects */
.neon-border {
    border: 1px solid var(--accent-primary);
    box-shadow: 0 0 15px rgba(255, 77, 109, 0.3);
}

.glow-text {
    text-shadow: 0 0 10px var(--accent-glow);
}

/* Smooth Fade-in for cards */
.card-hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* ===== merch_gallery ===== */
.js-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.js-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== presale_timer ===== */
#presale {
    background-color: var(--background-main);
}

.js-timer-container span {
    font-variant-numeric: tabular-nums;
}

/* ===== hero_section ===== */
#hero {
    background-color: var(--background-main)
}

#hero h1 {
    text-shadow: 0 0 30px rgba(108, 99, 255, 0.3)
}

/* ===== ticket_prices ===== */
.table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

/* ===== city_atmosphere ===== */
.bg-secondary-custom {
    background-color: var(--background-secondary);
}

/* ===== contact_details ===== */
#contact .js-map-iframe {
    filter: grayscale(1) invert(0.9) contrast(1.2);
    transition: filter 0.5s ease;
}

#contact .js-map-iframe:hover {
    filter: grayscale(0.5) invert(0) contrast(1);
}

/* ===== tour_dates_grid ===== */
.js-tour-card {
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.js-tour-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(108, 99, 255, 0.2);
}

/* ===== cta_footer ===== */
#final-cta {
    background-color: var(--accent-primary);
}

.js-cta-button {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* ===== recommended_platforms ===== */
#platforms {
    width: 100%
}

.js-platform-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-width: 1px;
    cursor: default
}

.js-platform-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2)
}

/* ===== fan_energy ===== */
.fan-card-glow {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.fan-card-glow:hover {
    transform: translateY(-8px);
    border-color: var(--accent-primary);
    box-shadow: 0 10px 30px -10px rgba(255, 77, 109, 0.3);
}

.js-fan-card {
    opacity: 0;
    transform: translateY(30px);
}

/* ===== ticket_guide ===== */
#guide {
    background-color: var(--background-secondary);
    width: 100%
}

.js-guide-step {
    transition: opacity 0.8s ease-out, transform 0.8s ease-out
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.translate-y-10 {
    transform: translateY(2.5rem)
}

/* ===== vip_benefits ===== */
.vip-section {
    width: 100%
}

.js-vip-card {
    transform: translateY(20px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1)
}

/* ===== faq_accordion ===== */
#faq {
    width: 100%;
}

#faq .collapse-plus>.collapse-title::after {
    color: var(--accent-primary);
    font-size: 1.25rem;
}

.js-faq-wrapper:hover {
    border-color: rgba(255, 77, 109, 0.3);
}

/* ===== footer_main ===== */
#footer {
    width: 100%;
}

/* ===== header_main ===== */
header {
    width: 100%
}

#mobile-menu {
    width: 100%;
    height: 100vh;
    background-color: var(--background-main)
}

.js-menu-link,
.js-open-menu,
.js-close-menu {
    cursor: pointer
}