.tech-features { background: var(--bg-primary); }
.tech-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.tech-card { background: var(--bg-card); padding: 32px; border-radius: 16px; }
.tech-icon { margin-bottom: 16px; }
.tech-card h3 { font-size: 1.25rem; font-weight: 600; color: var(--text-primary); margin-bottom: 8px; }
.tech-card p { color: var(--text-secondary); line-height: 1.6; }
@media (max-width: 768px) { .tech-grid { grid-template-columns: 1fr; } }
