* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'outfit', sans-serif;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

/* =========================
   HEADER
========================= */

.header-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 180px 16px 48px;
}

    .header-section * {
        box-sizing: border-box;
    }

.video-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

    .video-background video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
    }

    .video-background::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.1);
    }

.header-section > *:not(.video-background) {
    z-index: 1;
}

.header-section-container {
    width: min(1440px, 100%);
    margin: 0 auto;
    z-index: 1;
    justify-content: center;
}

.header-section-box {
    width: min(1440px, 100%);
    max-width: 100%;
    gap: 8px;
    align-items: center;
    z-index: 1;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

.main-headline {
    margin: 0 auto;
    padding-bottom: 16px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.02;
    text-align: center;
    justify-content: center;
    text-shadow: 0 0 26px rgba(103, 227, 165, 0.14);
}

.main-headline-line-1 {
    display: block;
    margin: 0 auto;
    font-size: clamp(56px, 5.3vw, 104px);
    color: #f4f8ff;
    text-align: center;
    justify-content: center;
}

.main-headline-line-2 {
    display: block;
    margin: 0 auto;
    font-size: clamp(56px, 5.3vw, 96px);
    color: #1DDE8D;
    text-align: center;
    justify-content: center;
    text-shadow: 0 0 34px rgba(103, 227, 165, 0.22);
}

.main-subtitle {
    margin: 0 auto;
    padding-bottom: 40px;
    max-width: 640px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    justify-content: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 4px 12px rgba(0, 0, 0, 0.25);
}

.store-buttons {
    margin-top: 64px;
    display: flex;
    gap: 16px;
    justify-content: center;
}

.store-badge {
    display: grid;
    place-items: center;
    transition: transform 160ms ease, border-color 160ms ease;
}

    .store-badge:hover {
        transform: translateY(-1px);
        border-color: rgba(255, 255, 255, 0.2);
    }

.store-badge-image {
    width: 160px;
    display: block;
    opacity: 0.98;
}

/* =========================
   ASSETS
========================= */

.assets-section {
    width: 100%;
/*    margin-top: 100px;*/
    padding: 120px 16px;
    align-content: center;
    background: #fff;
    color: #111;
}

    .assets-section * {
        box-sizing: border-box;
    }

.dark {
    background: #06090D !important;
}

.assets-section-container {
    width: min(1440px, 100%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
}

.assets-section-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.assets-headline {
    margin: 0 0 24px;
    font-size: 64px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 800;
    text-align: center;
}

.assets-headline-dark {
    color: #1a1a1a;
    
}

.assets-headline-green-dark {
    color: #1BDE8D;
}

.assets-headline-white {
    color: #fff;
}

.assets-subtitle {
    margin: 0 0 24px;
    max-width: 820px;
    font-size: 22px;
    line-height: 1.2;
    color: #000;
    text-align: center;
}

.assets-subtitle-white {
    margin: 0 auto;
    padding-bottom: 24px;
    max-width: 800px;
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.assets-license {
    margin-top: 8px;
    margin-bottom: 40px;
    display: grid;
    place-items: center;
}

.cysec-bubble {
    width: min(560px, 100%);
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 15px;
    background: #fbfbfc;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.cysec-bubble-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: #15359f;
}

.cysec-bubble-icon-image {
    width: 40px;
    height: 40px;
    display: block;
}

.cysec-bubble-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.cysec-bubble-text-line {
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.86);
}

.assets-divider {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 8px 0 24px;
}

.assets-divider-spaced {
    margin-top: 24px;
}

.assets-divider-line {
    flex: 1;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
}

.assets-divider-text {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    white-space: nowrap;
}

.assets-partners {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 14px;
    margin: 0 auto;
}

.assets-partner-image {
    width: 210px;
    height: auto;
    display: block;
}

.assets-payments {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
}

.assets-payment-logo {
    width: auto;
    height: 40px;
    display: block;
    opacity: 0.92;
}

.assets-footnote {
    margin: 24px 0 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.64);
}

/* =========================
   BONUS
========================= */

.bonus-section {
    width: 100%;
    min-height: 85vh;
    margin: 0 auto;
    padding: 240px 16px 80px;
    align-content: center;
    background: #07090d;
    color: #fff;
}

    .bonus-section * {
        box-sizing: border-box;
    }

.bonus-section-container {
    width: min(1440px, 100%);
    margin: 0 auto;
}

.bonus-section-stage {
    position: relative;
    width: 100%;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
    margin: 0 auto;
}

.bonus-card {
    position: relative;
    z-index: 3;
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 40px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    text-align: start;
}

.bonus-headline {
    width: min(70%, 700px);
    margin: 0 0 16px;
    font-size: 64px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.bonus-headline-green {
    color: #1DDE8D;
}

.bonus-headline-white {
    color: #fff;
}

.bonus-headline-gold {
    color: #FFAB00;
}

.bonus-subtitle {
    width: min(85%, 760px);
    margin: 0 0 16px;
    padding-bottom: 16px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.bonus-steps {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: min(85%, 760px);
}

.bonus-step {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.bonus-step-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 4px;
}

.bonus-step-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.35;
    color: rgba(255, 255, 255, 1);
}

.button-align {
    width: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    justify-content: start;
}

.bonus-button {
}

.tc-disklaimer {
    margin: 0 auto;
    padding-top: 24px;
    font-size: 14px !important;
    text-align: center;
    color: #1BDE8D;
}

.bonus-visual {
    position: absolute;
    top: 38%;
    inset-inline-end: 70px;
    z-index: 4;
    transform: translateY(-50%);
    pointer-events: none;
}

.bonus-visual-image {
    width: 450px;
    height: auto;
    display: block;
}

/* RTL support for bonus */
html[dir="rtl"] .bonus-card,
body[dir="rtl"] .bonus-card {
    text-align: start;
}

html[dir="rtl"] .bonus-section-stage,
body[dir="rtl"] .bonus-section-stage {
    direction: rtl;
}

html[dir="rtl"] .bonus-step,
body[dir="rtl"] .bonus-step {
    flex-direction: row;
}

html[dir="rtl"] .bonus-steps,
body[dir="rtl"] .bonus-steps {
    padding-inline-start: 0;
}

html[dir="rtl"] .button-align,
body[dir="rtl"] .button-align {
    align-items: stretch;
}

html[dir="rtl"] .bonus-visual,
body[dir="rtl"] .bonus-visual {
    inset-inline-end: auto;
    inset-inline-start: 70px;
}

/* =========================
   TABLE / BURSA
========================= */

.table-section {
    padding-bottom: 80px;
}

.carousel-bursa {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 48px 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 16px;
    background-color: #ededed;
}

.bursa-image {
    width: 160px;
}

/* =========================
   CALLOUT
========================= */

.callout {
    width: 100%;

    margin: 0 auto;
    padding: 80px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    background-color: #fff;
}

.callout-box {
    width: min(1440px, 100%);
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    text-align: center;
}

.callout-left {
    flex: 1;
    width: 100%;
    text-align: start;
}

.how-to-image {
    width: 350px;
    margin: 0 auto;
}

.callout-right {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 320px;
    direction: ltr;
    text-align: left;
}

.callout__headline {
    width: 80%;
    margin: 0 0 16px;
    font-size: 64px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 800;
    color: #000;
}

.callout__arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    object-fit: contain;
    pointer-events: none;
    z-index: 3;
    transform: translate3d(0, 0, 0);
    transition: transform 650ms cubic-bezier(.2, .9, .2, 1);
    will-change: transform;
}

.callout__lines {
    position: relative;
    display: grid;
    gap: 8px;
    margin-top: 16px;
    color: #000;
}

.callout__line {
    position: relative;
    padding: 8px 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
}

    .callout__line.is-active {
        color: #259969;
        font-weight: 600;
    }

/* =========================
   TOURNAMENT
========================= */

.tournament-section {
    width: 100%;
    margin: 0 auto;
    align-content: center;
    background: #07090d;
    color: #fff;
}

.tournament-section-container {
    width: min(1440px, 100%);
    margin: 0 auto;
    padding: 120px 16px;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
}

.tournament-section-stage {
    width: 100%;
    flex: 4;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin: 0 auto;
    overflow: visible;
    text-align: start;
}

.tc-disklaimer-gold {
    margin: 0 auto;
    padding-top: 24px;
    font-size: 14px !important;
    text-align: center;
    color: #ffbb01;
}

.tournament-visual {
    width: 100%;
    flex: 3;
}

.tournament-visual-image {
    width: 85%;
    height: auto;
    display: block;
}

.chart-visual {
    width: 100%;
    flex: 3;
}

.chart-visual-image {
    width: 100%;
}

.tc-disklaimer-mixed {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 24px;
    padding-bottom: 16px;
    font-weight: 300;
    font-size: 14px !important;
    text-align: center;
    justify-content: center;
    color: #a3a3a3;
}

/* =========================
   DEMO
========================= */

.demo-section {
    width: 100%;
    margin: 0 auto;
    padding: 80px 16px;
    justify-content: center;
    background-color: #06090D;
    text-align: center;
}

.demo-card {
    position: relative;
    z-index: 3;
    width: min(1000px, 100%);
    margin: 0 auto;
    padding: 40px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    justify-content: center;
    text-align: center;
}

.demo-text {
    margin: 0 auto;
    padding-bottom: 24px;
    max-width: 500px;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.demo-headline {
    margin: 0 0 16px;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-align: center;
    justify-content: flex-start;
}

/* =========================
   REDUCED MOTION
========================= */

@media (prefers-reduced-motion: reduce) {
    .callout__arrow {
        transition: none;
    }
}

/* =========================
   TABLET
========================= */

@media (max-width: 1024px) {
    .header-section {
        height: auto;
        padding-top: 172px;
    }
    .how-to-image {
        width: 90%;
     
    }
    .header-section-box {
        width: 100%;
    }

    .store-buttons {
        flex-direction: row;
    }

    .store-badge-image {
        width: 140px;
    }

    .assets-section {
        margin-top: 0;
        padding: 72px 16px;
    }

    .assets-section-box {
        align-items: center;
        text-align: center;
        padding-top: 64px;
    }

    .assets-headline {
        margin: 0 0 16px;
        font-size: 40px;
        line-height: 1.05;
        letter-spacing: -0.03em;
        text-align: start;
        justify-content: flex-start;
    }

    .assets-subtitle {
        font-size: 20px;
        text-align: start;
    }

    .assets-subtitle-white {
        font-size: 20px;
        text-align: start;
    }

    .cysec-bubble {
        gap: 16px;
        padding: 16px;
        border-radius: 16px;
    }

    .cysec-bubble-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
    }

    .cysec-bubble-icon-image {
        width: 40px;
        height: 40px;
    }

    .cysec-bubble-text-line {
        font-size: 16px;
        line-height: 1.1;
    }

    .assets-partner-image {
        width: 160px;
        height: auto;
        display: block;
    }

    .assets-payments {
        gap: 8px;
        margin-top: 8px;
    }

    .assets-divider {
        gap: 16px;
    }

    .assets-divider-text {
        font-size: 16px;
    }

    .assets-payment-logo {
        height: 40px;
    }

    .assets-footnote {
        margin: 0 auto;
        padding-top: 24px;
        text-align: center;
        align-items: center;
    }

    .tournament-section {
        height: auto;
    }

    .tournament-section-container {
        display: block;
        padding: 80px 16px 40px;
    }

    .bonus-section {
        min-height: auto;
        padding: 56px 16px;
    }

    .bonus-section-stage {
        min-height: auto;
        justify-content: center;
    }

    .bonus-card {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border: none;
        border-radius: 18px;
        background: none;
        backdrop-filter: none;
    }

    .bonus-headline {
        width: 100%;
        font-size: 40px;
        line-height: 1.08;
        inline-size: fit-content;
    }

    .bonus-subtitle {
        width: 100%;
        font-size: 20px;
    }

    .bonus-steps {
        width: 100%;
    }

    .bonus-step-icon {
        width: 24px;
        height: 24px;
    }

    .bonus-step-text {
        font-size: 20px;
    }

    .bonus-button {
        width: 100%;
        min-width: 0;
        height: 54px;
    }

    .bonus-visual {
        display: none;
    }

    .tournament-visual {
        display: none;
    }

    .callout {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 16px;
        padding-top: 80px;
    }

    .callout-box {
        width: 100%;
    }

    .callout-right {
        order: 1;
        width: 100%;
        min-height: 0;
        align-items: start;
        text-align: start;
    }

    .callout-left {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .callout__headline {
        width: 100%;
        margin: 0 0 12px;
        font-size: 40px;
        line-height: 1.01;
        font-weight: 800;
        letter-spacing: -0.03em;
        text-align: start;
    }

    .callout__lines {
        margin-top: 8px;
        gap: 8px;
        justify-items: start;
        text-align: start;
    }

    .callout__line {
        padding: 4px 0;
        font-size: 18px;
    }

    .callout__arrow {
        display: none !important;
    }

    .chart-visual {
        width: 100%;
        flex: 2;
    }

    .chart-visual-image {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {
    .store-buttons {
        position: unset;
    }

    .bonus-section {
        padding: 80px 16px;
    }

    .bonus-card {
        border-radius: 16px;
    }

    .bonus-headline {
        width: 100%;
        font-size: 40px;
        inline-size: fit-content;
    }

    .bonus-subtitle,
    .bonus-steps {
        width: 100%;
        font-size: 20px;
    }

    .bonus-button {
        height: 52px;
    }

    .demo-card {
        width: 100%;
        margin: 0 auto;
        padding: 40px 16px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(18px);
        justify-content: center;
        text-align: center;
    }

    .demo-headline {
        font-size: 40px;
        padding-bottom: 16px;
    }
}

@media (max-width: 390px) {
    .bonus-headline {
        font-size: 40px;
    }

    .bonus-steps {
        margin-left: 0;
    }

    .demo-headline {
        font-size: 40px;
        padding-bottom: 16px;
    }
}
