:root {
    --bg: #f2f6fb;
    --surface: #ffffff;
    --surface-soft: #eef5ff;
    --ink: #142033;
    --muted: #60708a;
    --line: #dbe6f3;
    --blue: #087ffc;
    --blue-dark: #0642a7;
    --green: #08a84b;
    --green-dark: #08743c;
    --amber: #f6b943;
    --shadow: 0 18px 44px rgba(17, 39, 75, .1);
}

* {
    box-sizing: border-box;
}

html {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink);
    background: var(--bg);
}

body {
    margin: 0;
    font-size: 18px;
    line-height: 1.62;
    overflow-x: hidden;
}

a {
    color: var(--blue-dark);
}

.site-header {
    position: relative;
    z-index: 20;
    color: #fff;
    background:
        radial-gradient(circle at 14% 0%, rgba(9, 122, 255, .16), 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;
}

.site-header__inner {
    display: flex;
    min-height: 68px;
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 0 clamp(20px, 3.4vw, 44px);
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.site-header__brand,
.site-header__brand:visited,
.site-header__brand:hover,
.site-header__brand:focus {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}

.site-header__logo {
    color: var(--blue);
    font-size: 29px;
    font-weight: 800;
    line-height: 1;
}

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

.site-header__action,
.site-header__action:visited,
.site-header__action:hover,
.site-header__action:focus,
.site-header__action:active {
    display: inline-flex;
    min-height: 43px;
    padding: 9px 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(35, 139, 255, .75);
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(145deg, #0968df, var(--blue-dark));
    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;
    min-width: 0;
    flex-shrink: 1;
}

.page {
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: clamp(18px, 3vw, 34px) clamp(16px, 3vw, 34px) 54px;
}

.onewin-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: min(60vw, 650px);
    margin: 0 0 32px;
    padding: clamp(58px, 7vw, 98px) clamp(22px, 5vw, 72px) clamp(48px, 6vw, 76px);
    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;
}

.onewin-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(ellipse at center, rgba(5, 33, 82, .14) 0%, rgba(2, 10, 28, .42) 58%, rgba(2, 8, 23, .62) 100%),
        linear-gradient(180deg, rgba(1, 9, 25, .1), rgba(1, 8, 22, .52));
    content: "";
}

.onewin-hero__content {
    width: 100%;
    max-width: 1060px;
    min-width: 0;
}

.onewin-hero__eyebrow,
.section-kicker {
    margin: 0 0 10px;
    color: var(--blue);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.onewin-hero__eyebrow {
    color: #76b9ff;
}

.onewin-hero__title {
    margin: 0 0 clamp(18px, 2.3vw, 28px);
    color: #fff;
    font-size: clamp(46px, 5.7vw, 78px);
    font-weight: 800;
    line-height: 1.06;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .38);
}

.onewin-hero__title-accent {
    color: var(--blue);
    text-shadow: 0 4px 20px rgba(0, 123, 255, .34);
}

.onewin-hero__subtitle {
    max-width: 930px;
    margin: 0 auto 22px;
    color: rgba(239, 245, 255, .84);
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.38;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .5);
}

.onewin-hero__status {
    display: inline-flex;
    margin: 0 0 22px;
    padding: 9px 14px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(55, 215, 128, .44);
    border-radius: 999px;
    color: #ddffec;
    background: rgba(3, 38, 26, .58);
    font-size: 16px;
    font-weight: 700;
}

.onewin-hero__status-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--green);
    box-shadow: 0 0 0 6px rgba(8, 168, 75, .16);
}

.onewin-hero__actions {
    display: flex;
    justify-content: center;
    margin: 0 0 22px;
    min-width: 0;
    width: 100%;
}

.onewin-hero__button,
.onewin-hero__button:visited,
.onewin-hero__button:hover,
.onewin-hero__button:focus,
.onewin-hero__button:active {
    display: grid;
    min-height: 92px;
    width: min(430px, 100%);
    padding: 18px 28px;
    place-items: center;
    border: 1px solid rgba(35, 139, 255, .7);
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(145deg, #0968df 0%, var(--blue-dark) 100%);
    box-shadow: 0 14px 30px rgba(0, 42, 125, .34), inset 0 1px 1px rgba(255, 255, 255, .17);
    text-align: center;
    text-decoration: none;
}

.onewin-hero__button-kicker {
    display: block;
    color: rgba(235, 244, 255, .78);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
}

.onewin-hero__button strong {
    display: block;
    margin-top: 4px;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1;
}

.onewin-hero__promo {
    display: inline-flex;
    margin: 0;
    padding: 13px 20px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(51, 155, 255, .56);
    border-radius: 14px;
    color: #fff;
    background: rgba(2, 13, 32, .72);
    font-size: clamp(17px, 1.6vw, 22px);
    line-height: 1.2;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.onewin-hero__promo-code {
    color: #53a8ff;
    font-size: 1.24em;
}

.content {
    max-width: 1060px;
    margin: 0 auto;
}

.content h2 {
    margin: 0 0 14px;
    color: #14213a;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.16;
}

.content h3 {
    margin: 0 0 10px;
    color: #172033;
    font-size: clamp(20px, 2vw, 24px);
    line-height: 1.2;
}

.content p {
    margin: 0 0 16px;
}

.content-section,
.status-panel,
.steps-block,
.trust-section,
.faq-section {
    margin: 24px 0;
    padding: clamp(24px, 3.2vw, 38px);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.status-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
    gap: clamp(20px, 3vw, 34px);
    align-items: stretch;
}

.access-card,
.expert-box,
.feature-card,
.trust-grid article,
.faq-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(17, 39, 75, .07);
}

.access-card {
    display: flex;
    min-height: 100%;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(160deg, rgba(8, 127, 252, .1), rgba(8, 168, 75, .09)),
        #fff;
}

.access-card__label {
    color: var(--green-dark);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.access-card strong {
    display: block;
    margin: 8px 0 10px;
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.08;
}

.action-link,
.action-link:visited,
.action-link:hover,
.action-link:focus,
.action-link:active {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    min-height: 48px;
    margin-top: 8px;
    padding: 11px 22px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(145deg, #0968df, var(--blue-dark));
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.feature-card {
    padding: 24px;
}

.feature-card__icon {
    display: inline-grid;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(145deg, var(--blue), var(--blue-dark));
    font-weight: 800;
}

.repeat-cta {
    position: relative;
    overflow: hidden;
    margin: 28px 0;
    padding: clamp(24px, 3vw, 36px);
    border-radius: 8px;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(3, 13, 34, .95), rgba(5, 23, 55, .86)),
        url("../images/onewin-hero-stadium.jpg") center 64% / cover no-repeat;
    box-shadow: 0 18px 44px rgba(3, 14, 36, .18);
}

.repeat-cta__copy {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.repeat-cta__title,
.repeat-cta__subtitle,
.repeat-cta__promo {
    margin: 0;
}

.repeat-cta__title {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.12;
}

.repeat-cta__subtitle {
    color: rgba(237, 244, 255, .76);
}

.repeat-cta__promo {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 20px;
}

.repeat-cta__promo-label {
    color: rgba(237, 244, 255, .68);
}

.repeat-cta__promo strong {
    color: #53a8ff;
    font-size: 1.35em;
}

.repeat-cta__button,
.repeat-cta__button:visited,
.repeat-cta__button:hover,
.repeat-cta__button:focus,
.repeat-cta__button:active {
    display: inline-flex;
    min-height: 60px;
    min-width: min(280px, 100%);
    padding: 14px 30px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(145deg, #0968df, var(--blue-dark));
    box-shadow: 0 12px 26px rgba(0, 42, 125, .34), inset 0 1px 1px rgba(255, 255, 255, .17);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
}

.steps-block__head,
.trust-section__head {
    max-width: 790px;
}

.steps-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.steps-list li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-soft);
}

.steps-list li > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(145deg, var(--green), var(--green-dark));
    font-weight: 800;
}

.steps-list p,
.feature-card p,
.trust-grid p,
.faq-card p,
.expert-box li {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.5;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
    gap: clamp(20px, 3vw, 34px);
}

.expert-box {
    padding: 24px;
    align-self: start;
    background:
        linear-gradient(160deg, rgba(246, 185, 67, .14), rgba(8, 127, 252, .07)),
        #fff;
}

.expert-box ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
}

.trust-section {
    background:
        linear-gradient(180deg, #fff, #f6faff);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.trust-grid article,
.faq-card {
    padding: 22px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.site-footer {
    padding: 26px 16px 42px;
    color: var(--muted);
    text-align: center;
}

.site-footer p {
    margin: 0 0 6px;
}

@media (max-width: 900px) {
    .status-panel,
    .split-section,
    .feature-grid,
    .trust-grid,
    .faq-grid,
    .steps-list {
        grid-template-columns: 1fr;
    }

    .onewin-hero {
        min-height: 0;
        border-radius: 18px;
    }

    .repeat-cta__copy {
        display: block;
    }

    .repeat-cta__subtitle {
        margin-top: 6px;
    }
}

@media (max-width: 520px) {
    body {
        font-size: 16px;
    }

    .site-header__inner {
        min-height: 62px;
        padding-inline: 16px;
        gap: 10px;
    }

    .site-header__action {
        padding-inline: 14px;
        font-size: 14px;
        max-width: 150px;
        text-align: center;
    }

    .page {
        padding-inline: 10px;
    }

    .onewin-hero {
        padding: 44px 14px 38px;
    }

    .onewin-hero__title {
        font-size: clamp(40px, 12vw, 50px);
    }

    .onewin-hero__button {
        min-height: 82px;
        padding-inline: 18px;
    }

    .onewin-hero__promo,
    .repeat-cta__promo {
        justify-content: center;
    }

    .content-section,
    .status-panel,
    .steps-block,
    .trust-section,
    .faq-section,
    .feature-card,
    .access-card,
    .expert-box,
    .trust-grid article,
    .faq-card,
    .steps-list li {
        padding: 20px 16px;
    }
}
