.brand-link {
    padding: 1rem 0
}

img.header-logo {
    height: 32px
}

.App .header-with-lang {
    margin-bottom: 0;
    padding: 1rem 0;
    position: relative;
    z-index: 900;
    box-shadow: 0 1px 4px 0 rgba(74,74,74,.5)
}

    .App .header-with-lang #lang-menu li.active a {
        color: #086adb
    }

.App {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.App #formWrapper {
    flex: 1;
    width: 100%;
    padding: 0 0 4rem;
    overflow: visible;
}

    .App #formWrapper .hero-illu {
        margin-bottom: -10%
    }

@media screen and (min-width:769px) {
    .App #formWrapper .hero-illu {
        margin-left: -60px;
        margin-right: -60px
    }
}

.App #formWrapper.container .section .section-content {
    max-width: 460px;
    margin: 0 auto
}

.form-section-wrapper > p {
    width: 896px;
    max-width: 100%;
    text-align: center
}

@media screen and (min-width:769px) {
    .App #formWrapper.container .section .section-content {
        min-width: 460px
    }
}

.App #formWrapper.container .hero .hero-body {
    max-width: 460px;
    margin: 0 auto
}

@media screen and (min-width:769px) {
    .hr-section {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media screen and (min-width:769px) {
    .pre-form-content {
        min-height: calc(100vh - 92px);
        display: flex;
        justify-content: center
    }
}

.step-1-content, .step-2-content, .step-3-content, .step-4-content, .step-5-content {
    background: transparent
}

@media screen and (min-width:769px) {
    .step-2-content, .win-content {
        background: transparent
    }
}

.section.has-number {
    clip-path: polygon(0 0,100% 0,100% 80%,0 100%);
    padding-bottom: 6rem;
    padding-top: 1.5rem
}

@media screen and (min-width:769px) {
    .section.has-number {
        min-height: 27vh;
        display: flex;
        align-items: center;
        padding-bottom: 4rem
    }
}

.section.has-number.no-3:after {
    content: "x3";
    position: absolute;
    right: -32px;
    color: #fff;
    pointer-events: none;
    font-size: 70vw;
    font-family: Roboto Condensed,sans-serif;
    top: 0;
    opacity: .2;
    font-weight: 700;
    line-height: 1.6
}

@media screen and (min-width:769px) {
    .section.has-number.no-3:after {
        font-size: 28vw;
        line-height: 1.4
    }
}

@media screen and (min-width:2400px) {
    .section.has-number.no-3:after {
        font-size: 30vw;
        line-height: 1.1;
        right: 200px
    }
}

.section.has-number.no-6:after {
    content: "x6";
    position: absolute;
    right: -32px;
    color: #fff;
    pointer-events: none;
    font-size: 70vw;
    font-family: Roboto Condensed,sans-serif;
    top: 0;
    opacity: .2;
    font-weight: 700;
    line-height: 1.6
}

@media screen and (min-width:769px) {
    .section.has-number.no-6:after {
        font-size: 28vw;
        line-height: 1.4
    }
}

@media screen and (min-width:2400px) {
    .section.has-number.no-6:after {
        font-size: 30vw;
        line-height: 1.1;
        right: 200px
    }
}

.prize-image.image {
    width: 180px
}

@media screen and (min-width:769px) {
    .prize-image.image {
        width: 260px
    }
}

.stoerer {
    background: #086adb;
    color: #fff;
    height: 84px;
    width: 84px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 700;
    position: absolute;
    top: -100px;
    transform: translate(-32px) rotate(-20deg)
}

@media screen and (max-width:1023px) {
    .stoerer {
        position: static;
        transform: translate(-10px,-24px) rotate(-20deg)
    }
}

@media screen and (min-width:769px) {
    .stoerer {
        font-size: 1.2rem;
        line-height: 1.2;
        transform: translate(-37px,112px) rotate(-20deg)
    }
}

@media screen and (max-width:1023px) {
    .has-stoerer {
        margin: -66px auto 33px !important
    }
}

.code-input {
    text-transform: uppercase
}

.code-input, .pin-input, shop {
    text-align: center;
    height: 55px;
    font-size: 1.5rem
}

.field-validation-error, .phone-error-msg {
    color: #db551f !important;
    margin-bottom: 1rem
}

.hero-title {
    font-size: 4rem;
    background: linear-gradient(55deg, #f20505 8%, #0445c8 30%, #1fb9ff 63%, #033aa8 93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.hero-title .title-navy {
    -webkit-text-fill-color: #001155;
    background: none;
}

    .hero-title .hero-title-1 {
        color: #5944c6
    }

    .has-text-navy, .hero-title .hero-title-2 {
        color: #015
    }

        .has-text-navy strong {
            color: inherit
        }

.win-lead strong,
.win-lead b,
.win-sublead strong,
.win-sublead b {
    color: inherit
}

.pin {
    position: relative;
    border-radius: 5px;
    top: -.9rem;
    background-color: #e61e64
}

/* Header language dropdown */
.lang-dropdown {
    position: relative;
}

.lang-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color: #001155;
    font-weight: normal;
    text-transform: none;
    padding: 10px 0;
    min-height: 44px;
}

.lang-chevron {
    transition: transform 0.2s;
}

.lang-dropdown.open .lang-chevron {
    transform: rotate(180deg);
}

.lang-dropdown-menu {
    display: none !important;
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    padding: 8px 0;
    min-width: 64px;
    z-index: 1000;
}

.lang-dropdown.open .lang-dropdown-menu {
    display: flex !important;
    flex-direction: column;
}

.lang-dropdown-item {
    display: block !important;
    font-size: 16px;
    line-height: 24px;
    color: #001155;
    text-decoration: none !important;
    padding: 10px 16px;
    text-transform: none !important;
    font-weight: normal !important;
    text-align: center;
    min-height: 44px;
}

.lang-dropdown-item:hover {
    background: #f6f6f9;
    color: #001155;
}

.lang-dropdown-item.active {
    color: #086adb;
}

/* Footer */
.site-footer {
    padding: 0 8px 8px;
}

.footer-block {
    background: #f8fafb;
    border-radius: 12px;
    padding: 0 40px;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
}

.footer-links a {
    font-size: 16px;
    line-height: 24px;
    color: #001155;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
}

.footer-links a:hover {
    color: #001155;
    text-decoration: underline;
}

.footer-lang {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-lang-link {
    font-size: 16px;
    line-height: 24px;
    color: #001155;
    text-decoration: none;
}

.footer-lang-link.active {
    color: #086adb;
}

.footer-lang-link:hover {
    color: #086adb;
}

@media screen and (max-width: 768px) {
    .App #formWrapper {
        padding: 0 !important;
    }

    .footer-block {
        padding: 0 16px;
    }

    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 24px 0;
    }

    .footer-links {
        gap: 12px 24px;
    }

    .footer-links a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }

    .footer-lang-link {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }
}

/* Override .container max-width constraint for larger screens */
@media screen and (min-width: 769px) {
    .container {
        max-width: none;
    }
}
