/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    line-height: 1.4;
    color: #ffffff;
    background-color: #000000;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.3s ease;
    outline: none;
}

button:hover {
    transform: translateY(-2px);
}

button:active {
    transform: translateY(0);
}

/* Hero Section with Background Image */
.hero-section {
    position: relative;
    width: 100%;
    background-image: url('../images/img_drago.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%); */
    z-index: 5;
}

.hero-container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1920px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    padding: 0 40px;
}

.hero-content {
    position: relative;
    z-index: 15;
    display: grid;
    grid-template-areas:
        "journey journey image"
        "pressure pressure image"
        "builds builds image"
        "discipline discipline image"
        "win win image"
        "bottom bottom bottom";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto auto 1fr;
    align-items: start;
    gap: 0;
    height: 100%;
    max-width: 1400px;
}

.journey-label {
    grid-area: journey;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3294d1;
    margin-top: 100px;
    margin-bottom: 20px;
    align-self: start;
}

.hero-title-pressure {
    grid-area: pressure;
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    color: #ffffff;
    align-self: start;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

.hero-title-builds {
    grid-area: builds;
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    color: #b2ec42;
    align-self: start;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.hero-title-discipline {
    grid-area: discipline;
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    color: #ffffff;
    align-self: start;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

.hero-title-win {
    grid-area: win;
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    color: #b2ec42;
    align-self: start;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.hero-image-container {
    grid-area: image;
    position: relative;
    justify-self: end;
    align-self: center;
    margin-top: -100px;
    z-index: 20;
}

.hero-image {
    width: clamp(300px, 40vw, 600px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
}

.hero-bottom {
    grid-area: bottom;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-top: auto;
    padding-bottom: 80px;
}

.hero-description {
    max-width: 400px;
}

.hero-description h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 40px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.scroll-indicator {
    display: flex;
    align-items: center;
    gap: 12px;
}

.scroll-line {
    width: 32px;
    height: 1px;
    background-color: #3294d1;
}

.scroll-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.hero-year {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 288px;
    line-height: 288px;
    letter-spacing: -14.4px;
    text-align: right;
    opacity: 0.55;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

/* Betting Section with Enhanced Overlay */
.betting-section {
    position: relative;
    width: 100%;
    background: #3294d1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 128px;
    padding-bottom: 146px;
}

.betting-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/img_generativeaiprofessionalboxingringwithspotlightssmokeybackgroundmartialartssport_1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.betting-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(135deg, rgba(50, 148, 209, 0.85) 0%, rgba(50, 148, 209, 0.75) 50%, rgba(50, 148, 209, 0.65) 100%); */
    background: linear-gradient(47deg, rgba(50, 148, 209, 0.85) 0%, rgb(50 148 209 / 72%) 50%, rgb(50 148 209 / 3%) 100%);
    z-index: 5;
}

.betting-container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    grid-template-columns: 2fr 1fr;
    gap: 80px;
    align-items: center;
}

.betting-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.betting-header {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.betting-titles {
    display: flex;
    flex-direction: column;
    gap: -20px;
}

.exclusive-offer {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: -10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.claim-title {
    font-family: 'Antonio', sans-serif;
    font-weight: 400;
    font-size: clamp(80px, 10vw, 160px);
    line-height: 0.8;
    color: #000000;
    margin-bottom: -20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.amount-title {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: clamp(80px, 10vw, 160px);
    line-height: 0.8;
    color: #ffffff;
    margin-bottom: -20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.bet-title {
    font-family: 'Antonio', sans-serif;
    font-weight: 400;
    font-size: clamp(80px, 10vw, 160px);
    line-height: 0.8;
    color: #000000;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.wettigo-logo {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
}

.betting-description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.betting-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    max-width: 452px;
    color: #000000;
    /* max-width: 600px; */
    text-shadow: 0 1px 5px rgba(255, 255, 255, 0.2);
}

.betting-accent-line {
    width: 40px;
    height: 1px;
    background-color: #b2ec42;
    box-shadow: 0 1px 5px rgba(178, 236, 66, 0.5);
}

.betting-focus-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    text-shadow: 0 1px 5px rgba(255, 255, 255, 0.2);
}

.betting-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: stretch;
    gap: 20px;
}

.promo-code {
    background-color: #b2ec42;
    border-radius: 8px;
    padding: 32px 48px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(178, 236, 66, 0.4);
    min-width: 280px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.promo-code:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.use-code-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 8px;
}

.promo-code-text {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    color: #000000;
}

.claim-button {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 20px 40px;
    border-radius: 4px;
    min-width: 280px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.claim-button:hover {
    background-color: #333333;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.betting-number {
    position: absolute;
    bottom: 40px;
    right: 40px;
    font-family: 'Antonio', sans-serif;
    font-weight: 400;
    font-size: 320px;
    line-height: 320px;
    color: #000000;
    opacity: 0.15;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Statistics Section */
.statistics-section {
    width: 100%;
    /* background: linear-gradient(180deg, #000000 0%, #3294d1 100%); */
    background: linear-gradient(287.24deg, #000000 0.67%, #000000 76.83%, #3294D1 118.02%);
    padding: 120px 0;
}

.statistics-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.fighter-image-container {
    position: relative;
}

.fighter-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.fighter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.fighter-label {
    font-family: 'Antonio', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    color: #b2ec42;
    margin-bottom: -8px;
}

.statistics-label {
    font-family: 'Antonio', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    color: #b2ec42;
}

.statistics-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.stat-item {
    display: flex;
    align-items: baseline;
    gap: 20px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.stat-number {
    font-family: 'Antonio', sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    color: #b2ec42;
    min-width: 80px;
}

.stat-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}

.stat-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
}

.stat-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #888888;
}

/* Documentary Section */
.documentary-section {
    width: 100%;
    background-color: #0f0f0f;
    padding: 0px 0px;
}

.documentary-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 245px;
    align-items: center;
}

.documentary-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.documentary-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3294d1;
}

.documentary-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    max-width: 400px;
}

.documentary-accent {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.documentary-line {
    width: 40px;
    height: 1px;
    background-color: #b2ec42;
}

.watch-story-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.watch-story-link:hover {
    color: #b2ec42;
}

.documentary-visual {
    position: relative;
}

.documentary-image {
    width: 100%;
    height: auto;
    border-radius: 0px;
    height: 1025px;
    object-fit: cover;
}

.documentary-overlay {
    position: absolute;
    padding: 0 40px;
    top: 50%;
    left: 0%;
    transform: translate(-27%, -50%);
}

.match-text-container {
    display: flex;
    flex-direction: column;
    gap: -20px;
}

.match-against {
    font-family: 'Antonio', sans-serif;
    font-weight: 400;
    font-size: clamp(48px, 8vw, 120px);
    line-height: 0.8;
    color: #b2ec42;
    margin-bottom: -10px;
}

.yourself-text {
    font-family: 'Antonio', sans-serif;
    font-weight: 400;
    font-size: clamp(48px, 8vw, 120px);
    line-height: 0.8;
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
}

.takes-only {
    font-family: 'Antonio', sans-serif;
    font-weight: 400;
    font-size: clamp(48px, 8vw, 120px);
    line-height: 0.8;
    color: #b2ec42;
    margin-bottom: -10px;
}

.at-round {
    font-family: 'Antonio', sans-serif;
    font-weight: 400;
    font-size: clamp(48px, 8vw, 120px);
    line-height: 0.8;
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

/* Footer */
.footer {
    width: 100%;
    /* background: linear-gradient(180deg, #000000 0%, #3294d1 100%); */
    background: linear-gradient(287.24deg, #000000 0.67%, #000000 76.83%, #3294D1 118.02%);
    padding: 80px 0 40px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
    margin-bottom: 60px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.brand-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hot-streaks-title {
    font-family: 'Antonio', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #3294d1;
}

.brand-icon {
    width: 40px;
    height: auto;
}

.presented-by {
    display: flex;
    align-items: center;
    gap: 8px;
}

.presented-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #888888;
}

.wettigo-footer-logo {
    width: 76px;
    height: auto;
}

.footer-social {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.follow-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
}

.social-links {
    display: flex;
    gap: 20px;
}

.social-icon {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    opacity: 0.7;
    transform: scale(1.1);
}

.footer-legal {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.legal-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
}

.legal-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.copyright-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #888888;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    text-align: left;
}

.discipline-quote {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #555555;
}

.container {
    max-width: 1400px !important;
    padding: 0px 20px !important;
}

.hero-title {
    margin-left: 0px;
    font-family: Antonio;
    font-weight: 700;
    font-size: 176px;
    line-height: 176px;
    letter-spacing: -3.52px;
}

.hero-content {
    display: flex;
    flex-direction: column;
}

.hero-title-win.hero-title {
    margin-left: 8px;
}

.journey-label {
    padding-left: 8px;
    margin-bottom: 0px;
}

.hero-bottom {
    justify-content: flex-end;
    align-items: center;
}

.betting-titles .betting-title {
    font-family: Antonio;
    font-weight: 400;
    font-size: 185.88px;
    line-height: 206.88px;
    text-align: left;
    letter-spacing: -5.58px;
}

.exclusive-offer {
    padding-left: 10px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    line-height: 18px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.betting-description {
    padding-left: 10px;
}

.logowhite {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logowhite .wettigo-logo {
    margin-bottom: 0px;
    margin-top: 5px;
}

.betting-box {
    display: flex;
    align-items: center;
    gap: 50px;
}

.promo-code {
    box-shadow: 0px 4px 14.8px 0px #B2EC42CC;
    text-align: left;
    padding: 19px 48px;
    border-radius: 0px;
}

.use-code-text {
    margin-bottom: 0px;
}

.claim-button {
    border-radius: 0px;
    text-align: left;
}

.fighter-image-container {
    margin-left: 10px;
}

.fighter-title {
    font-size: 48px;
    line-height: 60.2px;
    letter-spacing: 0px;
}

.documentary-visual {
    margin-right: calc((100vw - 1400px) / 0);
    width: calc(100% + (100vw - 1400px) / 2);
}

.documentary-title {
    font-family: Antonio;
    font-weight: 400;
    font-size: 144px;
    line-height: 144px;
    margin: 0px;
}

.documentary-container.container {
    padding-right: 0px !important;
}

/* Responsive Design */
@media(min-width:681px){
    .betting-focus-text.dackstop-none {
        display: none;
    }
}

@media(max-width:1400px) {
    .documentary-visual {
        width: 100%;
    }
}

@media (max-width: 1200px) {

    .hero-container,
    .betting-container,
    .statistics-container,
    .documentary-container {
        padding: 0 20px;
    }

    /* .betting-container,
      .statistics-container, */
    .documentary-container {
        gap: 180px;
    }

    .footer-content {
        gap: 40px;
    }

    .hero-title {
        font-size: 130px;
        line-height: 130px;
    }

    .hero-year {
        font-size: 220px;
        line-height: 220px;
    }

    .hero-description h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 16px;
        text-align: left;
    }

    .betting-titles .betting-title {
        font-size: 135px;
        line-height: 152px;
    }

    .exclusive-offer {
        font-size: 20px;
    }

    .betting-number {
        font-size: 270px;
        line-height: 270px;
    }

    .stat-number {
        font-size: 70px;
        line-height: 70px;
    }

    .fighter-title {
        font-size: 40px;
        line-height: 50.2px;
    }

    .documentary-title {
        font-size: 100px;
        line-height: 100px;
    }
}

@media(max-width:1075px) {
    .betting-number {
        font-size: 114px;
        line-height: 114px;
        bottom: 17px;
    }

    .stat-number {
        font-size: 55px;
        line-height: 55px;
        min-width: 55px;
    }

    .documentary-image {
        height: 761px;
    }

    .documentary-container {
        gap: 116px;
    }
}

@media(max-width: 1025px) {
    .documentary-title {
        font-size: 70px;
        line-height: 70px;
    }

    .betting-titles .betting-title {
        font-size: 90px;
        line-height: 111px;
    }

    .hero-title {
        font-size: 100px;
        line-height: 100px;
    }

    .hero-year {
        font-size: 160px;
        line-height: 160px;
    }
}

@media (max-width: 680px) {
    .hero-content {
        grid-template-areas:
            "journey journey journey"
            "pressure pressure pressure"
            "builds builds builds"
            "discipline discipline discipline"
            "win win win"
            "image image image"
            "bottom bottom bottom";
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
    }

    .hero-image-container {
        justify-self: center;
        margin-top: 40px;
    }

    .hero-bottom {
        gap: 40px;
        align-items: center;
        text-align: center;
    }

    .betting-container {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }

    .betting-header {
        justify-content: left;
    }

    .statistics-container,
    .documentary-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .stat-number {
        min-width: auto;
    }

    .statistics-list {
        order: -1;
    }

    .statistics-section {
        background: linear-gradient(331.75deg, #000000 46.72%, #000000 80.39%, #3294D1 98.6%);
        padding-top: 67px;
        padding-bottom:0;
    }

    .fighter-image-container {
        margin-left: 0px;
    }

    .fighter-overlay {
        padding-left: 0px;
    }
	.fighter-image{float:right; margin-right:-20px;}

    .stat-item {
        padding-bottom: 18px;
    }

    .statistics-list {
        gap: 18px;
    }

    .stat-details {
        gap: 0px;
    }

    .legal-content {
        align-items: start;
        gap: 0px;
    }
    .copyright-text{
        font-size: 12px;
    }
    .discipline-quote{
        text-align: center;
    }
    .betting-focus-text{
        font-size: 10px;
    }
    .betting-focus-text.text-none {
        display: none;
    }
    .betting-box{
        gap: 30px;
    }
}

@media(max-width:680px) {
    .hero-bottom .hero-year {
        display: none;
    }

    .hero-bottom {
        justify-content: start;
    }

    .hero-description h3 {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 5px;
        text-align: justify;
    }

    .hero-content {
        gap: 0px;
    }

    .hero-title-win.hero-title {
        margin-left: 3px;
    }

    .hero-title {
        font-size: 65px;
        line-height: 65px;
    }

    .hero-bottom {
        padding-top: 70px;
    }

    .journey-label {
        margin-top: 265px;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 2.4px;
    }

    .betting-titles .betting-title {
        font-size: 79px;
        line-height: 100px;
    }

    .exclusive-offer {
        font-size: 10px;
    }

    .betting-text {
        font-size: 12px;
        line-height: 23px;
    }

    .betting-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .betting-content {
        gap: 18px;
    }

    .betting-description {
        padding-left: 5px;
    }

    .promo-code {
        order: 2;
    }

    .betting-accent-line {
        order: -1;
    }

    .betting-section {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    footer {
        padding: 48px 0px;
    }

    .documentary-overlay {
        position: static;
        transform: unset;
        padding: 0px;
    }

    .documentary-image {
        display: none;
    }

    .documentary-container.container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .documentary-title {
        font-size: 52px;
        line-height: 52px;
    }

    .watch-story-link {
        font-size: 12px;
    }

    .documentary-description {
        font-size: 14px;
        line-height: 23px;
    }

    .documentary-content {
        gap: 16px;
    }

    .documentary-container.container {
        gap: 32px;
    }

    .documentary-section {
        background-image: url(../images/img_presentation_drago.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 63px 20px;
    }

    .documentary-visual {
        order: -1;
    }

    .documentary-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgb(0 0 0 / 34%) 0%, rgb(0 0 0 / 13%) 50%, rgba(0, 0, 0, 0.4) 100%);
    }

    .documentary-section {
        position: relative;
    }
}

@media (max-width: 480px) {

    .hero-container,
    .betting-container,
    .statistics-container,
    .documentary-container,
    .footer-container {
        padding: 0 16px;
    }

    .hero-year,
    .betting-number {
        display: none;
    }

    .promo-code {
        padding: 24px 32px;
        min-width: 240px;
    }

    .claim-button {
        min-width: 240px;
        padding: 16px 32px;
    }
}