 
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* Scoped resets for content sections only - do NOT style body globally */
        .cl-hero, .cl-section, .cl-benefits, .cl-pricing, .cl-testimonials-section, .cl-security, .cl-final-cta, #cl-faq {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #111f2e; /* Ensure text is visible and overrides global defaults */
        }
        
        .cl-hero p, .cl-section p, .cl-benefits p, .cl-pricing p, .cl-security p, .cl-final-cta p, #cl-faq p {
             font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        /* Reset global link styles from styles.css for our sections */
        .cl-hero a, .cl-section a, .cl-benefits a, .cl-pricing a, .cl-footer a {
            text-decoration: none;
            color: inherit;
        }
        
        /* Enforce heading styles inside our sections to override styles.css h1-h4 */
        .cl-hero h1, .cl-hero h2, .cl-hero h3,
        .cl-section h1, .cl-section h2, .cl-section h3,
        .cl-benefits h1, .cl-benefits h2, .cl-benefits h3, 
        .cl-pricing h1, .cl-pricing h2, .cl-pricing h3,
        .cl-testimonials-section h1, .cl-testimonials-section h2, .cl-testimonials-section h3,
        .cl-security h1, .cl-security h2, .cl-security h3,
        .cl-final-cta h1, .cl-final-cta h2, .cl-final-cta h3,
        #cl-faq h1, #cl-faq h2, #cl-faq h3 {
             font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
             letter-spacing: normal;
        }

        /* Reset global link styles from styles.css for our sections */
        .cl-hero a, .cl-section a, .cl-benefits a, .cl-pricing a, .cl-footer a {
            text-decoration: none;
            color: inherit;
        }
        
        /* Enforce heading styles inside our sections to override styles.css h1-h4 */
        .cl-hero h1, .cl-hero h2, .cl-hero h3,
        .cl-section h1, .cl-section h2, .cl-section h3,
        .cl-benefits h1, .cl-benefits h2, .cl-benefits h3, 
        .cl-pricing h1, .cl-pricing h2, .cl-pricing h3 {
             font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
             letter-spacing: normal;
        }

        .cl-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        header {
            background-color: #000000;
            padding: 20px 0;
            border-bottom: 2px solid rgba(74, 203, 192, 0.2);
            box-shadow: 0 2px 5px rgba(0,0,0,0.3);
        }

        .logo {
            font-size: 24px;
            font-weight: bold;
            color: #000000;
        }

        .cl-hero {
            padding: 80px 0;
            text-align: center;
            background: #f7faff;
        }

        .cl-h1 {
            font-size: 2.8em;
            margin-bottom: 20px;
            color: #111f2e;
            line-height: 1.2;
        }

        .cl-h2 {
            font-size: 1.4em;
            color: #4acbc0;
            margin-bottom: 30px;
            font-weight: 500;
        }

        .cl-hero p {
            font-size: 1.1em;
            margin-bottom: 40px;
            color: #111f2e;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .cl-cta-button {
            display: inline-block;
            background-color: #1f80c3;
            color: #ffffff !important;
            padding: 16px 40px;
            text-decoration: none;
            border-radius: 8px;
            font-size: 1.1em;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(74, 108, 203, 0.3);
        }

        .cl-cta-button:hover {
            background-color: #1f80c3;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(74, 126, 203, 0.486);
            color: #ffffff;
        }
        .cl-cta-button-black{
            background-color: #0d1720;
        }
        .cl-cta-secondary {
            display: inline-block;
            background-color: transparent;
            color: #111f2e;
            padding: 16px 40px;
            text-decoration: none;
            border-radius: 8px;
            font-size: 1.1em;
            font-weight: 600;
            border: 2px solid #111f2e;
            transition: all 0.3s ease;
            margin-left: 20px;
        }

        .cl-cta-secondary:hover {
            background-color: rgba(17, 31, 46, 0.05);
        }

        .cl-section {
            padding: 80px 0;
        }

        .cl-section-title {
            font-size: 2.5em;
            text-align: center;
            margin-bottom: 15px;
            color: #111f2e;
        }

        .cl-section-subtitle {
            text-align: center;
            font-size: 1.2em;
            margin-bottom: 60px;
            color: #797979;
        }

        .cl-benefits {
            background-color: #ffffff;
        }

        .cl-benefit-card {
            background-color: #0d1720;
            border: 1px solid rgba(74, 203, 192, 0.2);
            border-radius: 12px;
            padding: 50px;
            margin-bottom: 30px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.3);
            text-align: center;
        }

        .cl-icon-large {
            font-size: 4em;
            margin-bottom: 20px;
            color: #4acbc0;
        }

        .cl-features-grid {
            display: grid !important;
            grid-template-columns: repeat(5, 1fr) !important;
            gap: 25px !important;
            margin-top: 40px !important;
            align-items: stretch !important;
        }

        .cl-feature-panel {
            background-color: #0d1720 !important;
            padding: 30px 40px !important;
            border-radius: 12px !important;
            border: 2px solid rgba(74, 203, 192, 0.2) !important;
            text-align: center !important;
            transition: all 0.3s ease !important;
            max-width: none !important;
            width: auto !important;
            display: flex !important;
            flex-direction: column !important;
            justify-content: flex-start !important;
            align-items: center !important;
        }

        .cl-feature-panel:hover {
            border-color: #4acbc0 !important;
            transform: translateY(-5px) !important;
            box-shadow: 0 8px 20px rgba(74, 203, 192, 0.3) !important;
        }

        .cl-feature-panel i {
            font-size: 3em !important;
            color: #4acbc0 !important;
            margin-bottom: 15px !important;
            display: block !important;
        }

        .cl-feature-panel h3 {
            font-size: 1.1em !important;
            color: #ffffff !important;
            line-height: 1.4 !important;
            font-weight: 600 !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        .cl-feature-list {
            max-width: 800px;
            margin: 30px auto;
            text-align: left;
        }

        .cl-feature-list li {
            padding: 8px 0;
            padding-left: 30px;
            position: relative;
            font-size: 0.95em;
            line-height: 1.4;
            color: #797979;
            list-style: none;
        }

        .cl-feature-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #4acbc0;
            font-weight: bold;
            font-size: 1.1em;
        }

        .cl-pricing {
            background-color: #ffffff;
        }

        .cl-pricing-toggle {
            text-align: center;
            margin-bottom: 50px;
        }

        .cl-toggle-container {
            display: inline-flex;
            background-color: #ffffff;
            border-radius: 50px;
            padding: 5px;
        }

        .cl-toggle-option {
            padding: 12px 30px;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600;
            color: #94a3b8;
        }

        .cl-toggle-option.active {
            background-color: #4acbc0;
            color: #111f2e;
        }

        .cl-pricing-table {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-top: 60px;
        }

        .cl-pricing-card {
            background-color: #0d1720;
            border: 2px solid rgba(74, 203, 192, 0.2);
            border-radius: 16px;
            padding: 40px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .cl-pricing-card:hover {
            border-color: #4acbc0;
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(74, 203, 192, 0.3);
        }

        .cl-pricing-card h3 {
            font-size: 1.8em;
            color: #ffffff;
            margin-bottom: 10px;
            font-weight: 800;
        }

        .cl-price-container {
            margin: 30px 0;
        }

        .cl-price {
            font-size: 3.5em;
            font-weight: 800;
            color: #4acbc0;
            line-height: 1;
        }

        .cl-price-period {
            font-size: 0.35em;
            color: #94a3b8;
            font-weight: 500;
            display: block;
            margin-top: 5px;
        }

        .cl-price-annual {
            display: none;
        }

        .cl-price-features {
            list-style: none;
            text-align: left;
            margin: 30px 0;
            padding: 0;
        }

        .cl-price-features li {
            padding: 12px 0;
            padding-left: 35px;
            position: relative;
            border-bottom: 1px solid rgba(74, 203, 192, 0.1);
            color: #94a3b8;
            list-style: none;
        }

        .cl-price-features li:before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #10b981;
            font-size: 1.1em;
        }

        .cl-price-button {
            display: block;
            background-color: #4acbc0;
            color: #111f2e;
            padding: 15px 40px;
            text-decoration: none;
            border-radius: 8px;
            font-size: 1.1em;
            font-weight: 600;
            transition: all 0.3s ease;
            margin-top: 20px;
        }

        .cl-price-button:hover {
            background-color: #3ab8ad;
        }

        .cl-stats {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-top: 60px;
        }

        .cl-stat-card {
            text-align: center;
            padding: 40px 20px;
            background-color: #0d1720;
            border-radius: 12px;
            border: 2px solid rgba(74, 203, 192, 0.2);
            transition: all 0.3s ease !important;
        }
        .cl-stat-card:hover{
            border-color: #4acbc0;
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(74, 203, 192, 0.3);
        }

        .cl-stat-icon {
            font-size: 3em;
            color: #4acbc0;
            margin-bottom: 15px;
        }

        .cl-stat-number {
            font-size: 2.5em;
            color: #ffffff;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .cl-stat-label {
            color: #94a3b8;
            font-size: 1em;
        }
        .cl-stat-card-servicio{
            background-color: #0d1720;
                padding: 40px 30px;
                border-radius: 12px;
                text-align: center;
                border: 2px solid rgba(74, 203, 192, 0.2);
                transition: all 0.3s ease !important;
        }
        .cl-stat-card-servicio:hover{
            border-color: #4acbc0;
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(74, 203, 192, 0.3);
        }

        .cl-security {
            background-color: #f7faff;
            text-align: center;
        }

        .cl-security-icons {
            display: flex;
            justify-content: center;
            gap: 60px;
            margin-top: 40px;
            flex-wrap: wrap;
        }

        .cl-security-item {
            flex: 0 1 250px;
            padding: 30px;
            background-color: #0d1720;
            border-radius: 12px;
            border: 2px solid rgba(74, 203, 192, 0.2);
            transition: all 0.3s ease;
        }

        .cl-security-item:hover {
            border-color: #4acbc0;
            transform: translateY(-5px);
        }

        .cl-security-item i {
            font-size: 4em;
            color: #4acbc0;
            margin-bottom: 20px;
        }

        .cl-security-item h3 {
            font-size: 1.3em;
            color: #ffffff;
            margin-bottom: 10px;
        }

        .cl-final-cta {
            background: linear-gradient(135deg, #fff 0%, #f7faff 100%);
            text-align: center;
            padding: 80px 20px;
        }

        .cl-final-cta h2 {
            font-size: 2.5em;
            color: #111f2e;
            margin-bottom: 20px;
        }

        .cl-final-cta p {
            font-size: 1.3em;
            margin-bottom: 40px;
            color: #111f2e;
        }

        /* Footer styles removed to use global site footer or scoped if needed */
        /* If a custom footer is needed, use .cl-footer class */
        .cl-footer {
            background-color: #000000;
            padding: 40px 0;
            text-align: center;
            color: #94a3b8;
        }

        @media (max-width: 1024px) {
            .cl-features-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 768px) {
            .cl-h1 {
                font-size: 2em;
            }

            .cl-section-title {
                font-size: 1.8em;
            }

            .cl-pricing-table {
                grid-template-columns: 1fr;
            }

            .cl-features-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .cl-stats {
                grid-template-columns: repeat(2, 1fr);
            }

            .cl-cta-secondary {
                margin-left: 0;
                margin-top: 20px;
            }

            .cl-benefit-card {
                grid-template-columns: 1fr !important;
            }

            .cl-feature-list {
                grid-template-columns: 1fr !important;
            }
        }

        @media (max-width: 480px) {
            .cl-features-grid {
                grid-template-columns: 1fr;
            }

            .cl-stats {
                grid-template-columns: 1fr;
            }
        }

        .cl-testimonials-section {
            padding: 80px 0;
            background-color: #f7faff;
        }

        .cl-testimonial-carousel {
            position: relative;
            max-width: 900px;
            margin: 60px auto 0;
            overflow: hidden;
        }

        .cl-testimonial-slide {
            display: none;
            text-align: center;
            padding: 40px;
            background-color: #0d1720;
            border-radius: 16px;
            border: 2px solid rgba(74, 203, 192, 0.2);
            animation: fadeIn 0.5s ease-in;
        }

        .cl-testimonial-slide.active {
            display: block;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .cl-testimonial-text {
            font-size: 1.3em;
            line-height: 1.8;
            color: #ffffff;
            margin-bottom: 30px;
            font-style: italic;
        }

        .cl-testimonial-author {
            font-size: 1.1em;
            color: #4acbc0;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .cl-testimonial-role {
            font-size: 0.95em;
            color: #94a3b8;
            margin-bottom: 20px;
        }

        .cl-testimonial-stars {
            color: #fbbf24;
            font-size: 1.5em;
            letter-spacing: 5px;
        }

        .cl-carousel-dots {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 30px;
        }

        .cl-carousel-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(74, 203, 192, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .cl-carousel-dot.active {
            background-color: #4acbc0;
            width: 30px;
            border-radius: 6px;
        }
  

        /* <!-- FAQ (Visible) Styles --> */
    
        /* FAQ acordeón — alineado a tipografía y paleta del sitio */
        #cl-faq {
            padding: 80px 20px;
            background: linear-gradient(135deg, #fff 0%, #f7faff 100%);
        }

        #cl-faq .cl-h2 {
            text-align: center;
            font-size: 2.1em;
            margin: 0 0 30px 0;
            color: #4acbc0;
            font-weight: 600;
        }
        
                #cl-faq h2 {
            text-align: center;
            font-size: 2.1em;
            margin: 0 0 30px 0;
            color: #4acbc0;
            font-weight: 600;
        }

        #cl-faq .cl-faq-list {
            max-width: 900px;
            margin: 0 auto;
        }

        #cl-faq .cl-faq-item {
            background: #ffffff;
            border: 2px solid rgba(74, 203, 192, 0.2);
            border-radius: 16px;
            margin-bottom: 16px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(74, 203, 192, 0.12);
        }

        #cl-faq .cl-faq-item summary {
            list-style: none;
            cursor: pointer;
            padding: 18px 22px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            color: #111f2e;
            font-weight: 600;
            font-size: 1.05em;
            transition: background 0.25s ease;
        }

        #cl-faq .cl-faq-item summary::-webkit-details-marker {
            display: none;
        }

        #cl-faq .cl-faq-item summary::after {
            content: "+";
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(74, 203, 192, 0.12);
            color: #111f2e;
            font-weight: 700;
            flex: 0 0 auto;
            transition: background 0.25s ease;
        }

        #cl-faq .cl-faq-item[open] summary {
            border-bottom: 1px solid rgba(74, 203, 192, 0.15);
        }

        #cl-faq .cl-faq-item[open] summary::after {
            content: "−";
            background: rgba(74, 203, 192, 0.2);
        }

        #cl-faq .cl-faq-item summary:hover {
            background: rgba(74, 203, 192, 0.08);
        }

        #cl-faq .cl-faq-answer {
            padding: 0 22px 20px 22px;
            color: #111f2e;
            line-height: 1.7;
        }

        #cl-faq .cl-faq-answer p {
            margin: 14px 0 0 0;
            color: #111f2e;
            opacity: 0.92;
        }

        @media (max-width: 600px) {
            #cl-faq .cl-h2 {
                font-size: 1.7em;
            }
            #cl-faq .cl-faq-item summary {
                font-size: 1em;
                padding: 16px 18px;
            }
            #cl-faq .cl-faq-answer {
                padding: 0 18px 18px 18px;
            }
        }
    


        /* --- Planes: Cuenta Física y Moral --- */
#cuontaFisica .card-header,
#cuontaMoral .card-header {
    background: linear-gradient(135deg, #4fd1c5 0%, #38b2ac 100%);
}

#cuontaFisica .card-header .icon-badge::before {
    content: '👤';
}

#cuontaMoral .card-header .icon-badge::before {
    content: '🏢';
}

#cuontaFisica .card-header .plan-title,
#cuontaFisica .card-header .plan-subtitle,
#cuontaMoral .card-header .plan-title,
#cuontaMoral .card-header .plan-subtitle {
    color: #ffffff;
}

#cuontaFisica .card-body .action-button,
#cuontaMoral .card-body .action-button {
    background: linear-gradient(135deg, #4fd1c5 0%, #38b2ac 100%);
    box-shadow: 0 4px 16px rgba(79, 209, 197, 0.4);
}

#cuontaFisica .card-body .action-button:hover,
#cuontaMoral .card-body .action-button:hover {
    background: linear-gradient(135deg, #3eb3a0 0%, #2a9c89 100%);
    box-shadow: 0 8px 24px rgba(79, 209, 197, 0.6);
}

#cuontaFisica,
#cuontaMoral {
    min-width: 320px;
    max-width: 320px;
    min-height: 520px;
    max-height: 520px;
    position: relative;
    overflow: hidden;
    -webkit-box-reflect: below 10px linear-gradient(to bottom, transparent 85%, rgba(250, 250, 250, 0.5));
}

#cuontaFisica .card-header::before,
#cuontaMoral .card-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.25) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: shine 5s infinite;
    z-index: 2;
    pointer-events: none;
}

#contenedor-plan-conta .plan-sistema .card-body .pricing {
    margin-top: 25px;
    margin-bottom: 15px;
}

#contenedor-plan-conta .plan-sistema .plan-subtitle {
    font-size: 1.2rem;
}

#contenedor-plan-conta .plan-sistema .card-body .features-list .feature-item {
    font-size: 1.1rem;
}

#contenedor-plan-conta .plan-sistema .card-body .features-list .feature-item:hover {
    color: #1a202c;
    transform: translateX(8px);
    font-weight: 500;
}

/* --- Banner Contable --- */
#banner-conta {
    width: 100%;
    background-color: #111D2E;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

#banner-conta .texto-banner {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
}

/* --- Botón Abrir Contabilidad --- */
.abrir-conta-btn {
    position: relative;
    overflow: hidden;
    padding: 14px 24px;
    background: linear-gradient(135deg, #4fd1c5 0%, #38b2ac 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.6rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 80px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 16px rgba(79, 209, 197, 0.4);
}

.abrir-conta-btn:hover {
    background: linear-gradient(135deg, #3eb3a0 0%, #2a9c89 100%);
    box-shadow: 0 8px 24px rgba(79, 209, 197, 0.6);
    transform: translateY(-3px);
}

.abrir-conta-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shine 3s infinite;
}

.cerrar-conta-btn {
    position: relative;
    overflow: hidden;
    padding: 14px 24px;
    background: linear-gradient(135deg, #1A4D82 0%, #276FBF 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.6rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 80px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 16px rgba(26, 77, 130, 0.4);
}

.cerrar-conta-btn:hover {
    background: linear-gradient(135deg, #276FBF 0%, #1A4D82 100%);
    box-shadow: 0 8px 24px rgba(26, 77, 130, 0.6);
    transform: translateY(-3px);
}

.cerrar-modal-btn {
    position: absolute;
    background: none;
    color: #fff;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
    margin-left: 10px;
    letter-spacing: 1px;
    bottom: 17px;
    right: 30px;
}

.cerrar-modal-btn-top {
    display: inline-block;
    position: absolute;
    top: 22px;
}

.cerrar-modal-btn::after {
    content: 'x';
    display: inline-block;
    width: 22px;
    padding: 2px;
    background-color: lightgray;
    margin-left: 5px;
    border-radius: 4px;
    height: 22px;
    color: #000;
}

/* --- Overlay Contabilidad --- */
.overlay-contabilidad {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 74px);
    background: #111F2E;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    z-index: 50;
    transition: none;
}

#toggle-conta:checked ~ .overlay-contabilidad {
    visibility: visible;
    animation: slideUpConta 0.6s forwards cubic-bezier(0.25, 1, 0.5, 1);
}

#contenedor-oculto-conta.initialized #toggle-conta:not(:checked) ~ .overlay-contabilidad {
    animation: slideDownConta 0.6s forwards cubic-bezier(0.25, 1, 0.5, 1);
}

#toggle-conta:checked ~ .overlay-contabilidad #btn-cerrar-modal {
    display: none;
}

/* --- Contenido Interno Overlay --- */
.overlay-inner {
    text-align: center;
    width: 100%;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-inner h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.overlay-inner p {
    font-size: 1.2rem;
    color: #555;
}

#planes-conta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 80%;
    max-height: 560px;
}

#titulo-promocion-conta,
#contenido-promocion-conta {
    color: #ffffff;
}

#textos-promocion-conta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 4rem;
    padding-right: 4rem;
}

#titulo-promocion-conta {
    font-size: 4.4rem;
    font-weight: 900;
    margin-bottom: 20px;
}

#contenido-promocion-conta {
    font-size: 1.8rem;
    text-align: justify;
}

#contenido-promocion-conta .subtitulo-conta {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

#contenedor-plan-conta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#title-encabezado-conta {
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
    text-align: center;
    margin-top: 4rem;
}

/* --- Botón Cerrar Overlay --- */
#btnCerrarConta {
    width: fit-content !important;
    background: linear-gradient(135deg, #f7fafc 0%, #e2e8f0 100%);
    border: none;
    border-radius: 10px;
    font-size: 1.3rem;
    font-weight: 700;
    cursor: pointer;
    padding: 13px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

#btnCerrarConta::before {
    content: 'En otro momento';
}

#btnCerrarConta:hover {
    background: linear-gradient(135deg, #cbd5e0 0%, #a0aec0 100%);
    color: #1a202c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* --- Contador Promoción --- */
#contador-promocion {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.3rem;
}

#texto-oferta-especial {
    margin-right: 20px;
}

#texto-contador {
    text-align: left;
}

#contenedor-contador {
    display: inline-block;
}

/* ===============================================
   ESTILOS DEL TOGGLE SWITCH MENSUAL/ANUAL
   =============================================== */

.cl-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 15px;
}

.cl-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cl-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #94a3b8;
    transition: 0.4s;
}

.cl-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}

input:checked + .cl-slider {
    background-color: #4acbc0;
}

input:checked + .cl-slider:before {
    transform: translateX(26px);
}

.cl-slider.cl-round {
    border-radius: 34px;
}

.cl-slider.cl-round:before {
    border-radius: 50%;
}

.cl-toggle-label {
    color: #94a3b8;
    font-weight: 600;
    font-size: 1em;
    transition: color 0.3s ease;
}

.cl-toggle-label.switchactive {
    color: #4acbc0;
}

.cl-ahorro-label {
    color: #10b981;
    font-size: 1.1em;
    font-weight: 700;
    margin-left: 10px;
}

.cl-ahorro-texto {
    color: #10b981;
    font-weight: 600;
    margin-top: 10px;
    font-size: 1.1em;
}

.price-row {
    display: none;
}

.price-row.price-featured {
    display: block;
}

.annual-savings {
    display: none;
}

.annual-savings.price-featured {
    display: block;
}

/* ===============================================
   NUEVAS TARJETAS DE PRECIO ESTILO CUONTA
   =============================================== */

.cl-pricing-card-new {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    max-width: 380px;
    margin: 0 auto;
}

.cl-pricing-card-new:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.cl-card-header-conta {
    background: linear-gradient(135deg, #4fd1c5 0%, #38b2ac 100%);
    padding: 40px 30px 30px;
    text-align: center;
    position: relative;
}

.cl-icon-badge-conta {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.cl-icon-badge-conta i {
    font-size: 2em;
    color: #ffffff;
}

.cl-icon-badge-conta .cl-emoji-icon {
    font-size: 2.2em;
    line-height: 1;
}

.cl-plan-title-conta {
    color: #ffffff;
    font-size: 1.4em;
    font-weight: 800;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.cl-plan-subtitle-conta {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95em;
    line-height: 1.5;
    margin: 0;
}

.cl-card-body-conta {
    padding: 40px 30px;
    background: #ffffff;
}

.cl-price-display {
    text-align: center;
    margin-bottom: 10px;
}

.cl-price-currency {
    font-size: 1.8em;
    color: #1a202c;
    font-weight: 600;
    vertical-align: top;
    position: relative;
    top: 10px;
}

.cl-price-amount {
    font-size: 4em;
    color: #1a202c;
    font-weight: 300;
    line-height: 1;
}

.cl-price-period-new {
    font-size: 1.2em;
    color: #718096;
    font-weight: 400;
}

.cl-price-annual-display {
    text-align: center;
    color: #718096;
    font-size: 0.95em;
    margin-bottom: 25px;
    display: none;
}

.cl-price-annual-display.show {
    display: block;
}

.cl-paga-meses {
    color: #718096;
    font-size: 1em;
    display: block;
}

.cl-action-button-conta {
    display: block;
    width: 100%;
    padding: 18px 30px;
    background: linear-gradient(135deg, #4fd1c5 0%, #38b2ac 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 1em;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(79, 209, 197, 0.4);
}

.cl-action-button-conta:hover {
    background: linear-gradient(135deg, #38b2ac 0%, #2c9a8e 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(79, 209, 197, 0.5);
}

.cl-features-list-conta {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cl-features-list-conta li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    color: #4a5568;
    font-size: 0.95em;
    border-bottom: 1px solid #f0f0f0;
}

.cl-features-list-conta li:last-child {
    border-bottom: none;
}

.cl-features-list-conta li i {
    color: #38b2ac;
    font-size: 1.2em;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Ajuste del pricing-table para las nuevas tarjetas */
.pricing-table {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 60px;
}

/* ===============================================
   ESTILOS DEL HERO CON FORMULARIO
   =============================================== */

.cl-hero-content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    align-items: center;
}

.cl-hero-text {
    text-align: left;
}

.cl-hero-text h1 {
    text-align: left;
}

.cl-hero-text h2 {
    text-align: left;
}

.cl-hero-text p {
    text-align: left;
    margin-left: 0;
}

.cl-hero-form {
    display: flex;
    justify-content: center;
}

.cl-form-card {
    background-color: #0d1720;
    border: 2px solid rgba(74, 203, 192, 0.3);
    border-radius: 16px;
    padding: 30px;
    width: 100%;
    max-width: 380px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.cl-form-card h3 {
    color: #ffffff;
    font-size: 1.5em;
    margin-bottom: 8px;
    text-align: center;
}

.cl-form-card p {
    color: #94a3b8;
    font-size: 0.95em;
    margin-bottom: 20px;
    text-align: center;
}

.cl-form-card-dark {
    background-color: #0d1720;
}

.cl-formModalInline {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cl-input-field {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid rgba(74, 203, 192, 0.2);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 1em;
    transition: all 0.3s ease;
}

.cl-input-field::placeholder {
    color: #94a3b8;
}

.cl-input-field:focus {
    outline: none;
    border-color: #4acbc0;
    background-color: rgba(74, 203, 192, 0.1);
}

.cl-submit-btn {
    width: 100%;
    padding: 16px;
    background-color: #4acbc0;
    color: #111f2e;
    border: none;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 8px;
}

.cl-submit-btn:hover {
    background-color: #3ab8ad;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(74, 203, 192, 0.4);
}

.cl-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.form-note {
    color: #94a3b8;
    font-size: 0.85em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

/* ===============================================
   ESTILOS DEL FINAL CTA CON FORMULARIO
   =============================================== */

.final-cta-content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    align-items: center;
}

.final-cta-text {
    text-align: left;
}

.final-cta-text h2 {
    text-align: left;
    font-size: 2.2em;
}

.final-cta-text p {
    text-align: left;
}

.final-cta-form {
    display: flex;
    justify-content: center;
}

/* ===============================================
   ESTILOS DEL MODAL DE REGISTRO
   =============================================== */

.modalreg-conta {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    justify-content: center;
    align-items: center;
}

.modalreg-conta.show {
    display: flex;
}

.modalreg-conta .modal-dialog {
    position: relative;
    z-index: 1060;
}

.modalreg-conta .modal-content {
    background-color: #0d1720;
    border: 2px solid rgba(74, 203, 192, 0.3);
    border-radius: 16px;
    padding: 35px 30px 25px;
    max-width: 380px;
    width: 90%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.close-modal {
    position: absolute;
    top: 12px;
    right: 15px;
    background: none;
    border: none;
    color: #94a3b8;
    font-size: 24px;
    cursor: pointer;
    transition: color 0.3s ease;
    line-height: 1;
}

.close-modal:hover {
    color: #ffffff;
}

.r-header {
    display: block;
    color: #4acbc0;
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.r-subheader {
    display: block;
    color: #94a3b8;
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 20px;
}

.formModal {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.form-fields-container {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.form-field-group {
    border-bottom: 1px solid rgba(74, 203, 192, 0.15);
}

.form-field-group:last-of-type {
    border-bottom: none;
}

.formModal .foliosnumber {
    width: 100%;
    padding: 12px 5px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: #ffffff;
    font-size: 0.95em;
    transition: all 0.3s ease;
}

.formModal .foliosnumber::placeholder {
    color: #94a3b8;
}

.formModal .foliosnumber:focus {
    outline: none;
    background-color: rgba(74, 203, 192, 0.05);
}

.cd-pricing-invoice-plan-footer {
    margin-top: 25px;
}

.btnRegistersForm {
    width: 100%;
    padding: 14px;
    background-color: #4acbc0;
    color: #111f2e;
    border: none;
    border-radius: 30px;
    font-size: 0.95em;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btnRegistersForm:hover {
    background-color: #3ab8ad;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(74, 203, 192, 0.4);
}

.btnRegistersForm:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.pmin {
    color: #94a3b8;
    font-size: 0.85em;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1040;
}

.modal-overlay.show {
    display: block;
}

body.modal-open {
    overflow: hidden;
}

/* ===============================================
   LOADER
   =============================================== */

.cl-formModalInline,
.formModalInline,
.formModal {
    position: relative;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: url('../../img/facturadoranimado.gif') no-repeat center center;
    background-size: contain;
    display: none;
    z-index: 10;
}

/* ===============================================
   MENSAJES DE EXITO Y ERROR
   =============================================== */

.mensaje-exito {
    background-color: rgba(16, 185, 129, 0.2);
    border: 1px solid #10b981;
    color: #10b981;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}

.mensaje-error {
    background-color: rgba(239, 68, 68, 0.2);
    border: 1px solid #ef4444;
    color: #ef4444;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}

/* ===============================================
   RESPONSIVE
   =============================================== */

@media (max-width: 992px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-text {
        text-align: center;
    }

    .hero-text h1,
    .hero-text h2,
    .hero-text p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .final-cta-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .final-cta-text {
        text-align: center;
    }

    .final-cta-text h2,
    .final-cta-text p {
        text-align: center;
    }

    .toggle-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .ahorro-label {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
}

@media (max-width: 600px) {
    .form-card {
        padding: 25px 20px;
    }

    .modalreg-conta .modal-content {
        padding: 30px 20px;
    }

    .pricing-toggle {
        margin-bottom: 30px;
    }

    .toggle-label {
        font-size: 0.9em;
    }

    .switch {
        width: 50px;
        height: 28px;
        margin: 0 10px;
    }

    .slider:before {
        height: 20px;
        width: 20px;
    }

    input:checked + .slider:before {
        transform: translateX(22px);
    }
}
