/* ========================================
   About Us Page Styles
   ======================================== */

/* Hero Section */
.about-hero {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    background-color: #f8f8f5;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 80px;
}

.about-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.about-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.3;
}

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

.about-hero-content {
    max-width: 600px;
}

.about-hero-content h1 {
    font-size: 52px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 24px;
}

.about-hero-content p {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 32px;
}

.about-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.about-hero-actions .btn {
    padding: 14px 28px;
    font-size: 14px;
    border-radius: 25px;
}

/* ========================================
   Awards & Sustainability Section
   ======================================== */
.about-awards-sustainability {
    padding: 80px 0;
    background-color: #ffffff;
}

.awards-sustainability-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.awards-sustainability-left {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}

/* Large Support Badge (enlarged) */
.support-badge-large {
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-badge-large img {
    max-width: 450px;
    width: 100%;
    height: auto;
}

.awards-sustainability-right h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
}

.awards-sustainability-right p {
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
}

/* ========================================
   Diversified Trading Section
   ======================================== */
.about-diversified {
    padding: 80px 0;
    background-color: #f8f8f5;
}

.diversified-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.diversified-left {
    flex: 1;
}

.diversified-left h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
}

.diversified-left p {
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
}

.diversified-right {
    flex: 1;
}

.platform-mockup {
    text-align: center;
}

.platform-mockup img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

/* ========================================
   Fund Security Section
   ======================================== */
.about-fund-security {
    padding: 80px 0;
    background-color: #ffffff;
}

.fund-security-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.fund-security-left {
    flex: 1;
}

.security-image {
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.security-image img {
    max-width: 100%;
    height: auto;
}

.fund-security-right {
    flex: 1;
}

.fund-security-right h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
}

.fund-security-right p {
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.learn-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #C6FF00;
    background-color: #000000;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.learn-more-link:hover {
    background-color: #C6FF00;
    color: #000000;
}

/* ========================================
   Eight Reasons Section
   ======================================== */
.about-eight-reasons {
    padding: 80px 0;
    background-color: #f8f8f5;
}

.eight-reasons-content {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.eight-reasons-left {
    flex: 0 0 400px;
    position: sticky;
    top: 100px;
}

.reasons-subtitle {
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.big-number-8 img {
    max-width: 380px;
    width: 100%;
    height: auto;
}

.eight-reasons-right {
    flex: 1;
    min-width: 0;
}

.reasons-scroll-container {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 20px;
    scrollbar-width: thin;
    scrollbar-color: #C6FF00 #e0e0e0;
}

.reasons-scroll-container::-webkit-scrollbar {
    width: 6px;
}

.reasons-scroll-container::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 3px;
}

.reasons-scroll-container::-webkit-scrollbar-thumb {
    background: #C6FF00;
    border-radius: 3px;
}

.reasons-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #a8d900;
}

.reason-item {
    display: flex;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid #e0e0e0;
}

.reason-item.first-item {
    padding-top: 0;
}

.reason-item:last-child {
    border-bottom: none;
}

.reason-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
}

.reason-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reason-content {
    flex: 1;
}

.reason-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.reason-content p {
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
}

/* ========================================
   UM Reviews Section
   ======================================== */
.about-reviews {
    padding: 80px 0;
    background-color: #ffffff;
}

.reviews-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.reviews-text {
    flex: 1;
    max-width: 500px;
}

.reviews-text h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
}

.reviews-text p {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 28px;
}

.btn-green {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background-color: #C6FF00;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-green:hover {
    background-color: #a8d900;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(198, 255, 0, 0.4);
}

.reviews-image {
    flex-shrink: 0;
}

.reviews-image img {
    max-width: 560px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

/* ========================================
   Excellent Performance Section
   ======================================== */
.about-performance {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.performance-header {
    text-align: center;
    margin-bottom: 60px;
}

.performance-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.performance-header p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

/* Awards List Grid */
.awards-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.award-item {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    overflow: hidden;
}

.award-item:hover {
    transform: translateY(-8px);
    border-color: rgba(198, 255, 0, 0.4);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 30px rgba(198, 255, 0, 0.1);
}

.award-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 10px;
    text-decoration: none;
    height: 100%;
}

.award-img-box {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.award-img-box img {
    max-height: 170px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
}

.award-item:hover .award-img-box img {
    transform: scale(1.05);
}

.award-item p {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    margin: 0;
}

.award-item p span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 6px;
}

/* For 9 items: 5 in first row, 4 centered in second row */
.awards-list .award-item:nth-child(n+6) {
    /* Items 6-9 will auto-flow to second row */
}

/* Center the last row (4 items) */
@supports (display: grid) {
    .awards-list {
        justify-items: center;
    }
    
    /* Make the grid container align items */
    .about-performance .container {
        max-width: 1400px;
    }
}

/* ========================================
   App Download Section
   ======================================== */
.about-app-download {
    padding: 80px 0;
    background: linear-gradient(135deg, #C6FF00 0%, #9acd32 100%);
}

.app-download-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.app-download-left {
    flex: 1;
    display: flex;
    justify-content: center;
}

.app-phone-mockup img {
    max-width: 280px;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.app-download-right {
    flex: 1;
    text-align: center;
}

.app-qr-code {
    max-width: 150px;
    margin: 0 auto 30px;
}

.app-qr-code img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.app-download-right h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 24px;
    line-height: 1.5;
}

.app-download-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.app-btn img {
    height: 50px;
    width: auto;
    transition: transform 0.3s ease;
}

.app-btn:hover img {
    transform: scale(1.05);
}

/* ========================================
   News Section
   ======================================== */
.about-news {
    padding: 80px 0;
    background-color: #f8f8f5;
}

.news-header {
    text-align: center;
    margin-bottom: 50px;
}

.news-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.news-header p {
    font-size: 16px;
    color: #666666;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.news-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.news-image {
    display: block;
    height: 160px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    padding: 20px;
}

.news-content h4 {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-content p {
    font-size: 13px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-more {
    text-align: center;
}

/* ========================================
   Live Chat Widget
   ======================================== */
.live-chat-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.chat-options {
    position: absolute;
    bottom: 70px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.live-chat-widget:hover .chat-options {
    opacity: 1;
    visibility: visible;
}

.chat-option {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.chat-option:hover {
    transform: scale(1.1);
    background-color: #C6FF00;
}

.chat-option i {
    font-size: 20px;
    color: #333333;
}

.chat-toggle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #C6FF00;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(198, 255, 0, 0.4);
    transition: all 0.3s ease;
}

.chat-toggle:hover {
    transform: scale(1.1);
}

.chat-toggle img {
    width: 30px;
    height: 30px;
}

/* ========================================
   Footer Apps Column
   ======================================== */
.footer-apps-column {
    max-width: 200px;
}

.footer-app-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-app-buttons img {
    height: 45px;
    width: auto;
}

/* ========================================
   Responsive Styles
   ======================================== */
@media (max-width: 1400px) {
    .awards-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1200px) {
    .awards-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .about-hero-content h1 {
        font-size: 42px;
    }

    .awards-sustainability-content {
        flex-direction: column;
        text-align: center;
    }

    .awards-sustainability-left {
        flex-direction: column;
    }

    .support-badge-large img {
        max-width: 350px;
    }

    .diversified-content {
        flex-direction: column;
    }

    .fund-security-content {
        flex-direction: column;
    }

    .eight-reasons-content {
        flex-direction: column;
    }

    .eight-reasons-left {
        flex: none;
        width: 100%;
        position: relative;
        top: 0;
        text-align: center;
    }

    .big-number-8 img {
        max-width: 280px;
        margin: 0 auto;
    }

    .reasons-scroll-container {
        max-height: none;
        overflow-y: visible;
        padding-right: 0;
    }

    .reviews-content {
        flex-direction: column;
        text-align: center;
    }

    .reviews-text {
        max-width: 100%;
    }

    .reviews-image img {
        max-width: 480px;
    }

    .app-download-content {
        flex-direction: column;
    }

    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .awards-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-hero {
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .about-hero-content h1 {
        font-size: 32px;
    }

    .about-hero-actions {
        flex-direction: column;
    }

    .about-hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .support-badge-large img {
        max-width: 280px;
    }

    .big-number-8 img {
        max-width: 220px;
    }

    .reason-icon {
        width: 60px;
        height: 60px;
    }

    .reviews-text h3 {
        font-size: 28px;
    }

    .reviews-image img {
        max-width: 100%;
    }

    .performance-header h2 {
        font-size: 32px;
    }

    .awards-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .award-item a {
        padding: 24px 16px;
    }

    .award-img-box {
        height: 140px;
    }

    .award-img-box img {
        max-height: 130px;
    }

    .news-grid {
        grid-template-columns: 1fr;
    }

    .app-phone-mockup img {
        max-width: 220px;
    }
}

@media (max-width: 576px) {
    .about-hero-content h1 {
        font-size: 28px;
    }

    .awards-sustainability-right h2,
    .reviews-text h3,
    .performance-header h2,
    .news-header h2 {
        font-size: 28px;
    }

    .support-badge-large img {
        max-width: 240px;
    }

    .reason-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .reason-icon {
        width: 70px;
        height: 70px;
    }

    .reviews-text p {
        font-size: 14px;
    }

    .award-item p {
        font-size: 13px;
    }

    .award-item p span {
        font-size: 11px;
    }
}
