/**
 * Module CSS: 14-section-common.css
 * Trích nguyên văn dòng 558-588 của pctech-homepage.css gốc.
 * Không đổi nội dung — chỉ tách file theo đúng marker sẵn có trong code gốc.
 */
    /* ── Section common ── */
    section { padding: 60px 0; }
    .section-tag {
      display: inline-block;
      background: var(--orange-light);
      color: var(--orange-dark);
      font-size: 0.8rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      padding: 6px 14px;
      border-radius: 50px;
      margin-bottom: 12px;
    }
    .section-title {
      font-size: clamp(1.75rem, 4vw, 2.25rem);
      font-weight: 800;
      color: var(--blue-dark);
      line-height: 1.25;
      margin-bottom: 16px;
    }
    .section-title .accent { color: var(--orange); }
    .section-desc {
      font-size: 1.05rem;
      color: var(--gray-500);
      max-width: 600px;
      margin-bottom: 48px;
    }
    .section-header { text-align: center; }
    .section-header .section-desc { margin-left: auto; margin-right: auto; }

