.tzq-homepage-section {  position: relative;  width: 100%;}.tzq-homepage-section:first-child {  margin-top: 0;}.tzq-section-full {  width: 100%;  max-width: 100%;  padding: 0;}.tzq-section-header {  text-align: center;  margin-bottom: var(--tzq-spacing-xl);  padding: 0;}.tzq-section-header__title {  font-size: clamp(1.5rem, 4vw, 2rem);  color: var(--tzq-text-primary);  margin: 0;  line-height: 1.2;  position: relative;  display: inline-block;  padding-bottom: var(--tzq-spacing-sm);}.tzq-section-header__title::after {  content: '';  position: absolute;  bottom: 0;  left: 50%;  transform: translateX(-50%);  width: 60px;  height: 3px;  background: linear-gradient(90deg, var(--tzq-primary), var(--tzq-accent));  border-radius: var(--tzq-radius-md);}