body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #0b0b0b;
    color: white;
}

.logo {
    width: 90px;
    height: auto;
    display: block;
}

.hero {
    min-height: 50vh;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.95), rgba(0,0,0,0.55)),
        url("../images/hero.jpg");
    background-size: cover;
    background-position: center;
    padding: 30px;
}

.event-banner{
    background:#f97316;
    color:white;
    text-align:center;
    padding:25px;
}

.event-banner h2{
    margin:0;
    font-size:38px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav h2 {
    letter-spacing: 2px;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.hero-content {
    max-width: 800px;
    margin-top: 160px;
}

.hero-content h1 {
    font-size: 60px;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 22px;
    color: #d0d0d0;
    margin-bottom: 35px;
}

.btn {
    background: white;
    color: black;
    padding: 15px 28px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
}

section {
    padding: 80px 30px;
    max-width: 1000px;
    margin: auto;
}

section h2 {
    font-size: 36px;
}

section p {
    font-size: 20px;
    color: #d0d0d0;
}

.prizes {
    background: #151515;
    border-radius: 20px;
}

.menu {
    display: flex;
    gap: 25px;
}

.menu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.prizes {
    background: #111;
    padding: 40px;
    border-radius: 20px;
}

#sponsors {
    text-align: center;
}

#contact {
    text-align: center;
}

.countdown-section {
    text-align: center;
    background: #0f0f0f;
    padding: 70px 30px;
}

.countdown-section h2 {
    text-align: center;
}

.countdown {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}

.countdown div {
    background: #1a1a1a;
    border: 1px solid #f97316;
    padding: 25px;
    border-radius: 15px;
    min-width: 120px;
}

.countdown span {
    font-size: 42px;
    font-weight: bold;
    color: #f97316;
}

.countdown p {
    margin: 10px 0 0;
    color: white;
}

.why {
    text-align: center;
    padding: 80px 30px;
}

.why h2 {
    margin-bottom: 50px;
}

.cards {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
    flex-wrap: nowrap;
}

.card {
    background: #151515;
    border: 1px solid #f97316;
    border-radius: 18px;
    padding: 30px;
    max-width: 280px;
    transition: all 0.3s ease;
}

.card h3 {
    display: flex;
flex-direction: column;
justify-content: center;
    color: #f97316;
}

.card p {
    display: flex;
flex-direction: column;
justify-content: center;
    font-size: 17px;
    color: #d0d0d0;
}

.card:hover {
    transform: translateY(-8px);
    transition: 0.3s;
    box-shadow: 0 0 20px rgba(249,115,22,0.4);
}

.tournament-details {
    text-align: center;
    padding: 80px 30px;
}

.tournament-details h2 {
    margin-bottom: 50px;
}

.details-cards {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.detail-card {
    background: #151515;
    border: 1px solid #f97316;
    border-radius: 18px;
    padding: 30px;
    width: 280px;
    transition: all 0.3s ease;
}

.detail-card h3 {
    color: #f97316;
}

.detail-card p {
    font-size: 22px;
    font-weight: bold;
}

.detail-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 20px rgba(249,115,22,0.4);
}

.feature-card {
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(249,115,22,0.5);
}

#why-beast {
    padding: 80px 40px;
    background: #0f0f0f;
}

#why-beast h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 50px;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.card {
    background: #151515;
    border: 1px solid #f97316;
    border-radius: 18px;
    padding: 30px;
    max-width: 320px;
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px rgba(249,115,22,0.5);
}

.card h3 {
    margin-bottom: 20px;
    color: white;
}

.card p {
    color: #ddd;
    line-height: 1.6;
}

#why-beast .cards {
    display: flex !important;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

#why-beast .card {
    background: #151515 !important;
    border: 1px solid #f97316 !important;
    border-radius: 18px;
    padding: 30px;
    max-width: 320px;
    transition: all 0.3s ease;
}

#why-beast .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px rgba(249,115,22,0.5);
}

#why-beast {
    border: 5px solid red !important;
}

#why-beast .cards {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 25px !important;
}

#why-beast .card {
    display: block !important;
    background: #151515 !important;
    border: 2px solid #f97316 !important;
    border-radius: 18px !important;
    padding: 30px !important;
    width: 300px !important;
    min-height: 220px !important;
}

.tournament-details {
    text-align: center;
    padding: 80px 30px;
    background: #0f0f0f;
}

.tournament-details h2 {
    font-size: 48px;
    margin-bottom: 50px;
}

.details-cards{
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
}

.detail-card {
    background: #151515;
    border: 1px solid #f97316;
    border-radius: 18px;
    padding: 30px;
    width: 250px;
    transition: all 0.3s ease;
}

.detail-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 20px rgba(249,115,22,0.4);
}

.detail-card h3 {
    color: #f97316;
    margin-bottom: 15px;
}

.detail-card p {
    font-size: 20px;
    font-weight: bold;
}

#flyer {
    text-align: center;
    padding: 60px 20px;
}

.flyer {
    width: 100%;
    max-width: 1000px;
    border-radius: 20px;
    border: 2px solid #f97316;
}

.reserve-section {
    text-align: center;
    padding: 60px 20px;
}

.reserve-section p {
    max-width: 700px;
    margin: 20px auto;
    color: #d0d0d0;
}

.rules-section {
    text-align: center;
    padding: 80px 30px;
    background: #0f0f0f;
}

.rules-section h2 {
    font-size: 44px;
    margin-bottom: 20px;
}

.rules-section p {
    max-width: 750px;
    margin: 0 auto 30px auto;
    color: #d0d0d0;
    font-size: 20px;
}

.rules-box {
    max-width: 850px;
    margin: 0 auto 35px auto;
    background: #151515;
    border: 1px solid #f97316;
    border-radius: 18px;
    padding: 30px;
    text-align: left;
}

.rules-box li {
    margin-bottom: 12px;
    font-size: 18px;
}