/* About Page - Modern Design */

.about-page {
    background: #f8f9fa;
    margin: -20px -15px 0;
    padding-bottom: 60px;
}

.about-page .container {
    max-width: 1100px;
}

.about-page h2 {
    font-size: 2.2em;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    text-align: center;
}

.about-page p {
    font-size: 1.1em;
    line-height: 1.7;
    color: #555;
}

/* Floating Signup */
.floating-signup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    border-radius: 50px;
}

.floating-signup .btn {
    border-radius: 50px;
    padding: 12px 30px;
}

/* Hero Section */
.about-hero {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    padding: 80px 20px;
    text-align: center;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

.about-hero .hero-badge {
    display: inline-block;
    color: #eba133;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about-hero h1 {
    font-size: 3.2em;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1a1a1a;
    letter-spacing: -1px;
}

.about-hero .hero-subtitle {
    font-size: 1.3em;
    color: #666;
    max-width: 600px;
    margin: 0 auto 35px;
    line-height: 1.5;
}

.about-hero .hero-cta {
    padding: 16px 40px;
    font-size: 1.1em;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(235, 161, 51, 0.3);
}

/* Stats Section */
.about-stats {
    background: #fff;
    padding: 50px 20px;
    border-bottom: 1px solid #eee;
}

.about-stats .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

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

.about-stats .stat-number {
    display: block;
    font-size: 2.8em;
    font-weight: 800;
    color: #eba133;
    line-height: 1;
    margin-bottom: 8px;
}

.about-stats .stat-label {
    font-size: 0.95em;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* Story Section */
.about-story {
    padding: 80px 20px;
    background: #fff;
}

.about-story .story-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.about-story p {
    margin-bottom: 20px;
}

/* Timeline Section */
.about-timeline {
    padding: 80px 20px;
    background: #f8f9fa;
}

.about-timeline .timeline {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding-left: 40px;
}

.about-timeline .timeline::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #eba133, #e68a00);
    border-radius: 3px;
}

.about-timeline .timeline-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 30px;
}

.about-timeline .timeline-item:last-child {
    margin-bottom: 0;
}

.about-timeline .timeline-item::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: #eba133;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(235, 161, 51, 0.4);
}

.about-timeline .timeline-year {
    display: inline-block;
    background: #eba133;
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.9em;
    margin-bottom: 12px;
}

.about-timeline .timeline-content h3 {
    font-size: 1.3em;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.about-timeline .timeline-content p {
    font-size: 1em;
    color: #666;
    margin: 0;
}

/* Team Section */
.about-team {
    padding: 80px 20px;
    background: #fff;
}

.about-team .team-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.about-team .team-info p {
    font-size: 1.15em;
    margin-bottom: 30px;
}

.about-team .team-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.about-team .team-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.about-team .team-link:hover {
    background: #eba133;
    border-color: #eba133;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(235, 161, 51, 0.3);
}

.about-team .team-link i {
    font-size: 1.1em;
}

/* Gallery Section */
.about-gallery {
    padding: 80px 20px;
    background: #f8f9fa;
}

.about-gallery .gallery-subtitle {
    text-align: center;
    color: #777;
    margin-top: -20px;
    margin-bottom: 40px;
}

/* Press Section */
.about-press {
    padding: 60px 20px;
    background: #fff;
}

.about-press .press-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.about-press .press-logo {
    opacity: 0.6;
    transition: all 0.2s ease;
    filter: grayscale(100%);
}

.about-press .press-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.about-press .press-logo img {
    max-height: 40px;
    max-width: 120px;
}

/* Testimonials Section */
.about-testimonials {
    padding: 80px 20px;
    background: #f8f9fa;
}

.about-testimonials .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.about-testimonials .testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    position: relative;
}

.about-testimonials .testimonial-quote {
    color: #eba133;
    font-size: 1.5em;
    margin-bottom: 15px;
    opacity: 0.5;
}

.about-testimonials .testimonial-text {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.about-testimonials .testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-testimonials .testimonial-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.about-testimonials .testimonial-author strong {
    display: block;
    color: #1a1a1a;
}

.about-testimonials .testimonial-author strong a {
    color: #1a1a1a;
    text-decoration: none;
}

.about-testimonials .testimonial-author strong a:hover {
    color: #eba133;
}

.about-testimonials .testimonial-author span {
    font-size: 0.85em;
    color: #888;
}

/* CTA Section */
.about-cta {
    padding: 80px 20px;
    background: linear-gradient(135deg, #fff 0%, #f5f5f5 100%);
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.about-cta h2 {
    color: #1a1a1a;
    margin-bottom: 15px;
}

.about-cta p {
    color: #666;
    font-size: 1.15em;
    margin-bottom: 30px;
}

.about-cta .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.about-cta .btn-orange {
    padding: 14px 35px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(235, 161, 51, 0.3);
}

.about-cta .btn-outline {
    padding: 14px 35px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #ddd;
    color: #333;
    font-weight: 600;
    transition: all 0.2s ease;
}

.about-cta .btn-outline:hover {
    border-color: #eba133;
    color: #eba133;
    background: rgba(235, 161, 51, 0.05);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .about-hero {
        padding: 60px 20px;
    }

    .about-hero h1 {
        font-size: 2em;
    }

    .about-hero .hero-subtitle {
        font-size: 1.05em;
    }

    .about-stats .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 15px;
    }

    .about-stats .stat-number {
        font-size: 2em;
    }

    .about-stats .stat-label {
        font-size: 0.8em;
    }

    .about-story,
    .about-timeline,
    .about-team,
    .about-gallery,
    .about-press,
    .about-testimonials,
    .about-cta {
        padding: 50px 20px;
    }

    .about-page h2 {
        font-size: 1.6em;
    }

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

    .about-team .team-links {
        flex-direction: column;
        align-items: center;
    }

    .about-team .team-link {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .about-press .press-logos {
        gap: 30px;
    }

    .about-press .press-logo img {
        max-height: 30px;
    }

    .floating-signup {
        bottom: 20px;
        right: 20px;
    }

    .about-timeline .timeline {
        padding-left: 30px;
    }

    .about-timeline .timeline-item {
        padding-left: 20px;
    }

    .about-timeline .timeline-item::before {
        left: -30px;
        width: 14px;
        height: 14px;
    }
}
