.hero-section {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.hero-shell {
    width: 100%;
    margin: 0 auto;
}

.hero-mobile {
    display: none;
}

.hero-artboard {
    --hero-scale: calc(100vw / 1920px);
    position: relative;
    height: clamp(520px, calc(781px * var(--hero-scale)), 1100px);
    overflow: hidden;
    background: #fff;
}

.hero-stage {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 781px;
    transform: translateX(-50%) scale(var(--hero-scale));
    transform-origin: top center;
}

.hero-left,
.hero-right,
.hero-copy,
.hero-brand,
.hero-prize-bar,
.hero-center-logo {
    position: absolute;
}

.hero-brand {
    top: 34px;
    left: 37px;
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 148.0023px;
}

.hero-brand-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 148.0023px;
    height: 74.5317px;
}

.hero-brand-logos::before,
.hero-brand-logos::after {
    content: "";
    display: block;
}

.hero-brand-logos::before {
    order: 0;
}

.hero-brand-logo {
    display: block;
    flex: 0 0 auto;
}

.hero-brand-logo:first-child {
    width: 51.2px;
    height: 52px;
}

.hero-brand-logo-madrid {
    width: auto;
    height: 72.07px;
}

.hero-brand-divider {
    width: 1.12397px;
    height: 74.5317px;
    background: #fff;
    flex: 0 0 auto;
}

.hero-brand-copy {
    width: 121px;
    font-family: Inter, Roboto, sans-serif;
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    text-align: center;
}

.hero-center-logo {
    top: 32px;
    left: 694px;
    width: 187px;
    height: 186px;
    z-index: 8;
}

.hero-left,
.hero-right {
    inset: 0;
}

.hero-left {
    z-index: 1;
}

.hero-right {
    z-index: 2;
}

.hero-stadium-image,
.hero-intersection-image,
.hero-players-image {
    position: absolute;
    display: block;
}

.hero-stadium-image {
    inset: 0;
    width: 1920px;
    height: 781px;
    object-fit: cover;
    z-index: 1;
}

.hero-intersection-image {
    left: 677px;
    top: 0;
    width: 1419px;
    height: 799px;
    object-fit: contain;
    z-index: 2;
    max-width: none;
}

.hero-players-image {
    left: 0;
    top: -13px;
    width: 876px;
    height: 807px;
    object-fit: contain;
    z-index: 3;
}

.hero-copy {
    top: 27px;
    left: 919px;
    width: 833px;
    z-index: 6;
    text-align: center;
}

.hero-title-main {
    width: 705px;
    margin: 0 auto;
    font-family: Roboto, sans-serif;
    font-size: 195px;
    line-height: 229px;
    font-weight: 900;
    letter-spacing: 0;
    color: #001e46;
    text-transform: none;
}

.hero-title-sub {
    width: 833px;
    margin-top: -39px;
    font-family: Roboto, sans-serif;
    font-size: 103px;
    line-height: 121px;
    font-weight: 400;
    letter-spacing: 0;
    color: #001e46;
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-prize-bar {
    left: 782px;
    top: 495px;
    width: 1138px;
    height: 225px;
    z-index: 6;
    background: #001e46;
    border-radius: 18px 0 0 18px;
    overflow: visible;
}

.hero-prize {
    position: absolute;
}

.hero-prize-console {
    left: 16px;
    top: 3px;
    width: 335px;
    height: 190px;
}

.hero-prize-backpack {
    left: 379px;
    top: 3px;
    width: 365px;
    height: 190px;
}

.hero-prize-count {
    position: relative;
    z-index: 2;
    font-family: Roboto, sans-serif;
    font-size: 154px;
    line-height: 180px;
    font-weight: 900;
    letter-spacing: 0;
    color: #fef9f2;
    -webkit-text-stroke: 10px #23325b;
    paint-order: stroke fill;
    text-transform: none;
}

.hero-prize-label {
    position: absolute;
    z-index: 3;
    left: 9px;
    top: 164px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: #fff;
}

.hero-prize-label strong {
    font-weight: 700;
}

.hero-prize-label span {
    font-weight: 400;
}

.hero-prize-backpack .hero-prize-label {
    left: 14px;
    width: 194px;
}

.hero-prize-image {
    position: absolute;
    z-index: 1;
    display: block;
    object-fit: contain;
}

.hero-prize-image-console {
    left: 158px;
    top: -155px;
    width: 196px;
    height: 351px;
}

.hero-prize-image-backpack {
    left: 176px;
    top: -78px;
    width: 230px;
    height: 274px;
}

.hero-prize-products {
    position: absolute;
    left: 778px;
    top: -52px;
    width: 323px;
    height: 233px;
}

.hero-products-image {
    width: 323px;
    height: 233px;
    object-fit: contain;
}

.prizes-section {
    min-height: 827px;
    padding: 30px 0 33px;
    background: linear-gradient(180deg, #689ac8 0%, #a1c7e9 48%, #6fa0cc 100%);
}

.hero-nav-section {
    background: #fff;
    padding: 15px 0 38px;
}

@media (max-width: 1024px) {
    .hero-artboard {
        --hero-scale: calc(100vw / 1920px);
    }
}

@media (max-width: 960px) {
    .hero-artboard {
        display: none;
    }

    .hero-shell {
        width: 100%;
    }

    .hero-mobile {
        display: block;
        position: relative;
        overflow: hidden;
        background: #fff;
    }

    .hero-mobile-top {
        position: relative;
        min-height: 613px;
        overflow: hidden;
        background: url(/images/landing/stadion-hero.png) center top / cover no-repeat;
    }

    .hero-mobile-brand {
        position: relative;
        z-index: 5;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding-top: 38px;
    }

    .hero-mobile-brand-logos {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 15px;
    }

    .hero-mobile-brand-logo {
        display: block;
        object-fit: contain;
    }

    .hero-mobile-brand-divider {
        width: 1px;
        height: 65px;
        margin-top: 0;
        background: rgba(255, 255, 255, 0.95);
    }

    .hero-mobile-brand-logo-nivea {
        width: 60px;
        height: 61px;
    }

    .hero-mobile-brand-logo-madrid {
        width: 76px;
        height: 76px;
        margin-top: -6px;
        margin-left: -12px;
    }

    .hero-mobile-brand-copy {
        font-family: Inter, Roboto, sans-serif;
        font-size: 13px;
        line-height: 1;
        color: #fff;
        text-align: center;
    }

    .hero-mobile-players-image {
        position: absolute;
        top: 98px;
        left: 69%;
        z-index: 2;
        width: 580px;
        max-width: none;
        transform: translateX(-51%);
    }

    .hero-mobile-bottom {
        position: relative;
        z-index: 5;
        margin-top: -118px;
        padding: 0 18px 26px;
        background: none;
    }

    .hero-mobile-copy {
        position: relative;
        min-height: 320px;
        margin: 0 -18px;
        padding: 140px 15px 45px;
        text-align: center;
        color: #001e46;
        overflow: visible;
        background: none;
    }

    .hero-mobile-intersection-image {
        position: absolute;
        left: 50%;
        top: 46px;
        z-index: 1;
        width: 100%;
        min-width: 466px;
        transform: translateX(-50%);
    }

    .hero-mobile-center-logo {
        position: absolute;
        left: 50%;
        top: -37px;
        z-index: 2;
        width: 158px;
        height: 158px;
        transform: translateX(-50%);
    }

    .hero-mobile-title-main {
        position: relative;
        z-index: 3;
        font-family: Roboto, sans-serif;
        font-size: 92px;
        line-height: 0.92;
        font-weight: 900;
    }

    .hero-mobile-title-sub {
        position: relative;
        z-index: 3;
        margin-top: 4px;
        font-family: Roboto, sans-serif;
        font-size: 48px;
        line-height: 1;
        font-weight: 400;
        text-transform: uppercase;
    }

    .hero-mobile-prizes {
        position: relative;
        z-index: 2;
        margin-top: 35px;
        padding: 0 13px;
        display: grid;
        gap: 48px;
    }

    .hero-mobile-prize {
        position: relative;
        overflow: visible;
        border-radius: 17px;
        background: #001e46;
        box-shadow: 0 18px 38px rgba(0, 30, 70, 0.12);
    }

    .hero-mobile-prize-console {
        min-height: 196px;
        padding: 24px 22px 22px;
    }

    .hero-mobile-prize-backpack {
        min-height: 170px;
        padding: 35px 18px 18px 128px;
    }

    .hero-mobile-prize-count {
        position: relative;
        z-index: 2;
        font-family: Roboto, sans-serif;
        font-weight: 900;
        color: #fef9f2;
        line-height: 0.9;
        paint-order: stroke fill;
    }

    .hero-mobile-prize-count-console {
        top: -10px;
        font-size: 150px;
        -webkit-text-stroke: 7px #23325b;
    }

    .hero-mobile-prize-count-backpack {
        font-size: 135px;
        -webkit-text-stroke: 7px #23325b;
        text-align: right;
        top: -28px;
        left: -5px;
    }

    .hero-mobile-prize-label {
        position: relative;
        z-index: 2;
        margin-top: 8px;
        font-family: Roboto, sans-serif;
        font-size: 21px;
        line-height: 1.1;
        font-weight: 700;
        color: #fff;
    }

    .hero-mobile-prize-label strong {
        font-weight: 700;
    }

    .hero-mobile-prize-label span {
        font-weight: 400;
    }

    .hero-mobile-prize-label-console {
        left: 5px;
        top: -15px;
    }

    .hero-mobile-prize-label-backpack {}

    .hero-mobile-prize-image {
        position: absolute;
        z-index: 1;
        object-fit: contain;
    }

    .hero-mobile-prize-image-console {
        right: -16px;
        top: -69px;
        width: auto;
        height: 320px;
    }

    .hero-mobile-prize-image-backpack {
        left: -38px;
        bottom: -29px;
        width: auto;
        height: 250px;
    }

    .hero-mobile-prize-backpack .hero-mobile-prize-label {
        top: -26px;
        margin-top: 4px;
        text-align: right;
        font-size: 18px;
        left: -43px;
    }

    .hero-mobile-products {
        position: relative;
        z-index: 2;
        height: 230px;
        margin-top: 4px;
        margin-bottom: 10px;
        overflow: visible;
    }

    .hero-mobile-products-image {
        position: absolute;
        left: 51%;
        bottom: 0;
        width: 376px;
        max-width: none;
        transform: translateX(-50%);
    }
}

.hero-nav-cta-wrap {
    text-align: center;
}

.hero-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 899px;
    max-width: 100%;
    height: 90px;
    border-radius: 45px;
    background: #001e46;
    color: #fef9f2;
    font-family: Roboto, sans-serif;
    font-size: 61px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.hero-nav-links {
    width: 799px;
    max-width: 100%;
    margin: 52px auto 0;
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
    align-items: center;
}

.hero-nav-link {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    color: #001e46;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.prizes-header {
    text-align: center;
    font-family: Roboto, sans-serif;
    color: #001e46;
}

.prizes-kicker {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

.prizes-title {
    margin: 12px 0 52px;
    font-family: Roboto, sans-serif;
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: #001e46;
}

.prizes-title-line {
    display: inline;
}

.prizes-grid {
    display: grid;
    grid-template-columns: 534px 534px;
    justify-content: center;
    gap: 25px;
    max-width: 1093px;
    margin: 0 auto;
}

.prize-card {
    position: relative;
    height: 574px;
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0);
}

.prize-pill {
    position: absolute;
    top: 10px;
    display: inline-flex;
    padding: 8px 20px;
    border-radius: 999px;
    background: #fff;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 700;
    color: #23325b;
}

.prize-pill-main {
    left: 14px;
}

.prize-pill-secondary {
    left: 20px;
}

.prize-card-image {
    position: absolute;
    object-fit: contain;
}

.prize-card-image-ps5 {
    left: 250px;
    top: 36px;
    width: 256px;
    height: 459px;
    filter: drop-shadow(0 14px 16px rgba(35, 50, 91, 0.2));
}

.prize-card-image-backpack {
    left: 210px;
    top: 78px;
    width: 324px;
    height: 385px;
    filter: drop-shadow(0 14px 16px rgba(35, 50, 91, 0.12));
}

.prize-count {
    position: absolute;
    font-family: Inter, Roboto, sans-serif;
    font-size: 170px;
    font-weight: 900;
    line-height: 0.82;
    letter-spacing: 0;
    color: #fef9f2;
    -webkit-text-stroke: 11px #23325b;
    paint-order: stroke fill;
    text-rendering: geometricPrecision;
    display: flex;
    align-items: flex-start;
}

.prize-count-main {
    left: 60px;
    top: 248px;
    width: 222px;
    height: 215px;
}

.prize-count-secondary {
    left: 25px;
    top: 248px;
    width: 327px;
    height: 215px;
}

.prize-count-digit {
    display: inline-block;
}

.prize-count-suffix {
    display: inline-block;
    margin-left: 8px;
}

.prize-count-main .prize-count-suffix {
    margin-left: 10px;
}

.prize-count-secondary .prize-count-suffix {
    margin-left: 0;
}

.prize-count-secondary .prize-count-digit {
    letter-spacing: 12px;
}

.prize-caption {
    position: absolute;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    line-height: 1;
    color: #23325b;
}

.prize-caption strong {
    font-weight: 700;
}

.prize-caption span {
    font-weight: 400;
}

.prize-caption-main {
    left: 113px;
    top: 495px;
    width: 319px;
    height: 47px;
    font-weight: 700;
    line-height: 47px;
    white-space: nowrap;
}

.prize-caption-secondary {
    left: 73px;
    top: 495px;
    width: 378px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    white-space: nowrap;
}


@media (max-width: 960px) {
    .hero-shell {
        width: 100%;
    }

    .hero-artboard {
        aspect-ratio: auto;
        height: 980px;
        background: linear-gradient(180deg, #6da4d7 0%, #c2d7f0 44%, #a3bfe0 44%, #e0e7f2 100%);
    }

    .hero-left {
        top: 0;
        left: 0;
        width: 100%;
        height: 360px;
    }

    .hero-brand {
        top: 18px;
        left: 18px;
        gap: 4px;
    }

    .hero-brand-logo {
        width: 60px;
    }

    .hero-brand-copy {
        font-size: 0.5rem;
    }

    .hero-right {
        top: 314px;
        left: 0;
        right: 0;
        width: 100%;
        height: 666px;
    }

    .hero-players-image {
        left: -6%;
        bottom: -2px;
        width: 112%;
    }

    .hero-copy {
        top: 430px;
        left: 0;
        width: 100%;
        padding: 0 18px;
        box-sizing: border-box;
    }

    .hero-title-main {
        font-size: 4.3rem;
    }

    .hero-title-sub {
        margin-top: 6px;
        font-size: 2.15rem;
        line-height: 0.98;
    }

    .hero-prize-bar {
        left: 26px;
        right: 26px;
        bottom: 150px;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px;
        border-radius: 18px;
    }

    .hero-prize {
        min-height: 126px;
    }

    .hero-prize-console {
        padding: 14px 110px 12px 14px;
    }

    .hero-prize-backpack {
        padding: 14px 116px 12px 14px;
    }

    .hero-prize-count {
        font-size: 4.6rem;
        -webkit-text-stroke: 3px #23325b;
    }

    .hero-prize-label {
        font-size: 0.95rem;
    }

    .hero-prize-image-console {
        width: 98px;
        height: 150px;
    }

    .hero-prize-image-backpack {
        width: 112px;
        height: 136px;
    }

    .hero-prize-products {
        margin-top: 8px;
        justify-content: space-between;
        gap: 10px;
    }

    .hero-products-image {
        width: 100%;
        max-width: 190px;
    }

    .hero-nav-cta {
        font-size: 38px;
        height: 76px;
    }

    .hero-nav-links {
        grid-template-columns: repeat(2, auto);
        justify-content: center;
        gap: 24px 40px;
    }

    .prizes-grid {
        grid-template-columns: 1fr;
        max-width: 534px;
    }

}

.steps-section {
    padding: 66px 0 60px;
    background: #fff;
}

.steps-section .container {
    width: min(1482px, calc(100% - 96px));
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 294px);
    align-items: start;
    justify-content: space-between;
    gap: clamp(48px, 9vw, 278px);
}

.step-card {
    text-align: center;
}

.step-badge {
    width: 294px;
    height: 293px;
    margin: 0 auto 28px;
    border-radius: 50%;
    background: #001e46;
    display: grid;
    place-items: center;
}

.step-number {
    font-family: Roboto, sans-serif;
    font-size: 204px;
    font-weight: 900;
    line-height: 1;
    color: #fef9f2;
}

.step-label {
    margin: 0 auto;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.18;
    color: #23325b;
    text-align: center;
}

.step-label-1 {
    width: 327px;
    min-height: 141px;
}

.step-label-2 {
    width: 343px;
    min-height: 94px;
}

.step-label-3 {
    width: 252px;
    min-height: 94px;
}

.rules-cta-wrap {
    margin-top: 72px;
    text-align: center;
}

.rules-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 729px;
    max-width: 100%;
    height: 90px;
    padding: 0;
    border-radius: 45px;
    background: #001e46;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.campaign-period {
    width: auto;
    max-width: 100%;
    margin: 18px auto 0;
    font-family: Roboto, sans-serif;
    font-size: 19px;
    line-height: 44px;
    color: #23325b;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 960px) {
    .steps-section .container {
        width: min(100%, calc(100% - 32px));
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 36px;
        justify-content: center;
    }

    .step-badge {
        width: 220px;
        height: 220px;
    }

    .step-number {
        font-size: 150px;
    }

    .step-label,
    .step-label-1,
    .step-label-2,
    .step-label-3 {
        width: 100%;
        min-height: auto;
        max-width: 343px;
    }

    .rules-cta {
        min-width: 0;
        width: 100%;
        font-size: 30px;
        height: 76px;
    }

    .campaign-period {
        width: auto;
        line-height: 1.4;
    }
}

.registration-section {
    position: relative;
    min-height: 1227px;
    padding: 40px 0 72px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(104, 154, 200, 0.82) 0%, rgba(161, 199, 233, 0.82) 48%, rgba(111, 160, 204, 0.82) 100%),
        url("/images/landing/nivea-stadion.png") center bottom / cover no-repeat;
}

.registration-section .container {
    width: min(1448px, calc(100% - 120px));
    position: relative;
    z-index: 1;
}

.registration-kicker {
    margin: 0;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 700;
    color: #001e46;
    text-transform: uppercase;
}

.registration-title {
    margin: 10px 0 60px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 74px;
    line-height: 1;
    font-weight: 900;
    color: #001e46;
    text-transform: uppercase;
}

.registration-title-line {
    display: inline;
}

.registration-form {
    max-width: 1322px;
    margin: 0 auto;
}

.registration-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 52px;
    row-gap: 42px;
}

.registration-field {
    display: grid;
    gap: 14px;
}

.registration-field-full {
    grid-column: 1 / -1;
}

.registration-label {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
    color: #fff;
}

.registration-field input {
    width: 100%;
    height: 83px;
    padding: 0 28px;
    border: 0;
    border-radius: 18px;
    background: #fff;
    color: #23325b;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    box-shadow: 0 10px 24px rgba(76, 122, 168, 0.06);
}

.registration-field input:focus {
    outline: 3px solid rgba(0, 30, 70, 0.14);
    outline-offset: 2px;
}

.receipt-upload {
    position: relative;
    margin: 46px auto 0;
    display: grid;
    justify-items: center;
    text-align: center;
    color: #001e46;
    cursor: pointer;
}

.receipt-upload input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.receipt-upload-icon {
    width: 102px;
    height: 102px;
    display: grid;
    place-items: center;
    color: #001e46;
}

.receipt-upload-icon svg {
    width: 100%;
    height: 100%;
}

.receipt-upload-icon-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.receipt-upload-icon-fallback {
    display: none;
}

.receipt-upload-title {
    margin-top: 12px;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 700;
}

.receipt-upload-meta {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.25;
    color: #23325b;
}

.receipt-upload-meta + .receipt-upload-meta {
    margin-top: 2px;
}

.registration-captcha {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.registration-consents {
    max-width: 1322px;
    margin: 54px auto 0;
}

.registration-consent {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
}

.registration-consent + .registration-consent {
    margin-top: 10px;
}

.registration-consent input {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    margin: 3px 0 0;
    border: 2px solid rgba(255, 255, 255, 0.98);
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
    cursor: pointer;
    position: relative;
}

.registration-consent input:checked::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 2px;
    background: #001e46;
}

.registration-note {
    margin-top: 26px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
}

.registration-submit-wrap {
    margin-top: 66px;
    text-align: center;
}

.registration-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 729px;
    max-width: 100%;
    height: 90px;
    border: 0;
    border-radius: 45px;
    background: #001e46;
    color: #fef9f2;
    font-family: Roboto, sans-serif;
    font-size: 61px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.registration-submit:hover {
    filter: brightness(1.04);
}

@media (max-width: 1180px) {
    .registration-section .container {
        width: min(100%, calc(100% - 48px));
    }

    .registration-title {
        font-size: 56px;
    }

    .registration-grid {
        grid-template-columns: 1fr;
        row-gap: 28px;
        column-gap: 0;
    }

    .registration-submit {
        font-size: 42px;
    }
}

@media (max-width: 960px) {
    .registration-section {
        min-height: auto;
        padding: 24px 0 40px;
        background-position: center center;
    }

    .registration-section .container {
        width: min(100%, calc(100% - 58px));
    }

    .registration-kicker {
        font-size: 14px;
        line-height: 1.1;
    }

    .registration-title {
        max-width: 234px;
        margin: 10px auto 28px;
        font-size: 47px;
        line-height: 1.06;
    }

    .registration-title-line {
        display: block;
    }

    .registration-label {
        font-size: 16px;
        line-height: 1.15;
    }

    .registration-field {
        gap: 8px;
    }

    .registration-field input {
        height: 53px;
        padding: 0 18px;
        font-size: 18px;
        border-radius: 12px;
    }

    .registration-grid {
        row-gap: 22px;
    }

    .receipt-upload {
        margin-top: 28px;
    }

    .receipt-upload-icon {
        width: 94px;
        height: 94px;
    }

    .receipt-upload-title {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.15;
    }

    .receipt-upload-meta {
        font-size: 10px;
        line-height: 1.2;
    }

    .registration-consent {
        font-size: 8px;
        line-height: 1.25;
        grid-template-columns: 18px minmax(0, 1fr);
        gap: 8px;
    }

    .registration-consents {
        margin-top: 22px;
    }

    .registration-consent + .registration-consent {
        margin-top: 8px;
    }

    .registration-consent input {
        width: 12px;
        height: 12px;
        margin-top: 1px;
    }

    .registration-note {
        margin-top: 14px;
        font-size: 10px;
        line-height: 1.2;
    }

    .registration-submit-wrap {
        margin-top: 52px;
    }

    .registration-submit {
        width: min(100%, 356px);
        height: 78px;
        font-size: 40px;
        border-radius: 39px;
    }

    .registration-captcha {
        margin-top: 14px;
    }
}

.winners-modal-card {
    width: min(1440px, calc(100vw - 48px));
    max-height: calc(100vh - 48px);
    padding: 28px 34px 30px;
    background: #001e46;
    border-radius: 25px;
    overflow: auto;
}

.winners-modal-close {
    top: 14px;
    right: 18px;
    font-size: 3.8rem;
    line-height: 1;
    color: #fff;
}

.winners-modal-title {
    width: 350px;
    margin: 60px auto 34px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.winners-modal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    align-items: start;
    max-width: 1102px;
    margin: 0 auto;
}

.winners-column {
    display: grid;
    gap: 20px;
}

.winners-prize-card {
    width: 534px;
    height: 574px;
    border: 3px solid rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: center;
    justify-items: center;
    padding: 28px 28px 30px;
}

.winners-prize-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.winners-prize-image-console {
    width: 256px;
    height: 459px;
    max-width: none;
    max-height: none;
}

.winners-prize-image-backpack {
    width: 324px;
    height: 385px;
    max-width: none;
    max-height: none;
}

.winners-prize-caption {
    font-family: Roboto, sans-serif;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.winners-prize-caption strong {
    font-weight: 700;
}

.winners-prize-caption span {
    font-weight: 400;
}

.winners-names {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 34px;
}

.winners-name,
.winners-empty {
    font-family: Roboto, sans-serif;
    font-size: 25px;
    line-height: 1.15;
    color: #fff;
}

.winners-empty {
    grid-column: 1 / -1;
    opacity: 0.85;
    text-align: center;
}

.rules-modal-card {
    width: min(1180px, calc(100vw - 48px));
    max-height: calc(100vh - 48px);
    padding: 28px 28px 24px;
    background: #001e46;
    border-radius: 25px;
    overflow: auto;
}

.rules-modal-close {
    top: 14px;
    right: 18px;
    font-size: 3.2rem;
    line-height: 1;
    color: #fff;
}

.rules-modal-title {
    margin: 12px 48px 22px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.rules-modal-viewer-wrap {
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
}

.rules-modal-viewer {
    display: block;
    width: 100%;
    height: min(78vh, 900px);
    border: 0;
    background: #fff;
}

.rules-modal-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.rules-modal-link {
    min-height: 54px;
}

@media (max-width: 1680px) {
    .winners-modal-card {
        width: min(calc(100vw - 36px), 1320px);
        max-height: calc(100vh - 36px);
        padding: 24px 28px 26px;
    }

    .winners-modal-close {
        top: 12px;
        right: 16px;
        font-size: 3.2rem;
    }

    .winners-modal-title {
        width: auto;
        margin: 56px auto 28px;
        font-size: 52px;
    }

    .winners-modal-grid {
        max-width: 1012px;
        gap: 30px;
    }

    .winners-column {
        gap: 16px;
    }

    .winners-prize-card {
        width: 491px;
        height: 528px;
        padding: 24px 24px 24px;
    }

    .winners-prize-image-console {
        width: 235px;
        height: 421px;
    }

    .winners-prize-image-backpack {
        width: 298px;
        height: 354px;
    }

    .winners-prize-caption {
        font-size: 34px;
    }

    .winners-names {
        gap: 12px 28px;
    }

    .winners-name,
    .winners-empty {
        font-size: 21px;
    }

    .rules-modal-card {
        width: min(calc(100vw - 36px), 1100px);
        max-height: calc(100vh - 36px);
    }
}

@media (max-width: 1200px) {
    .winners-modal-card {
        width: min(calc(100vw - 24px), 1120px);
        max-height: calc(100vh - 24px);
        padding: 24px 20px 24px;
    }

    .winners-modal-title {
        width: auto;
        font-size: 52px;
        margin-bottom: 24px;
    }

    .winners-modal-grid {
        max-width: 100%;
        gap: 22px;
    }

    .winners-prize-card {
        width: 100%;
        height: 460px;
    }

    .winners-prize-image-console {
        width: 228px;
        height: 408px;
    }

    .winners-prize-image-backpack {
        width: 288px;
        height: 342px;
    }

    .winners-prize-caption {
        font-size: 34px;
    }

    .winners-name,
    .winners-empty {
        font-size: 22px;
    }

    .rules-modal-card {
        width: min(calc(100vw - 24px), 1040px);
        max-height: calc(100vh - 24px);
        padding: 24px 20px 20px;
    }

    .rules-modal-viewer {
        height: min(74vh, 760px);
    }
}

@media (max-width: 1440px) {
    .winners-modal-card {
        width: min(calc(100vw - 20px), 1180px);
        max-height: calc(100vh - 20px);
        padding: 20px 18px 20px;
    }

    .winners-modal-close {
        top: 8px;
        right: 12px;
        font-size: 2.8rem;
    }

    .winners-modal-title {
        margin: 34px auto 20px;
        font-size: 44px;
    }

    .winners-modal-grid {
        max-width: 920px;
        gap: 20px;
    }

    .winners-column {
        gap: 14px;
    }

    .winners-prize-card {
        width: 450px;
        height: 470px;
        padding: 18px 18px 20px;
    }

    .winners-prize-image-console {
        width: 210px;
        height: 376px;
    }

    .winners-prize-image-backpack {
        width: 260px;
        height: 309px;
    }

    .winners-prize-caption {
        font-size: 28px;
    }

    .winners-names {
        gap: 10px 20px;
    }

    .winners-name,
    .winners-empty {
        font-size: 18px;
    }

    .rules-modal-card {
        width: min(calc(100vw - 20px), 980px);
        max-height: calc(100vh - 20px);
        padding: 20px 18px 18px;
    }

    .rules-modal-close {
        top: 8px;
        right: 12px;
        font-size: 2.8rem;
    }

    .rules-modal-title {
        margin: 10px 40px 18px;
    }

    .rules-modal-viewer {
        height: min(72vh, 700px);
    }
}

@media (max-height: 1200px) {
    .winners-modal-card {
        width: min(calc(100vw - 36px), 1080px);
        max-height: calc(100vh - 36px);
        padding: 16px 16px 16px;
    }

    .winners-modal-close {
        top: 6px;
        right: 10px;
        font-size: 2.4rem;
    }

    .winners-modal-title {
        width: auto;
        margin: 22px auto 14px;
        font-size: 36px;
    }

    .winners-modal-grid {
        max-width: 860px;
        gap: 16px;
    }

    .winners-column {
        gap: 10px;
    }

    .winners-prize-card {
        width: 420px;
        height: 430px;
        padding: 14px 14px 16px;
    }

    .winners-prize-image-console {
        width: 188px;
        height: 337px;
    }

    .winners-prize-image-backpack {
        width: 228px;
        height: 271px;
    }

    .winners-prize-caption {
        font-size: 22px;
    }

    .winners-names {
        gap: 8px 14px;
    }

    .winners-name,
    .winners-empty {
        font-size: 15px;
        line-height: 1.1;
    }

    .rules-modal-card {
        padding: 16px;
    }

    .rules-modal-title {
        margin: 6px 34px 14px;
        font-size: 2rem;
    }

    .rules-modal-viewer {
        height: min(70vh, 620px);
    }

    .rules-modal-actions {
        margin-top: 14px;
    }
}

@media (max-width: 960px) {
    .winners-modal-card {
        width: min(100vw - 20px, 760px);
        padding: 24px 18px 24px;
    }

    .winners-modal-close {
        top: 10px;
        right: 16px;
        font-size: 3.2rem;
    }

    .winners-modal-title {
        font-size: 40px;
        margin: 10px 0 20px;
    }

    .winners-modal-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .winners-column {
        gap: 18px;
    }

    .winners-prize-card {
        width: 100%;
        height: auto;
        min-height: 360px;
        padding: 22px 18px 20px;
    }

    .winners-prize-caption {
        font-size: 32px;
    }

    .winners-names {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .winners-name,
    .winners-empty {
        font-size: 22px;
        text-align: center;
    }

    .rules-modal-card {
        width: min(100vw - 20px, 760px);
        padding: 22px 16px 18px;
    }

    .rules-modal-close {
        top: 8px;
        right: 14px;
        font-size: 2.8rem;
    }

    .rules-modal-title {
        margin: 12px 34px 16px;
        font-size: 1.7rem;
    }

    .rules-modal-viewer-wrap {
        border-radius: 14px;
    }

    .rules-modal-viewer {
        height: 62vh;
        min-height: 420px;
    }

    .rules-modal-actions {
        justify-content: stretch;
    }

    .rules-modal-link {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .hero-nav-section {
        padding: 12px 0 34px;
    }

    .hero-nav-cta {
        width: calc(100% - 16px);
        height: 64px;
        border-radius: 32px;
        padding: 0 18px;
        font-size: clamp(24px, 8vw, 38px);
    }

    .hero-nav-links {
        grid-template-columns: 1fr;
        justify-content: center;
        gap: 26px;
        margin-top: 34px;
    }

    .hero-nav-link {
        text-align: center;
    }

    .prizes-section {
        min-height: 0;
        padding: 18px 0 40px;
    }

    .prizes-kicker {
        font-size: 15px;
        line-height: 1.1;
    }

    .prizes-title {
        max-width: 363px;
        margin: 10px auto 22px;
        font-size: clamp(32px, 10.8vw, 43px);
        line-height: 1.04;
    }

    .prizes-title-line {
        display: block;
    }

    .prizes-grid {
        max-width: 350px;
        gap: 20px;
    }

    .prize-card {
        height: 452px;
        overflow: hidden;
    }

    .prize-pill {
        top: 12px;
        left: 12px;
        padding: 7px 18px;
        font-size: 16px;
    }

    .prize-pill-secondary,
    .prize-pill-main {
        left: 12px;
    }

    .prize-card-image-ps5 {
        top: 40px;
        left: auto;
        right: -2px;
        width: 201px;
        height: 360px;
    }

    .prize-card-image-backpack {
        top: 66px;
        left: auto;
        right: 8px;
        width: 208px;
        height: 247px;
    }

    .prize-count {
        font-size: 120px;
        -webkit-text-stroke: 7px #23325b;
    }

    .prize-count-main {
        top: 210px;
        left: 22px;
        width: auto;
        height: auto;
    }

    .prize-count-secondary {
        top: 214px;
        left: 18px;
        width: auto;
        height: auto;
    }

    .prize-count-secondary .prize-count-digit {
        letter-spacing: 6px;
    }

    .prize-caption {
        top: auto;
        bottom: 18px;
        left: 20px;
        width: calc(100% - 40px);
        height: auto;
        font-size: 26px;
        line-height: 1.1;
        text-align: center;
        white-space: normal;
    }

    .prize-caption-main,
    .prize-caption-secondary {
        left: 20px;
        width: calc(100% - 40px);
        line-height: 1.1;
    }

    .steps-section {
        padding: 0 0 30px;
    }

    .steps-section .container {
        width: min(100%, calc(100% - 18px));
    }

    .steps-grid {
        margin-top: 48px;
        gap: 31px;
    }

    .step-badge {
        width: 151px;
        height: 151px;
        margin: 0 auto 14px;
    }

    .step-number {
        font-size: 106px;
    }

    .step-label {
        margin: 0 auto;
        font-size: 20px;
        line-height: 1.1;
    }

    .step-label,
    .step-label-1,
    .step-label-2,
    .step-label-3 {
        width: 100%;
        min-height: auto;
        max-width: 325px;
    }

    .step-label-1 {
        max-width: 313px;
    }

    .step-label-2 {
        max-width: 270px;
    }

    .step-label-3 {
        max-width: 222px;
    }

    .rules-cta-wrap {
        margin-top: 44px;
    }

    .rules-cta {
        width: min(100%, 356px);
        height: 49px;
        border-radius: 25px;
        font-size: 24px;
    }

    .campaign-period {
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.2;
    }
}
