@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: 34px;
    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: 34px 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 0
}

.smartphone-img {
    display: block;
    max-width: 292px;
    max-height: 507px;
    width: 100%;
    margin: 0 auto;
    object-fit: contain
}

.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: 25px 18px;
        border-radius: 15px
    }

    .proof-image-side {
        padding: 0 10px 20px
    }

    .smartphone-img {
        width: 100%;
        height: auto;
        max-width: 292px;
        max-height: 507px;
    }

    .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: 23px
    }

    .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
}

@media(max-width:767px) {
    .routine-content {
        padding: 5px 2px 0
    }

    .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
    }

    .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: 150px 0 70px;
    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 8px;
    color: #0c1a45;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.5px
}

.payment-section-subtitle {
    margin: 0 auto 28px;
    color: #718096;
    font-size: 17px
}

.payment-grid {
    margin: 0 auto 30px;
    max-width: 850px
}

.payment-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 105px;
    margin: 6px;
    padding: 15px 8px;
    border: 1px solid #d1d1d1;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px 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: 42px;
    height: 42px;
    margin-bottom: 8px;
    object-fit: contain
}

.payment-card span {
    color: #354157;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2
}

.payment-section .submit-btn {
    margin-top: 2px
}

.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 52px
    }

    .payment-section h2 {
        font-size: 26px
    }

    .payment-section-subtitle {
        margin-bottom: 20px;
        font-size: 16px
    }

    .payment-grid {
        margin-bottom: 22px
    }

    .payment-card {
        min-height: 95px;
        margin: 4px;
        padding: 12px 6px
    }

    .payment-card img {
        width: 36px;
        height: 36px;
        margin-bottom: 7px
    }

    .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: 30px
    }

    .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: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin: 18px auto 24px;
    padding: 10px 15px;
    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: 14px;
    flex: 1.35;
    min-width: 0;
}

.bonus-gift {
    font-size: 54px;
    line-height: 1;
    filter: drop-shadow(0 4px 10px rgba(245, 180, 0, .25));
}

.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: 800;
    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;
    gap: 4px;
    flex: 1;
    min-width: 140px;
    text-align: center;
}

.coins-value {
    color: #ffd24d;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.bonus-code-block small {
    color: #b9c8f2;
    font-size: 12px;
}

.coupon-code {
    margin-top: 2px;
    margin-left: 3px;
    padding: 3px 5px;
    border: 1px dashed rgba(120, 180, 255, .55);
    border-radius: 10px;
    background: rgba(18, 40, 96, .45);
    color: #7fd0ff;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .05em;
    user-select: all;
}

/* ---------- Dónde reclamar ---------- */

.bonus-location {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    flex: 1;
    min-width: 150px;
}

.location-label {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.location-pill {
    padding: 2px 8px;
    background: #1e78ff;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
}

.location-arrow {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #55b9ff;
    font-size: 13px;
    font-weight: 600;
}

/* ---------- Responsive ---------- */

@media (max-width: 991px) {

    .welcome-bonus-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    /* 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);
    }

    /* Último bloque ocupa todo el ancho */
    .bonus-location {
        grid-column: 1 / -1;
        align-items: center;
        text-align: center;
        padding-top: 16px;
        border-top: 1px solid rgba(245, 180, 0, .28);
    }

    .location-arrow {
        justify-content: center;
    }

    .bonus-location {
        grid-column: 1 / -1;
        align-items: center;
        text-align: center;
        padding-top: 16px;
        border-top: 1px solid rgba(245, 180, 0, .28);
        gap: 10px;
    }

    .bonus-location-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .location-arrow {
        justify-content: center;
    }

    .text-generated {
        display: block;
    }

}

.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;
}