:root {
    --primary: #14213d;
    --accent: #00adee;
    --success: #10b981;
    --muted: #64748b;
    --white: #ffffff;
    --light-bg: #f8fafc;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--light-bg);
    color: #1e293b;
    scroll-behavior: smooth;
}

h1, h2, h3, .brand-font {
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.5px;
}

/* Navbar */
.navbar {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(15px);
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}
.navbar.scrolled {
    padding: 0.8rem 0;
    box-shadow: 0 15px 40px rgba(20,33,61,0.08);
}
.nav-link {
    font-weight: 600;
    color: var(--primary) !important;
    margin: 0 1rem;
    font-size: 0.95rem;
}

/* Hero */
.hero {
    padding: 180px 0 120px;
    background: radial-gradient(circle at 80% 20%, rgba(0,173,238,0.08) 0%, transparent 40%),
        linear-gradient(180deg, #fff 0%, #f1f5f9 100%);
    position: relative;
}
.hero h1 {
    font-size: 4.8rem;
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 2rem;
}
.hero h1 span { color: var(--accent); display: inline-block; transition: transform 0.3s ease; }
.text-accent { color: var(--accent) !important; }
.btn-accent { background-color: var(--accent); border-color: var(--accent); }
.btn-primary { background-color: var(--primary); border-color: var(--primary); }
.btn-primary:hover { background-color: #1a2d54; }
.hero-badge {
    background: rgba(0,173,238,0.08);
    border: 1px solid rgba(0,173,238,0.2);
    color: var(--accent);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 8px 20px;
    border-radius: 50px;
    text-transform: uppercase;
}
.stat-number { font-size: 2.8rem; font-weight: 900; color: var(--primary); line-height: 1; }
.stat-label { color: var(--muted); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; }

/* Services */
.services-section { padding: 100px 0; background: white; }
.service-card {
    padding: 2.5rem;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    height: 100%;
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(20,33,61,0.08);
    border-color: rgba(0,173,238,0.3);
}
.service-icon {
    width: 60px; height: 60px;
    background: rgba(0,173,238,0.1);
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
}

/* Process */
.process-section { padding: 100px 0; background: #f8fafc; }
.process-step {
    background: white;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    position: relative;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}
.process-step:hover { box-shadow: 0 20px 40px rgba(20,33,61,0.06); transform: translateY(-4px); }
.step-number {
    width: 48px; height: 48px;
    background: var(--primary);
    color: white;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; font-weight: 900;
    margin-bottom: 1.5rem;
}

/* Vacantes */
.vacantes-section { padding: 100px 0; background: white; }
.job-card {
    background: white;
    border-radius: 20px;
    padding: 2rem 2.5rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    gap: 1.5rem;
}
.job-card:hover {
    border-color: var(--accent);
    box-shadow: 0 15px 40px rgba(0,173,238,0.08);
    transform: translateX(4px);
}
.salary-badge {
    background: rgba(16,185,129,0.1);
    color: var(--success);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
}

/* Modal Detalles - mejorado */
.modal-details-header {
    background: linear-gradient(135deg, var(--primary) 0%, #1a3a6e 100%);
    padding: 2.5rem;
    color: white;
}
.jd-section-title {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--accent);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(0,173,238,0.2);
}
.jd-content {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #334155;
}
.jd-content ul {
    padding-left: 1.2rem;
    margin-bottom: 0;
}
.jd-content ul li {
    margin-bottom: 0.4rem;
}
.jd-content p { margin-bottom: 0.8rem; }
.jd-info-card {
    background: #f8fafc;
    border-radius: 20px;
    padding: 1.8rem;
    border: 1px solid #e2e8f0;
    position: sticky;
    top: 1rem;
}
.sticky-apply-bar {
    position: sticky;
    bottom: 0;
    background: white;
    padding: 1rem;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.05);
}

/* Testimonials */
.testimonials-section { padding: 100px 0; background: var(--primary); }
.testimonial-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 24px;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
}
.testimonial-avatar {
    width: 56px; height: 56px;
    background: rgba(0,173,238,0.2);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; font-weight: 700; color: var(--accent);
}

/* CTA */
.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}
.cta-card {
    background: white;
    border-radius: 32px;
    padding: 4rem;
    box-shadow: 0 40px 80px rgba(20,33,61,0.1);
    border: 1px solid rgba(0,173,238,0.1);
}

/* Animations */
.animate-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}
.animate-up.visible {
    opacity: 1;
    transform: translateY(0);
}
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

/* Fix card flotante hero */
@media (max-width: 1399px) {
    .hero .position-absolute {
        display: none !important;
    }
}

@media (min-width: 1400px) and (max-width: 1919px) {
    .hero .position-absolute {
        right: 2% !important;
        max-width: 260px !important;
    }
}

@media (min-width: 1920px) {
    .hero .position-absolute {
        right: 5% !important;
        max-width: 300px !important;
        zoom: 0.85;
    }
}