.elementor-11927 .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!important; 
    line-height: 1.6!important;
    color: #111827!important;
    background: #FFFFFF!important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* HEADER - Profesional con navegación */
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!important;
    text-decoration: none!important;
    font-size: 15px!important;
    font-weight: 500!important;
    transition: color 0.2s ease!important;
    position: relative!important;
}

.nav-links a:hover {
    color: #1E40AF!important;
}

.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%!important;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 2px;
    background: #FFFFFF;
    transition: all 0.3s ease;
}

/* BOTONES - CTAs con nueva paleta */
.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);
}

/* HERO SECTION - Impacto inmediato */
.hero {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #334155 100%);
    color: #FFFFFF;
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
}

.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://images.unsplash.com/photo-1556761175-b413da4baf72?w=1920&q=80');
    background-size: cover;
    background-position: center;
    opacity: 0.06;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.85);
    z-index: 1;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background: transparent;
    color: #22D3EE;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hero h1 {
    font-size: 52px!important;
    font-weight: 700!important;
    margin-bottom: 28px!important;
    line-height: 1.15!important;
    letter-spacing: -1.5px!important;
}

.hero .subtitle {
    font-size: 21px;
    color: #CBD5E1;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-stats-clean {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.stat-clean {
    text-align: center;
}

.stat-clean-number {
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 8px;
    letter-spacing: -1px;
}

.stat-clean-label {
    font-size: 14px;
    color: #94A3B8;
    text-transform: none;
    letter-spacing: 0;
}

/* Hero Clients Section */
.hero-clients {
    margin-top: 70px;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.clients-label {
    font-size: 13px;
    color: #94A3B8;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 32px;
    font-weight: 500;
}

.clients-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}

.clients-logos img {
    height: 45px;
    width: auto;
    opacity: 0.5;
    filter: grayscale(100%) brightness(2);
    transition: all 0.3s ease;
}

.clients-logos img:hover {
    opacity: 0.9;
    filter: grayscale(0%) brightness(1.2);
}

/* PROBLEMA SECTION */
.problem-section {
    padding: 90px 0;
    background: #F1F5F9;
}

.problem-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #0F172A;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto 50px;
}

.problem-card {
    background: #FFFFFF;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.problem-card:hover {
    border-color: #22D3EE;
    box-shadow: 0 8px 24px rgba(34, 211, 238, 0.15);
    transform: translateY(-2px);
}

.problem-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0F172A;
}

.problem-card p {
    font-size: 16px;
    color: #6B7280;
    line-height: 1.6;
}

.problem-cta {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.problem-cta-text {
    font-size: 20px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 24px;
}

/* SOLUCIÓN SECTION */
.solution-section {
    padding: 90px 0;
    background: #FFFFFF;
}

.solution-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #0F172A;
}

.solution-content {
    max-width: 1100px;
    margin: 0 auto;
}

.solution-text .lead {
    font-size: 22px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 20px;
    line-height: 1.5;
}

.solution-text p {
    font-size: 18px;
    color: #6B7280;
    margin-bottom: 20px;
    line-height: 1.7;
}

.solution-why {
    margin-top: 40px;
    background: #F1F5F9;
    padding: 32px;
    border-radius: 12px;
    border-left: 4px solid #22D3EE;
}

.solution-why h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0F172A;
}

.solution-list {
    list-style: none;
    padding: 0;
}

.solution-list li {
    font-size: 17px;
    color: #111827;
    margin-bottom: 16px;
    padding-left: 32px;
    position: relative;
    line-height: 1.6;
}

.solution-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #22D3EE;
    font-weight: 700;
    font-size: 20px;
}

.solution-channels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 40px 0;
}

.channel-item {
    background: #FFFFFF;
    padding: 28px 24px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.channel-item:hover {
    border-color: #22D3EE;
    box-shadow: 0 8px 20px rgba(34, 211, 238, 0.1);
    transform: translateY(-3px);
}

.channel-item h4 {
    font-size: 18px!important;
    font-weight: 600!important;
    color: #0F172A!important;
    margin-bottom: 12px!important;
}

.channel-item p {
    font-size: 15px!important;
    color: #6B7280!important;
    line-height: 1.6!important;
    margin: 0!important;
}

/* BENEFICIOS SECTION */
.benefits-section {
    padding: 90px 0;
    background: #F1F5F9;
}

.benefits-section h2 {
    font-size: 40px!important;
    font-weight: 700!important;
    text-align: center!important;
    margin-bottom: 20px!important;
    color: #0F172A!important;
}

.section-intro {
    font-size: 19px;
    color: #6B7280;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}

.benefit-card {
    background: #FFFFFF;
    padding: 32px 28px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.1);
    border-color: #22D3EE;
}

.benefit-card h3 {
    font-size: 20px!important;
    font-weight: 600!important;
    margin-bottom: 12px!important;
    color: #0F172A!important;
}

.benefit-card p {
    font-size: 16px!important;
    color: #6B7280!important;
    line-height: 1.6!important;
}

/* SOBRE NOSOTROS SECTION */
.about-section {
    padding: 90px 0;
    background: #FFFFFF;
}

.about-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

.about-text h2 {
    font-size: 40px!important;
    font-weight: 700!important;
    color: #0F172A!important;
    margin-bottom: 24px!important;
    text-align: left!important;
}

.about-lead {
    font-size: 20px;
    font-weight: 600;
    color: #0F172A;
    line-height: 1.6;
    margin-bottom: 24px;
}

.about-text p {
    font-size: 17px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 20px;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 40px;
}

.about-list li {
    font-size: 17px;
    color: #1E293B;
    margin-bottom: 12px;
    padding-left: 32px;
    position: relative;
    line-height: 1.6;
}

.about-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2563EB;
    font-weight: 700;
    font-size: 20px;
}

.about-founder {
    display: flex;
    gap: 24px;
    background: #F8FAFC;
    padding: 32px;
    border-radius: 12px;
    border-left: 4px solid #2563EB;
    margin-top: 40px;
}

.founder-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.founder-info h4 {
    font-size: 20px!important;
    font-weight: 600!important;
    color: #0F172A!important;
    margin-bottom: 4px!important;
}

.founder-title {
    font-size: 14px;
    color: #64748B;
    margin-bottom: 12px;
}

.founder-quote {
    font-size: 16px;
    color: #1E293B;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
}

.about-stats-side {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.about-stat-card {
    background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
    padding: 40px 32px;
    border-radius: 12px;
    color: #FFFFFF;
    text-align: center;
}

.about-stat-number {
    font-size: 56px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 8px;
    letter-spacing: -2px;
}

.about-stat-label {
    font-size: 16px;
    color: #DBEAFE;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-stat-card p {
    font-size: 15px;
    color: #DBEAFE;
    line-height: 1.6;
    margin: 0;
}

.about-approach {
    background: #F8FAFC;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
}

.about-approach h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 24px;
}

.approach-item {
    margin-bottom: 20px;
}

.approach-item:last-child {
    margin-bottom: 0;
}

.approach-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 8px;
}

.approach-item p {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* PRUEBA SOCIAL */
.social-proof-section {
    padding: 90px 0;
    background: #FFFFFF;
}

.social-proof-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #0F172A;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto 60px;
}

.testimonial-card {
    background: #F8FAFC;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
}

.testimonial-result {
    font-size: 20px;
    font-weight: 700;
    color: #2563EB;
    margin-bottom: 16px;
}

.testimonial-text {
    font-size: 16px;
    color: #1E293B;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.testimonial-author strong {
    font-size: 15px;
    color: #0F172A;
}

.testimonial-author span {
    font-size: 14px;
    color: #64748B;
}

.stats-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.stat-box {
    text-align: center;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #2563EB;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 15px;
    color: #64748B;
    max-width: 180px;
}

/* PROCESO SECTION */
.process-section {
    padding: 90px 0;
    background: #0F172A;
    color: #FFFFFF;
}

.process-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.process-section .section-intro {
    color: #CBD5E1;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.step-card {
    background: #1E293B;
    padding: 32px 24px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    position: relative;
}

.step-card:hover {
    transform: translateY(-4px);
    border-color: #22D3EE;
    box-shadow: 0 12px 28px rgba(34, 211, 238, 0.2);
}

.step-number {
    display: inline-flex;
    background: #22D3EE;
    color: #FFFFFF;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.step-card h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.step-card p {
    font-size: 15px;
    color: #CBD5E1;
    line-height: 1.6;
    margin-bottom: 16px;
}

.step-time {
    font-size: 13px;
    color: #94A3B8;
    font-weight: 500;
    font-style: italic;
}

.process-cta {
    text-align: center;
}

/* FAQ SECTION */
.faq-section {
    padding: 90px 0;
    background: #F1F5F9;
}

.faq-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #0F172A;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}

.faq-item {
    background: #FFFFFF;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
}

.faq-item h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0F172A;
}

.faq-item p {
    font-size: 16px;
    color: #6B7280;
    line-height: 1.7;
}

/* CTA FINAL - Máxima urgencia */
.final-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.final-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(34, 211, 238, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(34, 211, 238, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.final-cta-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.final-cta-section h2 {
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 28px;
    line-height: 1.25;
}

.final-cta-text {
    font-size: 20px;
    color: #E2E8F0;
    margin-bottom: 16px;
    line-height: 1.6;
}

.final-cta-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 48px 40px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    backdrop-filter: blur(10px);
}

.final-cta-box h3 {
    font-size: 28px!important;
    font-weight: 600!important;
    color: #FFFFFF!important;
    margin-bottom: 16px!important;
}

.cta-description {
    font-size: 17px;
    color: #CBD5E1;
    margin-bottom: 32px;
    line-height: 1.6;
}

.cta-includes {
    display: grid;
    gap: 16px;
    margin-bottom: 36px;
    text-align: left;
}

.cta-include-item {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px 24px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cta-include-item strong {
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 600;
}

.cta-include-item span {
    font-size: 15px;
    color: #CBD5E1;
    line-height: 1.5;
}

.cta-guarantee {
    font-size: 14px;
    color: #94A3B8;
    margin-top: 20px;
    font-weight: 500;
}

/* FOOTER */
footer {
    background: #0F172A;
    color: #64748B;
    text-align: center;
    padding: 32px 24px;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* 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;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #E2E8F0;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    color: #0F172A;
    background: #FFFFFF;
    transition: all 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #22D3EE;
    box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.1);
}

.form-group textarea {
    resize: vertical;
}

.form-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);
}

.form-submit:hover {
    background: #06B6D4;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(34, 211, 238, 0.4);
}

.form-note {
    font-size: 13px;
    color: #64748B;
    text-align: center;
    margin-top: 16px;
}

/* RESPONSIVE 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);
    }

    .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;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .problem-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .comparison-box {
        grid-template-columns: 1fr;
    }

    .comparison-arrow {
        transform: rotate(90deg);
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 120px 0 80px;
    }

    .hero h1 {
        font-size: 36px;
        letter-spacing: -0.5px;
    }

    .hero .subtitle {
        font-size: 18px;
    }

    h2, .problem-section h2, .solution-section h2, 
    .benefits-section h2, .social-proof-section h2,
    .process-section h2, .faq-section h2 {
        font-size: 32px;
    }

    .final-cta-section h2 {
        font-size: 32px;
    }

    .section-intro {
        font-size: 17px;
    }

    .btn {
        padding: 13px 28px;
        font-size: 15px;
    }

    .btn-large {
        padding: 16px 32px;
        font-size: 16px;
    }

    .btn-xlarge {
        padding: 16px 32px;
        font-size: 16px;
    }

    section, .problem-section, .solution-section,
    .benefits-section, .social-proof-section,
    .process-section, .faq-section, .final-cta-section {
        padding: 60px 0;
    }

    .popup-container {
        margin: 20px;
    }

    .popup-header {
        padding: 32px 24px 24px;
    }

    .popup-header h2 {
        font-size: 24px;
    }

    .popup-form {
        padding: 24px;
    }

    .stat-clean-number {
        font-size: 32px;
    }

    .stat-clean-label {
        font-size: 13px;
    }

    .stats-row {
        gap: 32px;
    }

    .hero-proof {
        flex-direction: column;
        gap: 20px;
    }

    .proof-item {
        justify-content: center;
    }

    .final-cta-box {
        padding: 32px 24px;
    }

    .cta-benefits {
        text-align: left;
    }
}

/* ================================
   FIX DEFINITIVO LABELS CF7
   ================================ */

/* Mostrar labels como texto normal */
#popupOverlay .wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 6px;
}

/* Separación correcta */
#popupOverlay .wpcf7 p {
    margin-bottom: 20px;
}

/* Inputs */
#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;
}

/* Focus */
#popupOverlay input:focus,
#popupOverlay textarea:focus {
    outline: none;
    border-color: #22D3EE;
    box-shadow: 0 0 0 3px rgba(34,211,238,.15);
}

/* Botón */
#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;
}

/* Spinner CF7 fuera */
#popupOverlay .wpcf7-spinner {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif!important; 
    line-height: 1.6!important;
    color: #111827!important;
    background: #FFFFFF!important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* HEADER - Profesional con navegación */
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!important;
    text-decoration: none!important;
    font-size: 15px!important;
    font-weight: 500!important;
    transition: color 0.2s ease!important;
    position: relative!important;
}

.nav-links a:hover {
    color: #1E40AF!important;
}

.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%!important;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 2px;
    background: #FFFFFF;
    transition: all 0.3s ease;
}

/* BOTONES - CTAs con nueva paleta */
.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);
}

/* HERO SECTION - Impacto inmediato */
.hero {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #334155 100%);
    color: #FFFFFF;
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
}

.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://images.unsplash.com/photo-1556761175-b413da4baf72?w=1920&q=80');
    background-size: cover;
    background-position: center;
    opacity: 0.06;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.85);
    z-index: 1;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background: transparent;
    color: #22D3EE;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hero h1 {
    font-size: 52px!important;
    font-weight: 700!important;
    margin-bottom: 28px!important;
    line-height: 1.15!important;
    letter-spacing: -1.5px!important;
}

.hero .subtitle {
    font-size: 21px;
    color: #CBD5E1;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-stats-clean {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.stat-clean {
    text-align: center;
}

.stat-clean-number {
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 8px;
    letter-spacing: -1px;
}

.stat-clean-label {
    font-size: 14px;
    color: #94A3B8;
    text-transform: none;
    letter-spacing: 0;
}

/* Hero Clients Section */
.hero-clients {
    margin-top: 70px;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.clients-label {
    font-size: 13px;
    color: #94A3B8;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 32px;
    font-weight: 500;
}

.clients-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}

.clients-logos img {
    height: 45px;
    width: auto;
    opacity: 0.5;
    filter: grayscale(100%) brightness(2);
    transition: all 0.3s ease;
}

.clients-logos img:hover {
    opacity: 0.9;
    filter: grayscale(0%) brightness(1.2);
}

/* PROBLEMA SECTION */
.problem-section {
    padding: 90px 0;
    background: #F1F5F9;
}

.problem-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #0F172A;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto 50px;
}

.problem-card {
    background: #FFFFFF;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.problem-card:hover {
    border-color: #22D3EE;
    box-shadow: 0 8px 24px rgba(34, 211, 238, 0.15);
    transform: translateY(-2px);
}

.problem-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0F172A;
}

.problem-card p {
    font-size: 16px;
    color: #6B7280;
    line-height: 1.6;
}

.problem-cta {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.problem-cta-text {
    font-size: 20px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 24px;
}

/* SOLUCIÓN SECTION */
.solution-section {
    padding: 90px 0;
    background: #FFFFFF;
}

.solution-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #0F172A;
}

.solution-content {
    max-width: 1100px;
    margin: 0 auto;
}

.solution-text .lead {
    font-size: 22px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 20px;
    line-height: 1.5;
}

.solution-text p {
    font-size: 18px;
    color: #6B7280;
    margin-bottom: 20px;
    line-height: 1.7;
}

.solution-why {
    margin-top: 40px;
    background: #F1F5F9;
    padding: 32px;
    border-radius: 12px;
    border-left: 4px solid #22D3EE;
}

.solution-why h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0F172A;
}

.solution-list {
    list-style: none;
    padding: 0;
}

.solution-list li {
    font-size: 17px;
    color: #111827;
    margin-bottom: 16px;
    padding-left: 32px;
    position: relative;
    line-height: 1.6;
}

.solution-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #22D3EE;
    font-weight: 700;
    font-size: 20px;
}

.solution-channels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 40px 0;
}

.channel-item {
    background: #FFFFFF;
    padding: 28px 24px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.channel-item:hover {
    border-color: #22D3EE;
    box-shadow: 0 8px 20px rgba(34, 211, 238, 0.1);
    transform: translateY(-3px);
}

.channel-item h4 {
    font-size: 18px!important;
    font-weight: 600!important;
    color: #0F172A!important;
    margin-bottom: 12px!important;
}

.channel-item p {
    font-size: 15px!important;
    color: #6B7280!important;
    line-height: 1.6!important;
    margin: 0!important;
}

/* BENEFICIOS SECTION */
.benefits-section {
    padding: 90px 0;
    background: #F1F5F9;
}

.benefits-section h2 {
    font-size: 40px!important;
    font-weight: 700!important;
    text-align: center!important;
    margin-bottom: 20px!important;
    color: #0F172A!important;
}

.section-intro {
    font-size: 19px;
    color: #6B7280;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}

.benefit-card {
    background: #FFFFFF;
    padding: 32px 28px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.1);
    border-color: #22D3EE;
}

.benefit-card h3 {
    font-size: 20px!important;
    font-weight: 600!important;
    margin-bottom: 12px!important;
    color: #0F172A!important;
}

.benefit-card p {
    font-size: 16px!important;
    color: #6B7280!important;
    line-height: 1.6!important;
}

/* SOBRE NOSOTROS SECTION */
.about-section {
    padding: 90px 0;
    background: #FFFFFF;
}

.about-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

.about-text h2 {
    font-size: 40px!important;
    font-weight: 700!important;
    color: #0F172A!important;
    margin-bottom: 24px!important;
    text-align: left!important;
}

.about-lead {
    font-size: 20px;
    font-weight: 600;
    color: #0F172A;
    line-height: 1.6;
    margin-bottom: 24px;
}

.about-text p {
    font-size: 17px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 20px;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 40px;
}

.about-list li {
    font-size: 17px;
    color: #1E293B;
    margin-bottom: 12px;
    padding-left: 32px;
    position: relative;
    line-height: 1.6;
}

.about-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2563EB;
    font-weight: 700;
    font-size: 20px;
}

.about-founder {
    display: flex;
    gap: 24px;
    background: #F8FAFC;
    padding: 32px;
    border-radius: 12px;
    border-left: 4px solid #2563EB;
    margin-top: 40px;
}

.founder-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.founder-info h4 {
    font-size: 20px!important;
    font-weight: 600!important;
    color: #0F172A!important;
    margin-bottom: 4px!important;
}

.founder-title {
    font-size: 14px;
    color: #64748B;
    margin-bottom: 12px;
}

.founder-quote {
    font-size: 16px;
    color: #1E293B;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
}

.about-stats-side {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.about-stat-card {
    background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
    padding: 40px 32px;
    border-radius: 12px;
    color: #FFFFFF;
    text-align: center;
}

.about-stat-number {
    font-size: 56px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 8px;
    letter-spacing: -2px;
}

.about-stat-label {
    font-size: 16px;
    color: #DBEAFE;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-stat-card p {
    font-size: 15px;
    color: #DBEAFE;
    line-height: 1.6;
    margin: 0;
}

.about-approach {
    background: #F8FAFC;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
}

.about-approach h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 24px;
}

.approach-item {
    margin-bottom: 20px;
}

.approach-item:last-child {
    margin-bottom: 0;
}

.approach-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 8px;
}

.approach-item p {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* PRUEBA SOCIAL */
.social-proof-section {
    padding: 90px 0;
    background: #FFFFFF;
}

.social-proof-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #0F172A;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto 60px;
}

.testimonial-card {
    background: #F8FAFC;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
}

.testimonial-result {
    font-size: 20px;
    font-weight: 700;
    color: #2563EB;
    margin-bottom: 16px;
}

.testimonial-text {
    font-size: 16px;
    color: #1E293B;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.testimonial-author strong {
    font-size: 15px;
    color: #0F172A;
}

.testimonial-author span {
    font-size: 14px;
    color: #64748B;
}

.stats-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.stat-box {
    text-align: center;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #2563EB;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 15px;
    color: #64748B;
    max-width: 180px;
}

/* PROCESO SECTION */
.process-section {
    padding: 90px 0;
    background: #0F172A;
    color: #FFFFFF;
}

.process-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.process-section .section-intro {
    color: #CBD5E1;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.step-card {
    background: #1E293B;
    padding: 32px 24px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    position: relative;
}

.step-card:hover {
    transform: translateY(-4px);
    border-color: #22D3EE;
    box-shadow: 0 12px 28px rgba(34, 211, 238, 0.2);
}

.step-number {
    display: inline-flex;
    background: #22D3EE;
    color: #FFFFFF;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.step-card h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.step-card p {
    font-size: 15px;
    color: #CBD5E1;
    line-height: 1.6;
    margin-bottom: 16px;
}

.step-time {
    font-size: 13px;
    color: #94A3B8;
    font-weight: 500;
    font-style: italic;
}

.process-cta {
    text-align: center;
}

/* FAQ SECTION */
.faq-section {
    padding: 90px 0;
    background: #F1F5F9;
}

.faq-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #0F172A;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}

.faq-item {
    background: #FFFFFF;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
}

.faq-item h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0F172A;
}

.faq-item p {
    font-size: 16px;
    color: #6B7280;
    line-height: 1.7;
}

/* CTA FINAL - Máxima urgencia */
.final-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.final-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(34, 211, 238, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(34, 211, 238, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.final-cta-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.final-cta-section h2 {
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 28px;
    line-height: 1.25;
}

.final-cta-text {
    font-size: 20px;
    color: #E2E8F0;
    margin-bottom: 16px;
    line-height: 1.6;
}

.final-cta-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 48px 40px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    backdrop-filter: blur(10px);
}

.final-cta-box h3 {
    font-size: 28px!important;
    font-weight: 600!important;
    color: #FFFFFF!important;
    margin-bottom: 16px!important;
}

.cta-description {
    font-size: 17px;
    color: #CBD5E1;
    margin-bottom: 32px;
    line-height: 1.6;
}

.cta-includes {
    display: grid;
    gap: 16px;
    margin-bottom: 36px;
    text-align: left;
}

.cta-include-item {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px 24px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cta-include-item strong {
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 600;
}

.cta-include-item span {
    font-size: 15px;
    color: #CBD5E1;
    line-height: 1.5;
}

.cta-guarantee {
    font-size: 14px;
    color: #94A3B8;
    margin-top: 20px;
    font-weight: 500;
}

/* FOOTER */
footer {
    background: #0F172A;
    color: #64748B;
    text-align: center;
    padding: 32px 24px;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* 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;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #E2E8F0;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    color: #0F172A;
    background: #FFFFFF;
    transition: all 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #22D3EE;
    box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.1);
}

.form-group textarea {
    resize: vertical;
}

.form-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);
}

.form-submit:hover {
    background: #06B6D4;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(34, 211, 238, 0.4);
}

.form-note {
    font-size: 13px;
    color: #64748B;
    text-align: center;
    margin-top: 16px;
}

/* RESPONSIVE 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);
    }

    .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;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .problem-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .comparison-box {
        grid-template-columns: 1fr;
    }

    .comparison-arrow {
        transform: rotate(90deg);
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 120px 0 80px;
    }

    .hero h1 {
        font-size: 36px;
        letter-spacing: -0.5px;
    }

    .hero .subtitle {
        font-size: 18px;
    }

    h2, .problem-section h2, .solution-section h2, 
    .benefits-section h2, .social-proof-section h2,
    .process-section h2, .faq-section h2 {
        font-size: 32px;
    }

    .final-cta-section h2 {
        font-size: 32px;
    }

    .section-intro {
        font-size: 17px;
    }

    .btn {
        padding: 13px 28px;
        font-size: 15px;
    }

    .btn-large {
        padding: 16px 32px;
        font-size: 16px;
    }

    .btn-xlarge {
        padding: 16px 32px;
        font-size: 16px;
    }

    section, .problem-section, .solution-section,
    .benefits-section, .social-proof-section,
    .process-section, .faq-section, .final-cta-section {
        padding: 60px 0;
    }

    .popup-container {
        margin: 20px;
    }

    .popup-header {
        padding: 32px 24px 24px;
    }

    .popup-header h2 {
        font-size: 24px;
    }

    .popup-form {
        padding: 24px;
    }

    .stat-clean-number {
        font-size: 32px;
    }

    .stat-clean-label {
        font-size: 13px;
    }

    .stats-row {
        gap: 32px;
    }

    .hero-proof {
        flex-direction: column;
        gap: 20px;
    }

    .proof-item {
        justify-content: center;
    }

    .final-cta-box {
        padding: 32px 24px;
    }

    .cta-benefits {
        text-align: left;
    }
}

/* ================================
   FIX DEFINITIVO LABELS CF7
   ================================ */

/* Mostrar labels como texto normal */
#popupOverlay .wpcf7 label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 6px;
}

/* Separación correcta */
#popupOverlay .wpcf7 p {
    margin-bottom: 20px;
}

/* Inputs */
#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;
}

/* Focus */
#popupOverlay input:focus,
#popupOverlay textarea:focus {
    outline: none;
    border-color: #22D3EE;
    box-shadow: 0 0 0 3px rgba(34,211,238,.15);
}

/* Botón */
#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;
}

/* Spinner CF7 fuera */
#popupOverlay .wpcf7-spinner {
    display: none;
}
* {
    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);
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 50%, #334155 100%);
    color: #FFFFFF;
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
}

.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://images.unsplash.com/photo-1556761175-b413da4baf72?w=1920&q=80');
    background-size: cover;
    background-position: center;
    opacity: 0.06;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.85);
    z-index: 1;
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.h1-highlight {
    color: #22D3EE;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.hero-headline {
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.25;
    margin-bottom: 26px;
}

.hero-subtitle {
    font-size: 20px;
    color: #CBD5E1;
    font-weight: 400;
    line-height: 1.7;
    max-width: 780px;
    margin: 0 auto 44px;
}

.hero-stats-clean {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.stat-clean {
    text-align: center;
}

.stat-clean-number {
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 8px;
    letter-spacing: -1px;
}

.stat-clean-label {
    font-size: 14px;
    color: #94A3B8;
}

.hero-clients {
    margin-top: 70px;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.clients-label {
    font-size: 13px;
    color: #94A3B8;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 32px;
    font-weight: 500;
}

.clients-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}

.clients-logos img {
    height: 45px;
    width: auto;
    opacity: 0.5;
    filter: grayscale(100%) brightness(2);
    transition: all 0.3s ease;
}

.clients-logos img:hover {
    opacity: 0.9;
    filter: grayscale(0%) brightness(1.2);
}

/* ========================================
   PROBLEMA SECTION
   ======================================== */
.problem-section {
    padding: 90px 0;
    background: #F1F5F9;
}

.problem-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #0F172A;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto 50px;
}

.problem-card {
    background: #FFFFFF;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.problem-card:hover {
    border-color: #22D3EE;
    box-shadow: 0 8px 24px rgba(34, 211, 238, 0.15);
    transform: translateY(-2px);
}

.problem-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0F172A;
}

.problem-card p {
    font-size: 16px;
    color: #6B7280;
    line-height: 1.6;
}

.problem-cta {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.problem-cta-text {
    font-size: 20px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 24px;
}

/* ========================================
   SOLUCIÓN SECTION
   ======================================== */
.solution-section {
    padding: 90px 0;
    background: #FFFFFF;
}

.solution-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #0F172A;
}

.solution-content {
    max-width: 1100px;
    margin: 0 auto;
}

.solution-text .lead {
    font-size: 22px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 20px;
    line-height: 1.5;
}

.solution-text p {
    font-size: 18px;
    color: #6B7280;
    margin-bottom: 20px;
    line-height: 1.7;
}

.solution-channels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 40px 0;
}

.channel-item {
    background: #FFFFFF;
    padding: 28px 24px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.channel-item:hover {
    border-color: #22D3EE;
    box-shadow: 0 8px 20px rgba(34, 211, 238, 0.1);
    transform: translateY(-3px);
}

.channel-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 12px;
}

.channel-item p {
    font-size: 15px;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

.solution-why {
    margin-top: 40px;
    background: #F1F5F9;
    padding: 32px;
    border-radius: 12px;
    border-left: 4px solid #22D3EE;
}

.solution-why h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0F172A;
}

.solution-list {
    list-style: none;
    padding: 0;
}

.solution-list li {
    font-size: 17px;
    color: #111827;
    margin-bottom: 16px;
    padding-left: 32px;
    position: relative;
    line-height: 1.6;
}

.solution-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #22D3EE;
    font-weight: 700;
    font-size: 20px;
}

/* ========================================
   BENEFICIOS SECTION
   ======================================== */
.benefits-section {
    padding: 90px 0;
    background: #F1F5F9;
}

.benefits-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #0F172A;
}

.section-intro {
    font-size: 19px;
    color: #6B7280;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}

.benefit-card {
    background: #FFFFFF;
    padding: 32px 28px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.1);
    border-color: #22D3EE;
}

.benefit-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0F172A;
}

.benefit-card p {
    font-size: 16px;
    color: #6B7280;
    line-height: 1.6;
}

/* ========================================
   SOBRE NOSOTROS SECTION
   ======================================== */
.about-section {
    padding: 90px 0;
    background: #FFFFFF;
}

.about-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

.about-text h2 {
    font-size: 40px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 24px;
    text-align: left;
}

.about-lead {
    font-size: 20px;
    font-weight: 600;
    color: #0F172A;
    line-height: 1.6;
    margin-bottom: 24px;
}

.about-text p {
    font-size: 17px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 20px;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 40px;
}

.about-list li {
    font-size: 17px;
    color: #1E293B;
    margin-bottom: 12px;
    padding-left: 32px;
    position: relative;
    line-height: 1.6;
}

.about-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2563EB;
    font-weight: 700;
    font-size: 20px;
}

.about-founder {
    display: flex;
    gap: 24px;
    background: #F8FAFC;
    padding: 32px;
    border-radius: 12px;
    border-left: 4px solid #2563EB;
    margin-top: 40px;
}

.founder-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.founder-info h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 4px;
}

.founder-title {
    font-size: 14px;
    color: #64748B;
    margin-bottom: 12px;
}

.founder-quote {
    font-size: 16px;
    color: #1E293B;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
}

.about-stats-side {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.about-stat-card {
    background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
    padding: 40px 32px;
    border-radius: 12px;
    color: #FFFFFF;
    text-align: center;
}

.about-stat-number {
    font-size: 56px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 8px;
    letter-spacing: -2px;
}

.about-stat-label {
    font-size: 16px;
    color: #DBEAFE;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-stat-card p {
    font-size: 15px;
    color: #DBEAFE;
    line-height: 1.6;
    margin: 0;
}

.about-approach {
    background: #F8FAFC;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
}

.about-approach h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 24px;
}

.approach-item {
    margin-bottom: 20px;
}

.approach-item:last-child {
    margin-bottom: 0;
}

.approach-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 8px;
}

.approach-item p {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   PRUEBA SOCIAL
   ======================================== */
.social-proof-section {
    padding: 90px 0;
    background: #FFFFFF;
}

.social-proof-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #0F172A;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto 60px;
}

.testimonial-card {
    background: #F8FAFC;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
}

.testimonial-result {
    font-size: 20px;
    font-weight: 700;
    color: #2563EB;
    margin-bottom: 16px;
}

.testimonial-text {
    font-size: 16px;
    color: #1E293B;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.testimonial-author strong {
    font-size: 15px;
    color: #0F172A;
}

.testimonial-author span {
    font-size: 14px;
    color: #64748B;
}

.stats-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.stat-box {
    text-align: center;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #2563EB;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 15px;
    color: #64748B;
    max-width: 180px;
}

/* ========================================
   PROCESO SECTION
   ======================================== */
.process-section {
    padding: 90px 0;
    background: #0F172A;
    color: #FFFFFF;
}

.process-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.process-section .section-intro {
    color: #CBD5E1;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.step-card {
    background: #1E293B;
    padding: 32px 24px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.step-card:hover {
    transform: translateY(-4px);
    border-color: #22D3EE;
    box-shadow: 0 12px 28px rgba(34, 211, 238, 0.2);
}

.step-number {
    display: inline-flex;
    background: #22D3EE;
    color: #FFFFFF;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.step-card h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.step-card p {
    font-size: 15px;
    color: #CBD5E1;
    line-height: 1.6;
    margin-bottom: 16px;
}

.step-time {
    font-size: 13px;
    color: #94A3B8;
    font-weight: 500;
    font-style: italic;
}

.process-cta {
    text-align: center;
}

/* ========================================
   FAQ SECTION
   ======================================== */
.faq-section {
    padding: 90px 0;
    background: #F1F5F9;
}

.faq-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #0F172A;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}

.faq-item {
    background: #FFFFFF;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
}

.faq-item h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0F172A;
}

.faq-item p {
    font-size: 16px;
    color: #6B7280;
    line-height: 1.7;
}

/* ========================================
   CTA FINAL
   ======================================== */
.final-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.final-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(34, 211, 238, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(34, 211, 238, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.final-cta-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.final-cta-section h2 {
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 28px;
    line-height: 1.25;
}

.final-cta-text {
    font-size: 20px;
    color: #E2E8F0;
    margin-bottom: 16px;
    line-height: 1.6;
}

.final-cta-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 48px 40px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    backdrop-filter: blur(10px);
}

.final-cta-box h3 {
    font-size: 28px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.cta-description {
    font-size: 17px;
    color: #CBD5E1;
    margin-bottom: 32px;
    line-height: 1.6;
}

.cta-includes {
    display: grid;
    gap: 16px;
    margin-bottom: 36px;
    text-align: left;
}

.cta-include-item {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px 24px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cta-include-item strong {
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 600;
}

.cta-include-item span {
    font-size: 15px;
    color: #CBD5E1;
    line-height: 1.5;
}

.cta-guarantee {
    font-size: 14px;
    color: #94A3B8;
    margin-top: 20px;
    font-weight: 500;
}

/* ========================================
   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;
    }
}/* End custom CSS */