.font-sofia {
    font-family: "Sofia Sans", sans-serif;
}

.font-sofia-condensed {
    font-family: "Sofia Sans Condensed", sans-serif;
}

.font-open {
    font-family: "Open Sans", sans-serif;
}

body {
    font-family: "Sofia Sans Condensed", sans-serif;
}

.text-gradient-gold {
    background: linear-gradient(264.32deg, #DAAF75 15.5%, #FFFBB1 46.59%, #FFE6C6 73.7%, #C7932E 104.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-gold-dark {
    background: linear-gradient(263.94deg, #C7932E 10.82%, #DAAF75 41.9%, #FFFBB1 66.54%, #FFE6C6 100.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-gold-light {
    background: linear-gradient(0deg, #DAAF75 30%, #F9F8E1 60%, #E8CFA4 79.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-silver {
    background: linear-gradient(45deg, #ECF8F8 2.28%, #DCDCDC 50.16%, #FFFFFF 99.62%),
    radial-gradient(57.92% 57.92% at 11.25% 94.58%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-red {
    background: linear-gradient(0deg, #910909 0%, #430000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-dark-blue {
    color: #123942 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fs-69-res {
    font-size: 69px !important;

    @media (max-width: 991px) {
        font-size: 44px !important;
    }

    @media (max-width: 340px) {
        font-size: 40px !important;
    }
}

.fs-55 {
    font-size: 55px !important;
}

.fs-48 {
    font-size: 48px !important;

    @media (max-width: 350px) {
        font-size: 35px !important;
    }
}

.fs-44-res {
    font-size: 44px !important;

    @media (max-width: 991px) {
        font-size: 28px !important;
    }
}

.fs-44-res-2 {
    font-size: 44px !important;

    @media (max-width: 991px) {
        font-size: 35px !important;
    }
}


.fs-40-res {
    font-size: 40px !important;

    @media (max-width: 1199px) {
        font-size: 30px !important;
    }

    @media (max-width: 575px) {
        font-size: 24px !important;
    }
}

.fs-35 {
    font-size: 35px !important;

    @media (max-width: 360px) {
        font-size: 30px !important;
    }
}

.fs-35-res {
    font-size: 35px !important;

    @media (max-width: 991px) {
        font-size: 24px !important;
    }
}

.fs-32-res {
    font-size: 32px !important;

    @media (max-width: 1199px) {
        font-size: 24px !important;
    }
}

.fs-28 {
    font-size: 28px !important;

    @media (max-width: 575px) {
        font-size: 24px !important;
    }
}

.fs-24 {
    font-size: 24px !important;

    @media (max-width: 575px) {
        font-size: 20px !important;
    }
}

.fs-24-res {
    font-size: 24px !important;

    @media (max-width: 991px) {
        font-size: 20px !important;
    }
}

.fs-20 {
    font-size: 20px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.terms-text {
    text-decoration: underline !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: "Open Sans", sans-serif !important;
}

.align-self-start {
    align-self: flex-start;
    margin-top: 30px;

    @media (max-width: 575px) {
        margin-top: 0;
    }
}

.line-normal {
    line-height: normal !important;
}

.max-w-120 {
    @media (max-width: 376px) {
        max-width: 120px;
    }
}

.btn-primary {
    border-radius: 8px !important;
}

h2 span {
    color: white !important;
}

/* HERO */
.hero {
    background: url(/assets/hfappnew/websites/landing-pages/templates/last-trade-revolution/images/DESKTOP/bg-hero.webp);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat !important;
    position: relative;
    padding-bottom: 160px !important;

    @media (min-width: 1400px) {
        padding-left: 160px !important;
    }

    @media (max-width: 991px) {
        background: url(/assets/hfappnew/websites/landing-pages/templates/last-trade-revolution/images/TABLET/bg-hero.webp);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat !important;
        padding-bottom: 60px !important;
    }

    @media (max-width: 575px) {
        background: url(/assets/hfappnew/websites/landing-pages/templates/last-trade-revolution/images/MOBILE/bg-hero.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat !important;
    }
}

.hero h1 {
    line-height: 120% !important;
    max-width: 600px;
    text-transform: none !important;

    @media (max-width: 575px) {
        max-width: 400px;
    }
}

.body-lang-jp .hero h2 {
    max-width: 500px;

    @media (max-width: 991px) {
        max-width: 100%;
    }

    @media (max-width: 575px) {
        font-size: 20px !important;
        line-height: 120% !important;
    }

    @media (max-width: 450px) {
        font-size: 16px !important;
    }
}


.text-shadow {
    text-shadow: #07181B 2px 0 5px;
}

.body-lang-jp .hero .fs-24-res {
    @media (max-width: 400px) {
        font-size: 16px !important;
    }
}

.hero-div {
    width: 100%;
    height: 400px;

    @media (max-width: 575px) {
        height: 220px;
    }

    @media (max-width: 400px) {
        height: 190px;
    }
}

.hero-calendar {
    height: 20px;
}

.hero-graphic {
    height: 34px;

    @media (max-width: 575px) {
        height: 28px;
    }
}

/* ADVANTAGES */
.advantages {
    background: linear-gradient(0deg, #07181B 0%, #072D3D 100%);
    padding: 0 10px;
}

.advantages h3 {
    font-size: 35px !important;

    @media (max-width: 991px) {
        font-size: 24px !important;
    }

    @media (max-width: 575px) {
        font-size: 18px !important;
    }
}

.advantages h6 {
    font-size: 24px !important;

    @media (max-width: 991px) {
        font-size: 20px !important;
    }

    @media (max-width: 575px) {
        font-size: 14px !important;
    }
}

.body-lang-jp .advantages h6 {
    font-size: 24px !important;

    @media (max-width: 1199px) {
        font-size: 20px !important;
    }

    @media (max-width: 767px) {
        font-size: 14px !important;
    }

    @media (max-width: 575px) {
        font-size: 10px !important;
        text-wrap: nowrap !important;
    }
}

.advantages img {
    align-self: center;
    height: 40px;

    @media (max-width: 991px) {
        height: 30px;
    }

    @media (max-width: 575px) {
        height: 20px;
    }
}

.border-left-right {
    border-left: 2px solid rgba(255, 255, 255, 0.6);
    border-right: 2px solid rgba(255, 255, 255, 0.6);

    @media (max-width: 991px) {
        border-left: none;
        border-right: none;
    }
}

.border-right {
    border-right: 2px solid rgba(255, 255, 255, 0.6);

    @media (max-width: 991px) {
        border-right: none;
    }
}

/* PRIZES */
.prizes {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/assets/hfappnew/websites/landing-pages/templates/last-trade-revolution/images/DESKTOP/bg-prizes.webp);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat !important;
    position: relative;

    @media (max-width: 1199px) {
        background: url(/assets/hfappnew/websites/landing-pages/templates/last-trade-revolution/images/TABLET/bg-prizes.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat !important;
        padding-top: 40px !important;
    }

    @media (max-width: 575px) {
        background: url(/assets/hfappnew/websites/landing-pages/templates/last-trade-revolution/images/MOBILE/bg-prizes.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat !important;
    }
}

.prizes-graphic {
    width: 328px;
    transform: translateX(40%);

    @media (max-width: 1399px) {
        transform: translateX(20%);
    }

    @media (max-width: 1199px) {
        transform: translateX(0%);
    }

    @media (max-width: 360px) {
        width: 100%;
    }
}

.prize-container {
    background: linear-gradient(180deg, #113840 30%, #072029 70%, #072B39 100%);
    border-radius: 18px;
    border: 1px solid #8f8f8f;
    max-width: 653px;
    backdrop-filter: blur(27px);
    box-shadow: 0 4px 5px 0 #00000040 inset;
    padding: 0 !important;
    overflow: hidden;
}

.prize-title {
    background: linear-gradient(180deg, #072D3D -40%, #07181B 100%);
}

.prizes h3 {
    font-weight: 600;
    font-size: 44px !important;
    margin-bottom: 0 !important;

    @media (max-width: 360px) {
        font-size: 35px !important;
    }
}

.prize-pills {
    min-height: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.prize-pill {
    background: linear-gradient(16.28deg, rgba(255, 255, 255, 0.37) 20.3%, #000000 88.74%);
    border-radius: 78px;
    align-items: center;
    max-width: 249px !important;
    width: 249px;
    min-height: 68px;
    padding: 6px 30px 6px 8px;
    position: relative;
    z-index: 2;

    @media (max-width: 575px) {
        max-width: 100% !important;
    }
}

.prize-pill:before {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 78px;
    background: #2A4249;
    z-index: -1;
}

.prize-rank-img {
    width: 56px;
}

.prize-rank-img-2 {
    width: 80px;
}

/* HOW TO JOIN */
.how-to {
    padding-top: 40px !important;
    background: url(/assets/hfappnew/websites/landing-pages/templates/last-trade-revolution/images/DESKTOP/bg-howto.webp);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat !important;
    position: relative;

    @media (max-width: 991px) {
        background: url(/assets/hfappnew/websites/landing-pages/templates/last-trade-revolution/images/TABLET/bg-howto.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat !important;
        padding-top: 40px !important;
    }

    @media (max-width: 575px) {
        background: url(/assets/hfappnew/websites/landing-pages/templates/last-trade-revolution/images/MOBILE/bg-howto.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat !important;
    }
}

.how-to-copy {
    background: linear-gradient(137.95deg, #ECF8F8 2.28%, #DCDCDC 50.16%, #FFFFFF 99.62%),
    radial-gradient(57.92% 57.92% at 11.25% 94.58%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 4px 4px 0 #00000040;
    max-width: 464px;
    width: 100%;
    height: 69px;
    padding: 6px 50px 6px 40px;
    border-radius: 78px;
    gap: 2rem;
    position: relative;

    @media (max-width: 380px) {
        gap: 0.5rem;
    }
}

.body-lang-jp .how-to-copy .fs-24 {
    font-size: 16px !important;

    @media (max-width: 360px) {
        font-size: 14px !important;
    }
}

.copy-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy-btn img {
    width: 23px;
    height: auto;
}

.copy-btn:hover {
    opacity: 0.7;
}

.how-to-column {
    max-width: 540px;
    padding: 0;
    width: 100%;
}

.how-to b {
    font-weight: 700 !important;
}

.how-to-step {
    border-radius: 15px;
    box-shadow: 0px 12px 24px -4px #919EAB29;
    padding: 25px;

    @media (max-width: 1199px) {
        border-radius: 16px;
    }
}

.body-lang-jp .how-to-text {
    font-weight: 400 !important;
}

.how-to-step img {
    height: 48px;
    width: 48px;
}

.how-to-disclaimer {
    max-width: 800px;

    @media (max-width: 991px) {
        max-width: 600px;
    }
}

.body-lang-jp .how-to .fs-35 {
    @media (max-width: 500px) {
        font-size: 23px !important;
    }
}

.how-to .btn {
    text-decoration: none !important;
    margin-top: 0 !important;
}

/* LEADERBOARD */
.rankings {
    background: linear-gradient(0deg, #1B0707 0%, #430000 100%);
}

.rankings-icon {
    height: 44px;
}

table {
    border-radius: 16px;
    border-collapse: collapse;
    overflow: hidden;
}

.rankings-section table tr:first-child {
    border: none !important;
}

thead {
    background: linear-gradient(0deg, #07181B 0%, #072D3D 100%);
    position: relative;
    border: none !important;
}

tbody tr {
    background: #FEFEFE;
    border: 1px solid #16161633 !important;
}

tbody tr:nth-of-type(1), tbody tr:nth-of-type(3) {
    background: #F4F4F4;
}

tbody tr:nth-of-type(2) {
    background: #E9E9E9;
}

td {
    vertical-align: middle;
    margin-bottom: 0 !important;
}

/* LEADERBOARD MOBILE */
.ranking-second, .ranking-third {
    background: linear-gradient(0deg, #071F28 0%, #055654 100%);
    max-width: 150px;
    padding: 2rem 2rem 1rem;
    position: relative;

    @media (max-width: 460px) {
        padding: 2rem 0.5rem 1rem;
    }
}

.ranking-first {
    background: linear-gradient(0deg, #103C47 0%, #0D7B70 100%);
    border-radius: 30px 30px 0 0;
    padding: 3rem 2rem 1.5rem;
    max-width: 150px;
    min-height: 140px;
    position: relative;

    @media (max-width: 460px) {
        padding: 3rem 0.5rem 1.5rem;
    }
}

.ranking-second {
    border-radius: 20px 0 0 20px;
}

.ranking-third {
    border-radius: 0 20px 20px 0;
}

.ranking-img {
    height: 68px;
    transform: translateY(30%);
    z-index: 10;
}

.ranking-img-first {
    height: 80px;
    transform: translateY(30%);
    z-index: 10;
}

.ranking-column {
    background: linear-gradient(0deg, #123942 0%, #000000 100%);
    border-radius: 24px;
}

.ranking-row {
    background: #FEFEFEE5;
    border-radius: 18px;
    width: 100%;
}

/* FAQ */
.faq {
    background: black;
}
