.staking-solutions-hero {
    background: url("../assets/img/staking-solutions-hero-bg.png");
    background-size: contain;
    padding: 84px 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: 500px;
    color: #667085;
}

.build-staking-section {
    padding: 48px 0 96px;
    background-color: #f9fafb;
}

.build-staking-section__title {
    font-family: "Nobile";
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #101828;
    margin-bottom: 40px;
}

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

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

.build-staking-content-wrapper {
    margin: 42px 0;
    gap: 70px;
}

.build-staking-content-cards {
    gap: 32px;
}

.build-staking-feature__card {
    height: fit-content;
}

.build-staking-feature-card__title {
    font-family: "Inter";
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    font-weight: 400;
    color: #101828;
    padding-bottom: 8px;
    border-bottom: 0.5px solid #101828;
}

.staking-dashboard-portal-img {
    max-width: 580px;
    margin: auto;
    width: 100%;
}

/* ================================================
   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-wrapper {
    background-color: #fff;
    padding: 112px 0;
}

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

.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-img {
    height: 48px;
    width: 48px;
}

/* Card Title */
.staking-fits__card-title-txt {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: #101828;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0%;
    vertical-align: middle;
}

/* 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;
}

.staking-solutions-covers__title-section {
    margin-bottom: 32px;
}

/* Section Header */
.staking-solutions-covers__header-section {
    margin-bottom: 44px;
}

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

/* Card */
.staking-solutions-covers__feature-card {
    background: #ffffff;
    border: 1px solid #eaecf0;
    border-radius: 24px;
    padding: 32px 24px;
    min-height: auto;
    box-shadow: 0px 1px 2px 0px #1018280d;
    gap: 20px;
    transition: all 0.3s ease;
}

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

/* Card Title */
.staking-solutions-covers__feature-card-title {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: #101828;
    line-height: 24px;
    margin: 0 0 8px 0;
    font-weight: 400;
    letter-spacing: 0%;
    vertical-align: middle;
}

/* Card Description */
.staking-solutions-covers__feature-card-desc {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #667085;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0%;
    vertical-align: middle;
}

/* Bottom Text Lines */
.staking-solutions-covers__bottom-note {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #667085;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    max-width: 1186px;
}

/* STAKING HOW */
.staking-solutions-how-wrapper {
    background-color: #1570ef;
    padding: 112px 0;
}

.staking-container {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.staking-solutions-how__cards {
    display: flex;
    overflow-x: clip;
    gap: 24px;
}

.staking-solution-how-p {
    color: #FFF;
    text-align: center;
    font-family: var(--Face-Inter, Inter);
    font-size: var(--Size-16, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Line-Height-24, 24px);
}

.staking-solutions-covers__title {
    color: var(--White, #101828) !important;
    text-align: center;

    /* New/H2 Medium */
    font-family: var(--Face-Nobile, Nobile);
    font-size: var(--Size-36, 36px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Line-Height-48, 48px);
    /* 133.333% */
    letter-spacing: 0.72px;
}

/* 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 */
.staking-solutions-numbered__card-img {
    height: 48px;
    width: 48px;
    margin-bottom: 16px;
}

/* Card Title */
.staking-solutions-numbered__card-title {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: #101828;
    line-height: 24px;
    margin: 0 0 16px 0;
    font-weight: 500;
    letter-spacing: 0%;
    vertical-align: middle;
}

/* 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;
}

/* Navigation Container */
.staking-solutions-how-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    /* Space between cards and arrows */
    width: 100%;
}

/* Custom Arrow Styling */
.staking-nav-btn {
    background: #ffffff;
    border: 1px solid #eaecf0;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.slick-prev-custom:hover,
.slick-next-custom:hover {
    background: #f9fafb;
    border-color: #d0d5dd;
    color: #1570ef;
}

.slick-disabled {
    box-shadow: 0px 1px 2px 0px #1018280d;
    cursor: not-allowed !important;
    background: #1018280d;
    border-color: #eaecf0;
}

/* Hide default Slick arrows if they appear */
.slick-prev,
.slick-next {
    display: none !important;
}

.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 {
    display: flex !important;
    padding: 20px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    flex-shrink: 0 !important;
    align-self: stretch !important;
    border-radius: 16px !important;
    border: 1px solid var(--Border-Card-200, #EAECF0) !important;
    background: var(--White, #FFF) !important;
    height: 400px !important;
}

@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: 1200px) {
    .build-staking-content-cards {
        flex-direction: column;
    }

    .build-staking-section__title {
        margin-bottom: 24px;
    }
}

@media (max-width: 992px) {
    .staking-solutions-page-title {
        font-size: 32px;
        line-height: 40px;
    }

    .build-staking-section__title {
        font-size: 20px;
        line-height: 24px;
        font-family: "Inter";
    }

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

    .build-staking-content-wrapper {
        margin: 0;
        gap: 20px;
    }

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

    .staking-solutions-how-wrapper {
        padding: 48px 8px 36px;
    }

    .staking-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

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

    .build-staking-section {
        padding: 48px 8px 56px;
    }

    .build-staking-feature-card__title {
        font-size: 18px;
    }

    .build-staking-card__desc {
        font-size: 14px;
        line-height: 20px;
    }

    .build-staking-content-cards {
        gap: 24px;
    }

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

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

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

    .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-wrapper {
        padding: 48px 8px 56px;
    }

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

    .staking-fits__card-title-txt {
        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-section {
        margin-bottom: 24px;
    }

    .staking-solutions-covers__title-section {
        margin-bottom: 24px;
    }

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

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

    .staking-solutions-covers__bottom-note {
        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;
    }

    .staking-solutions-how__cards {
        margin: 0 24px 0;
    }

    .staking-solutions-how {
        padding: 24px 0px 0px;
    }

    .faq {
        padding: 24px 0 40px;
    }

    .staking-solutions-how__cards .slick-dots li.slick-active button:before {
        color: #FFF !important;
        opacity: 1;
    }
}

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

    .staking-dashboard-portal-img {
        max-width: 330px;
    }
}

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

    .staking-solutions-how__cards {
        margin: 0;
    }
}

.staking-covers-cards__dots {
    display: none;
}

@media (max-width: 991.98px) {
    .staking-covers-cards__slider {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 0 !important;
        padding-bottom: 0.5rem;
    }

    .staking-covers-cards__slider::-webkit-scrollbar {
        display: none;
    }

    .staking-covers-cards__slider>.staking-covers-cards__slide {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        scroll-snap-align: center;
        padding: 0 8px !important;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .staking-covers-cards__dots {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 16px 0 0;
    }

    .staking-covers-cards__dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: none;
        background-color: #F2F4F7;
        cursor: pointer;
        padding: 0;
        transition: background-color 0.25s ease, transform 0.25s ease;
        transform: scale(1.2) !important;
    }

    .staking-covers-cards__dot.staking-covers-cards__dot--active {
        background-color: #1570EF !important;
        transform: scale(1.2);
    }
}

.staking-fits-cards__dots {
    display: none;
}

@media (max-width: 991.98px) {
    .staking-fits-cards__slider {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 0 !important;
        padding-bottom: 0.5rem;
    }

    .staking-fits-cards__slider::-webkit-scrollbar {
        display: none;
    }

    .staking-fits-cards__slider>.staking-fits-cards__slide {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        scroll-snap-align: center;
        padding: 0 8px !important;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .staking-fits-cards__dots {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 16px 0 0;
    }

    .staking-fits-cards__dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: none;
        background-color: #F2F4F7;
        cursor: pointer;
        padding: 0;
        transition: background-color 0.25s ease, transform 0.25s ease;
        transform: scale(1.2) !important;
    }

    .staking-fits-cards__dot.staking-fits-cards__dot--active {
        background-color: #1570EF !important;
        transform: scale(1.2);
    }
}

.staking-how-cards__dots {
    display: none;
}

@media (max-width: 991.98px) {
    .staking-how-cards__slider {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 0 !important;
        padding-bottom: 0.5rem;
    }

    .staking-how-cards__slider::-webkit-scrollbar {
        display: none;
    }

    .staking-how-cards__slider>.staking-how-cards__slide {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        scroll-snap-align: center;
        padding: 0 8px !important;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .staking-how-cards__dots {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 16px 0 0;
    }

    .staking-how-cards__dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: none;
        background-color: #f2f4f7b0;
        cursor: pointer;
        padding: 0;
        transition: background-color 0.25s ease, transform 0.25s ease;
        transform: scale(1.2) !important;
    }

    .staking-how-cards__dot.staking-how-cards__dot--active {
        background-color: #FFFFFF !important;
        transform: scale(1.2);
    }

    .hide-mobile {
        display: none !important;
    }
}