.about-hero,
.about-section-title,
.about-section-subtitle,
.about-value-card,
.about-stat-item,
.about-cta {
    text-align: center;
}

.about-hero,
.about-cta {
    color: #ffffff;
}

.about-hero h1,
.about-section-title,
.about-stat-number,
.about-cta h2 {
    font-weight: 800;
}

.about-value-title,
.about-cta .btn {
    font-weight: 700;
}

.about-section-title,
.about-value-title {
    color: #111827;
}

.about-section-subtitle,
.about-value-text {
    color: #6B7280;
}

.about-value-icon,
.about-stat-number {
    color: #2563EB;
}

.about-value-card,
.hover-lift {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-value-card:hover,
.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.about-hero {
    background-image: linear-gradient(135deg, #4f46e5 0%, #3730a3 100%);
    padding: 5rem 1rem 6rem 1rem;
    border-radius: 0 0 40px 40px;
    margin-bottom: 60px;
}

.about-hero h1 {
    font-size: 48px;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.about-hero p {
    font-size: 20px;
    color: #D1D5DB;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.about-section-title {
    font-size: 32px;
    margin-bottom: 16px;
}

.about-section-subtitle {
    font-size: 18px;
    margin-bottom: 48px;
}

.about-value-card {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    height: 100%;
}

.about-value-icon {
    width: 64px;
    height: 64px;
    background-color: #F3F4F6;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 24px;
}

.about-value-title {
    font-size: 20px;
    margin-bottom: 16px;
}

.about-value-text {
    line-height: 1.6;
    margin: 0;
}

.about-stats-wrapper {
    background-color: #F9FAFB;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    padding: 80px 0;
    margin: 80px 0;
}

.about-stat-number {
    font-size: 48px;
    margin-bottom: 8px;
    line-height: 1;
}

.about-stat-label {
    font-size: 16px;
    font-weight: 600;
    color: #4B5563;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-story {
    max-width: 800px;
    margin: 0 auto 80px;
    font-size: 18px;
    color: #374151;
    line-height: 1.8;
}

.about-cta {
    background-color: #2563EB;
    border-radius: 24px;
    padding: 60px 40px;
    margin-bottom: 80px;
}

.about-cta h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

.about-cta p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

.about-cta .btn {
    padding: 14px 32px;
    font-size: 16px;
    border-radius: 50px;
}

.tracking-wide {
    letter-spacing: 0.05em;
}