* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Anonymous Pro', monospace;
    background-color: #181B20;
    color: #999999;
    line-height: 1.6;
}

h1,h2,h3{
    line-height: 1.2;
}

.kinsContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.kinsSteps{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
}

.kinsItem{
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 8px;
    color: #FCFB00;
    text-transform: uppercase;
}

.kinsSection {
    padding: 60px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.kinsTitle {
    font-family: 'Inter', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.kinsSubtitle {
    color: #FCFB00;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.kinsBtn {
    display: inline-block;
    padding: 15px 30px;
    border: none;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
}

.kinsBtnPrimary {
    background-color: #FCFB00;
    color: #000;
}

.kinsBtnSecondary {
    background-color: #fff;
    color: #000;
}

.kinsBox {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 30px 30px 20px 30px;
}

.kinsHeader {
    background-color: #FCFB00;
    padding: 20px 0;
    position: relative;
    z-index: 3;
}

.kinsHeaderInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kinsLogo {
    height: 50px;
}

.kinsMenuToggle {
    display: none;
    background: none;
    border: none;
    color: #000;
    font-size: 1.5rem;
    cursor: pointer;
}

.kinsNav {
    display: flex;
    gap: 30px;
}

.kinsNav .kinsBtn {
    color: #000;
    background: transparent;
    border: 1px solid #000;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.kinsBanner {
    background-image: url('../imgs/background.png');
    background-size: cover;
    background-position: center top;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.kinsLabel{
    font-size: 13px;
}

.text-center{
    text-align: center;
}

.kinsBannerContent {
    background-color: rgba(24, 27, 32, 0.8);
    padding: 40px;
    border-radius: 12px;
}

.kinsBannerTitle {
    font-family: 'Inter', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 20px;
}

.kinsPriceBadge {
    background-color: #FCFB00;
    color: #000;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 800;
    display: inline-block;
    margin: 20px 0;
}

.kinsCountdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.kinsCountdownItem {
    background-color: #000;
    color: #FCFB00;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
}

.kinsCountdownValue {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.1;
}

.kinsTicketsGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.kinsTicketCard {
    background-color: #1f2228;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.kinsTicketPrice {
    color: #FCFB00;
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.kinsTicketAmount {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.kinsMembership {
    text-align: center;
}

.kinsMembershipImage {
    max-width: 400px;
    margin: 0 auto 40px;
}

.kinsMembershipImage img {
    width: 100%;
    border-radius: 12px;
}

.kinsFaqLink {
    color: #FCFB00;
    text-decoration: none;
    font-size: 1.1rem;
    display: inline-block;
    margin-top: 20px;
}

.kinsSliderContainer {
    margin: 40px 0;
}

.kinsSliderItem {
    padding: 20px;
}

.kinsSliderItem img {
    width: 100%;
    border-radius: 8px;
}

.kinsWinnersGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.kinsWinnerCard {
    background-color: #1f2228;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.kinsCalendarSection {
    text-align: center;
}

.kinsCalendarImage {
    max-width: 600px;
    margin: 0 auto 40px;
}

.kinsCalendarImage img {
    width: 100%;
}

.kinsPartnerSlider {
    margin: 40px 0;
}

.kinsPartnerSlide{
    background-color: #fff;
    margin: 0 6px;
}

.kinsPartnerSlide {
    padding: 10px;
}

.kinsPartnerSlide img {
    width: 100%;
    border-radius: 8px;
}

.kinsAllWinners {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.kinsFooter {
    background-color: #000;
    padding: 60px 0 30px;
}

.kinsHelp{
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.kinsHelp a{
    line-height: 0;
}

.kinsHelp img{
    filter: brightness(0) invert(1);
    height: 42px;
}

.kinsFooterTop {
    margin-bottom: 40px;
}

.kinsFooterTop a{
    font-size: 14px;
    padding: 12px 20px;
}

.kinsFooterMiddle {
    margin-bottom: 30px;
}

.kinsPaymentMethods {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 25px;
}

.kinsPaymentIcon {
    height: 50px;
}

.kinsLicense {
    color: #999;
    display: block;
    margin-bottom: 12px;
}

.kinsFooterBottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.kinsPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.kinsPopupContent {
    background-color: #181B20;
    padding: 40px;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    border: 1px solid #FCFB00;
}

.kinsPopupTitle {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.kinsFormGroup {
    margin-bottom: 20px;
}

.kinsFormInput {
    width: 100%;
    padding: 15px;
    background-color: #1f2228;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #fff;
    font-family: 'Anonymous Pro', monospace;
}

.kinsFormError {
    color: #ff4444;
    margin-top: 10px;
    display: none;
    text-align: center;
    margin-bottom: 12px;
}

.kinsFormSuccess {
    color: #00ff88;
    margin-top: 10px;
    display: none;
    text-align: center;
    margin-bottom: 12px;
}

.kinsPopupClose {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .kinsTicketsGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kinsWinnersGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kinsAllWinners {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .kinsMenuToggle {
        display: block;
    }

    .kinsNav {
        display: none;
        position: absolute;
        top: 90px;
        left: 0;
        z-index: 999;
        width: 100%;
        background-color: #FCFB00;
        flex-direction: column;
        padding: 20px;
        gap: 15px;
    }

    .kinsNav.active {
        display: flex;
    }

    .kinsBannerTitle {
        font-size: 2rem;
    }

    .kinsCountdown {
        flex-wrap: wrap;
    }

    .kinsCountdownItem {
        width: 80px;
        height: 80px;
    }

    .kinsCountdownValue {
        font-size: 1.5rem;
    }

    .kinsTicketsGrid {
        grid-template-columns: 1fr;
    }

    .kinsWinnersGrid {
        grid-template-columns: 1fr;
    }

    .kinsAllWinners {
        grid-template-columns: 1fr;
    }

    .kinsFooterMiddle {
        flex-direction: column;
        gap: 20px;
    }
}

@media(max-width: 490px){
    .kinsLogo{
        height: 35px;
    }
    .kinsNav{
        top: 75px;
    }
    .kinsPriceBadge{
        font-size: 22px;
        padding: 6px 30px;
    }
    .kinsTitle{
        font-size: 28px;
    }
    .kinsSteps{
        flex-direction: column;
    }
    body{
        overflow-x: hidden;
    }
    .kinsSection{
        padding: 50px 20px;
    }
    .kinsPartnerSlide img{
        max-height: 80px;
        width: auto;
        display: inline-block;
    }
    .kinsPartnerSlide{
        text-align: center;
    }
}