.mgl_page {
    color: #595757;
    line-height: 1.6;
}

.mgl_page section {
    padding: 80px 0;
}

.mgl_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.mgl_page h1,
.mgl_page h2,
.mgl_page h3,
.mgl_page h4,
.mgl_page p {
    margin: 0;
    padding: 0;
}

.mgl_page img {
    max-width: 100%;
    height: auto;
    display: block;
}

.mgl_page a {
    text-decoration: none;
    color: inherit;
}

/* Hero */
.mgl_hero {
    position: relative;
    background: #040000;
    color: #fff;
    padding: 140px 0 120px;
    text-align: center;
    overflow: hidden;
}

.mgl_hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/data/uploads/picture/20250314/07c47305c6e94d28831c36fa9c8a29b0.jpg') center/cover no-repeat;
    opacity: 0.25;
}

.mgl_hero .mgl_container {
    position: relative;
    z-index: 1;
}

.mgl_hero h1 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.mgl_hero p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
    margin: 0 auto;
}

/* Section Title */
.mgl_section-title {
    text-align: center;
    margin-bottom: 60px;
}

.mgl_section-title .mgl_label {
    display: inline-block;
    color: #9fca39;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: 600;
}

.mgl_section-title h2 {
    font-size: 36px;
    color: #333;
    font-weight: bold;
}

/* Profile */
.mgl_profile {
    background: #f8f8f8;
}

.mgl_profile-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.mgl_profile-img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.mgl_profile-text p {
    margin-bottom: 18px;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

.mgl_profile-text strong {
    color: #9fca39;
    font-weight: 600;
}

/* Features */
.mgl_features {
    background: #fff;
}

.mgl_features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mgl_feature-card {
    background: #f8f8f8;
    padding: 50px 35px;
    text-align: center;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.mgl_feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.mgl_feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    background: #9fca39;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mgl_feature-icon svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.mgl_feature-card h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.mgl_feature-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* Stats */
.mgl_stats {
    background: #040000;
    color: #fff;
    padding: 100px 0;
}

.mgl_stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}

.mgl_stat-item {
    padding: 20px;
}

.mgl_stat-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: rgba(159, 202, 57, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mgl_stat-icon svg {
    width: 26px;
    height: 26px;
    fill: #9fca39;
}

.mgl_stat-number {
    font-size: 48px;
    font-weight: bold;
    color: #9fca39;
    margin: 15px 0 10px;
    line-height: 1;
}

.mgl_stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Team */
.mgl_team {
    background: #f8f8f8;
}

.mgl_team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.mgl_team-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.mgl_team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.mgl_team-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.mgl_team-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mgl_team-card h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 6px;
    font-weight: 600;
}

.mgl_team-role {
    font-size: 14px;
    color: #9fca39;
    margin-bottom: 12px;
    font-weight: 500;
}

.mgl_team-desc {
    font-size: 13px;
    color: #888;
    padding: 0 25px;
    line-height: 1.5;
}

/* Gallery */
.mgl_gallery {
    background: #fff;
}

.mgl_gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.mgl_gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    cursor: pointer;
}

.mgl_gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

.mgl_gallery-item:hover img {
    transform: scale(1.08);
}

.mgl_gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.mgl_gallery-item:hover .mgl_gallery-overlay {
    opacity: 1;
}

.mgl_gallery-overlay svg {
    width: 40px;
    height: 40px;
    fill: #fff;
}

/* Contact */
.mgl_contact {
    background: #f8f8f8;
}

.mgl_contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.mgl_contact-info {
    padding-top: 10px;
}

.mgl_contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 30px;
}

.mgl_contact-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: rgba(159, 202, 57, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mgl_contact-icon svg {
    width: 22px;
    height: 22px;
    fill: #9fca39;
}

.mgl_contact-item h4 {
    font-size: 17px;
    color: #333;
    margin-bottom: 6px;
    font-weight: 600;
}

.mgl_contact-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.mgl_contact-form {
    background: #fff;
    padding: 45px;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.mgl_form-group {
    margin-bottom: 22px;
}

.mgl_form-group input,
.mgl_form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    font-size: 14px;
    color: #595757;
    background: #fafafa;
    outline: none;
    transition: border-color 0.3s, background 0.3s;
    font-family: inherit;
}

.mgl_form-group input:focus,
.mgl_form-group textarea:focus {
    border-color: #9fca39;
    background: #fff;
}

.mgl_form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.mgl_btn {
    display: inline-block;
    padding: 15px 45px;
    background: #9fca39;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    letter-spacing: 0.5px;
}

.mgl_btn:hover {
    background: #8ab82f;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 992px) {
    .mgl_hero h1 {
        font-size: 38px;
    }

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

    .mgl_team-grid {
        grid-template-columns: repeat(3, 1fr);
    }

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

@media (max-width: 768px) {
    .mgl_page section {
        padding: 60px 0;
    }

    .mgl_hero {
        padding: 100px 0 80px;
    }

    .mgl_hero h1 {
        font-size: 30px;
    }

    .mgl_hero p {
        font-size: 16px;
    }

    .mgl_section-title h2 {
        font-size: 26px;
    }

    .mgl_profile-content,
    .mgl_contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mgl_features-grid,
    .mgl_team-grid {
        grid-template-columns: 1fr;
    }

    .mgl_stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

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

    .mgl_stat-number {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .mgl_hero h1 {
        font-size: 24px;
    }

    .mgl_section-title h2 {
        font-size: 22px;
    }

    .mgl_stats-grid,
    .mgl_gallery-grid {
        grid-template-columns: 1fr;
    }

    .mgl_contact-form {
        padding: 30px 20px;
    }
}
