/* ============================================================
   BrijCode — About Features responsive
   ============================================================ */

@media (max-width: 1199.98px) {
  .about-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-features__title {
    font-size: clamp(1.875rem, 4.5vw, 2.75rem);
  }

  .about-features__stats-wrap {
    width: min(100%, 100vw);
  }
}

@media (max-width: 991.98px) {
  .about-features {
    padding: 28px 0 32px;
  }

  .about-features__inner {
    padding: 0 16px;
  }

  .about-features__categories {
    margin-top: 32px;
  }
}

@media (max-width: 767.98px) {
  .about-features {
    padding: 22px 0 26px;
  }

  .about-features__inner {
    padding: 0 14px;
  }

  .about-features__stats-wrap {
    margin: 10px 0;
    padding-bottom: 0;
  }

  .about-features__horizon {
    display: none;
  }

  .about-features__title {
    font-size: clamp(1.22rem, 5.2vw, 1.5rem);
    line-height: 1.1;
    margin-bottom: 8px;
  }

  .about-features__description {
    font-size: 0.8rem;
    line-height: 1.48;
  }

  .about-features__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 6px;
    align-items: start;
  }

  .about-features__stat {
    min-width: 0;
  }

  .about-features__stat-value {
    font-size: clamp(1.05rem, 4.2vw, 1.28rem);
    margin-bottom: 2px;
  }

  .about-features__stat-label {
    font-size: clamp(0.58rem, 2.4vw, 0.68rem);
    line-height: 1.25;
  }

  .about-features__category + .about-features__category {
    margin-top: 22px;
  }

  .about-features__categories {
    margin-top: 24px;
  }

  .about-features__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-features__category-rule {
    gap: 10px;
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .about-features {
    padding: 18px 0 22px;
  }

  .about-features__inner {
    padding: 0 12px;
  }

  .about-features__stats-wrap {
    margin: 8px 0;
    padding-bottom: 0;
  }

  .about-features__title {
    font-size: clamp(1.1rem, 4.8vw, 1.32rem);
  }

  .about-features__description {
    font-size: 0.76rem;
  }

  .about-features__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px 4px;
  }

  .about-features__stat-value {
    font-size: clamp(0.98rem, 3.8vw, 1.12rem);
  }

  .about-features__stat-label {
    font-size: 0.56rem;
  }
}

@media (max-width: 360px) {
  .about-features__stat-value {
    font-size: 0.92rem;
  }

  .about-features__stat-label {
    font-size: 0.52rem;
  }
}
