
/* ========================================
   ESTILOS GLOBAIS
======================================== */

/* Quadrados decorativos - z-index global */
[class^="d"][class*="-square"] {
    z-index: 0;
}

/* Containers de conteúdo na frente dos quadrados */
.dobra-2__container,
.dobra-3__container,
.dobra-4__container,
.dobra-5__container,
.dobra-6__container,
.dobra-7__container,
.dobra-8__container,
.dobra-9__container,
.dobra-10__left,
.dobra-10__center,
.dobra-10__right {
    position: relative;
    z-index: 1;
}


/* ========================================
   DOBRA 1 - BANNER
======================================== */
.dobra-1 {
    width: 100%;
    background: #ae1514;
}

.dobra-1 img {
    width: 100%;
    height: auto;
}

/* Exibe apenas o banner 1920 por padrão */
.banner-1920 {
    display: block;
}

.banner-1480 {
    display: none;
}

.banner-1024 {
    display: none;
}

.banner-768 {
    display: none;
}

.banner-540 {
    display: none;
}

/* ========================================
   DOBRA 2 - VIDEO E TEXTO
======================================== */
.dobra-2 {
    width: 100%;
    min-height: 791px;
    background-color: #AE1514;
    position: relative;
}

.dobra-2__cta {
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 355px;
    height: 60px;
    background-color: rgba(245, 209, 69, 1);
    color: rgba(174, 21, 20, 1);
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-decoration: none;
    z-index: 10;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dobra-2__cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.dobra-2__gimbinha {
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 458px;
    height: auto;
    z-index: 10;
}

.dobra-2__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(40px, 8vw, 125px);
    padding: 90px 90px;
    position: relative;
}

.dobra-2__camiseta {
    position: absolute;
    left: 70px;
    bottom: 156px;
}

.dobra-2__camiseta img {
    width: 179px;
    height: 185px;
}

.dobra-2__video {
    flex-shrink: 0;
}

.dobra-2__video img {
    width: 338px;
    height: 605px;
    border-radius: 8px;
    object-fit: cover;
}

.dobra-2__content {
    color: #FFFFFF;
    max-width: 530px;
}

.dobra-2__title {
    font-family: var(--font-family);
    font-size: 44px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px;
}

.dobra-2__title strong {
    font-weight: 700;
}

.dobra-2__text {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
    max-width: 560px;
}

.dobra-2__text strong {
    font-weight: 700;
}

.dobra-2__text--destaque {
    margin-top: 16px;
    font-weight: 700;
}

/* Quadrados decorativos - Dobra 2 */
.d2-square-1 {
    width: 104px;
    height: 104px;
    aspect-ratio: 1 / 1;
    background: #C45854;
    position: absolute;
    top: 51px;
    right: 88px;
}

.d2-square-2 {
    width: 257px;
    height: 257px;
    aspect-ratio: 1 / 1;
    background: #8D0304;
    position: absolute;
    top: 294px;
    left: 0;
}

.d2-square-3 {
    width: 139px;
    height: 139px;
    aspect-ratio: 1 / 1;
    background: #C45854;
    position: absolute;
    top: 155px;
    left: 0;
}

.d2-square-4 {
    width: 139px;
    height: 139px;
    aspect-ratio: 1 / 1;
    background: #C65854;
    position: absolute;
    top: 652px;
    left: 0;
}

.d2-square-5 {
    width: 259px;
    height: 259px;
    aspect-ratio: 1 / 1;
    background: #8D0304;
    position: absolute;
    top: 530px;
    right: 0;
}

.d2-square-6 {
    width: 175px;
    height: 175px;
    aspect-ratio: 1 / 1;
    background: #C24F4F;
    position: absolute;
    top: 355px;
    right: 0px;
}

.d2-square-7 {
    width: 104px;
    height: 104px;
    aspect-ratio: 1 / 1;
    background: #8D0304;
    position: absolute;
    top: 164px;
    left: 780px;
}

/* Modificador: esconde vídeo e centraliza texto */
.dobra-2--sem-video .dobra-2__video {
    display: none;
}

.dobra-2--sem-video .dobra-2__content {
    max-width: 100%;
    text-align: center;
    padding: 110px 250px 0;
}


/* ========================================
   DOBRA 3 - HEADHUNTER
======================================== */
.dobra-3 {
    background-color: #F3F3F3;
    position: relative;
    overflow: hidden;
}

.dobra-3__container {
    display: flex;
    min-height: 598px;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    gap: 60px;
}

.dobra-3__title {
    font-family: var(--font-family);
    font-size: 44px;
    font-weight: 700;
    color: #AE1514;
    line-height: 1.1;
    margin-bottom: 30px;
}

.dobra-3__title span {
    font-weight: 400;
}

.dobra-3__text {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    color: #3A3A3A;
    line-height: 1.5;
    margin-bottom: 20px;
}

.dobra-3__list {
    margin-bottom: 30px;
}

.dobra-3__list-item {
    font-family: var(--font-family);
    font-size: 16px;
    color: #3A3A3A;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.dobra-3__list-item i {
    font-size: 14px;
    color: #AE1514;
}

.dobra-3__text--destaque {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 700;
    color: #3A3A3A;
}

.dobra-3__images {
    position: relative;
    align-self: flex-end;
    flex-shrink: 0;
}

.dobra-3__prancheta {
    position: relative;
}

.dobra-3__prancheta img {
    max-width: 100%;
    height: auto;
}

.dobra-3__gimba {
    position: absolute;
    top: -50px;
    right: -30px;
}

.dobra-3__gimba img {
    max-width: 250px;
    height: auto;
    position: relative;
    top: -60px;
    right: 46px;
}

/* Quadrados decorativos - Dobra 3 */
.d3-square-1 {
    width: 182px;
    height: 182px;
    aspect-ratio: 1 / 1;
    background: rgba(141, 3, 4, 0.2);
    position: absolute;
    top: 304px;
    left: 0;
}

.d3-square-2 {
    width: 104px;
    height: 104px;
    aspect-ratio: 1 / 1;
    background: rgba(194, 79, 79, 0.6);
    position: absolute;
    top: 200px;
    left: 78px;
}

.d3-square-3 {
    width: 139px;
    height: 139px;
    aspect-ratio: 1 / 1;
    background: rgba(141, 3, 4, 0.2);
    position: absolute;
    top: 111px;
    right: 0;
}

.d3-square-4 {
    width: 206px;
    height: 206px;
    aspect-ratio: 1 / 1;
    background: rgba(194, 79, 79, 0.4);
    position: absolute;
    bottom: 100px;
    right: 0;
}


/* ========================================
   DOBRA 4 - CASHBACK GIMPLUS
======================================== */
.dobra-4 {
    min-height: 734px;
    background-color: #8B0000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dobra-4__container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.dobra-4__content-left {
    margin-right: 40px;
}

.dobra-4__title {
    font-family: var(--font-family);
    font-size: 44px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.1;
}

.dobra-4__title span {
    font-weight: 100;
}

.dobra-4__image {
    display: flex;
    justify-content: center;
    -webkit-mask-image: radial-gradient(ellipse closest-side, black 85%, transparent 100%);
    mask-image: radial-gradient(ellipse closest-side, black 85%, transparent 100%);
}

.dobra-4__image img {
    width: 599px;
    height: 521px;
}

.dobra-4__content-right {
    margin-left: 61px;
    max-width: 250px;
}

.dobra-4__text {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    margin-bottom: 16px;
}

.dobra-4__text strong {
    font-weight: 700;
}

/* Coins decorativos */
.coin-1,
.coin-2,
.coin-3,
.coin-4,
.coin-5,
.coin-6 {
    position: absolute;
}

.coin-1 {
    bottom: -30px;
    left: 90px;
    z-index: 10;
    width: 70px;
}

.coin-2 {
    top: 95px;
    left: 450px;
}

.coin-3 {
    top: 53px;
    right: 225px;
}

.coin-4 {
    top: 262px;
    left: 0px;
}

.coin-5 {
    bottom: 96px;
    right: 77px;
}

.coin-6 {
    top: -35px;
    left: 650px;
}

/* Quadrados decorativos - Dobra 4 */
.d4-square-1 {
    width: 104px;
    height: 104px;
    aspect-ratio: 1 / 1;
    background: #C24F4F;
    position: absolute;
    top: 57px;
    left: 0;
}

.d4-square-2 {
    width: 182px;
    height: 182px;
    aspect-ratio: 1 / 1;
    background: #AD1515;
    position: absolute;
    top: 463px;
    left: 0;
}

.d4-square-3 {
    width: 73px;
    height: 73px;
    aspect-ratio: 1 / 1;
    background: #AD1515;
    position: absolute;
    top: 109px;
    left: 400px;
}

.d4-square-4 {
    width: 80px;
    height: 80px;
    aspect-ratio: 1 / 1;
    background: #C24F4F;
    position: absolute;
    bottom: 0;
    right: 501px;
}

.d4-square-5 {
    width: 104px;
    height: 104px;
    aspect-ratio: 1 / 1;
    background: #AD1515;
    position: absolute;
    top: 94px;
    right: 0;
}

.d4-square-6 {
    width: 175px;
    height: 175px;
    aspect-ratio: 1 / 1;
    background: #C24F4F;
    position: absolute;
    top: 191px;
    right: 0;
}


/* ========================================
   DOBRA 5 - CLIENTE DIAMANTE
======================================== */
.dobra-5 {
    background-color: #AE1514;
    position: relative;
    overflow: visible;
}

.dobra-5__container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    gap: 60px;
}

.dobra-5__images {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dobra-5__logo {
    max-width: 413px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.dobra-5__piramide {
    max-width: 275px;
    width: 100%;
    height: auto;
}

.dobra-5__content {
    max-width: 550px;
    color: #FFFFFF;
}

.dobra-5__title {
    font-family: var(--font-family);
    font-size: 44px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 20px;
}

.dobra-5__title strong {
    font-weight: 700;
}

.dobra-5__text {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    margin-bottom: 30px;
}

.dobra-5__text strong {
    font-weight: 700;
}

.dobra-5__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.dobra-5__list-item {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.dobra-5__list-item span {
    font-size: 20px;
    font-weight: 700;
}

/* Quadrados decorativos - Dobra 5 */
.d5-square-1 {
    width: 146px;
    height: 146px;
    aspect-ratio: 1 / 1;
    background: #C65854;
    position: absolute;
    top: 70px;
    left: 36px;
}

.d5-square-2 {
    width: 130px;
    height: 130px;
    aspect-ratio: 1 / 1;
    background: #740000;
    position: absolute;
    top: 395px;
    left: 110px;
}

.d5-square-3 {
    width: 120px;
    height: 120px;
    aspect-ratio: 1 / 1;
    background: #8D0304;
    position: absolute;
    top: 50px;
    right: 78px;
}

.d5-square-4 {
    width: 103px;
    height: 103px;
    aspect-ratio: 1 / 1;
    background: #C45854;
    position: absolute;
    top: -60px;
    right: 193px;
    z-index: 10;
}

.d5-square-5 {
    width: 114px;
    height: 114px;
    aspect-ratio: 1 / 1;
    background: #C24F4F;
    position: absolute;
    top: 170px;
    right: 25px;
}


/* ========================================
   DOBRA 6 - CENTRAL DE NEGOCIAÇÃO
======================================== */
.dobra-6 {
    background-color: #8B0000;
    position: relative;
    overflow: visible;
}

.dobra-6__container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(40px, 8vw, 177px);
    padding: 0 5%;
}

.dobra-6__video {
    margin-top: 96px;
    margin-bottom: 96px;
    flex-shrink: 0;
}

.dobra-6__video video {
    width: 338px;
    height: 605px;
    border-radius: 8px;
    object-fit: cover;
}

.dobra-6__content {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    margin-top: 164px;
}

.dobra-6__title {
    font-family: var(--font-family);
    font-size: 44px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 30px;
}

.dobra-6__title span {
    font-weight: 400;
}

.dobra-6__text {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    margin-bottom: 20px;
}

.dobra-6__text strong {
    font-weight: 700;
}

.dobra-6__gimba {
    margin-top: 80px;
    position: relative;
    right: 60px;
    bottom: -70px;
    z-index: 10;
}

.dobra-6__gimba img {
    width: 251px;
    height: 199px;
}


.dobra-6__text--destaque {
    font-family: var(--font-family);
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    margin-bottom: 20px;
}

.dobra-6__text--destaque strong {
    font-weight: 700;
}

/* Quadrados decorativos - Dobra 6 */
.d6-square-1 {
    width: 154px;
    height: 154px;
    aspect-ratio: 1 / 1;
    background: #C65854;
    position: absolute;
    top: -40px;
    left: 62px;
    z-index: 10;
}

.d6-square-2 {
    width: 72px;
    height: 72px;
    aspect-ratio: 1 / 1;
    background: #C65854;
    position: absolute;
    top: 404px;
    left: 52px;
}

.d6-square-3 {
    width: 75px;
    height: 75px;
    aspect-ratio: 1 / 1;
    background: #C9ABAB;
    position: absolute;
    top: 675px;
    right: 810px;
}

.d6-square-4 {
    width: 137px;
    height: 137px;
    aspect-ratio: 1 / 1;
    background: #C24F4F;
    position: absolute;
    top: 320px;
    right: 0;
}

.d6-square-5 {
    width: 61px;
    height: 61px;
    aspect-ratio: 1 / 1;
    background: #AE1514;
    position: absolute;
    top: 457px;
    right: 112px;
    z-index: 10;
}


/* ========================================
   DOBRA 7 - CIDADE GIMBA
======================================== */
.dobra-7 {
    background-color: #8B0000;
    position: relative;
}

.dobra-7__container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    gap: 90px;
}

.dobra-7__carousel {
    position: relative;
}

.dobra-7__slides {
    position: relative;
    width: 734px;
    max-width: 100%;
    aspect-ratio: 734 / 415;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.dobra-7__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.dobra-7__slide.active {
    opacity: 1;
}

.dobra-7__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.dobra-7__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.dobra-7__dot:hover {
    background: rgba(255, 255, 255, 0.7);
}

.dobra-7__dot.active {
    background: #FFFFFF;
    transform: scale(1.2);
}

.dobra-7__content {
    color: #FFFFFF;
}

.dobra-7__title {
    font-family: var(--font-family);
    font-size: 44px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 0.9;
    margin-bottom: 30px;
}

.dobra-7__title span {
    font-weight: 400;
    font-size: 30px;
}

.dobra-7__title span br{}

.dobra-7__text {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    margin-bottom: 30px;
}

.dobra-7__text strong {
    font-weight: 700;
}

.dobra-7__text--destaque {
    font-family: var(--font-family);
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.4;
}

.dobra-7__text--destaque span {
    font-size: 26px;
    font-weight: 700;
    margin-right: 10px;
}

.dobra-7__text--destaque strong {
    font-weight: 700;
}

/* Quadrados decorativos - Dobra 7 */
.d7-square-1 {
    width: 87px;
    height: 87px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 10px;
    left: 64px;
}

.d7-square-2 {
    width: 140px;
    height: 140px;
    aspect-ratio: 1 / 1;
    background: #C45854;
    position: absolute;
    top: 97px;
    left: 18px;
}

.d7-square-3 {
    width: 89px;
    height: 89px;
    aspect-ratio: 1 / 1;
    background: #D32731;
    position: absolute;
    bottom: 50px;
    left: 43px;
}

.d7-square-4 {
    width: 47px;
    height: 47px;
    aspect-ratio: 1 / 1;
    background: rgba(217, 217, 217, 0.79);
    position: absolute;
    top: 57px;
    right: 60px;
}

.d7-square-5 {
    width: 98px;
    height: 98px;
    aspect-ratio: 1 / 1;
    background: #C65854;
    position: absolute;
    top: 104px;
    right: 53px;
}

.d7-square-6 {
    width: 59px;
    height: 59px;
    aspect-ratio: 1 / 1;
    background: #C45854;
    position: absolute;
    bottom: 36px;
    right: 152px;
}


/* ========================================
   DOBRA 8 - GIA
======================================== */
.dobra-8 {
    background-color: #F3F3F3;
    position: relative;
}

.dobra-8__container {
    color: #F3F3F3;
    display: flex;
    min-height: 632px;
    align-items: center;
    justify-content: center;
    gap: clamp(40px, 10vw, 250px);
    padding: 40px 20px;
}

.dobra-8__content {
    position: relative;
    margin-top: 60px;
}

.dobra-8__title {
    font-family: var(--font-family);
    font-size: 44px;
    font-weight: 700;
    color: #AE1514;
    line-height: 1.1;
    margin-bottom: 10px;
}

.dobra-8__subtitle {
    font-family: var(--font-family);
    font-size: 22px;
    font-weight: 400;
    color: #AE1514;
    line-height: 1.2;
    margin-bottom: 30px;
}

.dobra-8__subtitle strong {
    font-weight: 700;
}

.dobra-8__text {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    color: #3A3A3A;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 240px;
}

.dobra-8__image {
    position: relative;
    padding: 75px 0px 0px 0px;
    margin-bottom: -40px;
}

.dobra-8__image img {
    width: 347px;
    height: 500px;
    position: relative;
    z-index: 1;
}

/* Quadrados decorativos - Dobra 8 */
.d8-square-1 {
    width: 206px;
    height: 206px;
    aspect-ratio: 1 / 1;
    background: rgba(141, 3, 4, 0.2);
    position: absolute;
    top: 127px;
}

.d8-square-2 {
    width: 139px;
    height: 139px;
    aspect-ratio: 1 / 1;
    background: rgba(194, 79, 79, 0.4);
    position: absolute;
    bottom: 65px;
    left: 173px;
}

.d8-square-3 {
    width: 437px;
    height: 331px;
    background: #8B0000;
    position: absolute;
    bottom: -9px;
    right: 5px;
    border-radius: 30px 30px 0px 0px;
    z-index: -1;
}

.d8-square-4 {
    width: 104px;
    height: 104px;
    aspect-ratio: 1 / 1;
    background: rgba(194, 79, 79, 0.6);
    position: absolute;
    top: 185px;
    right: 245px;
}

.d8-square-5 {
    width: 182px;
    height: 182px;
    aspect-ratio: 1 / 1;
    background: rgba(141, 3, 4, 0.2);
    position: absolute;
    bottom: 0;
    right: 74px;
}


/* ========================================
   DOBRA 9 - ONE STOP SHOP
======================================== */
.dobra-9 {
    background-color: #AE1514;
    position: relative;
}

.dobra-9__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 40px 0;
}

.dobra-9__title {
    font-family: var(--font-family);
    font-size: 44px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
}

.dobra-9__subtitle {
    font-family: var(--font-family);
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
}

.dobra-9__subtitle strong {
    font-weight: 700;
}

.dobra-9__stats {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 30px;
}

.dobra-9__number {
    font-family: var(--font-family);
    font-size: 44px;
    font-weight: 700;
    color: #FFFFFF;
}

.dobra-9__label {
    font-family: var(--font-family);
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
}

.dobra-9__cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.dobra-9__card {
    min-width: 140px;
    width: 175px;
    height: 175px;
    background-color: #D32731;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 0 1 175px;
}

.dobra-9__card img {
    max-width: 60px;
    height: auto;
}

.dobra-9__card span {
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

.dobra-9__image {
    width: 100%;
    position: relative;
    z-index: 1;
}

.dobra-9__image img {
    width: 100%;
    height: 283px;
    object-fit: cover;
}


/* Cores dos cards */
.card--dark {
    background-color: #8B0000 !important;
}

.card--wine {
    background-color: #9A0100 !important;
}

/* Quadrados decorativos - Dobra 9 */
.d9-square-1 {
    width: 139px;
    height: 139px;
    aspect-ratio: 1 / 1;
    background: #C65854;
    position: absolute;
    top: 137px;
    left: 6px;
}

.d9-square-2 {
    width: 257px;
    height: 83px;
    aspect-ratio: 1 / 1;
    background: #8D0304;
    position: absolute;
    bottom: 164px;
    left: 76px;
    z-index: 0;
}

.d9-square-3 {
    width: 259px;
    height: 259px;
    aspect-ratio: 1 / 1;
    background: #8D0304;
    position: absolute;
    right: 0;
}

.d9-square-4 {
    width: 175px;
    height: 175px;
    aspect-ratio: 1/1;
    background: #C24F4F;
    position: absolute;
    bottom: 175px;
    right: 0;
    z-index: 0;
}


/* ========================================
   DOBRA 10 - GIMBA YOU
======================================== */
.dobra-10 {
    background-color: #D12730;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.dobra-10__left {
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    height: 100%;
}

.dobra-10__basket {
    width: 185px;
    height: 169px;
    position: absolute;
    left: 63px;
    top: 28px;
}

.dobra-10__logo {
    width: 409px;
    height: 187px;
    position: absolute;
    left: 276px;
    top: 158px;
}

.dobra-10__truck {
    width: 152px;
    height: 145px;
    position: absolute;
    left: 264px;
    top: 400px;
}

.dobra-10__center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.dobra-10__g {
    width: 129px;
    height: 146px;
    position: absolute;
    left: -20px;
    top: 160px;
    z-index: 1;
}

.dobra-10__boxes {
    width: 348px;
    height: 623px;
    position: relative;
    top: 200px;
    z-index: 2;
}

.dobra-10__right {
    position: absolute;
    right: 392px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.dobra-10__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 80px;
}

.dobra-10__list li {
    font-family: var(--font-family);
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.dobra-10__list li i {
    color: #740000;
    font-size: 14px;
}

.dobra-10__link {
    font-family: var(--font-family);
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0px 10px;
}

/* Quadrados decorativos - Dobra 10 */
.d10-square-1 {
    width: 73px;
    height: 73px;
    aspect-ratio: 1/1;
    background: #AD1515;
    position: absolute;
    bottom: 91px;
    left: 0;
}

.d10-square-2 {
    width: 104px;
    height: 104px;
    aspect-ratio: 1 / 1;
    background: #AD1515;
    position: absolute;
    top: 180px;
    right: 0;
}

.d10-square-3 {
    width: 175px;
    height: 175px;
    aspect-ratio: 1 / 1;
    background: #C24F4F;
    position: absolute;
    bottom: 0;
    right: 0;
}