/* Fecha comentario: 2026-05-28 ERIKA B */
/* Navbar transparente solo en desktop: el degradado queda visible detrás del nav fijo */
@media (min-width: 992px) {

    body.page-audience .navbar,
    body.page-audience .navbar.scrolled,
    body.page-audience nav.navbar,
    body.page-audience nav.navbar.scrolled {
        background: transparent !important;
        background-color: transparent !important;
        border-bottom: none !important;
        box-shadow: none !important;
    }

    body.page-audience .fondo-degradado {
        margin-top: -80px;
        padding-top: 80px;
    }

    body.page-audience.navbar-scrolled .fondo-degradado {
        margin-top: -65px;
        padding-top: 65px;
    }
}


/* Actualización: 21-05-2026 — demo Audience: editor, preview modal, snackbar, reiniciar diseño */
/*---------------------------------------------------------------------------------------------------------------*/
.fondo-degradado {
    background: radial-gradient(circle at 80% 50%, #957afb 0%, #000 70%);
}

/*---------------------------------------------------------------------------------------------------------------*/

/* Audience Page Styles - Exact Replica */
.audience-hero {
    color: #fff;
    padding: 200px 0 200px 0;
    overflow: hidden;
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.audience-hero-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 0 15px;
}

.audience-hero-content {
    flex: 1.5;
    z-index: 2;
}

.audience-hero-image {
    flex: 1.5;
    display: flex;
    justify-content: center;
    z-index: 1;
    perspective: 1000px;
}

.hero-image-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

    .hero-slide {
        width: 40%;
        height: auto;
        border-radius: 20px; 
        transition: opacity 0.8s ease-in-out, transform 0.4s ease;
        will-change: opacity, transform;
        position: relative;
        opacity: 1;
    }

.hero-slide.hero-fade-out {
    opacity: 0;
}

/* Left Image */
.hero-slide:nth-child(1) {
    transform: rotateY(10deg) scale(1.15) translateX(25%);
    z-index: 1;
}

/* Center Image */
.hero-slide:nth-child(2) {
    transform: scale(1.15) translateZ(20px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.527);
    top: -20px;
    z-index: 3;
}

/* Right Image */
.hero-slide:nth-child(3) {
    transform: rotateY(-10deg) scale(1.15) translateX(-25%);
    z-index: 1;
}

.audience-hero-image img {
    max-width: 100%;
    height: auto;
}

/* Badge Style */
.audience-badge {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.05);
    font-family: 'Touche', sans-serif;
}

/* Title Styles */
.audience-hero-content h1 {
    font-size: 5.5rem;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.05;
    color: #fff;
    font-family: 'Touche', sans-serif;
}

.audience-hero-content h1 span {
    display: block;
}

.text-gray-light {
    color: #9D9D9D;
}

/* Subtitle Styles */
.audience-hero-content p {
    font-size: 2.3rem;
    color: #f0f0f0;
    margin-bottom: 50px;
    line-height: 1.4;
    font-family: 'Touche', sans-serif;
    max-width: 600px;
}

.audience-hero-content p strong {
    font-weight: 700;
    color: #fff;
}

/* Button Styles with Glow */
.audience-hero-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 25px 80px;
    border-radius: 50px;
    font-size: 2rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: 'Touche', sans-serif;
    box-shadow: 0 0 20px rgba(150, 122, 251, 0.288);
}

.audience-hero-btn:hover {
    background-color: #000;
    transform: scale(1.05);
    box-shadow: 0 0 40px rgba(149, 122, 251, 0.6);
    border-color: rgba(149, 122, 251, 1);
    color: #fff;
    text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .audience-hero-content h1 {
        font-size: 4.5rem;
    }
}

@media (max-width: 991px) {
    .audience-hero-container {
        flex-direction: column;
        text-align: center;
        padding: 0 25px;
    }

    .audience-hero {
        padding: 100px 0;
    }

    .audience-hero-content h1 {
        font-size: 4rem;
    }

    .audience-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .audience-hero-image {
        justify-content: center;
        margin-top: 40px;
    }

    .audience-hero-image img {
        max-width: 100%;
        transform: none;
    }
}

@media (max-width: 767px) {
    .audience-hero-content h1 {
        font-size: 3rem;
    }

    .audience-hero-content p {
        font-size: 1.2rem;
    }

    .audience-hero-btn {
        padding: 15px 50px;
        font-size: 1.3rem;
    }
}

/*---------------------------------------------------------------------------------------------------------------*/
/* Features Section */
.audience-features {
    padding: 180px 0 220px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Optional: Add a subtle glow similar to hero but on the opposite side or different position */
.audience-features::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(149, 122, 251, 0.15) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.audience-features-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.features-title {
    font-size: 5.5rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 80px;
    line-height: 1.1;
    font-family: 'Touche', sans-serif;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.feature-card {
    background: #141414;
    border: 1px solid #fff;
    border-radius: 60px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.feature-card:hover {
    border-color: rgba(149, 122, 251, 0.5);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.feature-icon {
    margin-bottom: 30px;
    color: #fff;
}

.feature-icon svg {
    width: 40px;
    height: 40px;
    stroke-width: 1.5px;
}

.feature-card h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Touche', sans-serif;
    color: #fff;
}

.feature-card p {
    font-size: 2.5rem;
    color: #d1d1d1;
    margin-bottom: 20px;
    line-height: 1.4;
    font-family: 'Touche', sans-serif;
    max-width: 90%;
}

.feature-btn {
    display: inline-block;
    padding: 12px 45px;
    background: linear-gradient(90deg, #000 10%, #957AFB 100%);
    color: #fff;
    border-radius: 50px;
    border: 1.5px solid #fff;
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-family: 'Touche', sans-serif;
}

.feature-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(149, 122, 251, 0.4);
    color: #fff;
    text-decoration: none;
}

/* Responsive Features */
@media (max-width: 1200px) {
    .features-title {
        font-size: 4.5rem;
    }

    .feature-card {
        padding: 40px;
    }

    .feature-card h3 {
        font-size: 1.8rem;
    }

    .feature-card p {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .features-title {
        font-size: 3.5rem;
        margin-bottom: 50px;
    }

    .audience-features {
        padding: 120px 0 160px 0;
    }
}

@media (max-width: 767px) {
    .features-title {
        font-size: 2.8rem;
    }

    .feature-card {
        border-radius: 30px;
        padding: 30px;
    }

    .feature-card h3 {
        font-size: 1.6rem;
    }

    .feature-card p {
        font-size: 1.2rem;
    }

    .feature-btn {
        padding: 10px 30px;
        font-size: 1.1rem;
        width: 100%;
        text-align: center;
    }
}

/* Entrance Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-card {
    opacity: 0;
    /* Initial state for animation */
    animation: fadeInUp 0.8s ease forwards;
}

.feature-card:nth-child(1) {
    animation-delay: 0.1s;
}

.feature-card:nth-child(2) {
    animation-delay: 0.2s;
}

.feature-card:nth-child(3) {
    animation-delay: 0.3s;
}

.feature-card:nth-child(4) {
    animation-delay: 0.4s;
}

/* Improved Card Glow on Hover */
.feature-card:hover {
    border-color: #fff;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(149, 122, 251, 0.1);
    background: linear-gradient(90deg, #8d73ec33 0%, #000000b4 100%);
}

/* Premium Icon Style */
.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    transition: transform 0.35s ease, border-color 0.3s ease;
    transition-delay: 0s;
}

.feature-card:hover .feature-icon {
    border-color: rgba(149, 122, 251, 0.4);
    transform: scale(1.25);
    transition-delay: 0.15s;
}

.feature-icon svg {
    width: 40px;
    height: 40px;
    stroke: #fff;
    stroke-width: 1.5px;
}

/* Premium Button Refinement */
.feature-btn {
    margin-top: auto;
    /* Push button to bottom */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.feature-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
    z-index: -1;
}

.feature-btn:hover::after {
    left: 100%;
}

/*---------------------------------------------------------------------------------------------------------------*/
/* Trusted Brands Section - Dark Theme */
.trusted-brands-wrapper {
    background: #000;
    padding: 225px 0 250px 0;
}

.trusted-brands-section {
    color: #fff;
    overflow: hidden;
}

.trusted-brands-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.trusted-brands-header-left {
    max-width: 100%;
    text-align: center;
}

.trusted-brands-eyebrow {
    font-family: 'touche', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #7c6af7;
    text-transform: uppercase;
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.trusted-brands-main-title {
    font-family: 'touche', sans-serif;
    font-size: clamp(42px, 6vw, 3rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0;
}

.texto-ligero {
    font-weight: 300;
}

.trusted-brands-divider {
    display: none;
}

.trusted-brands-carousel-wrapper {
    position: relative;
    margin-bottom: 105px;
    overflow: hidden;
}

.trusted-brands-carousel-track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 0;
    will-change: transform;
}

.trusted-brands-row-1 {
    animation: trusted-brands-scroll-left 35s linear infinite;
}

@keyframes trusted-brands-scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.trusted-brands-carousel-wrapper:hover .trusted-brands-carousel-track {
    animation-play-state: paused;
}

.trusted-brands-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 52px;
    height: 200px;
    flex-shrink: 0;
    position: relative;
}

.trusted-brands-logo-item::after {
    display: none;
}

.trusted-brands-logo-image {
    height: 200px;
    width: auto;
    max-width: 150px;
    filter: grayscale(100%) opacity(0.45);
    transition: filter 0.35s ease, transform 0.35s ease;
    cursor: pointer;
    object-fit: contain;
}

.trusted-brands-logo-item:hover .trusted-brands-logo-image {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.08);
}

.trusted-brands-fade-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 120px;
    background: linear-gradient(to right, #000, transparent);
    pointer-events: none;
    z-index: 2;
}

.trusted-brands-fade-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 120px;
    background: linear-gradient(to left, #000, transparent);
    pointer-events: none;
    z-index: 2;
}

/* Stats Wrapper */
.trusted-brands-stats-wrapper {
    position: relative;
    max-width: 760px;
    margin: 50px auto;
    border-radius: 100px;
    z-index: 1;
    /* Create stacking context for the aura-glow */
}

/* Stats Oval with Purple Glow */
.trusted-brands-stats-oval {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 80px;
    border: 2px solid rgba(125, 106, 247, 0.445);
    border-radius: 100px;
    background: rgba(10, 10, 15, 1);
    box-shadow: 0 0 40px rgba(124, 106, 247, 0.4),
        0 0 80px rgba(124, 106, 247, 0.2);
    position: relative;
    width: 100%;
}

.trusted-brands-stats-oval::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 100px;
    padding: 2px;
    background: linear-gradient(90deg, rgba(124, 106, 247, 0.5), rgba(255, 255, 255, 0.1), rgba(124, 106, 247, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.trusted-brands-stats-text {
    font-family: 'touche', sans-serif;
    font-size: clamp(22px, 4vw, 32px);
    font-weight: 400;
    font-style: italic;
    color: #fff;
    text-align: center;
    letter-spacing: 0.01em;
}

/* Reactive aura on hover */
.aura-glow {
    position: absolute;
    inset: -15px;
    background: radial-gradient(circle at var(--btn-mouse-x, 50%) var(--btn-mouse-y, 50%),
            rgba(124, 106, 247, 0.6) 0%,
            transparent 70%);
    border-radius: 130px;
    opacity: 0;
    transition: opacity 0.5s ease;
    filter: blur(20px);
    z-index: -1;
}

.trusted-brands-stats-wrapper:hover .aura-glow {
    opacity: 1;
}


/* Ensure nuevo_bloque_normal is visible on all devices */
.nuevo_bloque_normal.trusted-brands-wrapper {
    display: block !important;
}

/* Responsive adjustments for Trusted Brands */
@media screen and (max-width: 992px) {
    .trusted-brands-wrapper {
        padding: 180px 0 100px 0;
    }

    .trusted-brands-logo-item {
        padding: 0 30px;
        height: 80px;
    }

    .trusted-brands-logo-image {
        height: 80px;
        max-width: 100px;
    }

    .trusted-brands-fade-left,
    .trusted-brands-fade-right {
        width: 60px;
    }

    .trusted-brands-stats-oval {
        padding: 20px 40px;
    }
}

@media screen and (max-width: 767px) {
    .trusted-brands-header {
        margin-bottom: 40px;
    }

    .trusted-brands-eyebrow {
        font-size: 18px;
    }

    .trusted-brands-main-title {
        font-size: 24px;
    }

    .trusted-brands-logo-item {
        padding: 0 20px;
        height: 75px;
    }

    .trusted-brands-logo-image {
        height: 60px;
        max-width: 80px;
    }

    .trusted-brands-stats-oval {
        padding: 15px 30px;
    }

    .trusted-brands-stats-text {
        font-size: 16px;
    }
}

/*---------------------------------------------------------------------------------------------------------------*/
/* Demo Section */
.audience-demo {
    background: #141414;
    padding: 250px 0;
    color: #fff;
}

.audience-demo-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.demo-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.demo-header-left {
    flex: 1;
}

.demo-badge-wrapper {
    margin-bottom: 25px;
    display: inline-block;
}

.demo-badge {
    display: inline-block;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 1.5rem;
    color: #957AFB;
    background: radial-gradient(circle at top, rgba(149, 122, 251, 0.2) 0%, transparent 60%), #000;
    box-shadow: 0 -5px 15px rgba(149, 122, 251, 0.15);
    font-family: 'Touche', sans-serif;
    font-weight: 500;
    animation: demo-badge-pulse 3s linear infinite;
    cursor: pointer;
}

@keyframes demo-badge-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(149, 122, 251, 0.7), 0 0 0 0 rgba(149, 122, 251, 0.7);
    }

    40% {
        box-shadow: 0 0 0 15px rgba(149, 122, 251, 0.0), 0 0 0 0 rgba(149, 122, 251, 0.7);
    }

    80% {
        box-shadow: 0 0 0 15px rgba(149, 122, 251, 0.0), 0 0 0 10px rgba(149, 122, 251, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(149, 122, 251, 0.0), 0 0 0 10px rgba(149, 122, 251, 0);
    }
}

.demo-title {
    font-size: 5rem;
    font-weight: 800;
    line-height: 1.1;
    font-family: 'Touche', sans-serif;
    margin: 0;
    color: #fff;
    letter-spacing: -1px;
}

.demo-title .highlight-purple {
    color: #957AFB;
}

.demo-header-right {
    flex: 0 0 350px;
    text-align: left;
    display: flex;
    align-items: end;
    margin-left: 40px;
}

.demo-description {
    font-size: 1.8rem;
    color: #d1d1d1;
    line-height: 1.5;
    font-family: 'Touche', sans-serif;
    margin: 0;
}

.demo-content-box {
    --demo-h: clamp(560px, 68vh, 760px);
    --eb-panel-w: 220px;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: var(--demo-h);
    min-height: 480px;
    max-height: 760px;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

body.page-audience .demo-content-box .wizard-footer {
    display: none !important;
}

/* layout_sistema.css aplica estilos de app completa; neutralizar fuera del box */
body.page-audience {
    display: block;
    min-height: 0;
}

body.page-audience .demo-content-box .demo-email-builder-root.main,
body.page-audience .demo-content-box .page-nueva-campana.main {
    margin-left: 0 !important;
    min-height: 0 !important;
    flex: 1 1 0%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

body.page-audience .demo-content-box .page-nueva-campana {
    min-height: 0 !important;
}

body.page-audience .demo-content-box .content.content-wizard {
    padding: 16px 20px 8px;
    flex: 1 1 0%;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

body.page-audience .demo-content-box:not(.is-step-2) .content.content-wizard {
    overflow-y: auto;
    overflow-x: hidden;
}

body.page-audience .demo-content-box .wizard-container {
    max-width: 100%;
    flex: 1 1 auto;
    min-height: 0;
}

body.page-audience .demo-content-box .md-stepper {
    margin-bottom: 40px;
    flex-shrink: 0;
}

/* Demo paso 1: solo asunto / nombre interno (3.er y 4.º hijo = remitente y buzón) */
body.page-audience .demo-content-box .left-column>.card:nth-child(3),
body.page-audience .demo-content-box .left-column>.card:nth-child(4) {
    display: none !important;
}

/* Wizard demo: .step-content es del email builder; zig-zag usa .audience-zigzag-content */
body.page-audience .demo-content-box .step-content.active {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 0 !important;
}

body.page-audience .demo-content-box .step-grid.step-grid-step1 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 300px !important;
    gap: 24px !important;
    align-items: start;
    width: 100%;
}

body.page-audience .demo-content-box .step-grid-step1 .left-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
    grid-column: 1;
    grid-row: 1;
}

body.page-audience .demo-content-box .step-grid-step1>.preview-card {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    position: sticky;
    top: 8px;
    max-width: 300px;
    width: 100%;
}

body.page-audience .demo-content-box .preview-card {
    top: 8px;
}

/*
 * main.css (head_18) define .card / .card div con position:absolute (flip 3D).
 * Eso oculta o superpone los campos del wizard dentro de .form-section .card.
 */
body.page-audience .demo-content-box .form-section .card {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
    transform-style: flat !important;
    transition: none;
    padding: 20px;
    background: var(--surface, #fff);
    border-radius: var(--r-card, 24px);
    box-shadow: var(--elevation-soft, 0 1px 3px rgba(0, 0, 0, 0.04));
    border: 1px solid rgba(0, 0, 0, 0.03);
}

body.page-audience .demo-content-box .form-section .card div,
body.page-audience .demo-content-box .form-section .card>div,
body.page-audience .demo-content-box .form-section .card .f-row,
body.page-audience .demo-content-box .form-section .card .f-row-split,
body.page-audience .demo-content-box .form-section .card .f-col,
body.page-audience .demo-content-box .form-section .card .input-group,
body.page-audience .demo-content-box .form-section .card .input-box,
body.page-audience .demo-content-box .form-section .card .verify-box,
body.page-audience .demo-content-box .form-section .card .readonly-box,
body.page-audience .demo-content-box .form-section .card .radio-group,
body.page-audience .demo-content-box .form-section .card .f-divider,
body.page-audience .demo-content-box .form-section .card h3 {
    position: static !important;
    backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;
    transform: none !important;
    color: inherit;
    text-align: left;
}

body.page-audience .demo-content-box .form-section .card .f-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

body.page-audience .demo-content-box .form-section .card .f-row-split {
    display: grid !important;
    grid-template-columns: 1fr 1px 1fr;
    gap: 16px;
}

body.page-audience .demo-content-box .form-section .card .f-col {
    display: flex !important;
    flex-direction: column;
}

body.page-audience .demo-content-box .form-section .card .input-box,
body.page-audience .demo-content-box .form-section .card .verify-box {
    display: flex !important;
    align-items: center;
}

body.page-audience .demo-content-box .form-section .card .f-divider {
    width: 1px;
    height: auto;
    min-height: 48px;
    margin: 0;
}

body.page-audience .demo-content-box .form-section .card label.custom-check {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 12px !important;
    width: 100%;
    cursor: pointer;
}

body.page-audience .demo-content-box .form-section .card label.custom-check .chk-box {
    position: relative !important;
    flex: 0 0 20px !important;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

body.page-audience .demo-content-box .form-section .card label.custom-check>span {
    position: static !important;
    display: inline !important;
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.4;
}

body.page-audience .demo-content-box .wizard-footer {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    flex-shrink: 0;
    border-top: 1px solid var(--surface-variant, #e1e3e1);
    padding: 12px 16px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: none;
    z-index: 5;
}

body.page-audience .demo-content-box .wizard-footer .demo-wizard-back {
    margin-right: auto;
}

body.page-audience .demo-content-box:not(.is-step-2) .wizard-footer #btnDemoVolverPaso1,
body.page-audience .demo-content-box .wizard-footer #btnDemoVolverPaso1[hidden] {
    display: none !important;
}

body.page-audience .demo-content-box.is-step-2 .wizard-footer #btnDemoVolverPaso1 {
    display: inline-flex !important;
}

body.page-audience .demo-content-box:not(.is-step-2) .wizard-footer {
    justify-content: flex-end;
}

body.page-audience .demo-content-box .wizard-footer #btnSiguientePaso {
    margin-left: auto;
}

body.page-audience .demo-content-box.is-step-2 .page-nueva-campana.step2-active.main {
    height: 100% !important;
    max-height: 100% !important;
    flex: 1 1 0%;
}

body.page-audience .demo-content-box.is-step-2 .content.content-wizard,
body.page-audience .demo-content-box.is-step-2 .wizard-container,
body.page-audience .demo-content-box.is-step-2 .form-section#wizardSteps,
body.page-audience .demo-content-box.is-step-2 .step-content[data-step="2"].active {
    flex: 1 1 0%;
    min-height: 0;
    overflow: hidden;
}

body.page-audience .demo-content-box.is-step-2 .md-stepper {
    display: none;
}

/* Modal vista previa: fuera del box con overflow:hidden; z-index por encima del CTA flotante */
body.page-audience #previewModal.eb-prev-modal {
    z-index: 10050;
}

html.eb-preview-modal-open,
html.eb-preview-modal-open body.page-audience {
    overflow: hidden !important;
    overscroll-behavior: none;
}

body.page-audience.eb-preview-modal-open .contenido-general,
body.page-audience.eb-preview-modal-open .demo-content-box .content.content-wizard {
    overflow: hidden !important;
}

/* Snackbar demo: estilos en email_builder.css (.eb-canvas-area > #eb-test-email-snackbar) */

/* Demo: vista previa solo vía Enviar prueba → Abrir buzón */
body.page-audience .demo-content-box .email-builder #btnPreview {
    display: none !important;
}

body.page-audience .demo-content-box .email-builder .eb-tb-c>.eb-sep:has(+ #btnPreview) {
    display: none !important;
}

body.page-audience .demo-content-box .email-builder #btnDemoRefresh {
    display: inline-flex;
}

body.page-audience .demo-content-box #testEmailModal {
    display: none !important;
}

body.page-audience .demo-content-box .email-builder {
    --eb-panel-w: 220px;
    border-radius: 8px;
}

body.page-audience .demo-content-box .email-builder .eb-lp {
    width: 250px;
    min-width: 250px;
}

/* main_mobile.css define .ar { height:295px; background-image } — rompe Sustituir/Eliminar */
body.page-audience .demo-content-box .email-builder .ar,
body.page-audience .demo-content-box .email-builder .ar.img-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 0 10px !important;
    background: none !important;
    background-image: none !important;
    background-size: unset !important;
}

body.page-audience .demo-content-box .email-builder .ar .ab2 {
    flex: 0 1 auto !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    align-self: center !important;
}

body.page-audience .demo-content-box #btnSaveTemplate,
body.page-audience .demo-content-box #step1_quota_banner,
body.page-audience .demo-content-box #btnCancelarVolver,
body.page-audience .demo-content-box #btnCalcularAudiencia,
body.page-audience .demo-content-box #step5FooterConfetti {
    display: none !important;
}

@media (max-width: 991px) {
    .demo-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .demo-header-right {
        flex: none;
        width: 100%;
        margin-left: 0;
    }

    .demo-title {
        font-size: 3.5rem;
    }

    .demo-content-box {
        --demo-h: clamp(480px, 58vh, 620px);
        min-height: 440px;
        max-height: 620px;
    }

    body.page-audience .demo-content-box .step-grid.step-grid-step1 {
        grid-template-columns: 1fr !important;
    }

    body.page-audience .demo-content-box .step-grid-step1>.preview-card {
        grid-column: 1;
        max-width: none;
        position: static;
    }

    .audience-demo {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .audience-demo {
        display: none;
    }

    .demo-title {
        font-size: 2.8rem;
    }

    .demo-description {
        font-size: 1.4rem;
    }

    .demo-content-box {
        --demo-h: min(75vh, 560px);
        min-height: 400px;
        max-height: 560px;
    }

    body.page-audience .demo-content-box .email-builder {
        --eb-panel-w: 180px;
    }

    body.page-audience .demo-content-box .email-builder .eb-lp {
        width: 180px;
        min-width: 180px;
    }
}

/*---------------------------------------------------------------------------------------------------------------*/
/* Solution Section */
.audience-solution {
    padding: 250px 0 100px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.audience-solution-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.solution-title {
    font-size: 5.5rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.1;
    font-family: 'Touche', sans-serif;
    color: #fff;
}

.solution-subtitle {
    font-size: 2.9rem;
    color: #d1d1d1;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.4;
    font-family: 'Touche', sans-serif;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.solution-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 992px) {
    .solution-cards-wrapper::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        /* Tamaño del gap */
        height: 1px;
        background: #fff;
        z-index: 1;
        pointer-events: none;
    }
}

.solution-card {
    background: linear-gradient(to left, #000, #957afb 130%);
    border: 1px solid #fff;
    border-radius: 60px;
    padding: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.solution-card.invertido {
    background: linear-gradient(to right, #000, #957afb 130%);
}

.solution-card:hover {
    border-color: rgba(150, 122, 251, 0.801);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.solution-card p {
    font-size: 2.8rem;
    color: #d1d1d1;
    line-height: 1.4;
    font-family: 'Touche', sans-serif;
    margin: 0;
}

.solution-card p strong {
    font-weight: 700;
    color: #fff;
}

/* Responsive Solution Section */
@media (max-width: 1200px) {
    .solution-title {
        font-size: 4.5rem;
    }

    .solution-subtitle {
        font-size: 2rem;
    }

    .solution-card {
        padding: 40px;
    }

    .solution-card p {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    .solution-cards-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .solution-title {
        font-size: 3.5rem;
        margin-bottom: 15px;
    }

    .solution-subtitle {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }

    .audience-solution {
        padding: 100px 0 80px 0;
    }
}

@media (max-width: 767px) {
    .solution-title {
        font-size: 2.8rem;
    }

    .solution-subtitle {
        font-size: 1.5rem;
    }

    .solution-card {
        border-radius: 30px;
        padding: 30px;
    }

    .solution-card p {
        font-size: 1.4rem;
    }
}

/*---------------------------------------------------------------------------------------------------------------*/
/* Dashboard Section */
.audience-dashboard {
    padding: 250px 0 180px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.audience-dashboard-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 60px;
    background: #141414;
    border-radius: 60px;
    padding: 100px 80px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.audience-dashboard-content {
    flex: 1;
}

.audience-dashboard-icon {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #967afb8f 0%, #7d6af798 100%);
    border-radius: 20px;
}

.audience-dashboard-icon svg {
    width: 48px;
    height: 48px;
    stroke: #fff;
    stroke-width: 2;
}

.dashboard-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.1;
    font-family: 'Touche', sans-serif;
    color: #fff;
}

.dashboard-description {
    font-size: 2rem;
    color: #d1d1d1;
    line-height: 1.4;
    font-family: 'Touche', sans-serif;
    max-width: 400px;
}

.dashboard-description strong {
    font-weight: 700;
    color: #957AFB;
}

.dashboard-description .highlight {
    color: #957AFB;
    font-weight: 700;
}

.dashboard-title .highlight {
    background: linear-gradient(to left, #fff, #957AFB 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}

.audience-dashboard-image {
    flex: 1.2;
    display: flex;
    justify-content: center;
}

.audience-dashboard-image img {
    width: 80%;
    height: auto;
    border-radius: 40px;
}

/* Responsive Dashboard Section */
@media (max-width: 1200px) {
    .audience-dashboard-container {
        padding: 60px;
    }

    .dashboard-title {
        font-size: 3rem;
    }

    .dashboard-description {
        font-size: 1.6rem;
    }
}

@media (max-width: 991px) {
    .audience-dashboard-container {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
        border-radius: 40px;
    }

    .audience-dashboard {
        padding: 100px 0 100px 0;
    }

    .dashboard-title {
        font-size: 2.5rem;
    }

    .dashboard-title br {
        display: none;
    }

    .dashboard-description {
        margin-left: auto;
        margin-right: auto;
        font-size: 1.4rem;
        max-width: 100%;
    }

    .audience-dashboard-image {
        justify-content: center;
        margin-top: 40px;
    }

    .audience-dashboard-icon {
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .audience-dashboard-container {
        padding: 40px 20px;
        border-radius: 40px;
        margin: 0 15px;
    }

    .dashboard-title {
        font-size: 2.4rem;
        line-height: 1.2;
    }

    .dashboard-description {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .audience-dashboard-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .audience-dashboard-icon svg {
        width: 32px;
        height: 32px;
    }
}

/*---------------------------------------------------------------------------------------------------------------*/
/* Control Panel Section */
.audience-control-panel {
    padding: 100px 0 180px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.audience-control-panel-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px 40px 40px;
    position: relative;
    z-index: 1;
    background: #141414;
    border-radius: 60px;
    overflow: hidden;
}

.control-panel-title {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    font-family: 'Touche', sans-serif;
    color: #fff;
    padding: 60px 40px 20px 40px;
    max-width: 1300px;
    margin: 0 auto;
}

.control-panel-title .highlight-purple {
    color: #957AFB;
    font-weight: 700;
    font-style: italic;
}

.control-panel-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.control-panel-image-container {
    margin-top: 0;
    /* padding handled by parent/title */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 650px;
    overflow: hidden;
}

.control-panel-img {
    width: 85%;
    height: 85%;
    object-fit: contain;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
}

.control-panel-img.fade-out {
    opacity: 0;
    transform: scale(0.98);
}

/* Dots Navigation for Steps (Vertical on Desktop next to image) */
.control-panel-dots {
    position: absolute;
    right: 0px;
    top: 25%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 10;
}

.control-panel-dot {
    border: 1px solid #957afb;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgb(255 255 255 / 4%);
    overflow: hidden;
    transition: height 0.35s ease, width 0.35s ease, background 0.35s ease;
    cursor: pointer;
    flex-shrink: 0;
}

.control-panel-dot:hover {
    background: rgba(255, 255, 255, 0.3);
}

.control-panel-dot.active {
    height: 80px;
    width: 30px;
    border: 1px solid #957afb;
    background: rgb(255 255 255 / 4%);
}

.control-panel-dot .dot-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: #957AFB;
    border-radius: inherit;
}

.control-panel-dot.active .dot-fill {
    animation: dot-progress-fill-vertical var(--dot-duration, 10s) linear forwards;
}

@keyframes dot-progress-fill-vertical {
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

@keyframes dot-progress-fill-horizontal {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

/* Responsive Control Panel Section */
@media (max-width: 1200px) {
    .control-panel-title {
        font-size: 2.8rem;
        padding: 50px 30px;
    }

    .audience-control-panel-container {
        padding-bottom: 50px;
    }

    .control-panel-image-wrapper {
        max-width: 90%;
    }

    .control-panel-dots {
        right: -40px;
    }
}

@media (max-width: 991px) {
    .audience-control-panel {
        padding: 100px 0 20px 0;
    }

    .control-panel-title {
        font-size: 2.2rem;
        padding: 40px 25px;
        border-radius: 40px;
    }

    .control-panel-title br {
        display: none;
    }

    .audience-control-panel-container {
        padding-bottom: 40px;
        border-radius: 40px;
    }

    .control-panel-img {
        border-radius: 20px;
    }

    .control-panel-image-wrapper {
        max-width: 85%;
    }

    .control-panel-dots {
        position: absolute;
        right: -35px;
        top: 50%;
        transform: translateY(-50%);
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .control-panel-title {
        font-size: 2.2rem;
        padding: 40px 20px;
        line-height: 1.3;
    }

    .audience-control-panel-container {
        padding-bottom: 40px;
        border-radius: 40px;
        margin: 0 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .control-panel-img {
        border-radius: 20px;
    }

    .control-panel-image-wrapper {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .control-panel-dots {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        flex-direction: row;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 0;
        gap: 15px;
    }

    .control-panel-dot {
        width: 12px;
        height: 12px;
    }

    .control-panel-dot.active {
        width: 48px;
        height: 12px;
        background: rgba(255, 255, 255, 0.12);
    }

    .control-panel-dot .dot-fill {
        width: 0%;
        height: 100%;
    }

    .control-panel-dot.active .dot-fill {
        animation: dot-progress-fill-horizontal var(--dot-duration, 10s) linear forwards;
    }
}

/*---------------------------------------------------------------------------------------------------------------*/
/* Zig-Zag Steps Section */
.audience-steps {
    padding: 100px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.steps-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

/* The vertical line */
.steps-line {
    position: absolute;
    left: 50%;
    top: 50px;
    bottom: 50px;
    width: 2px;
    background: linear-gradient(to bottom, #957afb, #7d6af7, #957afb);
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgba(149, 122, 251, 0.6);
    z-index: 1;
}

.step-item {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.step-number-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    padding: 10px 0;
    z-index: 3;
}

.step-number {
    width: 60px;
    height: 60px;
    background: #141414;
    border: 2px solid #957afb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    font-family: 'Touche', sans-serif;
    box-shadow: 0 0 20px rgba(149, 122, 251, 0.4);
    transition: all 0.3s ease;
}

.step-item:hover .step-number {
    background: linear-gradient(to left, #000, #957afb 130%);
}

.audience-steps .step-item .audience-zigzag-content {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 60px;
}

.step-text {
    text-align: right;
    padding-right: 80px;
}

.step-item.reverse .step-text {
    text-align: left;
    padding-right: 0;
    padding-left: 80px;
}

.step-image {
    display: flex;
    justify-content: flex-start;
}

.step-item:not(.reverse) .step-image {
    padding-left: 185px;
}

.step-item.reverse .step-image {
    justify-content: flex-end;
    padding-right: 80px;
    padding-left: 45px;
}

.step-title {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.1;
    font-family: 'Touche', sans-serif;
    color: #fff;
}

.step-description {
    font-size: 2.2rem;
    color: #d1d1d1;
    line-height: 1.4;
    font-family: 'Touche', sans-serif;
}

.step-img-placeholder {
    width: 550px;
    height: 380px;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.step-item:hover .step-img-placeholder {
    transform: scale(1.02);
}

/* Step Pricing List Styles */
.step-pricing-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 650px;
    transition: transform 0.3s ease;
}

.step-item:hover .step-pricing-list {
    transform: scale(1.02);
}

.step-pricing-row {
    display: flex;
    align-items: center;
    background: #161420;
    border: 1px solid rgba(149, 122, 251, 0.2);
    border-radius: 40px;
    padding: 16px 20px 14px 30px;
    color: #fff;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.step-pricing-row:hover {
    border-color: rgba(149, 122, 251, 0.5);
    background: #14141c;
}

.step-pricing-price {
    display: flex;
    align-items: baseline;
    gap: 5px;
    min-width: 120px;
}

.sp-currency {
    align-self: flex-start;
    font-size: 1.2rem;
    font-weight: 700;
    color: #957afb;
    font-family: 'Touche', sans-serif;
}

.sp-amount {
    font-size: 2.4rem;
    font-weight: 800;
    font-family: 'Touche', sans-serif;
}

.sp-period {
    font-size: 1.2rem;
    color: #957afb;
    font-weight: 800;
    font-family: 'Touche', sans-serif;
}

.step-pricing-divider {
    width: 1px;
    height: 45px;
    background: rgba(149, 122, 251, 0.3);
    margin: 0 20px;
}

.step-pricing-details {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sp-detail {
    font-size: 1.15rem;
    font-weight: 700;
    font-family: 'Touche', sans-serif;
    line-height: 1.2;
}

.sp-detail:last-child {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 400;
    margin-top: 2px;
}

.step-pricing-btn {
    margin-left: 15px;
    background: linear-gradient(to right, #000, #957afb 100%);
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    font-family: 'Touche', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.step-pricing-btn:hover {
    box-shadow: 0 0 15px rgba(149, 122, 251, 0.4);
    color: #fff;
    text-decoration: none;
    transform: scale(1.05);
}

/* Responsive Steps Section */
@media (max-width: 991px) {
    .steps-line {
        left: 70px;
        transform: none;
    }

    .step-number-wrapper {
        top: 10px;
        left: 30px;
        transform: translateX(-50%);
    }

    .audience-steps .step-item .audience-zigzag-content {
        flex-direction: column;
        gap: 30px;
        padding-left: 70px;
    }

    .audience-steps .step-item.reverse .audience-zigzag-content {
        flex-direction: column-reverse;
    }

    .step-text,
    .step-item.reverse .step-text {
        text-align: left;
        padding: 0;
    }

    .step-image,
    .step-item.reverse .step-image {
        justify-content: center;
        padding: 0;
        width: 100%;
        display: flex;
    }

    .step-item:not(.reverse) .step-image {
        padding: 0px;
    }

    .step-title {
        font-size: 2.8rem;
    }

    .step-description {
        font-size: 1.6rem;
    }

    .step-img-placeholder {
        width: 100%;
        max-width: 450px;
        height: 300px;
        object-fit: contain;
    }

    .step-pricing-list {
        max-width: 100%;
    }

    .step-pricing-row {
        padding: 8px 12px;
    }

    .step-pricing-price {
        min-width: 100px;
    }

    .sp-amount {
        font-size: 1.6rem;
    }

    .sp-detail {
        font-size: 0.9rem;
    }

    .sp-detail:last-child {
        font-size: 0.8rem;
    }

    .step-pricing-btn {
        padding: 6px 15px;
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .audience-steps {
        padding: 60px 0 100px 0;
    }

    .steps-container {
        gap: 80px;
    }

    .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.8rem;
    }

    .step-title {
        font-size: 2.4rem;
    }

    /* Mobile Pricing List Adjustments */
    .step-pricing-row {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        border-radius: 20px;
    }

    .step-pricing-divider {
        display: none;
    }

    .step-pricing-price {
        flex: 1;
        min-width: auto;
    }

    .step-pricing-details {
        flex: 1;
        align-items: flex-end;
        text-align: right;
    }

    .step-pricing-btn {
        width: 100%;
        text-align: center;
        margin-top: 12px;
        margin-left: 0;
        padding: 12px;
        font-size: 0.95rem;
    }
}

/*---------------------------------------------------------------------------------------------------------------*/
.pricing-section-wrapper {
    background-color: #000;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 20px 180px 20px;
}

.pricing-section-subtitle-new {
    font-size: 2rem;
    color: #917BF3;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Touche', sans-serif;
}

.pricing-section-title-new {
    font-size: clamp(3rem, 4vw, 4rem);
    font-weight: 300;
    text-align: center;
    margin: 0 auto 60px auto;
    line-height: 1.1;
    max-width: 900px;
    font-family: 'Touche', sans-serif;
}

.pricing-section-title-new .text-purple {
    /*color: #917BF3;*/
    font-weight: 600;
}

.pricing-section-title-new strong {
    font-weight: 700;
    color: #25d366;
}

.pricing-cards-grid-new {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.pricing-card-new {
    background: linear-gradient(180deg, #1a1625 0%, #0f0d16 100%);
    border: 1px solid rgba(149, 122, 251, 0.15);
    border-radius: 24px;
    padding: 32px 28px;
    display: flex;
    text-align: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card-new:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(149, 122, 251, 0.15);
    border-color: rgba(149, 122, 251, 0.3);
}

.pricing-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(37, 211, 102, 0.15);
    border: 1px solid rgba(37, 211, 102, 0.3);
    border-radius: 12px;
    padding: 10px 16px;
    margin-bottom: 20px;
    width: fit-content;
}

.badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #25D366;
}

.badge-icon svg {
    width: 100%;
    height: 100%;
}

.badge-text {
    font-size: 1.4rem;
    font-weight: 700;
    color: #25D366;
    letter-spacing: -0.5px;
    font-family: 'Touche', sans-serif;
}

.badge-suffix {
    font-size: 1rem;
    color: rgba(37, 211, 102, 0.7);
    font-weight: 500;
    font-family: 'Touche', sans-serif;
}

.pricing-card-divider-new {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(149, 122, 251, 0.3) 50%, transparent 100%);
    margin: 20px 0 24px 0;
}

.pricing-card-top-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: -15px -28px 20px -28px;
    padding: 30px 15px 25px 15px;
    border-radius: 24px 24px 0 0;
}

.pct-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    font-family: 'Touche', sans-serif;
    line-height: 1.2;
}

.pct-subtitle {
    font-size: 1.6rem;
    color: #fff;
    font-family: 'Touche', sans-serif;
    font-weight: 300;
}

.pricing-card-price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    margin-bottom: 4px;
}

.pricing-card-price .currency {
    font-size: 2rem;
    font-weight: 600;
    color: #917BF3;
    line-height: 1;
    margin-top: 4px;
    font-family: 'Touche', sans-serif;
}

.pricing-card-price .amount {
    font-size: 4.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    letter-spacing: -2px;
    font-family: 'Touche', sans-serif;
}

.pricing-card-period-new {
    font-size: 1.7rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Touche', sans-serif;
}

.pricing-card-perline {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'Touche', sans-serif;
}

.pricing-card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 auto 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pricing-card-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.4;
    font-family: 'Touche', sans-serif;
}

.check-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: rgba(149, 122, 251, 0.2);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
}

.check-icon svg {
    width: 14px;
    height: 14px;
    color: #917BF3;
}

.pricing-card-btn-new {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 14px 24px;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 24px;
    font-family: 'Touche', sans-serif;
}

.pricing-card-btn-new:hover {
    background: rgba(149, 122, 251, 0.2);
    border-color: rgba(149, 122, 251, 0.4);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Responsive Pricing Section */
@media (max-width: 1200px) {
    .pricing-cards-grid-new {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .pricing-section-wrapper {
        padding: 180px 0 120px 0;
    }

    .pricing-section-title-new {
        font-size: 2.2rem;
        margin-bottom: 40px;
        padding: 0 15px;
    }

    .pricing-cards-grid-new {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .pricing-card-new {
        padding: 28px 24px;
        min-height: auto;
    }

    .pricing-card-price .amount {
        font-size: 3.5rem;
    }
}

/*---------------------------------------------------------------------------------------------------------------*/
/* CTA Section */
.audience-cta {
    padding: 100px 0 250px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.audience-cta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 80px;
    background: linear-gradient(to right, #141414d7 25%, #957afb 150%);
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.audience-cta-content {
    flex: 1.5;
}

.cta-title {
    font-size: 5.5rem;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.1;
    font-family: 'Touche', sans-serif;
    color: #fff;
}

.cta-title .highlight {
    color: #957AFB;
    font-weight: 700;
}

.cta-subtitle {
    font-size: 2.5rem;
    color: #d1d1d1;
    line-height: 1.4;
    font-family: 'Touche', sans-serif;
    max-width: 460px;
}

.audience-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 0.5;
    min-width: 250px;
}

.cta-btn {
    display: inline-block;
    padding: 25px 30px;
    border-radius: 12px;
    font-size: 2.1rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Touche', sans-serif;
}

.cta-btn.primary,
.cta-btn.secondary {
    background-color: #fff;
    color: #000;
}

.cta-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    background-color: #f0f0f0;
    color: #000;
}

/* Responsive CTA Section */
@media (max-width: 991px) {
    .audience-cta {
        padding: 80px 0 200px 0;
    }

    .audience-cta-container {
        flex-direction: column;
        text-align: center;
        padding: 60px 40px;
        border-radius: 40px;
        margin: 0 20px;
        background: linear-gradient(180deg, #141414 0%, #7d6af7 100%);
    }

    .cta-title {
        font-size: 3rem;
    }

    .cta-subtitle {
        margin: 0 auto 30px;
        font-size: 1.6rem;
    }

    .audience-cta-actions {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .audience-cta-container {
        padding: 40px 20px;
        border-radius: 30px;
    }

    .cta-title {
        font-size: 2.2rem;
    }

    .cta-subtitle {
        font-size: 1.3rem;
    }

    .cta-btn {
        padding: 15px 20px;
        font-size: 1.5rem;
    }
}

/*---------------------------------------------------------------------------------------------------------------*/

/* ==========================================================================
   FLOATING CTA BUTTON (Desktop only)
   ========================================================================== */

.floating-cta-btn {
    position: fixed;
    top: 13px;
    right: 140px;
    z-index: 1001;
    padding: 10px 26px;
    border-radius: 999px;
    font-family: 'touche', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    white-space: nowrap;
    border: 2px solid transparent;
    height: 40px;
    line-height: 16px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}

.floating-cta-btn.fcta-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.floating-cta-btn.fcta-dark,
.floating-cta-btn.fcta-light,
.floating-cta-btn {
    background: #fff !important;
    color: #111 !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.18) !important;
}

.floating-cta-btn.fcta-dark:hover,
.floating-cta-btn.fcta-light:hover,
.floating-cta-btn:hover {
    background: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
    color: #111 !important;
    text-decoration: none;
}

.floating-cta-btn:focus:not(:focus-visible) {
    outline: none;
}

.floating-cta-btn:focus-visible {
    outline: 2px solid rgba(168, 156, 247, 0.95);
    outline-offset: 3px;
}

@media screen and (max-width: 991px) {
    .floating-cta-btn {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {

    /*BOTONES QUE SE OCULTARÁN AL HACER SCROLL*/
    .navbar.scrolled .nav-actions a[href="/paneldecontrol"],
    .navbar.scrolled .nav-actions a[href="https://audience.fiweex.com/"],
    .navbar.scrolled .nav-actions a[href="/contactanos"] {
        opacity: 0;
        pointer-events: none;
        width: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }
}