/*
 * Bosh sahifa tipografiyasi (`app\assets\HomePageAsset`).
 *
 * `typography.css` dagi yagona shkala (11–28px) ichki sahifalar uchun.
 * Bosh sahifa to'liq ekranli bo'limlardan iborat: sarlavhalar va kartalar
 * uzoqdan o'qilishi, kerakli joylarda qalin bo'lishi kerak. O'lchamlar
 * redizayndan oldingi shablon qiymatlariga (h2 40px, kartalar 18–20px)
 * qaytarilgan, shrift — umumiy Montserrat.
 *
 * Hamma qoida `body.page-home` ostida — boshqa sahifalarga tegmaydi.
 * Dekorativ qiymatlar (statistika raqami 50px, "Барча янгиликлар" 25px)
 * `style.css` da o'zgarmagan.
 */

/* ============================================================
   Bosh ekran (hero)
   ============================================================ */

.page-home .main-banner h2 {
    font-size: 40px;
    font-weight: var(--fw-bold);
    line-height: 1.25;
    letter-spacing: 0.01em;
}

.page-home .promoto h3 {
    font-size: 22px;
    font-weight: var(--fw-medium);
    line-height: 1.4;
}

/* ============================================================
   Bo'lim sarlavhalari
   ============================================================ */

.page-home .section-title h2 {
    font-size: 40px;
    font-weight: var(--fw-bold);
    line-height: 1.2;
}

/* ============================================================
   Yangiliklar
   ============================================================ */

.page-home .news .top .nav-item .nav-link {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    line-height: 1.4;
}

.page-home .news .tab-content .big-news .content a {
    font-size: 20px;
    font-weight: var(--fw-bold);
    line-height: 28px;
}

.page-home .news .tab-content .big-news .content p {
    font-size: 15px;
    line-height: 24px;
}

/*
 * Sarlavha va anons to'liq keladi (HomeCardWidget) — joy qatorlar soni bilan
 * cheklanadi: matn qatorlarni to'liq to'ldiradi, sig'magani "…" bilan tugaydi.
 * Sarlavha doim 2 qator balandlikni egallaydi — kartalar bir tekis turadi.
 */
.page-home .news .tab-content .big-news .content > a {
    display: -webkit-box;
    overflow: hidden;
    min-height: 56px; /* 2 × 28px */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.page-home .news .tab-content .big-news .content p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.page-home .news .popular .small-news-wrapper .small-news .content > a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.page-home .news .tab-content .big-news .img .category {
    font-size: 13px;
    font-weight: var(--fw-semibold);
}

.page-home .news .infos {
    font-size: 14px;
    font-weight: var(--fw-medium);
}

.page-home .news .follower,
.page-home .news .follower .text {
    font-size: 18px;
    font-weight: var(--fw-bold);
    line-height: 1.4;
}

.page-home .news .popular h4 {
    font-size: 20px;
    font-weight: var(--fw-bold);
    line-height: 1.3;
}

.page-home .news .popular .small-news-wrapper .small-news .content a {
    font-size: 16px;
    font-weight: var(--fw-semibold);
    line-height: 24px;
}

.page-home .fullpage-wrapper .all-navigator a,
.page-home .all-navigator a {
    font-weight: var(--fw-semibold);
}

/* ============================================================
   Interaktiv xizmatlar va foydali havolalar (`.service-box`)
   ============================================================ */

.page-home .service-box h3 {
    font-size: 18px;
    font-weight: var(--fw-bold);
    line-height: 26px;
}

/* ============================================================
   Rahbariyat
   ============================================================ */

.page-home .expert-overlay {
    font-size: 18px;
    font-weight: var(--fw-medium);
    line-height: 26px;
}

.page-home .expert-description h5 {
    font-size: 18px;
    font-weight: var(--fw-bold);
    line-height: 1.4;
}

/* ============================================================
   Statistika
   ============================================================ */

.page-home .single-fact .count-text {
    font-weight: var(--fw-bold);
}

.page-home .single-fact .text-statistic {
    font-size: 18px;
    font-weight: var(--fw-semibold);
    line-height: 1.4;
}

/* ============================================================
   Tor ekranlar
   ============================================================ */

@media (max-width: 1199.98px) {
    .page-home .main-banner h2,
    .page-home .section-title h2 {
        font-size: 32px;
    }

    .page-home .news .tab-content .big-news .content a {
        font-size: 18px;
        line-height: 26px;
    }

    .page-home .news .tab-content .big-news .content > a {
        min-height: 52px; /* 2 × 26px */
    }
}

@media (max-width: 767.98px) {
    .page-home .main-banner h2 {
        font-size: 26px;
    }

    .page-home .section-title h2 {
        font-size: 28px;
    }

    .page-home .promoto h3 {
        font-size: 18px;
    }

    .page-home .news .top .nav-item .nav-link,
    .page-home .news .follower,
    .page-home .news .follower .text,
    .page-home .service-box h3,
    .page-home .expert-overlay,
    .page-home .expert-description h5,
    .page-home .single-fact .text-statistic {
        font-size: 16px;
    }

    .page-home .service-box h3 {
        line-height: 24px;
    }
}

@media (max-width: 575.98px) {
    .page-home .main-banner h2 {
        font-size: 22px;
    }

    .page-home .section-title h2 {
        font-size: 24px;
    }

    .page-home .news .tab-content .big-news .content a {
        font-size: 17px;
        line-height: 24px;
    }

    .page-home .news .tab-content .big-news .content > a {
        min-height: 48px; /* 2 × 24px */
    }
}
