@charset "UTF-8";

body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    font-size: 18px;
    /* Standard base size */
}

@media (min-width: 768px) {
    body {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 32px;
        /* Large but more manageable than 48px */
    }
}

.bg-gradient-custom {
    /* background: linear-gradient(180deg, #6214d4 0%, #2e3192 100%); */
    color: white;
    background-image: url("../img/header.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 60px 60px;

}

.radius-title {
    border-radius: 50px 50px 0px 50px !important
}


.radius-title-2 {
    border-radius: 0px 50px 50px 50px !important;
    position: relative;
    left: 0;
    height: auto;
    min-height: 60px;
    border-left: 2.5px solid !important;
    padding-left: 30px !important;
    margin-top: -10px;
    /* Slight overlap to match design if needed, or 0 if preferred */
}

@media (min-width: 768px) {
    .radius-title-2 {
        left: -41px;
        min-height: 111px;
        padding-left: 50px !important;
        border-left: none !important;
        border-radius: 0px 50px 50px 0px !important;
        margin-top: 0;
    }
}

.padding-right-title {
    padding-right: 50px !important;
}


.radius-title-3 {
    border-radius: 0px 50px 50px 50px !important;
    position: relative;
    left: -20px;
    height: auto;
    min-height: 60px;
    border-left: none !important;
    padding: 8px 35px 10px 10px !important;
}

@media (min-width: 768px) {
    .radius-title-3 {
        left: -41px;
        min-height: 111px;
    }
}

.border-radius-section {
    border-radius: 6vw;
    padding: 6vw 0px !important;
}

.section-ranking {
    background-image: url("../img/fondo-purpura.png");
    background-size: cover;
    background-position: center;
}

.fs-xl {
    font-size: 1.5rem;
    font-weight: 900;
}

@media (min-width: 768px) {
    .fs-xl {
        font-size: 2.2rem;
    }
}

@media (min-width: 1200px) {
    .fs-xl {
        font-size: 2.8rem;
    }
}

.fs-x {
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .fs-x {
        font-size: 1.8rem;
    }
}

@media (min-width: 1200px) {
    .fs-x {
        font-size: 2.2rem;
    }
}

.hero-section {
    padding: 150px 0 80px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .hero-section {
        padding: 400px 0 120px 0;
    }
}

@media (min-width: 1200px) {
    .hero-section {
        padding: 630px 0 150px 0;
    }
}

.card-custom {
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.btn-download {
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: bold;
}

.section-title {
    color: #6214d4;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.section-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    margin-bottom: 2rem;

}

.title-outline {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: lighter;
    color: #6a2dd7;
    border: 2.5px solid #6a2dd7;
    border-radius: 30px 30px 0px 30px;
    padding: 8px 25px;
}

@media (min-width: 768px) {
    .title-outline {
        font-size: 2.8rem;
        border-radius: 50px 50px 0px 50px;
        padding: 8px 35px;
    }
}

@media (min-width: 1200px) {
    .title-outline {
        font-size: 3.8rem;
    }
}

.title-outline-white {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: lighter;
    color: #ffffff;
    border: 2.5px solid #ffffff;
    border-radius: 30px 30px 0px 30px;
    padding: 8px 25px;
    height: auto;
    min-height: 60px;
}

@media (min-width: 768px) {
    .title-outline-white {
        font-size: 2.8rem;
        border-radius: 50px 50px 0px 50px;
        padding: 8px 35px;
        min-height: 110px;
    }
}

@media (min-width: 1200px) {
    .title-outline-white {
        font-size: 3.8rem;
    }
}

.negative-top {
    top: -60px;
}

.title-solid-white {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: lighter;
    color: #6a2dd7;
    background-color: #ffffff;
    border-radius: 0px 30px 30px 30px;
    padding: 8px 25px;
}

@media (min-width: 768px) {
    .title-solid-white {
        font-size: 2.8rem;
        border-radius: 0px 50px 50px 50px;
        padding: 10px 35px;
    }
}

@media (min-width: 1200px) {
    .title-solid-white {
        font-size: 3.8rem;
    }
}

.title-solid {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: lighter;
    color: #fff;
    background-color: #6a2dd7;
    border-radius: 0px 30px 30px 30px;
    padding: 8px 25px;
}

@media (min-width: 768px) {
    .title-solid {
        font-size: 2.8rem;
        border-radius: 0px 50px 50px 50px;
        padding: 10px 35px;
    }
}

@media (min-width: 1200px) {
    .title-solid {
        font-size: 3.8rem;
    }
}

/* ===== Match Card ===== */
.match-card {
    position: relative;
    max-width: 620px;
    border-radius: 30px;
    overflow: visible;
    margin-bottom: 40px;
}

.match-card-inner {
    background: linear-gradient(135deg, #3a3fbd 0%, #7b2ff2 100%);
    border-radius: 30px;
    padding: 35px 40px 50px;
    position: relative;
    overflow: hidden;
}

/* Halftone dot pattern overlay */
.match-card-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    pointer-events: none;
    z-index: 0;
}

.match-card-inner>* {
    position: relative;
    z-index: 1;
}

.match-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.match-phase {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    font-style: italic;
}

.match-date {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 800;
    font-style: italic;
}

.match-card-body {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px;
}

.match-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.team-flag {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
}

@media (min-width: 768px) {
    .team-flag {
        width: 130px;
        height: 130px;
    }
}

.team-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-name {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
}

.match-score {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}

@media (min-width: 768px) {
    .match-score {
        font-size: 3.5rem;
        letter-spacing: 4px;
    }
}

.match-card-bottom-svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 0;
}

.bg-gradient-custom-footer {

    color: white;
    background-image: url("../img/footer-bg.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6vw;
}

.padding-footer {
    padding-top: 60vw;
}

@media (min-width: 768px) {
    .padding-footer {
        padding-top: 30vw;
    }
}

@media (min-width: 1200px) {
    .padding-footer {
        padding-top: 60vw;
        /* Still large, but 70vw was probably too much */
    }
}

/* Ticket notch at the bottom */
.match-card-notch {
    width: 60px;
    height: 60px;
    background: #2b1e4f;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 21;
}

.points-box {
    background-color: #6214d4;
    color: white;
    padding: 40px;
    border-radius: 30px;
}

.list-rules li {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
}

.list-rules li::before {
    content: "•";
    color: #6214d4;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}