/* About */
.about-page .about-shell {
                background: #ffffff;
                color: #1f1f1f;
                border-radius: 28px;
                padding: 40px;
                box-shadow: 0 20px 50px rgba(46, 23, 95, 0.1);
                margin-bottom: 30px;
            }

            .about-page .hero-section {
                text-align: center;
                padding: 60px 20px;
                background: linear-gradient(135deg, #f8f6ff 0%, #ffffff 100%);
                border-radius: 24px;
                margin-bottom: 40px;
                position: relative;
                overflow: hidden;
            }

            .about-page .hero-section::before {
                content: "";
                position: absolute;
                width: 300px;
                height: 300px;
                background: radial-gradient(circle, rgba(148, 127, 252, 0.15), transparent);
                border-radius: 50%;
                top: -150px;
                right: -150px;
            }

            .about-page .hero-section::after {
                content: "";
                position: absolute;
                width: 250px;
                height: 250px;
                background: radial-gradient(circle, rgba(217, 213, 253, 0.2), transparent);
                border-radius: 50%;
                bottom: -125px;
                left: -125px;
            }

            .about-page .hero-content {
                position: relative;
                z-index: 1;
            }

            .about-page .hero-title {
                font-size: 2.8rem;
                font-weight: 800;
                color: #2e175f;
                margin-bottom: 20px;
                line-height: 1.2;
            }

            .about-page .hero-description {
                font-size: 1.25rem;
                color: #5b4f75;
                max-width: 700px;
                margin: 0 auto 30px;
                line-height: 1.7;
            }

            .about-page .stats-row {
                display: flex;
                justify-content: center;
                gap: 40px;
                flex-wrap: wrap;
                margin-top: 40px;
            }

            .about-page .stat-item {
                text-align: center;
            }

            .about-page .stat-number {
                font-size: 2.5rem;
                font-weight: 800;
                color: #6c5aa7;
                display: block;
                margin-bottom: 5px;
            }

            .about-page .stat-label {
                font-size: 0.95rem;
                color: #5b4f75;
                font-weight: 600;
            }

            .about-page .mission-section {
                margin: 50px 0;
            }

            .about-page .section-title {
                font-size: 2rem;
                font-weight: 700;
                color: #2e175f;
                margin-bottom: 15px;
                text-align: center;
            }

            .about-page .section-description {
                font-size: 1.1rem;
                color: #5b4f75;
                line-height: 1.8;
                text-align: center;
                max-width: 800px;
                margin: 0 auto 40px;
            }

            .about-page .feature-grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
                gap: 25px;
                margin-top: 40px;
            }

            .about-page .feature-card {
                background: #f8f6ff;
                border-radius: 20px;
                padding: 30px;
                text-align: center;
                transition: all 0.3s ease;
                border: 2px solid transparent;
            }

            .about-page .feature-card:hover {
                transform: translateY(-5px);
                border-color: #947ffc;
                box-shadow: 0 15px 35px rgba(148, 127, 252, 0.2);
            }

            .about-page .feature-icon {
                width: 70px;
                height: 70px;
                background: linear-gradient(135deg, #947ffc, #6c5aa7);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 auto 20px;
                font-size: 1.8rem;
                color: #ffffff;
            }

            .about-page .feature-title {
                font-size: 1.3rem;
                font-weight: 700;
                color: #2e175f;
                margin-bottom: 12px;
            }

            .about-page .feature-text {
                font-size: 1rem;
                color: #5b4f75;
                line-height: 1.7;
            }

            .about-page .timeline-section {
                margin: 60px 0;
                padding: 50px 30px;
                background: linear-gradient(135deg, rgba(148, 127, 252, 0.05), rgba(217, 213, 253, 0.1));
                border-radius: 24px;
            }

            .about-page .timeline {
                max-width: 800px;
                margin: 0 auto;
                position: relative;
                padding-left: 50px;
            }

            .about-page .timeline::before {
                content: "";
                position: absolute;
                left: 15px;
                top: 0;
                bottom: 0;
                width: 3px;
                background: linear-gradient(180deg, #947ffc, #d9d5fd);
            }

            .about-page .timeline-item {
                position: relative;
                margin-bottom: 40px;
            }

            .about-page .timeline-item::before {
                content: "";
                position: absolute;
                left: -42px;
                top: 5px;
                width: 20px;
                height: 20px;
                background: #6c5aa7;
                border-radius: 50%;
                border: 4px solid #ffffff;
                box-shadow: 0 0 0 3px #f8f6ff;
            }

            .about-page .timeline-year {
                font-size: 1.1rem;
                font-weight: 700;
                color: #6c5aa7;
                margin-bottom: 8px;
            }

            .about-page .timeline-text {
                font-size: 1.05rem;
                color: #3d3359;
                line-height: 1.7;
            }

            .about-page .values-section {
                margin: 50px 0;
            }

            .about-page .value-card {
                background: #ffffff;
                border: 2px solid #f0ecff;
                border-radius: 20px;
                padding: 30px;
                height: 100%;
                transition: all 0.3s ease;
            }

            .about-page .value-card:hover {
                border-color: #947ffc;
                box-shadow: 0 10px 30px rgba(148, 127, 252, 0.15);
            }

            .about-page .value-emoji {
                font-size: 3rem;
                margin-bottom: 15px;
            }

            .about-page .value-title {
                font-size: 1.4rem;
                font-weight: 700;
                color: #2e175f;
                margin-bottom: 10px;
            }

            .about-page .value-text {
                font-size: 1rem;
                color: #5b4f75;
                line-height: 1.7;
            }

            @media (max-width: 768px) {
                .about-page .about-shell {
                    padding: 25px;
                }

                .about-page .hero-section {
                    padding: 40px 20px;
                }

                .about-page .hero-title {
                    font-size: 2rem;
                }

                .about-page .hero-description {
                    font-size: 1.1rem;
                }

                .about-page .stat-number {
                    font-size: 2rem;
                }

                .about-page .stats-row {
                    gap: 25px;
                }

                .about-page .section-title {
                    font-size: 1.6rem;
                }

                .about-page .feature-grid {
                    grid-template-columns: 1fr;
                }

                .about-page .timeline {
                    padding-left: 40px;
                }

                .about-page .timeline-item::before {
                    left: -35px;
                }
            }

.about-page {
  max-width: 1200px;
}

.about-page .about-cta {
  border-top: 2px solid #f0ecff;
}

.about-page .about-cta-title {
  color: #2e175f;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-page .about-cta-text {
  color: #5b4f75;
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.about-page .about-cta-link {
  font-weight: 600;
}
