.pricing-plan-btn {
    background: linear-gradient(180deg, #11cc38, #05aa4e)
}

.bg-transition-inactive {
    opacity: 0;
    transition: 1s
}

.bg-transition-active {
    opacity: 1;
    transition: .5s
}

.hide-scroll-bar {
    -ms-overflow-style: none
}

.hide-scroll-bar::-webkit-scrollbar {
    display: none
}

.discount-badge-wrapper {
    background: transparent;
    border-radius: 40px;
    overflow: hidden;
    padding: 1px;
    position: relative
}

.glow {
    animation: rotate 3s linear infinite;
    background: radial-gradient(#fff, #f1f5f9, transparent);
    transform-origin: bottom center
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.price-drawer input[type=checkbox],
.price-drawer input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    border: 1.25px solid #000;
    cursor: pointer;
    height: 20px;
    min-width: 20px;
    position: relative;
    width: 20px
}

.price-drawer input[type=radio] {
    border-radius: 50%
}

.price-drawer input[type=checkbox] {
    border-radius: 6px
}

.price-drawer input[type=checkbox]:checked,
.price-drawer input[type=radio]:checked {
    border: 1px solid #11cc38
}

.price-drawer input[type=checkbox]:checked:after,
.price-drawer input[type=radio]:checked:after {
    background-color: #11cc38;
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px
}

.price-drawer input[type=radio]:checked:after {
    border-radius: 50%
}

.price-drawer input[type=checkbox]:checked:after {
    border-radius: 3px
}

.addonList {
    scrollbar-color: #cecccc #fff;
    scrollbar-width: thin
}

.addonList::-webkit-scrollbar-thumb {
    scrollbar-color: #cecccc
}

#amount-select option {
    background-color: #121217 !important;
}

.range-container {
    width: 100%;
    margin-bottom: 20px;
}

.value-display {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.value-display::before {
    content: '💰';
    font-size: 20px;
}

.range-wrapper {
    position: relative;
    padding: 20px 0;
    cursor: pointer;
}

/* Custom track background */
.track-bg {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    transform: translateY(-50%);
    background: #363636;
    border-radius: 2px;
    z-index: 0;
    cursor: pointer;
}

/* Active track (filled portion) */
.track-fill {
    position: absolute;
    top: 50%;
    left: 0;
    height: 4px;
    transform: translateY(-50%);
    background: #11cb39;
    border-radius: 2px;
    z-index: 1;
    transition: width 0.3s ease;
    pointer-events: none;
}

/* Step dots */
.steps {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 2;
    pointer-events: none;
}

.step {
    width: 20px;
    height: 20px;
    background: #363636;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
    pointer-events: all;
}

.step:hover {
    transform: scale(1.3);
}

.step.active {
    background: #11cb39;
}

/* Thumb (custom made) */
.thumb {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: #11cb39;
    border: 4px solid #0a1628;
    border-radius: 50%;
    cursor: grab;
    box-shadow: 0 0 0 2px #11cb39;
    transition: transform 0.2s, left 0.3s ease;
    z-index: 3;
}

.thumb:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.thumb:active {
    cursor: grabbing;
}

/* WRAPPER */
.plan-switcher-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;

    @media screen and (max-width: 991px) {
        width: 100%;
        justify-content: center;
    }
}

/* MAIN BAR */
.plan-switcher {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
    /* padding: 6px;
    border-radius: 8px;
    background: linear-gradient(180deg, #11cc38, #05aa4e);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35); */
}

/* TABS */
.plan-tab {
    color: #ffffffbf;
    background-color: #ffffff1a;
    border: 1px solid #ffffff1f;
    border-radius: 8px;
    min-height: 45px;
    padding: .75rem 1.125rem;
    font-size: .9375rem;
    font-weight: 600;
}

.plan-tab:hover {
    background: #fff;
    color: #000;
    transition: all 0.4s;
}

/* ACTIVE TAB (WHITE CAPSULE) */
.plan-tab.active {
    background: linear-gradient(to right, #00ffc2, #42ff00);
    color: #000000;
    font-weight: 600;
}

/* BADGE */
.plan-tab .badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #a855f7;
    color: white;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 8px;
    white-space: nowrap;
}

/* FUTURES BUTTON */
.futures-btn {
    color: #000;
    background-color: #fff;
    border-radius: 8px;
    min-height: 45px;
    padding: .70rem 1.125rem;
    font-size: .9375rem;
    font-weight: 600;
}



.steps-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.steps-track {
    display: flex;
    gap: 32px;
    width: max-content;
    animation: scrollSteps 35s linear infinite;
}

/* Individual card */
.step-card {
    min-width: 360px;
    max-width: 360px;
    background: radial-gradient(800px circle at 10% 50%, rgba(0, 255, 64, 0.18), transparent 60%),
        linear-gradient(90deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 20px;
    padding: 22px;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform .35s ease, box-shadow .35s ease;
}

/* Hover premium effect */
.step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(151, 241, 99, 0.25);
}

/* Number pill */
.step-number {
    padding: 10px 20px;
    border-radius: 10px;
    background: linear-gradient(to right, #00ffc2, #42ff00);
    color: #000;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(34, 197, 94, 0.35);
}

/* Infinite left animation */
@keyframes scrollSteps {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


.payout-scroll ul {
    animation: payoutScroll 35s linear infinite;
}

@keyframes payoutScroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

/* Hover par pause (premium feel) */
.payout-scroll:hover ul {
    animation-play-state: paused;
}

.bg-gradiunt {
    background: radial-gradient(72% 120% at 27.5% 22.7%, rgb(43 67 13) 0%, rgb(0 0 0) 100%);
    border: 1px solid rgb(46, 46, 46);
}

.bg-gradiunt-reverse {
    background: radial-gradient(72% 120% at 27.5% 22.7%, rgb(0 0 0) 0%, rgb(43 67 13) 100%);
    border: 1px solid rgb(46, 46, 46);
}

@media (min-width:1024px) {
    .hero_section {
        padding-bottom: 170px !important;
    }
}

@media (max-width:1024px) {
    .hero_section {
        padding-bottom: 50px !important;
    }
}

.home_content {
    margin-inline: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}

@media (max-width:1024px) {
    .home_content {
        justify-content: center;
    }
}

.home_numbers {
    gap: 30px;
}

/* ===== HERO BACKGROUND ===== */

.hero-bg {
    background:
        radial-gradient(900px circle at 20% 20%, rgba(34, 197, 48, 0.37), transparent 60%),
        radial-gradient(700px circle at 80% 70%, rgba(34, 197, 48, 0.37), transparent 60%),
        #05070a;
    position: relative;
}

/* animated grid lines */
.hero-bg::before {
    /* content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(circle at center, black 40%, transparent 75%);
    animation: gridMove 18s linear infinite;
    z-index: 0; */
}

@keyframes gridMove {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(80px);
    }
}

/* floating glow orbs */
.glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .35;
    animation: float 12s ease-in-out infinite;
}

.glow.one {
    width: 320px;
    height: 320px;
    background: #22c55e;
    left: 10%;
    top: 20%;
}

.glow.two {
    width: 260px;
    height: 260px;
    background: #4ade80;
    right: 10%;
    bottom: 15%;
    animation-delay: 3s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-60px);
    }
}

/* text reveal animation */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    animation: reveal .9s ease forwards;
}

.reveal.delay {
    animation-delay: .35s;
}

@keyframes reveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* stat card hover */
.stat-card {
    transition: .35s;
    backdrop-filter: blur(12px);
}

.stat-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 20px 60px rgba(34, 197, 94, .25);
}

.bg-\[\#252144\] {
    background-color: #214427 !important;
}

/* ================= CRYPTO BACKGROUND ================= */

.crypto-section {
    background: #05070a;
    position: relative;
}

/* moving gradient fog */
.crypto-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(600px circle at 20% 30%, rgba(34, 197, 48, 0.37), transparent 60%),
        radial-gradient(500px circle at 80% 70%, rgba(34, 197, 48, 0.37), transparent 60%);
    animation: fogMove 18s ease-in-out infinite alternate;
    filter: blur(40px);
}

@keyframes fogMove {
    0% {
        transform: translateY(0px) translateX(0px);
    }

    50% {
        transform: translateY(-80px) translateX(40px);
    }

    100% {
        transform: translateY(60px) translateX(-40px);
    }
}


/* TRADING GRID */
.crypto-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: radial-gradient(circle at center, black 40%, transparent 80%);
    animation: gridScroll 25s linear infinite;
    opacity: .35;
}

@keyframes gridScroll {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 0 140px, 140px 0;
    }
}


/* NETWORK PARTICLES (crypto nodes) */
.crypto-particles {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(2px 2px at 20% 30%, rgba(34, 197, 94, .9), transparent),
        radial-gradient(2px 2px at 70% 60%, rgba(34, 197, 94, .8), transparent),
        radial-gradient(2px 2px at 40% 80%, rgba(16, 185, 129, .8), transparent),
        radial-gradient(2px 2px at 85% 20%, rgba(34, 197, 94, .9), transparent);
    animation: particleFloat 20s linear infinite;
    opacity: .6;
}

@keyframes particleFloat {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-120px);
    }

    100% {
        transform: translateY(0px);
    }
}

.crypto-section::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 220px;
    background: linear-gradient(to top, rgba(34, 197, 94, .25), transparent);
    filter: blur(50px);
    animation: candleGlow 6s ease-in-out infinite alternate;
}

@keyframes candleGlow {
    from {
        opacity: .2;
    }

    to {
        opacity: .6;
    }
}




.why-section {
    background: #05070a;
    position: relative;
}

.why-card {
    position: relative;
    z-index: 2;
    transition: all .45s cubic-bezier(.19, 1, .22, 1);
    border: 1px solid rgba(255, 255, 255, .08);
}

/* hover lift */
.why-card:hover {
    /* transform:translateY(-14px) scale(1.02); */
    border-color: rgba(34, 197, 94, .6);
    box-shadow:
        0 10px 40px rgba(34, 197, 94, .25),
        inset 0 0 25px rgba(34, 197, 94, .08);
}


.why-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(120deg, transparent, rgba(34, 197, 94, .7), transparent);
    opacity: 0;
    transition: .4s;
}

.why-card:hover::before {
    opacity: .35;
}

/* container */
.nav-lines {
    position: relative;
    overflow: hidden;
    border-radius: 9999px;
}

/* ===== TOP MOVING LINE ===== */
.nav-lines::before {
    content: '';
    position: absolute;
    top: 0;
    left: -35%;
    width: 35%;
    height: 0.5px;

    background: linear-gradient(90deg,
            transparent,
            #22c55e,
            transparent);

    animation: topScanner 3s linear infinite;
}

/* ===== BOTTOM MOVING LINE ===== */
.nav-lines::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -35%;
    width: 35%;
    height: 1px;

    background: linear-gradient(270deg,
            transparent,
            #22c55e,
            transparent);

    animation: bottomScanner 3s linear infinite;
}

/* animations */
@keyframes topScanner {
    from {
        left: -35%;
    }

    to {
        left: 100%;
    }
}

@keyframes bottomScanner {
    from {
        right: -35%;
    }

    to {
        right: 100%;
    }
}


.nav-lines::before,
.nav-lines::after {
    opacity: 1;
}


.hero-content-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-bottom: 30px;
}

.hero-trader-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    padding: .375rem .75rem .375rem .5rem;
    display: flex;
}

.trader-list-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.trader-img {
    border: .0625rem solid #ffffff;
    border-radius: 6.25rem;
    width: 1.625rem;
    height: 1.625rem;
    overflow: hidden;
}

.image-full {
    width: 100%;
    height: 100%;
}

.image-full.is-cover {
    object-fit: cover;
}

.trader-copy {
    margin-bottom: 0;
    font-size: 14px;
}

.rating-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #0fcb351c;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    padding: .25rem .875rem .25rem .25rem;
    display: flex;
    width: fit-content;
}

.hero-rating {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    background-color: #0fcb3512;
    border-radius: .5rem;
    justify-content: flex-start;
    align-items: center;
    padding: .5rem .625rem;
    display: flex;
}

.icon-mask {
    background-color: currentColor;
    padding: 0;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}




.swiper-button-next,
.swiper-button-prev {
    color: #42ff00 !important;
    transform: scale(.8);
}

.swiper-pagination-bullet {
    background: #ffffff55;
    opacity: 1;
}


.why-card {
    transition: all .45s cubic-bezier(.2, .8, .2, 1);
}

.why-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 255, 140, .18);
}





/* overall background */
.pricing-wrapper {
    background: radial-gradient(1200px circle at 50% -20%, rgba(0, 255, 150, .15), transparent 60%), #05070a;
    padding: 20px;
    border-radius: 22px;
}

/* remove default table look */
.pricing-table {
    border-collapse: separate;
}

/* header columns = cards */
.pricing-table thead th {
    background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02));
    backdrop-filter: blur(12px);
    border-right: 1px solid rgba(255, 255, 255, .08);
    position: relative;
    transition: .35s;
}

/* first column (labels) */
.pricing-table thead th:first-child {
    background: transparent;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

/* column card body */
.pricing-table tbody td {
    background: rgba(255, 255, 255, .02);
    border-right: 1px solid rgba(255, 255, 255, .05);
    text-align: center;
}

/* alternate rows */
.pricing-table tbody tr:nth-child(odd) td {
    background: rgba(255, 255, 255, .03);
}

/* hover highlight column */
.pricing-table td:hover,
.pricing-table th:hover {
    background: rgba(0, 255, 150, .08);
}

/* MOST POPULAR (50k column = 5th column) */
.pricing-table th:nth-child(5) {
    background: linear-gradient(180deg, rgba(0, 255, 170, .25), rgba(0, 255, 170, .06));
    border: 1px solid rgba(0, 255, 170, .6);
    box-shadow: 0 0 0 2px rgba(0, 255, 170, .25), 0 0 40px rgba(0, 255, 170, .25);
    transform: translateY(-18px);
    z-index: 2;
}

/* same column body highlight */
.pricing-table td:nth-child(5) {
    background: rgba(0, 255, 150, .06);
    position: relative;
}

/* rounded card effect */
.pricing-table th:not(:first-child) {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

/* buy button glow */
.getPlanBtn {
    background: linear-gradient(90deg, #00ffc2, #42ff00);
    color: #000;
    font-weight: 700;
    transition: .35s;
}

.getPlanBtn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 35px rgba(0, 255, 150, .45);
}

/* table text */
.pricing-table td,
.pricing-table th {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
}

/* remove heavy borders */
.pricing-table tr {
    border: none !important;
}

.pricing-wrapper {
    box-shadow: 0 60px 120px rgba(0, 0, 0, .65) inset;
}














/* Table */

.table-container {
    display: flex;
    gap: 5px;
    align-items: stretch;
    justify-content: center;
    padding: 40px 20px;
    overflow: auto;
}

@media screen and (max-width: 1465px) {
    .table-container {
        justify-content: unset;
    }
}

/* Column Styles */
.column {
    background: linear-gradient(#7efaad00, #7efaa71a);
    border-radius: 0 0 12px 12px;
    width: 180px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #2b2f36;
}

/* Label Column (First one) */
.labels {
    /* background-color: transparent;
            border: none; */
    text-align: center;
    min-width: 200px;
}

/* Highlighted Column (50K) */
.highlight {
    border: 2px solid #0fcd37;
    position: relative;
    background: linear-gradient(#8efa7e00, #7efa7e40);
    box-shadow: 0px 0px 20px rgba(112, 255, 148, 0.2);
}

.badge {
    background: linear-gradient(to right, #00ffc2, #42ff00);
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0;
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
    position: absolute;
    top: -34px;
    left: -2px;
    border: 2px solid #0fcd37;
    width: 200px;
}

/* even rows */
.table_row:nth-child(even) {
    background: rgb(255 255 255 / 7%);
}

/* odd rows */
.table_row:nth-child(odd) {
    background: rgba(255, 255, 255, 0.015);
}

/* Row Styles */
.table_row {
    padding: 15px 10px;
    border-bottom: 1px solid #2b2f36;
    font-size: 13px;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.labels .table_row {
    justify-content: center;
    height: 53px;
}

.header-row {
    font-size: 22px;
    font-weight: bold;
    padding: 25px 15px;
    border-bottom: 1px solid #2b2f36;
    color: #fff;
}

/* Pricing Section */
.price-section {
    padding: 20px 10px;
    background: rgba(255, 255, 255, 0.015);
    margin-top: auto;
    border-radius: 0 0 12px 12px;
}

.old-price {
    text-decoration: line-through;
    color: #aaabab;
    font-size: 14px;
}

.new-price {
    color: #0fcd37;
    font-size: 28px;
    font-weight: bold;
    margin: 5px 0;
}

.promo-box {
    text-align: center;
    cursor: pointer;
    background-color: #7ee8fa1a;
    border-radius: 90px;
    flex-flow: column;
    justify-content: center;
    color: #fff;
    align-items: center;
    padding: .5rem 1rem;
    font-size: 10px;
    display: flex;
    box-shadow: inset 0 0 7px #42ff00;
}

.check {
    display: inline-block;
}

/* Icons */
.check i {
    color: #0fcd37;
    font-size: 20px;
    display: flex;
}

.course-badge {
    border: 1px solid #0fcd37;
    border-radius: 15px;
    padding: 2px 10px;
    font-size: 11px;
}



/* ==== CARD ==== */
.rules-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 70px;
    border-radius: 30px;

    background:
        radial-gradient(800px circle at 10% 50%, rgba(0, 255, 64, 0.18), transparent 60%),
        linear-gradient(90deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));

    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow:
        inset 0 0 80px rgba(0, 0, 0, .9),
        0 40px 120px rgba(0, 0, 0, .65);
    overflow: visible;

    @media screen and (min-width: 1023px) {
        height: unset;
    }
}

/* LEFT TEXT */
.rules-content {
    max-width: 520px;
    z-index: 2;
}

/* RIGHT IMAGE */
.rules-image {
    position: absolute;
    right: 130px;
    bottom: 0;
    height: 120%;
    display: flex;
    align-items: flex-end;
    pointer-events: none;
}

.rules-image img {
    height: 530px;
    object-fit: contain;
    filter: drop-shadow(0 40px 80px rgba(0, 255, 150, .25));
}

/* MOBILE */
@media(max-width:1320px) {
    .rules-image img {
        height: 460px;
    }
}

@media(max-width:1024px) {
    .rules-card {
        padding: 40px 30px 210px;
        text-align: center;
        overflow: hidden !important;
    }

    .rules-content {
        max-width: 100%;
    }

    .rules-image {
        right: 50%;
        transform: translateX(50%);
        bottom: -58px;
    }

    .rules-image img {
        height: 360px;
    }
}





.plan-top img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.pricing-container {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

/* card */
.plan-card {
    position: relative;
    background: radial-gradient(800px circle at 10% 50%, rgba(0, 255, 64, 0.18), transparent 60%),
        linear-gradient(90deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: inset 0 0 80px rgba(0, 0, 0, .9),
        0 40px 120px rgba(0, 0, 0, .65);
    border-radius: 12px;
    transition: all 0.4s;
    cursor: pointer;
}

.plan-card.active::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 0%, rgba(255, 255, 255, .18), transparent 50%);
    opacity: .4;
}


/* features */
.plan-features {
    padding: 18px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.plan-features p {
    display: flex;
    justify-content: space-between;
    color: rgb(170, 171, 171);
    margin: 14px 0 0 0;
    font-size: 15px;
}

.plan-features span {
    color: rgb(170, 171, 171);
}

/* hover lift */
.plan-card:hover {
    transform: translateY(-10px);
}

/* responsive */
@media(max-width: 1320px) {
    .pricing-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 767px) {
    .pricing-container {
        grid-template-columns: 1fr;
    }
}

.user_gradiunt {
    background: linear-gradient(#8efa7e00, #1d590f8c);
    height: 500px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 12px;
}








.global-section {
    background: #05070a;
    color: white;
    overflow: hidden;
}

.global-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* MAP */
.map-area {
    position: relative;
}

.map-img {
    width: 100%;
    opacity: .55;
    filter: hue-rotate(80deg) brightness(1.2);
}

/* office badges */
.office {
    position: absolute;
    background: rgba(0, 0, 0, .65);
    border: 1px solid rgba(0, 255, 150, .35);
    backdrop-filter: blur(10px);
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 14px;
    box-shadow: 0 0 25px rgba(0, 255, 150, .25);
    transition: .3s;
}

.office:hover {
    transform: translateY(-6px) scale(1.05);
}

/* positions */
.amsterdam {
    top: 18%;
}

.warsaw {
    top: 35%;
    left: 52%;
}

.dubai {
    top: 58%;
    left: 58%;
}

/* RIGHT TEXT */
.tag {
    color: #0fcd37;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.global-content h2 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.desc {
    color: #b7c3cf;
    line-height: 1.7;
    margin-bottom: 35px;
}

/* stats */
.stats {
    display: flex;
    gap: 60px;
}

.stats h3 {
    color: #0fcd37;
    font-size: 42px;
    margin-bottom: 6px;
}

.stats p {
    color: #cbd5df;
}

/* glow background */
.global-section::before {
    content: "";
    position: absolute;
    left: -200px;
    top: 100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 255, 150, .25), transparent 60%);
    filter: blur(80px);
}

@media(max-width:992px) {

    .global-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .stats {
        justify-content: center;
        flex-wrap: wrap;
    }

    .office {
        display: none;
        /* mobile ma badges hide */
    }
}



.office-section {
    background: #05070a;
}

.office-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

/* card */
.office-card {
    position: relative;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
    cursor: pointer;
    transition: .4s;
}

/* image */
.office-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform .6s ease;
}

/* gradient overlay */
.office-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(34 140 16 / 67%) 0%, rgb(83 255 0 / 35%) 30%, rgba(0, 0, 0, 0) 70%);
    opacity: .9;
}

/* text */
.office-text {
    position: absolute;
    left: 22px;
    bottom: 22px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    max-width: 80%;
}

/* hover effects */
.office-card:hover {
    transform: translateY(-10px);
}

.office-card:hover img {
    transform: scale(1.08);
}

/* soft glow */
.office-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    box-shadow: 0 0 50px rgba(0, 255, 150, .25);
    opacity: 0;
    transition: .4s;
}

.office-card:hover::after {
    opacity: 1;
}


@media(max-width:992px) {
    .office-container {
        grid-template-columns: 1fr;
    }

    .office-card img {
        height: 260px;
    }
}








.platform-wrapper {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* left */
.platform-badge {
    color: #0fcd37;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
}

.platform-left h3 {
    color: white;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.25;
    margin: 12px 0;
}

.platform-left h3 span {
    color: #fff;
}

.platform-mt {
    color: #0fcd37;
    font-size: 18px;
    font-weight: 600;
    margin-top: 18px;
}

.platform-desc {
    color: rgba(255, 255, 255, .65);
    line-height: 28px;
    margin-top: 10px;
    max-width: 520px;
}

.platform-highlight {
    margin-top: 20px;
    color: #0fcd37;
    line-height: 30px;
}


.platform-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

/* card */
.instrument-card {
    position: relative;
    padding: 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 255, 140, .25);
    transition: .35s;
    overflow: hidden;
}

/* glow effect */
.instrument-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            transparent,
            rgba(0, 255, 140, .25),
            transparent);
    opacity: 0;
    transition: .35s;
}

/* hover */
.instrument-card:hover {
    transform: translateY(-8px);
    border: 1px solid #2bff88;
    box-shadow: 0 0 35px rgba(0, 255, 140, .35);
}

.instrument-card:hover::before {
    opacity: 1;
}

.instrument-card h4 {
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.instrument-card p {
    color: rgba(255, 255, 255, .65);
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
}

@media(max-width:992px) {

    .platform-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .platform-left h3 {
        font-size: 30px;
    }

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

}