:root {
    --primary-color: #ff5e00;
    --bg-color: #000000;
    --text-color: #ffffff;
    --font-main: 'Outfit', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-main);
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.container {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
}

.logo-container {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    animation: pulse 3s infinite alternate;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px rgba(255, 94, 0, 0.4);
}

.logo {
    width: 125%;
    height: 125%;
    object-fit: cover;
    border-radius: 50%;
    transform: translateX(3%);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 20px rgba(255, 94, 0, 0.2);
        transform: scale(1);
    }

    100% {
        box-shadow: 0 0 50px rgba(255, 94, 0, 0.7);
        transform: scale(1.05);
    }
}

/* Glitch Effect */
.glitch {
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75),
        -0.025em -0.05em 0 rgba(0, 255, 0, 0.75),
        0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
    animation: glitch 500ms infinite;
    margin-bottom: 0.5rem;
}

.glitch span {
    position: absolute;
    top: 0;
    left: 0;
}

.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 #ff00c1;
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim 5s infinite linear alternate-reverse;
}

.glitch::after {
    left: -2px;
    text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
    clip: rect(44px, 450px, 56px, 0);
    animation: glitch-anim2 5s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
    0% {
        clip: rect(13px, 9999px, 95px, 0);
    }

    5% {
        clip: rect(42px, 9999px, 14px, 0);
    }

    10% {
        clip: rect(8px, 9999px, 76px, 0);
    }

    15% {
        clip: rect(93px, 9999px, 21px, 0);
    }

    20% {
        clip: rect(51px, 9999px, 100px, 0);
    }

    25% {
        clip: rect(12px, 9999px, 83px, 0);
    }

    30% {
        clip: rect(77px, 9999px, 35px, 0);
    }

    35% {
        clip: rect(24px, 9999px, 68px, 0);
    }

    40% {
        clip: rect(90px, 9999px, 5px, 0);
    }

    45% {
        clip: rect(38px, 9999px, 49px, 0);
    }

    50% {
        clip: rect(65px, 9999px, 92px, 0);
    }

    55% {
        clip: rect(19px, 9999px, 27px, 0);
    }

    60% {
        clip: rect(84px, 9999px, 71px, 0);
    }

    65% {
        clip: rect(47px, 9999px, 16px, 0);
    }

    70% {
        clip: rect(3px, 9999px, 58px, 0);
    }

    75% {
        clip: rect(59px, 9999px, 81px, 0);
    }

    80% {
        clip: rect(28px, 9999px, 40px, 0);
    }

    85% {
        clip: rect(72px, 9999px, 97px, 0);
    }

    90% {
        clip: rect(15px, 9999px, 62px, 0);
    }

    95% {
        clip: rect(96px, 9999px, 33px, 0);
    }

    100% {
        clip: rect(54px, 9999px, 8px, 0);
    }
}

@keyframes glitch-anim2 {
    0% {
        clip: rect(65px, 9999px, 100px, 0);
    }

    5% {
        clip: rect(52px, 9999px, 74px, 0);
    }

    10% {
        clip: rect(79px, 9999px, 85px, 0);
    }

    15% {
        clip: rect(75px, 9999px, 5px, 0);
    }

    20% {
        clip: rect(67px, 9999px, 61px, 0);
    }

    25% {
        clip: rect(14px, 9999px, 79px, 0);
    }

    30% {
        clip: rect(1px, 9999px, 14px, 0);
    }

    35% {
        clip: rect(86px, 9999px, 30px, 0);
    }

    40% {
        clip: rect(36px, 9999px, 48px, 0);
    }

    45% {
        clip: rect(21px, 9999px, 9px, 0);
    }

    50% {
        clip: rect(50px, 9999px, 96px, 0);
    }

    55% {
        clip: rect(98px, 9999px, 22px, 0);
    }

    60% {
        clip: rect(43px, 9999px, 69px, 0);
    }

    65% {
        clip: rect(27px, 9999px, 55px, 0);
    }

    70% {
        clip: rect(8px, 9999px, 37px, 0);
    }

    75% {
        clip: rect(92px, 9999px, 82px, 0);
    }

    80% {
        clip: rect(58px, 9999px, 18px, 0);
    }

    85% {
        clip: rect(11px, 9999px, 45px, 0);
    }

    90% {
        clip: rect(70px, 9999px, 91px, 0);
    }

    95% {
        clip: rect(33px, 9999px, 64px, 0);
    }

    100% {
        clip: rect(89px, 9999px, 2px, 0);
    }
}

.subtitle {
    font-size: 1.2rem;
    color: #aaa;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
    z-index: 3;
}

.social-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(255, 94, 0, 0.1);
}

.social-btn svg {
    width: 30px;
    height: 30px;
}

.social-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(255, 94, 0, 0.4);
    color: var(--primary-color);
}

.social-btn.whatsapp:hover {
    color: #25D366;
    box-shadow: 0 0 25px rgba(37, 211, 102, 0.4);
}

.social-btn.instagram:hover {
    color: #E1306C;
    box-shadow: 0 0 25px rgba(225, 48, 108, 0.4);
}