.section {
    overflow: hidden;
}

/* section 1 */
.section-1 {
    background-image: url('../../images/home/bg_home_mo_section_1.webp');
    background-position: center;
    background-size: cover;
}

.section-1-container {
    display: flex;
    justify-content: center;
}

.section-1-content {
    max-width: 1000px;
    padding: 40px 0;
    position: relative;
    width: 100%;
}

.section-1-content__img {
    display: flex;
    justify-content: center;
}

.section-1-content__img img {
    height: auto;
    max-width: 500px;
    width: 100%;
}

.section-content__title {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
}

.section-content__title h2 {
    color: var(--color-green-txt--primary);
    font-family: 'Mango-Grotesque';
    font-size: 35px;
    font-weight: bold;
    max-width: 350px;
    padding-inline: 10px;
    text-align: center;
    text-transform: uppercase;
}

.section-content__title h2 span {
    color: #000000;
}

.section-content__title-btn-whats {
    display: flex;
    justify-content: center;
    width: 90%;
}

.section-content__title-btn-whats .site-header__cta {
    align-items: center;
    background: linear-gradient(180deg, #A4D83A 0%, #5D9A32 100%);
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 141, 50, 0.3);
    color: #FFFFFF;
    display: inline-flex;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    line-height: 1.2;
    max-width: 230px;
    padding: 15px 18px 15px 35px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
    width: 100%;
}

.section-content__title-btn-whats .site-header__cta:hover {
    box-shadow: 0 6px 20px rgba(0, 141, 50, 0.4);
    transform: translateY(-2px);
}

.section-content__title-btn-whats .site-header__cta-icon {
    left: -20px;
    max-width: 60px;
    position: absolute;
}

/* section 2 */
.section-2 {
    background-image: url('../../images/home/bg_home_mo_section_2.webp');
    background-position: center;
    background-size: cover;
}

.section-2-container {
    display: flex;
    justify-content: center;
    padding: 44px 0 56px;
}

.section-2-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1280px;
    min-width: 0;
    width: 100%;
}

.section-2__title h2 {
    -webkit-text-stroke-color: #FFFFFF;
    -webkit-text-stroke-width: 1px;
    color: var(--color-red-txt--primary);
    font-family: 'Mango-Grotesque-2';
    font-size: 42px;
    font-weight: bold;
    line-height: 0.95;
    padding-inline: 10px;
    text-align: center;
    text-transform: uppercase;
}

.section-2__title h2 span {
    color: #000000;
    display: block;
}

.prize-carousel {
    max-width: 1000px;
    overflow: hidden;
    width: 100%;
}

.prize-carousel__wrapper {
    align-items: center;
    box-sizing: border-box;
}

.prize-carousel__slide {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    width: 100%;
}

.prize-carousel__card {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.prize-carousel__image {
    display: block;
    max-width: min(74vw, 320px);
    object-fit: contain;
    width: auto;
}

.prize-carousel__copy {
    margin-top: 14px;
    padding-inline: 10px;
}

.prize-carousel__copy h3 {
    color: #FFFFFF;
    font-family: 'Mango-Grotesque-2';
    font-size: 48px;
    font-weight: bold;
    line-height: 0.9;
    margin: 0;
    text-transform: uppercase;
}

.prize-carousel__copy p {
    color: #000000;
    font-family: 'Mango-Grotesque-2';
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin: 8px auto 0;
    max-width: 380px;
    text-transform: uppercase;
}

.prize-carousel__button {
    align-items: center;
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 50%;
    color: #000000;
    cursor: pointer;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 42px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    transition: background-color 0.2s ease, transform 0.2s ease;
    width: 40px;
    z-index: 2;
}

.prize-carousel__button:hover {
    background: #F5F5F5;
    transform: translateY(-50%) scale(1.06);
}

.prize-carousel__button--prev {
    left: 10px;
}

.prize-carousel__button--next {
    right: 10px;
}

.slider-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    min-width: 0;
    overflow: hidden;
    position: relative;
    width: 95%;
}

.prize-carousel svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    outline: none;
}

.prize-carousel svg.flecha-left {
    left: 0;
}

.prize-carousel svg.flecha-right {
    right: 0;
}

.section-2__legend {
    color: #FFFFFF;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/* section 3 */
.section-3 {
    background-image: url('../../images/home/bg_home_mo_section_3.webp');
    background-position: center top;
    background-size: cover;
}

.section-3-container {
    display: flex;
    justify-content: center;
    padding: 36px 18px 48px;
}

.section-3-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 1120px;
    width: 100%;
}

.section-3__heading {
    margin-bottom: 18px;
    text-align: center;
}

.section-3__heading h2 {
    color: var(--color-red-txt--primary);
    font-family: 'Mango-Grotesque-2';
    font-size: 42px;
    font-weight: bold;
    line-height: 0.95;
    margin: 0;
    text-transform: uppercase;
}

.section-3__heading p {
    color: #000000;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    margin: 8px 0 0;
}

.mechanics-steps {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.mechanics-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.mechanics-step__image-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 142px;
    width: 100%;
}

.mechanics-step__image {
    display: block;
    height: auto;
    max-width: 190px;
    object-fit: contain;
    width: 100%;
}

.mechanics-step--featured .mechanics-step__image {
    max-width: 230px;
}

.mechanics-step__copy {
    margin-top: 10px;
}

.mechanics-step__copy h3 {
    color: #000000;
    font-family: 'Mango-Grotesque-2';
    font-size: 46px;
    font-weight: bold;
    line-height: 0.88;
    margin: 0;
    text-transform: uppercase;
}

.mechanics-step__copy h3 span {
    margin-right: 2px;
}

.mechanics-step__copy h3 strong {
    color: var(--color-green-txt--primary);
    display: block;
    font-weight: inherit;
}

.mechanics-step__copy p {
    color: #000000;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    margin: 10px auto 0;
    max-width: 285px;
}

.mechanics-cta {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 34px 0 10px;
    text-align: center;
    width: 100%;
}

.mechanics-cta p {
    color: var(--color-red-txt--primary);
    font-family: 'Mango-Grotesque-2';
    font-size: 30px;
    font-weight: bold;
    line-height: 0.95;
    margin: 0;
    text-transform: uppercase;
}

.mechanics-cta__button {
    align-items: center;
    background: linear-gradient(180deg, #A4D83A 0%, #5D9A32 100%);
    border: 2px solid #1F1F1F;
    border-radius: 8px;
    color: #FFFFFF;
    display: inline-flex;
    font-family: 'Mango-Grotesque-2';
    font-size: 28px;
    font-weight: bold;
    justify-content: center;
    line-height: 1;
    max-width: 300px;
    min-height: 48px;
    padding: 10px 20px 8px 58px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: min(100%, 300px);
}

.mechanics-cta__button img {
    height: 68px;
    left: -18px;
    object-fit: contain;
    position: absolute;
    width: 68px;
}

/* section 4 */
.section-4 {
    background-color: #C83249;
    background-image: url('../../images/home/bg_home_mo_section_4.webp');
    background-position: center top;
    background-size: cover;
}

.section-4-container {
    display: flex;
    justify-content: center;
    padding: 44px 14px 58px;
}

.section-4-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 1040px;
    width: 100%;
}

.section-4__heading {
    color: #FFFFFF;
    text-align: center;
}

.section-4__heading h2,
.section-4__footer-copy h3 {
    color: #FFFFFF;
    font-family: 'Mango-Grotesque-2';
    font-size: 42px;
    font-weight: bold;
    line-height: 0.95;
    margin: 0;
    text-transform: uppercase;
}

.section-4__heading p,
.section-4__footer-copy p {
    color: #FFFFFF;
    font-family: 'Mango-Grotesque-2';
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin: 12px auto 0;
    max-width: 430px;
    text-transform: uppercase;
}

.section-4__heading span {
    color: #FFFFFF;
    display: block;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 26px;
}

.winners-board {
    margin-top: 36px;
    max-width: 640px;
    width: 100%;
}

.winners-board__tabs {
    align-items: end;
    display: flex;
    justify-content: start;
    padding-inline: 6px;
}

.winners-board__tab {
    background: #FFFFFF;
    border: 3px solid #000000;
    border-bottom: 0;
    color: #000000;
    cursor: pointer;
    font-family: 'Mango-Grotesque-2';
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    min-height: 34px;
    padding: 6px 10px 4px;
    text-transform: uppercase;
    width: 33.33%;
}

.winners-board__tab + .winners-board__tab {
    margin-left: -3px;
}

.winners-board__tab.is-active {
    background: #5D9A32;
    color: #FFFFFF;
    min-height: 44px;
    padding-inline: 14px;
}

.winners-board__panel {
    align-items: center;
    background: #F4F4F4;
    border: 4px solid #000000;
    display: flex;
    height: 260px;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.winners-board__panel[hidden] {
    display: none;
}

.winners-board__rows {
    max-height: 100%;
    overflow-y: auto;
    scrollbar-color: var(--color-red-txt--primary) #E9E9E9;
    scrollbar-width: thin;
    width: 100%;
}

.winners-board__rows::-webkit-scrollbar {
    width: 8px;
}

.winners-board__rows::-webkit-scrollbar-track {
    background: #E9E9E9;
}

.winners-board__rows::-webkit-scrollbar-thumb {
    background: var(--color-red-txt--primary);
    border-radius: 999px;
}

.winners-board__rows::-webkit-scrollbar-thumb:hover {
    background: #A7283A;
}

.winners-board__rows:has(.winners-board__empty) {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

.winners-board__row {
    align-items: center;
    border-bottom: 2px solid #A9B6C4;
    color: #000000;
    display: grid;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    line-height: 1.2;
    min-height: 38px;
    padding: 10px 18px;
}

.winners-board__row:last-child {
    border-bottom: 0;
}

.winners-board__name,
.winners-board__prize {
    overflow-wrap: anywhere;
}

.winners-board__prize {
    text-align: right;
}

.winners-board__empty {
    color: #000000;
    font-family: 'Mango-Grotesque-2';
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.winners-board__status {
    font-size: 36px;
}

.winners-board__loader {
    color: #000000;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    padding: 14px 18px;
    text-align: center;
    text-transform: uppercase;
}

.section-4__footer-copy {
    margin-top: 34px;
    text-align: center;
}

@media (min-width: 1000px) {

    /* section 1 */
    .section-1 {
        background-image: url('../../images/home/bg_home_dt_section_1.webp');
    }

    .section-1-content {
        padding: 40px 0 80px;
    }

    .section-1-content__img img {
        max-width: 1000px;
    }

    .section-content__title {
        bottom: 70px;
        position: absolute;
    }

    /* section 2 */
    .section-2 {
        background-image: url('../../images/home/bg_home_dt_section_2.webp');
    }

    .section-2-container {
        padding: 60px 0 72px;
    }

    .section-2-content {
        gap: 18px;
    }

    .section-2__title h2 {
        font-size: 50px;
    }

    .prize-carousel__copy h3 {
        font-size: 45px;
    }

    .prize-carousel__copy p {
        font-size: 35px;
    }

    .prize-carousel__button {
        height: 38px;
        width: 38px;
    }

    /* section 3 */
    .section-3 {
        background-image: url('../../images/home/bg_home_dt_section_3.webp');
    }

    .section-3-container {
        padding: 48px 40px 70px;
    }

    .section-3__heading {
        margin-bottom: 42px;
    }

    .section-3__heading h2 {
        font-size: 50px;
    }

    .section-3__heading p {
        font-size: 16px;
    }

    .mechanics-steps {
        align-items: flex-start;
        display: grid;
        gap: 38px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: 1120px;
    }

    .mechanics-step {
        display: grid;
        grid-template-rows: 190px auto auto;
        justify-items: center;
    }

    .mechanics-step--featured {
        transform: translateY(-38px);
    }

    .mechanics-step__image-wrap {
        align-items: end;
        min-height: 0;
    }

    .mechanics-step__image {
        max-height: 170px;
        max-width: 170px;
    }

    .mechanics-step--featured .mechanics-step__image {
        max-height: 170px;
        max-width: 270px;
    }

    .mechanics-step__copy {
        display: contents;
    }

    .mechanics-step__copy h3 {
        align-self: start;
        font-size: 46px;
        margin-top: 16px;
    }

    .mechanics-step__copy p {
        font-size: 13px;
        max-width: 285px;
        align-self: start;
        margin-top: 8px;
    }

    .mechanics-cta {
        gap: 22px;
        margin-top: 50px;
    }

    .mechanics-cta p {
        font-size: 24px;
    }

    /* section 4 */
    .section-4 {
        background-image: url('../../images/home/bg_home_dt_section_4.webp');
    }

    .section-4-container {
        padding: 54px 40px 72px;
    }

    .section-4__heading h2,
    .section-4__footer-copy h3 {
        font-size: 50px;
    }

    .section-4__heading p,
    .section-4__footer-copy p {
        font-size: 30px;
        max-width: 760px;
    }

    .section-4__heading span {
        font-size: 15px;
        margin-top: 34px;
    }

    .winners-board {
        margin-top: 56px;
        max-width: 700px;
    }

    .winners-board__tab {
        font-size: 26px;
        min-width: 130px;
    }

    .winners-board__tab.is-active {
        min-height: 48px;
    }

    .winners-board__panel {
        height: 320px;
    }

    .winners-board__row {
        font-size: 14px;
        min-height: 48px;
        padding: 13px 26px;
    }

    .winners-board__empty {
        font-size: 54px;
    }

    .winners-board__status {
        font-size: 42px;
    }

    .section-4__footer-copy {
        margin-top: 42px;
    }

    .winners-board__tab{
        width: initial;
    }
}
