/**
 * AWTU Template - Nosotros Page Styles
 * Estilos específicos para la página "Nosotros"
 */

/* ========================================
   ESTILOS CRÍTICOS PARA EVITAR FOUC
   ======================================== */
.awtu-stats-main-nosotros {
    background: linear-gradient(135deg, 
        color-mix(in oklab, #14b08e 4%, transparent) 0%, 
        color-mix(in oklab, #e0f2fe 8%, transparent) 50%, 
        color-mix(in oklab, #3b82f6 5%, transparent) 100%) !important;
    border: none !important;
    padding: 3rem 2rem !important;
    border-radius: 1rem !important;
    margin-top: 2rem !important;
}

.awtu-stat-card-nosotros {
    text-align: center !important;
    padding: 1rem !important;
}

.awtu-stat-num-nosotros {
    font-size: 3rem !important;
    font-weight: 360 !important;
    color: #14b08e !important;
    margin-bottom: 0.5rem !important;
    line-height: 1 !important;
}

.awtu-stat-blue-nosotros {
    color: #007bff !important;
}

.awtu-stat-text-nosotros {
    font-size: 1.1rem !important;
    color: #64748b !important;
    font-weight: 400 !important;
}

.awtu-status-bar-nosotros {
    background: linear-gradient(135deg, #ffffff, #f8f9fa) !important;
    color: #000 !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.awtu-time-display-nosotros {
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    color: #000 !important;
}

.awtu-status-icons-nosotros i {
    font-size: 0.7rem !important;
    color: #000 !important;
    display: inline-block !important;
    margin-left: 0.3rem !important;
}

.awtu-status-icons-nosotros i:first-child {
    margin-left: 0 !important;
}

.awtu-stat-number-mockup-nosotros {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: #14b08e !important;
    margin-bottom: 0.2rem !important;
}

.awtu-stat-label-mockup-nosotros {
    font-size: 0.8rem !important;
    color: #64748b !important;
    font-weight: 600 !important;
}

.awtu-phone-mockup-nosotros {
    opacity: 1 !important;
    transform: none !important;
}

.awtu-team-section {
    background: #f8fbfb !important;
    padding: 6rem 0 !important;
    position: relative !important;
}

.awtu-team-title {
    font-size: 2.5rem !important;
    font-weight: 420 !important;
    color: #1e293b !important;
    margin-bottom: 1.5rem !important;
}

.awtu-team-title-accent {
    color: #14b08e !important;
}

.awtu-team-card {
    background: #ffffff !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.awtu-team-img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50% !important;
    border: 4px solid #14b08e !important;
}

.awtu-recruitment-card {
    background: #ffffff !important;
    border-radius: 1.5rem !important;
    padding: 3rem !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    width: 100% !important;
}
.awtu-download-section {
    background: #e9f2f0 !important;
    padding: 6rem 0 !important;
    position: relative !important;
}
.awtu-download-title {
    font-size: 3rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 1.5rem !important;
}
.awtu-download-title-accent {
    color: #007bff !important;
}
.awtu-download-btn {
    display: flex !important;
    align-items: center !important;
    background: #1e293b !important;
    color: #ffffff !important;
    padding: 1rem 1.5rem !important;
    border-radius: 0.8rem !important;
    text-decoration: none !important;
    min-width: 200px !important;
}
.awtu-feature-card {
    background: #ffffff !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}
.awtu-download-stats {
    display: flex !important;
    justify-content: center !important;
    gap: 2rem !important;
    flex-wrap: wrap !important;
}

/* ========================================
   HERO SECTION NOSOTROS - MEJORADO
   ======================================== */
.awtu-hero-nosotros {
    min-height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 8rem 0 3rem 0;
    margin-top: 2rem;
}



/* Contenido de texto mejorado */
.awtu-nosotros-content {
    position: relative;
    z-index: 3;
    padding-right: 3rem;
    animation: fadeInUp 0.8s ease-out;
}

.awtu-nosotros-title {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 2.5rem;
    color: #0f172a;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.02em;
}

.awtu-nosotros-title .text-primary {
    color: var(--awtu-primary) !important;
    position: relative;
    display: inline-block;
}


.awtu-nosotros-description {
    font-size: 1.6rem;
    line-height: 1.7;
    color: #6b7c7c;
    margin-bottom: 2.5rem;
    font-weight: 470;
    max-width: 90%;
}

.awtu-nosotros-highlight {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid #f8fbfb;
    position: relative;
}

.awtu-nosotros-quote {
    font-style: italic;
    font-size: 1.2rem;
    color: #6b7c7c;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
}


/* ========================================
   PHONE MOCKUP NOSOTROS - MEJORADO
   ======================================== */
.awtu-phone-mockup-container {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
    animation: fadeInRight 0.8s ease-out 0.3s both;
}



/* ========================================
   NUEVO MOCKUP DEL TELÉFONO - EXACTO AL FIGMA
   ======================================== */

/* Contenedor del teléfono */
.phone-mockup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}

/* Frame del teléfono */
.phone-frame {
    width: 300px;
    height: 600px;
    background:  oklch(.278 .033 256.848);
    border-radius: 30px;
    padding: 8px;
    box-shadow: none;
    position: relative;
}

/* Pantalla del teléfono */
.phone-screen {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Sección del header */
.header-section {
    padding: 50px 28px 16px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
}

.awtu-btn {
    background: #14b08e;
    color: white;
    border: none;
    padding: 4px 35px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: default;
}

.avatar-circle {
    width: 32px;
    height: 32px;
    background: #e9f2f0;
    border-radius: 50%;
}

/* Header de la app */
.app-header {
    background: #14b08e;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.app-title-btn {
    background: none;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
    cursor: default;
}

.user-avatar {
    width: 24px;
    height: 24px;
    background: #d1d5db;
    border-radius: 50%;
}

/* Contenido principal */
.main-content {
    flex: 1;
    padding: 40px 16px 0px 16px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 90%;
    margin: 0 auto;
}

.content-card {
    background: white;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    height: 230px;
}

.content-placeholder-large {
    width: 100%;
    height: 150px;
    background: oklch(.872 .01 258.338);
    border-radius: 8px;
}

.content-placeholder-small {
    width: 85%;
    height: 14px;
    background: #e5e7eb;
    border-radius: 4px;
}

.content-placeholder-small:nth-child(3) {
    width: 65%;
}

/* Navegación inferior */
.bottom-nav {
    padding: 4px 16px 80px 16px;
    display: flex;
    justify-content: space-around;
    background: white;
    width: 100%;
}

.nav-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 18px 30px;
    border-radius: 12px;
    background: transparent;
    min-width: 100px;
}

.historial-btn {
    background: #e0f7fa;
}

.talleres-btn {
    background: #e3f2fd;
}

.nav-icon {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.icon-inner {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 0;
}

.historial-icon {
    background: #14b08e;
}

.talleres-icon {
    background: #2563eb;
}

.nav-text {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
}

.historial-btn .nav-text {
    color: #14b08e;
    font-weight: 600;
}

.talleres-btn .nav-text {
    color: #3b82f6;
    font-weight: 600;
}


/* Animaciones */
@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

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

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ========================================
   PROBLEM SECTION - FONDO BLANCO
   ======================================== */
.awtu-problem-section {
    padding: 4rem 0;
    background: #ffffff;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.awtu-problem-content {
    padding-right: 2rem;
}

.awtu-problem-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.awtu-problem-title .text-primary {
    color: #14b8a6 !important;
    font-weight: 700;
}

.awtu-problem-description {
    font-size: 1rem;
    color: #1e293b;
    margin-bottom: 2rem;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.awtu-problems-list {
    margin-bottom: 2rem;
}

.problem-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0;
    background: transparent;
    border: none;
    transition: none;
    box-shadow: none;
}


.problem-icon {
    width: 32px;
    height: 32px;
    background: #ef4444;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.problem-icon i {
    color: #ffffff;
    font-size: 0.9rem;
}

.problem-content h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.3rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.problem-content p {
    color: #1e293b;
    margin: 0;
    line-height: 1.4;
    font-size: 0.9rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.awtu-problem-highlight {
    background: linear-gradient(90deg, 
        color-mix(in oklab, var(--primary, #14b08e) 5%, transparent) 0%, 
        color-mix(in oklab, var(--primary, #14b08e) 10%, transparent) 50%, 
        color-mix(in oklab, var(--primary, #14b08e) 5%, transparent) 100%) !important;
    border: 1px solid color-mix(in oklab, var(--primary, #14b08e) 10%, transparent);
    border-radius: 24px;
    padding: 1.5rem;
    box-shadow: none !important;
    margin-top: 1rem;
}

.awtu-problem-quote {
    font-size: 1rem;
    color: #0f1a1a;
    margin: 0;
    line-height: 1.5;
    font-weight: 700;
    text-align: left;
    font-style: normal;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.awtu-problem-quote .text-primary {
    color: #14b8a6 !important;
    font-weight: 700;
}

.awtu-problem-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.awtu-problem-image img {
    border-radius: 12px 12px 0 0;
    box-shadow: none;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* Animaciones */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 991.98px) {
    .awtu-problem-content {
        padding-right: 0;
        margin-bottom: 3rem;
    }
    
    .awtu-problem-title {
        font-size: 2.5rem;
    }
    
    .problem-item {
        padding: 1rem;
    }
    
    .problem-icon {
        width: 40px;
        height: 40px;
        margin-right: 1rem;
    }
    
    .problem-icon i {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .awtu-problem-section {
        padding: 6rem 0;
    }
    
    .awtu-problem-title {
        font-size: 2rem;
    }
    
    .awtu-problem-description {
        font-size: 1.1rem;
    }
    
    .problem-item {
        flex-direction: column;
        text-align: center;
    }
    
    .problem-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

/* ========================================
   PHILOSOPHY SECTION - FONDO VERDE CLARO
   ======================================== */
.awtu-philosophy-section {
    padding: 8rem 0;
    background: #f8fbfb;
    position: relative;
}

.awtu-philosophy-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--awtu-text-primary);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.awtu-philosophy-subtitle {
    font-size: 1.2rem;
    color: var(--awtu-text-secondary);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.awtu-philosophy-card {
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.awtu-philosophy-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.philosophy-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e9f2f0 0%, #f0f9f7 100%);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.philosophy-icon i {
    font-size: 2rem;
    color: var(--awtu-primary);
}

.philosophy-icon.vision {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
}

.philosophy-icon.vision i {
    color: #2196f3;
}

.philosophy-icon.values {
    background: linear-gradient(135deg, #f3e5f5 0%, #fce4ec 100%);
}

.philosophy-icon.values i {
    color: #9c27b0;
}

.awtu-philosophy-card h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--awtu-text-primary);
    margin-bottom: 1rem;
}

.awtu-philosophy-card p {
    color: var(--awtu-text-secondary);
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

.awtu-philosophy-quote {
    background: #ffffff;
    padding: 3rem;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease;
}

.awtu-philosophy-quote:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}


.quote-text {
    font-size: 1.3rem;
    color: var(--awtu-text-primary);
    font-style: italic;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.quote-author {
    font-size: 1rem;
    color: var(--awtu-text-secondary);
    font-weight: 600;
    margin: 0;
    text-align: right;
}

/* Animaciones */
.awtu-philosophy-card {
    animation: fadeInUp 0.6s ease-out;
}

.awtu-philosophy-card:nth-child(1) {
    animation-delay: 0.1s;
}

.awtu-philosophy-card:nth-child(2) {
    animation-delay: 0.2s;
}

.awtu-philosophy-card:nth-child(3) {
    animation-delay: 0.3s;
}

.awtu-philosophy-quote {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* Responsive */
@media (max-width: 991.98px) {
    .awtu-philosophy-title {
        font-size: 2.5rem;
    }
    
    .awtu-philosophy-card {
        padding: 2rem 1.5rem;
    }
    
    .philosophy-icon {
        width: 70px;
        height: 70px;
    }
    
    .philosophy-icon i {
        font-size: 1.8rem;
    }
}

@media (max-width: 767.98px) {
    .awtu-philosophy-section {
        padding: 6rem 0;
    }
    
    .awtu-philosophy-title {
        font-size: 2rem;
    }
    
    .awtu-philosophy-subtitle {
        font-size: 1.1rem;
    }
    
    .awtu-philosophy-card {
        padding: 1.5rem 1rem;
    }
    
    .philosophy-icon {
        width: 60px;
        height: 60px;
    }
    
    .philosophy-icon i {
        font-size: 1.5rem;
    }
    
    .awtu-philosophy-quote {
        padding: 2rem 1.5rem;
    }
    
    .quote-text {
        font-size: 1.1rem;
    }
}

/* ========================================
   DIFFERENCES SECTION - FONDO BLANCO
   ======================================== */
.awtu-differences-section {
    padding: 8rem 0;
    background: #ffffff;
    position: relative;
}

.awtu-differences-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--awtu-text-primary);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.awtu-differences-subtitle {
    font-size: 1.2rem;
    color: var(--awtu-text-secondary);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.awtu-difference-card {
    background: transparent;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: none;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
}

.awtu-difference-card:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: none;
}

.difference-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #e9f2f0 0%, #f0f9f7 100%);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.difference-icon i {
    font-size: 1.8rem;
    color: var(--awtu-primary);
}

.difference-icon.bell {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
}

.difference-icon.bell i {
    color: #2196f3;
}

.difference-icon.network {
    background: linear-gradient(135deg, #e9f2f0 0%, #f0f9f7 100%);
}

.difference-icon.network i {
    color: var(--awtu-primary);
}

.difference-icon.ai {
    background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
}

.difference-icon.ai i {
    color: #2196f3;
}

.awtu-difference-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--awtu-text-primary);
    margin-bottom: 1rem;
}

.awtu-difference-card p {
    color: var(--awtu-text-secondary);
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
    font-size: 0.95rem;
}

/* Estadísticas */
.awtu-stats-main-nosotros {
    background: linear-gradient(135deg, 
        color-mix(in oklab, #14b08e 4%, transparent) 0%, 
        color-mix(in oklab, #e0f2fe 8%, transparent) 50%, 
        color-mix(in oklab, #3b82f6 5%, transparent) 100%);
    border: none;
    padding: 3rem 2rem;
    border-radius: 1rem;
    margin-top: 2rem;
}

.awtu-stat-card-nosotros {
    text-align: center;
    padding: 1rem;
}

.awtu-stat-num-nosotros {
    font-size: 3rem;
    font-weight: 200;
    color: var(--awtu-primary);
    margin-bottom: 0.5rem;
    line-height: 1;
}

.awtu-stat-blue-nosotros {
    color: #007bff !important;
}

.awtu-stat-text-nosotros {
    font-size: 1.1rem;
    color: var(--awtu-text-secondary);
    font-weight: 400;
}

/* Sección del equipo */
.awtu-team-section {
    background: #f8fbfb;
    padding: 6rem 0;
    position: relative;
}

/* Título del equipo */
.awtu-team-title {
    font-size: 1.5rem;
    font-weight: 100;
    color: #1e293b;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.awtu-team-title-accent {
    color: var(--awtu-primary);
}

.awtu-team-description {
    font-size: 1.2rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Tarjetas del equipo */
.awtu-team-card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.awtu-team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Fotos del equipo */
.awtu-team-photo {
    margin-bottom: 1.5rem;
}

.awtu-team-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--awtu-primary);
    margin: 0 auto;
    display: block;
}

/* Información del equipo */
.awtu-team-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.awtu-team-role {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--awtu-primary);
    margin-bottom: 1rem;
}

.awtu-team-bio {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Redes sociales del equipo */
.awtu-team-social {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.awtu-social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.awtu-social-link:hover {
    transform: scale(1.1);
}

.awtu-linkedin {
    background: var(--awtu-primary);
    color: #ffffff;
}

.awtu-twitter {
    background: #1da1f2;
    color: #ffffff;
}

/* Tarjeta de reclutamiento */
.awtu-recruitment-card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0 auto;
}

.awtu-recruitment-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

.awtu-recruitment-description {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.awtu-recruitment-btn {
    display: inline-block;
    background: var(--awtu-primary);
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 0.8rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.awtu-recruitment-btn:hover {
    background: var(--awtu-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(32, 201, 151, 0.3);
    color: #ffffff;
}

/* Sección de descarga */
.awtu-download-section {
    background: #e9f2f0;
    padding: 6rem 0;
    position: relative;
}

/* Título de descarga */
.awtu-download-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.awtu-download-title-accent {
    color: #007bff;
}

.awtu-download-description {
    font-size: 1.2rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Botones de descarga */
.awtu-download-btn {
    display: flex;
    align-items: center;
    background: #1e293b;
    color: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 0.8rem;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 200px;
    margin: 0 0.5rem;
}

.awtu-download-btn:hover {
    background: #334155;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.awtu-download-btn i {
    font-size: 1.5rem;
    margin-right: 1rem;
}

.awtu-download-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.awtu-download-label {
    font-size: 0.8rem;
    opacity: 0.8;
    line-height: 1;
}

.awtu-download-store {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
}

/* Tarjetas de características */
.awtu-feature-card {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.awtu-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.awtu-feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 1rem;
    background: var(--awtu-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.awtu-feature-icon i {
    font-size: 1.5rem;
    color: #ffffff;
}

.awtu-feature-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

.awtu-feature-description {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Estadísticas de descarga */
.awtu-download-stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.awtu-stat-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.awtu-stat-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.awtu-stat-dot-green {
    background: var(--awtu-primary);
}

.awtu-stat-dot-blue {
    background: #007bff;
}

.awtu-stat-text {
    font-size: 1rem;
    color: #64748b;
    font-weight: 500;
}

/* Animaciones */
.awtu-difference-card {
    animation: fadeInUp 0.6s ease-out;
}

.awtu-difference-card:nth-child(1) {
    animation-delay: 0.1s;
}

.awtu-difference-card:nth-child(2) {
    animation-delay: 0.2s;
}

.awtu-difference-card:nth-child(3) {
    animation-delay: 0.3s;
}

.awtu-difference-card:nth-child(4) {
    animation-delay: 0.4s;
}

.awtu-stats-nosotros {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

/* Responsive */
@media (max-width: 991.98px) {
    .awtu-differences-title {
        font-size: 2.5rem;
    }
    
    .awtu-difference-card {
        padding: 1.5rem 1rem;
    }
    
    .difference-icon {
        width: 60px;
        height: 60px;
    }
    
    .difference-icon i {
        font-size: 1.5rem;
    }
    
    .stat-number-nosotros {
        font-size: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .awtu-differences-section {
        padding: 6rem 0;
    }
    
    .awtu-differences-title {
        font-size: 2rem;
    }
    
    .awtu-differences-subtitle {
        font-size: 1.1rem;
    }
    
    .awtu-difference-card {
        padding: 1.5rem 1rem;
    }
    
    .difference-icon {
        width: 50px;
        height: 50px;
    }
    
    .difference-icon i {
        font-size: 1.3rem;
    }
    
    .awtu-difference-card h4 {
        font-size: 1.2rem;
    }
    
    .awtu-difference-card p {
        font-size: 0.9rem;
    }
    
    .awtu-stats-nosotros {
        padding: 2rem 1rem;
    }
    
    .stat-number-nosotros {
        font-size: 2rem;
    }
    
    .stat-label-nosotros {
        font-size: 1rem;
    }
}

/* ========================================
   FEATURES SECTION - MEJORADA
   ======================================== */
.awtu-features-section {
    padding: 8rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.awtu-features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(32, 201, 151, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(32, 201, 151, 0.03) 0%, transparent 50%);
    z-index: 1;
}

.awtu-features-section .container {
    position: relative;
    z-index: 2;
}

.awtu-section-title {
    font-size: 3rem;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 1.5rem;
    text-align: center;
    letter-spacing: -0.02em;
}

.awtu-section-title .text-primary {
    color: var(--awtu-primary) !important;
    position: relative;
}

.awtu-section-title .text-primary::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--awtu-primary), var(--awtu-primary-light));
    border-radius: 2px;
    opacity: 0.3;
}

.awtu-section-subtitle {
    font-size: 1.2rem;
    color: #64748b;
    margin-bottom: 0;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.awtu-feature-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.8));
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 4px 15px rgba(32, 201, 151, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.awtu-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--awtu-primary), var(--awtu-primary-light));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.awtu-feature-card:hover::before {
    opacity: 1;
}

.awtu-feature-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 25px rgba(32, 201, 151, 0.15);
}

.awtu-feature-card .feature-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, var(--awtu-primary), var(--awtu-primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    color: white;
    font-size: 2rem;
    box-shadow: 
        0 8px 25px rgba(32, 201, 151, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.awtu-feature-card .feature-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer 3s infinite;
}

.awtu-feature-card h4 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1.2rem;
    letter-spacing: -0.01em;
}

.awtu-feature-card p {
    color: #64748b;
    line-height: 1.7;
    margin: 0;
    font-size: 1rem;
}

/* ========================================
   STATS SECTION
   ======================================== */
.awtu-stats-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, var(--awtu-primary), var(--awtu-primary-dark));
    color: white;
}

.awtu-stat-item {
    padding: 1rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

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

/* ========================================
   CTA SECTION
   ======================================== */
.awtu-cta-section {
    padding: 5rem 0;
    background: #f8fafc;
}

.awtu-cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.awtu-cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1rem;
}

.awtu-cta-description {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 2rem;
}

.awtu-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.awtu-cta-buttons .btn {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.awtu-cta-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 992px) {
    .awtu-nosotros-content {
        padding-right: 0;
        margin-bottom: 3rem;
    }
    
    .awtu-nosotros-title {
        font-size: 2.5rem;
    }
    
    .awtu-phone-mockup-container {
        padding: 1rem 0;
    }
}

@media (max-width: 768px) {
    .awtu-hero-nosotros {
        padding: 2rem 0;
    }
    
    .awtu-nosotros-title {
        font-size: 2rem;
    }
    
    .awtu-nosotros-description {
        font-size: 5.3rem;        /* Tamaño de la letra */
        line-height: 1.7;         /* Altura de línea */
        color: #475569;           /* Color de la letra (gris) */
        margin-bottom: 2.5rem;    /* Margen inferior */
        font-weight: 400;         /* Peso de la fuente (normal) */
        max-width: 90%;           /* Ancho máximo */
    }
    
    .awtu-section-title {
        font-size: 2rem;
    }
    
    .awtu-cta-title {
        font-size: 2rem;
    }
    
    .awtu-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .awtu-cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .awtu-nosotros-title {
        font-size: 1.75rem;
    }
    
    .awtu-nosotros-description {
        font-size: 1rem;
    }
    
    .awtu-feature-card {
        padding: 1.5rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
}

/* Gradiente de fondo usando color-mix */
@supports (color: color-mix(in lab, red, red)) {
    .from-primary\/5 {
        --tw-gradient-from: color-mix(in oklab, var(--primary) 2%, transparent);
    }
    
    .via-muted\/30 {
        --tw-gradient-via: color-mix(in oklab, var(--muted) 5%, transparent);
    }
    
    .to-secondary\/5 {
        --tw-gradient-to: color-mix(in oklab, var(--secondary) 1%, transparent);
    }
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-from), var(--tw-gradient-via), var(--tw-gradient-to));
}

.awtu-hero-nosotros.bg-gradient-to-br {
    background-image: linear-gradient(135deg, 
        color-mix(in oklab, #14b08e 4%, transparent) 0%, 
        color-mix(in oklab, #e0f2fe 8%, transparent) 50%, 
        color-mix(in oklab, #3b82f6 5%, transparent) 100%);
    box-shadow: 
        0 0 100px rgba(20, 184, 166, 0.1),
        0 0 50px rgba(59, 130, 246, 0.05);
}

/* Responsive Design */
@media (max-width: 992px) {
    .phone-frame {
        width: 240px;
        height: 480px;
    }
    
    .header-section {
        padding: 40px 20px 12px 20px;
    }
    
    .awtu-btn {
        padding: 3px 25px;
        font-size: 12px;
    }
    
    .avatar-circle {
        width: 28px;
        height: 28px;
    }
    
    .main-content {
        padding: 30px 12px 0px 12px;
    }
    
    .content-card {
        height: 180px;
        padding: 12px;
    }
    
    .content-placeholder-large {
        height: 80px;
    }
    
    .nav-button {
        padding: 14px 24px;
        min-width: 90px;
    }
    
    .nav-icon {
        width: 24px;
        height: 24px;
    }
    
    .nav-text {
        font-size: 10px;
    }
    
    .bottom-nav {
        padding: 4px 12px 60px 12px;
    }
}

@media (max-width: 768px) {
    .phone-frame {
        width: 200px;
        height: 400px;
    }
    
    .header-section {
        padding: 30px 16px 10px 16px;
    }
    
    .awtu-btn {
        padding: 3px 20px;
        font-size: 11px;
    }
    
    .avatar-circle {
        width: 24px;
        height: 24px;
    }
    
    .main-content {
        padding: 20px 10px 0px 10px;
    }
    
    .content-card {
        height: 150px;
        padding: 10px;
    }
    
    .content-placeholder-large {
        height: 60px;
    }
    
    .content-placeholder-small {
        height: 10px;
    }
    
    .nav-button {
        padding: 12px 20px;
        min-width: 80px;
        gap: 6px;
    }
    
    .nav-icon {
        width: 20px;
        height: 20px;
    }
    
    .nav-text {
        font-size: 9px;
    }
    
    .bottom-nav {
        padding: 4px 10px 50px 10px;
    }
}

@media (max-width: 576px) {
    .phone-frame {
        width: 180px;
        height: 360px;
    }
    
    .header-section {
        padding: 25px 12px 8px 12px;
    }
    
    .awtu-btn {
        padding: 2px 16px;
        font-size: 10px;
    }
    
    .avatar-circle {
        width: 20px;
        height: 20px;
    }
    
    .main-content {
        padding: 15px 8px 0px 8px;
    }
    
    .content-card {
        height: 120px;
        padding: 8px;
    }
    
    .content-placeholder-large {
        height: 50px;
    }
    
    .content-placeholder-small {
        height: 8px;
    }
    
    .nav-button {
        padding: 10px 16px;
        min-width: 70px;
        gap: 4px;
    }
    
    .nav-icon {
        width: 18px;
        height: 18px;
    }
    
    .nav-text {
        font-size: 8px;
    }
    
    .bottom-nav {
        padding: 4px 8px 40px 8px;
    }
}
