﻿/* ==========================================================
   THPT HÀM THUẬN NAM - ABOUT STATS SECTION
   Tái tạo layout gần như 99% theo thiết kế PSD
   ========================================================== */

.htn-school-stats {
    position: relative;
    padding: 24px 0 36px;
    font-family: 'Montserrat', 'Be Vietnam Pro', Arial, sans-serif;
    z-index: 1;
}

.img-about-decor-s img {
    display: block;
    width: 100%;
    height: 100%;
}

.img-about-decor-s {
    margin-top: -112px;
}

.htn-stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 11px;
    position: absolute;
    left: 0;
    bottom: 150px;
    right: 0;
    width: 89%;
    margin: auto;
}

.htn-stat-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e7edf8;
    border-radius: 17px;
    min-height: 212px;
    padding: 28px 20px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 6px 18px rgba(14, 57, 145, 0.08), 0 2px 6px rgba(14, 57, 145, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transition: all 0.35s ease;
}

    .htn-stat-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 28px rgba(14, 57, 145, 0.12), 0 4px 12px rgba(14, 57, 145, 0.06);
    }

.htn-stat-icon {
    width: 86px;
    height: 86px;
    min-width: 86px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, #ffffff 0%, #f6faff 45%, #edf4ff 100%);
    box-shadow: inset 0 3px 8px rgba(255, 255, 255, 0.95), 0 4px 12px rgba(18, 73, 180, 0.06);
}

    .htn-stat-icon img {
        width: 52px;
        height: 52px;
        object-fit: contain;
        display: block;
    }

.htn-stat-content {
    flex: 1;
    padding-top: 2px;
}

.cout-star {
    display: flex;
    font-size: 33px;
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: -1.5px;
    color: #0a42d2;
    font-family: 'Montserrat-ExtraBold';
}

.htn-stat-content h3 {
    margin: 0 0 8px;
    font-size: 33px;
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: -1.5px;
    color: #0a42d2;
    font-family: 'Montserrat-ExtraBold';
    margin-right: 3px;
}

.htn-label-main {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 800;
    color: #123796;
    font-family: 'Montserrat-Bold';
}

.htn-stat-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
    color: #23407d;
    font-family: 'Montserrat-Medium';
}

/* Large Desktop - giống PSD 1920px */
@media (min-width: 1600px) {
    .htn-stat-card {
        min-height: 242px;
        padding: 30px 28px 26px;
    }

    .img-about-decor-s {
        margin-top: -149px;
    }

    .htn-stats-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 11px;
        left: 0;
        bottom: 228px;
        right: 0;
        margin: auto;
    }

    .htn-label-main {
        font-size: 24px;
    }

    .htn-stat-content p {
        font-size: 15px;
    }
}

/* Tablet */
@media (max-width: 1199px) {
    .htn-stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .htn-stat-card {
        min-height: 190px;
    }

    .htn-stat-content h3 {
        font-size: 56px;
    }

    .htn-label-main {
        font-size: 24px;
    }

    .htn-stat-content p {
        font-size: 17px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .htn-school-stats {
        padding: 20px 0 24px;
    }

    .img-about-decor-s {
        margin-top: -57px;
    }

    .htn-stats-container {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .htn-stat-card {
        min-height: auto;
        padding: 22px 20px;
        gap: 16px;
        border-radius: 20px;
    }

    .htn-stat-icon {
        width: 76px;
        height: 76px;
        min-width: 76px;
    }

        .htn-stat-icon img {
            width: 38px;
            height: 38px;
        }

    .htn-stat-content h3 {
        font-size: 42px;
        margin-bottom: 6px;
    }

    .htn-label-main {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .htn-stat-content p {
        font-size: 15px;
    }
}

/* ================= MOBILE OPTIMIZED ================= */
@media (max-width: 767px) {
    .htn-school-stats {
        padding: 20px 0 30px;
        background: #00267a;
    }

    /* Background */
    .img-about-decor-s {
        margin-top: -42px;
    }

        .img-about-decor-s img {
            width: 100%;
            height: auto;
            display: block;
        }

    /* Container chuyển về position relative để không bị chồng */
    .htn-stats-container {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        margin-top: -83px;
        padding: 0 12px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    /* Card */
    .htn-stat-card {
        min-height: auto;
        padding: 20px 18px;
        border-radius: 18px;
        gap: 14px;
        display: block;
        box-shadow: 0 6px 18px rgba(14, 57, 145, 0.08), 0 2px 6px rgba(14, 57, 145, 0.04);
    }

    /* Icon */
    .htn-stat-icon {
        width: 49px;
        height: 49px;
        min-width: 45px;
        margin: auto;
    }

        .htn-stat-icon img {
            width: 46px;
            height: 46px;
        }

    /* Content */
    .htn-stat-content {
        flex: 1;
        padding-top: 0;
    }

        /* Number */
        .htn-stat-content h3 {
            margin: 0 0 4px;
            font-size: 22px;
            line-height: 1;
            font-weight: 800;
            letter-spacing: -0.5px;
            text-align: center;
            margin-top: 7px;
            margin-right: 4px;
        }

    .cout-star {
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* Main label */
    .htn-label-main {
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 800;
        text-align: center;
        margin-top: 7px;
    }

    /* Description */
    .htn-stat-content p {
        font-size: 13px;
        line-height: 1.5;
        font-weight: 500;
        text-align: center;
    }

    /* Tắt hover trên mobile */
    .htn-stat-card:hover {
        transform: none;
        box-shadow: 0 6px 18px rgba(14, 57, 145, 0.08), 0 2px 6px rgba(14, 57, 145, 0.04);
    }
}