/* ========================================
   Boas-Vindas (WF-21) — pixel match Figma
   ======================================== */

.kyc-card--boasvindas {
    flex-direction: column;
}

.kyc-boasvindas-header {
    background: linear-gradient(180deg, #0EA5E9 0%, #C5C5C5 100%);
    border-radius: 10px;
    margin: 17.5px 17.5px 0;
    height: 226px;
    min-height: 226px;
    padding: 0 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    position: relative;
}

.kyc-boasvindas-header .kyc-culture-slot--boasvindas {
    position: absolute;
    top: 12px;
    left: 12px;
    right: auto;
    z-index: 2;
}

.kyc-boasvindas-title {
    margin: 0;
    font-family: 'Work Sans', 'Inter', system-ui, sans-serif;
    font-size: 40.96px;
    font-weight: 600;
    line-height: 53.76px;
    color: #FFFFFF;
}

.kyc-boasvindas-subtitle {
    margin: 0;
    font-family: 'Work Sans', 'Inter', system-ui, sans-serif;
    font-size: 25.6px;
    font-weight: 500;
    line-height: normal;
    color: #FFFFFF;
}

.kyc-boasvindas-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 40px 40px;
    box-sizing: border-box;
    text-align: center;
}

.kyc-boasvindas-instruction {
    margin: 0 0 36px;
    font-family: 'Work Sans', 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #3F3F3F;
}

/* Grid: opção | divisor | opção — mesma altura */
.kyc-boasvindas-options {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    width: 100%;
    max-width: 900px;
    column-gap: 0;
}

.kyc-boasvindas-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 0;
    padding: 0 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: 'Work Sans', 'Inter', system-ui, sans-serif;
    color: #1F2937;
    min-height: 300px;
}

.kyc-boasvindas-option:hover {
    opacity: 0.88;
}

.kyc-boasvindas-option:focus-visible {
    outline: 2px solid #0EA5E9;
    outline-offset: 4px;
    border-radius: 8px;
}

.kyc-boasvindas-circle {
    width: 191.79px;
    height: 191.79px;
    border-radius: 50%;
    border: 1.5px dashed #0EA5E9;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
}

.kyc-boasvindas-circle-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
}

.kyc-boasvindas-circle-icon--jr {
    width: 86px;
    height: 48px;
}

/* Labels com altura fixa → círculos alinhados */
.kyc-boasvindas-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 72px;
    width: 100%;
}

.kyc-boasvindas-label-line1 {
    display: block;
    font-size: 28.07px;
    font-weight: 300;
    line-height: 31.97px;
    color: #1F2937;
}

.kyc-boasvindas-label-line2 {
    display: block;
    font-size: 28.07px;
    font-weight: 500;
    line-height: 31.97px;
    color: #1F2937;
}

/* Divisor vertical central — altura do conteúdo, não só 116px solto */
.kyc-boasvindas-divider {
    width: 1px;
    align-self: center;
    height: 116px;
    background: #E3E3E3;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .kyc-boasvindas-header {
        margin: 0;
        border-radius: 0;
        height: auto;
        min-height: 160px;
        padding: 32px 20px;
    }

    .kyc-boasvindas-title {
        font-size: 28px;
        line-height: 1.25;
    }

    .kyc-boasvindas-subtitle {
        font-size: 16px;
        margin-top: 8px;
    }

    .kyc-boasvindas-body {
        padding: 24px 16px 32px;
        justify-content: flex-start;
    }

    .kyc-boasvindas-options {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        row-gap: 24px;
        max-width: 100%;
    }

    .kyc-boasvindas-option {
        min-height: 0;
        padding: 0;
    }

    .kyc-boasvindas-divider {
        width: 116px;
        height: 1px;
        justify-self: center;
    }

    .kyc-boasvindas-circle {
        width: 140px;
        height: 140px;
    }

    .kyc-boasvindas-label-line1,
    .kyc-boasvindas-label-line2 {
        font-size: 22px;
        line-height: 1.2;
    }
}

/* Celulares mais altos — boas-vindas proporcional */
@media (max-width: 767px) and (min-height: 740px) {
    .kyc-boasvindas-header {
        min-height: 200px;
        padding: 40px 24px;
    }

    .kyc-boasvindas-title {
        font-size: 32px;
    }

    .kyc-boasvindas-subtitle {
        font-size: 18px;
    }

    .kyc-boasvindas-body {
        padding: 32px 20px 40px;
        justify-content: center;
    }

    .kyc-boasvindas-instruction {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .kyc-boasvindas-options {
        row-gap: 28px;
    }

    .kyc-boasvindas-circle {
        width: 160px;
        height: 160px;
    }

    .kyc-boasvindas-circle-icon {
        width: 64px;
        height: 64px;
    }

    .kyc-boasvindas-circle-icon--jr {
        width: 76px;
        height: 42px;
    }

    .kyc-boasvindas-label-line1,
    .kyc-boasvindas-label-line2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) and (min-height: 860px) {
    .kyc-boasvindas-header {
        min-height: 220px;
        padding: 48px 28px;
    }

    .kyc-boasvindas-title {
        font-size: 34px;
    }

    .kyc-boasvindas-circle {
        width: 176px;
        height: 176px;
    }

    .kyc-boasvindas-label-line1,
    .kyc-boasvindas-label-line2 {
        font-size: 26px;
    }
}
