.common__title {
    color: #101828;
    text-align: center;
    font-family: var(--Face-Nobile, Nobile);
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0.9px;
    margin-bottom: 8px;
}

.common__desc {
    color: #475467;
    text-align: center;
    font-family: var(--Face-Inter, Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* =============================================
   Book Strategy Section
   ============================================= */
.book-strategy {
    padding: 80px 0;
    background: linear-gradient(128deg,
            rgba(83, 169, 255, 0.5) 59.58%,
            rgba(195, 239, 255, 0.5) 92.24%);
    /* box-shadow: 0 0 250px 0 rgba(255, 255, 255, 0.68); */
}

.book-strategy__header {
    max-width: 860px;
    /* margin: 0 auto 100px; */
}

.book-strategy__title {
    color: #fff;
    text-align: center;
    font-family: var(--Face-Nobile, Nobile);
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0.9px;
}

.book-strategy__desc {
    color: #fff;
    text-align: center;
    font-family: var(--Face-Inter, Inter);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.btn-light {
    height: 60px;
    padding: 18px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #fff;

    color: #1570ef;
    font-family: var(--Face-Inter, Inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* =============================================
   Design System Section
   ============================================= */
.design-system {
    padding: 96px 8px;
}

.section-tag {
    color: #175cd3;
    text-align: center;
    font-family: var(--Face-Inter, Inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.design-system .card-light {
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 24px;
    border: 1px solid #eaecf0;
    background: #fff;
}

.number-badge {
    display: flex;
    width: 52px;
    height: 52px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #eff8ff;

    color: #1570ef;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* =============================================
   Payment Infrastructure Section
   ============================================= */
.payment-infra-wrapper {
    background: #1570ef;
    padding: 100px 8px;
    text-align: center;
}

.payment-infra__header-section {
    max-width: 720px;
    margin: 0 auto 44px;
}

.payment-infra-badge {
    border: 1px solid var(--Light-Blue-200, #b2ddff);
}

.card-payment-desc {
    max-width: 770px;
    margin: 0 auto;
    color: #434656;
}

.card-custom {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 21px !important;
    border-radius: 16px !important;
    padding: 24px !important;
    text-align: left !important;
    transition: all 0.25s ease !important;
    border: 1px solid rgba(196, 197, 217, 0.05) !important;
}

.card-custom:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}

.icon-box {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 14px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: rgba(21, 112, 239, 0.1);
}

.card-title {
    margin-bottom: 0;
    color: #191c1e;
    font-family: var(--Face-Inter, Inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.card-text {
    color: #434656;
    font-family: var(--Face-Inter, Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* =============================================
   Global Token Sales Section
   ============================================= */
.global-sales {
    display: flex;
    padding: 48px 0 96px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}

.global-sales__header {
    margin-bottom: 48px;
}

.global-sales .feature-cards {
    grid-template-columns: repeat(3, 1fr);
}

.global-sales__card-title {
    color: #475467;
    text-align: center;
    font-family: var(--Face-Inter, Inter);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.global-sales__card-text {
    color: #98a2b3;
    text-align: center;
    font-family: var(--Face-Inter, Inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.visual-box {
    display: flex;
    height: 332px;
    padding: 32px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 24px;
    background: #eff8ff;
}

.circle {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.lblue {
    background: #d9eafe;
}

/* =============================================
   Unified Allocation Section
   ============================================= */
.unified-allocation-wrapper {
    padding: 100px 0;
    display: flex;
    align-items: flex-start;
    gap: 48px;
}

.unified-allocation-content {
    flex: 1;
    min-width: 0;
}

.unified-allocation-right-section {
    width: 574px;
    flex-shrink: 0;
}

.unified-allocation__title {
    color: #101828;
    font-family: var(--Face-Nobile, Nobile);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0.72px;
    margin-bottom: 32px;
}

.unified-allocation__desc {
    color: #475467;
    font-family: var(--Face-Inter, Inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

.unified-allocation-wrapper .unified-allocation__list {
    margin: 0;

    color: #667085;
    font-family: var(--Face-Inter, Inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.unified-allocation-wrapper .custom-list-title {
    color: #101828;
    font-family: var(--Face-Inter, Inter);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.unified-allocation-wrapper .unified-allocation__list li {
    display: flex;
    gap: 10px;
    align-items: center;

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
    margin-bottom: 8px;
}

.unified-allocation-side-card {
    border-radius: 30px;
    background: #1570ef;
    display: flex;
    padding: 40px 32px 48px 32px;
    flex-direction: column;
    gap: 32px;
    align-self: stretch;
    color: white;
}

.right-side-card-title {
    color: var(--Neutral-100, #fefefe);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.unified-allocation-side-card p {
    color: #fff;
    font-family: var(--Face-Inter, Inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.service-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.service-list li {
    display: list-item;
    color: #fff;
    font-family: var(--Face-Inter, Inter);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.service-list li>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-list li::marker {
    color: #fff;
}

.service-list li:last-child {
    border-bottom: none;
}

.unified-allocation-contact-card {
    background: var(--BG-50, #f9fafb);
    gap: 16px;

    h5 {
        color: #475467;
    }

    p {
        color: #667085;
        font-family: "Inter";
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0%;
    }
}

.unified-allocation__socials {
    gap: 12px;
}

.contact-btn {
    border: none;
    display: flex;
    height: 44px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-md, 8px);
    align-self: stretch;
    border-radius: var(--spacing-8, 8px);
    background: var(--BG-50, #f9fafb);

    color: #1570ef;
    font-family: var(--Face-Inter, Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.contact-btn:hover {
    background: #f1f5f9;
}

@media (max-width: 1200px) {
    .unified-allocation-right-section {
        max-width: 374px;
    }
}

@media (max-width: 992px) {
    .unified-allocation-wrapper {
        flex-direction: column;
        gap: 24px;
        padding: 24px 8px;
    }

    .unified-allocation-right-section {
        width: 100%;
        max-width: unset;
    }

    .unified-allocation__title {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .unified-allocation__desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .unified-allocation__list {
        padding-left: 8px;
    }

    .unified-allocation-wrapper .unified-allocation__list li {
        position: relative;
        list-style: none;
        margin-bottom: 0.5rem;
        font-size: 16px;
    }

    .unified-allocation-wrapper .custom-list-title {
        color: #475467;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .payment-infra-wrapper {
        padding: 48px 8px;
    }
}

/* =============================================
   Token Sale Section
   ============================================= */
.token-sale {
    padding: 48px 0 96px 0;
}

.token-sale__header {
    max-width: 968px;
    margin: 0 auto 48px;
}

.token-sale-big-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-radius: 24px;
    border: 1px solid var(--Border-Card-200, #eaecf0);
    background: url("../assets/img/multi-bg-1.png") left / cover no-repeat;
    overflow: hidden;
    padding: 40px;
    color: white;
    text-align: left;
    height: 883px;
}

.token-sale-big-card-title {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.big-card-text {
    color: #fff;
    font-family: var(--Face-Inter, Inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.token-sale-info-card {
    display: flex;
    text-align: left;
    color: white;
    height: 100%;

    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid var(--Border-Card-200, #eaecf0);
    background: var(--White, #fff);
}

.token-sale-info-card h5 {
    color: var(--Text-Black-900, #101828);
    font-family: "Inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 120% */
}

.token-sale-info-card p {
    font-family: var(--Face-Inter, Inter);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--Text-Secondary-Grey-500, #667085);
}

.token-sale-info-card-img {
    height: 64px;
    margin-bottom: 12px;
}

@media (max-width: 992px) {
    .token-sale-big-card {
        height: 483px;
        padding: 40px 24px;
    }

    .token-sale-big-card-title {
        max-width: 210px;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

    .big-card-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .token-sale-info-card h5 {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

    .token-sale-info-card p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
}

/* =============================================
   Card Payment Section
   ============================================= */
.card-payment {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 48px 0 96px 0;
}

.card-payment__header {
    max-width: 968px;
    margin: 0 auto;
}

.block-title {
    color: #101828;
    font-family: var(--Face-Inter, Inter);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.right-block-text {
    color: #475467;
    font-family: var(--Face-Inter, Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.content-flex {
    display: flex;
    gap: 34px;
    align-items: stretch;
}

.left-block,
.right-block {
    flex: 1;
    display: flex;
}

.left-info-block {
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.right-block {
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
}

.right-info-block {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #eaecf0;
    background: #fff;
}

.card-payment__actions-wrapper {
    display: none;
}

.left-block-title {
    color: var(--Text-Black-900, #101828);
    font-family: "Inter";
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

@media (max-width: 992px) {
    .card-payment-title {
        font-family: var(--Face-Nobile, Nobile) !important;
    }

    .card-payment-desc {
        color: #475467;
    }

    .content-flex {
        flex-direction: column;
    }

    .card-payment__actions-wrapper {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }

    .card-payment {
        gap: 24px;
        padding: 24px 0 48px 0;
    }

    .right-block-text {
        font-size: 14px;
    }

    .token-sale {
        padding: 48px 0 48px 0;
    }

    .design-system {
        padding: 24px 8px;
    }

    .global-sales {
        padding: 48px 0 48px 0;
    }
}

/* =============================================
   Accept Card Payment Section
   ============================================= */
.accept-card {
    padding: 48px 8px 48px;
}

.accept-card-flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url('../assets/img/token-presale-card-payment.png') center center / cover no-repeat;
    border-radius: 20px;
    padding: 96px 80px;
    margin-bottom: 24px;
}

.accept-card__title {
    color: #000;
    font-family: var(--Face-Nobile, Nobile);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0.72px;
}

.accept-card__desc {
    color: #101828;
    font-family: var(--Face-Inter, Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.accept-card-left {
    flex: 0.9;
    display: flex;
    justify-content: center;
}

.accept-card-left img {
    width: 400px;
}

.accept-card-right {
    flex: 1;
}

.accept__card-feature-box {
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid #eaecf0;
    background: #f9fafb;
}

.accept__card-feature-box h6 {
    font-size: 18px;
    color: #101828;
    font-family: "Inter";
    font-weight: 500;
    line-height: 24px;
}

.accept__card-feature-box-img {
    height: 48px;
    width: 48px;
}

.accept__card-feature_desc {
    color: #475467;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 992px) {
    .accept-card__title {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }

    .accept-card-flex-wrapper {
        flex-direction: column;
        gap: 50px;
        text-align: center;
        padding: 60px 20px;
    }

    .accept-card-right {
        text-align: center;
    }

    .accept-card__desc {
        color: #475467;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .accept-card-flex-wrapper {
        background: url('../assets/img/token-presale-card-payment-mobile.png') center center / cover no-repeat;
    }
}

/* =============================================
   Main Multi Chain Section
   ============================================= */
.multi-chain {
    padding: 120px 8px;
    background: url("../assets/img/token-launch-platform-bg.png"), #eff8ff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.multi-chain-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.multi-chain__header {
    max-width: 500px;
    margin: 0 auto;
}

.multi-chain__title {
    color: #101828;
    font-family: var(--Face-Nobile, Nobile);
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: 0.9px;
    margin-bottom: 8px;
}

.multi-chain__desc {
    color: #101828;
    font-family: var(--Face-Inter, Inter);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 48px;
}

.multi-chain__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn {
    display: flex !important;
    height: 44px !important;
    padding: 12px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: var(--spacing-md, 8px) !important;
    border-radius: var(--spacing-8, 8px) !important;
}

.btn-primary {
    border: 1px solid #1570ef !important;
    background: #1570ef !important;
}

.btn-light {
    color: #1570ef !important;
    border-radius: 8px !important;
    border: 1px solid #1570ef !important;
    background: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(40px) !important;
}

.btn-light:hover {
    color: #1570ef !important;
    background: #fff !important;
    border: 1px solid #1570ef !important;
}

@media (max-width: 992px) {
    .multi-chain {
        padding: 80px 8px;
    }

    .multi-chain-content {
        flex-direction: column;
    }

    .multi-chain__title {
        font-size: 36px;
        line-height: 48px;
        letter-spacing: 0.72px;
    }

    .multi-chain__actions {
        flex-direction: column;
    }
}

/* =============================================
   Contact Section
   ============================================= */

@media (max-width: 992px) {
    .contact__title {
        font-size: 36px;
        font-weight: 500;
        line-height: 48px;
        letter-spacing: 0.72px;
    }

    .contact__desc {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }

    .contact .btn-white {
        width: 100%;
    }
}

/* =============================================
   Common Responsive Styles CSS
   ============================================= */

@media (max-width: 992px) {
    .common__title {
        color: #101828;
        text-align: center;
        font-family: var(--Face-Inter, Inter);
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
    }

    .section__title {
        font-size: 24px !important;
        font-weight: 500 !important;
        line-height: 32px !important;
    }
}

/* Approach Steps */
.approach-steps__dots {
    display: none;
}

@media (max-width: 991.98px) {
    .approach-steps__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;
    }

    .approach-steps__slider::-webkit-scrollbar {
        display: none;
    }

    .approach-steps__slider>.approach-steps__slide {
        flex: 0 0 85% !important;
        max-width: 85% !important;
        width: 85% !important;
        scroll-snap-align: center;
        padding: 16px !important;
        margin: 0 4px !important;
        box-sizing: border-box;
    }

    .approach-steps__dots {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 16px 0 0;
    }

    .approach-steps__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;
    }

    .approach-steps__dot.approach-steps__dot--active {
        background-color: #1570EF !important;
        transform: scale(1.2);
    }
}

.feature-cards__dots {
    display: none;
}

@media (max-width: 991.98px) {
    .feature-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;
    }

    .feature-cards__slider::-webkit-scrollbar {
        display: none;
    }

    .feature-cards__slider>.feature-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;
    }

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

    .feature-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;
    }

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

.problems-cards__dots {
    display: none;
}

@media (max-width: 991.98px) {
    .problems-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;
    }

    .problems-cards__slider::-webkit-scrollbar {
        display: none;
    }

    .problems-cards__slider>.problems-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;
    }

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

    .problems-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;
    }

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