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

body {
    background: #000000;
    color: #FF0000;
    font-family: 'Impact', 'Arial Black', 'Franklin Gothic', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

/* Animated numbers background */
.red-particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
    font-family: 'Courier New', monospace;
    font-size: 20px;
    color: #FF0000;
    opacity: 0.22;
}

.red-particles::before {
    content: '7 2 9 1 4 8 3 0 6 5 2 9 1 7 4 0 8 3 5 6 1 4 7 2 9 0 5 8 3 6 4 1 9 7 2 8 0 5 3 6 9 2 7 4 1 8 0 5 3 6 7 1 4 9 2 8 5 0 3 6 4 8 1 7 9 2 0 5 3 6 2 9 7 1 4 8 5 0 3 6';
    position: absolute;
    width: 200%;
    animation: scrollNumbers1 15s linear infinite;
    white-space: nowrap;
    letter-spacing: 30px;
    top: 10%;
}

.red-particles::after {
    content: '5 3 8 0 6 2 9 1 4 7 3 8 0 5 9 2 6 1 7 4 8 0 5 3 9 6 2 1 7 4 0 8 3 5 2 9 6 1 4 7 5 8 0 3 6 9 2 1 7 4 3 5 8 0 9 2 6 4 1 7 8 5 0 3 2 9 6 4 7 1 0 8 5 3 6 2 9 1 4 7';
    position: absolute;
    width: 200%;
    animation: scrollNumbers2 20s linear infinite reverse;
    white-space: nowrap;
    letter-spacing: 40px;
    top: 30%;
}

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

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

/* Additional number rows */
.power-lines {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
    font-family: 'Courier New', monospace;
    font-size: 18px;
    color: #FF0000;
    opacity: 0.2;
}

.power-lines::before {
    content: '6 1 9 4 0 7 2 8 5 3 1 6 9 0 4 8 2 7 3 5 9 4 1 6 0 8 7 2 5 3 4 0 6 9 1 7 8 2 3 5 1 9 4 0 6 2 8 7 5 3 6 4 9 1 0 7 2 8 3 5 0 6 1 9 4 8 7 2 5 3 9 1 4 6 0 2 8 7 3 5';
    position: absolute;
    width: 200%;
    animation: scrollNumbers3 18s linear infinite;
    white-space: nowrap;
    letter-spacing: 25px;
    top: 50%;
}

.power-lines::after {
    content: '3 7 2 9 5 0 8 1 6 4 7 2 9 3 5 1 8 0 4 6 2 9 7 3 0 5 8 1 6 4 9 3 7 2 5 8 0 1 4 6 7 2 3 9 5 0 8 6 1 4 3 9 2 7 5 1 8 0 6 4 2 7 9 3 0 5 1 8 4 6 9 7 3 2 5 0 8 1 6 4';
    position: absolute;
    width: 200%;
    animation: scrollNumbers4 22s linear infinite reverse;
    white-space: nowrap;
    letter-spacing: 35px;
    top: 70%;
}

.warehouse-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
    font-family: 'Courier New', monospace;
    font-size: 16px;
    color: #FF0000;
    opacity: 0.18;
}

.warehouse-bg::before {
    content: '4 8 0 9 3 6 1 7 2 5 8 0 4 9 6 3 1 2 7 5 0 9 8 4 3 1 6 7 5 2 9 4 0 8 6 3 7 1 2 5 8 4 9 0 3 6 2 1 7 5 4 0 8 9 6 3 1 7 5 2 0 8 4 9 3 6 7 2 1 5 9 0 4 8 6 3 2 1 7 5';
    position: absolute;
    width: 200%;
    animation: scrollNumbers5 25s linear infinite;
    white-space: nowrap;
    letter-spacing: 45px;
    top: 85%;
}

.warehouse-bg::after {
    content: '1 5 8 3 9 6 0 4 2 7 5 8 1 3 6 9 4 0 7 2 8 3 5 1 9 0 6 4 2 7 3 1 8 5 6 9 0 4 7 2 5 3 8 1 9 6 0 4 2 7 1 8 5 3 6 0 9 4 7 2 8 5 3 1 0 6 9 2 4 7 3 8 1 5 9 0 6 4 2 7';
    position: absolute;
    width: 200%;
    animation: scrollNumbers6 16s linear infinite reverse;
    white-space: nowrap;
    letter-spacing: 28px;
    top: 20%;
}

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

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

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

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

/* Content wrapper for side-by-side layout */
.content-wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 40px;
}

/* Main content */
main {
    width: 60%;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Main title - AFTER.PVD */
.main-title {
    font-size: clamp(60px, 15vw, 180px);
    font-weight: 900;
    color: #FF0000;
    letter-spacing: 0.02em;
    line-height: 0.9;
    margin-bottom: 0;
    text-transform: uppercase;
}

/* Event info section */
.event-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.event-date,
.event-time {
    font-size: clamp(48px, 10vw, 120px);
    font-weight: 900;
    color: #FF0000;
    letter-spacing: -0.02em;
    line-height: 1;
}

/* Flyer container */
.flyer-container {
    width: 40%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    padding: 20px;
}

.flyer-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    border: 3px solid #FF0000;
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.5);
    background: #000000;
}

/* Social logos at bottom left */
.social-logos {
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: flex;
    gap: 15px;
    z-index: 1000;
}

.instagram-logo,
.whatsapp-logo {
    width: 50px;
    height: 50px;
    transition: all 0.3s;
    opacity: 0.8;
}

.instagram-logo:hover,
.whatsapp-logo:hover {
    opacity: 1;
    transform: scale(1.1);
    filter: drop-shadow(0 0 15px rgba(255, 0, 0, 0.6));
}

.instagram-logo svg,
.whatsapp-logo svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* MailerLite Form Button at top */
.ml-onclick-form {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 900;
    font-family: 'Impact', 'Arial Black', sans-serif;
    background: #FF0000;
    border: 2px solid #FF0000;
    border-radius: 0;
    color: #000000;
    cursor: pointer;
    letter-spacing: 0.1em;
    transition: all 0.3s;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.4);
}

.ml-onclick-form:hover {
    background: #000000;
    color: #FF0000;
    box-shadow:
        0 0 30px rgba(255, 0, 0, 0.8),
        inset 0 0 20px rgba(255, 0, 0, 0.2);
    transform: translateX(-50%) scale(1.05);
}

/* Signup bar at top */
.signup-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    border-bottom: 2px solid #FF0000;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    padding: 20px 25px;
    box-shadow:
        0 4px 30px rgba(255, 0, 0, 0.4),
        inset 0 0 20px rgba(255, 0, 0, 0.1);
}

.signup-form {
    display: flex;
    gap: 12px;
    align-items: center;
}

.signup-form input {
    padding: 10px 16px;
    font-size: 14px;
    font-family: 'Impact', 'Arial Black', sans-serif;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #FF0000;
    color: #FF0000;
    outline: none;
    transition: all 0.3s;
    border-radius: 0;
    min-width: 160px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.signup-form input::placeholder {
    color: rgba(255, 0, 0, 0.5);
}

.signup-form input:focus {
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
    background: rgba(255, 0, 0, 0.1);
}

.signup-form button {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 900;
    font-family: 'Impact', 'Arial Black', sans-serif;
    background: #FF0000;
    border: 2px solid #FF0000;
    border-radius: 0;
    color: #000000;
    cursor: pointer;
    letter-spacing: 0.1em;
    transition: all 0.3s;
    white-space: nowrap;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.4);
}

.signup-form button:hover {
    background: #000000;
    color: #FF0000;
    box-shadow:
        0 0 30px rgba(255, 0, 0, 0.8),
        inset 0 0 20px rgba(255, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 1024px) {
    body {
        overflow-y: auto;
    }

    .content-wrapper {
        flex-direction: column;
        height: auto;
        min-height: 100vh;
        gap: 40px;
        padding: 40px 30px 60px 30px;
    }

    main {
        width: 100%;
    }

    .flyer-container {
        width: 100%;
        max-width: 500px;
    }

    .main-title {
        font-size: clamp(50px, 12vw, 140px);
    }

    .event-date,
    .event-time {
        font-size: clamp(36px, 8vw, 90px);
    }

    .ml-onclick-form {
        top: 15px;
        padding: 10px 22px;
        font-size: 13px;
    }

    .spotify-player {
        width: 280px;
        bottom: 18px;
    }
}

@media (max-width: 768px) {
    body {
        padding: 0;
    }

    .content-wrapper {
        gap: 30px;
        padding: 30px 20px 50px 20px;
    }

    .flyer-container {
        max-width: 400px;
    }

    .main-title {
        font-size: clamp(40px, 10vw, 100px);
    }

    .event-info {
        gap: 25px;
        margin-top: 30px;
    }

    .event-date,
    .event-time {
        font-size: clamp(32px, 7vw, 70px);
    }

    .social-logos {
        bottom: 20px;
        left: 20px;
        gap: 12px;
    }

    .instagram-logo,
    .whatsapp-logo {
        width: 40px;
        height: 40px;
    }

    .signup-bar {
        padding: 15px 18px;
    }

    .signup-form {
        gap: 10px;
    }

    .signup-form input {
        padding: 8px 12px;
        font-size: 12px;
        min-width: 130px;
    }

    .signup-form button {
        padding: 8px 18px;
        font-size: 12px;
    }

    .ml-onclick-form {
        top: 12px;
        padding: 9px 20px;
        font-size: 12px;
    }

    .page-logo {
        bottom: 20px;
        right: 20px;
        padding: 10px;
    }

    .page-logo img {
        width: 60px;
    }

    .spotify-player {
        width: 260px;
        bottom: 15px;
    }
}

@media (max-width: 600px) {
    .content-wrapper {
        gap: 25px;
        padding: 25px 15px 50px 15px;
    }

    .flyer-container {
        max-width: 350px;
    }

    .main-title {
        font-size: clamp(32px, 9vw, 80px);
    }

    .event-info {
        gap: 20px;
        margin-top: 25px;
    }

    .event-date,
    .event-time {
        font-size: clamp(28px, 6vw, 60px);
    }

    .signup-bar {
        padding: 12px 15px;
    }

    .signup-form {
        gap: 8px;
        flex-wrap: wrap;
    }

    .signup-form input {
        padding: 7px 10px;
        font-size: 11px;
        min-width: 110px;
    }

    .signup-form button {
        padding: 7px 15px;
        font-size: 11px;
    }

    .social-logos {
        bottom: 15px;
        left: 15px;
        gap: 10px;
    }

    .instagram-logo,
    .whatsapp-logo {
        width: 35px;
        height: 35px;
    }

    .ml-onclick-form {
        top: 10px;
        padding: 8px 16px;
        font-size: 11px;
    }

    .page-logo {
        bottom: 15px;
        right: 15px;
        padding: 8px;
    }

    .page-logo img {
        width: 50px;
    }

    .spotify-player {
        width: 240px;
        bottom: 12px;
    }
}

@media (max-width: 400px) {
    .content-wrapper {
        gap: 20px;
        padding: 20px 12px 50px 12px;
    }

    .flyer-container {
        max-width: 300px;
    }

    .main-title {
        font-size: clamp(28px, 8vw, 60px);
    }

    .event-date,
    .event-time {
        font-size: clamp(24px, 5vw, 50px);
    }

    .signup-bar {
        padding: 10px 12px;
    }

    .signup-form input {
        padding: 6px 8px;
        font-size: 10px;
        min-width: 100px;
    }

    .signup-form button {
        padding: 6px 12px;
        font-size: 10px;
    }

    .social-logos {
        gap: 8px;
        bottom: 15px;
    }

    .instagram-logo,
    .whatsapp-logo {
        width: 30px;
        height: 30px;
    }

    .ml-onclick-form {
        top: 8px;
        padding: 7px 14px;
        font-size: 10px;
    }

    .page-logo {
        bottom: 15px;
        right: 12px;
        padding: 6px;
    }

    .page-logo img {
        width: 40px;
    }

    .spotify-player {
        width: 220px;
        bottom: 10px;
    }
}
