/* Campañas automatizadas — celulares en código (sin sombras) */
.fx-campa-block {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    grid-template-rows: auto 1fr auto;
    column-gap: 0;
    row-gap: 0;
    text-align: left;
    overflow: visible;
}

.fx-campa-block__head {
    grid-column: 1;
    grid-row: 1;
    padding-top: 18px;
    padding-left: 4px;
}

.fx-campa-block__title {
    display: block;
    color: #957AFB !important;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.05;
    letter-spacing: 0.01em;
}

.fx-campa-block__subtitle {
    display: block;
    color: #fff;
    font-size: 25px;
    margin-top: 0.7em;
    font-weight: 400;
}

.fx-campa-block__stage {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 280px;
    padding: 0 264px 24px 10%;
    z-index: 1;
}

.fx-campa-block__pill-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.fx-campa-block__pill {
    flex: 0 0 auto;
    width: 268px;
    max-width: 72%;
    min-height: 92px;
    padding: 16px 22px;
    background: #957AFB;
    border: 1px solid #957AFB;
    border-radius: 65px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.fx-campa-block__pill .text_campa_auto {
    font-size: 12px;
    line-height: 1.35;
    color: #fff;
}

.fx-campa-block__line {
    flex: 1 1 auto;
    width: auto !important;
    height: 2px;
    margin-left: 0;
    margin-right: -6px;
    background: #957AFB;
    border: none;
    min-width: 24px;
    display: block;
    transform-origin: left center;
    position: relative;
    z-index: 0;
}

.fx-campa-block__dots {
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 14px;
    margin: 18px 0 0 91px !important;
}

.fx-campa-block__dots .dot_paso {
    width: 11px;
    height: 11px;
    background-color: #d3d3d3 !important;
    border-radius: 50%;
    display: inline-block !important;
    cursor: pointer;
    opacity: 1;
}

.fx-campa-block__dots .dot_paso.active_paso {
    background: #957AFB !important;
}

.fx-campa-block__phones {
    grid-column: 2;
    grid-row: 1 / span 2;
    position: relative;
    width: 268px;
    height: 548px;
    justify-self: end;
    align-self: start;
    overflow: visible;
    z-index: 3;
}

.fx-campa-block__phones .cel_1,
.fx-campa-block__phones .cel_2,
.fx-campa-block__phones .cel_3,
.fx-campa-block__phones .cel_4 {
    position: absolute;
    inset: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: none;
    overflow: visible;
}

.fx-campa-block__phones .cel_2,
.fx-campa-block__phones .cel_3,
.fx-campa-block__phones .cel_4 {
    display: none;
}

.fx-campa-block__note {
    grid-column: 1 / -1;
    grid-row: 3;
    text-align: center;
    color: #957AFB;
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.45;
}

.fx-campa-phone,
.fx-campa-phone * {
    box-shadow: none !important;
    filter: none;
    text-shadow: none;
}

.fx-campa-phone {
    width: 268px;
    height: 548px;
    padding: 4px 3.5px 4.5px;
    background: #f3f3f3;
    border: 1px solid #dcdcdc;
    border-radius: 40px;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
}

.fx-campa-phone__screen {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 36px;
    overflow: hidden;
    background: #000;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", "Segoe UI", sans-serif;
    color: #fff;
}

.fx-campa-ios {
    position: relative;
    height: 34px;
    padding: 12px 16px 4px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    color: #fff;
    box-sizing: border-box;
    z-index: 2;
}

.fx-campa-ios__time {
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em;
    line-height: 1 !important;
    font-variant-numeric: tabular-nums;
    min-width: 42px;
}

.fx-campa-ios__island {
    position: absolute;
    left: 50%;
    top: 8px;
    width: 74px;
    height: 18px;
    margin-left: -37px;
    background: #0c0c0e;
    border-radius: 99px;
    pointer-events: none;
}

.fx-campa-ios__right {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
}

.fx-campa-ios__right svg {
    display: block;
    flex-shrink: 0;
}

.fx-campa-ios__cell {
    width: 15px;
    height: 10px;
}

.fx-campa-ios__wifi {
    width: 13px;
    height: 10px;
}

.fx-campa-ios__bat {
    width: 22px;
    height: 11px;
}

.fx-campa-ios__carrier,
.fx-campa-ios__pct {
    font-size: 9px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em;
    line-height: 1 !important;
}

.fx-campa-wlan__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 16px 14px;
    flex-shrink: 0;
}

.fx-campa-wlan__back,
.fx-campa-wlan__edit {
    color: #5b7cc8 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}

.fx-campa-wlan__back {
    display: flex;
    align-items: center;
    gap: 4px;
}

.fx-campa-wlan__back svg {
    width: 9px;
    height: 16px;
    display: block;
}

.fx-campa-wlan__group {
    margin: 0 14px 12px;
    background: #1d1d1f;
    border-radius: 12px;
    overflow: hidden;
}

.fx-campa-wlan__group--muted {
    background: #141414;
}

.fx-campa-wlan__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 44px;
    padding: 10px 14px;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #f2f2f2 !important;
}

.fx-campa-wlan__group--muted .fx-campa-wlan__row {
    color: #8d8d8d !important;
    min-height: 40px;
    font-size: 12px !important;
}

.fx-campa-wlan__row--wifi {
    letter-spacing: 0.08em;
    font-weight: 500 !important;
}

.fx-campa-wlan__name {
    color: #fff !important;
    font-size: 13px !important;
}

.fx-campa-wlan__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #c8c8cc;
    flex-shrink: 0;
}

.fx-campa-wlan__sig {
    width: 15px;
    height: 15px;
    display: block;
}

.fx-campa-wlan__info {
    width: 15px;
    height: 15px;
    display: block;
    color: #8e8e93;
}

.fx-campa-wlan__label {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 2px 22px 8px;
    font-size: 11px !important;
    letter-spacing: 0.08em;
    color: #8e8e93 !important;
}

.fx-campa-wlan__spark {
    width: 9px;
    height: 9px;
    display: block;
    color: #8e8e93;
}

.fx-campa-wlan__chev {
    color: #636366;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
}

.fx-campa-wlan__value {
    color: #8e8e93 !important;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.fx-campa-toggle {
    width: 42px;
    height: 26px;
    border-radius: 99px;
    background: #34c759;
    position: relative;
    flex-shrink: 0;
}

.fx-campa-toggle::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
}

.fx-campa-toggle.is-off {
    background: #3a3a3c;
}

.fx-campa-toggle.is-off::after {
    right: auto;
    left: 2px;
}

.fx-campa-phone--mail .fx-campa-phone__screen {
    background: #202125;
    color: #e8eaed;
}

.fx-campa-phone--mail .fx-campa-ios {
    color: #fff;
}

.fx-campa-phone--mail .fx-campa-ios__island {
    background: #161618;
}

.fx-campa-mail__tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 14px 6px 10px;
    color: #9aa0a6;
    flex-shrink: 0;
}

.fx-campa-mail__tools-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.fx-campa-mail__back svg,
.fx-campa-mail__ico svg,
.fx-campa-mail__star svg,
.fx-campa-mail__acts svg {
    display: block;
    width: 18px;
    height: 18px;
}

.fx-campa-mail__ico svg,
.fx-campa-mail__star svg,
.fx-campa-mail__acts svg {
    width: 16px;
    height: 16px;
}

.fx-campa-mail__subject {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px 6px 16px;
    flex-shrink: 0;
}

.fx-campa-mail__subject-text {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 11.5px !important;
    font-weight: 400 !important;
    color: #fff !important;
    text-align: left;
    line-height: 1.15 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fx-campa-mail__inbox {
    font-size: 8px !important;
    color: #c5c7c9 !important;
    background: #3c4043;
    border-radius: 4px;
    padding: 2px 6px;
    font-weight: 500 !important;
    flex-shrink: 0;
    line-height: 1.2 !important;
}

.fx-campa-mail__star {
    color: #9aa0a6;
    flex-shrink: 0;
}

.fx-campa-mail__from {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px 10px 16px;
    flex-shrink: 0;
}

.fx-campa-mail__avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #541528;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0.85;
    text-align: center;
}

.fx-campa-mail__avatar span {
    font-size: 5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    font-family: "Times New Roman", Times, serif;
}

.fx-campa-mail__who {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
}

.fx-campa-mail__who strong {
    display: block;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #fff !important;
    line-height: 1.2 !important;
}

.fx-campa-mail__who em {
    font-style: normal;
    font-weight: 400;
    color: #9aa0a6;
    font-size: 10px;
    margin-left: 4px;
}

.fx-campa-mail__who small {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 10px !important;
    color: #9aa0a6 !important;
    line-height: 1.2 !important;
}

.fx-campa-mail__who small svg {
    width: 8px;
    height: 8px;
}

.fx-campa-mail__acts {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #9aa0a6;
    flex-shrink: 0;
}

.fx-campa-mail__hero {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.wifi-tiendas-campa-enter__phone .fx-campa-phone {
    transform-origin: center center;
}

.wifi-tiendas-campa-enter:not(.is-inview) .wifi-tiendas-campa-enter__phone .fx-campa-phone {
    opacity: 0;
    transform: translate3d(0, 1.6rem, 0) scale(0.96);
}

.wifi-tiendas-campa-enter.is-inview .wifi-tiendas-campa-enter__phone .fx-campa-phone {
    animation: caPhoneDock 1.05s var(--ca-snap) 0.58s both;
}

@media (prefers-reduced-motion: reduce) {
    .wifi-tiendas-campa-enter:not(.is-inview) .wifi-tiendas-campa-enter__phone .fx-campa-phone,
    .wifi-tiendas-campa-enter.is-inview .wifi-tiendas-campa-enter__phone .fx-campa-phone {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

.fx-campa-block--mobile {
    display: block;
    max-width: none;
    padding: 0 12px 8px;
}

.fx-campa-block--mobile .fx-campa-block__head {
    text-align: center;
    padding: 0 0 18px;
}

.fx-campa-block--mobile .fx-campa-block__title {
    font-size: 24px;
}

.fx-campa-block--mobile .fx-campa-block__subtitle {
    font-size: 18px;
    margin-top: 0.45em;
}

.fx-campa-block--mobile .fx-campa-block__stage {
    display: none;
}

.fx-campa-block--mobile .fx-campa-block__phones {
    position: relative;
    width: 178px;
    height: 364px;
    margin: 0 auto;
    justify-self: center;
}

.fx-campa-block--mobile .fx-campa-block__note {
    font-size: 10px;
    margin-top: 18px;
}

.fx-campa-phone.is-compact {
    width: 178px;
    height: 364px;
    padding: 3px 2.5px 3.5px;
    border-radius: 26px;
    border-width: 1px;
}

.fx-campa-phone.is-compact .fx-campa-phone__screen {
    border-radius: 23.5px;
}

.fx-campa-phone.is-compact .fx-campa-ios {
    height: 24px;
    padding: 8px 10px 3px 12px;
}

.fx-campa-phone.is-compact .fx-campa-ios__time {
    font-size: 7.5px !important;
    min-width: 28px;
}

.fx-campa-phone.is-compact .fx-campa-ios__island {
    width: 50px;
    height: 12px;
    margin-left: -25px;
    top: 6px;
}

.fx-campa-phone.is-compact .fx-campa-ios__right {
    gap: 3px;
}

.fx-campa-phone.is-compact .fx-campa-ios__cell {
    width: 9px;
    height: 6px;
}

.fx-campa-phone.is-compact .fx-campa-ios__wifi {
    width: 8px;
    height: 6px;
}

.fx-campa-phone.is-compact .fx-campa-ios__bat {
    width: 14px;
    height: 7px;
}

.fx-campa-phone.is-compact .fx-campa-ios__carrier,
.fx-campa-phone.is-compact .fx-campa-ios__pct {
    font-size: 6px !important;
}

.fx-campa-phone.is-compact .fx-campa-wlan__nav {
    padding: 2px 10px 8px;
}

.fx-campa-phone.is-compact .fx-campa-wlan__back,
.fx-campa-phone.is-compact .fx-campa-wlan__edit {
    font-size: 8px !important;
}

.fx-campa-phone.is-compact .fx-campa-wlan__back svg {
    width: 6px;
    height: 10px;
}

.fx-campa-phone.is-compact .fx-campa-wlan__group {
    margin: 0 8px 8px;
    border-radius: 8px;
}

.fx-campa-phone.is-compact .fx-campa-wlan__row {
    min-height: 28px;
    padding: 6px 9px;
    font-size: 8px !important;
}

.fx-campa-phone.is-compact .fx-campa-wlan__group--muted .fx-campa-wlan__row {
    min-height: 26px;
    font-size: 7.5px !important;
}

.fx-campa-phone.is-compact .fx-campa-wlan__name {
    font-size: 8px !important;
}

.fx-campa-phone.is-compact .fx-campa-wlan__label {
    padding: 0 12px 5px;
    font-size: 6.5px !important;
    gap: 3px;
}

.fx-campa-phone.is-compact .fx-campa-wlan__spark {
    width: 6px;
    height: 6px;
}

.fx-campa-phone.is-compact .fx-campa-wlan__sig,
.fx-campa-phone.is-compact .fx-campa-wlan__info {
    width: 9px;
    height: 9px;
}

.fx-campa-phone.is-compact .fx-campa-toggle {
    width: 26px;
    height: 16px;
}

.fx-campa-phone.is-compact .fx-campa-toggle::after {
    width: 12px;
    height: 12px;
    top: 2px;
    right: 2px;
}

.fx-campa-phone.is-compact .fx-campa-mail__tools {
    padding: 1px 9px 4px 6px;
}

.fx-campa-phone.is-compact .fx-campa-mail__tools-right {
    gap: 9px;
}

.fx-campa-phone.is-compact .fx-campa-mail__back svg {
    width: 12px;
    height: 12px;
}

.fx-campa-phone.is-compact .fx-campa-mail__ico svg,
.fx-campa-phone.is-compact .fx-campa-mail__star svg,
.fx-campa-phone.is-compact .fx-campa-mail__acts svg {
    width: 10px;
    height: 10px;
}

.fx-campa-phone.is-compact .fx-campa-mail__subject {
    padding: 4px 9px 4px 10px;
    gap: 5px;
}

.fx-campa-phone.is-compact .fx-campa-mail__subject-text {
    font-size: 7.5px !important;
}

.fx-campa-phone.is-compact .fx-campa-mail__inbox {
    font-size: 5px !important;
    padding: 1px 4px;
}

.fx-campa-phone.is-compact .fx-campa-mail__from {
    padding: 3px 9px 6px 10px;
    gap: 5px;
}

.fx-campa-phone.is-compact .fx-campa-mail__avatar {
    width: 18px;
    height: 18px;
}

.fx-campa-phone.is-compact .fx-campa-mail__avatar span {
    font-size: 3.2px;
}

.fx-campa-phone.is-compact .fx-campa-mail__who strong {
    font-size: 7.5px !important;
}

.fx-campa-phone.is-compact .fx-campa-mail__who em,
.fx-campa-phone.is-compact .fx-campa-mail__who small {
    font-size: 6px !important;
}

.fx-campa-phone.is-compact .fx-campa-mail__acts {
    gap: 8px;
}

.fx-campa-mobile-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0;
}

.fx-campa-mobile-wrap .fx-campa-block__phones {
    margin: 0 auto;
    flex: 0 0 178px;
}

.fx-campa-mobile-wrap .contenedor-pasos {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 101px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.fx-campa-mobile-wrap .dots_pasos {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
}
