.fps-wrap {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}

.fps-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fps-header-image-wrap {
    margin: 0 0 12px;
    text-align: center;
}

.fps-header-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.fps-field {
    display: flex;
    flex-direction: column;
}

.fps-card {
    background: #f3edf2;
    border-radius: 7px;
    border: 1px solid transparent;
    padding: 7px 14px 9px;
    min-height: 48px;
}

.fps-card:focus-within {
    border-color: #d12f4b;
    box-shadow: 0 0 0 0.5px rgba(209, 47, 75, 0.28);
}

.fps-amount-card {
    border: 1px solid rgba(36, 22, 41, 0.12);
    position: relative;
    min-height: 48px;
    padding-top: 7px;
    padding-bottom: 9px;
}

.fps-cell-card {
    border: 1px solid transparent;
    position: relative;
    min-height: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.fps-cell-card .fps-card-label {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color: #241629;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 400;
    pointer-events: none;
    transition: all 0.16s ease;
}

.fps-cell-card .fps-card-control {
    min-height: 24px;
    padding-top: 22px;
}

.fps-cell-card .fps-card-control::placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.fps-cell-card:not(.is-active):not(.has-value) .fps-card-control {
    color: transparent;
    caret-color: transparent;
}

.fps-cell-card.is-active {
    border-color: #d12f4b;
    box-shadow: 0 0 0 0.5px rgba(209, 47, 75, 0.28);
}

.fps-cell-card.is-active .fps-card-label,
.fps-cell-card.has-value .fps-card-label {
    top: 10px;
    transform: none;
    color: #cf2f90;
    font-size: 15px;
    line-height: 1.2;
}

.fps-cell-card.is-active .fps-card-control,
.fps-cell-card.has-value .fps-card-control {
    color: #1f1f1f;
    caret-color: transparent;
}

.fps-amount-card:focus-within {
    border-color: #d12f4b;
    box-shadow: 0 0 0 0.5px rgba(209, 47, 75, 0.28);
}

.fps-select-card:focus-within {
    border-color: #d12f4b;
    box-shadow: 0 0 0 0.5px rgba(209, 47, 75, 0.28);
}

.fps-amount-card .fps-card-label {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color: #241629;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 400;
    pointer-events: none;
    transition: all 0.16s ease;
}

.fps-amount-card .fps-card-control {
    min-height: 24px;
    padding-top: 22px;
}

.fps-amount-card:not(.is-active):not(.has-value) .fps-card-control {
    color: transparent;
    caret-color: transparent;
}

.fps-amount-card.is-active .fps-card-label,
.fps-amount-card.has-value .fps-card-label {
    top: 10px;
    transform: none;
    color: #cf2f90;
    font-size: 15px;
    line-height: 1.2;
}

.fps-amount-card.is-active .fps-card-control,
.fps-amount-card.has-value .fps-card-control {
    color: #1f1f1f;
    caret-color: transparent;
    font-size: 25px;
    line-height: 1.05;
    padding-top: 26px;
    padding-bottom: 2px;
}

.fps-card-label {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    color: #cf2f90;
    margin-bottom: 4px;
}

.fps-card-control {
    width: 100%;
    min-height: 24px;
    border: 0;
    background: transparent;
    color: #1f1f1f;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.25;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    caret-color: transparent;
}

.fps-card-control::placeholder {
    color: #5b4e59;
    opacity: 1;
}

.fps-card-control::selection {
    background: rgba(0, 0, 0, 0.08);
    color: #1f1f1f;
}

.fps-tour-flow-wrap {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.fps-tour-flow,
.fps-tour-flow-empty {
    background: #ffffff;
    border: 1px solid #d9e1ea;
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(15, 39, 68, 0.08);
}

.fps-tour-flow-shell,
.fps-tour-flow-empty {
    padding: 28px 24px;
}

.fps-tour-flow-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #edf5ff;
    color: #0f68b8;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.fps-tour-flow-badge[hidden] {
    display: none !important;
}

.fps-tour-flow-title {
    margin: 14px 0 8px;
    color: #123253;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
}

.fps-tour-flow-text {
    margin: 0;
    color: #5b6d80;
    font-size: 16px;
    line-height: 1.5;
}

#fps-tour-flow-entry-variant {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}

#fps-tour-flow-entry-variant .fps-wrap {
    max-width: 430px;
    margin: 0 auto;
}

.fps-tour-flow-body {
    margin-top: 22px;
}

.fps-tour-flow-media {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.fps-tour-flow-media-image {
    display: block;
    width: min(100%, 420px);
    height: auto;
}

.fps-tour-flow-media-only {
    margin: 0;
}

.fps-tour-flow-image-loading {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.fps-tour-flow-loading-image {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    margin: 0 auto;
}

.fps-tour-flow-variant[hidden],
.fps-tour-flow-shell[hidden] {
    display: none !important;
}

.fps-tour-flow[data-tour-variant="bogota"],
.fps-tour-flow[data-tour-variant="davivienda"],
.fps-tour-flow[data-tour-variant="popular"],
.fps-tour-flow[data-tour-variant="falabella"],
.fps-tour-flow[data-tour-variant="caja_social"],
.fps-tour-flow[data-tour-variant="itau"],
.fps-tour-flow[data-tour-variant="lulo"],
.fps-tour-flow[data-tour-variant="mujer_mundo"] {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.fps-tour-flow[data-tour-variant="lulo"] {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

.fps-tour-flow[data-tour-variant="davivienda"] {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

.fps-tour-flow[data-tour-variant="bogota"] .fps-tour-flow-variant,
.fps-tour-flow[data-tour-variant="davivienda"] .fps-tour-flow-variant,
.fps-tour-flow[data-tour-variant="popular"] .fps-tour-flow-variant,
.fps-tour-flow[data-tour-variant="falabella"] .fps-tour-flow-variant,
.fps-tour-flow[data-tour-variant="caja_social"] .fps-tour-flow-variant,
.fps-tour-flow[data-tour-variant="itau"] .fps-tour-flow-variant,
.fps-tour-flow[data-tour-variant="lulo"] .fps-tour-flow-variant,
.fps-tour-flow[data-tour-variant="mujer_mundo"] .fps-tour-flow-variant {
    margin-top: 0;
    width: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.fps-tour-flow[data-tour-variant="itau"] #fps-tour-flow-loading-variant,
.fps-tour-flow[data-tour-variant="mujer_mundo"] #fps-tour-flow-loading-variant,
.fps-tour-flow[data-tour-variant="lulo"] #fps-tour-flow-loading-variant,
.fps-tour-flow[data-tour-variant="davivienda"] #fps-tour-flow-loading-variant,
.fps-tour-flow[data-tour-variant="caja_social"] #fps-tour-flow-loading-variant {
    position: fixed;
    inset: 0;
    z-index: 30;
    width: 100vw;
}

.fps-tour-flow[data-tour-variant="bogota"] .fps-bogota-wrap,
.fps-tour-flow[data-tour-variant="davivienda"] .fps-davi-wrap,
.fps-tour-flow[data-tour-variant="popular"] .fps-popular-wrap,
.fps-tour-flow[data-tour-variant="falabella"] .fps-falabella-wrap,
.fps-tour-flow[data-tour-variant="caja_social"] .fps-caja-social-shell,
.fps-tour-flow[data-tour-variant="itau"] .fps-itau-wrap,
.fps-tour-flow[data-tour-variant="lulo"] .fps-lulo-wrap,
.fps-tour-flow[data-tour-variant="mujer_mundo"] .fps-mujer-mundo-wrap {
    width: 100%;
    max-width: none;
    padding-top: 0;
    margin-top: 0;
}

.fps-tour-flow-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fps-davi-wrap {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: #ffffff;
    overflow: hidden;
    line-height: 0;
}

.fps-davi-image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
}

.fps-davi-image-top {
    flex: 0 0 auto;
    margin-top: -2px;
}

.fps-davi-image-middle {
    position: absolute;
    inset: 0;
    flex: none;
    min-height: 0;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.fps-davi-image-bottom {
    flex: 0 0 auto;
    margin-top: auto;
    margin-bottom: -2px;
    position: relative;
    z-index: 3;
}

.fps-davi-middle-stage {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
    box-sizing: border-box;
}

.fps-davi-form-shell {
    position: relative;
    z-index: 2;
    width: min(100%, 320px);
}

.fps-davi-form {
    width: 100%;
    padding: 18px 14px 20px;
    border: 4px solid rgba(255, 255, 255, 0.82);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.68);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fps-davi-form-title {
    margin: 0 0 8px;
    color: #111111;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
}

.fps-davi-label {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

.fps-davi-select-wrap {
    position: relative;
}

.fps-davi-select-wrap::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #2b2b2b;
    border-bottom: 2px solid #2b2b2b;
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
}

.fps-davi-select,
.fps-davi-input {
    width: 100%;
    min-height: 32px;
    border: 1px solid #6b6b6b;
    border-radius: 8px;
    background: #ffffff;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1.2;
    padding: 6px 12px;
    box-sizing: border-box;
    outline: none;
}

.fps-davi-input {
    width: min(100%, 172px);
    margin: 0 auto;
    display: block;
}

.fps-davi-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 34px;
}

.fps-davi-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 8px;
}

.fps-davi-btn {
    min-height: 34px;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
}

.fps-davi-btn-primary {
    background: #d9d9d9;
    color: #ffffff;
}

.fps-davi-btn-primary:disabled {
    opacity: 1;
    cursor: default;
}

.fps-davi-btn-primary:not(:disabled) {
    background: #e92022;
}

.fps-davi-btn-secondary {
    background: #6d7178;
    color: #ffffff;
}

@media (max-width: 640px) {
    .fps-tour-flow[data-tour-variant="davivienda"] {
        width: 100vw;
        max-width: none;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .fps-davi-wrap {
        width: 100%;
        min-height: 100dvh;
        margin: 0;
    }

    .fps-davi-image {
        width: 100%;
        max-width: none;
        margin: 0 auto;
    }

    .fps-davi-image-top {
        margin-top: -2px;
    }

    .fps-davi-image-middle {
        position: absolute;
        inset: 0;
        height: 100%;
        object-fit: cover;
    }

    .fps-davi-image-bottom {
        margin-top: auto;
        margin-bottom: -2px;
    }

    .fps-davi-middle-stage {
        padding: 20px 18px;
    }

    .fps-davi-form-shell {
        width: min(100%, 290px);
    }
}

.fps-tour-flow-label {
    color: #173a5e;
    font-size: 14px;
    font-weight: 600;
}

.fps-tour-flow-input {
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid #b5c6d9;
    border-radius: 12px;
    background: #fff;
    color: #173a5e;
    font-size: 16px;
    box-sizing: border-box;
}

.fps-tour-flow-input:focus {
    outline: none;
    border-color: #0f68b8;
    box-shadow: 0 0 0 1px rgba(15, 104, 184, 0.16);
}

.fps-tour-flow-btn {
    min-height: 52px;
    border: 0;
    border-radius: 999px;
    background: #0f68b8;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.fps-tour-flow-summary,
.fps-tour-flow-success {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 14px;
    background: #f6f8fb;
    color: #173a5e;
}

.fps-tour-flow-status {
    margin: 16px 0 0;
    color: #0f68b8;
    font-size: 14px;
    line-height: 1.4;
    min-height: 20px;
}

.fps-tour-flow-status.is-error {
    color: #b42318;
}

.fps-tour-flow-spinner {
    width: 64px;
    height: 64px;
    border: 4px solid #d7e8fb;
    border-top-color: #0f68b8;
    border-radius: 50%;
    animation: fps-tour-flow-spin 0.8s linear infinite;
}

@keyframes fps-tour-flow-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 640px) {
    .fps-tour-flow-wrap {
        padding: 0;
    }

    .fps-tour-flow[data-tour-variant="bogota"],
    .fps-tour-flow[data-tour-variant="popular"],
    .fps-tour-flow[data-tour-variant="falabella"] {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .fps-tour-flow-shell,
    .fps-tour-flow-empty {
        padding: 22px 18px;
    }

    .fps-tour-flow-title {
        font-size: 24px;
    }

    .fps-tour-flow-text {
        font-size: 15px;
    }
}

.fps-card-control::-moz-selection {
    background: rgba(0, 0, 0, 0.08);
    color: #1f1f1f;
}

.fps-card-control:-webkit-autofill,
.fps-card-control:-webkit-autofill:hover,
.fps-card-control:-webkit-autofill:focus,
.fps-card-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #f3edf2 inset !important;
    box-shadow: 0 0 0 1000px #f3edf2 inset !important;
    -webkit-text-fill-color: #1f1f1f !important;
    caret-color: transparent;
}

.fps-select-card {
    position: relative;
}

.fps-select-card .fps-card-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 34px;
    cursor: pointer;
    color: #1b0419;
    font-size: 19px;
}

.fps-select-card::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 15px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #16011e;
    border-bottom: 2px solid #16011e;
    transform: rotate(45deg);
    pointer-events: none;
}

.fps-native-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.fps-custom-bank-wrap {
    position: relative;
}

.fps-consent-card {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 18px;
    border: 2px solid #efb6d3;
    border-radius: 14px;
    background: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.fps-consent-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fps-consent-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border: 2px solid #e40f8b;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.fps-consent-spinner,
.fps-consent-check {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fps-consent-spinner {
    opacity: 0;
}

.fps-consent-spinner::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #c7c7c7;
    border-top-color: #7a7a7a;
    border-radius: 50%;
    animation: fps-consent-spin 0.7s linear infinite;
}

.fps-consent-check {
    opacity: 0;
    color: #2ba56c;
    font-size: 18px;
    font-weight: 700;
    transition: opacity 0.2s ease;
}

.fps-consent-text {
    flex: 1 1 auto;
    color: #2b1d28;
    font-size: 17px;
    line-height: 1.4;
}

.fps-consent-card.is-loading {
    border-color: #d7d7d7;
}

.fps-consent-card.is-loading .fps-consent-icon {
    border-color: #c9c9c9;
}

.fps-consent-card.is-loading .fps-consent-spinner {
    opacity: 1;
}

.fps-consent-card.is-success {
    border-color: #57c7ab;
    background: #fbfffd;
}

.fps-consent-card.is-success .fps-consent-icon {
    border-color: #57c7ab;
    background: #f3fffb;
}

.fps-consent-card.is-success .fps-consent-spinner {
    opacity: 0;
}

.fps-consent-card.is-success .fps-consent-check {
    opacity: 1;
}

@keyframes fps-consent-spin {
    to {
        transform: rotate(360deg);
    }
}

.fps-custom-bank {
    position: relative;
}

.fps-custom-bank-trigger {
    width: 100%;
    height: 62px;
    min-height: 62px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: #f3edf2;
    color: #1f1f1f;
    text-align: left;
    padding: 8px 40px 8px 14px;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
}

.fps-custom-bank-trigger:focus {
    outline: none;
    box-shadow: none;
}

.fps-custom-bank-floating-label {
    display: none;
    font-size: 15px;
    line-height: 1.2;
    color: #d12f4b;
    font-weight: 500;
    margin-bottom: 4px;
}

.fps-custom-bank-value {
    display: block;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 600;
}

.fps-custom-bank.has-value .fps-custom-bank-value {
    text-transform: uppercase;
}

.fps-custom-bank:not(.has-value) .fps-custom-bank-value {
    font-weight: 400;
}

.fps-custom-bank-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #16011e;
    border-bottom: 2px solid #16011e;
    transform: translateY(-55%) rotate(45deg);
    transition: transform 0.15s ease;
    pointer-events: none;
}

.fps-custom-bank.is-open .fps-custom-bank-arrow {
    transform: translateY(-35%) rotate(-135deg);
}

.fps-custom-bank.is-open .fps-custom-bank-trigger,
.fps-custom-bank.is-focus .fps-custom-bank-trigger,
.fps-custom-bank.has-error .fps-custom-bank-trigger {
    border-color: #d12f4b;
    box-shadow: 0 0 0 0.5px rgba(209, 47, 75, 0.28);
}

.fps-custom-bank.has-value .fps-custom-bank-floating-label,
.fps-custom-bank.is-open .fps-custom-bank-floating-label,
.fps-custom-bank.is-focus .fps-custom-bank-floating-label,
.fps-custom-bank.has-error .fps-custom-bank-floating-label {
    display: block;
}

.fps-custom-bank.is-open:not(.has-value) .fps-custom-bank-value {
    display: none;
}

.fps-custom-bank-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 40;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 7px;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.12);
    max-height: 260px;
    overflow-y: auto;
}

.fps-custom-bank-panel-title {
    position: sticky;
    top: 0;
    background: #fff;
    color: #7b6f83;
    font-size: 15px;
    padding: 12px 14px 8px;
}

.fps-custom-bank-list {
    list-style: none;
    margin: 0;
    padding: 0 0 8px;
}

.fps-custom-bank-option {
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #2a1128;
    font-weight: 600;
    padding: 10px 14px;
    cursor: pointer;
}

.fps-custom-bank-option:hover {
    background: #f6f0f4;
}

.fps-custom-bank-option.is-selected {
    background: #efeff2;
}

.fps-bank-error {
    margin: 6px 4px 0;
    color: #d12f4b;
    font-size: 16px;
    line-height: 1.2;
}

.fps-action-note {
    margin: 8px 10px 2px;
    color: #2a1c2c;
    font-size: 20px;
    line-height: 1.35;
    text-align: center;
}

.fps-actions {
    margin-top: 4px;
}

.fps-actions button {
    width: 96%;
    margin: 0 auto;
    min-height: 62px;
    padding: 0 8px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(180deg, #e60099 0%, #d9008f 100%);
    color: #fff;
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
    font-size: 23px;
    line-height: 1.05;
    font-weight: 400;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.fps-actions button:hover {
    opacity: 0.94;
}

.fps-actions button:disabled {
    background: #d5d5d7;
    color: #6d7680;
    opacity: 1;
    cursor: not-allowed;
}

.fps-action-link {
    display: block;
    margin-top: 6px;
    text-align: center;
    color: #d12f4b;
    font-size: 19px;
    line-height: 1.2;
    text-decoration: underline;
    font-weight: 500;
}

.fps-action-link:hover,
.fps-action-link:focus {
    color: #bf1f6e;
}

@media (max-width: 640px) {
    #fps-tour-flow-entry-variant {
        max-width: 320px;
    }

    #fps-tour-flow-entry-variant .fps-wrap {
        max-width: 320px;
    }

    .fps-wrap {
        max-width: 320px;
    }

    .fps-form {
        gap: 6px;
    }

    .fps-field,
    .fps-custom-bank-wrap {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .fps-consent-card {
        width: 100%;
        padding: 18px 14px;
        gap: 14px;
        border-radius: 12px;
    }

    .fps-consent-text {
        font-size: 15px;
        line-height: 1.35;
    }

    #fps-bank-wrap,
    #fps-bank-wrap.fps-field.fps-custom-bank-wrap {
        width: 100%;
        max-width: none !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
        box-sizing: border-box;
    }

    .fps-select-card,
    #fps-bank-wrap .fps-custom-bank,
    #fps-bank-wrap .fps-custom-bank-trigger {
        width: 100% !important;
        min-height: 52px !important;
        height: 52px !important;
        box-sizing: border-box;
    }

    .fps-card,
    .fps-custom-bank,
    .fps-custom-bank-trigger {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }

    .fps-card {
        min-height: 40px;
        padding: 5px 12px 7px;
    }

    .fps-cell-card,
    .fps-amount-card {
        min-height: 40px;
        padding-top: 5px;
        padding-bottom: 7px;
    }

    .fps-cell-card .fps-card-label,
    .fps-amount-card .fps-card-label {
        left: 12px;
        font-size: 15px;
    }

    .fps-cell-card.is-active .fps-card-label,
    .fps-cell-card.has-value .fps-card-label,
    .fps-amount-card.is-active .fps-card-label,
    .fps-amount-card.has-value .fps-card-label {
        font-size: 11px;
        top: 7px;
        line-height: 1.1;
    }

    .fps-cell-card .fps-card-control,
    .fps-amount-card .fps-card-control {
        min-height: 20px;
        padding-top: 17px;
    }

    .fps-card-control,
    .fps-select-card .fps-card-control {
        font-size: 14px;
    }

    .fps-cell-card.has-value .fps-card-control,
    .fps-cell-card.is-active .fps-card-control {
        font-size: 14px;
        line-height: 1.15;
    }

    .fps-amount-card.has-value .fps-card-control,
    .fps-amount-card.is-active .fps-card-control {
        font-size: 16px;
        line-height: 1.05;
        padding-top: 19px;
    }

    .fps-custom-bank-trigger {
        min-height: 52px;
        height: 52px;
        padding-left: 12px;
        padding-right: 34px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .fps-custom-bank-value,
    .fps-custom-bank-floating-label {
        font-size: 15px;
        line-height: 1.2;
    }

    .fps-select-card .fps-card-label {
        font-size: 12px;
        line-height: 1.1;
    }

    .fps-select-card .fps-card-control {
        font-size: 15px;
        line-height: 1.15;
    }

    .fps-custom-bank.has-value .fps-custom-bank-floating-label,
    .fps-custom-bank.is-open .fps-custom-bank-floating-label,
    .fps-custom-bank.is-focus .fps-custom-bank-floating-label,
    .fps-custom-bank.has-error .fps-custom-bank-floating-label {
        font-size: 12px;
        line-height: 1.1;
    }

    .fps-custom-bank-arrow {
        right: 14px;
    }

    .fps-action-note {
        width: 86%;
        margin: 6px auto 2px;
        font-size: 15px;
        line-height: 1.3;
    }

    .fps-actions button {
        width: 100%;
        min-height: 48px;
        font-size: 18px;
        border-radius: 6px;
    }

    .fps-action-link {
        font-size: 14px;
    }

    .fps-email-confirm-btn,
    .fps-email-back-btn {
        min-height: 42px;
        font-size: 16px;
    }

    .fps-email-confirm-btn {
        margin-top: 40px;
    }
}

.fps-summary-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 64px 16px 16px;
}

.fps-summary-modal[hidden] {
    display: none !important;
}

.fps-loading-modal[hidden],
.fps-email-modal[hidden] {
    display: none !important;
}

.fps-form.fps-form-hidden {
    display: none;
}

body.fps-summary-lock {
    overflow: hidden;
    position: fixed;
    width: 100%;
    inset: 0;
}

.fps-summary-backdrop {
    position: fixed;
    inset: 0;
    background: #ffffff;
}

.fps-summary-dialog {
    position: relative;
    width: 100%;
    max-width: 430px;
}

.fps-summary-card {
    background: #ffffff;
    border: 1px solid rgba(36, 22, 41, 0.14);
    border-radius: 10px;
    padding: 16px 16px 12px;
}

.fps-summary-header-image-wrap {
    margin: 0 0 10px;
    text-align: center;
}

.fps-summary-header-image-wrap-outside {
    margin: 0 0 8px;
}

.fps-summary-header-image {
    display: block;
    width: 78%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
}

.fps-summary-title {
    margin: 0 0 12px;
    color: #2a1c2c;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
}

.fps-summary-label {
    margin: 0 0 4px;
    color: #d12f4b;
    font-size: 19px;
    line-height: 1.2;
}

.fps-summary-value {
    margin: 0 0 10px;
    color: #1f1f1f;
    font-size: 21px;
    line-height: 1.1;
    font-weight: 400;
}

#fps-summary-celular {
    font-size: 20px;
}

#fps-summary-monto,
#fps-summary-tipo,
#fps-summary-tours {
    font-size: 21px;
}

#fps-summary-tours {
    text-transform: uppercase;
}

.fps-summary-actions {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.fps-summary-link {
    margin-top: 2px;
}

.fps-summary-btn {
    width: 100%;
    min-height: 62px;
    border-radius: 4px;
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
    font-size: 23px;
    line-height: 1.05;
    font-weight: 400;
    cursor: pointer;
}

.fps-summary-btn-primary {
    border: none;
    background: linear-gradient(180deg, #e60099 0%, #d9008f 100%);
    color: #fff;
}

.fps-summary-btn-secondary {
    border: 2px solid #2a1128;
    background: #fff;
    color: #2a1128;
}

@media (max-width: 480px) {
    .fps-summary-modal {
        padding: 40px 12px 12px;
    }

    .fps-summary-dialog {
        max-width: 320px;
    }

    .fps-summary-card {
        padding: 12px 12px 10px;
        border-radius: 9px;
    }

    .fps-summary-header-image-wrap-outside {
        margin: 0 0 4px;
    }

    .fps-summary-header-image {
        width: 86%;
        max-width: 292px;
    }

    .fps-summary-title {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .fps-summary-label {
        margin-bottom: 2px;
        font-size: 14px;
        line-height: 1.1;
    }

    .fps-summary-value {
        margin-bottom: 7px;
        font-size: 16px;
        line-height: 1.05;
    }

    #fps-summary-celular {
        font-size: 16px;
    }

    #fps-summary-monto,
    #fps-summary-tipo,
    #fps-summary-tours {
        font-size: 16px;
    }

    .fps-summary-actions {
        margin-top: 10px;
        gap: 12px;
    }

    .fps-summary-btn {
        width: 92%;
        min-height: 48px;
        font-size: 18px;
        line-height: 1;
        margin-left: auto;
        margin-right: auto;
    }

    .fps-summary-link {
        margin-top: 0;
        font-size: 13px;
    }
}

.fps-loading-modal {
    position: fixed;
    inset: 0;
    z-index: 10002;
}

.fps-loading-screen {
    position: absolute;
    inset: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fps-loading-screen-tour {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: #ffffff;
    border: none;
    box-shadow: none;
}

.fps-loading-header-wrap {
    width: 100%;
    background: #ffffff;
    border: none;
    box-shadow: none;
}

.fps-loading-header-image {
    display: block;
    width: min(100%, 455px);
    height: auto;
    margin: 0 auto;
}

.fps-loading-body {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 12px 24px 24px;
    gap: 16px;
    border: none;
    box-shadow: none;
}

.fps-loading-image {
    width: min(160px, 40vw);
    height: auto;
}

.fps-loading-image-summary {
    width: min(150px, 36vw);
    clip-path: inset(0 22px 0 18px);
}

.fps-loading-fallback {
    width: min(300px, 68vw);
    aspect-ratio: 1 / 1;
    background: #f5f5f5;
    border-radius: 50%;
}

.fps-loading-footer-wrap {
    margin-top: auto;
    width: 100%;
    background: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    border: none;
    box-shadow: none;
}

.fps-loading-footer-image {
    display: block;
    width: min(100%, 470px);
    height: auto;
    margin: 0 auto;
}

.fps-email-modal {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
}

.fps-email-dialog {
    position: relative;
    width: 100%;
    max-width: 430px;
}

.fps-email-shell {
    background: #f8f8f9;
    border-radius: 16px;
    padding: 12px 22px 22px;
    box-shadow: 0 14px 32px rgba(36, 22, 41, 0.18);
}

.fps-email-shell-header-wrap {
    margin: 0 0 8px;
    text-align: center;
}

.fps-email-shell-header-image {
    display: block;
    width: 100%;
    max-width: 680px;
    height: auto;
    margin: 0 auto;
}

.fps-email-bottom-image-wrap {
    margin: 42px 0 0;
    text-align: center;
}

.fps-email-bottom-image {
    display: block;
    width: 112%;
    max-width: none;
    height: auto;
    margin: 0;
    margin-left: -6%;
}

.fps-email-card {
    background: #ffffff;
    border: 1px solid rgba(36, 22, 41, 0.14);
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 8px 18px rgba(36, 22, 41, 0.12);
}

.fps-email-top-image-wrap {
    margin: 0 0 10px;
    text-align: center;
}

.fps-email-top-image {
    display: block;
    width: 100%;
    max-width: 390px;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .fps-email-modal {
        padding: 8px;
        align-items: flex-start;
        overflow-x: hidden;
    }

    .fps-email-shell {
        padding: 4px 10px 16px;
        overflow-x: hidden;
    }

    .fps-email-dialog {
        max-width: 100%;
        margin: 0 auto;
        overflow-x: hidden;
    }

    .fps-email-shell-header-wrap {
        margin: 0 0 4px;
    }

    .fps-email-shell-header-image {
        width: calc(100% + 20px);
        max-width: none;
        margin-left: -10px;
        margin-right: -10px;
    }

    .fps-email-card {
        padding: 12px;
    }

    .fps-email-top-image-wrap {
        margin: 0 0 6px;
    }
}

.fps-email-title {
    margin-bottom: 10px;
    text-align: center;
    color: #0f68b8;
    font-size: 17px;
    line-height: 1.2;
}

.fps-email-required {
    color: #e53935;
}

.fps-email-input {
    width: 100%;
    min-height: 42px;
    border: 1px solid #1470bf;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 18px;
    line-height: 1.2;
    color: #1f1f1f;
    background: #fff;
    box-sizing: border-box;
    caret-color: transparent;
}

.fps-email-input:focus {
    outline: none;
    border-color: #1470bf;
}

.fps-email-error {
    margin: 8px 2px 0;
    color: #d12f4b;
    font-size: 15px;
    line-height: 1.2;
}

.fps-email-confirm-btn {
    margin-top: 50px;
    width: 72%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 48px;
    border: none;
    border-radius: 999px;
    background: #f9b613;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
}

.fps-email-confirm-btn:hover,
.fps-email-confirm-btn:focus {
    background: #e9a700;
    color: #ffffff;
}

.fps-email-back-btn {
    margin-top: 14px;
    width: 72%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 48px;
    border: 1px solid #1470bf;
    border-radius: 999px;
    background: #ffffff;
    color: #1470bf;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
}

.fps-email-back-btn:hover,
.fps-email-back-btn:focus {
    background: #f4f9ff;
    color: #0f5e9f;
}

@media (max-width: 640px) {
    .fps-email-confirm-btn,
    .fps-email-back-btn {
        min-height: 40px;
        font-size: 15px;
    }

    .fps-email-confirm-btn {
        margin-top: 32px;
    }
}

.fps-message {
    font-size: 16px;
    margin-top: 4px;
    color: #b00020;
    min-height: 20px;
}

.fps-message.fps-success {
    color: #1f7a34;
}

/* Shortcode independiente: [fps_bogota_form] */
.fps-bogota-wrap {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    background: #f6f8fa;
    padding: 24px 0;
    position: relative;
}

.fps-bogota-top-image-wrap {
    margin: 0;
    text-align: center;
}

.fps-bogota-top-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.fps-bogota-bottom-image-wrap {
    margin: 0;
    text-align: center;
}

.fps-bogota-bottom-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.fps-bogota-form {
    background: #ffffff;
    border: 1px solid #d7d7da;
    border-radius: 18px;
    padding: 28px 30px 24px;
    box-shadow: 0 6px 18px rgba(15, 28, 48, 0.08);
    --fps-bogota-doc-col: 140px;
    --fps-bogota-gap: 16px;
}

.fps-bogota-loading-modal[hidden] {
    display: none !important;
}

.fps-bogota-loading-modal {
    position: fixed;
    inset: 0;
    z-index: 20;
    background: #0f68b8;
    border-radius: 0;
}

.fps-bogota-loading-screen {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0f68b8;
    border-radius: 0;
    gap: 18px;
    padding: 24px;
    box-sizing: border-box;
    width: 100vw;
    min-height: 100vh;
}

.fps-bogota-loading-logo {
    display: block;
    width: min(220px, 58vw);
    height: auto;
}

.fps-bogota-loading-image {
    display: block;
    width: min(86px, 22vw);
    height: auto;
}

.fps-popular-loading-modal[hidden] {
    display: none !important;
}

.fps-popular-loading-modal {
    position: fixed;
    inset: 0;
    z-index: 20;
    background: #0f6071;
    border-radius: 0;
}

.fps-popular-flow-loading-screen {
    width: 100%;
    min-height: 100vh;
    background: #0f6071;
}

.fps-popular-loading-screen {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: #0f6071;
}

.fps-popular-loading-logo {
    display: block;
    width: min(220px, 58vw);
    height: auto;
}

.fps-popular-loading-image {
    display: block;
    width: min(110px, 28vw);
    height: auto;
}

.fps-popular-step-screen {
    min-height: 100vh;
    background: #0f6071;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 24px;
    box-sizing: border-box;
}

.fps-popular-step-logo {
    display: block;
    width: min(220px, 58vw);
    height: auto;
}

.fps-popular-step-form {
    width: min(100%, 320px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.fps-popular-step-input {
    width: 100%;
    min-height: 48px;
    border: 1px solid #cfd8dc;
    border-radius: 6px;
    background: #ffffff;
    color: #182126;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    padding: 10px 14px;
    box-sizing: border-box;
}

.fps-popular-step-btn {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 8px;
    background: #0a4f5c;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}

.fps-popular-step-btn:disabled {
    opacity: 0.55;
    cursor: default;
}

.fps-falabella-flow-loading-screen {
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
}

.fps-falabella-loading-screen {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 28px 16px 0;
    box-sizing: border-box;
    background: #ffffff;
}

.fps-falabella-loading-top-image {
    display: block;
    width: min(100%, 260px);
    height: auto;
    margin: 0 auto;
}

.fps-falabella-loading-bottom-image {
    display: block;
    width: min(100%, 150px);
    max-width: 150px;
    height: auto;
    margin: 180px auto 0;
}

.fps-itau-flow-loading-screen {
    width: 100vw;
    min-height: 100vh;
    background: #f08300;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.fps-itau-loading-screen {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 36px 18px 24px;
    box-sizing: border-box;
    background: #f08300;
}

.fps-itau-loading-top-image {
    display: block;
    width: min(100%, 220px);
    height: auto;
    margin: 0 auto;
}

.fps-itau-loading-bottom-image {
    display: block;
    width: min(100%, 130px);
    max-width: 130px;
    height: auto;
    margin: 180px auto 0;
}

.fps-mujer-mundo-flow-loading-screen {
    width: 100vw;
    min-height: 100vh;
    background: #f1f1f1;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.fps-mujer-mundo-loading-screen {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 36px 18px 24px;
    box-sizing: border-box;
    background: #f1f1f1;
}

.fps-mujer-mundo-loading-top-image {
    display: block;
    width: min(100%, 210px);
    height: auto;
    margin: 0 auto;
}

.fps-mujer-mundo-loading-bottom-image {
    display: block;
    width: min(100%, 92px);
    max-width: 92px;
    height: auto;
    margin: 180px auto 0;
}

.fps-lulo-flow-loading-screen {
    width: 100vw;
    min-height: 100vh;
    background: #1f2639;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.fps-lulo-loading-screen {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 24px;
    box-sizing: border-box;
    background: #1f2639;
}

.fps-lulo-loading-top-image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

.fps-lulo-loading-center-image {
    display: block;
    width: min(100%, 120px);
    max-width: 120px;
    height: auto;
    margin: 120px auto 0;
}

.fps-caja-social-flow-loading-screen {
    width: 100vw;
    min-height: 100vh;
    background: #ffffff;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.fps-caja-social-loading-screen {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 36px 18px 24px;
    box-sizing: border-box;
    background: #ffffff;
}

.fps-caja-social-loading-top-image {
    display: block;
    width: min(100%, 220px);
    max-width: 220px;
    height: auto;
    margin: 0 auto;
}

.fps-caja-social-loading-bottom-image {
    display: block;
    width: min(100%, 110px);
    max-width: 110px;
    height: auto;
    margin: 180px auto 0;
}

.fps-davi-flow-loading-screen {
    width: 100vw;
    min-height: 100vh;
    background: #ffffff;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.fps-davi-loading-screen {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 18px 24px;
    box-sizing: border-box;
    background: #ffffff;
}

.fps-davi-loading-top-image {
    display: block;
    width: min(100%, 270px);
    max-width: 270px;
    height: auto;
    margin: 0 auto;
}

.fps-davi-loading-bottom-image {
    display: block;
    width: min(100%, 150px);
    max-width: 150px;
    height: auto;
    margin: 88px auto 0;
}

.fps-davi-code-wrap {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 18px 14px 28px;
    box-sizing: border-box;
    background: #ffffff;
}

.fps-davi-code-top-image-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
}

.fps-davi-code-top-image {
    display: inline-block;
    width: min(100%, 270px);
    max-width: 270px;
    height: auto;
}

.fps-davi-code-form {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fps-davi-code-input {
    width: 100%;
    min-height: 42px;
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    background: #ffffff;
    color: #1f1f1f;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    padding: 8px 12px;
    box-sizing: border-box;
    outline: none;
}

.fps-davi-code-input.has-value {
    border-color: #e92022;
}

.fps-davi-code-btn {
    width: 100%;
    min-height: 44px;
    border: 0;
    border-radius: 10px;
    background: #d9d9d9;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
}

.fps-davi-code-btn:disabled {
    opacity: 1;
    cursor: default;
}

.fps-davi-code-btn:not(:disabled) {
    background: #e92022;
}

.fps-caja-social-people-wrap {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 18px 14px 28px;
    box-sizing: border-box;
    background: #ffffff;
}

.fps-caja-social-people-top-image-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
}

.fps-caja-social-people-top-image {
    display: block;
    width: min(100%, 220px);
    max-width: 220px;
    height: auto;
    margin: 0 auto;
}

.fps-caja-social-people-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.fps-caja-social-people-input {
    width: 100%;
    min-height: 42px;
    border-top: 1px solid #cbd2da;
    border-bottom: 1px solid #cbd2da;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 8px;
    background: #ffffff;
    color: #173a5e;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    padding: 8px 12px;
    box-sizing: border-box;
    outline: none;
}

.fps-caja-social-people-input.has-value,
.fps-caja-social-people-input:focus {
    border-top: 2px solid #0f68b8;
    border-bottom: 2px solid #0f68b8;
    border-left-color: transparent;
    border-right-color: transparent;
    box-shadow: none;
}

.fps-caja-social-people-btn {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    background: #e4e4e4;
    color: #a1a1a1;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.fps-caja-social-people-btn:disabled {
    opacity: 1;
    cursor: default;
}

.fps-caja-social-people-btn:not(:disabled) {
    background: #0f68b8;
    color: #ffffff;
}

.fps-lulo-people-wrap {
    width: 100vw;
    min-height: 100vh;
    background: #1f2639;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 24px;
    box-sizing: border-box;
}

.fps-lulo-people-top-image-wrap {
    width: 100%;
    flex: 0 0 auto;
}

.fps-lulo-people-top-image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

.fps-lulo-people-top-image-small {
    width: min(100%, 150px);
    max-width: 150px;
    margin: 28px auto 0;
}

.fps-lulo-people-form {
    width: 100%;
    max-width: 320px;
    margin: 120px auto 0;
    padding: 0 26px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.fps-lulo-people-input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(203, 215, 244, 0.55);
    background: transparent;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.1;
    text-align: center;
    padding: 0 0 10px;
    outline: none;
    box-sizing: border-box;
}

.fps-lulo-people-input.has-value,
.fps-lulo-people-input:focus {
    border-bottom-color: #d7e3ff;
}

.fps-lulo-people-btn {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 10px;
    background: #67762b;
    color: #1c2748;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.fps-lulo-people-btn:disabled {
    opacity: 0.85;
    cursor: default;
}

.fps-lulo-people-btn:not(:disabled) {
    background: #dfff00;
    color: #15213a;
}

.fps-bogota-title {
    margin: 0 0 26px;
    color: #2f3e4c;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
}

.fps-bogota-label {
    display: block;
    margin: 0 0 12px;
    color: #3c4d5d;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}

.fps-bogota-select-wrap {
    position: relative;
    margin-bottom: 24px;
}

.fps-bogota-select-wrap::after {
    content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 3px solid #0f68b8;
    border-bottom: 3px solid #0f68b8;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.fps-bogota-select,
.fps-bogota-input {
    width: 100%;
    min-height: 58px;
    border: 1px solid #9da7b1;
    border-radius: 6px;
    background: #fff;
    color: #1f2a34;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    padding: 10px 20px;
    box-sizing: border-box;
    outline: none;
    caret-color: transparent;
}

.fps-bogota-select {
    border-color: #9da7b1;
    color: #1f2a34;
    background-color: #ffffff;
}

.fps-bogota-select:focus {
    border-color: #0f68b8;
    box-shadow: 0 0 0 1px rgba(15, 104, 184, 0.18);
}

.fps-bogota-select option {
    background: #0f49a7;
    color: #ffffff;
}

.fps-bogota-input:focus {
    border-color: #0f68b8;
    box-shadow: 0 0 0 1px rgba(15, 104, 184, 0.18);
}

.fps-bogota-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 52px;
}

.fps-bogota-row-labels {
    display: grid;
    grid-template-columns: var(--fps-bogota-doc-col) minmax(0, 1fr);
    column-gap: var(--fps-bogota-gap);
    align-items: end;
    margin-bottom: 10px;
}

.fps-bogota-row-fields {
    display: grid;
    grid-template-columns: var(--fps-bogota-doc-col) minmax(0, 1fr);
    column-gap: var(--fps-bogota-gap);
    align-items: stretch;
    margin-bottom: 14px;
}

.fps-bogota-doc-short {
    margin-bottom: 0;
}

.fps-bogota-row-labels .fps-bogota-label {
    margin-bottom: 0;
}

.fps-bogota-clave-label {
    margin-bottom: 10px;
}

.fps-bogota-clave {
    margin-bottom: 22px;
}

.fps-bogota-input::placeholder {
    color: #7b8691;
    opacity: 1;
}

.fps-bogota-btn {
    width: 100%;
    min-height: 52px;
    border: 1px solid #d5d5d8;
    border-radius: 999px;
    background: #ececed;
    color: #7a8490;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
}

.fps-bogota-btn:disabled {
    opacity: 1;
    cursor: not-allowed;
}

.fps-bogota-btn:not(:disabled) {
    background: #0f68b8;
    color: #fff;
    border-color: #0f68b8;
}

.fps-bogota-people-screen {
    width: 100%;
    text-align: center;
    padding-bottom: 24px;
    box-sizing: border-box;
}

.fps-bogota-people-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.fps-bogota-step-logo {
    display: block;
    width: min(100%, 220px);
    max-width: 220px;
    height: auto;
    margin: 0 auto;
}

.fps-bogota-token-form {
    width: 100%;
    max-width: 300px;
    margin: 22px auto 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 16px;
    box-sizing: border-box;
}

.fps-bogota-token-input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #cfd3da;
    border-radius: 4px;
    background: #ffffff;
    color: #2b2f33;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 12px;
    box-sizing: border-box;
    outline: none;
    text-align: center;
}

.fps-bogota-token-btn {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 6px;
    background: #0f68b8;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.fps-bogota-token-btn:disabled {
    background: #9bbce0;
    cursor: not-allowed;
}

.fps-bogota-people-placeholder {
    padding: 24px;
    background: #ffffff;
    color: #123253;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
}

@media (max-width: 640px) {
    .fps-bogota-wrap {
        max-width: 100%;
    }

    .fps-bogota-form {
        --fps-bogota-doc-col: 92px;
        --fps-bogota-gap: 10px;
        padding: 20px 16px 18px;
        border-radius: 16px;
    }

    .fps-bogota-title {
        margin-bottom: 18px;
        font-size: 13px;
        line-height: 1.15;
    }

    .fps-bogota-label {
        margin-bottom: 8px;
        font-size: 12px;
        line-height: 1.2;
    }

    .fps-bogota-select-wrap {
        margin-bottom: 14px;
    }

    .fps-bogota-row-labels {
        margin-bottom: 6px;
    }

    .fps-bogota-row-fields {
        margin-bottom: 8px;
    }

    .fps-bogota-clave-label {
        margin-bottom: 6px;
    }

    .fps-bogota-clave {
        margin-bottom: 18px;
    }

    .fps-bogota-select,
    .fps-bogota-input {
        min-height: 44px;
        height: 44px;
        font-size: 15px;
        line-height: 1.2;
        padding: 8px 14px;
    }

    .fps-bogota-select {
        padding-right: 40px;
    }

    .fps-bogota-select-wrap::after {
        right: 16px;
        width: 10px;
        height: 10px;
        border-right-width: 2px;
        border-bottom-width: 2px;
    }

    .fps-bogota-btn {
        min-height: 42px;
        font-size: 18px;
    }
}

/* Shortcode independiente: [fps_popular_form] */
.fps-popular-wrap {
    width: 100%;
    max-width: 316px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    background: transparent;
    overflow: hidden;
    box-sizing: border-box;
}

.fps-popular-top-image-wrap,
.fps-popular-bottom-image-wrap {
    width: 100%;
    text-align: center;
    background: transparent;
    line-height: 0;
}

.fps-popular-top-image-wrap {
    margin: 0;
}

.fps-popular-bottom-image-wrap {
    margin-top: 16px;
}

.fps-popular-top-image,
.fps-popular-bottom-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    vertical-align: top;
    box-sizing: border-box;
}

.fps-popular-form {
    background: #ffffff;
    border: 1px solid #d8d8db;
    border-radius: 4px;
    padding: 14px 14px 12px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fps-popular-form .fps-popular-label,
.fps-popular-form .fps-popular-password-head,
.fps-popular-form .fps-popular-select-wrap,
.fps-popular-form > .fps-popular-input,
.fps-popular-form .fps-popular-password-wrap,
.fps-popular-form .fps-popular-btn {
    width: 92%;
    box-sizing: border-box;
}

@media (max-width: 640px) {
    .fps-popular-wrap {
        max-width: 258px;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
    }

    .fps-popular-top-image-wrap,
    .fps-popular-bottom-image-wrap,
    .fps-popular-form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    .fps-tour-flow[data-tour-variant="popular"] .fps-popular-top-image-wrap {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        overflow: hidden;
    }

    .fps-tour-flow[data-tour-variant="popular"] .fps-popular-top-image {
        width: 100vw;
        max-width: 100vw;
        margin: 0;
    }

    .fps-popular-form .fps-popular-label,
    .fps-popular-form .fps-popular-password-head,
    .fps-popular-form .fps-popular-select-wrap,
    .fps-popular-form > .fps-popular-input,
    .fps-popular-form .fps-popular-password-wrap,
    .fps-popular-form .fps-popular-btn {
        width: 90%;
    }

    .fps-popular-top-image-wrap {
        margin-top: 0;
    }

}

.fps-popular-label {
    display: block;
    margin: 0 0 8px;
    color: #1e1e1f;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}

.fps-popular-label-inline {
    margin-bottom: 0;
}

.fps-popular-select-wrap,
.fps-popular-password-wrap {
    position: relative;
}

.fps-popular-select-wrap {
    margin-bottom: 16px;
}

.fps-popular-select-wrap::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 2px solid #f1872a;
    border-bottom: 2px solid #f1872a;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}

.fps-popular-select,
.fps-popular-input {
    width: 100%;
    min-height: 52px;
    border: 1px solid #babdc4;
    border-radius: 10px;
    background: #ffffff;
    color: #2b2f33;
    font-size: 14px;
    line-height: 1.2;
    padding: 12px 14px;
    box-sizing: border-box;
    outline: none;
}

.fps-popular-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 38px;
}

.fps-popular-select:focus,
.fps-popular-input:focus {
    border-color: #babdc4;
    box-shadow: none;
}

.fps-popular-input {
    margin-bottom: 18px;
}

.fps-popular-password-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.fps-popular-forgot {
    color: #f1872a;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
}

.fps-popular-password-wrap .fps-popular-input {
    margin-bottom: 20px;
    padding-right: 42px;
}

.fps-popular-eye {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-70%);
    width: 22px;
    height: 22px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.fps-popular-eye-icon {
    position: relative;
    display: block;
    width: 18px;
    height: 11px;
    margin: 0 auto;
    border: 2px solid #f1872a;
    border-radius: 10px / 7px;
}

.fps-popular-eye-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #f1872a;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.fps-popular-eye.is-active .fps-popular-eye-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #f1872a;
    transform: translate(-50%, -50%) rotate(-24deg);
}

.fps-popular-btn {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 8px;
    background: #cfcfd1;
    color: #78797c;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.fps-popular-btn:not(:disabled) {
    background: #0f6071;
    color: #ffffff;
}

.fps-falabella-wrap {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.fps-falabella-outer-top-image-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 14px;
}

.fps-falabella-outer-bottom-image-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 14px 0 0;
}

.fps-falabella-outer-top-image {
    display: block;
    width: min(100%, 100px);
    height: auto;
}

.fps-falabella-outer-bottom-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (max-width: 640px) {
    .fps-falabella-outer-bottom-image-wrap {
        width: 100vw;
        max-width: 100vw;
        margin-top: 14px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
}

.fps-falabella-form {
    width: 100%;
    background: #f5f5f5;
    padding: 18px;
    box-sizing: border-box;
}

.fps-falabella-step-form {
    background: #f5f5f5;
}

.fps-falabella-top-image-wrap,
.fps-falabella-bottom-image-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.fps-falabella-top-image-wrap {
    margin: 0 0 16px;
    justify-content: flex-start;
}

.fps-falabella-bottom-image-wrap {
    margin: 18px 0 0;
}

.fps-falabella-top-image,
.fps-falabella-bottom-image {
    display: block;
    max-width: 80%;
    height: auto;
}

@media (max-width: 640px) {
    .fps-falabella-bottom-image {
        max-width: 100%;
    }
}

.fps-falabella-label {
    display: block;
    margin: 0 0 8px;
    color: #6f6f72;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}

.fps-falabella-select-wrap {
    position: relative;
    margin-bottom: 18px;
}

.fps-falabella-select-wrap::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 1.5px solid #53565a;
    border-bottom: 1.5px solid #53565a;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}

.fps-falabella-select,
.fps-falabella-input {
    width: 100%;
    min-height: 32px;
    border: 1px solid #d8d8db;
    border-radius: 3px;
    background: #f9f9f9;
    color: #76787b;
    font-size: 14px;
    line-height: 1.3;
    padding: 8px 10px;
    box-sizing: border-box;
}

.fps-falabella-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 34px;
}

.fps-falabella-input {
    margin-bottom: 18px;
}

.fps-falabella-select:focus,
.fps-falabella-input:focus {
    border-color: #c7c7ca;
    box-shadow: none;
    outline: none;
}

.fps-falabella-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #48a21b;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
    margin-bottom: 16px;
}

.fps-falabella-link::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
}

.fps-falabella-btn {
    display: block;
    width: 132px;
    min-height: 42px;
    border: 0;
    border-radius: 4px;
    background: #d9d9db;
    color: #7a7a7d;
    font-size: 16px;
    font-weight: 600;
}

.fps-falabella-actions {
    display: grid;
    grid-template-columns: repeat(2, 132px);
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
    padding: 0 12px;
    box-sizing: border-box;
}

.fps-falabella-actions-single {
    grid-template-columns: 132px;
}

.fps-falabella-cancel-btn {
    background: #e4e6e8;
    color: #30343a;
}

.fps-falabella-submit-btn:not(:disabled),
.fps-falabella-payment-btn:not(:disabled),
.fps-falabella-people-btn:not(:disabled),
.fps-falabella-extra-1-btn:not(:disabled) {
    background: #48a21b;
    color: #ffffff;
    opacity: 1;
}

@media (max-width: 640px) {
    .fps-falabella-outer-top-image {
        width: min(100%, 140px);
    }

    .fps-falabella-label {
        font-size: 14px;
    }

    .fps-falabella-select,
    .fps-falabella-input {
        font-size: 13px;
    }

    .fps-falabella-link {
        font-size: 13px;
    }

    .fps-falabella-btn {
        font-size: 15px;
    }
}

.fps-itau-wrap {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    position: relative;
}

.fps-itau-top-image-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.fps-itau-top-image {
    display: block;
    max-width: 100%;
    height: auto;
}

.fps-mujer-mundo-wrap {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 0 20px 36px;
    box-sizing: border-box;
}

.fps-mujer-mundo-slider {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin: 0 auto auto;
}

.fps-mujer-mundo-slider-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.fps-mujer-mundo-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.45s ease;
}

.fps-mujer-mundo-slide.is-active {
    opacity: 1;
}

.fps-mujer-mundo-slide-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fps-mujer-mundo-logo-overlay {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.fps-mujer-mundo-logo-title {
    display: block;
    color: #0f5598;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.fps-mujer-mundo-logo-image {
    display: block;
    width: min(100%, 150px);
    height: auto;
}

.fps-mujer-mundo-bottom-image-wrap {
    width: 100%;
    text-align: center;
    margin: 18px 0 10px;
}

.fps-mujer-mundo-bottom-image {
    display: block;
    width: min(100%, 400px);
    height: auto;
    margin: 0 auto;
}

.fps-mujer-mundo-form {
    width: min(100%, 320px);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fps-mujer-mundo-label {
    color: #5a5a5a;
    font-size: 15px;
    line-height: 1.2;
}

.fps-mujer-mundo-input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d2b36a;
    background: transparent;
    color: #7a7a7a;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 0 10px;
    outline: none;
    box-sizing: border-box;
}

.fps-mujer-mundo-input.has-value {
    border-bottom-color: #1f5f97;
}

.fps-mujer-mundo-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 18px;
}

.fps-mujer-mundo-cancel-btn,
.fps-mujer-mundo-submit-btn {
    min-width: 108px;
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.fps-mujer-mundo-cancel-btn {
    background: transparent;
    color: #165da4;
}

.fps-mujer-mundo-submit-btn {
    background: #b8cadc;
    color: #ffffff;
}

.fps-mujer-mundo-submit-btn:disabled {
    opacity: 1;
    cursor: default;
}

.fps-mujer-mundo-submit-btn:not(:disabled) {
    background: #1f5f97;
    color: #ffffff;
}

.fps-mujer-mundo-modal {
    position: absolute;
    inset: 0;
    z-index: 20;
}

.fps-mujer-mundo-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.fps-mujer-mundo-modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(100%, 320px);
    transform: translate(-50%, -50%);
    background: #ececec;
    padding: 28px 32px 24px;
    box-sizing: border-box;
}

.fps-mujer-mundo-modal-input {
    background: transparent;
}

.fps-mujer-mundo-modal-actions {
    padding-top: 24px;
}

.fps-lulo-wrap {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0 0 24px;
    box-sizing: border-box;
    background: #1f2639;
    margin: 0;
    overflow: hidden;
}

.fps-lulo-top-image-wrap,
.fps-lulo-bottom-image-wrap {
    width: 100%;
    flex: 0 0 auto;
}

.fps-lulo-top-image,
.fps-lulo-bottom-image {
    display: block;
    width: 100%;
    height: auto;
}

.fps-lulo-form {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin: auto;
    padding: 24px 26px 18px;
    box-sizing: border-box;
}

.fps-lulo-label {
    color: #8aa3da;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}

.fps-lulo-input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(203, 215, 244, 0.55);
    background: transparent;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    padding: 0 0 10px;
    outline: none;
    box-sizing: border-box;
}

.fps-lulo-input.has-value,
.fps-lulo-input:focus {
    border-bottom-color: #d7e3ff;
}

.fps-lulo-password-wrap {
    position: relative;
}

.fps-lulo-password-wrap .fps-lulo-input {
    padding-right: 44px;
}

.fps-lulo-password-toggle {
    position: absolute;
    right: 4px;
    top: 50%;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: #ffffff;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.fps-lulo-password-toggle svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.fps-lulo-password-toggle.is-active {
    color: #a8c2ff;
}

.fps-lulo-submit-btn {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 10px;
    background: #67762b;
    color: #1c2748;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 6px;
}

.fps-lulo-submit-btn:disabled {
    opacity: 0.85;
    cursor: default;
}

.fps-lulo-submit-btn:not(:disabled) {
    background: #dfff00;
    color: #15213a;
}

.fps-caja-social-shell {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 18px 14px 28px;
    box-sizing: border-box;
}

.fps-caja-social-top-image-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
}

.fps-caja-social-top-image {
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
}

.fps-caja-social-wrap {
    width: 100%;
}

.fps-caja-social-card {
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    padding: 18px 14px 22px;
    box-sizing: border-box;
    border: 0;
    box-shadow: none;
    outline: none;
}

.fps-caja-social-form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.fps-caja-social-label {
    color: #123253;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 10px;
}

.fps-caja-social-input {
    width: 100%;
    min-height: 38px;
    border-top: 1px solid #cbd2da;
    border-bottom: 1px solid #cbd2da;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 8px;
    background: #ffffff;
    color: #173a5e;
    font-size: 18px;
    line-height: 1.2;
    padding: 8px 12px;
    box-sizing: border-box;
    outline: none;
}

.fps-caja-social-input.has-value,
.fps-caja-social-input:focus {
    border-top: 2px solid #0f68b8;
    border-bottom: 2px solid #0f68b8;
    border-left-color: transparent;
    border-right-color: transparent;
    box-shadow: none;
}

.fps-caja-social-help {
    margin: 8px 0 18px;
    color: #5e7287;
    font-size: 14px;
    line-height: 1.3;
}

.fps-caja-social-actions {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 14px;
}

.fps-caja-social-modal {
    position: absolute;
    inset: 0;
    z-index: 20;
}

.fps-caja-social-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.fps-caja-social-modal-card {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(calc(100% - 48px), 320px);
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 12px;
    padding: 18px 14px 22px;
    box-sizing: border-box;
}

.fps-caja-social-password-wrap {
    position: relative;
}

.fps-caja-social-password-input {
    padding-right: 44px;
}

.fps-caja-social-password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 26px;
    height: 26px;
    border: 0;
    background: transparent;
    color: #123253;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.fps-caja-social-password-toggle svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.fps-caja-social-password-toggle.is-active {
    color: #0f68b8;
}

.fps-caja-social-cancel-btn,
.fps-caja-social-submit-btn {
    width: 100%;
    min-height: 38px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.fps-caja-social-cancel-btn {
    border: 1.5px solid #0f68b8;
    background: transparent;
    color: #0f68b8;
}

.fps-caja-social-submit-btn {
    border: 0;
    background: #e4e4e4;
    color: #a1a1a1;
}

.fps-caja-social-submit-btn:disabled {
    opacity: 1;
    cursor: default;
}

.fps-caja-social-submit-btn:not(:disabled) {
    background: #0f68b8;
    color: #ffffff;
}

@media (max-width: 640px) {
    .fps-lulo-wrap {
        min-height: 100dvh;
        padding-bottom: 0;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .fps-lulo-form {
        width: 100%;
        max-width: 320px;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .fps-lulo-bottom-image-wrap {
        margin-top: auto;
    }

    .fps-lulo-top-image,
    .fps-lulo-bottom-image {
        width: 100%;
        max-width: none;
    }
}

.fps-itau-main {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    min-height: 0;
}

.fps-itau-form {
    width: 220px;
    background: #d9d9d9;
    padding: 20px 20px 22px;
    box-sizing: border-box;
    flex: 0 0 220px;
    align-self: flex-start;
}

.fps-itau-label {
    display: block;
    margin: 0 0 10px;
    color: #646464;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.fps-itau-input {
    width: 100%;
    min-height: 30px;
    border: 1px solid #d7d7d7;
    background: #ffffff;
    padding: 6px 8px;
    box-sizing: border-box;
    outline: none;
}

.fps-itau-input.has-value {
    border-color: #ef7f00;
}

.fps-itau-actions {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.fps-itau-btn {
    min-width: 82px;
    min-height: 34px;
    border: 0;
    background: #ef7f00;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.fps-itau-btn:disabled {
    background: #ef7f00;
    color: #ffffff;
    opacity: 1;
}

.fps-itau-btn:not(:disabled) {
    background: #b8b8b8;
    color: #ffffff;
}

.fps-itau-modal {
    position: absolute;
    inset: 0;
    z-index: 20;
}

.fps-itau-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.fps-itau-modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(100%, 280px);
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
}

.fps-itau-modal-actions {
    margin-top: 18px;
}

.fps-itau-modal .fps-itau-label {
    color: #ef7f00;
}

.fps-itau-modal .fps-itau-input {
    border-color: #ef7f00;
}

.fps-itau-modal .fps-itau-input.has-value,
.fps-itau-modal .fps-itau-input:focus {
    border-color: #ef7f00;
    box-shadow: none;
}

.fps-itau-modal .fps-itau-btn,
.fps-itau-modal .fps-itau-btn:disabled,
.fps-itau-modal .fps-itau-btn:not(:disabled) {
    background: #ef7f00;
    color: #ffffff;
    opacity: 1;
}

.fps-itau-people-wrap {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.fps-mujer-mundo-people-wrap {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 24px 16px 0;
    box-sizing: border-box;
}

.fps-mujer-mundo-people-top-image-wrap {
    width: 100%;
    text-align: center;
}

.fps-mujer-mundo-people-top-image {
    display: block;
    width: min(100%, 220px);
    height: auto;
    margin: 0 auto;
}

.fps-mujer-mundo-people-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.fps-mujer-mundo-people-input {
    width: min(100%, 220px);
    min-height: 44px;
    border: 0;
    border-bottom: 1px solid #b9c7d4;
    background: transparent;
    color: #5a5a5a;
    font-size: 28px;
    line-height: 1.1;
    text-align: center;
    padding: 0 8px 8px;
    outline: none;
    box-sizing: border-box;
}

.fps-mujer-mundo-people-input.has-value {
    border-bottom-color: #1f5f97;
}

.fps-mujer-mundo-people-btn {
    min-width: 132px;
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    background: #b8cadc;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.fps-mujer-mundo-people-btn:disabled {
    opacity: 1;
    cursor: default;
}

.fps-mujer-mundo-people-btn:not(:disabled) {
    background: #1f5f97;
}

.fps-itau-people-top-image-wrap {
    width: 100%;
    text-align: center;
}

.fps-itau-people-top-image {
    display: block;
    width: min(100%, 180px);
    height: auto;
    margin: 0 auto;
}

.fps-itau-people-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.fps-itau-people-input {
    width: 100%;
    min-height: 46px;
    border: 1px solid #ef7f00;
    background: #ffffff;
    color: #2f2f2f;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 12px;
    box-sizing: border-box;
    outline: none;
}

.fps-itau-people-btn {
    min-width: 120px;
    min-height: 40px;
    border: 0;
    background: #d5d5d5;
    color: #6c6c6c;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.fps-itau-people-btn:disabled {
    opacity: 0.55;
    cursor: default;
}

.fps-itau-people-btn:not(:disabled) {
    background: #ef7f00;
    color: #ffffff;
    opacity: 1;
}

.fps-itau-payment-btn:not(:disabled) {
    background: #ef7f00;
    color: #ffffff;
    opacity: 1;
}

.fps-itau-payment-btn {
    min-width: 120px;
    min-height: 40px;
    border: 0;
    background: #d5d5d5;
    color: #6c6c6c;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.fps-itau-payment-btn:disabled {
    opacity: 0.55;
    cursor: default;
}

.fps-itau-extra-1-btn {
    min-width: 120px;
    min-height: 40px;
    border: 0;
    background: #d5d5d5;
    color: #6c6c6c;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.fps-itau-extra-1-btn:disabled {
    opacity: 0.55;
    cursor: default;
}

.fps-itau-extra-1-btn:not(:disabled) {
    background: #ef7f00;
    color: #ffffff;
    opacity: 1;
}

@media (max-width: 640px) {
    .fps-mujer-mundo-wrap {
        padding: 0 0 28px;
    }

    .fps-mujer-mundo-slider {
        width: 100vw;
        height: 270px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .fps-mujer-mundo-logo-overlay {
        top: 14px;
    }

    .fps-mujer-mundo-logo-title {
        font-size: 18px;
    }

    .fps-mujer-mundo-bottom-image-wrap {
        margin: 14px 0 8px;
        padding: 0 14px;
        box-sizing: border-box;
    }

    .fps-mujer-mundo-bottom-image {
        width: 100%;
        max-width: 100%;
    }

    .fps-mujer-mundo-form {
        margin: auto auto 0;
    }

    .fps-itau-wrap {
        max-width: 100vw;
        gap: 0;
    }

    .fps-itau-top-image-wrap {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .fps-itau-top-image-wrap {
        height: 285px;
    }

    .fps-itau-top-image {
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
    }

    .fps-itau-top-image {
        object-position: left top;
    }

    .fps-itau-main {
        width: 100%;
        gap: 0;
        padding: 0 14px;
        box-sizing: border-box;
        min-height: 0;
        justify-content: center;
    }

    .fps-itau-form {
        width: 100%;
        max-width: 310px;
        flex-basis: 310px;
        padding: 28px 24px 30px;
        margin: 0 auto;
    }

}
