/* Front page 1win download hero. Loaded after the base theme stylesheet. */
body.home .onewin-site-header {
    position: relative;
    z-index: 20;
    color: #fff;
    background:
        radial-gradient(circle at 14% 0%, rgba(9, 122, 255, .15), transparent 40%),
        linear-gradient(105deg, #030d22, #071a38 65%, #061632);
    border-bottom: 1px solid rgba(15, 121, 244, .52);
    box-shadow: 0 8px 25px rgba(1, 9, 24, .2);
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}

body.home .onewin-site-header__inner {
    display: flex;
    min-height: 68px;
    padding: 0 clamp(20px, 3.4vw, 44px);
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

body.home .onewin-site-header a.onewin-site-header__brand,
body.home .onewin-site-header a.onewin-site-header__brand:visited,
body.home .onewin-site-header a.onewin-site-header__brand:hover,
body.home .onewin-site-header a.onewin-site-header__brand:focus {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    color: #fff !important;
    text-decoration: none !important;
}

body.home .onewin-site-header__logo {
    color: #087ffc;
    font-size: 29px;
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1;
}

body.home .onewin-site-header__label {
    color: rgba(237, 244, 255, .92);
    font-size: 18px;
    font-weight: 650;
    line-height: 1;
}

body.home .onewin-site-header a.onewin-site-header__action,
body.home .onewin-site-header a.onewin-site-header__action:visited,
body.home .onewin-site-header a.onewin-site-header__action:hover,
body.home .onewin-site-header a.onewin-site-header__action:focus,
body.home .onewin-site-header a.onewin-site-header__action:active {
    display: inline-flex;
    min-height: 43px;
    padding: 9px 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(35, 139, 255, .75);
    border-radius: 10px;
    color: #fff !important;
    background: linear-gradient(145deg, #0968df, #0642a7) !important;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .17), 0 7px 17px rgba(0, 58, 156, .26);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none !important;
    transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

body.home .onewin-site-header a.onewin-site-header__action:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .2), 0 11px 22px rgba(0, 58, 156, .36);
}

body.home .onewin-site-header a.onewin-site-header__action:focus-visible {
    outline: 3px solid rgba(71, 163, 255, .96);
    outline-offset: 2px;
}

body.home .mobile-menu-placeholder,
body.home .header-separator {
    display: none !important;
}

body.home .onewin-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: min(66vw, 870px);
    margin: 0 0 32px;
    padding: clamp(62px, 7vw, 108px) clamp(28px, 5vw, 72px) clamp(52px, 6vw, 84px);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(54, 130, 228, .48);
    border-radius: 26px;
    color: #fff;
    background: #020b20 url("../images/onewin-hero-stadium.jpg") center center / cover no-repeat;
    box-shadow: inset 0 0 0 5px rgba(21, 51, 91, .55), 0 22px 46px rgba(2, 13, 33, .32);
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
    text-align: center;
}

body.home .onewin-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(ellipse at center, rgba(2, 13, 32, .12) 0%, rgba(2, 10, 28, .32) 56%, rgba(2, 8, 23, .5) 100%);
    content: "";
}

body.home .onewin-hero::after {
    content: none;
}

body.home .onewin-hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1060px;
}

body.home .onewin-hero .onewin-hero__title {
    margin: 0 0 clamp(20px, 2.3vw, 30px) !important;
    color: #fff !important;
    font-size: clamp(48px, 5.7vw, 82px);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.06;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .38);
}

body.home .onewin-hero__title-accent {
    color: #078cff;
    text-shadow: 0 4px 20px rgba(0, 123, 255, .34);
}

body.home .onewin-hero__title-line {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: .64em;
    font-weight: 750;
    letter-spacing: -.018em;
}

body.home .onewin-hero .onewin-hero__subtitle {
    max-width: none;
    margin: 0 auto clamp(30px, 3.8vw, 50px) !important;
    color: rgba(239, 245, 255, .8) !important;
    font-size: clamp(19px, 2vw, 26px);
    font-weight: 400;
    line-height: 1.35;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .5);
}

body.home .onewin-hero__actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 275px));
    gap: clamp(14px, 1.8vw, 24px);
    justify-content: center;
    margin: 0 0 clamp(30px, 3.4vw, 44px);
}

body.home .onewin-hero a.onewin-hero__button,
body.home .onewin-hero a.onewin-hero__button:visited,
body.home .onewin-hero a.onewin-hero__button:hover,
body.home .onewin-hero a.onewin-hero__button:focus,
body.home .onewin-hero a.onewin-hero__button:active {
    display: flex !important;
    min-height: clamp(98px, 8vw, 124px);
    padding: 18px clamp(18px, 2vw, 26px);
    align-items: center;
    gap: clamp(14px, 1.4vw, 20px);
    border: 1px solid transparent;
    border-radius: 15px;
    color: #fff !important;
    font-weight: 400;
    text-align: left;
    text-decoration: none !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .24), inset 0 1px 1px rgba(255, 255, 255, .17);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

body.home .onewin-hero a.onewin-hero__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);
    filter: brightness(1.07);
}

body.home .onewin-hero a.onewin-hero__button:focus-visible {
    outline: 3px solid rgba(59, 154, 255, .96);
    outline-offset: 3px;
}

body.home .onewin-hero a.onewin-hero__button--android {
    background: linear-gradient(145deg, #08ab49 0%, #007c34 100%) !important;
    border-color: rgba(14, 228, 102, .64);
}

body.home .onewin-hero a.onewin-hero__button--iphone {
    background: linear-gradient(145deg, #17202c 0%, #05080c 100%) !important;
    border-color: rgba(226, 234, 247, .19);
}

body.home .onewin-hero a.onewin-hero__button--site {
    grid-column: auto !important;
    background: linear-gradient(145deg, #0968df 0%, #0642a7 100%) !important;
    border-color: rgba(35, 139, 255, .7);
}

body.home .onewin-hero__icon {
    display: block;
    flex: 0 0 clamp(42px, 3.8vw, 52px);
    width: clamp(42px, 3.8vw, 52px);
    height: clamp(42px, 3.8vw, 52px);
    border-radius: 0;
    background: transparent;
    filter: brightness(0) invert(1);
}

body.home .onewin-hero__icon--globe {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    filter: none;
}

body.home .onewin-hero__button-text,
body.home .onewin-hero__button-text strong {
    display: block;
    color: #fff !important;
}

body.home .onewin-hero__button-text {
    font-size: clamp(18px, 1.65vw, 23px);
    font-weight: 400;
    line-height: 1.2;
}

body.home .onewin-hero__button-text strong {
    font-size: clamp(24px, 2.05vw, 30px);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.08;
}

body.home .onewin-hero .onewin-hero__note {
    margin: 0 0 7px !important;
    color: rgba(238, 245, 255, .72) !important;
    font-size: clamp(19px, 1.85vw, 25px);
    font-weight: 400;
    line-height: 1.35;
}

body.home .onewin-hero .onewin-hero__promo {
    display: flex;
    flex-direction: row;
    min-height: 0;
    margin: 0 !important;
    padding: 0;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 0;
    color: rgba(238, 245, 255, .76) !important;
    background: transparent;
    font-size: clamp(18px, 1.8vw, 24px);
    line-height: 1.4;
}

body.home .onewin-hero__promo-code {
    display: inline-flex;
    margin: 0;
    padding: 3px 14px 5px;
    border: 2px dashed #087af6;
    border-radius: 9px;
    color: #098bff;
    font-size: 1.04em;
    font-weight: 700;
    letter-spacing: .015em;
}

body.home .onewin-hero__promo b {
    color: #098bff;
    font-weight: 750;
}

body.home .entry-content .onewin-repeat-cta {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(250px, 1fr) auto;
    grid-template-areas:
        "copy promo"
        "actions actions";
    gap: 22px 30px;
    margin: 34px 0;
    padding: 25px 28px 26px;
    overflow: hidden;
    border: 1px solid rgba(47, 122, 218, .5);
    border-radius: 18px;
    color: #fff;
    background:
        radial-gradient(circle at 92% 15%, rgba(12, 115, 255, .29), transparent 32%),
        linear-gradient(108deg, rgba(2, 13, 34, .96), rgba(5, 32, 78, .93)),
        url("../images/onewin-hero-stadium.jpg") center 64% / cover no-repeat;
    box-shadow: 0 15px 32px rgba(2, 13, 33, .18), inset 0 0 0 3px rgba(18, 50, 92, .4);
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}

body.home .entry-content .onewin-repeat-cta::after {
    position: absolute;
    inset: auto -20% -75% 25%;
    z-index: -1;
    height: 140%;
    background: radial-gradient(ellipse, rgba(17, 120, 250, .15), transparent 62%);
    content: "";
}

body.home .entry-content .onewin-repeat-cta__copy {
    grid-area: copy;
    align-self: center;
}

body.home .entry-content .onewin-repeat-cta .onewin-repeat-cta__title {
    margin: 0 0 5px !important;
    color: #fff !important;
    font-size: clamp(25px, 2.25vw, 31px);
    font-weight: 750;
    letter-spacing: -.02em;
    line-height: 1.15;
}

body.home .entry-content .onewin-repeat-cta .onewin-repeat-cta__subtitle {
    margin: 0 !important;
    color: rgba(230, 239, 255, .73) !important;
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 1.4;
}

body.home .entry-content .onewin-repeat-cta .onewin-repeat-cta__promo {
    grid-area: promo;
    display: grid;
    gap: 2px;
    min-width: 215px;
    margin: 0 !important;
    padding: 11px 19px 12px;
    align-content: center;
    border: 1px solid rgba(30, 127, 250, .6);
    border-radius: 12px;
    color: #fff !important;
    background: rgba(3, 16, 43, .53);
}

body.home .entry-content .onewin-repeat-cta__promo-label {
    color: rgba(218, 232, 255, .75);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.25;
    text-transform: uppercase;
}

body.home .entry-content .onewin-repeat-cta__promo strong {
    color: #108dff !important;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: .03em;
    line-height: 1.1;
}

body.home .entry-content .onewin-repeat-cta__promo-value {
    color: rgba(232, 241, 255, .84);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

body.home .entry-content .onewin-repeat-cta__actions {
    grid-area: actions;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

body.home .entry-content .onewin-repeat-cta a.onewin-repeat-cta__button,
body.home .entry-content .onewin-repeat-cta a.onewin-repeat-cta__button:visited,
body.home .entry-content .onewin-repeat-cta a.onewin-repeat-cta__button:hover,
body.home .entry-content .onewin-repeat-cta a.onewin-repeat-cta__button:focus,
body.home .entry-content .onewin-repeat-cta a.onewin-repeat-cta__button:active {
    display: flex !important;
    min-height: 64px;
    margin: 0 !important;
    padding: 12px 17px;
    align-items: center;
    gap: 13px;
    border: 1px solid transparent;
    border-radius: 11px;
    color: #fff !important;
    font-size: clamp(14px, 1.25vw, 16px);
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    text-decoration: none !important;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .16), 0 8px 17px rgba(0, 0, 0, .2);
    transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}

body.home .entry-content .onewin-repeat-cta a.onewin-repeat-cta__button:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .18), 0 12px 21px rgba(0, 0, 0, .25);
}

body.home .entry-content .onewin-repeat-cta a.onewin-repeat-cta__button:focus-visible {
    outline: 3px solid rgba(57, 155, 255, .98);
    outline-offset: 2px;
}

body.home .entry-content .onewin-repeat-cta a.onewin-repeat-cta__button--android {
    border-color: rgba(14, 228, 102, .54);
    background: linear-gradient(145deg, #08ab49, #007c34) !important;
}

body.home .entry-content .onewin-repeat-cta a.onewin-repeat-cta__button--iphone {
    border-color: rgba(229, 235, 247, .19);
    background: linear-gradient(145deg, #17202c, #05080c) !important;
}

body.home .entry-content .onewin-repeat-cta a.onewin-repeat-cta__button--site {
    border-color: rgba(35, 139, 255, .68);
    background: linear-gradient(145deg, #0968df, #0642a7) !important;
}

body.home .entry-content .onewin-repeat-cta__button strong,
body.home .entry-content .onewin-repeat-cta__button span {
    color: #fff !important;
}

body.home .entry-content .onewin-repeat-cta__button strong {
    display: block;
    font-size: clamp(16px, 1.45vw, 19px);
    font-weight: 750;
}

body.home .entry-content .onewin-repeat-cta__icon {
    display: block;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    background: transparent;
    filter: brightness(0) invert(1);
}

body.home .entry-content .onewin-repeat-cta__icon--globe {
    fill: none;
    stroke: currentColor;
    stroke-width: 3.2;
    filter: none;
}

@media (max-width: 991px) {
    body.home .onewin-hero {
        min-height: 0;
        padding: clamp(38px, 7vw, 58px) 20px clamp(34px, 6vw, 48px);
        background-position: center bottom;
    }

    body.home .onewin-hero .onewin-hero__title {
        font-size: clamp(38px, 7.5vw, 55px);
    }

    body.home .onewin-hero__actions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.home .onewin-hero a.onewin-hero__button,
    body.home .onewin-hero a.onewin-hero__button:visited {
        padding: 16px 14px;
    }

    body.home .entry-content .onewin-repeat-cta {
        grid-template-columns: 1fr auto;
        gap: 18px;
        padding: 22px 20px;
    }

    body.home .entry-content .onewin-repeat-cta__actions {
        gap: 9px;
    }

    body.home .entry-content .onewin-repeat-cta a.onewin-repeat-cta__button,
    body.home .entry-content .onewin-repeat-cta a.onewin-repeat-cta__button:visited {
        padding: 11px 12px;
        gap: 9px;
    }
}

@media (max-width: 767px) {
    body.home .onewin-site-header__inner {
        min-height: 56px;
        padding: 0 14px 0 16px;
        gap: 10px;
    }

    body.home .onewin-site-header__logo {
        font-size: 24px;
    }

    body.home .onewin-site-header__label {
        display: none;
    }

    body.home .onewin-site-header a.onewin-site-header__action,
    body.home .onewin-site-header a.onewin-site-header__action:visited {
        min-height: 38px;
        padding: 8px 14px;
        border-radius: 9px;
        font-size: 14px;
    }

    body.home .onewin-hero {
        margin-bottom: 22px;
        padding: 34px 16px 30px;
        border-radius: 18px;
        background-position: center bottom;
    }

    body.home .onewin-hero .onewin-hero__title {
        margin-bottom: 16px !important;
        font-size: clamp(32px, 9.5vw, 40px);
        line-height: 1.1;
    }

    body.home .onewin-hero__title-line {
        margin-top: 7px;
        font-size: .63em;
        line-height: 1.22;
    }

    body.home .onewin-hero .onewin-hero__subtitle {
        margin-bottom: 25px !important;
        font-size: 17px;
    }

    body.home .onewin-hero__actions {
        grid-template-columns: 1fr;
        max-width: 330px;
        margin: 0 auto 25px;
        gap: 12px;
    }

    body.home .onewin-hero a.onewin-hero__button,
    body.home .onewin-hero a.onewin-hero__button:visited {
        min-height: 82px;
        padding: 13px 24px;
        justify-content: flex-start;
    }

    body.home .onewin-hero__icon {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
    }

    body.home .onewin-hero__button-text {
        font-size: 18px;
    }

    body.home .onewin-hero__button-text strong {
        font-size: 25px;
    }

    body.home .onewin-hero .onewin-hero__note {
        margin-bottom: 11px !important;
        font-size: 16px;
    }

    body.home .onewin-hero .onewin-hero__promo {
        flex-wrap: wrap;
        gap: 6px;
        font-size: 16px;
    }

    body.home .entry-content .onewin-repeat-cta {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin: 28px 0;
        padding: 20px 15px;
        border-radius: 15px;
    }

    body.home .entry-content .onewin-repeat-cta .onewin-repeat-cta__title,
    body.home .entry-content .onewin-repeat-cta .onewin-repeat-cta__subtitle {
        text-align: center;
    }

    body.home .entry-content .onewin-repeat-cta .onewin-repeat-cta__title {
        font-size: 26px;
    }

    body.home .entry-content .onewin-repeat-cta .onewin-repeat-cta__promo {
        min-width: 0;
        padding: 10px 12px;
        justify-items: center;
        text-align: center;
    }

    body.home .entry-content .onewin-repeat-cta__actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    body.home .entry-content .onewin-repeat-cta a.onewin-repeat-cta__button,
    body.home .entry-content .onewin-repeat-cta a.onewin-repeat-cta__button:visited {
        min-height: 61px;
        padding: 12px 20px;
    }

    body.home .entry-content .onewin-repeat-cta__button strong {
        font-size: 18px;
    }
}
