@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1f1f1f;
    background: #f6f8fb;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    color: #0c1a45
}

p {
    font-size: 15px
}

a {
    text-decoration: none;
    color: inherit;
    transition: .3s
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: none !important
}

a:visited {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

span {
    display: inline-block
}

.form-group {
    margin-bottom: 0 !important
}

.highlight-yellow {
    color: #f5b116
}

.highlight-blue {
    color: #f57f16
}

.highlight-orange {
    color: #f57f16;
    font-weight: 700
}

.highlight-green {
    color: #34c48b;
    font-weight: 700
}

.btn-primary.submit-btn {
    display: inline-block;
    padding: 14px 36px;
    background: #ffb511;
    color: #111827;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(245, 177, 22, .38);
    transition: all .25s ease;
}

.btn-primary.submit-btn:hover {
    background: #ffc229;
    transform: translateY(-2px);
    box-shadow: 0 9px 24px rgba(245, 177, 22, .48);
}

.btn--hover-shine {
    overflow: hidden;
    position: relative
}

.btn--hover-shine:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .28);
    transition: none
}

.btn--hover-shine:hover:after {
    left: 100%;
    transition: all .5s
}

.site-wrapper {
    overflow: hidden
}

.header-section {
    position: relative;
    overflow: hidden;
    padding: 42px 0 195px;
    background: #0c1a45 url(../img/bg-top.png) center center/cover no-repeat;
    color: #fff
}

.header-section:after {
    content: '';
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: -72px;
    height: 125px;
    background: #f6f8fb;
    border-radius: 50% 50% 0 0/55% 55% 0 0
}

.header-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto
}

.hero-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 6px 13px;
    margin-bottom: 18px;
    border: 1px solid rgba(245, 177, 22, .35);
    border-radius: 999px;
    background: rgba(245, 177, 22, .12);
    color: #f5b116;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px
}

.hero-label i {
    font-size: 11px
}

.header-section h3 {
    margin: 0 0 8px;
    color: #fff;
    font-family: "Karla", sans-serif;
    font-size: 29px;
    font-weight: 600;
    letter-spacing: -.7px
}

.header-section h1 {
    margin: 0 0 12px;
    color: #f5b116;
    font-family: "Outfit", sans-serif;
    font-size: 70px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.header-section .hero-subtitle {
    margin: 0 auto 20px;
    color: #d1d9e7;
    font-size: 18px;
    line-height: 1.5
}

.hero-earned-from {
    margin: 0 auto 25px
}

.earned-label {
    display: block;
    margin-bottom: 9px;
    color: #aebbd0;
    font-size: 16px;
    font-weight: 500
}

.earned-methods {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px
}

.earned-methods span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 7px;
    background: rgba(255, 255, 255, .06);
    color: #e5eaf2;
    font-size: 16px;
    line-height: 1
}

.earned-methods span i {
    color: #f5b116;
    font-size: 11px
}

.header-section .btn-primary {
    margin: 0
}

.proof-section {
    position: relative;
    padding: 38px 0 65px;
    background: #f6f8fb
}

.proof-card {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: -190px auto -170px;
    padding: 15px 42px;
    background: #fff;
    border: 1px solid #e9edf4;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(12, 26, 69, .08)
}

.proof-image-side {
    text-align: center;
    padding: 5px 20px 20px
}

.proof-image-side picture {
    display: block;
}

.smartphone-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.payment-stamp {
    position: absolute;
    top: 0;
    right: 0;
    width: 125px;
    max-width: 35%;
    z-index: 3
}

.payment-confirmed {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    color: #22a968;
    font-size: 13px;
    font-weight: 700
}

.payment-confirmed i {
    font-size: 15px
}

@media(max-width:767px) {
    .header-section {
        padding: 32px 0 200px
    }

    .header-section:after {
        bottom: -65px;
        height: 105px
    }

    .header-section h3 {
        font-size: 25px
    }

    .header-section h1 {
        font-size: 43px;
        letter-spacing: -1.2px
    }

    .header-section .hero-subtitle {
        font-size: 17px
    }

    .hero-earned-from {
        margin-bottom: 21px
    }

    .earned-methods {
        gap: 6px
    }

    .earned-methods span {
        padding: 6px 8px;
        font-size: 12px
    }

    .btn-primary.submit-btn {
        padding: 12px 25px;
        font-size: 15px
    }

    .proof-section {
        padding: 28px 0 45px
    }

    .proof-card {
        padding: 10px 18px;
        border-radius: 15px
    }

    .proof-image-side {
        padding: 0 10px 20px
    }

    .smartphone-img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: none;
    }

    .payment-stamp {
        top: -5px;
        right: 0;
        width: 100px
    }
}

@media(max-width:420px) {
    .header-section h1 {
        font-size: 70px;
        letter-spacing: -1px
    }

    .header-section h3 {
        font-size: 17px
    }

    .earned-methods span {
        font-size: 15px;
        padding: 5px 7px
    }
}

.routine-content {
    padding: 8px 5px 8px 25px
}

.routine-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
    color: #f5a900;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px
}

.routine-label i {
    font-size: 10px
}

.routine-content h2 {
    margin: 0 0 9px;
    color: #0c1a45;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.6px
}

.routine-intro {
    margin: 0 0 20px;
    color: #69758a;
    font-size: 16px;
    line-height: 1.55
}

.routine-intro span {
    color: #f5b116;
    font-weight: bold;
}

.routine-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.routine-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #edf0f5
}

.routine-list li:last-child {
    border-bottom: 0
}

.routine-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: #fff7df;
    color: #e9a400;
    font-size: 14px
}

.routine-list li>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%
}

.routine-list strong {
    display: block;
    color: #17233f;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3
}

.routine-list small {
    display: block;
    margin-left: auto;
    color: #34a96d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap
}

.routine-result {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    padding: 12px 14px;
    border: 1px solid #f1e4bb;
    border-radius: 10px;
    background: #fffaf0;
    color: #6d6249;
    font-size: 14px;
    line-height: 1.4
}

.routine-result i {
    color: #f5b116;
    font-size: 16px
}

.routine-result span {
    font-weight: 500
}

.routine-result strong {
    color: #27344c;
    font-weight: 700
}

.proof-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 8px 5px 0;
    text-align: center
}

.proof-content h2 {
    margin: 0 0 12px;
    color: #0c1a45;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.6px
}

.proof-content .routine-intro {
    margin-bottom: 0
}

@media(max-width:767px) {
    .routine-content {
        padding: 5px 2px 0
    }

    .proof-content {
        padding: 5px 2px 0
    }

    .proof-content h2 {
        font-size: 27px
    }

    .routine-content h2 {
        font-size: 27px
    }

    .routine-intro {
        margin-bottom: 15px
    }

    .routine-list li {
        padding: 9px 0
    }

    .routine-list li>div {
        gap: 10px
    }

    .routine-list strong {
        font-size: 15px
    }

    .routine-list small {
        font-size: 13px
    }

    .routine-result {
        margin-top: 15px;
        padding: 11px 12px;
        font-size: 11px
    }
}

@media(max-width:420px) {
    .routine-content h2 {
        font-size: 25px
    }

    .proof-content h2 {
        font-size: 25px
    }

    .routine-label {
        font-size: 10px
    }

    .routine-list li {
        gap: 9px
    }

    .routine-icon {
        flex-basis: 31px;
        width: 31px;
        height: 31px;
        font-size: 12px
    }

    .routine-list li>div {
        display: block
    }

    .routine-list small {
        margin-left: 0;
        margin-top: 2px
    }

    .routine-result {
        align-items: flex-start
    }

    .routine-result i {
        margin-top: 2px
    }
}

.payment-section {
    padding: 155px 0 42px;
    background: #efefef;
    border-top: 1px solid #edf0f5
}

.payment-section-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: #f0a900;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px
}

.payment-section-label i {
    font-size: 11px
}

.payment-section h2 {
    margin: 0 0 4px;
    color: #0c1a45;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -.5px
}

.payment-section-subtitle {
    margin: 0 auto 18px;
    color: #718096;
    font-size: 15px
}

.payment-grid {
    margin: 0 auto 18px;
    max-width: 850px
}

.payment-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    margin: 3px;
    padding: 8px 5px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(12, 26, 69, .04);
    transition: .2s
}

.payment-card:hover {
    transform: translateY(-3px);
    border-color: #f2d98d;
    box-shadow: 0 8px 20px rgba(12, 26, 69, .08)
}

.payment-card img {
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
    object-fit: contain
}

.payment-card span {
    color: #354157;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2
}

.payment-section .submit-btn {
    margin-top: 0
}

.extra-earning-section {
    padding: 72px 0 80px;
    background: #0b1b4b;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.extra-earning-heading h2 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 36px;
}

.extra-earning-heading p {
    margin: 0 auto 42px;
    color: #b8c5e5;
    font-size: 17px;
}

.extra-earning-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 64px;
    max-width: 1100px;
    margin: 0 auto;
}

.extra-proof-card,
.extra-methods-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.extra-proof-card {
    text-align: center;
}

.extra-methods-card {
    padding-top: 4px;
}

.extra-card-label {
    margin-bottom: 16px;
    color: #e4a400;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-align: left;
}

.extra-proof-card h3 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.15;
}

.extra-proof-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 330px;
    margin-bottom: 26px;
    color: #9fb0d1;
    font-size: 15px;
}

.extra-proof-placeholder i {
    margin-right: 6px;
}

.extra-proof-card .submit-btn {
    display: inline-block;
    width: auto;
    min-width: 235px;
    text-align: center;
}

.extra-method {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 18px 0;
    border-bottom: 0;
}

.extra-method>div {
    flex: 1 1 auto;
    min-width: 0;
}

.extra-method:last-of-type {
    border-bottom: 0;
}

.extra-method>i {
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
    padding-top: 7px;
    border-radius: 50%;
    background: #fff5d8;
    color: #e4a400;
    font-size: 12px;
    text-align: center;
}

.extra-method strong {
    display: block;
    color: #ffffff;
    font-size: 20px;
}

.extra-method small {
    display: block;
    margin-top: 2px;
    color: #b8c5e5;
    font-size: 15px;
    line-height: 1.45;
}

.extra-method-tasks {
    margin-top: 8px;
    padding: 20px 0 8px;
    border-bottom: 1px solid rgba(245, 180, 0, .55);
    background: transparent;
}

.task-tiers {
    display: grid;
    gap: 7px;
    margin-top: 10px;
}

.task-tiers span {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 9px 15px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .08);
    color: #d9e2f5;
    font-size: 14px;
    line-height: 1.3;
}

.task-tiers span b {
    flex: 0 0 42px;
    color: #f5c84c;
    font-size: 10px;
    letter-spacing: .06em;
}

.task-tiers span strong {
    flex: 0 0 auto;
    margin-left: auto;
    color: #6ee7a8;
    font-size: 13px;
    text-align: right;
    white-space: nowrap;
}

.extra-method-tasks .task-tiers span {
    justify-content: flex-start;
}

.extra-method-tasks .task-tiers span strong {
    margin-left: auto;
}

.extra-method-badge {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #f5b400;
    color: #102653;
    font-size: 9px;
    font-style: normal;
    letter-spacing: .04em;
    vertical-align: middle;
}

.extra-method-highlight {
    margin: 8px 0;
    padding: 18px 0;
    border-top: 1px solid rgba(245, 180, 0, .55);
    border-bottom: 1px solid rgba(245, 180, 0, .55);
    background: transparent;
}

.extra-earning-note {
    margin: 14px 0 0;
    color: #6ee7a8;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.extra-earning-note i {
    margin-right: 4px;
}

@media (max-width: 767px) {
    .extra-earning-section {
        padding: 52px 15px 60px;
    }

    .extra-earning-heading h2 {
        font-size: 29px;
    }

    .extra-earning-heading p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .extra-earning-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .extra-proof-card,
    .extra-methods-card {
        padding: 0;
    }

    .extra-proof-card h3 {
        font-size: 25px;
    }

    .extra-proof-placeholder {
        min-height: 240px;
    }
}

.footer-cta-section {
    padding: 0;
    background: #0c1a45;
    color: #fff
}

.footer-bottom-bar {
    padding: 20px 0
}

.footer-bottom-bar p {
    margin: 0;
    color: #8f9bb1;
    font-size: 12px
}

@media(max-width:767px) {
    .payment-section {
        padding: 155px 0 42px
    }

    .payment-section h2 {
        font-size: 24px
    }

    .payment-section-subtitle {
        margin-bottom: 14px;
        font-size: 14px
    }

    .payment-grid {
        margin-bottom: 14px
    }

    .payment-card {
        min-height: 68px;
        margin: 2px;
        padding: 8px 4px
    }

    .payment-card img {
        width: 30px;
        height: 30px;
        margin-bottom: 4px
    }

    .payment-card span {
        font-size: 11px
    }

    .footer-bottom-bar {
        padding: 17px 0
    }

    .footer-bottom-bar p {
        font-size: 11px
    }
}

.container {
    width: 100%
}

.row {
    position: relative
}

.payment-section .btn-primary.submit-btn {
    min-width: 220px
}

.proof-card .row {
    margin-left: -10px;
    margin-right: -10px
}

.proof-card .row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px
}

@media(max-width:991px) {
    .proof-card {
        max-width: 760px;
        padding: 10px
    }

    .proof-image-side {
        padding-bottom: 20px
    }

    .payment-stamp {
        top: -5px;
        right: 5px;
        width: 110px
    }
}

@media(max-width:767px) {
    .header-section {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-content {
        max-width: 100%
    }

    .proof-card .row {
        margin-left: 0;
        margin-right: 0
    }

    .proof-card .row>[class*="col-"] {
        padding-left: 0;
        padding-right: 0
    }

    .payment-section .row {
        margin-left: -4px;
        margin-right: -4px
    }

    .payment-section .row>[class*="col-"] {
        padding-left: 4px;
        padding-right: 4px
    }
}

@media(max-width:360px) {
    .header-section h1 {
        font-size: 70px
    }

    .header-section h3 {
        font-size: 21px
    }

    .header-section .hero-subtitle {
        font-size: 13px
    }

    .earned-methods {
        max-width: 290px;
        margin: 0 auto
    }

    .earned-methods span {
        font-size: 14px
    }

    .header-section .btn-primary.submit-btn {
        width: 100%;
        max-width: 250px
    }
}

.payment-highlights {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 14px auto 17px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
}

.payment-highlights span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.payment-highlights i {
    color: #ffb400;
    font-size: 15px;
}

.payment-highlights strong {
    color: #fff;
    font-weight: 300;
}

.payment-divider {
    color: rgba(255, 255, 255, 0.3);
}

/* Pantallas pequeñas */
@media (max-width: 420px) {
    .payment-highlights {
        flex-direction: column;
        gap: 5px;
        margin-top: 12px;
        margin-bottom: 16px;
    }

    .payment-divider {
        display: none !important;
    }
}

.payment-highlights .minimum-value {
    color: #ffb400;
    font-weight: 700;
}

/* ===== WELCOME BONUS ===== */

.welcome-bonus-box {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(280px, 1fr);
    max-width: 650px;
    align-items: center;
    gap: 24px;
    margin: 18px auto 24px;
    padding: 18px 22px;
    background: rgba(8, 18, 55, .92);
    border: 2px solid #f5b400;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
}

.welcome-bonus-box>* {
    position: relative;
}

.welcome-bonus-box>*:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: rgba(245, 180, 0, .28);
}

/* ---------- Columna principal ---------- */

.bonus-main {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.bonus-gift {
    flex: 0 0 58px;
    line-height: 1;
    filter: drop-shadow(0 4px 10px rgba(245, 180, 0, .25));
}

.bonus-gift img {
    display: block;
    width: 58px;
    height: 58px;
}

.bonus-label {
    display: block;
    color: #cfd9ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 4px;
}

.bonus-main h3 {
    margin: 0;
    color: #f5b400;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.05;
}

.bonus-main small {
    display: block;
    margin-top: 4px;
    color: #b7c5ef;
    font-size: 12px;
}

/* ---------- Códigos ---------- */

.bonus-code-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    justify-self: center;
    min-width: 0;
    padding: 0;
    text-align: center;
}

.coupon-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    white-space: nowrap;
}

.coins-value {
    color: #ffd24d;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.bonus-code-block small {
    color: #b9c8f2;
    font-size: 10px;
    letter-spacing: .08em;
}

.coupon-code {
    margin: 0;
    padding: 4px 8px;
    border: 1px dashed rgba(127, 208, 255, .7);
    border-radius: 6px;
    background: transparent;
    color: #7fd0ff;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .05em;
    user-select: all;
}

/* ---------- Dónde reclamar ---------- */

.bonus-location {
    grid-column: 2;
    grid-row: 2;
    justify-self: center;
    margin-top: 7px;
    color: #b9c8f2;
    font-size: 12px;
    white-space: nowrap;
}

.bonus-location i {
    margin: 0 5px;
    color: #f5b400;
    font-size: 10px;
}

/* ---------- Responsive ---------- */

@media (max-width: 991px) {

    .welcome-bonus-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    /* Eliminamos los separadores verticales */
    .welcome-bonus-box>*::after {
        display: none;
    }

    /* Bloque principal */
    .bonus-main {
        grid-column: 1 / -1;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(245, 180, 0, .28);
    }

    .bonus-code-block {
        grid-column: 1 / -1;
        width: fit-content;
        justify-self: center;
    }

    .bonus-location {
        grid-column: 1 / -1;
        grid-row: auto;
        justify-self: center;
    }

    .location-arrow {
        justify-content: center;
    }

    .bonus-location-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .location-arrow {
        justify-content: center;
    }

}

.text-generated {
    font-size: 16px;
}

@media (max-width: 520px) {

    .welcome-bonus-box {
        padding: 16px;
        gap: 16px;
    }

    .bonus-main {
        flex-direction: column;
        text-align: center;
    }

    .bonus-gift {
        font-size: 46px;
    }

    .bonus-main h3 {
        font-size: 30px;
    }

    .coins-value {
        font-size: 24px;
    }

    .coupon-code {
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
    }

    .bonus-code-block,
    .bonus-location {
        min-width: 0;
    }

}

.line-code {
    display: flex;
    align-items: center;
    justify-content: center;
}

.coins-value.plus {
    color: #6ee7ff;
}

/* =========================================================
   HOW IT WORKS - DARK SECTION
   ========================================================= */

.how-it-works {
    max-width: 100%;
    margin: 0;
    padding: 150px 20px 65px;

    background: #0b1b4b;

    text-align: center;
}


/* ---------- Cabecera ---------- */

.how-it-works .section-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    margin-bottom: 8px;

    color: #f5b400;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.how-it-works h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.15;
}

.how-it-works h2 span {
    color: #f5b400;
}

.how-it-works .section-intro {
    max-width: 620px;
    margin: 0 auto 32px;
    color: #b8c5e5;
    font-size: 17px;
    line-height: 1.6;
}


/* =========================================================
   CONTENEDOR PRINCIPAL
   ========================================================= */

.earning-tabs {
    display: grid;
    grid-template-columns: 270px 1fr;

    max-width: 900px;
    min-height: 330px;

    margin: 0 auto;

    background: #12285d;

    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 18px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .22);

    overflow: hidden;

    text-align: left;
}


/* =========================================================
   LISTA DE TABS
   ========================================================= */

.earning-tab-list {
    display: flex;
    flex-direction: column;

    padding: 14px;

    background: #0e2151;

    border-right: 1px solid rgba(245, 180, 0, .18);
}


/* ---------- Tab ---------- */

.earning-tab {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;
    min-height: 57px;

    padding: 8px 10px;

    border: 0;
    border-radius: 11px;

    background: transparent;

    color: #ffffff;

    cursor: pointer;

    text-align: left;

    transition:
        background .2s ease,
        box-shadow .2s ease;
}

.earning-tab[data-tab="faucet"] {
    order: -1;
}


/* Hover */

.earning-tab:hover {
    background: rgba(255, 255, 255, .05);
}


/* Activa */

.earning-tab.active {
    background: #19366f;

    box-shadow:
        inset 0 0 0 1px rgba(245, 180, 0, .18),
        0 5px 15px rgba(0, 0, 0, .15);
}


/* Línea amarilla */

.earning-tab.active::before {
    content: "";

    position: absolute;

    left: 0;
    top: 12px;
    bottom: 12px;

    width: 3px;

    background: #f5b400;

    border-radius: 0 3px 3px 0;
}


/* =========================================================
   ICONOS DE LOS TABS
   ========================================================= */

.earning-tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    margin-right: 10px;

    border-radius: 10px;

    background: rgba(245, 180, 0, .12);

    color: #f5b400;

    font-size: 15px;

    transition:
        background .2s ease,
        color .2s ease;
}


/* Icono activo */

.earning-tab.active .earning-tab-icon {
    background: #f5b400;
    color: #102653;
}


/* =========================================================
   TEXTO DE LOS TABS
   ========================================================= */

.earning-tab-text {
    display: flex;
    flex-direction: column;

    min-width: 0;
}

.earning-tab-text strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.earning-tab-text small {
    margin-top: 3px;
    color: #8fa2cf;
    font-size: 12px;
    line-height: 1.2;
}


/* =========================================================
   FLECHA
   ========================================================= */

.earning-tab-arrow {
    margin-left: auto;

    color: #6278aa;

    font-size: 10px;

    transition:
        color .2s ease,
        transform .2s ease;
}

.earning-tab.active .earning-tab-arrow {
    color: #f5b400;

    transform: translateX(2px);
}


/* =========================================================
   PANEL DE CONTENIDO
   ========================================================= */

.earning-tab-content {
    position: relative;

    min-width: 0;

    background: #12285d;
}


/* ---------- Panel ---------- */

.earning-panel {
    display: none;
    height: 100%;
    min-height: 330px;
    padding: 35px 38px;
    box-sizing: border-box;
}


/* Panel activo */

.earning-panel.active {
    display: block;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}


/* =========================================================
   TEXTO DEL PANEL
   ========================================================= */

.earning-panel-text {
    flex: 1;

    min-width: 0;
}


/* ---------- Título ---------- */

.earning-panel-title {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 12px;
}

.earning-panel-title>i {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    border-radius: 10px;

    background: rgba(245, 180, 0, .13);

    color: #f5b400;

    font-size: 14px;
}

.earning-panel-title h3 {
    margin: 0;

    color: #ffffff;

    font-size: 21px;
    font-weight: 800;
}


/* ---------- Descripción ---------- */

.earning-panel-text>p {
    margin: 0 0 18px;

    color: #b8c5e5;

    font-size: 15px;
    line-height: 1.65;
}


/* =========================================================
   LISTA
   ========================================================= */

.earning-panel-text ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.earning-panel-text li {
    display: flex;
    align-items: center;

    margin-bottom: 9px;

    color: #e1e7f5;

    font-size: 12px;
}

.earning-panel-text li i {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 19px;

    width: 19px;
    height: 19px;

    margin-right: 8px;

    border-radius: 50%;

    background: rgba(39, 166, 90, .15);

    color: #58d98a;

    font-size: 8px;
}

.tutorial-steps {
    margin: 0 0 14px !important;
    padding: 0 0 0 22px !important;
    color: #e1e7f5;
    font-size: 12px;
}

.tutorial-steps li {
    display: list-item;
    margin-bottom: 5px;
    padding-left: 3px;
}

.tutorial-steps li::marker {
    color: #f5b400;
    font-weight: 700;
}


/* =========================================================
   PARTE VISUAL
   ========================================================= */

.earning-panel-visual {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 125px;

    width: 125px;
    height: 125px;

    border-radius: 50%;

    background: rgba(245, 180, 0, .09);

    border: 1px solid rgba(245, 180, 0, .18);

    color: #f5b400;

    font-size: 38px;
}


/* Coins */

.earning-panel-visual .fa-coins {
    position: absolute;

    right: 5px;
    bottom: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border-radius: 50%;

    background: #f5b400;

    color: #102653;

    font-size: 15px;

    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 800px) {

    .earning-tabs {
        grid-template-columns: 220px 1fr;
    }

    .earning-panel {
        padding: 28px 25px;
    }

    .earning-panel.active {
        gap: 20px;
    }

    .earning-panel-visual {
        flex: 0 0 100px;

        width: 100px;
        height: 100px;

        font-size: 30px;
    }

}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 600px) {

    .how-it-works {
        padding: 145px 15px 50px;
    }

    .how-it-works h2 {
        font-size: 26px;
    }

    .how-it-works .section-intro {
        font-size: 13px;

        margin-bottom: 22px;
    }


    /* Contenedor */

    .earning-tabs {
        display: flex;
        flex-direction: column;

        min-height: 0;

        border-radius: 15px;
    }


    /* Tabs arriba */

    .earning-tab-list {
        display: grid;
        grid-template-columns: repeat(5, 1fr);

        padding: 8px;

        border-right: 0;
        border-bottom: 1px solid rgba(245, 180, 0, .18);

        gap: 4px;
    }


    /* Tab */

    .earning-tab {
        flex-direction: column;
        justify-content: center;

        min-height: 75px;

        padding: 7px 3px;

        text-align: center;
    }


    /* Indicador activo */

    .earning-tab.active::before {
        left: 15%;
        right: 15%;

        top: auto;
        bottom: 0;

        width: auto;
        height: 3px;

        border-radius: 3px 3px 0 0;
    }


    /* Icono */

    .earning-tab-icon {
        flex: 0 0 auto;

        width: 31px;
        height: 31px;

        margin: 0 0 5px;

        border-radius: 8px;

        font-size: 12px;
    }


    .earning-tab-text strong {
        font-size: 10px;
    }


    .earning-tab-text small {
        display: none;
    }


    .earning-tab-arrow {
        display: none;
    }


    /* Panel */

    .earning-panel {
        min-height: 300px;

        padding: 25px 22px;
    }

    .earning-panel.active {
        gap: 15px;
    }


    .earning-panel-title h3 {
        font-size: 19px;
    }

    .earning-panel-text>p {
        font-size: 12px;
    }

    .earning-panel-text li {
        font-size: 11px;
    }


    .earning-panel-visual {
        flex: 0 0 85px;

        width: 85px;
        height: 85px;

        font-size: 26px;
    }

    .earning-panel-visual .fa-coins {
        width: 29px;
        height: 29px;

        right: 0;
        bottom: 2px;

        font-size: 11px;
    }

}


/* =========================================================
   MÓVIL PEQUEÑO
   ========================================================= */

@media (max-width: 420px) {

    .earning-tab {
        min-height: 68px;
    }

    .earning-tab-icon {
        width: 28px;
        height: 28px;

        font-size: 11px;
    }

    .earning-tab-text strong {
        font-size: 9px;
    }


    .earning-panel {
        padding: 22px 18px;
    }

    .earning-panel.active {
        display: block;
    }


    .earning-panel-visual {
        display: none;
    }

}

.earning-tab:focus {
    outline: none;
}

.earning-tab:focus-visible {
    outline: none;
}

.earning-panel-bg {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto 10px;
}

.ways-to-earn-static {
    padding: 170px 20px 70px;
    background: #f6f8fb;
    text-align: center;
}

.ways-to-earn-static .section-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    color: #e4a400;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ways-to-earn-static h2 {
    margin: 0 0 8px;
    color: #0c1a45;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.15;
}

.ways-to-earn-static h2 span {
    color: #e4a400;
}

.ways-to-earn-static .section-intro {
    margin: 0 auto 28px;
    color: #718096;
    font-size: 16px;
}

.ways-to-earn-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
    align-items: center;
    gap: 42px;
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 34px;
    background: #fff;
    border: 1px solid #e9edf4;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(12, 26, 69, .07);
    text-align: left;
}

.ways-to-earn-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.ways-to-earn-list {
    display: grid;
    gap: 13px;
}

.ways-to-earn-list>div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #5f6d84;
    font-size: 14px;
    line-height: 1.35;
}

.ways-to-earn-list>div>span {
    flex: 1;
}

.ways-to-earn-list i {
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    padding-top: 6px;
    border-radius: 8px;
    background: #fff5d8;
    color: #e4a400;
    font-size: 12px;
    text-align: center;
}

.ways-to-earn-list strong {
    display: block;
    color: #17233f;
    font-weight: 700;
}

@media (max-width: 767px) {
    .ways-to-earn-static {
        padding: 145px 15px 55px;
    }

    .ways-to-earn-static h2 {
        font-size: 28px;
    }

    .ways-to-earn-static .section-intro {
        font-size: 14px;
    }

    .ways-to-earn-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 22px 18px;
    }

    .ways-to-earn-list {
        gap: 11px;
    }

}

.payment-section .submit-btn {
    display: inline-block;
}

.ways-cta-wrapper {
    margin: 0 0 48px;
    text-align: center;
}

.ways-item-descriptions {
    display: grid;
    gap: 6px;
    margin: 18px auto 0;
    max-width: 760px;
    color: #354157;
    font-size: 14px;
    text-align: left;
}

.ways-item-descriptions strong {
    color: #0c1a45;
}

html[dir="rtl"] .extra-methods-card,
html[dir="rtl"] .extra-card-label,
html[dir="rtl"] .extra-method,
html[dir="rtl"] .ways-to-earn-grid {
    text-align: right;
}

html[dir="rtl"] .task-tiers span strong,
html[dir="rtl"] .extra-method-tasks .task-tiers span strong {
    margin-right: auto;
    margin-left: 0;
    text-align: left;
}

html[dir="rtl"] .ways-to-earn-grid {
    direction: rtl;
}

.ways-cta {
    display: inline-block;
    margin: 0;
}