/* Modern About Us Page Styles - 2024 Design Trends */
/* Page-specific styles to prevent conflicts with global styles */

.about-page {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    color: #1e293b;
    overflow-x: hidden;
}

.about-page .section {
    padding: 3rem 0;
    position: relative;
}

/* ========================================
   HERO SECTION - Modern Design
======================================== */

.about-page .hero--modern {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.about-page .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.about-page .hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(168,85,163,0.1), rgba(192,132,197,0.05));
}

.about-page .hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(168,85,163,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(192,132,197,0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(168,85,163,0.05) 0%, transparent 50%);
}



/* Hero Badge */
.about-page .hero-badge {
    margin-bottom: 1.5rem;
}

.about-page .badge-modern {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #a855a3, #c084c5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    animation: about-page-pulse 2s infinite;
}

.about-page .badge-modern i {
    color: #ffffff;
    font-size: 1.2rem;
}

.about-page .badge-text {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.875rem;
}

/* Hero Title */
.about-page .hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #a855a3, #c084c5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.about-page .title-line {
    display: block;
    animation: about-page-slideInUp 0.8s ease-out;
}

/* Hero Subtitle */
.about-page .hero-subtitle {
    font-size: 1.25rem;
    color: gray;
    line-height: 1.6;
    margin-bottom: 3rem;
    max-width: 600px;
}

/* Modern Buttons */
.about-page .btn-modern {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.about-page .btn-primary-modern {
    background: linear-gradient(135deg, #a855a3, #c084c5);
    color: #ffffff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.about-page .btn-primary-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    color: #ffffff;
}

    .about-page .btn-outline-modern {
        background: transparent;
        color: #ffffff;
        border: 2px solid #ffffff;
    }

.about-page .btn-outline-modern:hover {
    background: #a855a3;
    color: #ffffff;
    transform: translateY(-2px);
}

.about-page .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.about-page .btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.about-page .btn-primary-modern:hover .btn-shine {
    left: 100%;
}

/* Hero Visual */
.about-page .hero-visual-modern {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page .floating-card {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.about-page .floating-card.card-1 {
    top: 20%;
    left: 20%;
    animation: about-page-float 3s ease-in-out infinite;
}

.about-page .floating-card.card-2 {
    top: 60%;
    right: 0%;
    animation: about-page-float 3s ease-in-out infinite 1s;
}

.about-page .floating-card.card-3 {
    bottom: 20%;
    left: 0%;
    animation: about-page-float 3s ease-in-out infinite 2s;
}

.about-page .card-icon {
    font-size: 1.5rem;
    color: #a855a3;
}

.about-page .hero-illustration {
    position: relative;
    z-index: 2;
}

.about-page .hero-visual img {
    max-width: 100%;
    height: auto;

}

/* ========================================
   SECTION HEADERS - Modern Design
======================================== */

.about-page .section-header {
    margin-bottom: 3rem;
}

.about-page .section-badge {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #a855a3, #c084c5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.about-page .section-badge i {
    color: #ffffff;
    font-size: 1.5rem;
}

.about-page .section-title-modern {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #a855a3, #c084c5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.about-page .section-subtitle-modern {
    font-size: 1.125rem;
    color: gray;
    max-width: 600px;
    margin: 0 auto;
}

/* ========================================
   TIMELINE SECTION - Modern Design
======================================== */

.about-page .timeline-modern {
    background: #f8fafc;
    position: relative;
}

.about-page .timeline-container {
    position: relative;
}

.about-page .timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(135deg, #a855a3, #c084c5);
    transform: translateY(-50%);
    z-index: 1;
}

.about-page .timeline-card {
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
}

.about-page .timeline-card-inner {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.about-page .timeline-card-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.about-page .timeline-year {
    position: relative;
    margin-bottom: 1.5rem;
}

.about-page .year-number {
    display: inline-block;
    background: linear-gradient(135deg, #a855a3, #c084c5);
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-weight: 700;
    font-size: 1.125rem;
}

.about-page .year-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(168,85,163,0.2) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
}

.about-page .timeline-content {
    margin-bottom: 1.5rem;
}

.about-page .timeline-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.about-page .timeline-description {
    color: gray;
    line-height: 1.6;
}

.about-page .timeline-icon {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #a855a3, #c084c5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2rem;
}

.about-page .card-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #a855a3, #c084c5);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 1.5rem;
    z-index: -1;
}

.about-page .timeline-card:hover .card-glow {
    opacity: 0.05;
}

/* ========================================
   VALUES SECTION - Modern Design
======================================== */

.about-page .values-modern {
    background: #ffffff;
}

.about-page .values-grid {
    position: relative;
}

.about-page .value-card {
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.about-page .value-card-inner {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition: all 0.3s ease;
}

.about-page .value-card:hover .value-card-inner {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.about-page .value-icon {
    margin-bottom: 1.5rem;
    position: relative;
}

.about-page .icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #a855a3, #c084c5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.about-page .icon-wrapper i {
    color: #ffffff;
    font-size: 1.8rem;
}

.about-page .icon-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(168,85,163,0.2) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-page .value-card:hover .icon-glow {
    opacity: 1;
}

    .about-page .value-content {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

.about-page .value-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.about-page .value-description {
    color: white;
    line-height: 1.6;
    margin-bottom: 0;
}

    .about-page .card-border {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 2px solid transparent;
        border-radius: 1.5rem;
        background: linear-gradient(135deg, a855a300, #c084c5);
        background-clip: padding-box;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

.about-page .value-card:hover .card-border {
    opacity: 1;
}

/* ========================================
   VISION & MISSION SECTION
======================================== */

.about-page .vision-mission-modern {
    background: #f8fafc;
}

.about-page .vm-card {
    height: 100%;
    position: relative;
}

.about-page .vm-card-inner {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    transition: all 0.3s ease;
}

.about-page .vm-card:hover .vm-card-inner {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.about-page .vm-icon {
    margin-bottom: 1.5rem;
    position: relative;
}

.about-page .icon-bg {
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.about-page .vision-icon-bg {
    background: linear-gradient(135deg, #a855a3, #c084c5);
}

.about-page .mission-icon-bg {
    background: linear-gradient(135deg, #c084c5, #6b8e23);
}

.about-page .icon-bg i {
    color: #ffffff;
    font-size: 1.5rem;
}

.about-page .icon-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(168,85,163,0.1) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: about-page-pulse 2s infinite;
}

.about-page .vm-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1e293b;
}

.about-page .vm-description {
    color: gray;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.about-page .vm-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #a855a3, #c084c5);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 1.5rem;
    z-index: -1;
}

.about-page .vm-card:hover .vm-glow {
    opacity: 0.05;
}

/* ========================================
   TEAM SECTION - Modern Design
======================================== */

.about-page .team-modern {
    background: #ffffff;
}

.about-page .team-card {
    position: relative;
    margin-bottom: 2rem;
}

.about-page .team-card-inner {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 3rem;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition: all 0.3s ease;
}

.about-page .team-card:hover .team-card-inner {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.about-page .team-avatar {
    margin-bottom: 1.5rem;
    position: relative;
}

.about-page .avatar-wrapper {
    position: relative;
    display: inline-block;
}

.about-page .avatar-bg {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #a855a3, #c084c5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.about-page .avatar-bg i {
    color: #ffffff;
    font-size: 2.5rem;
}

.about-page .avatar-ring {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 3px solid #a855a3;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-page .avatar-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(168,85,163,0.2) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-page .team-card:hover .avatar-ring,
.about-page .team-card:hover .avatar-glow {
    opacity: 1;
}

.about-page .team-content {
    margin-bottom: 1.5rem;
}

.about-page .team-name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.about-page .team-role {
    color: #a855a3;
    font-weight: 500;
    margin-bottom: 1rem;
}

.about-page .team-description {
    color: white;
    line-height: 1.6;
    margin-bottom: 0;
}

.about-page .team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #a855a3, #c084c5);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page .team-card:hover .team-overlay {
    opacity: 0.95;
}

.about-page .social-links {
    display: flex;
    gap: 1.5rem;
}

.about-page .social-link {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a855a3;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-page .social-link:hover {
    transform: scale(1.1);
    color: #a855a3;
}

/* ========================================
   STATISTICS SECTION - Modern Design
======================================== */

.about-page .stats-modern {
    position: relative;
    overflow: hidden;
}

.about-page .stats-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.about-page .stats-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(168,85,163,0.1), rgba(192,132,197,0.05));
}

.about-page .stats-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(168,85,163,0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(192,132,197,0.1) 0%, transparent 50%);
}

.about-page .stat-card {
    margin-bottom: 2rem;
}

.about-page .stat-card-inner {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    transition: all 0.3s ease;
}

.about-page .stat-card:hover .stat-card-inner {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.about-page .stat-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #a855a3, #c084c5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #ffffff;
    font-size: 1.5rem;
}

.about-page .stat-number {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #a855a3, #c084c5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
}

.about-page .stat-label {
    color: white;
    font-weight: 500;
    font-size: 1.125rem;
}

.about-page .stat-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #a855a3, #c084c5);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 1.5rem;
    z-index: -1;
}

.about-page .stat-card:hover .stat-glow {
    opacity: 0.05;
}

/* ========================================
   CTA SECTION - Modern Design
======================================== */

.about-page .cta-modern {
    position: relative;
    overflow: hidden;
}

.about-page .cta-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.about-page .cta-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #a855a3, #c084c5);
}

.about-page .cta-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.1) 0%, transparent 50%);
}

.about-page .floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about-page .float-element {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    animation: about-page-float 6s ease-in-out infinite;
}

.about-page .float-element.element-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.about-page .float-element.element-2 {
    top: 60%;
    right: 20%;
    animation-delay: 2s;
}

.about-page .float-element.element-3 {
    bottom: 20%;
    left: 70%;
    animation-delay: 4s;
}

.about-page .cta-content {
    position: relative;
    z-index: 2;
}

.about-page .cta-icon {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.3);
}

.about-page .cta-icon i {
    color: #ffffff;
    font-size: 2rem;
}

.about-page .cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.about-page .cta-description {
    font-size: 1.25rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.about-page .cta-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ========================================
   ANIMATIONS
======================================== */

@keyframes about-page-float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

@keyframes about-page-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.8; }
}

@keyframes about-page-slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   RESPONSIVE DESIGN
======================================== */

@media (max-width: 1200px) {
    .about-page .hero-title {
        font-size: 3rem;
    }
    
    .about-page .section-title-modern {
        font-size: 2.25rem;
    }
}

@media (max-width: 992px) {
    .about-page .hero-title {
        font-size: 2.5rem;
    }
    
    .about-page .section-title-modern {
        font-size: 2rem;
    }
    
    .about-page .floating-card {
        display: none;
    }
    
    .about-page .hero-visual-modern {
        height: 300px;
    }
    
    .about-page .timeline-line {
        display: none;
    }
}

@media (max-width: 768px) {
    .about-page .hero-title {
        font-size: 2rem;
    }
    
    .about-page .section-title-modern {
        font-size: 1.75rem;
    }
    
    .about-page .cta-title {
        font-size: 2rem;
    }
    
    .about-page .btn-modern {
        padding: 0.875rem 1.5rem;
        font-size: 0.875rem;
    }
    
    .about-page .cta-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .about-page .stat-number {
        font-size: 2.5rem;
    }
    
    .about-page .value-card-inner,
    .about-page .vm-card-inner,
    .about-page .team-card-inner,
    .about-page .stat-card-inner {
        padding: 2rem;
    }
    
    .about-page .cta-description {
        font-size: 1.125rem;
    }
}

@media (max-width: 576px) {
    .about-page .hero-title {
        font-size: 1.75rem;
    }
    
    .about-page .section-title-modern {
        font-size: 1.5rem;
    }
    
    .about-page .hero-subtitle {
        font-size: 1.125rem;
    }
    
    .about-page .cta-title {
        font-size: 1.75rem;
    }
    
    .about-page .badge-modern {
        width: 40px;
        height: 40px;
    }
    
    .about-page .badge-modern i {
        font-size: 1rem;
    }
    
    .about-page .section-badge {
        width: 50px;
        height: 50px;
    }
    
    .about-page .section-badge i {
        font-size: 1.25rem;
    }
}

/* ========================================
   ACCESSIBILITY IMPROVEMENTS
======================================== */

@media (prefers-reduced-motion: reduce) {
    .about-page * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus states for better accessibility */
.about-page .btn-modern:focus,
.about-page .social-link:focus {
    outline: 2px solid #a855a3;
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .about-page .hero-title,
    .about-page .section-title-modern,
    .about-page .stat-number {
        background: none;
        color: #a855a3;
        -webkit-background-clip: unset;
        background-clip: unset;
    }
    
    .about-page .badge-text,
    .about-page .section-subtitle-modern {
        color: #000000;
    }
}