@import url('https://fonts.googleapis.com/css2?family=Paytone+One&family=League+Spartan:wght@400;600;700&display=swap');

/* ========================
   RESET & BASE STYLES
======================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: 'League Spartan', Arial, sans-serif;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

/* ========================
   BACKGROUND CONTAINER
======================== */
.background-container {
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    background-image: url('images/background.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #1b0033;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;

      @media (max-width: 1450px) {
         background-size: contain !important;
    } 



     @media (max-width: 980px) {
         min-height: 55vh;
      max-height: 98vh;
    } 

      @media (max-width: 480px) {
  min-height: 105vh;
  max-height: fit-content;
    }


}

/* ========================
   HEADER & NAVIGATION
======================== */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px;
    width: 100%;
    position: relative;
    z-index: 100;

     @media (max-width: 1300px) {

       padding: 25px 35px;
    } 

     @media (max-width: 1200px) {

        padding: 23px 25px;
    } 
     @media (max-width: 1000px) {

        padding: 23px 15px;
    } 

     @media (max-width: 980px) {

        padding: 20px 12px;
    } 

     @media (max-width: 880px) {

        padding: 18px 10px;
    } 
}

.logo-container {
    z-index: 10;
}

.logo {
    max-width: 200px;
    height: auto;
    display: block;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
    transition: transform 0.3s ease;

     @media (max-width: 1300px) {

      max-width: 195px;
    } 

     @media (max-width: 1200px) {

         max-width: 190px;
    } 

        @media (max-width: 1020px) {

            max-width: 185px;
        } 
        
        @media (max-width: 980px) {

            max-width: 180px;
        } 

        @media (max-width: 920px) {

            max-width: 175px;
        } 

         @media (max-width: 880px) {

            max-width: 170px;
        } 



}

.logo:hover {
    transform: scale(1.05);
}

/* Navigation Buttons */
.nav-container {
    display: flex;
    gap: 15px;
    z-index: 10;

       @media (max-width: 1300px) {

       gap: 10px;
    } 
    
     @media (max-width: 980px) {

       gap: 8px;
    } 

         @media (max-width: 920px) {

       gap: 6px;
    } 

         @media (max-width: 820px) {

       gap: 4px;
    } 
}

.nav-button {
    background: linear-gradient(135deg, #FF68C9 0%, #2121ff 100%);
    border: none;
    padding: 12px 25px;
    box-shadow: 0 4px 15px rgba(255,104,201,0.4);
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50px;
    position: relative;
    overflow: hidden;

        @media (max-width: 1300px) {
 font-size: 13px;
        padding: 10px 23px;
    } 

    
        @media (max-width: 1200px) {
 font-size: 12.5px;
        padding: 8px 20px;
    } 

       @media (max-width: 980px) {
 font-size: 12px;
        padding: 7px 18px;
    }
    
         @media (max-width: 920px) {
 font-size: 11px;
        padding: 6px 16px;
    } 

      @media (max-width: 880px) {
 font-size: 10.5px;
        padding: 5.5px 15px;
    } 

       @media (max-width: 820px) {
 font-size: 10px;
        padding: 5px 14px;
    } 

}



.nav-button i {
    margin-right: 8px;

     @media (max-width: 820px) {
       margin-right: 6px;

     }

}

.nav-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.nav-button:hover::before {
    left: 100%;
}

.nav-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255,104,201,0.6);
}

/* ========================
   MAIN CONTENT WRAPPER
======================== */
.main-content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-height: fit-content;
    /* align-items: center; */
    /* justify-content: center; */
    padding: 20px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

/* ========================
   CAROUSEL
======================== */
.carousel-container {
    width: 100%;
    max-width: 700px;
    margin-left: 8.5rem;
    height: 300px;
    position: relative;
    margin-bottom: 40px;
    z-index: 5;

    @media (max-width: 1380px) {

        margin-left: 8rem;
        max-width: 650px;
    } 

    @media (max-width: 1300px) {

        margin-left: 8rem;
        max-width: 600px;
    } 

     @media (max-width: 1230px) {

        margin-left: 7.5rem;
        max-width: 550px;
    } 

      @media (max-width: 1150px) {

        margin-left: 7rem;
        max-width: 530px;
    } 

      @media (max-width: 1075px) {

        margin-left: 6.5rem;
        max-width: 510px;
    } 

       @media (max-width: 1020px) {

        margin-left: 6rem;
        max-width: 480px;
    } 

       @media (max-width: 980px) {

        margin-left: 5rem;
        max-width: 470px;
    } 


       @media (max-width: 920px) {

        margin-left: 4.5rem;
        max-width: 450px;
        height: 280px;
    } 
    
    @media (max-width: 880px) {
        margin-left: 4rem;
        max-width: 440px;
        height: 270px;
    }

     @media (max-width: 850px) {
        margin-left: 3.5rem;
        max-width: 440px;
        height: 260px;
    }

      @media (max-width: 830px) {
        margin-left: 3rem;
        max-width: 420px;
        margin-bottom: 35px;
        height: 250px;
    }

       @media (max-width: 670px) {
      max-width: 75% !important;
    }
      @media (max-width: 600px) {
      max-width: 80% !important;
    }
}

.carousel-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    overflow: hidden;
    border: 3px solid rgba(255,104,201,0.3);
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s ease;
}

.carousel-slide.active {
    opacity: 1;
    transform: translateX(0);
}

.carousel-slide.prev {
    transform: translateX(-100%);
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit:fill;
    display: block;
}

/* Carousel Navigation */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: rgba(255,104,201,0.9);
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 5px 20px rgba(255,104,201,0.4);
}

.carousel-btn:hover {
    background: #2E0152;
    transform: translateY(-50%) scale(1.1);
}

.carousel-btn.prev { left: -20px; }
.carousel-btn.next { right: -20px; }

/* Carousel Indicators */
.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #FF68C9;
}

.indicator.active {
    background: #FF68C9;
    transform: scale(1.3);
}

.indicator:hover {
    background: rgba(255,104,201,0.8);
}

/* ========================
   HERO TEXT SECTION
======================== */
.hero-text-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    z-index: 4;
}

.lottery-text {
    font-family: 'Paytone One', sans-serif;
    font-size: 42px;
    width: 70%;
    text-align: center;
    line-height: 1.2;
    color: #FFFFFF;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6), 0 0 20px rgba(255,104,201,0.5);
    text-align: center;
    animation: textGlow 3s ease-in-out infinite;

      @media (max-width: 1020px) {

       font-size: 40px;
    } 
          @media (max-width: 980px) {
       
       font-size: 38px;
      
    } 

       @media (max-width: 920px) {
       
       font-size: 36px;
      
    } 


       @media (max-width: 880px) {
       
       font-size: 34px;
      
    } 

      @media (max-width: 850px) {
       
       font-size: 32px;
      
    } 

      @media (max-width: 830px) {
       
       font-size: 30px;
      
    } 




}

.lottery-word {
    display: inline;
}

.launch-text {
    background: linear-gradient(135deg, #2E0152 0%, #4A0178 100%);
    box-shadow: 0px -11px 13.9px 0px rgba(255,255,255,0.53), 0 20px 40px rgba(0,0,0,0.5);
    font-family: 'Paytone One', sans-serif;
    font-size: 32px;
    letter-spacing: 2px;
    color: white;
    padding: 10px 60px;
    clip-path: polygon(100% 0%, 0% 0%, 6% 100%, 94% 100%);
    text-align: center;
    transition: all 0.3s ease;

       @media (max-width: 1020px) {
         padding: 9px 58px;
       font-size: 30px;
        letter-spacing: 1.8px;
    } 

      @media (max-width: 980px) {
         padding: 8px 56px;
       font-size: 28px;
      
    } 
    
       @media (max-width: 920px) {
         padding: 7px 54px;
       font-size: 26px;
      
    } 
    
       @media (max-width: 880px) {
         padding: 6px 52px;
       font-size: 24px;
      
    } 

       @media (max-width: 850px) {
         padding: 5px 50px;
       font-size: 22px;
      
    } 
    
       @media (max-width: 830px) {
         padding: 4px 48px;
       font-size: 20px;
      
    } 
}

.launch-text i {
    margin-right: 15px;
}

.launch-text:hover {
    transform: scale(1.05);
    box-shadow: 0px -11px 13.9px 0px rgba(255,255,255,0.53), 0 25px 50px rgba(0,0,0,0.6);
}

/* ========================
   PARTNER BADGES
======================== */
.partner-container {
    /* position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); */
    display: flex;
    gap: 20px;
    margin-top: 5rem;
    z-index: 5;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
    padding: 0 20px;

        @media (max-width: 980px) {
         margin-top: 4.5rem;
        gap: 18px;
        padding: 0 18px;
    } 

       @media (max-width: 880px) {
         margin-top: 4rem;
        gap: 16px;
        padding: 0 16px;
    } 

       @media (max-width: 850px) {
         margin-top: 3.5rem;
        gap: 14px;
        padding: 0 14px;
    } 

    @media (max-width: 820px) {
         margin-top: 3rem;
        gap: 12px;
        padding: 0 12px;
    } 
}

.partner-image {
    max-width: 180px;
    height: 80px;
    object-fit: contain;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
    transition: transform 0.3s ease;

      @media (max-width: 980px) {
      max-width: 170px;
    height: 75px;
    } 

      @media (max-width: 880px) {
      max-width: 165px;
    height: 70px;
    } 
      @media (max-width: 850px) {
      max-width: 160px;
    height: 65px;
    } 

          @media (max-width: 820px) {
      max-width: 155px;
    height: 60px;
    } 



}

.partner-image:hover {
    transform: scale(1.1);
}

.eighteen-plus-image {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
    transition: transform 0.3s ease;
    margin-bottom: 30px;

       @media (max-width: 980px) {
     width: 48px;
    height: 48px;
    margin-bottom: 28px;
    } 

      @media (max-width: 880px) {
         width: 46px;
    height: 46px;
    margin-bottom: 26px;
    } 
      @media (max-width: 850px) {
           width: 42px;
    height: 42px;
    margin-bottom: 24px;
    } 

     @media (max-width: 820px) {
           width: 40px;
    height: 40px;
    margin-bottom: 22px;
    } 

}

.eighteen-plus-image:hover {
    transform: rotate(360deg) scale(1.1);
}

/* ========================
   FLOATING PARTICLES
======================== */
.particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 10px;
    height: 10px;
    background: radial-gradient(circle, rgba(255,104,201,0.8), rgba(255,104,201,0));
    border-radius: 50%;
    animation: float 15s infinite ease-in-out;
}

.particle:nth-child(1) { left: 10%; top: 20%; animation-duration: 12s; }
.particle:nth-child(2) { left: 80%; top: 30%; animation-duration: 14s; animation-delay: 2s; }
.particle:nth-child(3) { left: 50%; top: 60%; animation-duration: 16s; animation-delay: 4s; }
.particle:nth-child(4) { left: 30%; top: 80%; animation-duration: 13s; animation-delay: 1s; }
.particle:nth-child(5) { left: 70%; top: 70%; animation-duration: 15s; animation-delay: 3s; }

/* ========================
   CONTENT PAGES
======================== */
.content-page {
    min-height: 100vh;
    background-image: url('images/bgcontent.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.content-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    pointer-events: none;
}

.content-container {
    max-width: 1200px;
    width: 100%;
    padding: 60px;
    position: relative;
    z-index: 1;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header i {
    font-size: 60px;
    color: #FF68C9;
    margin-bottom: 20px;
    display: block;
    animation: pulse 2s infinite;
}

.content-container h2 {
    font-family: 'Paytone One', sans-serif;
    font-size: 52px;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.content-container h3 {
    font-family: 'Paytone One', sans-serif;
    font-size: 32px;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #FF68C9;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.content-container h3 i {
    margin-right: 15px;
    color: #FF68C9;
}

.intro-text {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 40px !important;
    text-align: center;
    padding: 30px;
    background: rgba(255,104,201,0.1);
    border-radius: 15px;
    border-left: 5px solid #FF68C9;
}

.content-container p {
    font-family: 'League Spartan', sans-serif;
    font-size: 20px;
    line-height: 1.8;
    color: #FFFFFF;
    margin-bottom: 25px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* Feature Grid */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.feature-box {
    background: rgba(255,104,201,0.15);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 20px;
    border: 2px solid rgba(255,104,201,0.3);
    transition: all 0.3s ease;
    text-align: center;
}

.feature-box:hover {
    transform: translateY(-10px);
    background: rgba(255,104,201,0.25);
    box-shadow: 0 20px 40px rgba(255,104,201,0.3);
}

.feature-icon {
    font-size: 60px;
    color: #FF68C9;
    margin-bottom: 20px;
}

/* Target Audience */
.target-audience {
    margin-top: 50px;
}

.subtitle {
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-style: italic;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.audience-card {
    background: rgba(46,1,82,0.6);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 15px;
    border: 2px solid rgba(255,104,201,0.4);
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.audience-card:hover {
    background: rgba(255,104,201,0.3);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(255,104,201,0.4);
}

.audience-card i {
    font-size: 40px;
    color: #FF68C9;
    margin-bottom: 15px;
    display: block;
}

.audience-card span {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
}

/* Games Grid */
.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.game-card {
    background: rgba(255,104,201,0.15);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 20px;
    border: 2px solid rgba(255,104,201,0.3);
    text-align: center;
    transition: all 0.3s ease;
}

.game-card:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(255,104,201,0.25);
    box-shadow: 0 20px 40px rgba(255,104,201,0.4);
}

.game-icon {
    font-size: 60px;
    color: #FF68C9;
    margin-bottom: 20px;
}

.game-card h4 {
    font-family: 'Paytone One', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.game-card p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.6;
}

/* Technology Section */
.tech-section {
    margin: 40px 0;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .content-container {
        padding: 50px 40px;
    }
    
    .section-header i {
        font-size: 50px;
    }
    
    .content-container h2 {
        font-size: 42px;
    }
    
    .content-container h3 {
        font-size: 28px;
    }
    
    .intro-text {
        font-size: 20px !important;
        padding: 25px;
    }
    
    .content-container p {
        font-size: 18px;
    }
    
    .feature-box, .game-card, .highlight-card {
        padding: 30px;
    }
    
    .feature-icon, .game-icon {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .content-page {
        padding: 80px 15px;
    }
    
    .content-container {
        padding: 40px 30px;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    .section-header i {
        font-size: 45px;
        margin-bottom: 15px;
    }
    
    .content-container h2 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    
    .content-container h3 {
        font-size: 26px;
        margin-top: 35px;
        margin-bottom: 20px;
    }
    
    .intro-text {
        font-size: 18px !important;
        padding: 20px;
        margin-bottom: 30px !important;
    }
    
    .content-container p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .feature-grid, .games-grid, .tech-grid, .highlights-grid {
        gap: 20px;
    }
    
    .feature-box, .game-card, .highlight-card, .tech-item {
        padding: 25px;
    }
    
    .feature-icon, .game-icon {
        font-size: 45px;
        margin-bottom: 15px;
    }
    
    .game-card h4 {
        font-size: 22px;
    }
    
    .tech-item {
        padding: 20px;
    }
    
    .tech-item i {
        font-size: 35px;
    }
    
    .tech-item span {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .content-page {
        padding: 60px 10px;
    }
    
    .content-container {
        padding: 30px 20px;
    }
    
    .section-header i {
        font-size: 40px;
    }
    
    .content-container h2 {
        font-size: 32px;
    }
    
    .content-container h3 {
        font-size: 24px;
    }
    
    .intro-text {
        font-size: 17px !important;
        padding: 18px;
    }
    
    .feature-box, .game-card, .highlight-card {
        padding: 20px 15px;
    }
    
    .feature-icon, .game-icon {
        font-size: 40px;
    }
    
    .audience-grid, .tech-grid {
        grid-template-columns: 1fr;
    }
    
    .tech-item {
        padding: 15px;
    }
    
    .tech-item i {
        font-size: 30px;
    }
    
    .tech-item span {
        font-size: 15px;
    }
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.tech-item {
    background: rgba(46,1,82,0.6);
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 15px;
    border: 2px solid rgba(255,104,201,0.3);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.tech-item:hover {
    background: rgba(255,104,201,0.3);
    transform: translateX(10px);
    box-shadow: -5px 5px 20px rgba(255,104,201,0.3);
}

.tech-item i {
    font-size: 40px;
    color: #FF68C9;
}

.tech-item span {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
}

/* Tech Highlights */
.tech-highlights {
    margin-top: 50px;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.highlight-card {
    background: rgba(255,104,201,0.15);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 20px;
    border: 2px solid rgba(255,104,201,0.3);
    text-align: center;
    transition: all 0.3s ease;
}

.highlight-card:hover {
    transform: translateY(-10px);
    background: rgba(255,104,201,0.25);
    box-shadow: 0 20px 40px rgba(255,104,201,0.4);
}

.highlight-card i {
    font-size: 50px;
    color: #FF68C9;
    margin-bottom: 20px;
    display: block;
}

.highlight-card h4 {
    font-family: 'Paytone One', sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.highlight-card p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.6;
    margin: 0;
}

/* Syndicate Section */
.syndicate-content {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
}

.syndicate-visual {
    flex: 0 0 200px;
    text-align: center;
}

.syndicate-visual i {
    color: #FF68C9;
    font-size: 100px;
    filter: drop-shadow(0 10px 30px rgba(255,104,201,0.5));
    transition: transform 0.3s ease;
}

.syndicate-visual:hover i {
    transform: scale(1.1);
}

.syndicate-text {
    flex: 1;
}

.syndicate-text p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.syndicate-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 104, 201, 0.1);
}

.benefit-item:hover {
    background: rgba(255, 104, 201, 0.15);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 104, 201, 0.2);
}

.benefit-item i {
    color: #FF68C9;
    font-size: 20px;
}

.benefit-item span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

/* Contact Section */
.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 50px 0;
    text-align: center;
}

.info-box {
    background: rgba(255,104,201,0.15);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 20px;
    border: 2px solid rgba(255,104,201,0.3);
    display: inline-block;
    transition: all 0.3s ease;
}

.info-box:hover {
    transform: translateY(-5px);
    background: rgba(255,104,201,0.25);
    box-shadow: 0 15px 35px rgba(255,104,201,0.4);
}

.info-box i {
    font-size: 50px;
    color: #FF68C9;
    margin-bottom: 20px;
    display: block;
}

.info-box h4 {
    font-family: 'Paytone One', sans-serif;
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.info-box a {
    font-size: 24px;
    color: #FF68C9;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 15px;
}

.info-box a:hover {
    color: #FFFFFF;
    text-shadow: 0 0 20px rgba(255,104,201,0.8);
}

.info-box p {
    font-size: 18px;
    color: #FFFFFF;
    margin: 0;
}

/* Contact Form */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 50px;
    background: rgba(255,104,201,0.1);
    padding: 50px;
    border-radius: 25px;
    border: 2px solid rgba(255,104,201,0.3);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-family: 'League Spartan', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.form-group label i {
    margin-right: 10px;
    color: #FF68C9;
}

.form-group input,
.form-group textarea {
    background: rgba(255, 255, 255, 0.95);
    border: 3px solid #FF68C9;
    border-radius: 15px;
    padding: 18px 25px;
    font-family: 'League Spartan', sans-serif;
    font-size: 18px;
    color: #2E0152;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 104, 201, 0.3);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2E0152;
    background: #FFFFFF;
    box-shadow: 0 8px 25px rgba(46, 1, 82, 0.3);
    transform: translateY(-2px);
}

.form-group textarea {
    resize: vertical;
    min-height: 150px;
}

.submit-btn {
    background: linear-gradient(135deg, #FF68C9 0%, #2E0152 100%);
    border: none;
    border-radius: 50px;
    padding: 20px 60px;
    font-family: 'Paytone One', sans-serif;
    font-size: 24px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 104, 201, 0.4);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
    align-self: center;
    position: relative;
    overflow: hidden;
}

.submit-btn i {
    margin-right: 15px;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 104, 201, 0.6);
    background: linear-gradient(135deg, #2E0152 0%, #FF68C9 100%);
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FF68C9 0%, #2121ff 100%);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 25px rgba(255, 104, 201, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    transform: translateY(20px);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255,104,201,0.7);
}

/* ========================
   ANIMATIONS
======================== */
@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }
    50% {
        transform: translateY(-100px) scale(1.5);
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@keyframes textGlow {
    0%, 100% {
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6), 0 0 20px rgba(255,104,201,0.5);
    }
    50% {
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6), 0 0 30px rgba(255,104,201,0.8);
    }
}

/* ========================
   RESPONSIVE DESIGN
======================== */

 @media (max-width: 768px) { 

    body {
        overflow-x: hidden;
    }

    .header-container {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        text-align: center;
    }

  
    .background-container {
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        background-color: #1b0033; /* fallback color matching design */
    }



    .logo {
        max-width: 150px;
    }

    .nav-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .nav-button {
        padding: 10px 18px;
        font-size: 12px;
    }

    /* ========================
       MAIN CONTENT
    ======================== */
    .main-content-wrapper {
        padding: 15px;
        align-items: center;
    }

    /* ========================
       CAROUSEL
    ======================== */
    .carousel-container {
        max-width: 70%;
        height: 220px;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .carousel-btn.prev {
        left: 5px;
    }

    .carousel-btn.next {
        right: 5px;
    }

    /* ========================
       HERO TEXT
    ======================== */
    .hero-text-section {
        align-items: center;
        text-align: center;
    }

    .lottery-text {
        width: 100%;
        font-size: 28px;
    }

    .launch-text {
        font-size: 22px;
        padding: 10px 35px;
        clip-path: polygon(100% 0%, 0% 0%, 10% 100%, 90% 100%);
    }

    /* ========================
       PARTNERS
    ======================== */
    .partner-container {
        justify-content: center;
        margin-top: 3rem;
        gap: 15px;
    }

    .partner-image {
        max-width: 140px;
        height: 60px;
    }

    .eighteen-plus-image {
        width: 40px;
        height: 40px;
    }

    /* ========================
       CONTENT SECTIONS
    ======================== */
    .content-page {
        padding: 60px 15px;
    }

    .content-container {
        padding: 30px 20px;
    }

    .content-container h2 {
        font-size: 36px;
    }

    .content-container h3 {
        font-size: 26px;
    }

    .content-container p {
        font-size: 18px;
    }

    /* ========================
       GRIDS → STACK
    ======================== */
    .feature-grid,
    .games-grid,
    .audience-grid,
    .tech-grid,
    .highlights-grid {
        grid-template-columns: 1fr;
    }

    .feature-box,
    .game-card,
    .highlight-card {
        padding: 25px;
    }

    /* ========================
       SYNDICATE
    ======================== */
    .syndicate-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .syndicate-visual {
        flex: unset;
        margin-bottom: 10px;
    }

    .syndicate-visual i {
        font-size: 80px;
    }

    .syndicate-text p {
        font-size: 16px;
        text-align: left;
    }

    .syndicate-benefits {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .benefit-item {
        padding: 12px 15px;
        text-align: left;
    }

    /* ========================
       CONTACT
    ======================== */
    .contact-info {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px 0;
    }

    .info-box {
        padding: 25px 15px;
    }

    .info-box i {
        font-size: 35px;
    }

    .info-box h4 {
        font-size: 20px;
    }

    .contact-form {
        padding: 30px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .submit-btn {
        font-size: 20px;
        padding: 15px 45px;
    }

    /* ========================
       BACK TO TOP
    ======================== */
    .back-to-top {
        width: 50px;
        height: 50px;
        font-size: 20px;
        bottom: 20px;
        right: 20px;
        animation: none;
    }

    .back-to-top:hover {
        transform: translateY(-5px) scale(1.1);
    }
}


@media (max-width: 360px) {

    /* GLOBAL */
    html, body {
        width: 100%;
        overflow-x: hidden;
    }

    /* HEADER */
    .logo {
        max-width: 120px;
    }

    .background-container {
        background-size: contain;
        background-position: top center;
        min-height: 100vh;
    }

    .nav-button {
        padding: 8px 14px;
        font-size: 11px;
    }

    /* HERO TEXT */
    .lottery-text {
        font-size: 24px;
        line-height: 1.2;
    }

    .launch-text {
        font-size: 18px;
        padding: 8px 25px;
        letter-spacing: 1px;
    }

    /* CAROUSEL */
    .carousel-container {
        height: 180px;
    }

    /* CONTENT TEXT */
    .content-container h2 {
        font-size: 30px;
    }

    .content-container h3 {
        font-size: 22px;
    }

    .content-container p {
        font-size: 16px;
    }

    /* BUTTONS */
    .submit-btn {
        font-size: 18px;
        padding: 14px 40px;
    }
}

@media (max-width: 300px) {

    /* NAV */
    .nav-container {
        flex-direction: column;
        gap: 8px;
    }

    .nav-button {
        width: 100%;
        text-align: center;
        padding: 8px 10px;
        font-size: 10px;
    }

    /* HERO */
    .lottery-text {
        font-size: 20px;
    }

    .launch-text {
        font-size: 16px;
        padding: 6px 18px;
    }

    /* CAROUSEL (SMALLEST SAFE SIZE) */
    .carousel-container {
        height: 150px;
    }

    .carousel-btn {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    /* PARTNERS */
    .partner-image {
        max-width: 110px;
        height: 50px;
    }

    /* FORMS */
    .form-group input,
    .form-group textarea {
        font-size: 15px;
        padding: 14px 18px;
    }

    .submit-btn {
        font-size: 16px;
        padding: 12px 30px;
    }
}


/* @media (max-width: 768px) {
    .carousel-container {
        max-width: 95%;
    }
} */


@media (max-width: 768px) {
    .background-container,
    .content-page {
        background-attachment: scroll;
    }
}


/* 
@media screen and (max-width: 1200px) {
    .logo {
        max-width: 180px;
    }
    
    .nav-button {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .carousel-container {
        max-width: 800px;
        height: 320px;
    }
    
    .lottery-text {
        font-size: 42px;
    }
    
    .launch-text {
        font-size: 26px;
        padding: 20px 60px;
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
    }
}


@media screen and (max-width: 992px) {
    .logo {
        max-width: 140px;
    }
    
    .nav-container {
        position: fixed;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        flex-wrap: wrap;
        justify-content: center;
        max-width: 95%;
        background: rgba(46,1,82,0.95);
        padding: 15px;
        border-radius: 20px;
    }
    
    .nav-button {
        padding: 12px 18px;
        font-size: 13px;
        min-width: 100px;
    }
    
    .carousel-container {
        height: 280px;
    }
    
    .lottery-text {
        font-size: 36px;
    }
    
    .launch-text {
        font-size: 22px;
        padding: 18px 40px;
    }
    
    .partner-container {
        bottom: 100px;
    }
    
    .content-container {
        padding: 40px 30px;
    }
    
    .syndicate-content {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
    }
    
    .logo {
        max-width: 100px;
    }
    
    .carousel-container {
        height: 250px;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .carousel-btn.prev {
        left: -15px;
    }
    
    .carousel-btn.next {
        right: -15px;
    }
    
    .lottery-text {
        font-size: 28px;
    }
    
    .launch-text {
        font-size: 18px;
        padding: 15px 30px;
    }
    
    .partner-image {
        max-width: 100px;
        height: 55px;
    }
    
    .eighteen-plus-image {
        width: 55px;
        height: 55px;
    }
    
    .content-container h2 {
        font-size: 36px;
    }
    
    .content-container h3 {
        font-size: 26px;
    }
    
    .intro-text {
        font-size: 18px !important;
        padding: 20px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .contact-form {
        padding: 30px 20px;
    }
}


@media screen and (max-width: 576px) {
    .logo {
        max-width: 80px;
    }
    
    .carousel-container {
        height: 220px;
    }
    
    .carousel-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .indicator {
        width: 10px;
        height: 10px;
    }
    
    .lottery-text {
        font-size: 22px;
    }
    
    .launch-text {
        font-size: 14px;
        padding: 12px 20px;
    }
    
    .nav-button {
        padding: 10px 15px;
        font-size: 12px;
        min-width: 80px;
    }
    
    .partner-image {
        max-width: 90px;
        height: 50px;
    }
    
    .eighteen-plus-image {
        width: 50px;
        height: 50px;
    }
    
    .content-container {
        padding: 30px 15px;
    }
    
    .content-container h2 {
        font-size: 28px;
    }
    
    .content-container h3 {
        font-size: 22px;
    }
    
    .intro-text {
        font-size: 16px !important;
        padding: 15px;
    }
    
    .games-grid,
    .audience-grid,
    .tech-grid,
    .highlights-grid {
        grid-template-columns: 1fr;
    }
    
    .submit-btn {
        padding: 15px 40px;
        font-size: 18px;
        width: 100%;
    }
    
    .back-to-top {
        width: 50px;
        height: 50px;
        font-size: 20px;
        bottom: 20px;
        right: 20px;
    }
}  */