.tech-specs { padding: var(--spacing-lg) 0; background: var(--bg-light); }
.tech-specs__header { text-align: center; margin-bottom: var(--spacing-lg); }
.tech-specs__title { font-size: 2rem; color: var(--fg); margin-bottom: var(--spacing-xs); }
.tech-specs__subtitle { color: var(--text-light); }
.tech-specs__list { display: flex; justify-content: space-around; flex-wrap: wrap; gap: var(--spacing-md); }
.tech-spec-item { text-align: center; padding: var(--spacing-md); width: 200px; }
.tech-spec-item__title { color: var(--accent); margin-bottom: var(--spacing-xs); font-weight: bold; }
.tech-spec-item__text { color: var(--text-light); }