body.about-page {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #1F2937;
    background: #ffffff;
}

/* Fix content wrapper structure */
body.about-page .content-pusher {
    width: 100%;
    clear: both;
}

body.about-page #main-content,
body.about-page .main-content {
    width: 100% !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Fix footer alignment on about page */
body.about-page .site-footer,
body.about-page .footer,
body.about-page footer#colophon {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

body.about-page .elementor-element-3683d89 {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}

/* Also fix bottom copyright section - keep full width like other pages */
body.about-page .elementor-element-8ffc780 {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}

body.about-page .elementor-element-3683d89 .elementor-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

body.about-page .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

body.about-page section {
    width: 100%;
}

/* Hero */
body.about-page .hero-section {
    margin-top: 0 !important;
    padding-top: 80px !important;
    position: relative;
    padding-bottom: 120px;
    overflow: hidden;
    color: #ffffff;
}

body.about-page .hero-background {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(17, 24, 39, 0.78), rgba(37, 99, 235, 0.55)),
                url('../images/about/about_hero_banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: saturate(110%);
    transform: scale(1.02);
    z-index: 0;
}

body.about-page .hero-content {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

@keyframes heroGlow {
    0% {
        box-shadow: 
            0 25px 50px -12px rgba(0, 0, 0, 0.25),
            0 0 0 1px rgba(255, 255, 255, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.2),
            0 0 40px rgba(53, 109, 241, 0.1);
    }
    100% {
        box-shadow: 
            0 25px 50px -12px rgba(0, 0, 0, 0.25),
            0 0 0 1px rgba(255, 255, 255, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.2),
            0 0 60px rgba(53, 109, 241, 0.2);
    }
}

body.about-page .hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: -0.02em;
    position: relative;
}

body.about-page .hero-content h1 .highlight {
    background: linear-gradient(135deg, #FBBF24, #F59E0B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

body.about-page .hero-content p {
    font-size: 18px;
    color: rgba(241, 245, 249, 0.92);
    font-weight: 400;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Stats */
body.about-page .stats-section {
    background: #ffffff ;
    color: #000000;
    padding: 80px 0;
}

body.about-page .stats-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
}

body.about-page .stats-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;

}

body.about-page .stats-text p {
    font-size: 24px;
    color: #000000;
    line-height: 1.8;
    text-align: center;
}

body.about-page .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

body.about-page .stat-card {
    background: #F9FAFB;
    border-radius: 16px;
    padding: 28px 24px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

body.about-page .stat-card:hover {
    background: #FBBF24;
    color: #1F2937;
    transform: translateY(-5px);
}

body.about-page .stat-card:hover .stat-number,
body.about-page .stat-card:hover .stat-label {
    color: #1F2937;
}

body.about-page .stat-number {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 0.04em;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum", "lnum";
    display: inline-flex;
    align-items: baseline;
}

body.about-page .stat-label {
    font-size: 16px;
    opacity: 0.9;
}

/* Special */
body.about-page .special-section {
    padding: 80px 0;
    background: #ffffff;
}

body.about-page .special-inner {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 64px;
}

body.about-page .special-inner h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 16px;
}

body.about-page .special-inner h2 .highlight {
    color: #356DF1;
}

body.about-page .special-inner p {
    font-size: 16px;
    color: #6B7280;
}

body.about-page .features-grid {

    display: grid;
    grid-template-columns: 1fr; /* M?c d?nh 1 c?t tr�n di?n tho?i */
    gap: 20px;
    padding: 0 15px;
}

body.about-page .feature-card {
    background: #F9FAFB;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
}

body.about-page .feature-image {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #EEF2FF;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
}

body.about-page .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.3s ease;
    display: block;
}

body.about-page .feature-card:hover .feature-image img {
    transform: scale(1.05);
}

body.about-page .feature-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

body.about-page .feature-card p {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.7;
}

/* Testimonial */
body.about-page .testimonial-section {
    background: #ffffff;
    padding: 80px 0;
}

body.about-page .testimonial-container {
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
    gap: 48px;
    align-items: center;
}

body.about-page .testimonial-visual {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

body.about-page .testimonial-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, #E1E9FD 0%, #C7D2FE 100%);
    max-width: 300px; /* Gi?i h?n d? r?ng ?nh founder tr�n mobile */
    margin: 0 auto;
}

body.about-page .quote-icon {
    font-size: 72px;
    color: #CBD5F5;
    margin-bottom: 16px;
}

body.about-page .testimonial-text {
    font-size: 18px;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 24px;
}

body.about-page .testimonial-author {
    font-size: 26px;
    font-weight: 600;
    color: #1F2937;
    text-align: right;
}

/* Responsive */
@media (max-width: 992px) {
    body.about-page .stats-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    body.about-page .stats-text p {
        text-align: center;
    }

    body.about-page .features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.about-page .testimonial-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
        display: grid;
    }

    body.about-page .cta-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.about-page .hero-content {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    body.about-page .hero-content h1 {
        font-size: 32px;
    }

    body.about-page .hero-content p {
        font-size: 16px;
    }

    body.about-page .features-grid,
    body.about-page .cta-features {
        grid-template-columns: 1fr;
    }

    body.about-page .cta-title {
        font-size: 28px;
    }
}



/* --- Media Queries (Cho m�n h�nh l?n hon) --- */
@media (min-width: 992px) {
    body.about-page .features-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 c?t tr�n Desktop */
    }

    body.about-page .testimonial-container {
        grid-template-columns: 320px 1fr; /* ?nh b�n tr�i, ch? b�n ph?i */
        text-align: left;
    }
}
