.i-tiradabg-container {
    background-image: url(../images/onboarding/bg-onboarding.svg) !important;
}
.i-tirada-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.tirada-option span {
    color: var(--emphasis-color);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-satoshi);
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: var(--Typography-letter-spacing-Overline, 2.5px);
    text-transform: uppercase;
}
.tirada-option > div {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-radius: 8px;
}
.tirada-option {
    cursor: pointer;
    display: inline-block;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--background-surfaces-default-tertiary-surface, rgba(255, 255, 255, 0.56));
    box-shadow: 0px 4px 28px 0px rgba(95, 93, 111, 0.12);
}
.tirada-option.selected {
    background: var(--Text-Highlight, linear-gradient(90deg, #7C7CFF 5.2%, #5BC5CB 51.38%, #2982CB 94%));
    border: none;
    padding: 2px;
}
.tirada-option.selected > div {
    padding: 14px;
}
#tiradaBtn {
    background: var(--emphasis-color);
    color: #fff;
    border-radius: 99999px;
    padding: 18px 28px;
    font-family: var(--font-satoshi);
    font-size: 16px;
    font-weight: 900;
    border: none;
    line-height: 16px;
    letter-spacing: 1px;
}
/**/
.i-tirada-header {
    text-align: center;
    margin-bottom: 30px;
}
.i-tirada-header h2 {
    color: #333;
    margin-bottom: 5px;
}
.i-tirada-header p {
    color: #666;
    margin-bottom: 15px;
}
.i-tirada-card-container {
    display: flex;
    justify-content: center;
    gap: 0;
    margin: 30px 0;
    flex-wrap: nowrap;
    padding-left: 90px;
}
.i-tirada-card {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-left: -90px;
}
.i-tirada-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 3px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.i-tirada-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}
.i-tirada-card.selected {
    transform: translateY(-15px) !important;
    box-shadow: 0 12px 20px rgba(0,0,0,0.2);
}
.i-tirada-btn {
    background: #1E1E1E;
    color: white;
    border: none;
    padding: 18px 28px;
    border-radius: 99999px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
    margin: 10px;
    font-family: var(--font-satoshi);
    font-weight: 900;
    letter-spacing: 1px;
}
.i-tirada-btn:hover {
    background: linear-gradient(0deg, var(--States-White-Hover, rgba(255, 255, 255, 0.08)) 0%, var(--States-White-Hover, rgba(255, 255, 255, 0.08)) 100%), var(--background-surfaces-default-inverse, #1E1E1E);
}
.i-tirada-btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
}
.i-tirada-btn-back {
    background: transparent !important;
    border: 1px solid #1e1e1e;
    color: var(--emphasis-color);
}
.it-button-container {
    text-align: center;
    display: inline-block !important;
    position: relative;
}
#tirada-results #tirada-topic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 14px;
    background: #fff;
    border-radius: 8px;
}
#tirada-results {
    width: 100%;
    padding-top: 24px;
}
.tirada-title {
    font-family: 'Erode';
    color: var(--emphasis-color);
    font-size: var(--Typography-text-size-H3, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typography-line-height-H3, 56px);
    letter-spacing: var(--Typography-letter-spacing-H3, 0px);
    margin: 0;
}
.tirada_result_header {
    justify-content: space-between;
    align-items: center;
}
.tirada-subtitle {
    color: var(--emphasis-color);
    text-align: center;
    font-family: var(--font-satoshi);
    font-size: var(--Typography-text-size-S1, 20px);
    font-weight: 700;
    line-height: var(--Typography-line-height-S1, 28px);
    letter-spacing: var(--Typography-letter-spacing-S1, 0.15px);
    margin: 0;
}
.t-welcome-title-container {
    flex-direction: column;
    gap: 32px;
    max-width: 1048px;
}
.t-welcome-title-container .tirada-title {
    margin-bottom: 16px;
}
.border-t-button {
    background: var(--Text-Highlight, linear-gradient(90deg, #7C7CFF 5.2%, #5BC5CB 51.38%, #2982CB 94%));
    padding: 2px;
    border-radius: 8px;
}
#tirada-results .card-result {
    display: flex;
    gap: 48px;
    align-items: center;
}
#tirada-results .card-image {
    min-width: 148px;
}
#tirada-results .card-image img {
    border-radius: 8px;
    border: 4px solid #fff;
    box-shadow: -8px 8px 16px 0px rgba(90, 90, 90, 0.08);
}
.card-results-container {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.card-results-container .card-content {
    color: var(--emphasis-color);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-satoshi);
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.card-results-container .card-content {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--Typography-text-size-B1, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typography-line-height-B1, 24px);
    letter-spacing: var(--Typography-letter-spacing-B1, 0.5px);
    margin: 0;
}
.card-results-container .card-content h3 {
    margin: 0;
    font-size: var(--Typography-text-size-H5, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typography-line-height-H5, 40px);
    letter-spacing: var(--Typography-letter-spacing-H5, 0px);
}
.card-results-container .card-content h4 {
    font-family: var(--font-satoshi);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.card-results-container .card-content p {
    margin: 0;
}
.last-recommendations-container {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    border-radius: 24px;
    background: var(--background-surfaces-default-tertiary-surface, rgba(255, 255, 255, 0.56));
    backdrop-filter: blur(18px);
    padding: 40px;
}
.recommed-items {
    width: calc(50% - 24px);
}
.recommed-items > div {
    display: flex;
    align-items: center;
    gap: 16px;
}
.recommed-items p {
    color: var(--emphasis-color);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-satoshi);
    font-size: var(--Typography-text-size-B1, 16px);
    font-weight: 400;
    line-height: var(--Typography-line-height-B1, 24px);
    letter-spacing: var(--Typography-letter-spacing-B1, 0.5px);
}
.recommed-items img {
    background: #C4FFE7;
    padding: 8PX;
    border-radius: 16px;
}
.recommendations-title {
    color: var(--emphasis-color);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--font-satoshi);
    font-size: var(--Typography-text-size-S2, 18px);
    font-weight: 700;
    line-height: var(--Typography-line-height-S2, 24px);
    letter-spacing: var(--Typography-letter-spacing-S2, 0.1px);
    margin-top: 40px;
    margin-bottom: 16px;
}
.orientation-container {
    background: #fff;
    box-shadow: 0px 4px 28px 0px rgba(95, 93, 111, 0.12);
    border-radius: 16px;
    padding: 16px;
    margin-top: 40px;
    font-family: var(--font-satoshi);
    color: var(--emphasis-color);
    gap: 24px;
}
.orientation-container .to-section h4 {
    font-size: var(--Typography-text-size-B2, 14px);
    font-weight: 700;
    line-height: var(--Typography-line-height-B2, 20px); /* 142.857% */
    letter-spacing: var(--Typography-letter-spacing-B2, 0.3px);
    margin: 0;
    margin-bottom: 8px;
}
.orientation-container .to-section h3 {
    font-size: var(--Typography-text-size-S2, 18px);
    font-weight: 700;
    line-height: var(--Typography-line-height-S2, 24px); /* 133.333% */
    letter-spacing: var(--Typography-letter-spacing-S2, 0.1px);
    margin: 0;
    margin-bottom: 4px;
}
.orientation-container .to-section p {
    font-size: var(--Typography-text-size-B1, 16px);
    font-weight: 400;
    line-height: var(--Typography-line-height-B1, 24px); /* 150% */
    letter-spacing: var(--Typography-letter-spacing-B1, 0.5px);
    margin: 0;
}
.orientation-container .to-btn-container a {
    border-radius: 9999px;
    border: 1px solid var(--emphasis-color);
    font-size: 16px;
    font-weight: 900;
    color: var(--emphasis-color);
    padding: 14px 18px;
    width: 100%;
    display: inline-block;
    min-width: 154px;
}
.last-btn-container {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 24px;
    font-family: var(--font-satoshi);
}
@media screen and (max-width: 500px) {
    .tirada-option, .tirada-option > div {
        width: 100%;
    }
    .tirada-option > div {
        justify-content: center;
        gap: 8px;
    }
    #tiradaBtn {
        width: 100%;
    }
    .it-button-container {
        display: flex !important;
        gap: 16px;
        align-items: center;
        justify-content: center;
    }
    .it-button-container > * {
        margin: 0;
    }
    .tirada_result_header {
        flex-wrap: wrap;
    }
    #tirada-topic-container {
        width: 100%;
        margin-top: 24px;
    }
    #tirada-topic {
        justify-content: center !important;
    }
    #tirada-results .card-result {
        flex-wrap: wrap;
        gap: 28px;
    }
    .orientation-container {
        flex-wrap: wrap;
    }
    .orientation-container .to-btn-container {
        width: 100%;
        text-align: center;
    }
    .last-btn-container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .last-btn-container a {
        width: 100%;
    }
}