/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #222;
    background: #f7f8fa;
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

header {
    background: #181f2c;
    box-shadow: 0 4px 16px rgba(24,31,44,0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 0;
}

.logo-pro, .logo-pro-footer {
    font-size: 2.1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 0.3em;
}

.logo-icon {
    font-size: 2.1rem;
    color: #1a73e8;
}

.logo-accent {
    color: #1a73e8;
}

.nav-list {
    list-style: none;
    display: flex;
    gap: 2.5rem;
}

.nav-list a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.08rem;
    padding: 0.3em 0.2em 0.2em 0.2em;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-bottom 0.2s;
    position: relative;
}

.nav-list a.active, .nav-list a:hover {
    color: #1a73e8;
    border-bottom: 2px solid #1a73e8;
}

main {
    padding: 2.5rem 0 2rem 0;
    min-height: 60vh;
}

.hero-pro {
    background: linear-gradient(120deg, #1a73e8 0%, #181f2c 100%);
    color: #fff;
    padding: 4rem 0 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-content h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.hero-content p {
    font-size: 1.25rem;
    margin-bottom: 2.2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn-pro {
    display: inline-block;
    background: #fff;
    color: #1a73e8;
    padding: 0.9rem 2.2rem;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(26,115,232,0.10);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.btn-pro:hover {
    background: #1a73e8;
    color: #fff;
    box-shadow: 0 4px 24px rgba(26,115,232,0.18);
}

.benefits-section {
    margin-top: 2.5rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(24,31,44,0.06);
    padding: 2.5rem 1.5rem;
}

.section-title {
    color: #1a73e8;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2.2rem;
    border-left: 5px solid #1a73e8;
    padding-left: 0.7rem;
}

.benefits-cards {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.benefit-card {
    background: #f7f8fa;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(26,115,232,0.04);
    padding: 2rem 1.5rem;
    text-align: center;
    flex: 1 1 220px;
    min-width: 220px;
    max-width: 320px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.benefit-card:hover {
    transform: translateY(-8px) scale(1.04);
    box-shadow: 0 6px 32px rgba(26,115,232,0.10);
}

.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a73e8;
}

.about-pro {
    margin-top: 2.5rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(24,31,44,0.06);
    padding: 2.5rem 1.5rem;
}

.about-cards {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.about-card {
    background: #f7f8fa;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(26,115,232,0.04);
    padding: 2rem 1.5rem;
    flex: 1 1 220px;
    min-width: 220px;
    max-width: 320px;
    text-align: center;
}

.services-pro {
    margin-top: 2.5rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(24,31,44,0.06);
    padding: 2.5rem 1.5rem;
}

.services-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    margin-top: 2.5rem;
}

.service-card {
    background: #f7f8fa;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(26,115,232,0.04);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}

.service-card:hover {
    transform: translateY(-8px) scale(1.04);
    box-shadow: 0 6px 32px rgba(26,115,232,0.10);
}

.service-icon-pro {
    font-size: 2.7rem;
    margin-bottom: 1.1rem;
    color: #1a73e8;
}

.contact-pro {
    margin-top: 2.5rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(24,31,44,0.06);
    padding: 2.5rem 1.5rem;
}

.contact-flex {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    align-items: flex-start;
}

.contact-form-col, .contact-info-col {
    flex: 1 1 320px;
    min-width: 280px;
}

.contact-form-pro {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 2rem;
    max-width: 400px;
}

.contact-form-pro label {
    font-weight: 600;
    color: #1a73e8;
}

.contact-form-pro input, .contact-form-pro textarea {
    padding: 0.8rem;
    border: 1.5px solid #cfd8dc;
    border-radius: 8px;
    font-size: 1rem;
    resize: none;
    transition: border 0.2s;
}

.contact-form-pro input:focus, .contact-form-pro textarea:focus {
    border: 1.5px solid #1a73e8;
    outline: none;
}

.contact-form-pro button {
    background: #1a73e8;
    color: #fff;
    border: none;
    padding: 0.9rem;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(26,115,232,0.10);
    transition: background 0.2s, box-shadow 0.2s;
}

.contact-form-pro button:hover {
    background: #155ab6;
    box-shadow: 0 4px 24px rgba(26,115,232,0.18);
}

.contact-info-col h2 {
    color: #1a73e8;
    margin-bottom: 1rem;
}

.whatsapp-btn-pro {
    display: inline-block;
    background: #25d366;
    color: #fff;
    padding: 0.8rem 1.7rem;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 1.2rem;
    font-size: 1.1rem;
    box-shadow: 0 2px 12px rgba(37,211,102,0.10);
    transition: background 0.2s, box-shadow 0.2s;
}

.whatsapp-btn-pro:hover {
    background: #1ebe57;
    box-shadow: 0 4px 24px rgba(37,211,102,0.18);
}

.footer-pro {
    background: #181f2c;
    color: #fff;
    padding: 2.5rem 0 1.2rem 0;
    margin-top: 3rem;
}

.footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.5rem;
}

.footer-col {
    flex: 1 1 220px;
    min-width: 180px;
    margin-bottom: 1.2rem;
}

.footer-desc {
    margin-top: 0.7rem;
    color: #b0b8c9;
    font-size: 1rem;
}

.footer-social-icons {
    display: flex;
    gap: 1.1rem;
    margin-top: 0.7rem;
}

.footer-icon-link {
    color: #fff;
    transition: color 0.2s;
    display: flex;
    align-items: center;
}

.footer-icon-link:hover {
    color: #1a73e8;
}

.footer-bottom {
    text-align: center;
    color: #b0b8c9;
    font-size: 0.98rem;
    margin-top: 1.5rem;
}

/* Responsive avanzado */
@media (max-width: 1200px) {
    .services-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-flex {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 900px) {
    .benefits-cards, .about-cards {
        flex-direction: column;
        gap: 1.5rem;
    }
    .services-cards {
        grid-template-columns: 1fr;
    }
    .contact-flex {
        flex-direction: column;
        gap: 2rem;
    }
    .nav-list {
        position: absolute;
        top: 70px;
        right: 0;
        background: #181f2c;
        flex-direction: column;
        width: 220px;
        box-shadow: 0 8px 32px rgba(24,31,44,0.18);
        padding: 1.5rem 0;
        gap: 1.5rem;
        align-items: flex-start;
        transform: translateX(100%);
        transition: transform 0.3s;
        opacity: 0.98;
        z-index: 150;
        border-radius: 0 0 0 16px;
    }
    .nav-list.open {
        transform: translateX(0);
    }
    .hamburger {
        display: flex;
    }
}

@media (max-width: 600px) {
    .nav-container {
        flex-direction: column;
        gap: 1.2rem;
    }
    .logo-pro, .logo-pro-footer {
        font-size: 1.4rem;
    }
    .section-title {
        font-size: 1.3rem;
        padding-left: 0.4rem;
    }
    .footer-col {
        min-width: 120px;
    }
    .hero-content h1 {
        font-size: 1.5rem;
    }
    .btn-pro, .whatsapp-btn-pro {
        font-size: 1rem;
        padding: 0.7rem 1.2rem;
    }
}

/* Separadores visuales */
main > section:not(:last-child) {
    border-bottom: 1.5px solid #e3e7ef;
    margin-bottom: 2.5rem;
}

/* Menú hamburguesa */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 200;
}
.hamburger span {
    display: block;
    height: 4px;
    width: 100%;
    background: #fff;
    margin: 5px 0;
    border-radius: 2px;
    transition: all 0.3s;
}

/* Animaciones CSS */
.animate-fadein {
    opacity: 0;
    transition: opacity 1s;
}
.animate-fadein.in-view {
    opacity: 1;
}
.animate-slideup {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s, transform 1s;
}
.animate-slideup.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Separador SVG */
.section-divider {
    display: block;
    width: 100%;
    height: 80px;
    margin-top: 0;
    pointer-events: none;
    position: relative;
    bottom: -1px;
}

/* Footer con mapa */
.footer-map {
    margin-top: 1.5rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(24,31,44,0.10);
}

/* Accesibilidad: foco visible */
:focus {
    outline: 2px solid #1a73e8;
    outline-offset: 2px;
}

/* Loader profesional mejorado y bloqueo total de scroll */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, #1a73e8 0%, #181f2c 100%);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s;
    overflow: hidden;
    pointer-events: all;
    touch-action: none;
}

.loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body.loading {
    overflow: hidden !important;
    overscroll-behavior: none !important;
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
}

.loader-logo {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.loader-bar {
    width: 200px;
    height: 4px;
    background: rgba(255,255,255,0.2);
    border-radius: 2px;
    overflow: hidden;
}

.loader-progress {
    height: 100%;
    background: #fff;
    border-radius: 2px;
    animation: loaderProgress 1.5s ease-in-out;
}

@keyframes loaderProgress {
    0% { width: 0%; }
    100% { width: 100%; }
}

/* Glassmorphism */
.glassmorphism {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
}

/* Parallax hero */
.parallax-hero {
    position: relative;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a73e8 0%, #181f2c 100%);
    z-index: -1;
}

/* Menú sticky */
.main-header.sticky {
    background: rgba(24, 31, 44, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(24,31,44,0.15);
    transition: all 0.3s;
}

.main-header.hidden {
    transform: translateY(-100%);
}

/* Estadísticas */
.stats-section {
    background: linear-gradient(135deg, #1a73e8 0%, #181f2c 100%);
    color: #fff;
    padding: 4rem 0;
    margin: 3rem 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 2.5rem;
}

.stat-item {
    text-align: center;
    padding: 2rem 1rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    display: block;
}

.stat-label {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}

/* Testimonios carrusel */
.testimonials-section {
    background: #fff;
    padding: 4rem 0;
    margin: 3rem 0;
}

.testimonials-carousel {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial-item {
    display: none;
    text-align: center;
    padding: 2rem;
}

.testimonial-item.active {
    display: block;
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.testimonial-content {
    padding: 2.5rem;
    border-radius: 16px;
    margin-bottom: 2rem;
}

.testimonial-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author strong {
    display: block;
    font-size: 1.1rem;
    color: #1a73e8;
    margin-bottom: 0.3rem;
}

.testimonial-author span {
    color: #666;
    font-size: 0.95rem;
}

/* Controles del carrusel */
.carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
}

.carousel-btn {
    background: #1a73e8;
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-btn:hover {
    background: #155ab6;
    transform: scale(1.1);
}

.carousel-dots {
    display: flex;
    gap: 0.5rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s;
}

.dot.active {
    background: #1a73e8;
    transform: scale(1.2);
}

/* Micro-interacciones mejoradas */
.btn-pro, .carousel-btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-pro:hover, .carousel-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(26,115,232,0.25);
}

.benefit-card, .service-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-card:hover, .service-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 12px 40px rgba(26,115,232,0.15);
}

/* Responsive para nuevas secciones */
@media (max-width: 900px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    .stat-number {
        font-size: 2.5rem;
    }
    .testimonial-content {
        padding: 2rem 1.5rem;
    }
    .carousel-controls {
        gap: 1rem;
    }
}

@media (max-width: 600px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    .stat-number {
        font-size: 2rem;
    }
    .testimonial-content p {
        font-size: 1rem;
    }
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

/* Equipo */
.team-section {
    background: #fff;
    padding: 4rem 0;
    margin: 3rem 0;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 2.5rem;
}

.team-member {
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-member:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 12px 40px rgba(26,115,232,0.15);
}

.member-avatar {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.member-role {
    color: #1a73e8;
    font-weight: 600;
    font-size: 0.95rem;
    display: block;
    margin-bottom: 1rem;
}

/* Valores */
.values-section {
    background: linear-gradient(135deg, #f7f8fa 0%, #e3f0ff 100%);
    padding: 4rem 0;
    margin: 3rem 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 2.5rem;
}

.value-item {
    text-align: center;
    padding: 2rem 1.5rem;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.value-item:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 32px rgba(26,115,232,0.12);
}

.value-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* Proceso de trabajo */
.process-section {
    background: #fff;
    padding: 4rem 0;
    margin: 3rem 0;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 2.5rem;
}

.process-step {
    text-align: center;
    padding: 2rem 1.5rem;
    border-radius: 16px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-step:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 8px 32px rgba(26,115,232,0.12);
}

.step-number {
    background: linear-gradient(135deg, #1a73e8 0%, #155ab6 100%);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem auto;
}

/* Casos de éxito */
.cases-section {
    background: linear-gradient(135deg, #1a73e8 0%, #181f2c 100%);
    color: #fff;
    padding: 4rem 0;
    margin: 3rem 0;
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-top: 2.5rem;
}

.case-item {
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.case-item:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 12px 40px rgba(255,255,255,0.1);
}

.case-image {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.case-stats {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.case-stats span {
    background: rgba(255,255,255,0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Servicios mejorados */
.service-features {
    list-style: none;
    margin-top: 1.5rem;
    padding: 0;
}

.service-features li {
    padding: 0.5rem 0;
    color: #666;
    font-size: 0.95rem;
    position: relative;
    padding-left: 1.5rem;
}

.service-features li::before {
    content: "✓";
    color: #1a73e8;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* FAQ */
.faq-section {
    background: #fff;
    padding: 4rem 0;
    margin: 3rem 0;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2.5rem;
}

.faq-item {
    padding: 2rem 1.5rem;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 8px 32px rgba(26,115,232,0.12);
}

.faq-item h3 {
    color: #1a73e8;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

/* Formulario mejorado */
.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #1a73e8;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e3e7ef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s;
    background: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26,115,232,0.1);
    outline: none;
}

.form-group input.error,
.form-group textarea.error {
    border-color: #dc3545;
}

.error-message {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 0.3rem;
    display: block;
    min-height: 1.2rem;
}

/* Información de contacto mejorada */
.contact-info-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 12px;
    transition: all 0.3s;
}

.contact-info-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 20px rgba(26,115,232,0.15);
}

.contact-icon {
    font-size: 2rem;
    color: #1a73e8;
}

.contact-info-item h3 {
    margin: 0 0 0.3rem 0;
    color: #1a73e8;
    font-size: 1.1rem;
}

.contact-info-item p {
    margin: 0;
    color: #666;
}

/* WhatsApp mejorado */
.whatsapp-btn-pro {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #25d366;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    margin: 2rem 0;
    font-size: 1.1rem;
    box-shadow: 0 4px 20px rgba(37,211,102,0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.whatsapp-btn-pro:hover {
    background: #1ebe57;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(37,211,102,0.4);
}

.whatsapp-btn-pro span {
    font-size: 1.3rem;
}

/* Responsive para nuevas secciones */
@media (max-width: 1200px) {
    .team-grid,
    .values-grid,
    .process-steps,
    .cases-grid,
    .faq-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .team-grid,
    .values-grid,
    .process-steps,
    .cases-grid,
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .contact-info-item {
        padding: 1rem;
    }
    
    .contact-icon {
        font-size: 1.5rem;
    }
}

@media (max-width: 600px) {
    .member-avatar,
    .case-image {
        font-size: 3rem;
    }
    
    .value-icon {
        font-size: 2.5rem;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .case-stats {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .case-stats span {
        font-size: 0.8rem;
    }
}

/* Efectos visuales premium adicionales */
.glassmorphism {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
}

.glassmorphism:hover {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 12px 40px rgba(31, 38, 135, 0.45);
}

/* Animaciones adicionales */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.benefit-icon,
.service-icon-pro,
.member-avatar,
.value-icon,
.case-image {
    animation: float 3s ease-in-out infinite;
}

/* Efectos de hover mejorados */
.nav-list a:hover {
    transform: translateY(-2px);
}

.footer-icon-link:hover {
    transform: scale(1.2) rotate(5deg);
}

/* Scroll suave mejorado */
html {
    scroll-behavior: smooth;
}

/* Optimización de rendimiento */
* {
    will-change: transform;
} 