.elementor-12017 .elementor-element.elementor-element-4ad9706{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a6cb338 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #111827;
    background: #FFFFFF;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ========================================
   HEADER
   ======================================== */
header {
    background: rgba(255, 255, 255, 0.98);
    padding: 4px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #E5E7EB;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.logo-container img {
    max-height: 60px;
    width: auto;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-links {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links a {
    color: #111827;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease;
    position: relative;
}

.nav-links a:hover {
    color: #1E40AF;
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: #22D3EE;
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #111827;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ========================================
   BOTONES
   ======================================== */
.btn {
    display: inline-block;
    padding: 14px 32px;
    background: #22D3EE;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(34, 211, 238, 0.3);
}

.btn:hover {
    background: #06B6D4;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(34, 211, 238, 0.4);
}

.btn-header {
    padding: 11px 24px;
    font-size: 15px;
}

.btn-large {
    padding: 18px 40px;
    font-size: 17px;
}

.btn-xlarge {
    padding: 20px 48px;
    font-size: 18px;
}

.btn-urgent {
    background: #22D3EE;
    box-shadow: 0 4px 14px rgba(34, 211, 238, 0.3);
}

.btn-urgent:hover {
    background: #06B6D4;
    box-shadow: 0 6px 20px rgba(34, 211, 238, 0.4);
}

/* ========================================
   FOOTER
   ======================================== */
footer {
    background: #0F172A;
    color: #94A3B8;
    padding: 60px 0 0;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.footer-description {
    font-size: 14px;
    line-height: 1.7;
    color: #94A3B8;
    margin-bottom: 24px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94A3B8;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #22D3EE;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.footer-col h4 {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #94A3B8;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #22D3EE;
}

.footer-contact {
    list-style: none;
    margin-bottom: 24px;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #94A3B8;
}

.footer-contact svg {
    flex-shrink: 0;
    color: #22D3EE;
}

.footer-contact a {
    color: #94A3B8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact a:hover {
    color: #22D3EE;
}

.btn-footer {
    width: 100%;
    padding: 12px 24px;
    font-size: 14px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    font-size: 14px;
}

.footer-bottom p {
    margin: 0;
}

.footer-legal {
    display: flex;
    gap: 24px;
}

.footer-legal a {
    color: #94A3B8;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-legal a:hover {
    color: #22D3EE;
}

/* ========================================
   POPUP MODAL
   ======================================== */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(4px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.popup-container {
    background: #FFFFFF;
    border-radius: 16px;
    max-width: 520px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 32px;
    color: #64748B;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.2s ease;
    z-index: 1;
}

.popup-close:hover {
    background: #F1F5F9;
    color: #0F172A;
}

.popup-header {
    padding: 40px 40px 28px;
    border-bottom: 1px solid #E2E8F0;
}

.popup-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 12px;
    text-align: center;
}

.popup-header p {
    font-size: 15px;
    color: #64748B;
    text-align: center;
    margin: 0;
}

.popup-form {
    padding: 32px 40px 40px;
}

/* ========================================
   CONTACT FORM 7 STYLES
   ======================================== */
#popupOverlay .wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 6px;
}

#popupOverlay .wpcf7 p {
    margin-bottom: 20px;
}

#popupOverlay input.wpcf7-form-control,
#popupOverlay textarea.wpcf7-form-control {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #E2E8F0;
    border-radius: 8px;
    font-size: 15px;
    color: #0F172A;
    background: #FFFFFF;
    transition: all 0.2s ease;
}

#popupOverlay input:focus,
#popupOverlay textarea:focus {
    outline: none;
    border-color: #22D3EE;
    box-shadow: 0 0 0 3px rgba(34,211,238,.15);
}

#popupOverlay input[type="submit"] {
    width: 100%;
    padding: 16px;
    background: #22D3EE;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(34, 211, 238, 0.3);
}

#popupOverlay input[type="submit"]:hover {
    background: #06B6D4;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(34, 211, 238, 0.4);
}

#popupOverlay .wpcf7-spinner {
    display: none;
}

/* ========================================
   RESPONSIVE - TABLET & MOBILE
   ======================================== */
@media (max-width: 968px) {
    .mobile-menu-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 73px;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        flex-direction: column;
        padding: 24px;
        gap: 0;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        border-bottom: 1px solid #E5E7EB;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        max-height: calc(100vh - 73px);
        overflow-y: auto;
    }

    .nav-menu.active {
        transform: translateX(0);
    }

    .nav-links {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .nav-links li {
        width: 100%;
        border-bottom: 1px solid #F1F5F9;
    }

    .nav-links li:last-child {
        border-bottom: none;
    }

    .nav-links a {
        display: block;
        padding: 16px 0;
        width: 100%;
    }

    .btn-header {
        width: 100%;
        margin-top: 16px;
        text-align: center;
    }

    /* Grids a 1 columna */
    .benefits-grid,
    .problem-grid,
    .testimonials-grid,
    .process-steps,
    .faq-grid,
    .solution-channels {
        grid-template-columns: 1fr;
    }

    /* About section */
    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .btn,
    .btn-large,
    .btn-xlarge {
        white-space: normal;
        line-height: 1.3;
    }

    /* Footer responsive */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .footer-legal {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .header-content {
        padding: 0 16px;
    }

    .logo-container img {
        max-height: 50px;
    }

    .hero {
        padding: 120px 0 80px;
    }

    .hero-headline {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-stats-clean {
        gap: 28px;
        margin-top: 36px;
    }

    .stat-clean-number {
        font-size: 32px;
    }

    .stat-clean-label {
        font-size: 13px;
    }

    /* Títulos h2 */
    .problem-section h2,
    .solution-section h2,
    .benefits-section h2,
    .social-proof-section h2,
    .process-section h2,
    .faq-section h2,
    .about-text h2 {
        font-size: 28px;
    }

    .final-cta-section h2 {
        font-size: 28px;
    }

    .section-intro {
        font-size: 16px;
    }

    /* Botones */
    .btn {
        padding: 13px 28px;
        font-size: 15px;
    }

    .btn-large {
        padding: 16px 32px;
        font-size: 16px;
    }

    .btn-xlarge {
        padding: 16px 32px;
        font-size: 16px;
    }

    /* Secciones */
    .problem-section,
    .solution-section,
    .benefits-section,
    .social-proof-section,
    .process-section,
    .faq-section,
    .final-cta-section,
    .about-section {
        padding: 60px 0;
    }

    /* Popup */
    .popup-container {
        margin: 20px;
    }

    .popup-header {
        padding: 32px 24px 24px;
    }

    .popup-header h2 {
        font-size: 24px;
    }

    .popup-form {
        padding: 24px;
    }

    /* Stats */
    .stats-row {
        gap: 32px;
    }

    /* CTA Final */
    .final-cta-box {
        padding: 32px 24px;
    }

    .solution-text .lead {
        font-size: 18px;
    }

    .solution-text p {
        font-size: 16px;
    }

    /* Footer mobile */
    footer {
        padding: 40px 0 0;
    }

    .footer-grid {
        padding-bottom: 32px;
    }

    .footer-about {
        text-align: center;
    }

    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social {
        justify-content: center;
    }
}

/* ========================================
   PÁGINAS LEGALES (Añadir al CSS principal)
   ======================================== */

.legal-page {
    padding: 100px 0 80px;
    background: #FFFFFF;
}

.legal-header {
    text-align: center;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 2px solid #E5E7EB;
}

.legal-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 12px;
}

.last-updated {
    color: #6B7280;
    font-size: 14px;
    font-weight: 500;
}

.intro-box {
    background: #F8FAFC;
    padding: 32px;
    border-radius: 12px;
    border-left: 4px solid #22D3EE;
    margin-bottom: 48px;
}

.intro-box p {
    font-size: 17px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 12px;
}

.intro-box p:last-child {
    margin-bottom: 0;
}

.legal-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0F172A;
    margin-top: 48px;
    margin-bottom: 20px;
}

.legal-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0F172A;
    margin-top: 32px;
    margin-bottom: 16px;
}

.legal-content p {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 16px;
}

.legal-content ul,
.legal-content ol {
    margin-left: 24px;
    margin-bottom: 24px;
}

.legal-content li {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 12px;
}

.legal-content strong {
    color: #0F172A;
    font-weight: 600;
}

.contact-box {
    background: #F1F5F9;
    padding: 32px;
    border-radius: 12px;
    margin-top: 48px;
    border: 1px solid #E2E8F0;
}

.contact-box h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 22px;
    color: #0F172A;
}

.contact-box p {
    margin-bottom: 12px;
    font-size: 16px;
    color: #475569;
}

.contact-box a {
    color: #22D3EE;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.contact-box a:hover {
    color: #06B6D4;
    text-decoration: underline;
}

/* Responsive para páginas legales */
@media (max-width: 768px) {
    .legal-page {
        padding: 80px 0 60px;
    }

    .legal-header h1 {
        font-size: 32px;
    }

    .legal-content h2 {
        font-size: 24px;
        margin-top: 36px;
    }

    .legal-content h3 {
        font-size: 18px;
        margin-top: 24px;
    }

    .intro-box {
        padding: 24px;
    }

    .contact-box {
        padding: 24px;
    }
}/* End custom CSS */