/* ==========================================================================
   RESPONSIVE STYLES - STGO21K
   ========================================================================== */
   @media (min-width: 1700px) { 
        .hero__date-left,
        .hero__date-right {
            width: 200px;
            position: absolute;
        }

        .hero__date-left {
            top: 15%;
            left: 13%;
        }

        .hero__date-right {
            top: 40%;
            right: 15%;
        }

        .hero__center {
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: bottom;
            margin-top: 22rem;
        }

        .hero__logo {
            max-width: 600px;
            height: auto;
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
        }
        
        .hero__texts {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1.5rem;
        }
        
        .hero__subtitle {
            font-family: var(--font-donatto);
            font-size: 1.8rem;
            font-weight: 500;
            color: var(--color-white);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin: 0;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        
        .hero__description {
            font-family: "Poppins", sans-serif;
            font-size: 1.2rem;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
            max-width: 500px;
            line-height: 1.6;
        }

        .hero__date-value,
        .hero__date-year {
            font-size: 7rem;
        }
        .hero__date-month {
            font-size: 2rem;
        }
   }

   @media (min-width: 1600px) { 

    .hero__logo {
        max-width: 450px;
    }

    .hero__subtitle {
        font-size: 1.2rem;
    }

    .hero__description {
        font-size: 1rem;
    }

    .hero__center {
        margin-top: 10rem;
    }

    .hero__date-left {
        top: 2%;
        left: 5%;
    } 

    .hero__date-right {
        top: 45%;
        right: 5%;
    }
    
   }
/* ==========================================================================
   EXTRA LARGE SCREENS (1400px+)
   ========================================================================== */
@media (min-width: 1400px) {
    .nav-link {
        font-size: 1.125rem;
    }
    
    .nav-logo {
        height: 40px;
        width: auto !important;
    }

    .information {
        width: 60%;
        position: absolute;
        right: 3rem;
        top: 6rem;
    }

    .kit-delivery__footer {
        padding-top: 14rem;
    }

    .welcome__text {
        max-width: 50%;
    }

    .hero__logo {
        max-width: 600px;
    }

    .hero__subtitle {
        max-width: 500px;
        line-height: 3rem;
    }

    .hero__date-left {
        top: 15%;
        left: 10%;
      }

      .hero__date-right {
        top: 46%;
        right: 12%;
      }
    
      .hero__center {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: bottom;
        margin-top: 12%;
    }
}

/* ==========================================================================
   LARGE SCREENS (992px - 1399px)
   ========================================================================== */
@media (min-width: 992px) {
    .stats__container {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .navbar-nav {
        background-color: transparent;
        width: 100%;
        justify-content: space-around;
    }

    .stats__number {
        font-size: 1.5em;
    }

    .information__box {
        display: flex;
        margin-left: -4rem;
        padding: 2rem;
        position: relative;
    }

    .kit-delivery__floating-card {
        flex-direction: row;
    }

    .kit-delivery__hero {
        height: 500px;
    }

    .kit-delivery__footer {
        padding-top: 13rem;
    }

    .slogan__box {
        width: 40%;
        height: 600px;
        text-align: center;
        background: 
            linear-gradient(200deg, rgba(47, 46, 44,.35), rgba(219, 42, 11,.35)),
            url(../img/information/STGO-21K-by-ASICS-2025_PARTIDA.jpg) bottom/cover no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .information {
        width: 60%;
        position: absolute;
        right: 3rem;
        top: 6rem;
    }
    
    .nav-item {
        padding: 5px 10px;
    }
    
    .nav-link {
        font-size: 1rem;
    }
    
    .nav-logo {
        height: 40px;
        width: auto !important;
    }
}

/* ==========================================================================
   MEDIUM SCREENS (769px - 991px)
   ========================================================================== */
@media (max-width: 991px) {
    header {
        background-image: url(../img/hero/hero-desktop_v3.jpg)!important;
    }
    
    /* Navbar */
    .navbar-nav {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .navbar-collapse {
        background: rgba(5, 24, 35, 0.95);
        backdrop-filter: blur(10px);
        padding: 1rem;
        border-radius: 8px;
        margin-top: 1rem;
    }
    
    /* Hero Section */
    .hero__content {
        padding: 0 2rem;
    }

    .hero__img {
        height: 80vh;
    }
    
    /* Statistics */
    .stats__container {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
        padding: 2rem 0;
    }
    
    .stats__number {
        font-size: 1.5rem;
    }
    
    .stats__label {
        font-size: 0.9rem;
    }
    
    /* Circuit Section */
    .circuit__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    /* Kit Delivery */
    .kit-delivery__floating-card {
        width: 95%;
        max-width: 900px;
        flex-direction: row;
    }
    
    .kit-delivery__hero {
        height: 50vh;
    }

    .kit-delivery__footer {
        height: 470px;
        padding-top: 18rem;
    }
    
    /* Sponsors */
    .sponsors__main {
        padding: 3rem 0;
    }
    
    .sponsors__row {
        flex-direction: column;
        gap: 2rem;
    }
    
    .sponsors__column {
        width: 100%;
    }
    
    .sponsors__logos {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
    
    .sponsors__logo-item {
        min-height: 80px;
        padding: 1rem;
    }
    
    .sponsors__logo {
        max-width: 100px;
        max-height: 50px;
    }
    
    .sponsors__official-item {
        padding: 1rem;
        min-height: 80px;
    }
    
    .sponsors__official-logo {
        max-width: 80px;
        max-height: 40px;
    }
    
    .sponsors__single-logo {
        min-height: 80px;
        padding: 1rem;
    }
}

/* ==========================================================================
   HERO RESPONSIVE STYLES
   ========================================================================== */
@media (max-width: 1200px) {
    

    .hero__layout {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    
    .hero__date-left,
    .hero__date-right {
        
        transform: none;
        order: 2;
        width: auto;
    }

    .hero__date-left {
        top: 5%;
        left: 5%;
    }

    .hero__date-right {
        top: 45%;
        right: 6%;
    }
    
    .hero__center {
        order: 1;
        margin-top: 10%;
    }
    
    .hero__logo {
        max-width: 400px;
    }
    
    .hero__subtitle {
        font-size: 1.6rem;
    }
    
    .hero__description {
        font-size: 1.1rem;
    }

    .hero__date-month {
        font-size: 4rem;
    }

    .hero__subtitle {
        max-width: 500px;
        line-height: 3rem;
    }

    .hero__date-card, .hero__date-year {
        font-size: 5rem;
    }

    .hero__date-month {
        font-size: 3rem;
    }

    .welcome__text {
        max-width: 60%;
    }

    

@media (max-width: 992px){
    .hero__date-left, .hero__date-right {
        position: absolute;
    }

    .hero__date-value,
    .hero__date-year {
        font-size: 5rem;
    }

    .hero__date-left {
        top: 30%;
        left: 4%;
    }

    .hero__date-right {
        top: 50%;
        right: 4%;
    }

    .hero__logo {
        max-width: 400px;
    }

    .hero__subtitle {
        max-width: 500px;
        line-height: 3rem;
    }

    .hero__center {
        margin-bottom: 20%;
    }

    
    
}


@media (max-width: 768px) {
    .hero__img {
        width: 100%;
        height: 100vh;
        background-color: var(--color-black--primary);
        background-image: url(../img/hero/hero-mobile_v3.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; 
    }
    /* Navbar */
    .navbar-brand img {
        height: 35px;
    }
    
    .navbar-toggler {
        border: none;
        padding: 0.25rem 0.5rem;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
    }

    .hero__date-value ,
    .hero__date-year{
        font-size: 5rem;
    }
    /* Hero Layout - Desktop Style */
    .hero__layout {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        position: relative;
        flex-direction: row;
    }
    
    .hero__date-left,
    .hero__date-right {
        width: 200px;
        position: absolute;
    }
    
    .hero__date-left {
        top: -25%;
        left: -5%;
    }
    
    .hero__date-right {
        top: 80%;
        right: -5%;
    }
    
    .hero__center {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: bottom;
        margin-top: 10%;
    }
    
    .hero__logo {
        max-width: 450px;
    }
    
    .hero__subtitle {
        font-family: var(--font-donatto);
        font-size: 1.5rem;
        font-weight: 500;
        color: var(--color-white);
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    .hero__description {
        font-family: "Poppins", sans-serif;
        font-size: 1.2rem;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
        max-width: 500px;
        line-height: 1.6;
    }
    
    .btn__cta--hero {
        font-size: 1.2rem;
        padding: 18px 50px;
        box-shadow: 0 12px 30px rgba(219, 42, 11, 0.6), 0 0 40px rgba(219, 42, 11, 0.4);
        animation: pulse-badge 2s ease-in-out infinite;
        width: 100%;
        max-width: 600px;
    }
    
    /* Statistics */
    .stats__container {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        padding: 1.5rem 0;
        max-width: 800px;
    }
    
    .stats__item {
        padding: 1rem;
    }
    
    .stats__number {
        font-size: 1.5rem;
    }
    
    .stats__label {
        font-size: 0.75rem;
    }
    
    /* Information Section */
    .information__cards {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .information__card {
        padding: 1rem;
    }
    
    .information__title {
        font-size: 1.5rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .information__cta-black-container {
        margin-top: 1.5rem;
        padding-top: 0.5rem;
    }
    
    .btn__cta--black {
        font-size: 0.9rem;
        padding: 10px 25px;
    }
    
    /* Circuit Section */
    .circuit__cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .circuit__card {
        padding: 1.5rem;
    }
    
    .circuit__number {
        font-size: 4rem;
    }
    
    .circuit__unit {
        font-size: 1.5rem;
    }
    
    .circuit__stats {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .circuit__cta-container {
        margin-top: 2rem;
    }
    
    .circuit__stat-number {
        font-size: 2rem;
    }
    
    .circuit__stat-label {
        font-size: 0.9rem;
    }
    
    .circuit__title {
        font-size: 2.2rem;
        line-height: 1.2;
    }
    
    .circuit__subtitle {
        font-size: 1.4rem;
    }
    
    /* Kit Delivery */
    .kit-delivery__hero {
        height: 900px;
    }
    
    .kit-delivery__floating-card {
        flex-direction: column-reverse;
        width: 95%;
        max-width: 600px;
        top: 52%;
    }
    
    .kit-delivery__map {
        height: 200px;
    }
    
    .kit-delivery__info {
        padding: 1.2rem;
    }
    
    .kit-info-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .kit-delivery__footer {
        padding: 3rem 0;
        padding-top: 9rem;
        height: 350px;
    }
    
    .kit-delivery__footer-title {
        font-size: 1.5rem;
    }
    
    .kit__social-btn {
        width: 50px;
        height: 50px;
        font-size: 2.5rem;
    }
    
    /* Sponsors */
    .sponsors__main {
        padding: 2.5rem 0;
    }
    
    .sponsors__category {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .sponsors__logos {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .sponsors__logo-item {
        min-height: 70px;
        padding: 0.8rem;
    }
    
    .sponsors__official-item {
        padding: 0.8rem;
        min-height: 70px;
    }
    
    .sponsors__single-logo {
        min-height: 70px;
        padding: 0.8rem;
    }
    
    .sponsors__powered-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    /* General */
    .hero__img {
        width: 100%;
        height: 100vh;
        background-color: var(--color-black--primary);
        background-image: url(../img/hero/hero-mobile_v3.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; 
    }

    .container {
        padding: 0 1rem;
    }
    
    .section__padding {
        padding: 3rem 0;
    }
    
    /* Information Section */
    .information__title {
        font-size: 1.3rem;
    }
    
    /* Kit Delivery */
    .kit-delivery__floating-card {
        width: 98%;
    }
    
    /* Sponsors */
    .sponsors__logos {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .sponsors__logo-item {
        min-height: 60px;
        padding: 0.6rem;
    }
    
    .sponsors__official-item {
        padding: 0.6rem;
        min-height: 60px;
    }
    
    .sponsors__single-logo {
        min-height: 60px;
        padding: 0.6rem;
    }
    
    .sponsors__powered-text {
        font-size: 0.8rem;
    }

    .hero__date-card {
        padding: 1rem 0.8rem;
        min-width: 140px;
        flex-direction: row;
    }
    
    .hero__date-label {
        font-size: 0.8rem;
    }

    .hero__date-value,
    .hero__date-year {
        font-size: 2rem;
        color: var(--color-gray-primary);
    }
    
    .hero__date-month {
        font-size: 2rem;
        color: var(--color-red);
    }

    .hero__center {
        margin-top: 0;
    }

    .hero__date-left {
        top: -30%;
        left: 50%;
    }

    .hero__date-right {
        top: 114%;
        right: 58%;
    }

    .hero__subtitle {
        font-size: 1.5rem;
        line-height: 3rem;
    }

    .btn__cta--hero {
        font-size: 1rem;
    }

    .sponsors__single-logo {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero__img {
        width: 100%;
        height: 100vh;
        background-color: var(--color-black--primary);
        background-image: url(../img/hero/hero-mobile_v3.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; 
    }

    /* Hero Layout - Mobile Vertical */
    .hero__content {
        padding: 0;
    }
    .hero__layout {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .hero__texts {
        gap: 1rem;
    }
    
    .hero__date-left {
        position: static;
        order: 1;
        top: auto;
        right: auto;
        margin-top: -3%;
        padding-left: 5rem;
    }
    
    .hero__center {
        order: 2;
        margin-top: 35%;
        margin-bottom: 5%;
    }
    
    .hero__date-right {
        position: static;
        order: 3;
        top: auto;
        right: auto;
        padding-right: 8rem;
        margin-top: 10%;
    }
    
    .hero__logo {
        max-width: 200px;
        margin-top: 1rem;
    }

    .hero__logo-container {
        margin-bottom: 0;
    }

    .hero__date-value,
    .hero__date-year {
        font-size: 2rem;
        color: var(--color-gray-primary);
    }
    
    .hero__date-month {
        font-size: 2rem;
        color: var(--color-red);
    }
    
    .hero__subtitle {
        font-size: 0.9rem;
        line-height: 2rem;
        margin-bottom: 0;
        padding: 1rem;
        padding-bottom: 0;
    }
    
    .hero__description {
        font-size: 0.9rem;
    }
    
    .hero__date-card {
        padding: 1rem 0.8rem;
        min-width: 140px;
        flex-direction: row;
    }
    
    .hero__date-label {
        font-size: 0.8rem;
    }
    
    .btn__cta--hero {
        font-size: 0.9rem;
        padding: 10px 22px;
    }

    .title--primary {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .sponsors__single-logo {
        justify-content: center;
    }

    .kit-delivery__floating-card {
        top: 52%;
    }

    .kit-delivery__footer {
        height: 385px;
        padding-top: 12rem;
    }
}

/* ==========================================================================
   LANDSCAPE ORIENTATION ADJUSTMENTS
   ========================================================================== */
@media (max-height: 500px) and (orientation: landscape) {
    .hero {
        height: 100vh;
        min-height: 500px;
    }
    
    .hero__content {
        padding: 2rem 0;
    }
    
    .hero__title {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }
    
    .hero__subtitle {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    
    .hero__buttons {
        flex-direction: row;
        gap: 1rem;
        justify-content: center;
    }
}