.hero {
    position: relative;
    aspect-ratio: 1920 / 791;
    margin-top: 8px;
    overflow: visible;
    background: #09002f;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: url("../images/bg/Gold-Coins 1.webp") center/100% auto no-repeat;
}

.hero .slot-flare-bottom-10 {
    bottom: -22px;
    z-index: 4;
}

.hero-carousel {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

.hero-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-logo {
    position: absolute;
    left: 50%;
    top: 16%;
    width: clamp(150px, 20vw, 260px);
    transform: translateX(-50%);
    z-index: 2;
}

.hero-actions {
    position: absolute;
    left: 50%;
    bottom: 15%;
    display: flex;
    gap: clamp(17px, 2vw, 30px);
    transform: translateX(-50%);
    z-index: 2;
}

.hero-actions a {
    display: block;
    line-height: 0;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.hero-actions img {
    height: clamp(34px, 4.2vw, 62px);
    width: auto;
    transition: transform 0.2s ease;
    will-change: transform;
}

.hero-actions a:hover,
.hero-actions a:focus-visible {
    transform: translateY(-3px) scale(1.06);
    filter: drop-shadow(0 0 10px rgba(255, 230, 99, 0.85));
}

.hero-actions a:active {
    transform: translateY(-1px) scale(0.98);
    filter: drop-shadow(0 0 6px rgba(255, 176, 30, 0.75));
}

.hero-carousel-dots {
    position: absolute;
    left: 50%;
    bottom: clamp(14px, 3vw, 32px);
    z-index: 3;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.hero-carousel-dot {
    width: clamp(8px, 1.35vw, 13px);
    height: clamp(8px, 1.35vw, 13px);
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.96);
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.hero-carousel-dot.active {
    background: #fff;
}

.intro {
    position: relative;
    min-height: 430px;
    padding: 0;
    overflow: visible;
}

.intro-bigbox {
    position: relative;
    width: 100%;
    min-height: 430px;
}

.intro-bigbox::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/bg/Gold-Coins 2.webp") center/100% 100% no-repeat;
    pointer-events: none;
    z-index: 6;
}

.intro-girl {
    position: absolute;
    left: 6.5%;
    bottom: 0;
    width: clamp(280px, 33%, 340px);
    z-index: 10;
}

.intro-box {
    position: absolute;
    right: 40px;
    top: 0px;
    width: 62%;
    min-height: 315px;
    padding: 25px 30px 20px;
    color: #fff;
    line-height: 1.16;
    text-align: center;
    text-shadow: 0 1px 2px #000;
    z-index: 1;
}

.intro-box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: -12px;
    background: url("../images/bg/Text-Box.webp") center/100% 100% no-repeat;
    pointer-events: none;
    z-index: 0;
}

.intro-title-image,
.intro-box p {
    position: relative;
    z-index: 1;
}

.intro-box h2 {
    display: inline-block;
    margin: 0 0 7px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.95);
    font-size: clamp(10px, 1.15vw, 18px);
    font-weight: 900;
    line-height: 1;
}

.intro-title-image {
    width: clamp(245px, 31vw, 300px);
    height: clamp(45px, 5.2vw, 58px);
    margin: 10px auto 8px;
    object-fit: cover;
    object-position: center 31%;
}

.intro-box p {
    margin: 0 0 18px;
    font-size: clamp(13px, 1.34vw, 16px);
    font-weight: 400;
    line-height: 1.12;
}

.intro-box p:nth-of-type(4) {
    margin-bottom: 3px;
}

.intro-box p:last-child {
    margin-bottom: 0;
}

.intro .slot-flare-bottom-9 {
    bottom: -9px;
    z-index: 4;
}

.way {
    position: relative;
    min-height: 324px;
    padding: 64px 76px 33px;
    overflow: hidden;
}

.way-title {
    position: relative;
    z-index: 2;
    width: 640px;
    max-width: calc(100% - 150px);
    margin: 0 0 62px 98px;
}

.benefits {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
    gap: 0;
}

.benefit-card {
    position: relative;
    flex: 0 0 153px;
    width: 153px;
    height: 115px;
    padding: 0 8px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: url("../images/bg/Icon-Stroke-1.webp") center/100% 100% no-repeat;
    text-align: center;
}

.benefit-card img {
    position: absolute;
    top: -29px;
    left: 50%;
    width: auto;
    height: clamp(50px, 5vw, 76px);
    transform: translateX(-50%);
    object-fit: contain;
}

.benefit-card span {
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.05px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}

.benefit-card b,
.benefit-card small {
    display: block;
}

.benefit-card b {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 900;
}

.benefit-card small {
    font-size: 10px;
    font-weight: 400;
}

.slot-showcase {
    position: relative;
    aspect-ratio: 1920 / 1098;
    overflow: hidden;
    margin-top: 25px;
}

.slot-showcase img {
    position: absolute;
    display: block;
}

.slot-bg {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 0;
}

.play-video {
    left: 50%;
    bottom: 19%;
    width: 70%;
    transform: translateX(-50%);
    z-index: 2;
}

.slot-girl {
    left: 50%;
    bottom: 3%;
    width: clamp(200px, 27vw, 430px);
    transform: translateX(-50%);
    z-index: 4;
}

.slot-coins {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 7;
    padding: clamp(14px, 2.55vw, 42px);
}

.slot-blue-cloud {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 6;
}

.slot-sky-cloud {
    right: 9px;
    bottom: 0;
    width: 35%;
    z-index: 6;
}

.slot-flare {
    position: absolute;
    left: 0;
    width: 100%;
    height: 22px;
    object-fit: fill;
    pointer-events: none;
    z-index: 6;
}

.how {
    padding: 38px 19px 36px;
    display: flex;
    justify-content: center;
    background: var(--how-footer-flow-bg, linear-gradient(180deg, #1a5da8 0%, #0b2b68 50%, #02030b 100%));
    background-size: 100% 200%;
    background-position: top;
}

.howbox {
    width: 100%;
    padding: 18px 20px 30px;
    background: transparent;
    text-align: center;
}

.how-title-image {
    width: min(900px, 96%);
    height: auto;
    margin: 0 auto 8px;
}

.steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.step {
    flex: 0 0 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

.step img {
    height: clamp(142px, 15vw, 164px);
    width: auto;
    max-width: 205px;
    object-fit: contain;
    margin-bottom: 14px;
}

.step strong {
    display: block;
    width: 100%;
    color: #fff;
    font-size: clamp(20px, 2.15vw, 28px);
    font-weight: 700;
    line-height: 1.16;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
}

.arrow {
    flex: 0 0 72px;
    align-self: flex-start;
    margin-top: 62px;
}

.arrow img {
    width: 72px;
}

@media (max-width: 767px) {
    .intro { min-height: 268px; }
    .hero { min-height: 0; }
    .slot-showcase { min-height: 0; }
    .intro-bigbox { min-height: 268px; }
    .intro-bigbox::after { background-size: 126% 100%; }
    .intro-girl {
        left: 10px;
        bottom: 0;
        width: 39%;
        max-width: 168px;
    }
    .intro-box {
        top: 27px;
        right: 10px;
        width: 62%;
        min-height: 205px;
        padding: 16px 14px 14px;
        line-height: 1.1;
    }
    .intro-title-image {
        width: clamp(142px, 46vw, 200px);
        margin: -7px auto 7px;
    }
    .intro-box h2 { margin-bottom: 4px; font-size: 10px; }
    .intro-box p {
        margin-bottom: 8px;
        font-size: clamp(6.5px, 1.95vw, 8.5px);
        line-height: 1.08;
        font-weight: 400;
    }
    .intro-box p:nth-of-type(4) { margin-bottom: 2px; }
    .intro .slot-flare-bottom-9 { bottom: -8px; height: 16px; }
    .way { min-height: 181px; padding: 35px 10px 19px; }
    .way-title { width: 340px; max-width: calc(100% - 96px); margin: 0 0 25px 43px; }
    .benefits { justify-content: space-between; margin-bottom: 10px; gap: 0; }
    .benefit-card { flex: 0 0 76px; height: 66px; padding: 0 4px 13px; }
    .benefit-card img { top: -19px; height: 50px; }
    .benefit-card span { font-size: 5.5px; line-height: 1.08; letter-spacing: 0; }
    .benefit-card b { margin-bottom: 3px; font-size: 7px; }
    .benefit-card small { font-size: 5.5px; }
    .how { padding-top: 24px; padding-bottom: 24px; }
    .howbox { padding: 11px 10px 17px; }
    .how-title-image { width: 97%; margin-bottom: 6px; }
    .steps { gap: 8px; }
    .step { flex: 0 0 76px; }
    .step img { height: 68px; margin-bottom: 6px; }
    .step strong { font-size: 12px; line-height: 1.08; }
    .arrow { flex-basis: 28px; margin-top: 30px; }
    .arrow img { width: 28px; }
}
