.play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

    .video-container {
        position: relative;
    }




    /* Reset and Base Styles */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    :root {
        --primary-color: #eb8153;
        --primary-background: #3b3363;
        --secondary-background: #2c254a;
        --white-100: #ffffff;
        --white-60: rgba(255, 255, 255, 0.6);
        --white-10: rgba(255, 255, 255, 0.1);
        --white-5: rgba(255, 255, 255, 0.05);
        --text-light: #718ebf;
        --black-100: #000510;
    }

    body {
        font-family: 'Poppins', sans-serif;
        background: linear-gradient(180deg, #3b3363 0%, #0f0d1b 100%);
        color: var(--white-100);
        overflow-x: hidden;
    }

    /* Fixed Navigation */
    .fixed-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: rgba(17, 17, 17, 0.1);
        backdrop-filter: blur(7.5px);
        -webkit-backdrop-filter: blur(7.5px);
        padding: 12px 40px;
    }

    .nav-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1440px;
        margin: 0 auto;
    }

    .logo {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .logo-icon {
        position: relative;
        width: 29px;
        height: 24px;
    }

    .logo-square {
        position: absolute;
        width: 17px;
        height: 17px;
        top: 3px;
        transform: rotate(46.04deg);
    }

    .logo-square.primary {
        left: 3px;
        background: var(--primary-color);
    }

    .logo-square.outline {
        left: 9px;
        border: 1px solid var(--white-100);
    }

    .logo-text {
        color: #FFF;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal
    }

    .nav-content {
        display: flex;
        align-items: center;
        gap: 32px;
        flex: 1;
        justify-content: flex-end;
    }

    .nav-links {
        display: flex;
        align-items: center;
        gap: 36px;
    }

    .nav-links a {
        font-weight: 500;
        font-size: 14px;
        text-decoration: none;
        transition: color 0.3s ease;

        color: #FFF;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
    }

    .nav-links a:hover {
        color: var(--primary-color);
    }

    .login-btn {
        background: var(--primary-color);
        color: var(--white-100);
        border: none;
        padding: 8px 16px;
        border-radius: 8px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 14px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .login-btn:hover {
        background: #d16d3f;
    }

    /* Main Container */
    .main-container {
        position: relative;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    /* Background Elements */
    .background-elements {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .bg-image {
        position: absolute;
        width: 2422px;
        height: 1941px;
        top: 0;
        left: 698px;
        background: url('/image.png') 50% 50% / cover;

    }

    .design-elements-1 {
        position: absolute;
        width: 362px;
        height: 984px;
        top: 1446px;
        left: 286px;
        background: url('/design-elements-2.png') no-repeat;
        transform: rotate(180deg);
    }

    .design-elements-2 {
        position: absolute;
        width: 648px;
        height: 864px;
        top: 1510px;
        left: 0;
        background: url('/design-elements-3.png') no-repeat;
        transform: rotate(180deg);
    }

    .canvas-bg {
        position: absolute;
        width: 1440px;
        height: 850px;
        top: 329px;
        left: 698px;
        background: url('/canvas.png') 50% 50% / cover;
    }

    .glow-effect {
        position: absolute;
        background: #5772ff;
        border-radius: 50%;
        filter: blur(120px);
    }


    .glow-1 {
        width: 706px;
        height: 406px;
        top: 736px;
        left: 933px;

    }

    .glow-2 {
        width: 100px;
        height: 500px;
        top: 536px;
        left: 1078px;
        filter: blur(128px);
    }

    .glow-3 {
        width: 506px;
        height: 506px;
        top: 835px;
        left: 0;
    }

    .glow-4 {
        width: 106px;
        height: 106px;
        top: -42px;
        left: 1334px;
    }



    /* Decorative Coins */
    .decorative-coins {
        position: absolute;
        top: 194px;
        left: 145px;
        width: 1150px;
        height: 432px;
    }

    .coin {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .coin img {
        object-fit: cover;
    }

    .coin-1 {
        width: 77px;
        height: 77px;
        top: -30px;
        left: 0;
        background: rgba(254, 231, 21, 0.2);
        border-radius: 50%;
    }

    .coin-1 img {
        width: 47px;
        height: 47px;
    }

    .coin-2 {
        width: 91px;
        height: 91px;
        top: 239px;
        left: 70px;

    }

    .coin-2 .coin-bg {
        position: absolute;
        width: 67px;
        height: 67px;
        top: 12px;
        left: 12px;
        background: rgba(90, 40, 176, 0.2);
        border-radius: 50%;
        transform: rotate(30deg);
    }

    .coin-2 img {
        position: relative;
        width: 40px;
        height: 40px;
        z-index: 1;
    }

    .coin-3 {
        width: 134px;
        height: 134px;
        top: -30px;
        left: 100%;
    }

    .coin-3 .coin-bg {
        position: absolute;
        width: 98px;
        height: 98px;
        top: 18px;
        left: 18px;
        background: rgba(204, 49, 61, 0.4);
        border-radius: 50%;
        transform: rotate(30deg);

    }

    .coin-3 img {
        position: relative;
        width: 59px;
        height: 59px;
        z-index: 1;

    }

    .coin-4 {
        width: 91px;
        height: 91px;
        top: 80%;
        left: 90%;

    }

    .coin-4 .coin-bg {
        position: absolute;
        width: 75px;
        height: 75px;
        top: 8px;
        left: 8px;
        background: rgba(51, 135, 90, 0.2);
        border-radius: 50%;
        transform: rotate(-15deg);
    }

    .coin-4 img {
        position: relative;
        width: 50px;
        height: 50px;
        z-index: 1;
    }

    /* Header Section */
    .header-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        width: 100%;
        max-width: 914px;
        margin: 120px auto 0;
        padding: 12px;
        position: relative;
        z-index: 10;
    }

    .header-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        width: 100%;
    }

    .main-title {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        line-height: 1.2;
    }

    .title-normal {
        color: #FFF;

        text-align: center;
        font-family: Poppins;
        font-size: 55px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        /* 66px */
        letter-spacing: -1.65px;
    }

    .title-highlight {
        font-weight: 600;
        font-size: 70px;
        color: var(--primary-color);
        letter-spacing: -1.47px;
    }

    .subtitle {
        width: 100%;
        max-width: 557px;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        color: var(--white-100);
        text-align: center;
        line-height: 180%;
    }

    .title-lines {
        display: flex;
        align-items: center;
        gap: 48px;
        width: 100%;
    }

    .line {
        flex: 1;
        height: 1px;
        background-size: contain;
        background-color: #EB8153;
    }

    .cta-buttons {
        display: flex;
        align-items: center;
        gap: 28px;
    }

    .btn-primary,
    .btn-secondary {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 28px;
        padding: 16px 32px;
        border-radius: 70px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 18px !important;
        border: 1px solid var(--primary-color);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .btn-primary {
        background: var(--primary-color);
        color: var(--white-100);
    }

    .btn-primary:hover {
        background: #d16d3f;
    }

    .btn-secondary {
        background: rgba(26, 26, 26, 0.1);
        color: var(--white-100);
        backdrop-filter: blur(7.5px);
        -webkit-backdrop-filter: blur(7.5px);
        width: 306px;
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .btn-secondary:hover {
        background: rgba(26, 26, 26, 0.2);
    }

    .arrow-icon {
        width: 24px;
        height: 24px;
    }

    /* Video Card */
    .video-card {
        width: 886px;
        height: 518px;
        position: relative;
    }

    .video-container {
        position: relative;
        width: 100%;
        height: 100%;
        background: rgba(33, 33, 33, 0.32);
        border-radius: 14px;
        border: 1.75px solid rgba(255, 255, 255, 0.32);
        padding: 23px;
    }

    .video-content {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.004);
        border-radius: 10.51px;
        overflow: hidden;
        box-shadow: 0px 9.35px 29.22px rgba(0, 0, 0, 0.55);
    }

    .video-bg {
        width: 100%;
        height: 100%;
        background: url('/video.png') 50% 50% / cover;
        border-radius: 14px;
        box-shadow: 0px -17.51px 175.1px rgba(68, 20, 187, 0.75);
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
        cursor: pointer;
    }

    .play-btn-bg {
        position: absolute;
        background: var(--white-100);
        border-radius: 50%;
    }

    .play-btn-outer {
        width: 100px;
        height: 100px;
        top: 0;
        left: 0;
        opacity: 0.1;
    }

    .play-btn-middle {
        width: 82px;
        height: 82px;
        top: 9px;
        left: 9px;
        opacity: 0.4;
    }

    .play-btn-inner {
        width: 60px;
        height: 60px;
        top: 20px;
        left: 20px;
        opacity: 1;
    }

    .play-icon {
        position: absolute;
        width: 14px;
        height: 16px;
        top: 42px;
        left: 43px;
        color: var(--primary-color);
    }






















    /* How It Works Section */



    /* Base Styles (Mobile-first) */
    .how-it-works-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        /* Reduced gap for smaller screens */
        width: 100%;
        max-width: 1400px;
        margin: 5rem auto 0;
        /* Adjusted margin for smaller screens */
        padding: 0 15px;
        /* Adjusted padding */
        position: relative;
        z-index: 10;
    }

    .section-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        /* Adjusted gap */
        width: 100%;
    }

    .section-subtitle {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 14px;
        /* Smaller font size for mobile */
        letter-spacing: -0.32px;
        line-height: 1.2;
    }

    .text-white {
        color: var(--white-100);
    }

    .text-primary {
        color: var(--primary-color);
    }

    .section-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 28px;
        /* Smaller font size for mobile */
        color: var(--white-100);
        text-align: center;
        letter-spacing: -0.24px;
        line-height: 1.2;
    }

    .journey-diagram {
        position: relative;
        width: 100%;
        height: 700px;
        /* Adjusted height for smaller screens, will be adjusted further */
        overflow: hidden;
        /* Hide overflowing parts for smaller screens */
    }

    .central-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 300px;
        /* Smaller initial size */
        height: 300px;
    }

    .circle-rings {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .ring {
        position: absolute;
        border: 1.5px solid rgba(255, 255, 255, 0.1);
        /* Thinner border */
        border-radius: 50%;
    }

    .ring-1 {
        width: 200px;
        /* Smaller size */
        height: 200px;
        top: 50px;
        /* Adjusted position */
        left: 50px;
        /* Adjusted position */
    }

    .ring-2 {
        width: 250px;
        /* Smaller size */
        height: 250px;
        top: 25px;
        /* Adjusted position */
        left: 25px;
        /* Adjusted position */
        opacity: 0.6;
    }

    .ring-3 {
        width: 300px;
        /* Smaller size */
        height: 300px;
        top: 0;
        left: 0;
        opacity: 0.4;
    }

    .crypto-cards {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .crypto-card {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        /* Reduced gap */
        padding: 20px 10px;
        /* Reduced padding */
        width: 140px;
        /* Smaller card size */
        height: 150px;
        background: rgba(255, 255, 255, 0.05);
        border: 0.5px solid rgba(255, 255, 255, 0.1);
        /* Thinner border */
        border-radius: 8px;
        /* Smaller border-radius */
        box-shadow: 0px 5px 15px rgba(9, 9, 9, 0.32);
        /* Smaller shadow */
        backdrop-filter: blur(8px);
        /* Adjusted blur */
        -webkit-backdrop-filter: blur(8px);
    }

    .bitcoin-card {
        top: 100px;
        /* Adjusted position */
        left: 150px;
        /* Adjusted position */
        margin-left: 0 !important;
        /* Reset margin */
    }

    .ethereum-card {
        top: 50px;
        /* Adjusted position */
        left: 20px;
        /* Adjusted position */
        margin-left: 0 !important;
        /* Reset margin */
    }

    .crypto-icon {
        position: absolute;
        top: -20px;
        /* Adjusted position */
        left: 45px;
        /* Adjusted position */
        width: 40px;
        /* Smaller icon size */
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px;
        /* Adjusted padding */
    }

    .bitcoin-icon {
        background: rgba(244, 155, 51, 0.2);
    }

    .ethereum-icon {
        background: rgba(98, 126, 234, 0.2);
    }

    .crypto-icon svg {
        /* Use svg instead of img */
        width: 28px;
        /* Adjusted SVG size */
        height: 28px;
    }

    .crypto-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        /* Reduced gap */
        width: 100%;
    }

    .crypto-info h4 {
        font-family: 'DM Sans', sans-serif;
        font-weight: 500;
        font-size: 16px;
        /* Smaller font size */
        color: var(--white-100);
        letter-spacing: -0.35px;
        line-height: 1.2;
    }

    .crypto-symbol {
        display: flex;
        align-items: center;
        gap: 2px;
        /* Reduced gap */
    }

    .crypto-symbol span {
        font-family: 'DM Sans', sans-serif;
        font-weight: 400;
        font-size: 11px;
        /* Smaller font size */
        color: var(--white-100);
        line-height: 1.4;
    }

    .crypto-symbol .currency {
        color: var(--white-60);
    }

    .crypto-price {
        font-family: 'DM Sans', sans-serif;
        font-weight: 500;
        font-size: 20px;
        /* Smaller font size */
        color: var(--white-100);
        text-align: center;
        letter-spacing: -0.49px;
        line-height: 1.2;
    }

    .crypto-change {
        font-family: 'DM Sans', sans-serif;
        font-weight: 600;
        font-size: 9px;
        /* Smaller font size */
        color: var(--primary-color);
        line-height: 1.4;
    }

    .crypto-arrow {
        position: absolute;
        top: 130px;
        /* Adjusted position */
        left: 55px;
        /* Adjusted position */
        width: 25px;
        /* Smaller arrow size */
        height: 25px;
        background: var(--white-100);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px;
        /* Adjusted padding */
    }

    .crypto-arrow svg {
        /* Use svg instead of img */
        width: 14px;
        /* Adjusted SVG size */
        height: 14px;
    }

    .small-crypto-icons {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .small-icon {
        position: absolute;
        width: 60px;
        /* Smaller icon size */
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        /* Adjusted padding */
        border: 0.5px solid rgba(255, 255, 255, 0.1);
        /* Thinner border */
        border-radius: 8px;
        /* Smaller border-radius */
        backdrop-filter: blur(5px);
        /* Adjusted blur */
        -webkit-backdrop-filter: blur(5px);
    }

    .avalanche-icon {
        top: 100px;
        /* Adjusted position */
        left: 200px;
        /* Adjusted position */
        background: rgba(232, 65, 66, 0.2);
    }

    .polkadot-icon {
        top: 250px;
        /* Adjusted position */
        left: 100px;
        /* Adjusted position */
        background: rgba(230, 0, 122, 0.2);
    }

    .small-icon svg {
        /* Use svg instead of img */
        width: 30px;
        /* Adjusted SVG size */
        height: 30px;
    }

    .journey-steps {
        position: static;
        /* Change to static for mobile to allow stacking */
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        /* Gap between steps */
        width: 100%;
        height: auto;
        /* Auto height for stacked layout */
        margin-top: 20px;
        /* Space between diagram and steps */
    }

    .step {
        position: static;
        /* Static positioning for mobile */
        display: flex;
        flex-direction: column;
        /* Stack icon and content vertically */
        align-items: center;
        gap: 10px;
        text-align: center;
        /* Center text for stacked layout */
        max-width: 90%;
        /* Max width for content */
    }

    .step-1,
    .step-2,
    .step-3,
    .step-4,
    .step-5 {
        top: auto;
        /* Reset top/left */
        left: auto;
        /* Reset top/left */
        flex-direction: column;
        /* Ensure consistent stacking */
        align-items: center;
        /* Ensure consistent centering */
    }

    .step-content {
        display: flex;
        flex-direction: column;
        gap: 2px;
        max-width: 100%;
        /* Adjust max-width for mobile */
    }

    .step-4 .step-content,
    .step-5 .step-content {
        text-align: center;
        /* Center text for stacked layout */
    }

    .step-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        /* Adjusted padding */
        background: rgba(255, 255, 255, 0.1);
        border-radius: 999px;
        backdrop-filter: blur(8px);
        /* Adjusted blur */
        -webkit-backdrop-filter: blur(8px);
        flex-shrink: 0;
    }

    .step-icon svg {
        /* Use svg instead of img */
        width: 20px;
        /* Smaller icon size */
        height: 20px;
    }

    .step-content h4 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 18px;
        /* Smaller font size */
        color: var(--white-100);
        letter-spacing: -0.4px;
        line-height: 1.2;
    }

    .step-content p {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 14px;
        /* Smaller font size */
        color: var(--white-60);
        line-height: 1.4;
    }

    /* Medium screens (Tablets and small desktops) */
    @media (min-width: 768px) {
        .how-it-works-section {
            gap: 30px;
            margin-top: 8rem;
            padding: 0 30px;
        }

        .section-subtitle {
            font-size: 15px;
        }

        .section-title {
            font-size: 36px;
        }

        .journey-diagram {
            height: 750px;
        }

        .central-circle {
            width: 500px;
            height: 500px;
        }

        .ring {
            border-width: 2.5px;
        }

        .ring-1 {
            width: 380px;
            height: 380px;
            top: 60px;
            left: 60px;
        }

        .ring-2 {
            width: 440px;
            height: 440px;
            top: 30px;
            left: 30px;
        }

        .ring-3 {
            width: 500px;
            height: 500px;
        }

        .crypto-card {
            gap: 15px;
            padding: 30px 15px;
            width: 150px;
            height: 160px;
            border-width: 0.6px;
            border-radius: 10px;
            box-shadow: 0px 7px 18px rgba(9, 9, 9, 0.32);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        .bitcoin-card {
            top: 200px;
            left: 250px;
        }

        .ethereum-card {
            top: 120px;
            left: 80px;
        }

        .crypto-icon {
            top: -25px;
            left: 50px;
            width: 50px;
            height: 50px;
            padding: 8px;
        }

        .crypto-icon svg {
            width: 32px;
            height: 32px;
        }

        .crypto-info h4 {
            font-size: 16px;
        }

        .crypto-symbol span {
            font-size: 11.5px;
        }

        .crypto-price {
            font-size: 22px;
        }

        .crypto-change {
            font-size: 10px;
        }

        .crypto-arrow {
            top: 145px;
            left: 60px;
            width: 30px;
            height: 30px;
            padding: 8px;
        }

        .crypto-arrow svg {
            width: 16px;
            height: 16px;
        }

        .small-icon {
            width: 80px;
            height: 80px;
            padding: 15px;
            border-width: 0.7px;
            border-radius: 10px;
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
        }

        .avalanche-icon {
            top: 120px;
            left: 280px;
        }

        .polkadot-icon {
            top: 350px;
            left: 150px;
        }

        .small-icon svg {
            width: 38px;
            height: 38px;
        }

        .journey-steps {
            position: absolute;
            /* Revert to absolute positioning for a diagrammatic layout */
            top: 0;
            left: 0;
            height: 100%;
            gap: 0;
            /* No gap when absolutely positioned */
        }

        .step {
            position: absolute;
            /* Absolute positioning */
            flex-direction: row;
            /* Horizontal layout */
            align-items: center;
            text-align: left;
            /* Align text to left for normal flow */
            max-width: 300px;
            /* Adjust max-width */
        }

        .step-1 {
            top: 100px;
            left: 60%;
            /* Adjusted for better spacing */
        }

        .step-2 {
            top: 500px;
            left: 60%;
        }

        .step-3 {
            top: 650px;
            left: 40%;
            /* Adjust to prevent overlap */
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
        }

        .step-4 {
            top: 400px;
            left: 0;
            flex-direction: row-reverse;
            text-align: right;
        }

        .step-5 {
            top: 150px;
            left: 0;
            flex-direction: row-reverse;
            text-align: right;
        }

        .step-icon {
            padding: 10px;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }

        .step-icon svg {
            width: 22px;
            height: 22px;
        }

        .step-content h4 {
            font-size: 19px;
        }

        .step-content p {
            font-size: 15px;
        }

        .step-4 .step-content,
        .step-5 .step-content {
            text-align: right;
            /* Maintain right alignment for these steps */
        }
    }

    /* Large screens (Desktops) */
    @media (min-width: 1024px) {
        .how-it-works-section {
            gap: 40px;
            margin-top: 10rem;
            padding: 0 20px;
        }

        .section-subtitle {
            font-size: 16px;
        }

        .section-title {
            font-size: 40px;
        }

        .journey-diagram {
            height: 840px;
        }

        .central-circle {
            width: 690px;
            height: 690px;
        }

        .ring {
            border-width: 3.48px;
        }

        .ring-1 {
            width: 510px;
            height: 510px;
            top: 90px;
            left: 90px;
        }

        .ring-2 {
            width: 602px;
            height: 602px;
            top: 44px;
            left: 44px;
        }

        .ring-3 {
            width: 690px;
            height: 690px;
        }

        .crypto-card {
            gap: 18.57px;
            padding: 37.15px 18.57px;
            width: 155px;
            height: 156px;
            border-width: 0.77px;
            border-radius: 12.38px;
            box-shadow: 0px 9.29px 21.67px rgba(9, 9, 9, 0.32);
            backdrop-filter: blur(12.38px);
            -webkit-backdrop-filter: blur(12.38px);
        }

        .bitcoin-card {
            top: 250px;
            left: 250px;
            margin-left: 1rem !important;
        }

        .ethereum-card {
            top: 152px;
            left: 90px;
            margin-left: 1rem !important;
        }

        .crypto-icon {
            top: -31px;
            left: 58px;
            width: 55.14px;
            height: 55.14px;
            padding: 9.29px;
        }

        .crypto-icon svg {
            width: 38px;
            height: 38px;
        }

        .crypto-info h4 {
            font-size: 17.5px;
        }

        .crypto-symbol span {
            font-size: 12.3px;
        }

        .crypto-price {
            font-size: 24.6px;
        }

        .crypto-change {
            font-size: 10.5px;
        }

        .crypto-arrow {
            top: 165px;
            left: 67px;
            width: 35.1px;
            height: 35.1px;
            padding: 9.29px;
        }

        .crypto-arrow svg {
            width: 19px;
            height: 19px;
        }

        .small-icon {
            width: 93px;
            height: 93px;
            padding: 18.57px;
            border-width: 0.88px;
            border-radius: 12.38px;
            backdrop-filter: blur(7.74px);
            -webkit-backdrop-filter: blur(7.74px);
        }

        .avalanche-icon {
            top: 142px;
            left: 325px;
        }

        .polkadot-icon {
            top: 412px;
            left: 201px;
        }

        .small-icon svg {
            width: 42.99px;
            height: 42.99px;
        }

        .journey-steps {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            /* Revert to block for absolute positioning */
            margin-top: 0;
        }

        .step {
            position: absolute;
            display: flex;
            align-items: center;
            gap: 12px;
            max-width: 334px;
            text-align: left;
        }

        .step-1 {
            top: 155px;
            left: 620px !important;
        }

        .step-2 {
            top: 410px;
            left: 708px !important;
        }

        .step-3 {
            top: 660px;
            left: 594px;
            flex-direction: column;
            align-items: flex-start;
        }

        .step-4 {
            top: 520px;
            left: -20px !important;
            flex-direction: row-reverse;
        }

        .step-5 {
            top: 191px;
            left: 0;
            flex-direction: row-reverse;
        }

        .step-icon {
            padding: 12px;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        .step-icon svg {
            width: 24px;
            height: 24px;
        }

        .step-content h4 {
            font-size: 20px;
        }

        .step-content p {
            font-size: 16px;
        }

        .step-4 .step-content,
        .step-5 .step-content {
            text-align: right;
        }
    }

    @media (min-width: 1440px) {
        .how-it-works-section {
            gap: 40px;
            margin-top: 10rem;
            padding: 0 20px;
        }

        .section-subtitle {
            font-size: 16px;
        }

        .section-title {
            font-size: 40px;
        }

        .journey-diagram {
            height: 840px;
        }

        .central-circle {
            width: 690px;
            height: 690px;
        }

        .ring {
            border-width: 3.48px;
        }

        .ring-1 {
            width: 510px;
            height: 510px;
            top: 90px;
            left: 90px;
        }

        .ring-2 {
            width: 602px;
            height: 602px;
            top: 44px;
            left: 44px;
        }

        .ring-3 {
            width: 690px;
            height: 690px;
        }

        .crypto-card {
            gap: 18.57px;
            padding: 37.15px 18.57px;
            width: 170px;
            height: 186px;
            border-width: 0.77px;
            border-radius: 12.38px;
            box-shadow: 0px 9.29px 21.67px rgba(9, 9, 9, 0.32);
            backdrop-filter: blur(12.38px);
            -webkit-backdrop-filter: blur(12.38px);
        }

        .bitcoin-card {
            top: 285px;
            left: 325px;
            margin-left: 1rem !important;
        }

        .ethereum-card {
            top: 192px;
            left: 124px;
            margin-left: 1rem !important;
        }

        .crypto-icon {
            top: -31px;
            left: 58px;
            width: 55.14px;
            height: 55.14px;
            padding: 9.29px;
        }

        .crypto-icon svg {
            width: 38px;
            height: 38px;
        }

        .crypto-info h4 {
            font-size: 17.5px;
        }

        .crypto-symbol span {
            font-size: 12.3px;
        }

        .crypto-price {
            font-size: 24.6px;
        }

        .crypto-change {
            font-size: 10.5px;
        }

        .crypto-arrow {
            top: 165px;
            left: 67px;
            width: 35.1px;
            height: 35.1px;
            padding: 9.29px;
        }

        .crypto-arrow svg {
            width: 19px;
            height: 19px;
        }

        .small-icon {
            width: 93px;
            height: 93px;
            padding: 18.57px;
            border-width: 0.88px;
            border-radius: 12.38px;
            backdrop-filter: blur(7.74px);
            -webkit-backdrop-filter: blur(7.74px);
        }

        .avalanche-icon {
            top: 142px;
            left: 325px;
        }

        .polkadot-icon {
            top: 412px;
            left: 201px;
        }

        .small-icon svg {
            width: 42.99px;
            height: 42.99px;
        }

        .journey-steps {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            /* Revert to block for absolute positioning */
            margin-top: 0;
        }

        .step {
            position: absolute;
            display: flex;
            align-items: center;
            gap: 12px;
            max-width: 334px;
            text-align: left;
        }

        .step-1 {
            top: 155px;
            left: 940px !important;
        }

        .step-2 {
            top: 509px;
            left: 918px !important;
        }

        .step-3 {
            top: 690px !important;
            left: 594px !important;
            flex-direction: column;
            align-items: flex-start;
        }

        .step-4 {
            top: 443px !important;
            left: 74px !important;
            flex-direction: row-reverse;
        }

        .step-5 {
            top: 161px !important;
            left: 80px !important;
            flex-direction: row-reverse;
        }

        .step-icon {
            padding: 12px;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        .step-icon svg {
            width: 24px;
            height: 24px;
        }

        .step-content h4 {
            font-size: 20px;
        }

        .step-content p {
            font-size: 16px;
        }

        .step-4 .step-content,
        .step-5 .step-content {
            text-align: right;
        }
    }


    /* Extra large screens (optional, for very wide displays) */






























    /* Features Section */
    .features-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 100px auto 0;
        padding: 0 20px;
        position: relative;
        z-index: 10;
    }

    .features-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        max-width: 1232px;
        margin-bottom: 48px;

    }

    .features-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 32px;
        letter-spacing: -0.96px;
        line-height: 1.3;
        width: 409px;

    }

    .features-description {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #878c91;
        line-height: 1.8;
        width: 740px;
    }

    .features-content {

        /* flex-direction: row !important; */
        display: flex;
        flex-direction: column;

        gap: 24px;
    }

    .features-subtitle {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 43px;
        text-align: center;
        margin-bottom: 32px;
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(2, 287px);
        gap: 28px;
    }

    .features-grid>div:nth-child(n+3) {
        grid-column: span 1;

    }

    .features-grid>div:nth-child(n+3):nth-child(4n-1),
    .features-grid>div:nth-child(n+3):nth-child(4n) {
        grid-column: span 1;
    }

    .features-grid>div:nth-child(3),
    .features-grid>div:nth-child(4),
    .features-grid>div:nth-child(5),
    .features-grid>div:nth-child(6) {
        width: 287px;
    }

    .features-grid {
        display: flex;
        align-items: center;
        /* flex-direction: column; */
        flex-wrap: wrap;
        gap: 24px;

    }

    .features-grid>div:nth-child(1),
    .features-grid>div:nth-child(2) {
        display: inline-block;
        width: 287px;
        margin-right: 24px;
    }

    .features-grid>div:nth-child(3),
    .features-grid>div:nth-child(4),
    .features-grid>div:nth-child(5),
    .features-grid>div:nth-child(6) {
        display: inline-block;
        width: 287px;
        margin-right: 28px;
    }

    .features-grid>div:nth-child(2),
    .features-grid>div:nth-child(4),
    .features-grid>div:nth-child(6) {
        margin-right: 0;
    }

    .feature-card {
        position: relative;
        width: 287px;
        height: 240px;
        background-size: 100% 100%;
        border: none;
        padding: 29px 32px !important;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .kyc-card {
        background-image: url('/background-4.svg');
    }

    .wallet-card {
        background-image: url('/background-3.svg');
    }

    .market-card {
        background-image: url('/background-5.svg');
    }

    .admin-card {
        background-image: url('/background-2.svg');
    }

    .tds-card {
        background-image: url('/background-1.svg');
    }

    .api-card {
        background-image: url('/background.svg');
    }

    .feature-icon {
        width: 74px;
        height: 74px;
        position: relative;
        padding-bottom: 2rem !important;
    }

    .icon-wrapper {
        position: relative;
        height: 58px;
        top: 8px;
        background: url('/vector-2.svg') 100% 100%;
    }

    .icon-wrapper img {
        position: absolute;
        width: 32px;
        height: 32px;
        top: 13px;
        left: 8px;
    }

    .wallet-icon {
        position: relative;
        width: 66px;
        height: 54px;
        top: 10px;
        left: 4px;
    }

    .wallet-icon img {
        position: absolute;
        width: 66px;
        height: 54px;
        top: 0;
        left: 0;
    }

    .market-icon-wrapper {
        position: relative;
        width: 74px;
        height: 74px;
        background: url('/vector-5.svg') 100% 100%;
    }

    .market-icon-wrapper img {
        position: absolute;
        width: 52px;
        height: 52px;
        top: 11px;
        left: 11px;
    }

    .feature-icon img {
        width: 74px;
        height: 74px;
    }

    .feature-content {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 229px;
    }

    .feature-content h4 {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: var(--white-100);
        line-height: 1.4;
    }

    .feature-content p {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #cecece;
        line-height: 1.4;
    }





























    /* Market Section */





    .market-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        width: 100%;
        max-width: 1224px;
        margin: 120px auto 0;
        padding: 0 20px;
        position: relative;
        z-index: 10;
    }

    .market-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        width: 100%;
        max-width: 926px;
    }

    .market-badge {
        padding: 15px 40px;
        background: rgba(235, 129, 83, 0.05);
        color: var(--primary-color);
        border-radius: 30px;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 24px;
        border: 1px solid rgba(235, 129, 83, 0.2);
    }

    .market-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 48px;
        text-align: center;
    }

    .market-list {
        display: flex;
        flex-direction: column;
        gap: 53px;
        width: 100%;
        min-width: 1100px;
        /* 🔁 added for horizontal scroll support */
    }

    .market-item {
        position: relative;
        width: 100%;
        height: 78px;
        display: flex;
        align-items: center;
    }

    .crypto-icon-container {
        width: 77px;
        height: 77px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
    }

    .bitcoin-bg {
        background: rgba(254, 231, 21, 0.15);
    }

    .ethereum-bg {
        background: rgba(89, 40, 175, 0.15);
    }

    .solana-bg {
        background: rgba(51, 135, 90, 0.15);
    }

    .doge-bg {
        background: rgba(204, 49, 61, 0.15);
    }

    .crypto-icon-container img {
        width: 38px;
        height: 38px;
        object-fit: cover;
    }

    .crypto-name {
        position: absolute;
        left: 110px;
        top: 0;
    }

    .crypto-name .name {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 24px;
        color: var(--white-100);
    }

    .crypto-name .currency {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: rgba(255, 255, 255, 0.75);
        margin-top: 12px;
    }

    .crypto-change-col {
        position: absolute;
        left: 383px;
        top: 0;
    }

    .crypto-change-col .label {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: rgba(255, 255, 255, 0.75);
        margin-bottom: 8px;
    }

    .crypto-change-col .change {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 20px;
    }

    .change.positive {
        color: #00c22a;
    }

    .change.negative {
        color: #c20000;
    }

    .crypto-price-col {
        position: absolute;
        left: 650px;
        top: 0;
    }

    .crypto-price-col .label {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: rgba(255, 255, 255, 0.75);
        margin-bottom: 8px;
    }

    .crypto-price-col .price {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 20px;
        color: var(--white-100);
    }

    .crypto-chart-col {
        position: absolute;
        display: flex;
        flex-direction: column;
        left: 891px;
        top: 0;
    }

    .crypto-chart-col .label {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: rgba(255, 255, 255, 0.75);
        margin-bottom: 8px;
    }

    .crypto-chart-col .chart {
        width: 111px;
        height: 54px;
    }

    .trade-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 150px;
        height: 50px;
        background: rgba(235, 129, 83, 0.1);
        color: var(--primary-color);
        border: none;
        border-radius: 10px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 24px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .trade-btn:hover {
        background: rgba(235, 129, 83, 0.2);
    }

    /* ✅ Responsive support - ADD THIS */
    .market-scroll-wrapper {
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .market-scroll-wrapper::-webkit-scrollbar {
        height: 6px;
    }

    .market-scroll-wrapper::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 6px;
    }





























    /* Why Choose Us Section */
    .why-choose-section {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5rem;
        width: 100%;
        margin: 200px auto 0;
        padding: 80px 20px;
        position: relative;
        z-index: 10;
    }

    .dashboard-visual {
        position: relative;
        width: 592px;
        height: 524px;
        overflow: hidden;
    }

    .dashboard-container {
        position: relative;
        width: 486px;
        height: 524px;
        margin-left: 106px;
        background: rgba(44, 37, 74, 0.3);
        border-radius: 10px;
        box-shadow: inset 0px 32px 64px rgba(92, 58, 228, 0.08),
            inset 1px 1px 1px -0.5px rgba(92, 58, 228, 0.5),
            inset 0px 0px 1px rgba(255, 255, 255, 0.4);
        padding: 13px;

    }

    .dashboard-image {
        width: 458px;
        height: 523px;
        object-fit: cover;
    }

    .balance-card {
        position: absolute;
        width: 263px;
        height: 182px;
        top: 278px;
        left: 0;
        background: var(--white-100);
        border-radius: 7.82px;
        box-shadow: 0px 2.01px 3.41px rgba(0, 0, 0, 0.01),
            0px 8.83px 7.07px rgba(0, 0, 0, 0.01),
            0px 21.69px 14.1px rgba(0, 0, 0, 0.02),
            0px 41.76px 27.63px rgba(0, 0, 0, 0.02),
            0px 70.28px 50.8px rgba(0, 0, 0, 0.02),
            0px 108.43px 86.74px rgba(0, 0, 0, 0.03);
        padding: 18px 15px;
    }

    .balance-header {
        margin-bottom: 20px;

    }

    .balance-title {
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        font-size: 15.2px;
        color: #000;
        text-align: center;
        margin-bottom: 8px;
    }

    .balance-amount {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .amount {
        font-family: 'Manrope', sans-serif;
        font-weight: 700;
        font-size: 17.3px;
        color: #000;
    }

    .percentage {
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        font-size: 14.1px;
        color: var(--primary-background);
    }

    .chart-container {
        display: flex;
        gap: 16px;
    }

    .y-axis {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 74px;
        font-family: 'Gilroy', sans-serif;
        font-weight: 600;
        font-size: 8.7px;
        color: var(--text-light);
        text-align: right;

    }

    .bar-chart {
        display: flex;
        align-items: flex-end;
        gap: 4px;
        height: 78px;
    }

    .bar-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .bar {
        width: 22px;
        border-radius: 3.25px 3.25px 0 0;
        background: #fbe2d8;
    }

    .bar.active {
        background: var(--primary-color);
    }

    .bar-low {
        height: 13px;
    }

    .bar-medium {
        height: 46px;
    }

    .bar-high {
        height: 34px;
    }

    .bar-group span {
        font-family: 'Gilroy', sans-serif;
        font-weight: 600;
        font-size: 8.7px;
        color: var(--text-light);
    }

    .why-choose-content {
        display: flex;
        flex-direction: column;
        gap: 37px;
        margin-left: 40px;

    }

    .why-choose-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 48px;
        width: 380px;

    }

    .feature-badges {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        width: 594px;
    }

    .feature-badge {
        display: flex;
        align-items: center;
        gap: 7.24px;
        padding: 14px 20px;
        border: 1.45px solid rgba(255, 255, 255, 0.5);
        border-radius: 8.69px;
        background: transparent;
    }

    .badge-icon {
        width: 52px;
        height: 52px;
    }

    .feature-badge span {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: var(--white-100);
        width: 186px;
    }

    /* API Section */

    @media (max-width:428px) {
        .code-editor {
            width: 270px !important;
        }

        .workflow-stats {
            top: 286px !important;
            left: 232px !important;
        }
    }


    @media (max-width:770px) {
        .code-editor {
            width: 720 !important;
        }

        .workflow-stats {
            top: 286px !important;
            left: 540px !important;
        }

    }



    @media (max-width: 768px) {
        .api-cards-wrapper {
            padding: 1rem;
        }

        .api-section>div[style*="display:flex"] {
            flex-direction: column;
            padding: 1rem !important;
            gap: 2rem;
        }

        .api-section>div[style*="display:flex"]>div {
            width: 100% !important;
        }

        #seperate-card {
            width: 100% !important;
        }

        #seperate-card .api-card {
            flex: 1 1 auto;
        }
    }

    @media (max-width:1024px) {
        .api-container-adjust {
            padding: 1px 5px !important;
        }

        .workflow-stats {
            top: 300px !important;
            left: 225px !important;
        }

    }










    .api-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 64px;
        width: 100%;
        margin: 100px auto 0;
        padding: 64px 20px;
        position: relative;
        z-index: 10;
    }

    .api-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        width: 100%;
        max-width: 926px;
    }

    .api-badge {
        padding: 15px 40px;
        background: rgba(235, 129, 83, 0.05);
        color: var(--primary-color);
        border-radius: 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 24px;
    }

    .api-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 48px;
        text-align: center;
    }

    .api-description {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: rgba(255, 255, 255, 0.72);
        text-align: center;
        line-height: 1.33;
        letter-spacing: -0.15px;
        max-width: 701px;
    }

    .api-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        width: 100%;
        max-width: 1200px;
    }

    .api-card {
        position: relative;
        background: rgba(7, 3, 18, 0.04);
        border-radius: 32px;
        overflow: hidden;
        box-shadow: inset 0px 32px 64px rgba(92, 58, 228, 0.08),
            inset 1px 1px 1px -0.5px rgba(92, 58, 228, 0.5),
            inset 0px 0px 1px rgba(255, 255, 255, 0.4);
        padding: 0;
    }

    .git-sync-card {
        height: 248px;
    }

    .workflow-card {
        height: 317px;
        background: linear-gradient(180deg, rgba(59, 51, 99, 0) 0%, rgba(59, 51, 99, 0.56) 100%);
    }

    .code-review-card {
        height: 469px;
    }

    .apis-card {
        height: 400px;
    }

    .transactions-card {
        height: 401px;
    }

    .environments-card {
        height: 316px;
    }

    .api-card-content {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 20px;
    }

    .code-preview {
        position: relative;
        width: 373px;
        height: 246px;
    }

    .code-layers {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .code-layers img {
        position: absolute;
        top: 0;
        left: 0;
        width: 373px;
        height: auto;
    }

    .workflow-visual {
        position: relative;
        width: 566px;
        height: 652px;
        top: -167px;
        left: -96px;
        background: url('/canvas-1.png') 50% 50% / cover;
    }

    .workflow-stats {
        position: absolute;
        top: 326px;
        left: 282px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .stat-number {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 74.7px;
        color: transparent;
        background: linear-gradient(180deg, #ffffff 0%, #ffffff80 100%);
        -webkit-background-clip: text;
        background-clip: text;
        line-height: 1.07;
    }

    .stat-label {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 15.9px;
        color: rgba(255, 255, 255, 0.72);
        letter-spacing: -0.15px;
        line-height: 1.5;
    }

    .code-editor {
        position: relative;
        /* width: 325px; */
        height: auto;
        background: rgba(3, 3, 20, 0.72);
        border-radius: 12px;
        overflow: hidden;
        box-shadow: inset 0px 0px 1px 0.5px rgba(255, 255, 255, 0.15),
            inset 0px 16px 64px -24px rgba(255, 255, 255, 0.15);
        margin: 24px;
    }

    .editor-header {
        height: 24px;
        background: rgba(3, 3, 20, 0.48);
        border-radius: 12px 12px 0 0;
        display: flex;
        align-items: center;
        padding: 0 16px;
        position: relative;
    }

    .editor-header::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.004);
        border-radius: 12px 12px 0 0;
        box-shadow: inset 0px 0px 0.5px 0.5px rgba(255, 255, 255, 0.15),
            inset 0px 8px 48px -24px rgba(255, 255, 255, 0.15);
    }

    .editor-dots {
        display: flex;
        gap: 12px;
        z-index: 1;
        position: relative;
    }

    .dot {
        width: 8px;
        height: 8px;
        background: rgba(3, 3, 20, 0.72);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
    }

    .code-content {
        padding: 24px;
        font-family: 'Azeret Mono', monospace;
        font-size: 12.8px;
        line-height: 1.64;
    }

    .code-line {
        color: rgba(255, 255, 255, 0.72);
        margin-bottom: 2px;
    }

    .code-line.removed {
        color: #ef4040;
    }

    .code-line.added {
        color: #0fee9e;
    }

    .code-line.comment {
        color: rgba(255, 255, 255, 0.5);
    }

    .environments-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 24px;
        width: 325px;
    }

    .environment-item {
        display: flex;
        align-items: center;
        gap: 16px;
        height: 56px;
        background: rgba(3, 3, 20, 0.72);
        border-radius: 12px;
        padding: 12px;
        box-shadow: 6px 8px 24px 2px rgba(0, 0, 0, 0.56),
            -6px -10px 16px 2px rgba(255, 255, 255, 0.07),
            inset 1px 1px 1px -0.5px rgba(92, 58, 228, 0.5),
            inset 0px 0px 1px rgba(92, 58, 228, 0.4);
    }

    .env-icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        box-shadow: inset 0px 0.15px 0px #d9d9d9,
            inset 1px 1px 2px rgba(217, 217, 217, 0.08),
            inset 0px 0.5px 10px rgba(255, 255, 255, 0.05),
            inset 0px 0.5px 0.5px rgba(255, 255, 255, 0.1);
    }

    .dev-icon {
        background: linear-gradient(180deg, rgba(146, 146, 146, 0.08) 0%, rgba(185, 185, 185, 0.56) 100%);
    }

    .staging-icon {
        background: linear-gradient(180deg, rgba(229, 182, 64, 0.16) 0%, #fbd576 100%);
    }

    .prod-icon {
        background: linear-gradient(180deg, rgba(97, 64, 229, 0.16) 0%, #9176fb 100%);
    }

    .env-icon img {
        width: 18px;
        height: 18px;
    }

    .env-name {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 15.1px;
        color: var(--white-100);
        line-height: 1.48;
    }

    .env-version {
        margin-left: auto;
        padding: 2px 8px;
        border-radius: 100px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 11.8px;
        color: var(--white-100);
        letter-spacing: 0.2px;
        line-height: 1.53;
    }

    .staging-icon+.env-name+.env-version {
        background: linear-gradient(180deg, rgba(229, 182, 64, 0.16) 0%, #fbd576 100%);
        box-shadow: inset 0px 0.15px 0px #ffeab3,
            inset 1px 1px 2px rgba(255, 233, 179, 0.2),
            inset 0px 0.5px 10px rgba(255, 255, 255, 0.05),
            inset 0px 0.5px 0.5px rgba(255, 255, 255, 0.1);
    }

    .prod-icon+.env-name+.env-version {
        background: linear-gradient(180deg, rgba(97, 64, 229, 0.16) 0%, #9176fb 100%);
        box-shadow: inset 0px 0.15px 0px #c2b3ff,
            inset 1px 1px 2px rgba(194, 179, 255, 0.2),
            inset 0px 0.5px 10px rgba(255, 255, 255, 0.05),
            inset 0px 0.5px 0.5px rgba(255, 255, 255, 0.1);
    }

    .api-card-title {
        position: absolute;
        bottom: 16px;
        left: 32px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 17.9px;
        color: var(--white-100);
        letter-spacing: -0.15px;
        line-height: 1.56;
    }

    .api-card-icons {
        position: absolute;
        bottom: 80px;
        right: 20px;
        display: flex;
        gap: 26px;
    }

    .api-icon {
        width: 94px;
        height: 94px;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: inset 0px 16px 64px -24px rgba(255, 255, 255, 0.15),
            inset 0px 0px 1px 1px rgba(255, 255, 255, 0.15);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.1) 100%);
        padding: 7px;
    }

    .api-icon img {
        width: 80px;
        height: 80px;
        border-radius: 12px;
        box-shadow: 0px 4px 16px -8px rgba(59, 59, 59, 0.05),
            8px 12px 16px -8px rgba(59, 59, 59, 0.04),
            0px 1px 1px 2px rgba(106, 106, 106, 0.02);
    }

    .card-expand-btn {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        width: 32px;
        height: 32px;
        background: rgba(33, 31, 39, 0.01);
        border-radius: 32px;
        overflow: hidden;
        box-shadow: inset 0px 32px 64px rgba(92, 58, 228, 0.08),
            inset 1px 1px 1px -0.5px rgba(92, 58, 228, 0.5),
            inset 0px 0px 1px rgba(255, 255, 255, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .expand-icon {
        color: var(--white-100);
        font-size: 16px;
        font-weight: 300;
    }

    .explore-api-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 28px;
        padding: 16px 32px;
        border-radius: 70px;
        border: 1px solid var(--primary-color);
        background: transparent;
        color: var(--white-100);
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 18px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .explore-api-btn:hover {
        background: rgba(235, 129, 83, 0.1);
    }

    .btn-arrow {
        width: 32px;
        height: 32px;
    }

    @media (max-width: 1200px) {
        .central-circle {
            width: 550px;
            height: 550px;
        }

        .ring-1 {
            width: 400px;
            height: 400px;
            top: 75px;
            left: 75px;
        }

        .ring-2 {
            width: 480px;
            height: 480px;
            top: 35px;
            left: 35px;
        }

        .ring-3 {
            width: 550px;
            height: 550px;
        }

        .step-1 {
            left: 800px;
        }

        .step-2 {
            left: 790px;
        }

        .step-3 {
            left: 500px;
        }

        .step-4 {
            left: 40px;
        }
    }

    @media (max-width: 992px) {
        .central-circle {
            width: 420px;
            height: 420px;
        }

        .ring-1 {
            width: 320px;
            height: 320px;
            top: 50px;
            left: 50px;
        }

        .ring-2 {
            width: 380px;
            height: 380px;
            top: 20px;
            left: 20px;
        }

        .ring-3 {
            width: 420px;
            height: 420px;
        }

        .step-1,
        .step-2,
        .step-3,
        .step-4,
        .step-5 {
            position: static;
            flex-direction: row !important;
            margin-bottom: 20px;
        }

        .journey-steps {
            position: static;
            display: flex;
            flex-direction: column;
            gap: 24px;
            margin-top: 2rem;
            align-items: center;
        }

        .step-content {
            text-align: left !important;
        }
    }

    @media (max-width: 768px) {
        .section-title {
            font-size: 28px;
        }

        .central-circle {
            width: 100%;
            height: auto;
            position: static;
            transform: none;
            margin-top: 2rem;
        }

        .journey-diagram {
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .crypto-cards {
            flex-direction: column;
            gap: 2rem;
        }

        .crypto-card {
            position: static;
            width: 100%;
            max-width: 300px;
        }

        .small-crypto-icons,
        .ring,
        .circle-rings {
            display: none;
        }

        .central-circle {
            display: none;
        }
    }

    @media (max-width: 480px) {
        .section-title {
            font-size: 22px;
        }

        .section-subtitle {
            font-size: 14px;
        }

        .step-content h4 {
            font-size: 18px;
        }

        .step-content p {
            font-size: 14px;
        }

        .crypto-info h4 {
            font-size: 15px;
        }

        .crypto-price {
            font-size: 20px;
        }
    }
































    /* Testimonials Section */
    .testimonials-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        width: 100%;
        margin: 100px auto 0;
        padding: 64px 20px;
        position: relative;
        z-index: 10;
    }

    .testimonials-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        max-width: 768px;
    }

    .testimonials-badge {
        padding: 15px 40px;
        background: rgba(235, 129, 83, 0.05);
        color: var(--primary-color);
        border: 1px solid rgba(235, 129, 83, 0.2);
        border-radius: 30px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 24px;
    }

    .testimonials-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 48px;
        text-align: center;
    }

    .testimonials-description {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: rgba(255, 255, 255, 0.72);
        text-align: center;
        line-height: 1.33;
        letter-spacing: -0.15px;
        max-width: 701px;
    }

    .testimonials-carousel {
        width: 100%;
        max-width: 1400px;
    }

    .testimonials-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 16px 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .testimonials-container::-webkit-scrollbar {
        display: none;
    }

    .testimonial-card {
        flex: 0 0 400px;
        height: 416px;
        background: rgba(44, 37, 74, 0.1);
        border-radius: 18.95px;
        overflow: hidden;
        box-shadow: 0px 14.21px 18.95px -4.74px rgba(16, 24, 40, 0.08),
            0px 4.74px 7.11px -2.37px rgba(16, 24, 40, 0.03),
            inset 0px 32px 64px rgba(92, 58, 228, 0.08),
            inset 1px 1px 1px -0.5px rgba(92, 58, 228, 0.5),
            inset 0px 0px 1px rgba(255, 255, 255, 0.4);
        padding: 39.08px;
        display: flex;
        flex-direction: column;
        gap: 18.95px;
    }

    .testimonial-header {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .testimonial-avatar {
        width: 57px;
        height: 57px;
        border-radius: 50%;
        object-fit: cover;
    }

    .testimonial-name {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 20.1px;
        color: var(--white-100);
        line-height: 1.6;
    }

    .testimonial-rating {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 16px;
    }

    .stars {
        width: 147px;
        height: 28px;
    }

    .testimonial-text {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 26.4px;
        color: var(--white-100);
        line-height: 1.4;
        letter-spacing: -1.42px;
        flex: 1;
        overflow: hidden;
    }

    .read-more {
        color: var(--primary-color);
        font-family: 'Poppins', sans-serif;
        font-size: 18.9px;
        line-height: 1.5;
        text-decoration: underline;
        margin-top: auto;
    }

    .carousel-controls {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 24px;
    }

    .carousel-btn {
        width: 32px;
        height: 32px;
        background: rgba(255, 255, 255, 0.1);
        border: none;
        border-radius: 50%;
        color: var(--white-100);
        font-size: 18px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s ease;
    }

    .carousel-btn:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .carousel-progress {
        width: 142px;
        height: 14px;
        background: var(--secondary-background);
        border-radius: 7px;
        box-shadow: 0px 4.74px 9.47px -2.37px rgba(16, 24, 40, 0.1),
            0px 2.37px 4.74px -2.37px rgba(16, 24, 40, 0.06);
        overflow: hidden;
    }

    .progress-bar {
        width: 61px;
        height: 100%;
        background: var(--primary-color);
        border-radius: 7px;
        transition: width 0.3s ease;
    }

    .partners-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
        max-width: 1024px;
    }

    .partners-logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 32px;
        opacity: 0.7;
    }

    .partners-logos img {
        height: 54.86px;
        object-fit: contain;
    }

    .partners-text {
        font-family: 'Poppins', sans-serif;
        font-size: 15.1px;
        color: #898989;
        line-height: 1.51;
    }

    .trust-badges {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 35px;
        width: 100%;
        margin-top: 24px;
    }

    .trust-badge {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 18px;
        border-radius: 100px;
        box-shadow: 0px 14.21px 18.95px -4.74px rgba(16, 24, 40, 0.08),
            0px 4.74px 7.11px -2.37px rgba(16, 24, 40, 0.03),
            inset 0px 32px 64px rgba(92, 58, 228, 0.08),
            inset 1px 1px 1px -0.5px rgba(92, 58, 228, 0.5),
            inset 0px 0px 1px rgba(255, 255, 255, 0.4);
        background: linear-gradient(134deg, rgba(44, 37, 74, 0.2) 0%, rgba(28, 25, 47, 0.2) 100%);
    }

    .trust-icon {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .trust-icon img {
        width: 32px;
        height: 32px;
    }

    .trust-badge span {
        font-family: 'Poppins', sans-serif;
        font-size: 15.1px;
        color: var(--white-100);
        line-height: 1.51;
    }

    /* Footer Section */
    .footer-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        width: 100%;
        margin: 100px auto 0;
        padding: 40px;
        position: relative;
        z-index: 10;
    }

    .footer-content {
        width: 100%;
        background: rgba(44, 37, 74, 0.2);
        border-radius: 16px;
        overflow: hidden;
        box-shadow: inset 0px 32px 64px rgba(92, 58, 228, 0.08),
            inset 1px 1px 1px -0.5px rgba(92, 58, 228, 0.5),
            inset 0px 0px 1px rgba(255, 255, 255, 0.4),
            0px 14.21px 18.95px -4.74px rgba(16, 24, 40, 0.08),
            0px 4.74px 7.11px -2.37px rgba(16, 24, 40, 0.03);
        padding: 32px 40px;
    }

    .footer-main {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        width: 100%;
        margin-bottom: 96px;
    }

    .footer-brand {
        display: flex;
        flex-direction: column;
        width: 403px;
        gap: 10px;
    }

    .footer-nav {
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 442px;
    }

    .footer-section-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.6);
        letter-spacing: 0.4px;
        line-height: 1.4;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .footer-links a {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: var(--white-100);
        text-decoration: none;
        line-height: 1.4;
        transition: color 0.3s ease;
    }

    .footer-links a:hover {
        color: var(--primary-color);
    }

    .footer-contact {
        display: flex;
        flex-direction: column;
        gap: 24px;
        flex: 1;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .phone {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: var(--primary-color);
        text-decoration: none;
        line-height: 1.4;
    }

    .email {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: var(--white-100);
        text-decoration: none;
        line-height: 1.4;
    }

    .footer-bottom {
        display: flex;
        align-items: center;
        gap: 16px;
        width: 100%;
    }

    .social-links {
        display: flex;
        align-items: center;
        gap: 8px;
        flex: 1;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #2C254A;
        border-radius: 50%;
    }

    .footer-address {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: var(--white-100);
        text-align: right;
        line-height: 1.3;
        width: 442px;
    }

    .footer-copyright {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .footer-copyright span {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 10px;
        color: var(--white-100);
        line-height: 1.4;
    }

    /* Responsive Design */
    @media (max-width: 1200px) {
        .main-container {
            max-width: 100%;
            padding: 0 20px;
        }

        .features-grid {
            grid-template-columns: 1fr;
            justify-items: center;
        }

        .api-cards {
            grid-template-columns: repeat(2, 1fr);
        }

        .why-choose-section {
            flex-direction: column;
            gap: 60px;
        }

        .dashboard-visual {
            width: 100%;
            max-width: 592px;
        }
    }

    @media (max-width: 768px) {
        .nav-links {
            display: none;
        }

        .title-normal {
            font-size: 32px;
        }

        .title-highlight {
            font-size: 40px;
        }

        .cta-buttons {
            flex-direction: column;
            gap: 16px;
        }

        .btn-secondary {
            width: auto;
        }

        .video-card {
            width: 100%;
            max-width: 600px;
            height: auto;
            aspect-ratio: 16/9;
        }

        .central-circle {
            width: 400px;
            height: 400px;
        }

        .journey-steps .step {
            position: relative;
            top: auto;
            left: auto;
            margin-bottom: 20px;
        }

        .features-header {
            flex-direction: column;
            gap: 24px;
        }

        .features-title,
        .features-description {
            width: 100%;
        }

        .api-cards {
            grid-template-columns: 1fr;
        }

        .testimonials-container {
            flex-direction: column;
            align-items: center;
        }

        .testimonial-card {
            flex: none;
            width: 100%;
            max-width: 400px;
        }

        .footer-main {
            flex-direction: column;
            gap: 32px;
        }

        .footer-brand,
        .footer-nav,
        .footer-contact {
            width: 100%;
        }

        .footer-bottom {
            flex-direction: column;
            gap: 24px;
        }

        .footer-address {
            width: 100%;
            text-align: center;
        }
    }

    .bg-image {
        position: absolute;
        left: 0;
        height: 100vh;
        width: 100vw;
        position: fixed;
        object-fit: cover;
        object-position: center;
    }

    .market-list::-webkit-scrollbar {
        height: 6px;
    }

    .market-list::-webkit-scrollbar-thumb {
        background: #eb8153;
        border-radius: 10px;
    }

    @media (max-width:426px) {
        .features-grid {
            margin-left: 40px;
        }

    }



    @media (max-width:430px) {
        .crypto-change-col {
            left: 300px;
        }

        .crypto-price-col {
            left: 550px;
        }

        .crypto-chart-col {
            left: 735px;
        }
    }

    @media (max-width:770px) {
        .crypto-change-col {
            left: 320px;
        }

        .crypto-price-col {
            left: 570px;
        }

        .crypto-chart-col {
            left: 800px;
        }
    }

    @media (max-width:1024px) {
        .crypto-change-col {
            left: 350px;
        }

        .crypto-price-col {
            left: 600px;
        }

        .crypto-chart-col {
            left: 800px;
        }

        .crypto-arrow {
            top: 135px !important;
        }

        .small-icon {
            width: 78px !important;
            height: 78px !important;
        }

        .avalanche-icon {
            top: 132px;
            left: 275px;
        }

        .polkadot-icon {
            top: 352px;
            left: 180px;
        }

        .nav-links {
            gap: 14px !important;
        }



    }

    @media (max-width: 1200px) {
        .why-choose-section {
            flex-direction: column;
            align-items: center;
            gap: 3rem;
            margin-top: 100px;
        }

        .dashboard-visual {
            width: 100%;
            height: auto;
            max-width: 500px;
        }

        .dashboard-container {
            width: 100%;
            height: auto;
            margin-left: 0;
        }

        .dashboard-image {
            width: 100%;
            height: auto;
        }

        .balance-card {
            position: relative;
            top: auto;
            left: auto;
            margin: 20px auto 0;
            width: 90%;
        }

        .why-choose-content {
            margin-left: 0;
            align-items: center;
            text-align: center;
        }

        .why-choose-title {
            font-size: 36px;
            width: 100%;
        }

        .feature-badges {
            justify-content: center;
            width: 100%;
        }

        .feature-badge {
            width: 100%;
            max-width: 500px;
            justify-content: flex-start;
        }
    }

    @media (max-width: 768px) {
        .why-choose-section {
            padding: 40px 20px;
        }

        .dashboard-container {
            padding: 10px;
        }

        .feature-badge span {
            font-size: 13px;
            width: auto;
        }

        .feature-badge svg {
            width: 40px;
            height: 40px;
        }
    }

    @media (max-width: 480px) {
        .why-choose-title {
            font-size: 28px;
        }

        .feature-badge {
            padding: 12px;
            gap: 10px;
        }

        .balance-card {
            padding: 12px;
        }

        .bar {
            width: 16px;
        }

        .bar-group span,
        .y-axis span {
            font-size: 7px;
        }

        .feature-badge span {
            font-size: 12px;
        }
    }

    @media (max-width:426px) {
        .central-circle {
            left: 60%;
        }

    }