/* =========================================================
   Global & Layout
   ========================================================= */

.landing-bs {
    margin-bottom: 48px;
}

.landing-bs > * + * {
    margin-top: 48px;
}

.landing-bs-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

/* =========================================================
   Hero Section (.hero-bs)
   ========================================================= */

.hero-bs {
    color: #fff;
    padding-block: 48px;
}

.hero-zero-plan {
    padding-top: 48px;
}

.hero-bs__row {
    display: flex;
    gap: 48px;
}

/* Hero Content */
.hero-bs__content {
    display: flex;
    flex-direction: column;
}

.hero-bs__content > * + * {
    margin-top: 32px;
}

.hero-bs__title {
    align-self: stretch;
    color: white;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 48px;
    margin-bottom: 0;
    word-wrap: break-word
}

.hero-bs__zero-title {
    align-self: stretch;
    color: white;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 48px;
    margin-bottom: 0;
    word-wrap: break-word
}

.hero-bs__text {
    color: #A8A29E;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    word-wrap: break-word;
}

/* Hero Benefits */
.hero-bs__benefits {
    margin-bottom: 0;
}

.hero-bs__benefits > * + * {
    margin-top: 12px;
}

.hero-bs__benefit {
    font-size: 1rem;
    gap: 4px;
    color: #ccc;
}

.hero-bs__icon {
    flex-shrink: 0;
    font-size: 1.2rem;
    color: #f6a20e; /* Amarillo de acento */
}

/* Hero CTA Button */
.hero-bs__btn {
    display: flex;
    color: #3D2900;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    padding: 16px 24px;
    border: none;
}

.mega-btn-primary-md.hero-bs__btn:not([disabled]):hover {
    border: none;
}

/* Hero Media */
.hero-bs__media {
    text-align: center;
}

.hero-bs__media-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.hero-bs__image {
    display: block;
    width: 100%;
    height: auto;
}

.hero-bs__media-card {
    width: 600px;
    position: relative;
}

.hero-bs__media-card .hero-bs__media-icon-zero-plan {
    height: 445px;
}

.hero-bs__media-card-circle {
    width: 451px;
    height: 300px;
    background: #FB7185;
    border: 1px solid #000;
    opacity: 0.3;
    border-radius: 50%;
    filter: blur(100px);
    position: absolute;
    left: 74px;
    top: 20px;
    z-index: -1;
}

.hero-bs__media-card .hero-bs__glide .slider__bullets.glide__bullets {
    bottom: -32px;
}

/* Glide Slider Overrides for Hero */
.hero-bs__glide .slider__frame img {
    max-width: 504px;
}


/* HOW IT WORKS ZERO PLAN */

/* Bloque principal del grid */
.zero-plan-grid {
    padding: 32px 16px;
    background: #1E1E1E;
    overflow: hidden;
    border-radius: 16px;
    outline: 1px #404040 solid;
    outline-offset: -1px;
    justify-content: space-between;
    align-items: flex-start;
    display: inline-flex;
    margin-top: 48px;
}

/* Cada item de la cuadrícula */
.zero-plan-grid__item {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

/* Valor principal (ej: “2%”, “EoD”, etc.) */
.zero-plan-grid__value {
    align-self: stretch;
    text-align: center;
    color: #ffb34a;
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 72px;
    word-wrap: break-word;
}

/* Título (ej: “Profit Target”) */
.zero-plan-grid__title {
    align-self: stretch;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    word-wrap: break-word;
}

/* Texto descriptivo */
.zero-plan-grid__text {
    text-align: center;
    color: #a8a29e;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
    max-width: 200px;
}

.how-it-works-zero-plan {
    background: #0A0A0A;
    border-top: 1px #404040 solid;
    border-bottom: 1px #404040 solid;
}

.how-it-works-zero-plan .landing-bs-container {
    margin-block: 48px;
}

.how-it-works-zero-plan .glide__bullet.glide__bullet--active {
    background-color: #8C8C8C;
}

.how-it-works-zero-plan .glide__bullets {
    bottom: 13.67px;
}

.how-it-works-zero-plan .glide__bullet {
    width: 14.67px;
    height: 14.67px;
    background: #3D3D3D;
}

/* Responsividad */
@media (max-width: 1200px) {
    .zero-plan-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        row-gap: 24px;
    }
}

@media (min-width: 1024px) {
    .zero-plan-grid .slider__track {
        width: 100%;
    }

    .zero-plan-grid .slider__slides {
        display: grid;
        grid-template-columns: repeat(5, 233px);
        justify-content: space-between;
    }

    .zero-plan-grid__item {
        width: 100%;
    }

    .zero-plan-grid .slider__bullets {
        display: none;
    }
}


/* =========================================================
   Verified Section (.verified-bs)
   ========================================================= */

.verified-bs {
    text-align: center;
    overflow: hidden;
}

.verified-bs__container {
    margin: 0 auto;
    padding: 0 var(--space-md);
}

/* Titles (Shared with other sections) */
.verified-bs__title, .payouts-and-comparison__title, .comparison__header, .pricing-table-container__title, .section-header__title {
    color: white;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
    word-wrap: break-word;
    margin-bottom: 0;
}

.verified-bs__title span, .payouts-and-comparison__title span, .pricing-table-container__title span, .section-header__title span {
    color: var(--Surface-Primary);
}

.verified-bs__subtitle, .payouts-and-comparison__subtitle, .pricing-table-container__subtitle, .section-header__subtitle {
    max-width: 760px;
    text-align: center;
    color: var(--body-color);
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    word-wrap: break-word;
    margin: auto;
    margin-block: 16px;
}

.pricing-table-container__subtitle {
    margin-top: 16px;
    margin-bottom: 0;
    padding: 0;
}


/* Carousel / Images */
#verified-bs-carousel {
    padding-top: 32px;
    padding-bottom: 16px;
}

.verified-bs__cards {
    padding: 32px 16px;
}

.verified-bs__cards .verified-bs__carousel {
    gap: 16px;
    display: flex;
}

.verified-bs__carousel {
    animation: verified-bs__carousel 120s linear infinite;
}

.verified-bs__carousel:hover {
    animation-play-state: paused;
}

.splide__slide {
    width: 291px !important; /* Mantenido para slider de terceros */
    height: 200px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.verified-bs__image {
    display: inline-table;
    border-radius: 16px;
    border: 4px #1E1E1E solid;
    width: 291px !important;
    height: 200px;
    object-fit: cover;
}

.verified-bs__image:hover {
    border-color: #FFB34A;
}

.verified-bs__wrapper {
    margin-top: 16px;
    padding-top: 32px;
}

/* Glide Slider Overrides for Verified */
.verified-bs__glide .glide__slide {
    position: relative;
    max-width: 715px;
}

.verified-bs__glide .glide__track {
    overflow: visible;
}

.verified-bs__glide .slider__bullets {
    width: var(--verified-bs-slide-width);
}

.verified-bs__glide .glide__arrows {
    position: static;
    width: calc(var(--verified-bs-slide-width) + 64px);
}

.control-arrows-bs {
    position: static;
}

.verified-bs__glide .glide__arrow--prev, .control-arrows-bs .glide__arrow--prev,
.verified-bs__glide .glide__arrow--next, .control-arrows-bs .glide__arrow--next {
    position: absolute;
    padding: 8px;
    background: #1E1E1E;
    border-radius: 64px;
    outline: 1px #404040 solid !important;
    outline-offset: -1px;
    width: 40px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    border: none;
}

.control-arrows-bs .glide__arrow--prev {
    left: 0;
    top: calc(50% - 28px);
}

.control-arrows-bs .glide__arrow--next {
    right: 0;
    top: calc(50% - 28px);
}

.verified-bs__glide .glide__arrow--prev {
    left: 0;
    top: calc(50% - 10px);
}

.verified-bs__glide .glide__arrow--next {
    right: calc(100% - var(--verified-bs-slide-width));
    top: calc(50% - 10px);
}

.verified-bs__glide .glide__bullets {
    position: relative;
    bottom: auto;
    margin-block: 16px;
    padding-block: 8px;
    padding-inline: 16px;
    left: auto;
    transform: translateX(0px);
}

/* =========================================================
   Payout Section (.payout-bs)
   ========================================================= */

.payout-bs {
    padding-block: 48px;
}

.payout-bs__row {
    display: flex;
    justify-content: space-between;
    gap: 48px;
}

/* Content */
.payout-bs__content > * + * {
    margin-top: 32px;
}

.payout-bs__header {
    margin-bottom: 0;
}

.payout-bs__media {
    width: 100%;
    height: 100%;
}

.payout-bs__title {
    align-self: stretch;
    color: white;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
    word-wrap: break-word
}

/* Steps list */
.payout-bs__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 0;
    padding-left: 0;
}

.payout-bs__item {
    align-self: stretch;
    padding: 4px 16px;
    overflow: hidden;
    border-left: 2px #2DD4BF solid;
    flex-direction: column;
    justify-content: flex-start;
    height: 100px;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
    background: linear-gradient(90deg, rgba(45, 212, 191, 0.10) 0%, rgba(23.35, 110, 99.10, 0.10) 97%);
}

.payout-bs__item-title {
    height: 32px;
    color: #2DD4BF;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    word-wrap: break-word
}

.payout-bs__wrapper_content {
    align-self: stretch;
    flex-direction: column;
    gap: 8px;
    display: flex
}

.payout-bs__wrapper_content p {
    align-self: stretch;
    color: #A8A29E;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 24px;
    word-wrap: break-word;
    margin-bottom: 0;
    letter-spacing: -0.05em;
}

/* Media */
.payout-bs__media-wrapper {
    /*height: 556px;*/
    flex: 1;
}

/* =========================================================
   Platforms Section (.platforms-bs)
   ========================================================= */

.platforms-bs {
    background: #131210;
    margin-top: 0;
}

.platforms-bs__list {
    display: flex;
    justify-content: center;
}

.platforms-bs__item {
    padding: 48px;
    width: 100%;
    text-align: center;
}

.platforms-bs__item img {
    width: 280px;
    height: 46px;
}

/* =========================================================
   Journal Section (.journal-bs)
   ========================================================= */

.journal-bs {
    background-color: var(--smoke-color2);
    padding-block: 48px;
    margin-top: 0;
}

.journal-bs__container {
    max-width: 1200px;
    margin: 0 auto;
    padding-inline: 16px;
    padding-bottom: 16px;
}

/* Header */
.journal-bs__header {
    text-align: left;
}

.journal-bs__header > * + * {
    margin-top: 16px;
}

.journal-bs__header .badge-group {
    padding: 0;
}

/* Title */
.journal-bs__title {
    align-self: stretch;
    color: white;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
    word-wrap: break-word;
    margin-bottom: 0;
}

/* Content / Swiper */
.journal-bs__content {
    position: relative;
    padding-top: 32px;
}

.journal-bs__card {
    background-color: var(--body-bg);
    height: auto;
    width: 100%;
    gap: 16px;
}

.journal-bs__card .mt-card__title {
    color: #A8A29E;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    word-wrap: break-word
}

.journal-bs__card .mt-card__body {
    width: 100%;
    height: auto;
    background: #1E1E1E;
    border-radius: 8px;
}


.journal-bs__media {
    width: 100%;
    height: 100%;
}

.journal-bs__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider__slides .glide__slide:not(.glide__slide--active) .journal-bs__card {
    opacity: 1;
}

/* Pagination */
.journal-bs__content .swiper-pagination {
    position: relative;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.journal-bs__content .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.journal-bs__content .swiper-pagination-bullet-active {
    opacity: 1;
}

/* =========================================================
   Component: Badge Duo (.badge-duo)
   ========================================================= */

.badge-duo {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 6px 16px 6px 6px;
    border-radius: 64px;
    outline: 2px solid #14B8A6;
    outline-offset: -2px;
    background-color: transparent;
}

.badge-duo__primary {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #14B8A6;
    border-radius: 64px;
    overflow: hidden;
}

.badge-duo__secondary {
    color: #14B8A6;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.badge-duo__primary .badge-duo__text {
    color: #131210;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
}

.badge-duo__secondary .badge-duo__text {
    color: white;
}

/* =========================================================
   Component: Badge Group (.badge-group)
   ========================================================= */

.badge-group {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 4px;
    background-color: #1E1E1E;
    border-radius: 12px;
}

/* Item */
.badge-group__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 64px;
    background: transparent;
}

/* Text */
.badge-group__text {
    color: #FFB34A;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    word-wrap: break-word;
}

/* Active State */
.badge-group__item.is-active {
    background-color: #FFB34A;
}

.badge-group__item.is-active .badge-group__text {
    color: #020617;
}

/* =========================================================
   Testimonials Section (.testimonials)
   ========================================================= */

.testimonials {
    display: flex;
    gap: 16px;
    padding: 0 16px 24px 16px;
}

.testimonials__card {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
}

img.testimonials__image {
    width: 200px;
    height: 176px;
    border-radius: 16px 0 0 16px;
    object-fit: cover;
}

.testimonials__content {
    padding: 32px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--smoke-color2);
    display: flex;
    flex-direction: column;
}

.testimonials__content > * + * {
    margin-top: 16px;
}

.testimonials__quote {
    color: #a8a29e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px;
    word-wrap: break-word;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonials__info {
    display: flex;
    flex-direction: column;
}

.testimonials__author {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.testimonials__name {
    display: inline-block;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word
}

.testimonials__icon {
    flex-shrink: 0;
}

.testimonials__role {
    color: #a8a29e;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

/* =========================================================
   Competition Section (.competition)
   ========================================================= */

.competition {
    margin: 24px 0 0 0;
    padding: 48px;
    border-radius: 16px;
    background: linear-gradient(180deg, #1E1E1E 0%, #0A0A0A 100%);
}

.competition__wrapper {
    display: inline-flex;
    justify-content: center;
    gap: 48px;
    width: 100%;
}

.competition__content {
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

.competition__title {
    align-self: stretch;
    color: white;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
    word-wrap: break-word;
    letter-spacing: -0.025em;
    margin-bottom: 0;
}

.competition__rewards {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    align-self: stretch;
}

.competition__reward-card {
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px;
    background: #1E1E1E;
    border-radius: 16px;
    overflow: hidden;
    gap: 8px;
}

.competition__reward-header {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    align-self: stretch;
}

.competition__reward-amount {
    color: #FFB34A;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}

.competition__reward-label {
    color: #A8A29E;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px;
}

.competition__entry-note {
    width: 100%;
    max-width: 760px;
    color: #A8A29E;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    word-wrap: break-word;
    margin-bottom: 0;
}

.competition__perks {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.competition__perk {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    align-self: stretch;
}

.competition__perk-text {
    color: #A8A29E;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

.competition__cta {
    margin-top: 8px;
}

.competition__image {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    align-self: stretch;
    max-width: 568px;
}

.competition__image-placeholder {
    flex: 1 1 0;
    align-self: stretch;
    background: #1E1E1E;
    border-radius: 16px;
    overflow: hidden;
}

.competition__image-placeholder img {
    object-fit: cover;
    height: 100%;
    mix-blend-mode: color-dodge;
    opacity: 0.9;
}

/* =========================================================
   Payouts & Comparison Section (.payouts-and-comparison)
   ========================================================= */

.payouts-and-comparison {
    background: var(--smoke-color2);
    text-align: center;
    overflow: hidden;
}

.payouts-and-comparison__container {
    padding-block: 48px;
}

.payouts-and-comparison__container .section-header__subtitle {
    max-width: 702px;
}

.payouts-and-comparison__image {
    width: 452px; /* Specific dimensions */
    height: 358px;
}

.payouts-and-comparison__cards {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-top: 32px;
    padding-top: 16px;
    padding-bottom: 32px;
}

.payouts-and-comparison__card {
    padding: 32px 16px 16px 16px;
    position: relative;
    background: var(--body-bg);
    border-radius: 16px;
}

.payouts-and-comparison__badge {
    width: calc(100% - 16px - 16px);
    position: absolute;
    top: -12px
}

.payouts-and-comparison__content {
    margin-top: 16px;
    padding: 8px 16px 16px 16px;
}

.payouts-and-comparison__list > * + * {
    margin-top: 12px;
}

.payouts-and-comparison__list li {
    display: flex;
    gap: 4px;
}

.payouts-and-comparison__list p {
    margin-bottom: 0;
}

.payouts-and-comparison__checked {
    width: 24px;
    height: 24px;
}

.payouts-and-comparison__platforms {
    display: flex;
    align-items: center;
    gap: 41px;
}

.payouts-and-comparison__list {
    text-align: left;
}

/* =========================================================
   Comparison Section (.comparison)
   ========================================================= */

.comparison-stats {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    padding-top: 16px;
}

.comparison-stats__item {
    flex: 1 1 0;
    max-width: 260px;
    padding: 24px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.comparison-stats__value {
    text-align: center;
    color: #FFB34A;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    word-wrap: break-word;
}

.comparison-stats__label {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    word-wrap: break-word;
}

.comparison-stats__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.comparison {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.comparison__grid {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding-bottom: 32px;
}

.comparison .section-header__title {
    padding-block: 32px;
}

/* Columnas */
.comparison__col {
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #1e1e1e;
    overflow: hidden;
}

.comparison__col:nth-child(2) > .comparison__content--border, .comparison__col:nth-child(2) > .comparison__content--border .comparison__inner {
    border-right-width: 0;
}

.comparison__col--labels {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.comparison__col--mega {
    background: #131210;
    border-radius: 16px;
    outline: 2px solid #ffb34a;
    outline-offset: -2px;
}

/* Espaciador superior (mantiene alineación) */
.comparison__spacer {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-block: 38px;
    padding-inline: 16px;
    gap: 8px;
}

/* Headers */
.comparison__header {
    align-self: stretch;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}

.comparison__header--highlighted {
    padding: 40px 16px;
    background: linear-gradient(
            0deg,
            rgba(255, 179, 74, 0.05),
            rgba(255, 179, 74, 0.05)
    ),
    #131210;
}

.comparison__title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
}

.comparison__title--mega {
    gap: 16px;
}

/* Cuerpo */
.comparison__content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.comparison__content--border {
    padding-bottom: var(--comparison-margin-top);
    border-right: 2px solid #292524;
}

.comparison__content--mega {
    padding-bottom: 32px;
    background: #131210;
}

.comparison__content--labels {
    padding-bottom: var(--comparison-margin-top);
}

/* Inner */
.comparison__inner {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-right: 2px solid #292524;
}

/* Filas */
.comparison__row {
    align-self: stretch;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    border-top: 1px solid #292524;
}

.comparison__row:first-child {
    border-top: none;
}

/* Textos */
.comparison__label {
    flex: 1 1 0;
    text-align: right;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.comparison__value {
    color: #a8a29e;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

/* CTA */
.comparison__cta {
    align-self: stretch;
    padding: 0 24px;
}

.comparison__cta a {
    display: block;
    width: 100%;
}

/* =========================================================
   Component: Promo Badge (.promo-badge)
   ========================================================= */

.promo-badge {
    padding: 6px 16px 6px 6px;
    border-radius: 64px;
    outline: 2px solid #14B8A6;
    outline-offset: -2px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.promo-badge__tag {
    padding: 8px 12px;
    background: #14B8A6;
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.promo-badge__tag-text {
    color: #020617;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.promo-badge__text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

/* =========================================================
   Miscellaneous UI
   ========================================================= */

.mt-pricing-table-type {
    display: none;
}

.mt-select-ac-type input[type="radio"]:checked ~ .dropdown-item__wrapper label {
    background: #F5F5F5;
    border-radius: 8px;
    margin-top: 0;
}

.mt-select-ac-type input[type="radio"]:checked ~ .dropdown-item__wrapper label {
    background: #F5F5F5;
    border-radius: 8px;
}

.mt-select-ac-type {
    display: none;
}

.mt-select-ac-type label {
    cursor: pointer;
    margin-bottom: 4px;
}

.mt-select-ac-type li:last-child label {
    margin-bottom: 0;
}

.price-table {
    padding-block: 16px;
}

#pricing .pricing-table-container-options {
    padding: 32px 0 0;
}

/* ============================================================
   TESTIMONIALS-BS — Bloque principal
   ============================================================ */

.testimonials-bs {
    margin-top: 0;
}

.testimonials-bs__layout {
    width: 100%;
    height: 774px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 48px;
}

/* ============================================================
   Columna izquierda — Introducción y CTA
   ============================================================ */

.testimonials-bs__intro {
    flex: 1 1 0;
    max-width: 400px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.testimonials-bs__trustpilot {
    width: 100%;
}

.testimonials-bs__headline {
    align-self: stretch;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
    word-wrap: break-word;
    margin: 0;
}

.testimonials-bs__subheadline {
    width: 100%;
    max-width: 760px;
    color: #a8a29e;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    word-wrap: break-word;
    margin: 0;
}

.testimonials-bs__features {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.testimonials-bs__feature {
    align-self: stretch;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}

.testimonials-bs__feature-icon {
    width: auto;
    height: auto;
}

.testimonials-bs__feature-text {
    flex: 1 1 0;
    color: #a8a29e;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

.testimonials-bs__cta {
    align-self: stretch;
}

/* ============================================================
   Grid principal — columnas de testimonios
   ============================================================ */

.testimonials-bs__grid {
    flex: 1 1 0;
    height: 744px;
    max-height: 1000px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: flex;
}

.testimonials-bs__col {
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

/* ============================================================
   Card de testimonio individual
   ============================================================ */

.testimonials-bs__card {
    align-self: stretch;
    padding: 32px;
    background: #1e1e1e;
    overflow: hidden;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.testimonials-bs__stars {
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    display: inline-flex;
}

.testimonials-bs__text {
    align-self: stretch;
    color: #a8a29e;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
    margin: 0;
}

/* ============================================================
   Autor del testimonio
   ============================================================ */

.testimonials-bs__author {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    display: inline-flex;
}

.testimonials-bs__author-img {
    width: 64px;
    height: 64px;
    border-radius: 9999px;
    position: relative;
    object-fit: cover;
}

.testimonials-bs__author-info {
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.testimonials-bs__author-name {
    align-self: stretch;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

.testimonials-bs__author-country {
    align-self: stretch;
    color: #a8a29e;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

/* ============================================================
   Variante de autor con iniciales (sin imagen)
   ============================================================ */

.testimonials-bs__author-initials {
    width: 64px;
    height: 64px;
    position: relative;
    border-radius: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 28px;
    text-align: center;
}

/* =========================================================
   Upcoming Section (.upcoming-bs)
   ========================================================= */

.upcoming-bs {
    margin-top: 0;
    border-top: 1px #404040 solid;
    border-bottom: 1px #404040 solid;
    background: #0A0A0A;
    padding: 60px 0 48px;
}

.upcoming-bs .upcoming-bs__no_events {
    display: flex;
    justify-content: center;
    padding-block: 16px;
}

.upcoming-bs .section-header__subtitle--only-mobile {
    display: none;
}

.upcoming-bs__container .section-header__title {
    padding-bottom: 32px;
}

/* Events */
.events-bs {
    padding-top: 16px;
    padding-bottom: 16px;
}

.events-bs__list {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
}

.events-bs__card {
    flex: 1 1 0;
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.events-bs__image {
    align-self: stretch;
    height: 300px;
    min-height: 300px;
    border-radius: 16px;
    object-fit: cover;
}

.events-bs__content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 8px;
    gap: 16px;
}

.events-bs__info {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
}

.events-bs__title {
    align-self: stretch;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    word-wrap: break-word;
    margin: 0;
}

.events-bs__details {
    align-self: stretch;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.events-bs__date {
    flex: 1 1 0;
    color: #a8a29e;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

.events-bs__location {
    color: #2dd4bf;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    word-wrap: break-word;
}

.events-bs__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    background: white;
    border-radius: 4px;
    outline: 1px solid white;
    outline-offset: -1px;
    cursor: pointer;
}

.events-bs__button-text {
    color: #292524;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    word-wrap: break-word;
}

/* =========================================================
   Path to Payout Section (.path-to-payout-bs)
   ========================================================= */

.path-to-payout-bs {
    /* No tiene reglas directas en el original, se añade para mantener la coherencia si se necesita */
}

.path-to-payout-bs .section-header__subtitle {
    max-width: 558px;
    margin-top: 16px;
    margin-bottom: 0;
}

/* Contenedor de pasos (escritorio) */
.path-to-payout-bs__steps {
    display: flex;
    gap: 48px;
    margin-top: 32px;
    margin-bottom: 48px;
}

/* Elemento de paso individual y wrapper del último elemento */
.path-to-payout-bs__item,
.path-to-payout-bs__item--last-card--wrapper {
    width: 100%;
    flex-direction: column;
    display: flex;
    position: relative;
}

/* Estilos de la tarjeta de escritorio */
.path-to-payout-bs__desktop-card {
    padding: 16px;
    background: #1E1E1E;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
    height: 100%;
}

/* Estilos de la tarjeta móvil (se muestran en móvil, se ocultan en escritorio) */
.path-to-payout-bs__mobile-card {
    /* Esta clase solo tiene reglas en media queries en el original */
}

/* Paso/Número (Desktop) */
.path-to-payout-item__step {
    padding: 12px;
    background: #FFB34A;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    text-align: center;
    color: #131210;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    word-wrap: break-word;
    margin-bottom: var(--margin-bottom-path-to-payout-item__step);
    align-self: center;
    position: relative;
}

/* Pseudo-elementos de línea y efectos de estado (Desktop) */
.path-to-payout-item__step:after {
    content: '';
    height: var(--margin-bottom-path-to-payout-item__step);
    width: 2px;
    background: #ffb34a;
    position: absolute;
    z-index: -1;
    bottom: calc(var(--margin-bottom-path-to-payout-item__step) * -1);
}

.path-to-payout-bs__item--first-card:before {
    content: '';
    height: 2px;
    width: 60%;
    background: #ffb34a;
    position: absolute;
    right: -48px;
    transform: translateY(25px);
    z-index: -1;
}

.path-to-payout-bs__item--middle-card:after {
    content: '';
    height: 2px;
    width: 60%;
    background: #ffb34a;
    position: absolute;
    left: -48px;
    transform: translateY(25px);
    z-index: -1;
}

.path-to-payout-bs__item--middle-card:before {
    content: '';
    height: 2px;
    width: 100%;
    background: #fdb34a;
    position: absolute;
    right: -48px;
    transform: translateY(25px);
    z-index: -1;
}

.path-to-payout-bs__item--last-card {
    opacity: 0.40;
}

.path-to-payout-bs__item--last-card--wrapper:before {
    content: '';
    height: 2px;
    width: var(--path-to-payout-last-line-px);
    background: #fdb34a;
    position: absolute;
    left: -1px;
    transform: translateY(25px);
    z-index: -1;
}

/* Contenido de la tarjeta (Desktop) */
.path-to-payout-item__title {
    align-self: stretch;
    text-align: center;
    margin-bottom: 0;
    color: #FFB34A;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    word-wrap: break-word;
}

.path-to-payout-item__subtitle {
    align-self: stretch;
    text-align: center;
    color: #A8A29E;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

/* =========================================================
   Path to Payout Section (.trader-benefits-bs)
   ========================================================= */

.trader-benefits-bs {
    width: 100%;
    padding: 48px 16px 0;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    display: inline-flex;
}

.trader-benefits-bs__content {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    display: inline-flex;
}

.trader-benefits-bs__title {
    width: 100%;
    max-width: 1280px;
    color: white;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
    word-wrap: break-word;
}

.trader-benefits-bs__list {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: flex;
}

.trader-benefits-bs__item {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
}

.trader-benefits-bs__icon {
    display: inline-block;
}

.trader-benefits-bs__text {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: inline-flex;
}

.trader-benefits-bs__subtitle {
    align-self: stretch;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

.trader-benefits-bs__description {
    align-self: stretch;
    color: #a8a29e;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

.trader-benefits-bs__link {
    align-self: stretch;
    color: #ffd78a;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 24px;
    word-wrap: break-word;
}

.trader-benefits-bs__image {
    flex: 1 1 0;
    height: 408px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: flex;
}

.trader-benefits-bs__image-placeholder {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.trader-benefits-bs__image-placeholder img {
    object-fit: cover;
    height: 100%;
}

/* =========================================================
Resource Section (.resources-bs)
========================================================= */

.resources-bs {
    width: 100%;
    align-self: stretch;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #1e1e1e;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 48px;
    display: inline-flex;
}

.resources-bs .section-header__subtitle {
    margin-bottom: 0;
    max-width: 610px;
}

.resources-bs__intro {
    width: 100%;
    padding: 48px;
    background: #131210;
    border-radius: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.resources-bs__intro-content {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    display: inline-flex;
}

/* Bloque contenedor principal */
.trading-status {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

/* El badge o cápsula exterior */
.trading-status__badge {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 6px 16px 6px 6px;
    border-radius: 64px;
    outline: 2px #e11d48 solid;
    outline-offset: -2px;
}

/* Etiqueta interna con fondo oscuro */
.trading-status__label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #881337;
    border-radius: 64px;
    overflow: hidden;
}

/* El punto indicador (dot) */
.trading-status__dot {
    width: 8px;
    height: 8px;
    background: #fb7185;
    border-radius: 9999px;
}

/* Texto de la etiqueta */
.trading-status__label-text {
    color: white;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
}

/* Texto descriptivo principal */
.trading-status__description {
    color: white;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 20px;
    flex: 1;
    word-wrap: break-word;
}

.resources-bs__intro-description {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: flex;
}

.resources-bs__intro-title {
    align-self: stretch;
    color: white;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    word-wrap: break-word;
}

.resources-bs__intro-paragraph {
    align-self: stretch;
    color: #a8a29e;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

.resources-bs__intro-button {
    padding: 12px 16px;
    background: #ffb34a;
    border-radius: 12px;
    outline: 2px #ffb34a solid;
    outline-offset: -2px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.resources-bs__intro-button-text {
    color: #020617;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    word-wrap: break-word;
}

.resources-bs__intro-image {
    width: 100%;
    height: 348px;
    background: #1e1e1e;
    border-radius: 16px;
    overflow: hidden;
}

.resources-bs__intro-image img {
    object-fit: cover;
    height: 100%;
}

.resources-bs__cards {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    display: inline-flex;
}

.resources-bs__card {
    flex: 1 1 0;
    padding: 16px;
    background: #131210;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex;
}

.resources-bs__card-image {
    align-self: stretch;
    height: 300px;
    min-height: 300px;
    border-radius: 16px;
    object-fit: cover;
}

.resources-bs__card-image.resources-bs__card-image--tablet {
    display: none;
}

.resources-bs__card-body {
    align-self: stretch;
    padding: 8px 16px 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: flex;
}

.resources-bs__card-title {
    align-self: stretch;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    word-wrap: break-word;
}

.resources-bs__card-button {
    align-self: stretch;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: white;
    border-radius: 12px;
    outline: 2px white solid;
    outline-offset: -2px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.resources-bs__card-button-text {
    color: #292524;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    word-wrap: break-word;
}

.resources-bs .landing-bs-container > * + * {
    margin-top: 48px;
}

/* =========================================================
   Resource Section (.resources-bs)
   ========================================================= */

.funding-banner-bs {
    margin-top: 0;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    background: #0a0a0a;
    border-top: 1px #404040 solid;
    border-bottom: 1px #404040 solid;
}

.funding-banner-bs__list {
    justify-content: center;
    align-items: center;
    gap: 16px;
    display: inline-flex;
    width: 100%;
}

.funding-banner-bs__column, .funding-banner-bs__row {
    display: contents;
}

.funding-banner-bs__column:last-child .funding-banner-bs__row:last-child img:last-child {
    display: none;
}


.funding-banner-bs__text {
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    word-wrap: break-word;
}


.faqs-bs {
    background: #1E1E1E;
    margin-top: 0;
    padding-top: 48px;
    padding-bottom: 48px;
}

.faqs-bs > * + * {
    margin-top: 32px !important;
}

/* --- BLOQUE ACCORDION --- */
.accordion {
    width: 100%;
    display: flex;
    margin: auto;
    max-width: 800px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
}

.accordion__item {
    align-self: stretch;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.accordion__header {
    align-self: stretch;
    padding: 8px 0;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    cursor: pointer; /* Mejora de UX */
}

.accordion__question {
    flex: 1 1 0;
    color: white;
    user-select: none;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 24px;
    word-wrap: break-word;
}

.accordion__icon-wrapper {
    width: 30px;
    height: 30px;
    position: relative;
}

/* Ocultar respuesta por defecto */
.accordion__content {
    display: none;
    overflow: hidden;
}

/* Mostrar cuando está activo */
.accordion__item--active .accordion__content {
    display: block;
}

/* Control de iconos */
.accordion__item .icon-minus {
    display: none;
}

.accordion__item .icon-plus {
    display: block;
}

.accordion__item--active .icon-minus {
    display: block;
}

.accordion__item--active .icon-plus {
    display: none;
}

.accordion__header {
    cursor: pointer;
}

/* --- BLOQUE SUPPORT CARD --- */
.support-card {
    width: 100%;
    max-width: 800px;
    padding: 48px;
    background: #131210;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    margin: 48px auto auto auto; /* Añadido margen superior para separar del acordeón */
}

.support-card__header {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.support-card__subtitle {
    align-self: stretch;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
}

.support-card__title {
    align-self: stretch;
    text-align: center;
    color: white;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
}

.support-card__body {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.support-card__description {
    align-self: stretch;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.support-card__actions {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

/* Bloque Principal */
.social-section-bs {
    display: flex;
    justify-content: center;
    background-color: transparent;
    width: 100%;
}

.social-section-bs .section-header__subtitle {
    width: 610px;
    margin-bottom: 0;
}

.social-section-bs__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 1280px;
}

/* Cuadrícula de Redes Sociales */
.social-section-bs__grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    flex-wrap: wrap;
}

/* Tarjeta Individual */
.social-section-bs__card {
    flex: 1 1 0;
    max-width: 300px;
    min-width: 200px;
    padding: 16px;
    background: #1E1E1E;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.social-section-bs__icon-bg {
    padding: 8px;
    background: white;
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-section-bs__icon {
    width: 24px;
    height: 24px;
    background-color: black;
}

.social-section-bs__card-label {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

/* Banner de Promoción */
.social-section-bs__banner {
    width: 100%;
    max-width: 800px;
    padding: 48px;
    background: linear-gradient(180deg, #1E1E1E 0%, #0A0A0A 100%);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.social-section-bs__rating {
    display: flex;
    gap: 2px;
    justify-content: center;
    margin-bottom: 16px;
}

.social-section-bs__star {
    width: 24px;
    height: 24px;
    background: #00B67A;
}

.social-section-bs__banner-title {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    margin: 0;
}

/* Características (Features) */
.social-section-bs__features {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 16px;
}

.social-section-bs__feature-item--last-img {
    display: none;
}

.social-section-bs__feature-item {
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

/* Botón de Acción */
.social-section-bs__cta {
    padding: 12px 16px;
    background: #FFB34A;
    border-radius: 12px;
    border: none;
    outline: 2px #FFB34A solid;
    outline-offset: -2px;
    color: #020617;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.social-section-bs__cta:hover {
    transform: scale(1.02);
}

/* --- BLOQUE FOOTER --- */

.footer-bs {
    display: flex;
    justify-content: center;
    width: calc(100% - 32px);
    max-width: 1248px;
    padding: 32px;
    background: #131210;
    overflow: hidden;
    border-radius: 20px;
    outline: 1px solid #404040;
    outline-offset: -1px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-inline: auto;
    margin-bottom: 27px;
}

/* ---------- TOP SECTION ---------- */
.footer-bs__top {
    align-self: stretch;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

/* ---------- COLUMNAS ---------- */
.footer-bs__column {
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

/* ---------- LOGO ---------- */
.footer-bs__logo-group {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.footer-bs__logo-box {
    width: 60px;
    height: 60px;
    position: relative;
    background: #131210;
    overflow: hidden;
    border-radius: 16px;
    outline: 1px solid #404040;
    outline-offset: -1px;
}

.footer-bs__logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-bs__logo-text {
    width: 200px;
    height: 45px;
    display: flex;
    align-content: center;
}

/* ---------- DESCRIPTION ---------- */
.footer-bs__description {
    align-self: stretch;
    color: #a8a29e;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}

/* ---------- SOCIAL ICONS ---------- */
.footer-bs__social {
    align-self: stretch;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.footer-bs__icon {
    width: 20px;
    height: 20px;
    color: white;
    border-radius: 4px;
}

.footer-bs__icon:hover {
    color: #fdb539;
}

/* ---------- ALERT ---------- */
.footer-bs__alert {
    width: 100%;
}

.footer-bs__alert .woocommerce-message, .footer-bs__alert .woocommerce-error {
    margin-bottom: 0;
}

.footer-bs__consent .checkbox-container__input[type=checkbox]:checked ~ label:before {
    background-image: url('data:image/svg+xml,<svg width="11" height="8" viewBox="0 0 11 8" fill="black" xmlns="http://www.w3.org/2000/svg"><path d="M3.79862 5.95955C3.56125 6.1967 3.17661 6.19661 2.93935 5.95935L1.23284 4.25284C0.992563 4.01256 0.603211 4.01188 0.362087 4.2513V4.2513C0.119756 4.49193 0.119063 4.88366 0.360543 5.12514L2.79623 7.56083C3.1125 7.87709 3.62527 7.87709 3.94153 7.56083L10.3317 1.17062C10.5718 0.930539 10.5718 0.541287 10.3317 0.301203V0.301203C10.0917 0.0612002 9.70264 0.0611083 9.46252 0.300998L3.79862 5.95955Z" stroke="black" stroke-width="0.8" fill="black"/></svg>');
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    background-position-x: 2px;
}

.footer-bs__consent .checkbox-container__input[type=checkbox] ~ label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3.5px;
    background-color: transparent;
    border: 2px solid var(--theme-color);
    height: 18px;
    width: 18px;
    line-height: 11px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(0px);
    transition: none;
    display: flex;
}

/* ---------- FORM ---------- */
.footer-bs__form {
    align-self: stretch;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.footer-bs__input-group {
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-bs__input-group .invalid-text {
    color: var(--error-color);
    font-size: .75rem;
}

.footer-bs__input {
    width: 100%;
    padding: 12px 16px;
    background: rgba(30, 30, 30, 0.7);
    border-radius: 12px;
    outline: 1px solid #404040;
    outline-offset: -1px;
    color: #404040;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 24px;
}

.footer-bs__column--subscribe .form-control.invalid_email {
    border: 1px solid var(--error-color) !important;
}

.footer-bs__button {
    padding: 12px 16px;
    background: #57534e;
    border-radius: 12px;
    outline: 2px solid #57534e;
    outline-offset: -2px;
    color: #292524;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    cursor: pointer;
}

.footer-bs__button:hover {
    background: #6b665e;
}

/* ---------- CONSENT ---------- */
.footer-bs__consent {
    align-self: stretch;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.footer-bs__consent-icon {
    width: 24px;
    height: 24px;
    background: #ffb34a;
}

.footer-bs__consent-text {
    flex: 1 1 0;
    color: white;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    user-select: none;
}

/* ---------- DIVIDER ---------- */
.footer-bs-divider {
    margin-block: 32px;
    display: flex
}

.footer-bs-divider__line {
    border-top: 1px #404040 solid;
    width: 100%
}

.footer-bs__divider div {
    margin-block: 32px;
    display: flex
}

/* ---------- BOTTOM ---------- */
.footer-bs__bottom {
    align-self: stretch;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}

.footer-bs__copy {
    flex: 1 1 0;
    color: #a8a29e;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 20px;
}

.footer-bs__link {
    color: #a8a29e;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-decoration: underline;
    line-height: 20px;
}

a.footer-bs__link,
a.footer-bs__link:hover,
a.footer-bs__link:focus,
a.footer-bs__link:active,
a.footer-bs__link:visited {
    text-decoration: underline;
    color: inherit;
}

.footer-bs__links {
    display: contents;
}

.market-type-bs {
    padding-top: 32px;
    text-align: center;
}

.market-type-bs__group {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 4px;
    background: #1E1E1E;
    border-radius: 12px;
    outline: 1px solid #404040;
    outline-offset: -1px;
}

.market-type-bs__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    padding: 12px 16px;
    border-radius: 12px;
    transition: background 0.3s ease, color 0.3s ease;
}

.market-type-bs__group input[type="radio"]:checked + div label.market-type-bs__item {
    background: #FFB34A;
}

/* Color del texto cuando está activo */
.market-type-bs__group input[type="radio"]:checked + div label.market-type-bs__item > .market-type-bs__label {
    color: #020617;
}

.market-type-bs__label {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    color: #FFB34A;
    word-wrap: break-word;
}

/* =========================================================
   Responsive adjustments (Media Queries)
   ========================================================= */

@media (max-width: 1267px) {
    .path-to-payout-item__title,
    .path-to-payout-item__subtitle {
        width: 192px;
        margin: auto;
    }
}

/* Large devices (max-width: 1024px) */
@media (max-width: 1024px) {
    .zero-plan-grid__item {
        width: 100%;
        gap: 9.78px;
    }

    .zero-plan-grid {
        padding: 16px 12px 58px 12px
    }

    .hero-bs__zero-title {
        width: 606px;
        text-align: center;
        color: white;
        font-size: 40px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 48px;
        word-wrap: break-word
    }

    /* Hero */
    .hero-bs__content {
        align-items: center;
    }

    .hero-bs__benefit {
        justify-content: center;
    }

    .hero-bs .landing-bs-container {
        padding-block: 0;
    }

    /* Verified */
    .verified-bs__glide .glide__slide {
        position: relative;
        max-width: min(var(--verified-bs-slide-width), 990px);
    }

    .landing-bs-container.verified-bs__container {
        padding: 0;
    }

    .verified-bs__subtitle {
        letter-spacing: -0.05em;
    }

    .platforms-bs__item {
        padding: 32px;
    }

    .platforms-bs__item img {
        width: 168px;
        height: 28px;
    }

    /* Pricing/Comparison */
    #pricing.landing-bs-container {
        padding: 0;
    }

    /* Competition */
    .competition__wrapper {
        gap: 32px;
        flex-direction: column;
    }

    .competition__image {
        order: 1;
        width: 100%;
        max-width: unset;
    }

    .competition__content {
        order: 2
    }

    .competition__title {
        align-self: stretch;
        color: white;
        font-size: 32px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 40px;
        word-wrap: break-word;
        text-align: center;
    }

    .competition.landing-bs-container {
        padding: 32px 48px;
        width: calc(100% - 32px);
        margin: 16px 16px 32px;
    }

    .competition__content {
        gap: 16px;
    }

    /* Testimonials */
    img.testimonials__image {
        width: 72px;
        height: 72px;
        border-radius: 64px
    }

    .testimonials {
        padding-inline: 16px;
    }

    .testimonials__card {
        padding: 16px;
        gap: 16px;
        background-color: var(--smoke-color2);
        flex: 1;
    }

    .testimonials__quote {
        display: block;
        max-width: 256px;
    }

    .testimonials__content {
        padding: 0;
        background-color: transparent;
    }

    /* Payouts & Comparison */
    .payouts-and-comparison__image {
        width: auto;
    }

    .payouts-and-comparison__platforms {
        justify-content: space-between;
    }

    .payouts-and-comparison__list p {
        font-size: 14px;
    }

    .comparison__title .comparison__megatrader-icon {
        width: 33px;
        height: 32px;
    }

    .comparison__header {
        height: 80px;
    }

    .comparison__header--highlighted {
        padding: 24px 16px;
    }

    .comparison .comparison__col:first-child {
        display: none;
    }

    .comparison {
        align-items: normal;
    }

    .comparison .section-header__title {
        padding-block: 24px;
    }

    .comparison__grid {
        padding-bottom: 24px;
        --comparison-margin-top: 82px !important;
    }

    .comparison-stats {
        padding-top: 0;
    }

    .testimonials-bs__grid {
        display: block;
    }

    .verified-bs__glide .glide__track {
        overflow: hidden !important;
    }

    /* Path to Payout */
    .path-to-payout-bs__steps {
        gap: 32px;
    }

    .trader-benefits-bs__image {
        align-self: center;
    }

    .resources-bs .landing-bs-container > * + * {
        margin-top: 16px;
    }

    .resources-bs__cards {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .resources-bs__card {
        width: 100%;
    }

    .resources-bs__cards .resources-bs__card-image {
        height: auto;
        object-fit: cover;
        object-position: center;
    }

    .resources-bs__card-image:not(.resources-bs__card-image--tablet) {
        display: none;
    }

    .resources-bs__card-image.resources-bs__card-image--tablet {
        display: block;
    }

    .funding-banner-bs__list {
        display: flex;
        justify-content: start;
    }

    .funding-banner-bs__column {
        display: flex;
        gap: 16px;
        flex-direction: column;
    }

    .funding-banner-bs__row {
        display: flex;
        gap: 8px;
    }

    .funding-banner-bs__row img {
        order: 1;
    }

    .funding-banner-bs__row div {
        order: 2;
    }

    .funding-banner-bs__text {
        text-align: left;
    }

    .funding-banner-bs__column:last-child .funding-banner-bs__row:last-child img:last-child {
        display: block;
    }

    .social-section-bs__grid {
        max-width: 800px;
    }

    .social-section-bs__card {
        max-width: unset;
        min-width: unset;
    }

    .upcoming-bs .section-header__subtitle {
        max-width: 558px;
    }

    .resources-bs__intro {
        gap: 32px;
    }

    .resources-bs__intro-title {
        align-self: stretch;
        color: white;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 24px;
        word-wrap: break-word
    }

    .resources-bs__intro-paragraph {
        align-self: stretch;
        color: #A8A29E;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        word-wrap: break-word
    }

    .resources-bs__intro-image {
        height: 272px;
    }

    .hero-zero-plan .hero-bs__row {
        flex-direction: column;
        gap: 24px;
    }

    .hero-zero-plan .hero-bs__media {
        display: none;
    }
}

/* Medium devices (max-width: 991.98px) */
@media (max-width: 991.98px) {
    /* Payout Section */
    .payout-bs__row {
        flex-direction: column;
        text-align: center;
    }

    .payout-bs__content {
        width: 100%;
        align-items: center;
        margin: auto;
        padding-inline: 16px;
    }

    .payout-bs__content .btn-get-funded-now {
        width: 100%;
    }

    .payout-bs__title {
        font-size: 32px;
        line-height: 40px;
    }

    .payout-bs__list {
        width: 100%;
    }

    .payout-bs__btn {
        align-self: center;
    }

    .payout-bs__media-wrapper {
        width: 100%;
        /*height: 320px;*/
    }

    .payout-bs__row .payout-bs__content {
        order: 2
    }

    .payout-bs__row .payout-bs__media {
        order: 1;
    }

    /* Hero Section */
    .hero-bs {
        padding-block: 36px;
    }

    .hero-zero-plan {
        padding-top: 36px;
    }

    .hero-bs__row {
        flex-direction: column;
        gap: 24px;
    }

    .hero-bs__media {
        display: none;
    }

    .hero-bs__media-card {
        width: 100%;
    }

    .hero-bs__title {
        color: white;
        font-size: 32px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 40px;
        word-wrap: break-word;
        text-align: center;
    }

    .hero-bs__zero-title {
    }

    .hero-bs__text {
        color: #A8A29E;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        word-wrap: break-word
    }

    /* Verified Section */
    .verified-bs__title {
        color: white;
        font-size: 24px;
        max-width: 302px;
        margin: auto;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 28px;
        word-wrap: break-word
    }
}

/* Small devices (max-width: 767px) */
@media (max-width: 767px) {
    .hero-zero-plan {
        padding-block: 36px;
    }

    .hero-bs__zero-title {
        width: 354px;
        text-align: center;
        color: white;
        font-size: 32px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 40px;
        word-wrap: break-word
    }

    .market-type-bs {
        padding-top: 16px;
    }

    #pricing .pricing-table-container-options {
        padding: 16px 0 0;
    }

    #pricing .mt-select-ac-type {
        margin-top: 0px
    }

    .landing-bs > * + * {
        margin-top: auto;
    }

    /* Payout Section */
    .payout-bs {
        padding: 32px 16px;
    }

    .payout-bs .landing-bs-container {
        padding: 0;
    }

    /* Journal Section */
    .journal-bs__header {
        text-align: left;
    }

    .journal-bs__card {
        height: auto;
    }

    .journal-bs__header .badge-group__text {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 20px;
        word-wrap: break-word
    }

    .journal-bs__header .badge-group__item {
        padding: 12px;
        border-radius: 64px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        display: inline-flex
    }

    .journal-bs__badge-group {
        display: none;
    }

    .journal-bs__title {
        align-self: stretch;
        color: white;
        font-size: 24px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 28px;
        word-wrap: break-word
    }

    .journal-bs__card .mt-card__title {
        font-size: 16px;
    }

    .journal-bs .journal-bs__content {
        padding-top: 16px;
    }

    .journal-bs {
        padding-block: 32px;
    }

    .journal-bs .landing-bs-container {
        padding: 0 16px;
    }

    /* Verified Section */
    .verified-bs__subtitle, .payouts-and-comparison__subtitle {
        width: 100%;
        max-width: 760px;
        text-align: center;
        color: var(--body-color);
        font-size: 16px;
        line-height: 24px;
        word-wrap: break-word;
        margin-block: 12px;
    }

    #verified-bs-carousel-list .splide__slide, #verified-bs-carousel-list .verified-bs__image {
        width: 276px !important;
        height: 190px !important;
    }

    .hero-bs__get-funded-now {
        margin-bottom: 0;
    }

    #verified-bs-carousel {
        padding-top: 0;
        padding-bottom: 12px;
    }

    .verified-bs {
        margin-block: 12px;
    }

    .verified-bs__glide .glide__bullets {
        margin-bottom: 0;
    }

    .verified-bs__wrapper {
        padding-top: 0;
    }

    .verified-bs__glide .glide__arrow--prev {
        left: 0;
    }

    .verified-bs__glide .glide__arrow--next {
        right: 0;
    }

    /* Platforms Section */
    .platforms-bs__list {
        display: flex;
        flex-direction: column;
    }

    /* Pricing/Comparison */
    .mt-select-ac-type {
        display: flex;
    }

    #pricing.landing-bs-container {
        padding: 0;
    }

    .mt-pricing-table-plan-options {
        display: none;
    }

    .pricing-table-container__title {
        font-size: 24px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 28px;
        word-wrap: break-word
    }

    .pricing-table-container__title--hidden-md {
        display: none;
    }

    .pricing-table-container__subtitle {
        max-width: 376px;
        text-align: center;
        color: #A8A29E;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        word-wrap: break-word;
    }

    .pricing-table-container.landing-bs-container {
        padding: 0;
        margin-top: 32px;
    }

    .payouts-and-comparison__container {
        padding-block: 32px;
    }

    .mt-pricing-table-type {
        display: flex;
    }

    /* Testimonials */
    .testimonials {
        display: flex;
        flex-direction: column;
    }

    .testimonials .testimonials__quote {
        display: block;
        max-width: none;
    }

    /* Competition */
    .competition__rewards {
        display: grid;
        justify-content: normal;
    }

    .competition__wrapper .competition__image {
        min-height: 220px;
    }

    .competition__title {
        align-self: stretch;
        color: white;
        font-size: 24px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 28px;
        word-wrap: break-word
    }

    .competition.landing-bs-container {
        padding: 32px !important;
    }

    .competition__cta {
        width: 100%;
    }

    .competition__entry-note {
        width: 100%;
        max-width: 760px;
        color: #A8A29E;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        word-wrap: break-word;
    }

    .competition__image-placeholder img {
        height: unset;
    }

    /* Payouts & Comparison */
    .payouts-and-comparison__cards {
        flex-direction: column;
    }

    /* Section Header (Shared) */
    .section-header__title {
        color: white;
        font-size: 24px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 28px;
        word-wrap: break-word;
        max-width: 350px;
        margin: auto;
    }

    .section-header__title span {
        color: #F1A035;
        font-size: 24px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 28px;
        word-wrap: break-word
    }

    .section-header__subtitle {
        align-self: stretch;
        text-align: center;
        color: #A8A29E;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: -0.025em;
        word-wrap: break-word;
    }

    .comparison__value {
        font-size: 14px;
        letter-spacing: -0.025em;
    }

    .comparison__row {
        height: 80px;
    }

    .comparison__header .comparison__title span {
        color: white;
        font-size: 14px;
        text-transform: none;
        font-weight: 500;
        line-height: 24px;
        word-wrap: break-word;
    }

    .comparison .landing-bs-container {
        padding-inline: 0;
    }

    .comparison .section-header {
        padding-inline: 16px;
    }

    .comparison .section-header__title {
        padding-block: 16px;
    }

    .comparison__grid {
        padding: 16px;
        align-items: start;
    }

    .comparison-stats__item {
        padding: 16px;
    }

    .comparison-stats {
        gap: 0;
    }

    .comparison-stats__value {
        align-self: stretch;
        text-align: center;
        color: #FFB34A;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        word-wrap: break-word;
        text-transform: none;
    }

    .comparison-stats__label {
        align-self: stretch;
        text-align: center;
        color: white;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        word-wrap: break-word;
        letter-spacing: -0.025em;
    }

    .comparison-stats {
        display: grid;
        grid-template-columns: 130px 24px 100px 24px 130px;
    }

    .testimonials-bs__layout {
        display: inline-grid;
        height: auto;
        margin-block: 32px;
        gap: 32px;
    }

    .testimonials-bs__headline {
        align-self: stretch;
        text-align: center;
        color: white;
        font-size: 24px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 28px;
        word-wrap: break-word
    }

    .testimonials-bs__grid {
        order: 1;
        height: 288px;
        max-height: 288px;
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 24px;
        padding-bottom: 16px;
        scrollbar-width: none;
    }

    .testimonials-bs__grid::-webkit-scrollbar { /* Chrome, Safari, Edge */
        display: none;
    }

    .testimonials-bs__intro {
        order: 2;
        max-width: unset;
    }

    .testimonials-bs__features {
        margin: auto;
    }

    .testimonials-bs__trustpilot {
        justify-content: center;
        display: flex;
    }

    .testimonials-bs__subheadline {
        max-width: 408px;
        text-align: center;
        margin: auto;
    }

    .testimonials-bs__col {
        display: contents;
    }

    .testimonials-bs__card {
        max-width: 350px;
        flex: 0 0 80vw;
        scroll-snap-align: start;
        background: #1e1e1e;
        border-radius: 16px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .testimonials-bs__text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .upcoming-bs {
        padding-block: 32px;
    }

    .upcoming-bs__container .section-header__title {
        padding-bottom: 0;
    }

    .events-bs__list {
        display: inline;
    }

    .events-bs__list > * + * {
        margin-top: 16px;
    }

    /* Path to Payout (Mobile) */
    .path-to-payout-bs {
        padding-block: 32px;
    }

    .path-to-payout-bs__steps {
        margin-top: 16px;
        margin-bottom: 32px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .trader-benefits-bs__title,
    .trader-benefits-bs__link {
        text-align: center;
    }

    .trader-benefits-bs__title {
        font-size: 24px;
    }

    .trader-benefits-bs {
        padding: 32px 0 0 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .trader-benefits-bs__image-placeholder {
        height: 260px;
        width: 100%;
    }

    .trader-benefits-bs__image-placeholder img {
        height: auto;
        border-radius: 16px;
    }

    .trader-benefits-bs__image {
        width: 100%;
        height: 100%;
        order: 1;
    }

    .trader-benefits-bs__content {
        order: 2;
        width: 100%;
    }

    .trader-benefits-bs__content a {
        width: 100%;
    }

    .path-to-payout-bs .section-header__title {
        max-width: 302px;
    }

    .path-to-payout-bs__steps > * + * {
        margin-top: 16px;
    }

    /* Elementos de paso y tarjeta móvil */
    .path-to-payout-item__step {
        color: #292524;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 20px;
        word-wrap: break-word;
        padding: 4px 12px;
        background: white;
        border-radius: 4px;
        outline: 1px white solid;
        outline-offset: -1px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-bottom: 0;
        display: inline-flex;
        align-self: self-start;
    }

    .path-to-payout-bs__desktop-card {
        display: contents; /* Oculta la estructura de la tarjeta de escritorio para usar la móvil */
    }

    .path-to-payout-bs__mobile-card {
        width: 100%;
        align-self: stretch;
        padding: 16px;
        background: #1E1E1E;
        border-radius: 16px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px;
        display: inline-flex
    }

    .path-to-payout-bs__mobile-card > * + * {
        margin-top: 8px;
    }

    .path-to-payout-item__title {
        align-self: stretch;
        color: #FFB34A;
        font-size: 20px;
        font-weight: 500;
        text-align: left;
        line-height: 32px;
        word-wrap: break-word
    }

    .path-to-payout-item__subtitle {
        align-self: stretch;
        color: #A8A29E;
        font-size: 16px;
        text-align: left;
        font-weight: 500;
        line-height: 24px;
        word-wrap: break-word
    }

    /* Eliminación de pseudo-elementos de línea en móvil */
    .path-to-payout-bs__item--first-card:before,
    .path-to-payout-bs__item--middle-card:before,
    .path-to-payout-bs__item--middle-card:after,
    .path-to-payout-bs__item--last-card--wrapper:before,
    .path-to-payout-item__step:after {
        display: none;
    }

    /* Ajuste de márgenes/ancho en móvil */
    .path-to-payout-item__title,
    .path-to-payout-item__subtitle {
        width: auto;
        margin: unset;
    }

    .resources-bs {
        padding-bottom: 32px;
        padding-top: 32px;
        gap: 16px;
    }

    .resources-bs .section-header__title {
        max-width: 324px;
    }

    .resources-bs__intro-title {
        font-size: 20px;
    }

    .resources-bs__intro {
        display: block;
        padding: 48px 16px;
    }

    .trading-status {
        align-items: stretch;
        width: 100%;
    }

    .resources-bs__intro-title, .resources-bs__intro-paragraph {
        text-align: center;
    }

    .resources-bs__intro-paragraph {
        font-size: 16px;
        letter-spacing: -0.05em;
    }

    .resources-bs__intro-content a {
        width: 100%;
    }

    .resources-bs__intro > * + * {
        margin-top: 48px;
    }

    .trader-benefits-bs__description {
        letter-spacing: -0.05em;
    }

    .trader-benefits-bs__content {
        gap: 16px;
    }

    .accordion {
        gap: 16px;
    }

    .faqs-bs {
        padding: 32px 16px
    }

    .faqs-bs > * + * {
        margin-top: 16px !important;
    }

    .support-card__title {
        align-self: stretch;
        text-align: center;
        color: white;
        font-size: 24px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 28px;
        word-wrap: break-word
    }

    .support-card__description {
        align-self: stretch;
        text-align: center;
        color: white;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        word-wrap: break-word;
        letter-spacing: -0.05em;
    }

    .support-card {
        padding: 32px;
    }

    .support-card__actions a {
        padding: 10.39px 13.85px;
        min-height: auto;
        font-size: 13.85px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 21px;
        word-wrap: break-word;
    }

    .social-section-bs__banner-title {
        align-self: stretch;
        text-align: center;
        color: white;
        font-size: 24px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 28px;
        word-wrap: break-word;
        letter-spacing: -0.05em;
    }

    .social-section-bs__banner-title br {
        display: none;
    }

    .social-section-bs__container {
        padding: 32px 16px 0;
        gap: 16px;
    }

    .social-section-bs__grid {
        display: grid;
        max-width: unset;
        grid-template-columns: 1fr 1fr;
    }

    .social-section-bs__banner {
        align-items: stretch;
        padding: 32px 16px;
        gap: 16px;
    }

    .social-section-bs .section-header__title {
        min-width: 302px;
    }

    .social-section-bs__features {
        gap: 8px;
        display: grid;
        grid-template-columns: 24px 1fr;
        row-gap: 16px;
    }

    .social-section-bs__feature-item--last-img {
        display: block;
    }

    .social-section-bs__feature-item--order-2 {
        order: 1
    }

    .social-section-bs__feature-item--order-1 {
        order: 2
    }

    .social-section-bs__feature-item--order-4 {
        order: 3
    }

    .social-section-bs__feature-item--order-3 {
        order: 4
    }

    .social-section-bs__feature-item--order-6 {
        order: 5
    }

    .social-section-bs__feature-item--order-5 {
        order: 6
    }

    .social-section-bs__feature-item {
        text-align: left;
    }

    .footer-bs {
        display: block;
        width: unset;
        margin-inline: 16px;
    }

    .footer-bs__top {
        display: flex;
        flex-direction: column;
    }

    .footer-bs__bottom {
        display: grid;
        grid-template-rows: auto auto auto;
        gap: 16px;
        text-align: center;
        justify-self: center;
    }

    .footer-bs__link:last-child {
        grid-column: span 3;
    }

    .footer-bs__links {
        display: grid;
        gap: 16px;
    }

    .landing-bs {
        margin-bottom: 32px;
    }

    .upcoming-bs .section-header__subtitle:not(.section-header__subtitle--only-mobile) {
        display: none;
    }

    .upcoming-bs .section-header__subtitle--only-mobile {
        display: block;
        max-width: 348px;
        text-align: center;
        color: #A8A29E;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        word-wrap: break-word
    }

    .upcoming-bs .upcoming-bs__no_events {
        padding-block: 0;
    }

    .path-to-payout-bs .section-header__subtitle {
        max-width: 336px;
    }

    .resources-bs .section-header__subtitle {
        max-width: 336px;
    }

    .funding-banner-bs__text {
        align-self: stretch;
        color: white;
        font-size: 20px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 24px;
        word-wrap: break-word
    }

    .accordion__header {
        align-self: stretch;
        color: white;
        font-size: 20px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 24px;
        word-wrap: break-word
    }

    .accordion__content {
        align-self: stretch;
        color: #A8A29E;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        word-wrap: break-word
    }

    .social-section-bs .section-header__title {
        font-size: 24px;
        max-width: 312px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 28px;
        word-wrap: break-word
    }

    .social-section-bs .section-header__subtitle {
        width: 312px;
        text-align: center;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0em;
        line-height: 24px;
    }
}

/* Extra small devices (max-width: 575.98px) */
@media (max-width: 575.98px) {
    /* Payout Section */
    .payout-bs__title {
        font-size: 28px;
        line-height: 36px;
        /*width: 80dvw;*/
    }

    .payout-bs__row {
        gap: 32px;
    }

    .payout-bs__media-wrapper {
        /*height: 260px;*/
    }


    .payout-bs__wrapper_content p {
        /*width: 80dvw;*/
    }

    .comparison__cta a {
        padding-inline: 0;
        font-size: 13.85px;
        padding: 10.39px 8px;
        min-height: unset;
    }


    .trading-status__description {
        font-size: 13px;
    }

    .competition__image-placeholder img {
        height: 284px;
    }

    .resources-bs__card-image:not(.resources-bs__card-image--tablet) {
        display: block;
        height: 300px;
        object-fit: cover;
        object-position: top;
    }

    .resources-bs__card-image.resources-bs__card-image--tablet {
        display: none;
    }
}