/* About page-specific styles */
.about-hero-subtitle {
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.9;
    font-size: 1.2rem;
    margin-top: 15px;
    font-weight: 300;
}

.about-split-section {
    background: #fff;
    position: relative;
    z-index: 2;
}

.about-split-row {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.about-split-left {
    flex: 1;
    min-width: 300px;
    position: sticky;
    top: 100px;
    height: fit-content;
}

.about-image-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.about-image-card img {
    width: 100%;
    display: block;
}

.about-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.about-image-overlay h3 {
    color: #fff;
    margin: 0;
}

.about-split-right {
    flex: 1.2;
    min-width: 300px;
}

.about-journey-label {
    color: #16cde9;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
}

.about-journey-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    line-height: 1.2;
    color: #0a0e27;
}

.about-cta {
    margin-top: 50px;
}

.about-values-section {
    background: #f0f4f8;
    position: relative;
    overflow: hidden;
}

.about-values-blob {
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: rgba(22, 205, 233, 0.1);
    border-radius: 50%;
    filter: blur(80px);
}

.about-values-container {
    position: relative;
    z-index: 2;
}

.about-values-header {
    text-align: center;
    margin-bottom: 70px;
}

.about-values-header h2 {
    font-size: 3rem;
    color: #0a0e27;
}

.about-values-divider {
    width: 60px;
    height: 3px;
    background: #16cde9;
    margin: 25px auto;
}
