.elementor-540 .elementor-element.elementor-element-178d238{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f8e8b5b */body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #2D4A5C;
    background-color: #FFFFFF;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4 {
    font-weight: 700;
    line-height: 1.2;
    color: #2D4A5C;
}

h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
}

h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

p {
    margin-bottom: 1rem;
    color: #4A5568;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-decoration: none;
}

.btn-primary {
    background-color: #2D4A5C;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.btn-primary:hover {
    background-color: #1e3240;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(45, 74, 92, 0.2);
}

/* Asegura que los enlaces dentro también sean blancos */
.btn-primary a {
    color: #FFFFFF !important;
}

.btn-secondary {
    background-color: #8FD4E8;
    color: #2D4A5C;
}

.btn-secondary:hover {
    background-color: #5BA8C4;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(143, 212, 232, 0.3);
}

.btn-nav {
    background-color: #8FD4E8;
    color: #2D4A5C;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
}

.btn-nav:hover {
    background-color: #5BA8C4;
}

/* ==========================================
   HEADER & NAVIGATION
   ========================================== */

.header {
    background-color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 800;
    color: #2D4A5C;
}

.nav-menu {
    display: none;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-menu li a {
    color: #2D4A5C;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-menu li a:hover {
    color: #5BA8C4;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #2D4A5C;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* ==========================================
   HERO SECTION
   ========================================== */

.hero {
    padding: 3rem 0;
    background: linear-gradient(135deg, #F5F7FA 0%, #E8F4F8 100%);
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hero-text {
    flex: 1;
}

.hero-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #2D4A5C;
}

.highlight-speed {
    display: block;
    color: #5BA8C4;
    font-weight: 800;
    margin-top: 0.5rem;
}

.hero-subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2D4A5C;
    margin-bottom: 0.75rem;
}

.hero-description {
    font-size: 1rem;
    color: #4A5568;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.hero-cta {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cta-note {
    font-size: 0.875rem;
    color: #718096;
    text-align: center;
    margin: 0;
}

.hero-image {
    flex: 1;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.hero-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(45, 74, 92, 0.15);
}

/* ==========================================
   SPEED HIGHLIGHT SECTION
   ========================================== */

.speed-section {
    padding: 3rem 0;
    background-color: #2D4A5C;
}

.speed-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.speed-number {
    font-size: 4rem;
    font-weight: 800;
    color: #8FD4E8;
    line-height: 1;
}

.speed-text h3 {
    color: #FFFFFF;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

.speed-text p {
    color: #E2E8F0;
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

.problems {
    padding: 80px 0;
    background: #f8f9fa;
}

.problems-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.problem-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-left: 4px solid #ff6b35;
    transition: transform 0.3s;
}

.problem-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.15);
}

.problem-card h3 {
    color: #1e3c72;
    margin-bottom: 15px;
    font-size: 22px;
}

/* ==========================================
   BENEFITS SECTION
   ========================================== */

.benefits {
    padding: 4rem 0;
    background-color: #FFFFFF;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 2rem;
    color: #2D4A5C;
    margin-bottom: 0.75rem;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #718096;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.benefit-card {
    background-color: #F5F7FA;
    padding: 2rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    border-left: 4px solid #5BA8C4;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.15);
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.benefit-card h3 {
    color: #2D4A5C;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.benefit-card p {
    color: #4A5568;
    line-height: 1.7;
}

/* ==========================================
   HOW IT WORKS SECTION
   ========================================== */

.how-it-works {
    padding: 4rem 0;
    background: linear-gradient(135deg, #E8F4F8 0%, #F5F7FA 100%);
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.step {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.step-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: #2D4A5C;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 700;
}

.step-content h3 {
    color: #2D4A5C;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.step-content p {
    color: #4A5568;
    line-height: 1.7;
}

/* ==========================================
   CTA SECTION
   ========================================== */

.cta-section {
    padding: 4rem 0;
    background-color: #8FD4E8;
    text-align: center;
}

.cta-content h2 {
    color: #2D4A5C;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-content p {
    color: #2D4A5C;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ==========================================
   FOOTER
   ========================================== */

.footer {
    background-color: #2D4A5C;
    color: #E2E8F0;
    padding: 3rem 0 1.5rem;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-brand .logo-text {
    color: #FFFFFF;
}

.footer-description {
    color: #CBD5E0;
    margin-top: 1rem;
    max-width: 300px;
}

.footer-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.footer-column h4 {
    color: #FFFFFF;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column ul li a {
    color: #CBD5E0;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #8FD4E8;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    color: #CBD5E0;
    font-size: 0.875rem;
}

/* ==========================================
   TABLET STYLES (768px and up)
   ========================================== */

@media (min-width: 768px) {
    .container {
        padding: 0 40px;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .mobile-menu-toggle {
        display: none;
    }

    .nav-menu {
        display: flex;
    }

    .hero {
        padding: 5rem 0;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .problems-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-links {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-cta {
        flex-direction: row;
        align-items: center;
    }

    .cta-note {
        text-align: left;
    }
}

/* ==========================================
   DESKTOP STYLES (1024px and up)
   ========================================== */

@media (min-width: 1024px) {
    h1 {
        font-size: 3rem;
    }

    .hero-content {
        flex-direction: row;
        align-items: center;
        gap: 4rem;
    }

    .hero-title {
        font-size: 3rem;
    }

    .benefits-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .problems-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .speed-card {
        flex-direction: row;
        text-align: left;
        justify-content: center;
        gap: 3rem;
    }

    .speed-number {
        font-size: 5rem;
    }

    .steps {
        gap: 3rem;
    }

    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-links {
        display: flex;
        gap: 4rem;
    }

    .section-title {
        font-size: 2.5rem;
    }
}

/* ==========================================
   LARGE DESKTOP STYLES (1440px and up)
   ========================================== */

@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }

    .hero-title {
        font-size: 3.5rem;
    }

    .hero-description {
        font-size: 1.125rem;
    }
}

/* ==========================================
   ANIMATIONS
   ========================================== */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content,
.benefit-card,
.step {
    animation: fadeIn 0.6s ease-out;
}/* End custom CSS */