/* ============================
   STATISTICS SECTION (CLEAN)
   ============================ */

.stats {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: url("../img/bg_1.jpg") center/cover no-repeat;
}

/* Dark overlay */
.stats::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,
            rgba(15, 52, 96, 0.85),
            rgba(27, 79, 138, 0.75));
    z-index: 1;
}

/* Inner content */
.stats__wrap {
    position: relative;
    z-index: 2;

    max-width: 1440px;
    margin: 0 auto;
    padding: 70px 20px;

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

/* Stat item */
.stat {
    display: grid;
    place-items: center;
    gap: 12px;
}

/* Icon circle */
.stat__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;

    display: grid;
    place-items: center;

    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4px);
}

.stat__icon svg {
    width: 30px;
    height: 30px;
    color: #fff;
}

/* Numbers */
.stat__num {
    font-weight: 800;
    font-size: 44px;
    letter-spacing: 0.5px;
    text-shadow: 0 6px 26px rgba(0, 0, 0, 0.35);
}

/* Labels */
.stat__label {
    font-weight: 600;
    font-size: 15px;
    opacity: 0.95;
}



/* Section Price */

/* ---- Section ---- */
.pricing {
    background: var(--bg);
    padding: 56px 0 72px;
}

.price-wrap {
    width: min(1200px, 92%);
    margin: 0 auto
}

.price-eyebrow {
    text-align: center;
    color: var(--muted4);
    font-weight: 700;
    letter-spacing: .08em;
}

.price-title {
    text-align: center;
    color: #f0b800;
    /* зураг дээрх шар өнгөтэй төстэй */
    font-size: 32px;
    font-weight: 900;
    margin: .35rem 0 2.2rem;
}