.staking-solutions-hero {
    background: url("../assets/img/staking-solutions-hero-bg.png");
    background-size: contain;
    padding: 150px 8px 94px;
}

.staking-solutions-page-title {
    font-family: "Nobile";
    font-weight: 500;
    font-size: 45px;
    line-height: 58px;
    letter-spacing: 2%;
    color: #101828;
}

.staking-solutions-page-desc {
    font-family: "Inter";
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    max-width: 100%;
    color: #667085;
}

.staking-solutions-build-staking {
    padding: 48px 8px 84px;
}

.staking-solutions__actions {
    margin-top: 32px;
}

.build-staking-desc {
    color: #434656;
}

.build-staking-content {
    background-image: url("../assets/img/build-staking-bg.png");
    min-height: 648px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 53% 50%;
    padding-top: 45px;
}

.build-staking-card {
    padding: 32px;
    background: #eaecf0;
    border: 1px solid #ffffff1a;
    max-width: 408px;
    border-radius: 30px;
    height: fit-content;
}

.build-staking-card-first {
    margin-left: auto;
}

.build-staking-card__title {
    font-family: "Inter";
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
}

/* ================================================
   Built for Real Platforms, Not Generic Yield Section
   ================================================ */
.staking-solutions__real-platforms {
    padding: 78px 8px 0;
    background: linear-gradient(360deg, #6ea8f6 0%, #1570ef 100%);
}

.platform-layers-img {
    max-height: 500px;
}

.staking-solutions__real-platforms-desc {
    color: #b2ddff;
    margin: 32px 0;
}

.staking-solutions-feature__title {
    font-family: "Inter";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #ffffff;
}

.staking-solutions-feature__text {
    color: #b2ddff;
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
}

/* ================================================
   staking-fits Section
   ================================================ */

.staking-fits {
    background-color: #fff;
    padding: 112px 8px;
}

/* Section Header */
.staking-fits__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 44px;
}

.staking-fits__title {
    font-weight: 500;
    color: #101828;
    margin: 0 0 16px 0;
    letter-spacing: 0.72px;
}

.staking-fits__subtitle {
    max-width: 844px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #475467;
    margin: 0;
}

/* Cards Grid */
.staking-fits__cards {
    margin-bottom: 0;
}

/* staking-fits Card */
.staking-fits__card {
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #eaecf0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    box-shadow:
        0px 1px 1.5px rgba(16, 24, 40, 0.1),
        0px 1px 1px rgba(16, 24, 40, 0.06);
    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.staking-fits__card:hover {
    box-shadow: 0px 4px 12px rgba(16, 24, 40, 0.12);
    transform: translateY(-2px);
}

/* Card Number */
.staking-fits__card-number {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1570ef;
    line-height: 20px;
    margin: 0 0 16px 0;
}

/* Card Title */
.staking-fits__card-title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #101828;
    line-height: 24px;
    margin: 0 0 16px 0;
}

/* Card Description */
.staking-fits__card-desc {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #475467;
    line-height: 24px;
    margin: 0;
    flex-grow: 1;
}

/* ================================================
   staking-solutions-covers Section
   ================================================ */

.staking-solutions-covers {
    background-color: #fff;
    padding: 96px 8px;
}

/* Section Header */
.staking-solutions-covers__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 68px;
}

/* Cards Grid */
.staking-solutions-covers__cards {
    margin-bottom: 44px;
    row-gap: 12px;
    column-gap: 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

/* Card */
.staking-solutions-covers__card {
    background: linear-gradient(180deg, #f9fbff 0%, #eef5ff 100%);
    border: 1px solid #2376ef14;
    border-radius: 16px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    min-height: auto;
    box-shadow: 0px 1px 2px 0px #1018280d;

    transition: all 0.3s ease;
}

.staking-solutions-covers__card:hover {
    box-shadow: 0px 4px 12px rgba(16, 24, 40, 0.1);
    border-color: #d0d5dd;
}

/* Card Title */
.staking-solutions-covers__card-title {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #101828;
    line-height: 24px;
    margin: 0 0 10px 0;
}

/* Card Description */
.staking-solutions-covers__card-desc {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #475467;
    line-height: 22px;
    margin: 0;
}

/* Bottom Text Lines */
.staking-solutions-covers__bottom-line {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0e4dbb;
    line-height: 24px;
}

.staking-solutions-covers__bottom-line:last-child {
    margin-bottom: 0;
}

/* STAKING HOW */
.staking-solutions-how {
    background-color: #2e90fa40;
    padding: 96px 20px;
}

.staking-solutions-how__cards {
    padding: 0 12px;
    overflow-x: clip;
}

.staking-solutions-how__cards .slick-slide {
    height: 350px !important;
    width: 350px !important;
}

@media (min-width: 2200px) {
    .staking-solutions-how__cards {
        display: flex;
        gap: 24px;
        justify-content: center;
    }
}

/* Make Slick track use flexbox for equal heights */
.staking-solutions-how__cards.slick-initialized .slick-track {
    display: flex !important;
}

.staking-solutions-how__cards.slick-initialized .slick-slide {
    height: auto !important;
    display: flex !important;
}

.staking-solutions-how__cards.slick-initialized .slick-slide>div {
    display: flex;
    height: 100%;
    width: 100%;
}

.feature-slide.staking-solutions-now-slide {
    display: flex !important;
    height: 100%;
}

.numbered__card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Cards Grid */
.numbered__cards {
    margin-bottom: 0;
}

/* staking-fits Card */
.numbered__card {
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #eaecf0;
    border-radius: 16px;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    min-height: 320px;
    box-shadow:
        0px 1px 1.5px rgba(16, 24, 40, 0.1),
        0px 1px 1px rgba(16, 24, 40, 0.06);
    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.numbered__card:hover {
    box-shadow: 0px 4px 12px rgba(16, 24, 40, 0.12);
    transform: translateY(-2px);
}

/* Card Number */
.numbered__card-number {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1570ef;
    line-height: 20px;
    margin: 0 0 16px 0;

    width: 52px;
    height: 52px !important;
    background-color: #eff8ff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}

/* Card Title */
.numbered__card-title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0a2158;
    line-height: 24px;
    margin: 0 0 16px 0;
}

/* Card Description */
.numbered__card-desc {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #475467;
    line-height: 24px;
    margin: 0;
    flex-grow: 1;
}


.staking-solutions-contact {
    padding: 180px 0 90px;
}

.staking-solutions__contact-title {
    font-weight: 500;
}

.staking-solutions__contact-desc {
    font-size: 24px;
    max-width: 830px;
}

.staking-solutions-contact-btn {
    height: 60px !important;
}

.staking-solutions-now-slide {
    height: stretch !important;
}

@media (max-width: 1300px) {
    .token-launch-support__hero-wrapper {
        max-width: 474px;
    }

    .hero-section__btn--primary,
    .hero-section__btn {
        width: 75%;
        justify-content: center;
    }

}

@media (max-width: 1400px) {
    .platform-layers-img {
        bottom: 0;
        position: absolute;
    }

    .staking-solutions__real-platforms .staking-solutions-features__list {
        padding-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .staking-solutions-how {
        background-color: #2e90fa40;
        padding: 56px 20px 36px;
    }

    .staking-solutions-page-title {
        font-size: 32px;
        line-height: 40px;
    }

    .build-staking-card {
        max-width: 100%;
    }

    .staking-solutions-page-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .staking-solutions-hero {
        padding: 80px 8px 60px;
        background: #eff8ff;
    }

    .staking-solutions-build-staking {
        padding-bottom: 96px;
    }

    .staking-solutions__actions {
        margin: 24px 0 48px;
    }

    .staking-solutions__action-btn {
        width: unset;
        justify-content: center;
    }

    .build-staking-content {
        background: #fff;
    }

    .build-staking-bg {
        max-height: 422px;
    }

    .build-staking-content {
        padding-top: 24px;
    }

    .build-staking-content {
        gap: 24px;
        min-height: auto;
    }

    .numbered__card {
        margin: 0 !important;
    }

    .staking-solutions__real-platforms {
        padding: 48px 8px 56px;
    }

    .platform-layers-img {
        max-height: 300px;
        position: relative;
    }

    .staking-solutions__real-platforms-desc {
        margin: 24px 0;
    }

    .platform-layers-gradient {
        height: 116px;
        width: stretch;
        bottom: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(49, 130, 241, 0) 0%, #3182f1 100%);
    }

    .staking-solutions-feature__title {
        margin-bottom: 4px;
    }

    .staking-fits {
        padding: 56px 8px 36px;
    }

    .staking-fits__header {
        margin-bottom: 24px;
    }

    .staking-fits__card-title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
    }

    .staking-fits__cards {
        gap: 24px;
    }

    .staking-solutions-covers {
        padding: 48px 8px 96px;
    }

    .staking-solutions-covers__header {
        margin-bottom: 0px;
    }

    .staking-solutions-covers__card-title {
        font-size: 15px;
        line-height: 22px;
    }

    .staking-solutions-covers__card-desc {
        font-size: 13px;
        line-height: 20px;
    }

    .staking-solutions-covers__bottom-text {
        margin-top: 64px;
    }

    .staking-solutions-covers__cards {
        display: flex;
    }

    .staking-solutions-covers__bottom-line {
        font-weight: 400;
    }

    .staking-solutions-contact {
        padding: 96px 0;
    }

    .staking-solutions__contact-title {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
    }

    .staking-solutions__contact-desc {
        font-size: 20px;
        line-height: 24px;
    }

    .staking-solutions-contact-btn {
        height: 44px;
    }
}

@media (max-width: 768px) {
    .staking-solutions-covers {
        padding: 64px 8px;
    }
}

@media (max-width: 576px) {
    .numbered__card {
        min-height: 366px;
    }
}