/* ==========================================================================
   ABOUT US STYLES - Servidiesel PREMIUM DARK
   ========================================================================== */

body {
    background-color: #030712;
    color: white;
}

.text-gradient {
    background: linear-gradient(135deg, #FF8C00 0%, #F97316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

#about-hero {
    padding: 140px 0 100px;
    background: radial-gradient(circle at top right, rgba(255, 140, 0, 0.08), transparent 40%),
                linear-gradient(135deg, #030712 0%, #0f172a 100%);
    position: relative;
    overflow: hidden;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.02);
    padding: 60px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease;
}

.hero-logo-container:hover {
    transform: translateY(-10px) rotate(-2deg);
}

.about-hero-logo {
    max-width: 100%;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
}

.hero-content-about h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: -1.5px;
    color: white;
}

.hero-content-about p {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: #94A3B8;
    line-height: 1.6;
    max-width: 650px;
}

.badge {
    background: rgba(255, 140, 0, 0.1);
    color: var(--primary-orange);
    border: 1px solid rgba(255, 140, 0, 0.2);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 30px;
    display: inline-flex;
    text-transform: uppercase;
}

/* Sección Julio César */
#julio-cesar {
    padding: 100px 0;
}

.employee-card {
    background: linear-gradient(145deg, #111827, #030712);
    padding: 60px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 80px;
    align-items: center;
    box-shadow: 0 40px 100px rgba(0,0,0,0.4);
}

.employee-image-wrapper {
    position: relative;
    flex-shrink: 0;
}

.employee-photo {
    width: 100%;
    height: 450px;
    border-radius: 30px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.experience-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: linear-gradient(135deg, var(--primary-orange), #EA580C);
    color: white;
    padding: 25px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(255, 140, 0, 0.3);
    display: flex;
    flex-direction: column;
    min-width: 140px;
}

.experience-badge .number {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
}

.experience-badge .text {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
}

.employee-details .title {
    color: var(--primary-orange);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 15px;
}

.employee-details h3 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 25px;
    color: white;
}

.highlight-text {
    font-style: italic;
    font-size: 1.5rem;
    color: #F1F5F9;
    margin-bottom: 35px;
    line-height: 1.5;
    border-left: 5px solid var(--primary-orange);
    padding-left: 30px;
}

.expert-list {
    list-style: none;
    padding: 0;
}

.expert-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #94A3B8;
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 500;
}

.expert-list li i {
    color: var(--primary-orange);
    font-size: 1.2rem;
}

/* ADN Section (Values) */
#our-story {
    padding: 100px 0;
    background-color: #030712;
}

.section-header-mini {
    text-align: center;
    margin-bottom: 70px;
}

.section-header-mini h2 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    margin-bottom: 20px;
    color: white;
}

.section-header-mini p {
    color: #94A3B8;
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.value-item {
    background: rgba(30, 41, 59, 0.4);
    padding: 50px 40px;
    border-radius: 35px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.value-item:hover {
    transform: translateY(-15px);
    background: rgba(30, 41, 59, 0.6);
    border-color: rgba(255, 140, 0, 0.3);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.value-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 140, 0, 0.1);
    color: var(--primary-orange);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 2.5rem;
    transition: all 0.4s ease;
}

.value-item:hover .value-icon {
    background: var(--primary-orange);
    color: white;
    transform: scale(1.1) rotate(10deg);
}

.value-item h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: white;
}

.value-item p {
    color: #94A3B8;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Workshop Mosaic */
#workshop-info {
    padding: 100px 0;
}

.workshop-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center;
}

.workshop-text h2 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 1.2;
    text-align: left;
    color: white;
}

.workshop-text p {
    font-size: 1.2rem;
    color: #94A3B8;
    margin-bottom: 35px;
    line-height: 1.7;
}

.feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.pill {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 24px;
    border-radius: 100px;
    color: #F1F5F9;
    font-size: 0.9rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.pill:hover {
    background: rgba(255, 140, 0, 0.1);
    border-color: var(--primary-orange);
    color: var(--primary-orange);
    transform: scale(1.05);
}

.workshop-mosaic {
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    gap: 25px;
    height: 550px;
}

.mosaic-main {
    height: 100%;
}

.mosaic-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.mosaic-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 25px;
}

.mosaic-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

/* CTA About Premium */
#cta-about {
    padding: 120px 0;
    background-color: #030712;
}

#cta-about .container {
    background: linear-gradient(135deg, var(--primary-orange), #EA580C);
    padding: 100px 60px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 40px 100px rgba(255, 140, 0, 0.2);
    color: white;
    position: relative;
    overflow: hidden;
}

#cta-about .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1), transparent 70%);
}

#cta-about h2 {
    color: white;
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: 900;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

#cta-about p {
    font-size: 1.4rem;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
    position: relative;
    z-index: 1;
    line-height: 1.6;
}

#cta-about .btn {
    background-color: #030712;
    color: white !important;
    padding: 22px 60px;
    font-size: 1.2rem;
    font-weight: 800;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    display: inline-block;
}

#cta-about .btn:hover {
    transform: translateY(-8px) scale(1.05);
    background-color: #0f172a;
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */

@media (max-width: 1200px) {
    .about-hero-grid { gap: 40px; }
    .employee-card { gap: 40px; }
}

@media (max-width: 992px) {
    #about-hero { padding: 120px 0 80px; }
    
    .about-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-logo-container {
        max-width: 300px;
        margin: 0 auto;
        padding: 40px;
    }

    .hero-content-about p { margin: 0 auto; }

    .employee-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 60px 30px;
    }

    .employee-image-wrapper {
        max-width: 350px;
        margin: 0 auto;
    }

    .employee-photo {
        height: 350px;
        border-radius: 50%; /* Foto circular en tablet/móvil */
        aspect-ratio: 1/1;
    }

    .experience-badge {
        right: 0;
        bottom: 0;
        padding: 15px;
        min-width: 100px;
    }

    .highlight-text {
        border-left: none;
        padding-left: 0;
        border-top: 4px solid var(--primary-orange);
        padding-top: 30px;
        font-size: 1.3rem;
    }

    .expert-list li {
        justify-content: center;
    }

    .workshop-layout {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 50px;
    }

    .workshop-text h2 { text-align: center; }
    .feature-pills { justify-content: center; }

    .workshop-mosaic {
        height: 450px;
    }
}

@media (max-width: 768px) {
    .section-header-mini h2 { font-size: 2.5rem; }
    .employee-details h3 { font-size: 2.2rem; }
    
    .workshop-mosaic {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .mosaic-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        height: 200px;
    }

    #cta-about .container {
        padding: 60px 30px;
    }
}

@media (max-width: 576px) {
    .hero-content-about h1 { font-size: 2.5rem; }
    .employee-photo { width: 220px; height: 220px; }
    .experience-badge .number { font-size: 1.8rem; }
    .experience-badge { min-width: 80px; padding: 10px; }
    
    .mosaic-side {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .mosaic-side img { height: 200px; }

    #cta-about .btn {
        width: 100%;
        padding: 18px 20px;
        font-size: 1rem;
    }
}
