﻿/* LEEDER AGRI GENETICS - Professional About Us CSS */
/* Clean, Compact, Modern Design */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.leeder-about-section {
    background: linear-gradient(120deg, #f8faf8 0%, #f0f4f0 100%);
    padding: 60px 0;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
}

.leeder-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ========== PROFESSIONAL HEADER ========== */
.leeder-header-wrapper {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.leeder-year-badge {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    background: linear-gradient(135deg, #2e7d32, #1b5e20);
    padding: 6px 18px 6px 20px;
    border-radius: 60px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.25);
}

    .leeder-year-badge span {
        font-size: 1.2rem;
        font-weight: 800;
        color: #ffd54f;
    }

    .leeder-year-badge em {
        font-size: 0.75rem;
        font-style: normal;
        color: white;
        letter-spacing: 0.5px;
    }

.leeder-title-group {
    margin-bottom: 12px;
}

.leeder-main-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    margin-bottom: 4px;
}

.leeder-brand {
    color: #2e7d32;
    position: relative;
    display: inline-block;
}

    .leeder-brand::after {
        content: '';
        position: absolute;
        bottom: 4px;
        left: 0;
        width: 100%;
        height: 6px;
        background: rgba(46, 125, 50, 0.25);
        border-radius: 3px;
        z-index: -1;
    }

.leeder-sub-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #ff9800;
    letter-spacing: 2px;
}

.leeder-tagline-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
}

    .leeder-tagline-wrapper i {
        font-size: 0.8rem;
        color: #2e7d32;
        opacity: 0.6;
    }

    .leeder-tagline-wrapper p {
        font-size: 0.9rem;
        font-style: italic;
        color: #555;
        font-weight: 500;
    }

/* ========== TWO COLUMN LAYOUT ========== */
.leeder-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin-bottom: 40px;
}

/* ========== LEFT PANEL ========== */
.leeder-left-panel {
    background: white;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .leeder-left-panel:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
    }

.leeder-location-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e8f5e9;
    padding: 6px 16px;
    border-radius: 40px;
    margin-bottom: 20px;
    width: fit-content;
}

    .leeder-location-chip i {
        font-size: 0.85rem;
        color: #d32f2f;
    }

    .leeder-location-chip span {
        font-size: 0.85rem;
        font-weight: 500;
        color: #2e7d32;
    }

.leeder-description {
    margin-bottom: 25px;
}

    .leeder-description p {
        font-size: 0.95rem;
        line-height: 1.6;
        color: #333;
        text-align: justify;
    }

    .leeder-description strong {
        color: #2e7d32;
    }

/* Mission Vision Row */
.leeder-mv-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 25px;
}

.leeder-mv-item {
    padding: 15px;
    border-radius: 16px;
    transition: all 0.3s ease;
}

    .leeder-mv-item.mission {
        background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
        border-left: 4px solid #2e7d32;
    }

    .leeder-mv-item.vision {
        background: linear-gradient(135deg, #fff8e1, #ffecb3);
        border-left: 4px solid #ff9800;
    }

    .leeder-mv-item:hover {
        transform: translateY(-2px);
    }

.mv-icon {
    margin-bottom: 8px;
}

    .mv-icon i {
        font-size: 1.3rem;
    }

.mission .mv-icon i {
    color: #2e7d32;
}

.vision .mv-icon i {
    color: #ff9800;
}

.leeder-mv-item h4 {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #1a1a1a;
}

.leeder-mv-item p {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #555;
}

/* Stats Row */
.leeder-stats-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 25px;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.leeder-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

    .leeder-stat i {
        font-size: 1.5rem;
        color: #2e7d32;
    }

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 1.2rem;
    font-weight: 800;
    color: #d32f2f;
    line-height: 1.2;
}

.stat-label {
    font-size: 0.7rem;
    color: #666;
    font-weight: 500;
}

/* Values Row */
.leeder-values-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.leeder-value {
    background: #f5f5f5;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #444;
    transition: all 0.2s ease;
}

    .leeder-value:hover {
        background: #2e7d32;
        color: white;
        transform: translateY(-2px);
    }

/* ========== RIGHT PANEL ========== */
.leeder-right-panel {
    background: white;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .leeder-right-panel:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
    }

.leeder-photo-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.leeder-photo-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.leeder-office-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.leeder-photo-frame:hover .leeder-office-img {
    transform: scale(1.03);
}

.leeder-photo-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    padding: 20px 15px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
}

    .leeder-photo-label i {
        font-size: 0.9rem;
        color: #ff9800;
    }

    .leeder-photo-label span {
        font-size: 0.8rem;
        font-weight: 500;
    }

/* Why Choose Us */
.leeder-whyus {
    background: #fef9e6;
    padding: 18px;
    border-radius: 16px;
}

    .leeder-whyus h4 {
        font-size: 0.9rem;
        font-weight: 700;
        color: #e65100;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

        .leeder-whyus h4 i {
            color: #ff9800;
        }

    .leeder-whyus ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .leeder-whyus li {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 0.8rem;
        padding: 6px 0;
        color: #444;
        border-bottom: 1px dashed #ffe0b2;
    }

        .leeder-whyus li:last-child {
            border-bottom: none;
        }

        .leeder-whyus li i {
            font-size: 0.7rem;
            color: #2e7d32;
            width: 18px;
        }

/* Quote */
.leeder-quote {
    background: linear-gradient(135deg, #e8eaf6, #c5cae9);
    padding: 18px;
    border-radius: 16px;
    text-align: center;
    position: relative;
}

    .leeder-quote i:first-child {
        font-size: 1.2rem;
        color: #3f51b5;
        opacity: 0.5;
        margin-bottom: 8px;
        display: inline-block;
    }

    .leeder-quote p {
        font-size: 0.85rem;
        font-style: italic;
        line-height: 1.5;
        color: #1a1a2e;
        margin-bottom: 8px;
    }

    .leeder-quote span {
        font-size: 0.7rem;
        font-weight: 600;
        color: #3f51b5;
    }

/* CTA Buttons */
.leeder-cta-group {
    display: flex;
    gap: 12px;
    margin-top: 5px;
}

.leeder-btn {
    flex: 1;
    text-align: center;
    padding: 10px 16px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .leeder-btn.primary {
        background: linear-gradient(135deg, #2e7d32, #1b5e20);
        color: white;
        box-shadow: 0 2px 8px rgba(46, 125, 50, 0.3);
    }

        .leeder-btn.primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(46, 125, 50, 0.4);
        }

    .leeder-btn.secondary {
        background: linear-gradient(135deg, #ff9800, #f57c00);
        color: white;
        box-shadow: 0 2px 8px rgba(255, 152, 0, 0.3);
    }

        .leeder-btn.secondary:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(255, 152, 0, 0.4);
        }

/* ========== FOOTER BANNER ========== */
.leeder-footer-banner {
    background: linear-gradient(135deg, #1b5e20, #2e7d32);
    border-radius: 20px;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.banner-icon i {
    font-size: 2rem;
    color: #ffd54f;
}

.banner-text {
    flex: 1;
}

    .banner-text strong {
        display: block;
        font-size: 0.9rem;
        color: white;
        margin-bottom: 4px;
    }

    .banner-text span {
        font-size: 0.75rem;
        color: rgba(255, 255, 255, 0.8);
    }

.banner-link {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 8px 20px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

    .banner-link:hover {
        background: white;
        color: #2e7d32;
        transform: translateX(4px);
    }

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
    .leeder-two-columns {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .leeder-container {
        padding: 0 20px;
    }
}

@media (max-width: 600px) {
    .leeder-about-section {
        padding: 40px 0;
    }

    .leeder-main-title {
        font-size: 1.8rem;
    }

    .leeder-sub-title {
        font-size: 0.9rem;
    }

    .leeder-header-wrapper {
        margin-bottom: 35px;
    }

    .leeder-left-panel,
    .leeder-right-panel {
        padding: 20px;
    }

    .leeder-mv-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .leeder-stats-row {
        flex-direction: column;
        gap: 12px;
    }

    .leeder-stat {
        justify-content: space-between;
    }

    .leeder-cta-group {
        flex-direction: column;
    }

    .leeder-footer-banner {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .banner-text strong {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .leeder-container {
        padding: 0 16px;
    }

    .leeder-main-title {
        font-size: 1.5rem;
    }

    .leeder-tagline-wrapper p {
        font-size: 0.75rem;
    }

    .leeder-year-badge {
        padding: 4px 14px 4px 16px;
    }

        .leeder-year-badge span {
            font-size: 1rem;
        }

        .leeder-year-badge em {
            font-size: 0.65rem;
        }
}
