.about-hero {
    background: linear-gradient(135deg, #0f1f0f 0%, #1a2f1a 50%, #0d1f0d 100%);
    border-radius: 24px;
    padding: 64px 48px;
    position: relative;
    overflow: hidden;
    margin-bottom: 48px;
}

.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 70% at 90% 10%, rgba(34, 197, 94, 0.15) 0%, transparent 65%),
        radial-gradient(ellipse 40% 40% at 10% 90%, rgba(16, 185, 129, 0.1) 0%, transparent 60%);
}

.about-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(34, 197, 94, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 197, 94, 0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    border-radius: 24px;
}

.about-eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #4ade80;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.about-hero-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.about-hero-title span {
    background: linear-gradient(135deg, #4ade80, #22c55e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-hero-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    max-width: 560px;
    position: relative;
    z-index: 1;
}

/* Stat chips en el hero */
.hero-stats {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 36px;
    position: relative;
    z-index: 1;
}

.hero-stat {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 14px 20px;
    text-align: center;
}

.hero-stat-num {
    font-family: 'Syne', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #4ade80;
    line-height: 1;
}

.hero-stat-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Cards de misión, visión, objetivos */
.about-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
    padding: 32px 28px;
    transition: all 0.3s ease;
    height: 100%;
}

.about-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.about-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.6rem;
}

.about-card-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.about-card-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.7;
}

/* Objetivos list */
.obj-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.obj-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
}

.obj-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #dcfce7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.obj-dot i {
    font-size: 0.75rem;
    color: #16a34a;
}

/* Values section */
.values-section {
    background: linear-gradient(135deg, #f8fdf9, #f0faf2);
    border: 1px solid #e8f5e8;
    border-radius: 24px;
    padding: 48px;
    margin-top: 48px;
}

.value-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 18px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.2s;
}

.value-chip:hover {
    border-color: #bbf7d0;
    box-shadow: 0 4px 16px rgba(22, 163, 74, 0.1);
    transform: translateY(-2px);
}

.value-chip i {
    font-size: 1.1rem;
    color: #16a34a;
}

.section-eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #16a34a;
    margin-bottom: 8px;
}

.section-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
}