@media (min-width: 1200px) {
  .tech-detail-similar-swiper__pagination {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .tech-detail-main {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }

  .tech-detail-card {
    padding: 1.5rem;
  }

  .tech-detail-profile-layout {
    gap: 1.25rem;
  }

  .tech-detail-profile__title {
    font-size: 1.5rem;
    text-align: center;
  }

  .tech-detail-profile__subtitle {
    text-align: center;
    font-size: 1rem;
  }

  .tech-detail-profile__meta-row {
    justify-content: center;
    font-size: 0.9rem;
    gap: 1rem;
  }

  .tech-detail-badge-online {
    margin-inline: auto;
  }

  .tech-detail-profile__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
  }

  .tech-detail-profile__actions {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    gap: 0.75rem;
  }

  .tech-detail-profile__actions .btn-tech-fill,
  .tech-detail-profile__actions .btn-tech-outline {
    padding: 0.75rem 1rem;
  }

  .tech-detail-tabs__nav {
    display: flex;
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.35rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tech-detail-tabs__nav::-webkit-scrollbar {
    display: none;
  }

  .tech-detail-tabs__btn {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0.65rem 1.15rem;
    font-size: 0.92rem;
  }

  .tech-detail-section-title {
    font-size: 1.35rem;
  }

  .tech-detail-faq__btn {
    padding: 1.1rem 1.25rem;
    font-size: 0.95rem;
  }

  .tech-detail-faq__answer {
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .tech-detail-faq__support {
    font-size: 0.85rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .tech-detail-stat-card {
    padding: 1.25rem;
  }

  .tech-detail-stat-card__value {
    font-size: 1.35rem;
  }
}

@media (max-width: 575.98px) {
  .tech-detail-main {
    padding-top: 6.5rem;
  }

  .tech-detail-card {
    padding: 1.25rem;
    border-radius: 12px;
  }

  .tech-detail-profile__avatar {
    width: 100px;
    height: 100px;
  }

  .tech-detail-profile__title {
    font-size: 1.35rem;
  }

  .tech-detail-tabs__btn {
    padding: 0.6rem 1rem;
    font-size: 0.88rem;
  }
}
