* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Tomorrow', sans-serif;
    color: #000;
}
body {
    background: url('../img/bg_body.jpg') center top fixed;
    background-size: cover;
}
.wn--main-wrapper {
    width: 1460px;
    max-width: 100%;
    margin: 12px auto;
    background: #fef7e6;
    position: relative;
}
.wn--header {
    background: transparent;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.wn--logo {
    width: 200px;
}
.wn--menu-toggle {
    display: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.wn--nav {
    display: flex;
    gap: 30px;
    align-items: center;
}
.wn--btn-primary {
    background: #ffd265;
    color: #000;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 3px 3px 0 #000;
    transition: all 0.3s;
    border: 2px solid #000;
    display: inline-block;
}
.wn--btn-primary:hover {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0 #000;
}
.wn--btn-secondary {
    background: #fff;
    color: #000;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 3px 3px 0 #000;
    transition: all 0.3s;
    border: 2px solid #000;
    display: inline-block;
}
.wn--btn-secondary:hover {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0 #000;
}
.wn--banner {
    background: url('../img/banner.png') center bottom/cover no-repeat;
    padding: 160px 20px 220px 20px;
    text-align: center;
    position: relative;
}
.wn--banner h1 {
    font-size: 3.5em;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.wn--banner h1 span {
    color: #fff;
}
.wn--banner p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px;
}
.wn--prize-box {
    background: #fff;
    border: 2px solid #000;
    display: inline-block;
    padding: 15px 40px;
    font-size: 2.5em;
    font-weight: 900;
    margin-bottom: 30px;
}
.wn--deadline {
    font-size: 1.5em;
    margin-bottom: 30px;
}
.wn--countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 1.8em;
    font-weight: bold;
}
.wn--countdown-item {
    background: #fff;
    border: 2px solid #000;
    padding: 15px;
    min-width: 100px;
}
.wn--section {
    padding: 50px 40px;
}
.wn--section-title {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 50px;
}
.wn--tickets-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.wn--ticket-card {
    background: #fff;
    border: 2px solid #000;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
}
.wn--ticket-price {
    font-size: 2.5em;
    font-weight: 900;
    margin-bottom: 10px;
}
.wn--ticket-count {
    font-size: 1.5em;
    margin-bottom: 30px;
}
.wn--content-center {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.wn--content-center img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 30px;
}
.wn--content-center h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}
.wn--content-center p {
    margin-bottom: 12px;
    line-height: 1.6;
}
.wn--link-faq {
    color: #da3c24;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}
.wn--slider-container {
    max-width: 1200px;
    margin: 0 auto 40px;
}
.wn--slide {
    padding: 20px;
}
.wn--slide img {
    width: 100%;
    border: 2px solid #000;
}
.wn--winners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.wn--winner-item {
    background: #fff;
    border: 2px solid #000;
    padding: 30px 20px;
    text-align: center;
}
.wn--calendar-text img{
    margin-bottom: 20px;
}
.wn--calendar-text p{
    margin-bottom: 12px;
}
.wn--calendar-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}
.wn--calendar-section .wn--section-title{
    text-align: left;
    margin-bottom: 25px;
}
.wn--calendar-section img {
    max-width: 500px;
    width: 100%;
    border: 2px solid #000;
}
.wn--calendar-text {
    flex: 1;
    min-width: 300px;
    text-align: left;
}
.wn--help-slider {
    max-width: 1400px;
    margin: 0 auto;
}
.wn--help-slide {
    padding: 20px;
    text-align: center;
}
.wn--help-slide h1 {
    font-size: 1.5em;
    margin-bottom: 15px;
}
.wn--help-slide img {
    width: 100%;
    border: 2px solid #000;
}
.wn--announcement-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.wn--announcement-card {
    background: #fff;
    border: 2px solid #000;
    padding: 30px 20px;
    text-align: center;
}
.wn--announcement-card p{
    margin-top: 11px;
}
.wn--footer {
    background: #be3218;
    padding: 50px 40px 20px;
    color: #fff;
}
.wn--footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.wn--footer-left {
    flex: 1;
    min-width: 300px;
}
.wn--license {
    font-size: 1.2em;
    margin-bottom: 15px;
}
.wn--footer-right {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.wn--social {
    display: flex;
    gap: 15px;
}
.wn--social a {
    color: #fff;
    font-size: 1.5em;
}
.wn--payments {
    display: flex;
    gap: 15px;
    align-items: center;
}
.wn--serv{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
..wn--serv a{
    line-height: 0;
}
.wn--serv img{
    height: 46px;
    max-width: 200px;
    filter: brightness(0) invert(0);
}
.wn--payments img {
    height: 42px;
}
.wn--footer-middle {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.6;
}
.wn--footer-bottom {
    background: #ffd265;
    padding: 20px;
    text-align: center;
    font-weight: bold;
}
.wn--modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
    align-items: center;
    justify-content: center;

}
.wn--modal {
    background: #fef7e6;
    border: 3px solid #000;
    padding: 40px;
    max-width: 500px;
    width: 98%;
    top: 50%;
    left: 50%;
    width: 90%;
    border-radius: 10px;
    position: relative;
    transform: translate(-50%,-50%);
}
.wn--modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
.wn--modal-tabs {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 2px solid #000;
}
.wn--tab-btn {
    flex: 1;
    padding: 15px;
    background: transparent;
    border: none;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
}
.wn--tab-btn.active {
    background: #ffd265;
    border: 2px solid #000;
    border-bottom: none;
}
.wn--tab-content {
    display: none;
}
.wn--tab-content.active {
    display: block;
}
.wn--form-group {
    margin-bottom: 20px;
}
.wn--form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}
.wn--form-group input {
    width: 100%;
    padding: 12px;
    border: 2px solid #000;
    border-radius: 6px;
    background: #fff;
}
.wn--form-submit {
    width: 100%;
    padding: 15px;
    background: #ffd265;
    border: 2px solid #000;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 3px 3px 0 #000;
}
.wn--error-message {
    color: #da3c24;
    margin-top: 10px;
    display: none;
}
.wn--thank-you {
    text-align: center;
    font-size: 1.5em;
    padding: 40px 0;
    display: none;
}
@media (max-width: 1200px) {
    .wn--main-wrapper {
        width: 100%;
        margin: 0;
    }
    .wn--tickets-grid,
    .wn--winners-grid,
    .wn--announcement-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .wn--menu-toggle {
        display: block;
    }
    .wn--nav {
        display: none;
        width: 100%;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }
    .wn--nav.active {
        display: flex;
    }
    .wn--tickets-grid,
    .wn--winners-grid,
    .wn--announcement-grid {
        grid-template-columns: 1fr;
    }
    .wn--banner h1 {
        font-size: 2.5em;
    }
    .wn--countdown {
        flex-wrap: wrap;
    }
    .wn--footer-top {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .wn--calendar-section {
        flex-direction: column;
    }
}

@media(max-width: 500px){
    .wn--section{
        padding: 45px 25px;
    }
}