/* PROFESSIONAL OVERRIDE - ENTERPRISE DESIGN */

/* ===== HERO SECTION COMPLETAMENTE PROFESIONAL ===== */
.hero-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><pattern id="grid" width="60" height="60" patternUnits="userSpaceOnUse"><path d="M 60 0 L 0 0 0 60" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="1200" height="800" fill="url(%23grid)"/><g opacity="0.04" fill="white"><circle cx="150" cy="150" r="3"/><circle cx="350" cy="280" r="2"/><circle cx="650" cy="180" r="4"/><circle cx="850" cy="350" r="2.5"/><circle cx="1050" cy="220" r="3"/><rect x="250" y="450" width="6" height="6" rx="1"/><rect x="750" y="520" width="4" height="4" rx="1"/></g></svg>');
    z-index: 1;
}

.animated-gradient {
    background: none !important;
    animation: none !important;
}

.hero-content {
    position: relative !important;
    z-index: 2 !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 6rem 2rem !important;
    text-align: center !important;
}

.hero-title {
    font-size: clamp(3.5rem, 8vw, 6rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 2rem !important;
    background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
}

.hero-subtitle {
    font-size: clamp(1.5rem, 3vw, 2.2rem) !important;
    font-weight: 600 !important;
    color: #cbd5e1 !important;
    margin-bottom: 1.5rem !important;
    letter-spacing: -0.01em !important;
}

.hero-description {
    font-size: clamp(1.1rem, 2vw, 1.3rem) !important;
    color: #94a3b8 !important;
    max-width: 650px !important;
    margin: 0 auto 3rem !important;
    line-height: 1.7 !important;
}

.hero-stats {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    gap: 1.5rem !important;
    margin-bottom: 3rem !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.stat-item {
    padding: 1.5rem !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 16px !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    text-align: center !important;
}

.stat-number {
    font-size: clamp(2.5rem, 4vw, 3.5rem) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    display: block !important;
    line-height: 1 !important;
}

.stat-label {
    font-size: 0.9rem !important;
    color: #cbd5e1 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin-top: 0.5rem !important;
}

/* ===== SECCIONES PROFESIONALES ===== */
.services-section,
.expertise-section,
.technologies-section {
    padding: 5rem 0 !important;
}

.services-section {
    background: #f8fafc !important;
}

.expertise-section {
    background: white !important;
}

.technologies-section {
    background: #f8fafc !important;
}

/* ===== HEADERS DE SECCIÓN PROFESIONALES ===== */
.section-header {
    text-align: center !important;
    margin-bottom: 4rem !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 2rem !important;
}

.section-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem) !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 1rem !important;
    letter-spacing: -0.02em !important;
    position: relative !important;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #0f766e 0%, #1e3a8a 100%);
    border-radius: 2px;
}

.section-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.3rem) !important;
    color: #64748b !important;
    line-height: 1.7 !important;
}

/* ===== SERVICIOS PROFESIONALES ===== */
.services-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)) !important;
    gap: 2.5rem !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

.service-card {
    background: white !important;
    border-radius: 20px !important;
    padding: 3rem 2.5rem !important;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08) !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #0f766e, #1e3a8a);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(15, 118, 110, 0.15) !important;
}

.service-icon {
    width: 80px !important;
    height: 80px !important;
    background: linear-gradient(135deg, #0f766e, #1e3a8a) !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 2rem !important;
    box-shadow: 0 8px 25px rgba(15, 118, 110, 0.2) !important;
}

.service-icon i {
    font-size: 2rem !important;
    color: white !important;
}

.service-title {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 1rem !important;
    letter-spacing: -0.01em !important;
}

.service-description {
    font-size: 1rem !important;
    color: #64748b !important;
    line-height: 1.7 !important;
    margin-bottom: 1.5rem !important;
}

.service-features {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    margin-bottom: 2rem !important;
}

.feature-tag {
    background: rgba(15, 118, 110, 0.1) !important;
    color: #0f766e !important;
    padding: 0.5rem 1rem !important;
    border-radius: 25px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    border: 1px solid rgba(15, 118, 110, 0.2) !important;
}

.service-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    color: #0f766e !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
}

.service-link:hover {
    color: #1e3a8a !important;
    transform: translateX(5px) !important;
}

/* ===== EXPERIENCIA PROFESIONAL ===== */
.expertise-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 2rem !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

.expertise-item {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%) !important;
    border-radius: 16px !important;
    padding: 2rem !important;
    text-align: center !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

.expertise-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(15, 118, 110, 0.1) !important;
}

.expertise-icon {
    width: 60px !important;
    height: 60px !important;
    background: linear-gradient(135deg, #0f766e, #1e3a8a) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 1.5rem !important;
    font-size: 1.8rem !important;
    color: white !important;
    box-shadow: 0 8px 25px rgba(15, 118, 110, 0.2) !important;
}

.expertise-item h3 {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 0.75rem !important;
}

.expertise-item p {
    color: #64748b !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
}

/* ===== TECNOLOGÍAS PROFESIONALES ===== */
.tech-categories {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 3rem !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

.tech-category {
    background: white !important;
    border-radius: 20px !important;
    padding: 3rem 2.5rem !important;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08) !important;
    border: 1px solid #e2e8f0 !important;
    text-align: center !important;
}

.tech-category h3 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 2rem !important;
    position: relative !important;
}

.tech-category h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #0f766e, #1e3a8a);
    border-radius: 2px;
}

.tech-items {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
    gap: 1.5rem !important;
}

.tech-item {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%) !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 1.5rem 1rem !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05) !important;
}

.tech-item:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(15, 118, 110, 0.1) !important;
    border-color: #0f766e !important;
}

.tech-item img {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 1rem !important;
    transition: transform 0.3s ease !important;
}

.tech-item:hover img {
    transform: scale(1.1) !important;
}

.tech-item span {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #0f172a !important;
}

/* ===== BOTONES PROFESIONALES ===== */
.btn-primary, .btn-secondary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 1rem 2rem !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
    letter-spacing: -0.01em !important;
}

.btn-primary {
    background: linear-gradient(135deg, #0f766e, #1e3a8a) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(15, 118, 110, 0.3) !important;
}

.btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(15, 118, 110, 0.4) !important;
}

.btn-secondary {
    background: transparent !important;
    color: white !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(10px) !important;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    transform: translateY(-2px) !important;
}

/* ===== CTA PROFESIONAL ===== */
.cta-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    padding: 6rem 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><defs><pattern id="cta-grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="1200" height="400" fill="url(%23cta-grid)"/></svg>');
}

.cta-content {
    position: relative !important;
    z-index: 2 !important;
    text-align: center !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

.cta-content h2 {
    font-size: clamp(2.5rem, 5vw, 3.5rem) !important;
    font-weight: 800 !important;
    color: white !important;
    margin-bottom: 1.5rem !important;
    letter-spacing: -0.02em !important;
}

.cta-description {
    font-size: clamp(1.1rem, 2vw, 1.3rem) !important;
    color: #cbd5e1 !important;
    margin-bottom: 3rem !important;
    line-height: 1.7 !important;
}

.cta-actions {
    display: flex !important;
    justify-content: center !important;
    gap: 2rem !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

.phone-link {
    color: #cbd5e1 !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.phone-link:hover {
    color: white !important;
}

/* ===== RESPONSIVE PROFESIONAL ===== */
@media (max-width: 768px) {
    .services-grid,
    .tech-categories {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
    
    .expertise-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    }
    
    .hero-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }
    
    .hero-actions,
    .cta-actions {
        flex-direction: column !important;
        gap: 1rem !important;
    }
    
    .service-card,
    .tech-category {
        padding: 2rem !important;
    }
    
    .hero-content {
        padding: 4rem 1rem !important;
    }
}

/* ===== TIPOGRAFÍA PROFESIONAL ===== */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* ===== LOGO PROFESIONAL ===== */
.logo-primary {
    color: #0f766e !important;
}

.logo-secondary {
    color: #64748b !important;
}
