html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
}


.logo {
    font-size: 25px;
    font-weight: 900;
    font-style: italic;
}

.logo span {
    color: #dc2626;
}



.nav-link {
    color: #a1a1aa;
    font-size: 13px;
    font-weight: 800;
    transition: 0.3s;
}

.nav-link:hover {
    color: #ef4444;
}



.hero {
    background:
        radial-gradient(
            circle at 80% 50%,
            #450a0a 0%,
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #09090b,
            #000000
        );
}

.hero-content {
    animation: fadeUp 1s ease;
}

.hero-card {
    padding: 30px;
    border: 1px solid #3f3f46;
    border-radius: 25px;
    background: linear-gradient(
        145deg,
        #18181b,
        #050505
    );
    box-shadow: 0 25px 70px #000;
}

.hero-symbol {
    display: flex;
    height: 230px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background:
        linear-gradient(
            135deg,
            #450a0a,
            #18181b
        );
    font-size: 90px;
}




.section-label {
    color: #ef4444;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.section-title {
    margin-top: 8px;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}



.wrestler-card {
    overflow: hidden;
    border: 1px solid #27272a;
    border-radius: 18px;
    background: #09090b;
    transition: 0.3s;
}

.wrestler-card:hover {
    transform: translateY(-8px);
    border-color: #dc2626;
}

.wrestler-image {
    display: flex;
    height: 260px;
    align-items: center;
    justify-content: center;
    font-size: 80px;
}



.match-card {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    gap: 20px;
    padding: 24px;
    border: 1px solid #27272a;
    border-radius: 15px;
    background: #050505;
    transition: 0.3s;
}

.match-card:hover {
    border-color: #52525b;
}

.match-name {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
}

.match-name span {
    margin: 0 12px;
    color: #ef4444;
}

.match-type {
    color: #ef4444;
    font-size: 11px;
    font-weight: 900;
    text-align: right;
}


/* Championships */

.title-card {
    padding: 35px;
    border: 1px solid #3f3f46;
    border-radius: 20px;
    background: linear-gradient(
        145deg,
        #18181b,
        #050505
    );
    text-align: center;
    transition: 0.3s;
}

.title-card:hover {
    transform: scale(1.03);
    border-color: #eab308;
}

.title-icon {
    font-size: 70px;
}

.title-card h3 {
    margin-top: 20px;
    font-size: 21px;
    font-weight: 900;
    text-transform: uppercase;
}

.title-card p {
    margin-top: 8px;
    color: #eab308;
    font-weight: bold;
}


/* News */

.news-card {
    padding: 20px;
    border: 1px solid #27272a;
    border-radius: 18px;
    background: #050505;
    transition: 0.3s;
}

.news-card:hover {
    transform: translateY(-6px);
    border-color: #dc2626;
}

.news-image {
    display: flex;
    height: 180px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #18181b;
    font-size: 65px;
}


/* CTA */

.cta {
    padding: 60px 30px;
    border: 1px solid #7f1d1d;
    border-radius: 25px;
    background:
        linear-gradient(
            135deg,
            #450a0a,
            #09090b
        );
    text-align: center;
}


/* Animation */

@keyframes fadeUp {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* Mobile */

@media (max-width: 768px) {

    .section-title {
        font-size: 30px;
    }

    .match-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .match-name {
        font-size: 17px;
    }

    .match-type {
        text-align: center;
    }

}

.profile-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    border: 1px solid #27272a;
    border-radius: 14px;
    background: #09090b;
    padding: 18px;
}

.profile-box small {
    color: #71717a;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.profile-box strong {
    color: #ffffff;
    font-size: 16px;
}

.showcase-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #27272a;
    border-radius: 18px;
    background: #09090b;
    padding: 30px;
    transition: 0.3s;
}

.showcase-card:hover {
    transform: translateY(-8px);
    border-color: #dc2626;
}

.showcase-number {
    font-size: 14px;
    font-weight: 800;
    color: #dc2626;
    letter-spacing: 0.2em;
}

.showcase-icon {
    margin-top: 25px;
    font-size: 55px;
}

.showcase-card h3 {
    margin-top: 25px;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
}

.showcase-card p {
    margin-top: 15px;
    color: #71717a;
    line-height: 1.8;
}

.showcase-card span {
    display: inline-block;
    margin-top: 25px;
    font-size: 12px;
    font-weight: 800;
    color: #ef4444;
    letter-spacing: 0.15em;
}

.style-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #27272a;
    border-radius: 18px;
    background: #09090b;
    padding: 28px;
    transition: 0.3s;
}

.style-card:hover {
    transform: translateY(-8px);
    border-color: #dc2626;
}

.style-number {
    font-size: 13px;
    font-weight: 800;
    color: #dc2626;
    letter-spacing: 0.2em;
}

.style-icon {
    margin-top: 25px;
    font-size: 55px;
}

.style-card h3 {
    margin-top: 22px;
    font-size: 27px;
    font-weight: 900;
    text-transform: uppercase;
}

.style-card p {
    margin-top: 14px;
    color: #71717a;
    line-height: 1.8;
}

.style-example {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid #27272a;
    font-size: 11px;
    font-weight: 700;
    color: #71717a;
    letter-spacing: 0.15em;
}

.style-example strong {
    color: #ef4444;
    font-size: 14px;
}

/* Signature Moves */

.move-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #27272a;
    border-radius: 18px;
    background: #09090b;
    padding: 28px;
    transition: 0.3s;
}

.move-card:hover {
    transform: translateY(-8px);
    border-color: #dc2626;
}

.move-number {
    color: #dc2626;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.move-icon {
    margin-top: 25px;
    font-size: 55px;
}

.move-type {
    margin-top: 22px;
    color: #ef4444;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.move-card h3 {
    margin-top: 7px;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

.move-wrestler {
    margin-top: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.move-description {
    margin-top: 18px;
    color: #71717a;
    line-height: 1.7;
}