@font-face {
    font-family: 'Druk Cyr';
    src: url('../fonts/DrukCyr-HeavyItalic.eot');
    src: local('Druk Cyr Heavy Italic'), local('DrukCyr-HeavyItalic'),
    url('../fonts/DrukCyr-HeavyItalic.eot#iefix') format('embedded-opentype'),
    url('../fonts/DrukCyr-HeavyItalic.woff2') format('woff2'),
    url('../fonts/DrukCyr-HeavyItalic.woff') format('woff'),
    url('../fonts/DrukCyr-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

html, body {
    background: #171717;
    font-family: "Druk Cyr";
    font-weight: 900;
    font-style: italic;
    position: relative;
    overflow-x: hidden;
}
body {
    max-width: 540px;
    margin: auto;
}
.background {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.container {
    max-width: 390px;
    position: relative;
}
.noise {
    background: url("../images/noise.webp");
    position: absolute;
    width: 100%;
    height: 100%;
}
h1 {
    color: #ffffff;
    font-size: 65px;
    line-height: 1.2;
    margin-bottom: 0;
}
h2 {
    background: linear-gradient(to top, #FF7A00, #FFC700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 65px;
    text-shadow: 0 0 34px #FF7A00;
    line-height: 1;
    margin-bottom: 0;
}
.gradient {
    background: url("../images/gradient.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 700px;
    height: 700px;
    position: absolute;
}
.gr1 {
    top: -150px;
    right: -280px
}
.gr2 {
    top: 300px;
    left: -270px
}
.gr3 {
    top: 1150px;
    left: -270px
}
.gr4 {
    top: 750px;
    right: -280px
}
.gr5 {
    bottom: 450px;
    right: -280px
}
.gr6 {
    bottom: 50px;
    left: -280px
}
.video {
    display: inline-block;
    background: #000;
    border: 2px solid #FF7A00;
    border-radius: 17px;
    width: 243px;
}
.video video {
    width: 100%;
    height: 100%;
    border-radius: 17px;
}
.button {
    position: relative;
    display: inline-block;
}
.button .content {
    padding: 10px 15px;
    background: linear-gradient(180deg, #FFC700, #FF7A00);
    border-radius: 22px;
    display: inline-block;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 50px #FF7A00, 0 0 35px #FF7A00;
}
.button .background {
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    transform: translate(-5px, -5px);
    top: 0;
    left: 0;
    border-radius: 27px;
    background: linear-gradient(180deg, #FFC700, #FF7A00);
    opacity: 0.5;
    z-index: 0;
    animation: bounceButton 1.5s infinite;
}
@keyframes bounceButton {
    0% {
        transform: translate(-5px, -5px) scale(0.9);
        opacity: 0.6;
    }
    100% {
        transform: translate(-5px, -5px) scale(1.3);
        opacity: 0;
    }
}
.button h1 {
    font-size: 37px;
    line-height: 1;
    text-shadow: 0 2px 0 #D16200;
}
.button h3 {
    color: #000000;
    font-size: 37px;
    margin-bottom: 0;
    line-height: 1;
    padding-left: 15px;
    text-shadow: 0 2px 0 #D16200;
}
.bg-elems {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.coin-1 {
    position: absolute;
    top: -50px;
    right: -50px;
}
.ball-1 {
    position: absolute;
    top: 240px;
    left: -60px;
}
.ball-2 {
    position: absolute;
    top: 670px;
    right: -20px;
}
.coin-2 {
    position: absolute;
    top: 700px;
    left: 60px;
    width: 60px;
}
.coin-5 {
    position: absolute;
    top: 860px;
    right: -20px;
    width: 120px;
}
.coin-3 {
    position: absolute;
    top: 1760px;
    left: 50%;
    width: 120px;
}
.coin-4 {
    position: absolute;
    top: 1370px;
    left: -40px;
    width: 120px;
}
.cash {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.background {
    z-index: 0;
}
.bg-elems {
    z-index: 1;
}
.content-site {
    z-index: 2;
    position: relative;
}
#block-2 .swiper {
    border-radius: 17px;
    overflow: hidden;
    border: 5px solid #FF7A00
}
#block-2 .swiper img {
    width: 100%;
}
.navbar {
    display: flex;
    margin: 10px 0;
    justify-content: center;
}
.navbar .navline {
    width: 37px;
    height: 7px;
    border-radius: 9px;
    background: #FFFFFF;
    margin: 0 5px;
    transition-duration: 0.5s;
    transition-property: width, background-color;
}
.navbar .navline.current {
    width: 75px;
    background: #FF7A00;
}
.butBlock {
    position: relative;
}
.buttonArrLeft {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(0, -50%);
    animation: arrLeft 2s infinite;
}
.buttonArrRight {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0, -50%);
    animation: arrRight 2s infinite;
}
@keyframes arrLeft {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(50%, -50%) scale(1.1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes arrRight {
    0% {
        transform: translate(50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }
    100% {
        transform: translate(50%, -50%) scale(1);
    }
}
@keyframes arrTop {
    0% {
        transform: translate(0, -50%) scale(1);
    }
    50% {
        transform: translate(0, 50%) scale(1.1);
    }
    100% {
        transform: translate(0, -50%) scale(1);
    }
}
.manimg {
    pointer-events: none;
    margin-top: -150px;
    position: relative;
    max-width: 340px;
    z-index: 2;
}
#block-3 h1 {
    font-size: 35px
}
#block-3 h2 {
    font-size: 35px
}
.calculator-container {
    margin: 40px 0;
    padding: 25px;
    border: 5px solid #FF7A00;
    border-radius: 17px;
}
.calculator-container .title-day {
    font-size: 35px;
    text-align: center;
    line-height: 1;
    color: #fff;
    margin-bottom: 25px;
}
.calculator-container .week-container {
    margin-bottom: 15px;
    border: 2px solid #FF7A00;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.calculator-container .week-container .date-day-item {
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.calculator-container .week-container .date-day-item.active {
    background-color: #FF7A00;
    border-radius: 50%;
    color: #000;
}
.calculator-container .title-bet {
    font-size: 35px;
    text-align: center;
    line-height: 1;
    color: #fff;
    margin-bottom: 5px;
}
.calculator-container .actions {
    padding-bottom: 10px;
    text-align: center;
}
.calculator-container .actions input.input-bet {
    background-color: transparent;
    border: 2px solid #FF7A00;
    padding: 4px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    max-width: 180px;
    width: 100%;
    box-sizing: border-box;
    font-family: "Druk Cyr"!important;
}
.calculator-container .title-profit {
    font-size: 35px;
    text-align: center;
    line-height: 1;
    color: #fff;
    margin-bottom: 5px;
}
.calculator-container .result-win {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #000;
    background-color: #FF7A00;
    border-radius: 50px;
    padding: 9px 50px;
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
}
.buttonArrTop {
    display: block;
    margin: 20px auto 50px;
    animation: arrTop 2s infinite;
}

/* ===================== HERO BADGE ===================== */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 122, 0, 0.12);
    border: 1.5px solid rgba(255, 122, 0, 0.5);
    border-radius: 50px;
    padding: 6px 18px;
    color: #FF7A00;
    font-size: 13px;
    letter-spacing: 1.5px;
    backdrop-filter: blur(4px);
}
.badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF7A00;
    box-shadow: 0 0 8px #FF7A00, 0 0 16px #FF7A00;
    animation: pulse-dot 1.5s infinite;
    flex-shrink: 0;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }
}

/* ===================== SOCIAL PROOF STRIP ===================== */
.social-proof {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: rgba(255, 122, 0, 0.08);
    border: 1.5px solid rgba(255, 122, 0, 0.3);
    border-radius: 17px;
    padding: 16px 10px;
    backdrop-filter: blur(6px);
}
.proof-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.proof-num {
    color: #FFC700;
    font-size: 28px;
    line-height: 1;
    text-shadow: 0 0 20px #FF7A00;
}
.proof-label {
    color: rgba(255,255,255,0.6);
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 3px;
}
.proof-divider {
    width: 1.5px;
    height: 40px;
    background: rgba(255, 122, 0, 0.3);
}

/* ===================== ENHANCED BUTTON SHIMMER ===================== */
.button .content {
    overflow: hidden;
}
.button .content::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transform: skewX(-20deg);
    animation: shimmer 2.5s infinite;
    border-radius: 22px;
}
@keyframes shimmer {
    0% { left: -75%; }
    60%, 100% { left: 125%; }
}

/* ===================== ENHANCED VIDEO GLOW ===================== */
.video {
    box-shadow: 0 0 40px rgba(255,122,0,0.6), 0 0 80px rgba(255,122,0,0.25);
}

/* ===================== SECTION DIVIDER ===================== */
#block-2, #block-3 {
    border-top: 1px solid rgba(255,122,0,0.15);
}

/* ===================== ENHANCED SWIPER GLOW ===================== */
#block-2 .swiper {
    box-shadow: 0 0 30px rgba(255,122,0,0.4), 0 0 60px rgba(255,122,0,0.15);
}

/* ===================== BLOCK HEADINGS UNDERLINE ===================== */
#block-2 h1, #block-3 h1 {
    position: relative;
}

/* ===================== CALCULATOR ENHANCED ===================== */
.calculator-container {
    box-shadow: 0 0 30px rgba(255,122,0,0.3), 0 0 60px rgba(255,122,0,0.1);
    background: rgba(255,122,0,0.04);
}
.calculator-container .result-win {
    font-size: 36px;
    box-shadow: 0 0 20px rgba(255,122,0,0.6), 0 0 40px rgba(255,122,0,0.3);
    transition: all 0.3s ease;
    max-width: 220px;
}
.calculator-container .result-win.bump {
    transform: scale(1.08);
}
.calculator-container .week-container .date-day-item.active {
    box-shadow: 0 0 12px rgba(255,122,0,0.8);
}

/* ===================== STICKY BOTTOM CTA ===================== */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 540px;
    z-index: 999;
    padding: 12px 20px 20px;
    background: linear-gradient(to top, rgba(23,23,23,1) 60%, rgba(23,23,23,0));
    pointer-events: none;
}
.sticky-cta-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(180deg, #FFC700, #FF7A00);
    border-radius: 18px;
    padding: 14px 20px;
    text-decoration: none;
    box-shadow: 0 0 40px rgba(255,122,0,0.7), 0 0 20px rgba(255,122,0,0.5);
    pointer-events: all;
    animation: stickyPulse 2s infinite;
    position: relative;
    overflow: hidden;
}
.sticky-cta-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transform: skewX(-20deg);
    animation: shimmer 2.5s infinite;
}
.sticky-cta-inner img {
    width: 28px;
    height: 28px;
}
.sticky-cta-inner span {
    font-family: "Druk Cyr";
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
    color: #000;
    text-shadow: 0 2px 0 rgba(0,0,0,0.15);
    letter-spacing: 0.5px;
}
@keyframes stickyPulse {
    0%, 100% { box-shadow: 0 0 40px rgba(255,122,0,0.7), 0 0 20px rgba(255,122,0,0.5); }
    50% { box-shadow: 0 0 60px rgba(255,122,0,0.9), 0 0 30px rgba(255,122,0,0.7); }
}

/* Extra padding so sticky CTA doesn't cover content */
.content-site {
    padding-bottom: 90px;
}

/* ============================================================ */
/* ===== V9 STICKY PROMINENCE OVERRIDES (highest priority) ===== */
/* ============================================================ */

/* Larger bottom padding to reserve room for the bigger sticky */
.content-site {
    padding-bottom: 180px;
}

.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 540px;
    z-index: 9999;
    padding: 18px 16px 22px;
    background: linear-gradient(to top,
        rgba(23,23,23,1) 0%,
        rgba(23,23,23,0.98) 55%,
        rgba(23,23,23,0.85) 80%,
        rgba(23,23,23,0) 100%);
    pointer-events: none;
    border-top: 2px solid rgba(255, 199, 0, 0.45);
    box-shadow:
        0 -12px 40px rgba(255, 122, 0, 0.35),
        0 -2px 0 rgba(255, 199, 0, 0.6) inset;
    animation: v9BorderGlow 2.2s ease-in-out infinite;
}

/* Top border-glow animation so the bar itself feels premium */
@keyframes v9BorderGlow {
    0%, 100% {
        border-top-color: rgba(255, 199, 0, 0.45);
        box-shadow:
            0 -12px 40px rgba(255, 122, 0, 0.35),
            0 -2px 0 rgba(255, 199, 0, 0.6) inset;
    }
    50% {
        border-top-color: rgba(255, 230, 120, 0.95);
        box-shadow:
            0 -18px 60px rgba(255, 122, 0, 0.55),
            0 -2px 0 rgba(255, 230, 120, 1) inset;
    }
}

/* Ambient glow sitting behind the button */
.sticky-cta .sticky-cta-glow {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 85%;
    height: 80%;
    background: radial-gradient(ellipse at center,
        rgba(255, 122, 0, 0.55) 0%,
        rgba(255, 122, 0, 0.2) 45%,
        rgba(255, 122, 0, 0) 75%);
    filter: blur(18px);
    pointer-events: none;
    z-index: 0;
    animation: v9GlowPulse 1.5s ease-in-out infinite;
}

@keyframes v9GlowPulse {
    0%, 100% { opacity: 0.75; transform: translateX(-50%) scale(1); }
    50%      { opacity: 1;    transform: translateX(-50%) scale(1.08); }
}

/* Hint row above the CTA */
.sticky-cta .sticky-cta-hint {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    pointer-events: none;
}
.sticky-cta .sticky-cta-hint .hint-text {
    font-family: "Druk Cyr";
    font-weight: 900;
    font-style: italic;
    font-size: 13px;
    letter-spacing: 1px;
    color: #FFC700;
    text-transform: uppercase;
    text-shadow: 0 0 12px rgba(255, 199, 0, 0.7);
}
.sticky-cta .sticky-cta-hint .hint-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FFC700;
    box-shadow: 0 0 10px rgba(255, 199, 0, 0.95);
    animation: v9HintBlink 1.4s ease-in-out infinite;
}
@keyframes v9HintBlink {
    0%, 100% { opacity: 0.35; transform: scale(1); }
    50%      { opacity: 1;    transform: scale(1.25); }
}

/* The actual button — bigger, pulsing, premium */
.sticky-cta-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: linear-gradient(180deg, #FFD500 0%, #FF9500 55%, #FF6A00 100%);
    border-radius: 22px;
    padding: 20px 22px;
    text-decoration: none;
    border: 2px solid rgba(255, 230, 120, 0.9);
    box-shadow:
        0 0 0 3px rgba(255, 122, 0, 0.22),
        0 0 45px rgba(255, 122, 0, 0.85),
        0 14px 35px rgba(0, 0, 0, 0.45),
        0 2px 0 rgba(255, 255, 255, 0.45) inset,
        0 -4px 0 rgba(0, 0, 0, 0.18) inset;
    pointer-events: all;
    overflow: hidden;
    animation: v9StickyPulse 1.5s ease-in-out infinite;
    transform-origin: center;
}

@keyframes v9StickyPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow:
            0 0 0 3px rgba(255, 122, 0, 0.22),
            0 0 45px rgba(255, 122, 0, 0.85),
            0 14px 35px rgba(0, 0, 0, 0.45),
            0 2px 0 rgba(255, 255, 255, 0.45) inset,
            0 -4px 0 rgba(0, 0, 0, 0.18) inset;
    }
    50% {
        transform: scale(1.035);
        box-shadow:
            0 0 0 5px rgba(255, 199, 0, 0.35),
            0 0 70px rgba(255, 122, 0, 1),
            0 18px 45px rgba(0, 0, 0, 0.55),
            0 2px 0 rgba(255, 255, 255, 0.55) inset,
            0 -4px 0 rgba(0, 0, 0, 0.22) inset;
    }
}

/* Shimmer sweep */
.sticky-cta-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.45),
        transparent);
    transform: skewX(-20deg);
    animation: v9Shimmer 2.6s infinite;
    pointer-events: none;
}
@keyframes v9Shimmer {
    0%   { left: -75%; }
    55%  { left: 130%; }
    100% { left: 130%; }
}

.sticky-cta-inner img {
    width: 34px;
    height: 34px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
    position: relative;
    z-index: 1;
}

.sticky-cta-inner span {
    font-family: "Druk Cyr";
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
    line-height: 1;
    color: #1a0d00;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.35);
    letter-spacing: 0.6px;
    position: relative;
    z-index: 1;
}

.sticky-cta-inner .sticky-cta-arrow {
    font-size: 30px;
    line-height: 1;
    color: #1a0d00;
    margin-left: 2px;
    animation: v9ArrowNudge 1.2s ease-in-out infinite;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.35);
}
@keyframes v9ArrowNudge {
    0%, 100% { transform: translateX(0); }
    50%      { transform: translateX(5px); }
}

/* Small-screen tweaks */
@media (max-width: 380px) {
    .sticky-cta {
        padding: 14px 12px 18px;
    }
    .sticky-cta-inner {
        padding: 16px 16px;
        gap: 10px;
    }
    .sticky-cta-inner span {
        font-size: 20px;
    }
    .sticky-cta-inner img {
        width: 28px;
        height: 28px;
    }
    .sticky-cta .sticky-cta-hint .hint-text {
        font-size: 11px;
    }
    .content-site {
        padding-bottom: 170px;
    }
}